/*
Theme Name: Loomis Sayles
Theme URI: https://36.agency/
Author: 36creative
Author URI: https://36.agency/
Description: Block theme designed to provide a flexible and easy to use editing experience.
Version: 1.0
Requires at least: 6.5.5
Tested up to: 6.5.5
Requires PHP: 8.1.23
Text Domain: thirtysix
*/

/*==================main====================*/

*{
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth; 
}

body {   
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;  
    font-feature-settings: "liga" off, "clig" off;
    font-family: var(--wp--preset--font-family--acumin-pro); 
    overflow-x: hidden;
}

body > .wp-site-blocks:not(.is-root-container){
    overflow-x: hidden;
}

body.sticky-sidebar > .wp-site-blocks:not(.is-root-container), 
body.single-ls_insights > .wp-site-blocks:not(.is-root-container), 
body.single-post > .wp-site-blocks:not(.is-root-container),
body.has-history-timeline > .wp-site-blocks:not(.is-root-container){
    overflow: initial;
}

img {
    max-width: 100%;
    height: auto;    
}

.lock-scroll, .menu-open, .subscribe-popup-open{
    overflow: hidden;
}
.lock-scroll body, .menu-open body{
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6{
    font-feature-settings: "liga" off, "clig" off;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: var(--wp--preset--font-family--freight-display-pro);
    font-weight: 400;
    margin: 0 0 16px;
}

p{
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--wp--preset--font-family--acumin-pro);
    font-variant-numeric: lining-nums proportional-nums;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0 0 16px;
}
p:last-child{
    margin-bottom: 0;
}

a{
    color: var(--wp--preset--color--ui-slate);
    transition: all 0.3s ease-in-out 0s;
    text-decoration: underline;
}

/* .wow {
    visibility: hidden;
} */

.wp-block-separator{
    height: 1px;
    border: 0;
    margin: 0 auto;
    max-width: var(--wp--style--global--content-size);
    position: relative;
    opacity: 0.6;
    @media screen and (max-width: 1440px) {
        margin: 0 50px;
    }
    @media screen and (max-width: 1024px) {
        margin: 0 20px;
    }
}
.wp-block-separator.is-style-dots{    
    border-top: 1px dashed !important;
}

figure{
    margin: 0;
}

.section-overflow-hidden{
    overflow: hidden;
}


.only-desktop{
    display: block;
}
.only-mobile{
    display: none;
}

@media screen and (max-width: 1024px) {
    .only-desktop{
        display: none;
    }
    .only-mobile{
        display: block;
    }
}

.visible-desktop-false, .visible-tablet-false{
    @media screen and (min-width: 1025px) {
        display: none;
    }
}
.visible-mobile-false{
    @media screen and (max-width: 1024px) {
        display: none;
    }
}

.crt-feed-window{height:auto !important;}
.crt-grid-post .crt-grid-post-image{background-position: center 100% !important;}
.crt-widget-grid .crt-grid-post{padding: 10px !important;}

/*============header======================*/

.header{    
    opacity: 0;
    animation: headerFadeIn 0.8s 0.6s ease-out forwards;
}
@keyframes headerFadeIn {
    to {
        opacity: 1;
    }
}
 
.header .wp-block-separator{
    position: relative;
    z-index: 3;
    background-color: var(--wp--preset--color--brand-secondary) ;
    transition: background-color 0.3s ease-in-out 0s;
    height: 0.5px;
    opacity: 0.3;
}
.header .header-top{
    position: relative;
    z-index: 4;
}
.header .header-top .header-top-right ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
}   
.header .header-top .header-top-right ul li{
    display: flex;
    align-items: center;
    font-family: var(--wp--preset--font-family--acumin-pro);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.header .header-top .header-top-right ul li + li{
    margin-left: 24px;
    padding-left: 23px;
    border-left: 0.4px solid var(--wp--preset--color--brand-secondary);
    transition: all 0.3s ease-in-out 0s;
}
.header .header-top .header-top-right ul li a{
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: var(--wp--preset--color--brand-secondary);
    transition: all 0.3s ease-in-out 0s;
}
.header .header-top .header-top-right ul li a span{
    color: var(--wp--preset--color--brand-secondary);
    transition: all 0.3s ease-in-out 0s;
}
.header .header-top .header-top-right ul li:hover a{
    text-decoration: underline;
}
.header .header-bottom-left{
    position: relative;
    z-index: 3;
    width: auto;
}
.header .header-bottom-left .wp-block-site-logo svg path{
    fill: var(--wp--preset--color--brand-secondary);
    /* transition: fill 0.3s ease-in-out 0s; */
}
.header .header-bottom-right{
    width: auto;
    position: static;
}

.header .header-bottom-right .container > nav.wp-block-navigation{
    position: static;
    margin-top: 35px;
}

.header .header-bottom-right .container > nav.wp-block-navigation > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    position: static;
}
.header .header-bottom-right .container > nav.wp-block-navigation > .dropdown-container-overlay{
    position: absolute;
    top: -59px;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    height: 0;    
    opacity: 0;
    z-index: -3;
}
.header .header-bottom-right .container > nav.wp-block-navigation > .dropdown-container-overlay::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0F0F0F;
    opacity: 0.5;
}
.header .header-bottom-right .container > nav.wp-block-navigation > .dropdown-container-overlay::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--wp--preset--color--ui-white);
    height: calc(var(--mega-menu-max-height) + var(--header-height));
}
.menu-open-desk .header-bottom-right .container > nav.wp-block-navigation > .dropdown-container-overlay{   
    height: 100vh;
    opacity: 1;
}


