@font-face { 
        font-family: "Phosphor";
        src:
            url("//46328726.fs1.hubspotusercontent-na1.net/hubfs/46328726/raw_assets/public/loa_2024/fonts/phosphor-regular/Phosphor.woff2") format("woff2"),
            url("//46328726.fs1.hubspotusercontent-na1.net/hubfs/46328726/raw_assets/public/loa_2024/fonts/phosphor-regular/Phosphor.woff") format("woff"),
            url("//46328726.fs1.hubspotusercontent-na1.net/hubfs/46328726/raw_assets/public/loa_2024/fonts/phosphor-regular/Phosphor.ttf") format("truetype"),
            url("//46328726.fs1.hubspotusercontent-na1.net/hubfs/46328726/raw_assets/public/loa_2024/fonts/phosphor-regular/Phosphor.svg") format("svg");
        font-weight: normal;
        font-style: normal;
        font-display: block;
    }

@font-face { 
    font-family: "Broad-Regular";
    src:
        url("//46328726.fs1.hubspotusercontent-na1.net/hubfs/46328726/raw_assets/public/loa_2024/fonts/broad/BroadSans-Regular.woff") format("woff"),
        url("//46328726.fs1.hubspotusercontent-na1.net/hubfs/46328726/raw_assets/public/loa_2024/fonts/broad/BroadSans-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face { 
    font-family: "Broad-Bold";
    src:
        url("//46328726.fs1.hubspotusercontent-na1.net/hubfs/46328726/raw_assets/public/loa_2024/fonts/broad/BroadSans-Bold.woff") format("woff"),
        url("//46328726.fs1.hubspotusercontent-na1.net/hubfs/46328726/raw_assets/public/loa_2024/fonts/broad/BroadSans-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

body{
    font-size: 20px;
    font-family: Inter; font-weight: 200;
    line-height: 130%;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6, 
form .form-title{
    font-family: 'Broad-Regular', sans-serif;
    line-height: 130%;
}


.dnd-section > .row-fluid, 
.container, 
header.header .header-inner-wrapper{
  max-width: 1200px;
  margin:0 auto;
}

.dnd-section.row-number-1 > .row-fluid{
    padding-top: 0px;
}

.dnd-section:not(:has(.hero)) > .row-fluid{
    padding-top: 60px;
    padding-bottom: 60px;
}


.title{ font-size:1.75rem; }
h1,.h1{ font-size:1.5rem; }

h2,.h2{ font-size:2rem; }

h3,.h3{ font-size:1.2rem; }

h4,.h4{ font-size:1.75rem; }

h5,.h5{ font-size:1.25rem; }

h6,.h6{ font-size:1.25rem; }



@media screen and (min-width: 768px){

.title{ font-size:3.75rem; }
h1,.h1{ font-size:3.75rem; }

h2,.h2{ font-size:2rem; }

h3,.h3{ font-size:1.2rem; }

h4,.h4{ font-size:1.75rem; }

h5,.h5{ font-size:1.25rem; }

h6,.h6{ font-size:1.25rem; }
}


@media screen and (min-width: 1024px){

.title{ font-size:3.75rem; }
h1,.h1{ font-size:3.75rem; }

h2,.h2{ font-size:2rem; }

h3,.h3{ font-size:1.2rem; }

h4,.h4{ font-size:1.75rem; }

h5,.h5{ font-size:1.25rem; }

h6,.h6{ font-size:1.25rem; }
}


a:not(.btn, [class*="color-"], [class*="blog-pagination"]), a.btn.text-btn{
    color:#14DCC8;-webkit-transition: all 0.26s ease-in-out;
       -moz-transition: all 0.26s ease-in-out;
         -o-transition: all 0.26s ease-in-out;
            transition: all 0.26s ease-in-out;
}

a:not(.btn, [class*="color-"], [class*="blog-pagination"]):hover, 
a.btn.text-btn:hover{
    color:#0F80AA;
}
a:not(.btn, [class*="color-"], [class*="blog-pagination"]):focus, 
a.btn.text-btn:focus{
    color:#0F80AA;
    outline: 2px solid #0F80AA;
}

a[class*="color-"]:focus{
    outline: 2px solid #0F80AA;
}
a:not([class*="text-btn"]){}

.btn, .hs-button{
    padding-top: 15px;
padding-right: 40px;
padding-bottom: 15px;
padding-left: 40px;

    
        -webkit-border-radius: 32px;
       -moz-border-radius: 32px;
         -o-border-radius: 32px;
            border-radius: 32px;
    
    -webkit-transition: all 0.26s ease-in-out;
       -moz-transition: all 0.26s ease-in-out;
         -o-transition: all 0.26s ease-in-out;
            transition: all 0.26s ease-in-out; 
}

.btn.text-btn{
    padding:0;
}

.btn.disabled,
.btn:disabled,
button.disabled,
button:disabled{
    pointer-events:none;
    cursor:not-allowed;
}

.btn.primary-btn,
input[type="submit"].hs-button.primary{
    
        background:linear-gradient(to left, rgba(20, 220, 200, 1), rgba(15, 128, 170, 1));
    
    color: #DEFAF7;
    }
.btn.primary-btn:hover,
input[type="submit"].hs-button.primary:hover{
    
        background:;
    
    color: #DEFAF7;
    outline:;}

.btn.primary-btn:focus,
input[type="submit"].hs-button.primary:focus{
    
        background: #DEFAF7;
    
    color: #14DCC8;
    outline:border: 2px solid #14DCC8;
;}

.btn.primary-btn.disabled,
.btn.primary-btn:disabled
input[type="submit"].hs-button.primary.disabled{
    background: #14DCC8;
    color: #DEFAF7;
    }

.btn.primary-btn.ghost{
    background: transparent;
    border: 1px solid #DEFAF7;
    color: #DEFAF7;
}

.btn.primary-btn.ghost:hover{
    background: #DEFAF7;
    border: 1px solid #DEFAF7;
    color: #14DCC8;
}

.btn.primary-btn.ghost:focus{
    background: #14DCC8;
    border: 1px solid #14DCC8;
    color: #DEFAF7;
}

.btn.primary-btn.ghost.disabled,
.btn.primary-btn.ghost:disabled{
    background: transparent;
    border: 1px solid #868686;
    color: #868686;
}

.btn.secondary-btn{
    
        background: #0F80AA;
    
    color: #DEFAF7;
    outline:;}

.btn.secondary-btn:hover{
    
        background: #14DCC8;
    
    color: #DEFAF7;
    outline:;}

.btn.secondary-btn:focus{
    
        background: #0F80AA;
    
    color: #1e1e1e;
    outline:border: 2px solid #1e1e1e;
;}

.btn.secondary-btn.disabled,
.btn.secondary-btn:disabled{
    background: #c3c3c3;
    color: #868686;
    outline:border: 2px solid #868686;
;}

.btn.secondary-btn.ghost{
    background: transparent;
    border: 1px solid #DEFAF7;
    color: #DEFAF7;
}

.btn.secondary-btn.ghost:hover{
    background: #DEFAF7;
    border: 1px solid #DEFAF7;
    color: #14DCC8;
}

.btn.secondary-btn.ghost:focus{
    background: #1e1e1e;
    border: 1px solid #1e1e1e;
    color: #0F80AA;
}

.btn.secondary-btn.ghost.disabled,
.btn.secondary-btn.ghost:disabled{
    background: transparent;
    border: 1px solid #868686;
    color: #868686;
}



header.header:not(.mobile){
background-color: rgba(255, 255, 255, 0%);
height: 183px;position: fixed;top: 0;left: 0;z-index: 9997;padding: 32px 0;-webkit-transition: all 0.26s ease-in-out  ;
       -moz-transition: all 0.26s ease-in-out  ;
         -o-transition: all 0.26s ease-in-out  ;
            transition: all 0.26s ease-in-out  ;}

.header-inner-wrapper{
    padding: 0 32.0px;
}
@media screen and (min-width:768px){
    header.header{
        padding: 64px 0 32px;
    }
    .header-inner-wrapper{
    padding: 0 64px;
}
}

header.header:not(.mobile).scrolled{
    background-color: #ffffff;
    height: 110px;
    padding: 32px 0 32px;
}

header.header:not(.mobile).scrolled nav.main-nav ul li a{
    color: #0F7EAB
}

header.header:not(.mobile).scrolled nav.main-nav ul li a:hover{
    color: #14DCC8;
    text-decoration: underline
}

.mobile-nav-trigger{
    color: #14DCC8
}

.mobile-nav-trigger.close{
    color: #DEFAF7
}
header .logo-wrapper img.logo{
    width: 100%;
    height:3rem;
}

header nav.main-nav ul li a{
    color: #FFFFFF
}

header nav.main-nav ul li a:hover{
    color: #0F7EAB;
    text-decoration: underline
}


header .desktop-nav-wrapper nav.main-nav ul.hs-menu-children-wrapper.active,
header .mobile-nav-wrapper nav.main-nav .hs-menu-wrapper{
    background-color: #DEFAF7;
    padding-top: 40px;
padding-right: 32px;
padding-bottom: 40px;
padding-left: 32px;
border-radius: 0 0 8px 8px;}

header nav.main-nav ul li > ul.hs-menu-children-wrapper li{
    margin-bottom: 13px;
}
header nav.main-nav ul li > ul.hs-menu-children-wrapper li a{
    color: #1e1e1e;
}

header nav.main-nav ul li > ul.hs-menu-children-wrapper li a:hover{
    color: #14DCC8;
}


header .mobile-nav .mobile-nav-trigger i{
    font-size: 24px
}


form, form input, form select{
    -webkit-transition: all 0.2s ease-in;
       -moz-transition: all 0.2s ease-in;
         -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
}

form, .msf .button-wrapper{
    padding-top: 0rem;
padding-right: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 0.75rem;

}

form input.hs-input:not([type="checkbox"]), form textarea{
    padding-top: 1rem;
padding-right: 1.5rem;
padding-bottom: 1rem;
padding-left: 1.5rem;

    margin-bottom: 1.7999999999999998rem;
    border: 1px solid #c8c8c8;
;
    background: #f9f9f9;-webkit-border-radius: 32px;
       -moz-border-radius: 32px;
         -o-border-radius: 32px;
            border-radius: 32px;}

form input.hs-input:hover{
    border: 1px solid #14DCC8;

    background:#f9f9f9;
}

form input.hs-input:focus{
    border: 2px solid #14DCC8;
;
    background:#f9f9f9;
    outline:none;
}

form input.invalid.error{
    color: rgba(#border: 1px solid #F60F45;
, .2);
    background:#F60F45;
}

form input.invalid.error,
form .hs-input.error,
form .hs-form-required, 
form label.hs-error-msg{
color: #F60F45;
}form input.hs-input{
            -webkit-box-shadow: 0px 8px 32px 0px rgba(30, 30, 30, 5%);
       -moz-box-shadow: 0px 8px 32px 0px rgba(30, 30, 30, 5%);
            box-shadow: 0px 8px 32px 0px rgba(30, 30, 30, 5%);
        }
        form input.hs-input:hover{
            -webkit-box-shadow: 0px 8px 32px 0px rgba(30, 30, 30, 5%);
       -moz-box-shadow: 0px 8px 32px 0px rgba(30, 30, 30, 5%);
            box-shadow: 0px 8px 32px 0px rgba(30, 30, 30, 5%);
        }
        form input.hs-input:focus{
            -webkit-box-shadow: 0px 8px 32px 0px rgba(30, 30, 30, 5%);
       -moz-box-shadow: 0px 8px 32px 0px rgba(30, 30, 30, 5%);
            box-shadow: 0px 8px 32px 0px rgba(30, 30, 30, 5%);
        }
        form input.hs-input.invalid.error{
            -webkit-box-shadow: 0px 8px 32px 0px rgba(246, 15, 69, 25%);
       -moz-box-shadow: 0px 8px 32px 0px rgba(246, 15, 69, 25%);
            box-shadow: 0px 8px 32px 0px rgba(246, 15, 69, 25%);
        }form label:not(.hs-form-booleancheckbox-display){
    font-family: 'Broad-Bold', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 0.6rem
}
form label.hs-form-booleancheckbox-display{
    font-family: Inter; font-weight: 200;
    font-weight:700;
}
form input, form ::placeholder{
    font-size: 1
}


footer.legal ul[role="menu"]{
    justify-content: flex-start
}

footer.footer{
    padding:0px 0 0px;
    background-color: #ffffff;
    color: #1e1e1e;
    width:100vw;
    height:auto;
}

footer.footer a{
    color: #14DCC8;
}

footer.legal{
    background-color: #ffffff;
    color: #1e1e1e;
}

footer.legal .row{
    padding:24px 0 24px;
    border-top:1px solid #1e1e1e
}

footer.legal .logo img{
    height:30px !important;
}
footer.legal a{
    color: #1e1e1e;
}

@media screen and (min-width:768px){
    footer.legal ul[role="menu"]{
        justify-content: flex-end;
}
}
@media screen and (min-width:1024px){
    footer.legal ul[role="menu"]{
        justify-content: flex-end;
    }
}


 img.animated.img{
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;
}


header .headline, section .headline{
    margin-bottom:32px;
 }