/* Custom Development Styles */

body { background-color: #1E2737; }
main#content { background-color: white; }

b, strong { font-weight: 600; }

body:not(.elementor-editor-active) .e-parent { padding-inline: 24px; }

a.elementor-button:hover {
    text-decoration: none; 
}


h5 { margin-left: 34px !important; }
h5:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    width: 24px;
    height: 1px;
    background-color: var(--e-global-color-secondary);
}

.no-line h5 { margin-left: 0 !important; }
.no-line h5:before { display: none; }

.elementor-custom-embed-play {
    inset-block-start: calc(0% + 7%);
    inset-inline-start: calc(96% - 23%);
    position: absolute;
    transform: none;
}

.elementor-custom-embed-play svg {
    opacity: 1;
    filter: none;
    /*filter: drop-shadow(rgba(30,39,55,.5) 0px 0px 5px);*/
}