.header .header-bottom-right .container .wp-block-thirtysix-blocks-mobile-menu{
    display: none;
}


@media screen and (max-width: 1024px) {
    .header .wp-block-separator,  .header .header-top, .header .header-bottom-right .container > nav.wp-block-navigation{
        display: none;
    }
    .header .header-bottom-left{
        width: 170px;
    }
    .header .header-bottom-left svg{
        width: 100%;
        height: auto;
    }
    .header .header-bottom-right .container .wp-block-thirtysix-blocks-mobile-menu{
        display: block;
    }
    .header .header-bottom-right .container .wp-block-thirtysix-blocks-mobile-menu .mobile-menu-template-part-inner-wrapper > .wp-block-navigation{
        margin-top: 20px;
    }
    .header .header-bottom-right .container .wp-block-thirtysix-blocks-mobile-menu .mobile-menu-template-part-inner-wrapper > .wp-block-navigation ul{
        gap: 0;
    }
    .header .header-bottom-right .container .wp-block-thirtysix-blocks-mobile-menu .mobile-menu-template-part-inner-wrapper > .wp-block-navigation ul li{ 
        color: var(--wp--preset--color--brand-secondary);
        font-family: var(--wp--preset--font-family--acumin-pro);
        font-size: 12px;
        font-weight: 400;
        line-height: 32px;
    }
    .header .header-bottom-right .container .wp-block-thirtysix-blocks-mobile-menu .mobile-menu-template-part-inner-wrapper > .wp-block-navigation ul li + li{
        margin-top: 5px;
    }
    .header .header-bottom-right .container .wp-block-thirtysix-blocks-mobile-menu .mobile-menu-template-part-inner-wrapper > .wp-block-navigation ul li a{
        color: var(--wp--preset--color--brand-secondary);
    }
    .header .header-bottom-right .container .wp-block-thirtysix-blocks-mobile-menu .mobile-menu-template-part-inner-wrapper > .wp-block-navigation ul li a span{
        color: var(--wp--preset--color--brand-secondary);
    }
}

/*===header color===*/




/*============header fixed======================*/

.nav-down .header{
    top: 0;
    transition: all 0.3s ease-in-out;
}
.nav-up .header{
    top: calc(-1 * (var(--header-height) + 2px));
    transition: all 0.3s ease-in-out;
}
.fixed .header{
    background-color: var(--wp--preset--color--ui-white);
    position: fixed;
}
.sticky .header .wp-block-separator.wow, .sticky .header .container.wow{
    visibility: visible !important;
    animation: none !important;
}


/*============footer======================*/

footer{
    position: relative;
    z-index: 2;
}

footer .wp-block-thirtysix-blocks-column nav .wp-block-navigation{
    gap: 0;
}
footer .wp-block-thirtysix-blocks-column nav ul li + li{
    margin-top: 13px;
}

footer .wp-block-thirtysix-blocks-column nav ul li a span{
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    font-family: var(--wp--preset--font-family--acumin-pro);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

footer .footer-bottom .wp-block-thirtysix-blocks-column .wp-block-separator{
    margin: 11px 0 6px;
}

footer .footer-bottom .footer-bottom-nav p.copy-right{
    font-size: 14px;
    line-height: 24px;
}

footer .footer-bottom .footer-bottom-nav nav ul{
    gap: 13px;
}

footer .footer-bottom .footer-bottom-nav nav ul li + li{
    margin: 0;
}

footer .footer-bottom .footer-bottom-nav nav ul li a span{
    font-size: 14px;
    line-height: 24px;
}

@media screen and (min-width: 1025px){
    footer .wp-block-thirtysix-blocks-column nav ul li a:hover span{
        text-decoration: underline;
    }
}

@media screen and (max-width: 1024px){
    footer .footer-top-right .wp-block-thirtysix-blocks-variable-width + .wp-block-thirtysix-blocks-variable-width{
        margin-top: 60px;
    }   

    footer .footer-bottom .wp-block-thirtysix-blocks-column .wp-block-separator{
        margin: 20px 0 15px;
    }

    footer .footer-bottom .footer-bottom-nav .wp-block-thirtysix-blocks-variable-width ul.items-justified-right{
        justify-content: flex-start !important;
        margin-top: 26px;
    }
    
}



/*=============g form============*/

.gform_wrapper {
    width: 100%;
}
.gform_wrapper .gform_validation_errors, .gform_wrapper .gform_heading {
    display: none !important;
}
.gform_wrapper form {
    width: 100%;
    display: block;
}
.gform_wrapper form .gform-body .gform_fields {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}
/* @media screen and (max-width: 767px) {
    .gform_wrapper form .gform-body .gform_fields {
        grid-template-columns: 1fr;
   }
} */
.gform_wrapper form .gform-body .gform_fields .gfield {
    position: relative;
    display: block;
}
.gform_wrapper form .gform-body .gform_fields .gfield.focus .gfield_label {
    color: var(--wp--preset--color--ui-slate) !important;
}
.gform_wrapper form .gform-body .gform_fields .gfield.focus .gfield_label .gfield_required {
    color: var(--wp--preset--color--ui-slate) !important;
}
.gform_wrapper form .gform-body .gform_fields .gfield .gfield_label {
    color: var(--wp--preset--color--brand-secondary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 0;
    display: block;
}
.gform_wrapper form .gform-body .gform_fields .gfield .gfield_label .gfield_required {
    color: var(--wp--preset--color--brand-secondary) !important;
}
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container {
    width: 100%;
    display: block;
}
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input[type="text"], 
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input[type="tel"], 
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input[type="email"], 
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input[type="number"], 
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input[type="url"] {
    width: 100%;
    height: 38px;
    padding: 5px 0 8px;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    color: var(--wp--preset--color--brand-secondary);
    font-size: 20px;
    font-family: var(--wp--preset--font-family--freight-display-pro);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background-color: transparent;
    border: 0;
    border-bottom: solid 1px var(--wp--preset--color--brand-primary);
    transition: all 0.3s ease-in-out;
}
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select{
    width: 100%;
    height: 38px;
    padding: 5px 0 8px;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    color: var(--wp--preset--color--brand-secondary);
    font-size: 20px;
    font-family: var(--wp--preset--font-family--freight-display-pro);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background-color: transparent;
    border: 0;
    border-bottom: solid 1px var(--wp--preset--color--brand-primary);
    -webkit-appearance: none;
    background: url('data:image/svg+xml,<svg xmlns="https://www.w3.org/2000/svg" width="14" height="7" viewBox="0 0 14 7" fill="none"><path d="M1 1L7.00098 6.496L13 1" stroke="%2336738A" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat right center;
    transition: all 0.3s ease-in-out;
}
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea {
    width: 100%;
    height: 82px;
    padding: 6px 0;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    color: var(--wp--preset--color--brand-secondary);
    font-size: 20px;
    font-family: var(--wp--preset--font-family--freight-display-pro);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    resize: none;
    background-color: transparent;
    border: 0;
    border-bottom: solid 1px var(--wp--preset--color--brand-primary);
    transition: all 0.3s ease-in-out;
    @media screen and (max-width: 640px) {
        height: 134px;
    }
}

.gform_wrapper form .gform-body .gform_fields .gfield.focus .ginput_container input[type="text"], 
.gform_wrapper form .gform-body .gform_fields .gfield.focus .ginput_container input[type="tel"], 
.gform_wrapper form .gform-body .gform_fields .gfield.focus .ginput_container input[type="email"], 
.gform_wrapper form .gform-body .gform_fields .gfield.focus .ginput_container input[type="number"], 
.gform_wrapper form .gform-body .gform_fields .gfield.focus .ginput_container input[type="url"],
.gform_wrapper form .gform-body .gform_fields .gfield.focus .ginput_container textarea{
    border-bottom: solid 3px var(--wp--preset--color--ui-slate);
}

.gform_wrapper form .gform-body .gform_fields .gfield.gfield_error .ginput_container input[type="text"], 
.gform_wrapper form .gform-body .gform_fields .gfield.gfield_error .ginput_container input[type="tel"], 
.gform_wrapper form .gform-body .gform_fields .gfield.gfield_error .ginput_container input[type="email"], 
.gform_wrapper form .gform-body .gform_fields .gfield.gfield_error .ginput_container input[type="number"], 
.gform_wrapper form .gform-body .gform_fields .gfield.gfield_error .ginput_container input[type="url"],
.gform_wrapper form .gform-body .gform_fields .gfield.gfield_error .ginput_container textarea{
    border-bottom: solid 3px #DC0004;
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .gfield_description.instruction.validation_message {
    display: none !important;
}
.gform_wrapper form .gform-body .gform_fields .gfield .gfield_validation_message {
    font-family: var(--wp--preset--font-family--acumin-pro);
    color: #DC0004;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    padding: 5px 0;
    margin: 0;
    text-align: left;
    background: transparent;
    border: 0;
}
.gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-html {
    max-width: 588px;
    color: var(--wp--preset--color--brand-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: block;
    margin-top: -26px;
}
.gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-html a {
    color: var(--wp--preset--color--ui-slate);
    text-decoration: underline;
}
.gform_wrapper form .gform_footer {
    width: 100%;
    margin: 0;
    padding-top: 43px !important;
    position: relative;
}
.gform_wrapper form .gform_footer .button {
    padding: 10px 24px 10px 24px !important;
    margin: 0 !important;
    min-width: 128px !important;
    height: 48px !important;
    font-family: var(--wp--preset--font-family--acumin-pro);
    font-size: 14px !important;
    line-height: 24px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    background-color: var(--wp--preset--color--ui-slate) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 40px !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: all 0.3s ease-in-out !important;
}
@media screen and (min-width: 1025px) {
    .gform_wrapper form .gform_footer .button {
        min-width: 128px;
   }
    .gform_wrapper form .gform_footer .button:hover {
        color: #fff !important;
        background-color: var(--wp--preset--color--brand-secondary) !important;
   }
}
.gform_wrapper form .gform_footer .gform-loader {
    position: absolute;
    left: 130px;
    border-left-color: #fff !important;
    border-top-color: #022922 !important;
    border-right-color: #fff !important;
    border-bottom-color: #022922 !important;
}

/*============Consent Popup============*/


.consent-popup-open{
    overflow: hidden;
}

.consent-popup-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1025px) {
    .consent-popup-wrapper {
        align-items: center;
   }
}
.consent-popup-wrapper.is-active {
    opacity: 1;
    visibility: visible;
}
.consent-popup-wrapper .consent-popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(15, 15, 15, 0.5);
}
.consent-popup {
    max-width: 813px;
    max-height: 100%;
    overflow: auto;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    z-index: 3;
}
.consent-popup .consent-popup-close {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    padding: 0;
}
.consent-popup .consent-popup-close svg {
    width: 100%;
    height: auto;
    display: block;
}
.consent-popup .consent-popup-close svg path {
    transition: all 0.3s ease-in-out;
}
.consent-popup .consent-popup-close:hover svg path {
    stroke: var(--wp--preset--color--brand-secondary);
}
.consent-popup .consent-popup-in {
    padding: 44px 37px 30px;
}
.consent-popup .consent-popup-content h2 {
    color: var(--wp--preset--color--brand-secondary);
    leading-trim: both;
    text-edge: cap;
    font-family: var(--wp--preset--font-family--freight-display-pro);
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
}
.consent-popup .consent-popup-content .consent-popup-content-text, .consent-popup .consent-popup-content .consent-popup-content-text p {
    color: var(--wp--preset--color--brand-primary);
    font-family: var(--wp--preset--font-family--acumin-pro);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.consent-popup .consent-popup-buttons-wrapper {
    display: flex;
    align-items: center;
    gap: 19px;
    margin-top: 68px;
}
.consent-popup .consent-popup-buttons-wrapper .consent-popup-button-back {
    display: flex;
    padding: 13px 24px 11px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    border: 1px solid var(--wp--preset--color--ui-slate);
    color: var(--wp--preset--color--ui-slate);
    font-family: var(--wp--preset--font-family--acumin-pro);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
}
.consent-popup .consent-popup-buttons-wrapper .consent-popup-button-back:hover {
    border-color: var(--wp--preset--color--brand-secondary);
    background-color: var(--wp--preset--color--brand-secondary);
    color: #fff;
}
.consent-popup .consent-popup-buttons-wrapper .consent-popup-button-consent {
    display: flex;
    padding: 13px 24px 11px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: var(--wp--preset--color--ui-slate);
    color: #fff;
    font-family: var(--wp--preset--font-family--acumin-pro);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}
.consent-popup .consent-popup-buttons-wrapper .consent-popup-button-consent:hover {
    background: var(--wp--preset--color--brand-secondary);
}


/*============Subscribe Popup============*/

.subscribe-from {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    transition: opacity 1s cubic-bezier(0.3, 0.045, 0.355, 0.3);
}
.subscribe-from.open {
    opacity: 1 !important;
    pointer-events: all !important;
    transition: opacity 0.3s cubic-bezier(0.3, 0.045, 0.355, 0.3);
}
.subscribe-from.open .subscribe-from-in {
    transform: translateX(0);
    transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.subscribe-from:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    background: #0f0f0f;
}
.subscribe-from .subscribe-from-in {
    width: 100%;
    height: 100%;
    max-width: 715px;
    padding: 31px 50px 31px 34px;
    background: var(--wp--preset--color--white);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transform: translate(100%);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.subscribe-from .subscribe-from-in .close-popup {
    width: 19px;
    height: 19px;
    background: url('data:image/svg+xml,<svg xmlns="https://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19" fill="none"><path d="M17 2L2 17M17 17L2 2" stroke="%232A3544" stroke-width="1.5" stroke-linecap="square"/></svg>') no-repeat right center;
    display: block;
    margin: 0 0 24px auto;
    cursor: pointer;
    border: 0;
    padding: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}
@media screen and (max-width: 1024px) {
    .subscribe-from .subscribe-from-in {
        padding: 20px;
   }
}
.subscribe-from .subscribe-from-content {
    height: calc(100% - 106px);
    overflow: auto;
}
@media screen and (max-width: 1024px) {
    .subscribe-from .subscribe-from-content {
        height: calc(100% - 84px);
   }
}
.subscribe-from .wp-block-heading {
    color: var(--wp--preset--color--brand-secondary);
    font-family: var(--wp--preset--font-family--freight-display-pro);
    font-size: 32px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 13px;
}
.subscribe-from .description {
    margin: 0 0 30px;
}
.subscribe-from .description p {
    color: var(--wp--preset--color--brand-primary);
    font-family: var(--wp--preset--font-family--acumin-pro);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.subscribe-from .gform_wrapper .gform_footer input[type="submit"] {
    width: 100% !important;
}
.subscribe-from .gform_wrapper .gfield_html {
    max-width: inherit !important;
}
.subscribe-from .gform_wrapper .gform-body .gform_fields .gfield .ginput_container select option {
    color: var(--wp--preset--color--brand-secondary) !important;
}
.subscribe-from .gform_wrapper .gform-body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder, .subscribe-from .gform_wrapper .gform-body .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder {
    color: #9da3ae;
}
.subscribe-from .disclaimer {
    padding-top: 20px;
}
.subscribe-from .disclaimer p {
    color: var(--wp--preset--color--brand-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.subscribe-from .gform_confirmation_wrapper ~ .disclaimer {
    display: none;
}

/*============Video Playback Controls============*/

.video-playback-controls .container .pause-button {
    pointer-events: all;
    cursor: pointer;
    display: none;
}

.video-playback-controls .container .play-button {
    pointer-events: all;
    cursor: pointer;
}

.video-playback-controls.video-is-playing-true .pause-button {
    display: block;
}

.video-playback-controls.video-is-playing-true .play-button {
    display: none;
}

.progress-ring__progress {
    transition: stroke-dashoffset 0.3s linear;
}

.play-button,
.pause-button {
    background: none;
    border: 0;
    padding: 0;
    span {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        width: 30px;
        height: 30px;
        border: 3px solid rgba(255,255,255,0.2);
        transition: all 0.2s ease-in-out;
    }
    &:hover{
        span{
            border-color: rgba(255,255,255,0.6);
        }
    }
}

.video-playback-controls{
    position: absolute;
    top: 202px;
    left: 0;
    z-index: 99;
    width: 100%;
    /* opacity: 0;
    visibility: hidden; */
    transition: opacity 0.3s 
    ease-in-out, visibility 0.3s 
    ease-in-out;
    .container{
        max-width: var(--wp--style--global--content-size);
        margin: 0 auto;      
        display: flex;
        justify-content: end;      
    }      
}
.no-announcement .video-playback-controls{
    top: 160px;
}

.block-editor-block-list__layout .header{
    opacity: 1 !important;
}

.is-compact .fancybox__content>.f-button.is-close-btn{
    top: -38px;
    right: 0;
}


/*================================*/


.ls_products-template-default .wp-block-thirtysix-blocks-section:nth-of-type(1) .wp-block-thirtysix-blocks-columns:nth-of-type(2) > .container {
    z-index: 0;
}
