/* Theme base styles */


html{scroll-behavior:smooth}*,:after,:before{box-sizing:border-box}
html{line-height:1.15;-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-behavior:smooth!important;scroll-behavior:smooth!important}body{margin:0}main{display:block;margin-top:-2px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}strong{text-decoration:none!important}b,strong,strong a,strong a:hover{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{max-width:100%;height:auto;border-style:none}img:not([src]){visibility:hidden}@-moz-document url-prefix(){img:-moz-loading{visibility:hidden}}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}#hs-banner-parent button:after,#hs-banner-parent button:before{display:none}

.oc-sticky-parent .dnd-row{
  position:sticky;
  top:calc(var(--heighHeader) + var(--heighHeaderTop) );
}
/* Responsive grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 0px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
    flex: 0 0 99.99999998999999%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
    flex: 0 0 91.489361693%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
    flex: 0 0 82.97872339599999%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
  flex: 0 0 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
  flex: 0 0 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
    flex: 0 0 57.446808505%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
    flex: 0 0 48.93617020799999%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
    flex: 0 0 40.425531911%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
  flex: 0 0 31.914893614%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
  flex: 0 0 23.404255317%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
  flex: 0 0 14.89361702%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
    flex: 0 0 6.382978723%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 768px) {
    .row-fluid {
        width: 100%;
    }
    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
      .row-fluid .span6 {
        margin-top: 1rem;
      }
}
@media (min-width: 769px){
      .row-fluid [class*="span"] {
        margin-left: 2%;
    }

}
@media (min-width: 769px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 0;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
        flex: 0 0 99.999999993%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
        flex: 0 0 91.436464082%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
        flex: 0 0 82.87292817100001%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
        flex: 0 0 74.30939226%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
        flex: 0 0 65.74585634900001%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
        flex: 0 0 57.182320438000005%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
        flex: 0 0 48.618784527%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
        flex: 0 0 40.055248616%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
        flex: 0 0 31.491712705%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
        flex: 0 0 22.928176794%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
        flex: 0 0 14.364640883%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
        flex: 0 0 5.801104972%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 0;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
        flex: 0 0 100%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
        flex: 0 0 91.45299145300001%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
        flex: 0 0 82.905982906%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
        flex: 0 0 74.358974359%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
        flex: 0 0 65.81196581200001%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
        flex: 0 0 57.264957265%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
        flex: 0 0 48.717948718%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
        flex: 0 0 40.170940171000005%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
        flex: 0 0 31.623931624%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
        flex: 0 0 23.076923077%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
        flex: 0 0 14.529914530000001%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
        flex: 0 0 5.982905983%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.adv-tabs-content,
.modal_id_show,
.adv-accordion-content-label,
.adv-content-label{
  pointer-events: none;
  position: absolute;
  background-color: rgb(0, 164, 189);
  border-color: rgb(0, 164, 189);
  color: #fff;
  font-family: Avenir Next W02, Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  display: flex;
  font-size: 12px;
  line-height: 14px;
  padding: 6px 14px;
  margin: 0;
  width:fit-content;
  border-radius: 3px;
  justify-content: center;
  z-index: 5;
  top: 15px;
  left: 15px;
}
.hs-inline-edit .dnd-tab-content:after,
.hs-inline-edit .dnd-section-modal:after,
.hs-inline-edit .dnd-accordion-content:after{
  pointer-events: none;
  content:'';
  border:2px dashed rgb(0, 164, 189);
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}
@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone,
    .ocean_mobile_hide{
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.dnd-overflow{
  overflow:hidden;
}

  


:root {
  --column-gap: 0%;
  --column-width-multiplier: 10;
  --windowWidth: 100vw;
}

@media (min-width: 768px) {
  .dnd-ocean-nospace .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .dnd-ocean-nospace .row-fluid .span1 {
      width: 8.333333333333334%;
      flex: 0 0 8.333333333333334%;
      margin-left:0;
    }
  
    .dnd-ocean-nospace .row-fluid .span2 {
      width: 16.666666666666668%;
      flex: 0 0 16.666666666666668%;
      margin-left:0;
    }
  
    .dnd-ocean-nospace .row-fluid .span3 {
      width: 25.0%;
      flex: 0 0 25.0%;
      margin-left:0;
    }
  
    .dnd-ocean-nospace .row-fluid .span4 {
      width: 33.333333333333336%;
      flex: 0 0 33.333333333333336%;
      margin-left:0;
    }
  
    .dnd-ocean-nospace .row-fluid .span5 {
      width: 41.66666666666667%;
      flex: 0 0 41.66666666666667%;
      margin-left:0;
    }
  
    .dnd-ocean-nospace .row-fluid .span6 {
      width: 50.0%;
      flex: 0 0 50.0%;
      margin-left:0;
    }
  
    .dnd-ocean-nospace .row-fluid .span7 {
      width: 58.333333333333336%;
      flex: 0 0 58.333333333333336%;
      margin-left:0;
    }
  
    .dnd-ocean-nospace .row-fluid .span8 {
      width: 66.66666666666667%;
      flex: 0 0 66.66666666666667%;
      margin-left:0;
    }
  
    .dnd-ocean-nospace .row-fluid .span9 {
      width: 75.0%;
      flex: 0 0 75.0%;
      margin-left:0;
    }
  
    .dnd-ocean-nospace .row-fluid .span10 {
      width: 83.33333333333334%;
      flex: 0 0 83.33333333333334%;
      margin-left:0;
    }
  
    .dnd-ocean-nospace .row-fluid .span11 {
      width: 91.66666666666667%;
      flex: 0 0 91.66666666666667%;
      margin-left:0;
    }
  
}


    .dnd-section .dnd-column-off-grid.span1 {
      z-index:-1;
    }
  
    .dnd-section .dnd-column-off-grid.span2 {
      z-index:-1;
    }
  
    .dnd-section .dnd-column-off-grid.span3 {
      z-index:-1;
    }
  
    .dnd-section .dnd-column-off-grid.span4 {
      z-index:-1;
    }
  
    .dnd-section .dnd-column-off-grid.span5 {
      z-index:-1;
    }
  
    .dnd-section .dnd-column-off-grid.span6 {
      z-index:-1;
    }
  
    .dnd-section .dnd-column-off-grid.span7 {
      z-index:-1;
    }
  
    .dnd-section .dnd-column-off-grid.span8 {
      z-index:-1;
    }
  
    .dnd-section .dnd-column-off-grid.span9 {
      z-index:-1;
    }
  
    .dnd-section .dnd-column-off-grid.span10 {
      z-index:-1;
    }
  
    .dnd-section .dnd-column-off-grid.span11 {
      z-index:-1;
    }
  
@media (min-width: 1200px) {
  
    .dnd-section .dnd-column-off-grid.span1 {
      width:auto;
      flex: 0 0 calc(8.333333333333334% + (100vw - var(--maxWidth)) / 2);
      z-index:-1;
    }
  
    .dnd-section .dnd-column-off-grid.span2 {
      width:auto;
      flex: 0 0 calc(16.666666666666668% + (100vw - var(--maxWidth)) / 2);
      z-index:-1;
    }
  
    .dnd-section .dnd-column-off-grid.span3 {
      width:auto;
      flex: 0 0 calc(25.0% + (100vw - var(--maxWidth)) / 2);
      z-index:-1;
    }
  
    .dnd-section .dnd-column-off-grid.span4 {
      width:auto;
      flex: 0 0 calc(33.333333333333336% + (100vw - var(--maxWidth)) / 2);
      z-index:-1;
    }
  
    .dnd-section .dnd-column-off-grid.span5 {
      width:auto;
      flex: 0 0 calc(41.66666666666667% + (100vw - var(--maxWidth)) / 2);
      z-index:-1;
    }
  
    .dnd-section .dnd-column-off-grid.span6 {
      width:auto;
      flex: 0 0 calc(50.0% + (100vw - var(--maxWidth)) / 2);
      z-index:-1;
    }
  
    .dnd-section .dnd-column-off-grid.span7 {
      width:auto;
      flex: 0 0 calc(58.333333333333336% + (100vw - var(--maxWidth)) / 2);
      z-index:-1;
    }
  
    .dnd-section .dnd-column-off-grid.span8 {
      width:auto;
      flex: 0 0 calc(66.66666666666667% + (100vw - var(--maxWidth)) / 2);
      z-index:-1;
    }
  
    .dnd-section .dnd-column-off-grid.span9 {
      width:auto;
      flex: 0 0 calc(75.0% + (100vw - var(--maxWidth)) / 2);
      z-index:-1;
    }
  
    .dnd-section .dnd-column-off-grid.span10 {
      width:auto;
      flex: 0 0 calc(83.33333333333334% + (100vw - var(--maxWidth)) / 2);
      z-index:-1;
    }
  
    .dnd-section .dnd-column-off-grid.span11 {
      width:auto;
      flex: 0 0 calc(91.66666666666667% + (100vw - var(--maxWidth)) / 2);
      z-index:-1;
    }
  
  
   
    .dnd-section .dnd-column-off-grid.span1 .row-fluid-wrapper {
      width:100%;
      max-width: calc(var(--maxWidth) / 12.0);
    }
  
    .dnd-section .dnd-column-off-grid.span2 .row-fluid-wrapper {
      width:100%;
      max-width: calc(var(--maxWidth) / 6.0);
    }
  
    .dnd-section .dnd-column-off-grid.span3 .row-fluid-wrapper {
      width:100%;
      max-width: calc(var(--maxWidth) / 4.0);
    }
  
    .dnd-section .dnd-column-off-grid.span4 .row-fluid-wrapper {
      width:100%;
      max-width: calc(var(--maxWidth) / 3.0);
    }
  
    .dnd-section .dnd-column-off-grid.span5 .row-fluid-wrapper {
      width:100%;
      max-width: calc(var(--maxWidth) / 2.4);
    }
  
    .dnd-section .dnd-column-off-grid.span6 .row-fluid-wrapper {
      width:100%;
      max-width: calc(var(--maxWidth) / 2.0);
    }
  
    .dnd-section .dnd-column-off-grid.span7 .row-fluid-wrapper {
      width:100%;
      max-width: calc(var(--maxWidth) / 1.7142857142857142);
    }
  
    .dnd-section .dnd-column-off-grid.span8 .row-fluid-wrapper {
      width:100%;
      max-width: calc(var(--maxWidth) / 1.5);
    }
  
    .dnd-section .dnd-column-off-grid.span9 .row-fluid-wrapper {
      width:100%;
      max-width: calc(var(--maxWidth) / 1.3333333333333333);
    }
  
    .dnd-section .dnd-column-off-grid.span10 .row-fluid-wrapper {
      width:100%;
      max-width: calc(var(--maxWidth) / 1.2);
    }
  
    .dnd-section .dnd-column-off-grid.span11 .row-fluid-wrapper {
      width:100%;
      max-width: calc(var(--maxWidth) / 1.0909090909090908);
    }
  
  
  
}
.content-wrapper{margin:0 auto;padding:0 20px}.dnd-section>.row-fluid{margin:0 auto;position:relative}@media (max-width:768px){.dnd-section .dnd-column{padding:0}}.dnd-column.flex-stretch{justify-content:stretch!important}.dnd-row.active__sticky{position:sticky;top:calc(var(--heighHeader) + 20px)}@keyframes gradient_animation{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}

body{word-break:break-word}html[lang^=ja] body,html[lang^=ko] body,html[lang^=zh] body{line-break:strict;word-break:break-all}p{margin:0 0 1.4rem}p+p:last-child{margin-bottom:0}a{cursor:pointer}h1,h2,h3,h4,h5,h6{margin:0 0 1.4rem;line-height:1.1}mark{background:var(--accentColorTwo);color:#fff;padding:0 5px;border-radius:var(--cornerRadius);display:inline-flex}ol,ul{margin:0 0 1.4rem;padding-left:1rem}ol li,ul li{margin:.7rem}ol ol,ol ul,ul ol,ul ul{margin:1.4rem 0}.no-list{list-style:none;margin:0;padding-left:0}.no-list li{margin:0}pre{overflow:auto}code{vertical-align:bottom}blockquote{border-left:10px solid;margin:0 0 1.4rem;padding-left:1rem}hr{border:0 none;border-bottom:1px solid}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{font-size:1rem;word-break:normal}
.button,.hs-button,button:not([class]){align-items:center;cursor:pointer;display:inline-flex;text-align:center;transition:color .3s linear;white-space:normal;position:relative;z-index:0;overflow:hidden}.button.button--simple{background-color:transparent;border:none;border-radius:0;position:relative}.button.button--simple:focus,.button.button--simple:hover{background-color:transparent;border:none}.button:disabled,.hs-button:disabled{background-color:#f1f1f1;border-color:#f1f1f1;pointer-events:none}.button.button--secondary:disabled,.button.button--simple:disabled,.button:disabled{color:#d0d0d0}.no-button,.no-button:active .atcb_button,.no-button:focus,.no-button:hover{background:0 0;border:none;border-radius:0;color:initial;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin-bottom:0;padding:0;text-align:left;text-decoration:none;transition:none;box-shadow:none}.hs-inline-edit button:after,.hs-inline-edit button:before,.no-button:after,.no-button:before,.private-button:after,.private-button:before{display:none}.button .button__icon svg{display:block;fill:inherit;height:1.25rem;margin-right:1rem;transition:fill .3s linear}.button .button__icon svg path{fill:inherit}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.button .button__icon svg{width:1.25rem}}.button--icon-right .button__icon{order:1}.button--icon-right .button__icon svg{margin-left:1rem;margin-right:0}.button,.hs-button,a,button{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.button:after,.hs-button:after,button:not([class]):after{content:'';position:absolute;z-index:-1;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.button:after,.hs-button:after,button:not([class]):after{width:0%;height:100%;top:0;left:0}.button:active:after,.button:hover:after,.hs-button:active:after,.hs-button:hover:after,button:not([class]):active:after,button:not([class]):hover:after{width:100%}button.carousel__button{overflow:hidden;border-radius:50%!important}button.carousel__button:hover svg{color:#fff}.flickity-button-icon{color:#fff}@media (min-width:767px){.oc__dialog{width:500px}}.oc__dialog{display:none;padding:0!important;border-radius:var(--cornerRadius)}.dialog__content{padding:20px}.oc__dialog .meetings-iframe-container{display:flex}.oc__dialog .meetings-iframe-container iframe{height:632px!important}@media (max-width:767px){.dialog__content{padding:10px}}button{background-color:var(--buttonPrimaryBackground)}button:hover{background-color:var(--buttonPrimaryHoverBackground)}#hs-modal button:after,#hs-modal button:before{display:none}#hs-eu-cookie-confirmation::before,#hs-eu-cookie-confirmation:after{display:none}
.hs_cos_wrapper_type_form,.widget-type-form{width:100%}.form-title{margin:0}.form-title~div>form{border-top:none;border-top-left-radius:0;border-top-right-radius:0}form label{align-items:center;grid-gap:8px;margin-bottom:.35rem}form label p{margin:0}.hs-form-booleancheckbox label,.hs-form-radio label{display:flex;align-items:center}.hs-form-booleancheckbox label span,.hs-form-radio label span{display:flex}form .hs-form-field{margin-bottom:.6rem}form input[type=email],form input[type=file],form input[type=number],form input[type=password],form input[type=tel],form input[type=text],form select,form textarea{display:inline-block;width:100%}form fieldset{border:none;max-width:100%}body form.hs-form fieldset{border:none;max-width:none;margin-bottom:0}form .inputs-list{list-style:none;margin:0;padding:0}form .inputs-list>li{display:block;margin:.7rem 0}form .inputs-list>li label{display:flex}form .inputs-list input,form .inputs-list span{vertical-align:middle}form input[type=checkbox],form input[type=radio]{cursor:pointer;margin-right:.35rem}form .hs-dateinput{position:relative}form .hs-dateinput:before{content:'\01F4C5';position:absolute;top:50%;transform:translateY(-50%)}form .is-selected .pika-button{border-radius:0;box-shadow:none}form .fn-date-picker .pika-button:focus,form .fn-date-picker .pika-button:hover{border-radius:0}form input[type=file]{background-color:transparent;border:initial;padding:initial}form .hs-richtext,form .hs-richtext p{font-size:.8rem;margin:0 0 1.4rem}form .hs-richtext img{height:auto;max-width:100%}form .legal-consent-container .hs-form-booleancheckbox-display>span{margin-left:1rem}form .hs-form-required{color:#ef6b51}form .hs-input.error{border-color:#ef6b51}form .hs-error-msg,form .hs-error-msgs{color:#ef6b51;margin-top:.35rem}form .hs-button,form input[type=submit]{cursor:pointer;display:inline-block;text-align:center;transition:all .15s linear;white-space:normal}.grecaptcha-badge{margin:0 auto}fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]){width:100%!important}form input[type=radio],form:not(.hsfc-Form) input[type=checkbox]{--active-inner:#fff;--disabled:#f6f8ff;--disabled-inner:#e1e6f9;-webkit-appearance:none;-moz-appearance:none;height:21px;outline:0;display:inline-block;vertical-align:top;position:relative;margin:0;cursor:pointer;border:1px solid var(--bc,var(--border));background:var(--b,var(--background));transition:background .3s,border-color .3s,box-shadow .2s;width:21px!important;flex-shrink:0}form input[type=radio]:after,form:not(.hsfc-Form) input[type=checkbox]:after{content:'';display:block;left:0;top:0;position:absolute;transition:transform var(--d-t, .3s) var(--d-t-e, ease),opacity var(--d-o, .2s)}form input[type=radio]:checked,form:not(.hsfc-Form) input[type=checkbox]:checked{--b:var(--active);--bc:var(--active);--d-o:0.3s;--d-t:0.6s;--d-t-e:cubic-bezier(0.2, 0.85, 0.32, 1.2)}form input[type=radio]:disabled,form:not(.hsfc-Form) input[type=checkbox]:disabled{--b:var(--disabled);cursor:not-allowed;opacity:.9}form input[type=radio]:disabled:checked,form:not(.hsfc-Form) input[type=checkbox]:disabled:checked{--b:var(--disabled-inner);--bc:var(--border)}form input[type=radio]:disabled+label,form:not(.hsfc-Form) input[type=checkbox]:disabled+label{cursor:not-allowed}form input[type=radio]:hover:not(:checked):not(:disabled),form:not(.hsfc-Form) input[type=checkbox]:hover:not(:checked):not(:disabled){--bc:var(--border-hover)}form input[type=radio]:focus,form:not(.hsfc-Form) input[type=checkbox]:focus{box-shadow:0 0 0 var(--focus)}form input[type=radio]:not(.switch),form:not(.hsfc-Form) input[type=checkbox]:not(.switch){width:21px}form input[type=radio]:not(.switch):after,form:not(.hsfc-Form) input[type=checkbox]:not(.switch):after{opacity:var(--o, 0)}form input[type=radio]:not(.switch):checked,form:not(.hsfc-Form) input[type=checkbox]:not(.switch):checked{--o:1}form input[type=radio]+label,form:not(.hsfc-Form) input[type=checkbox]+label{font-size:14px;line-height:21px;display:inline-block;vertical-align:top;cursor:pointer;margin-left:4px}form:not(.hsfc-Form) input[type=checkbox]:not(.switch){border-radius:7px}form:not(.hsfc-Form) input[type=checkbox]:not(.switch):after{width:5px;height:9px;border:2px solid var(--active-inner);border-top:0;border-left:0;left:7px;top:4px;transform:rotate(var(--r,20deg))}form:not(.hsfc-Form) input[type=checkbox]:not(.switch):checked{--r:43deg}form:not(.hsfc-Form) input[type=checkbox].switch{width:38px;border-radius:11px}form:not(.hsfc-Form) input[type=checkbox].switch:after{left:2px;top:2px;border-radius:50%;width:15px;height:15px;background:var(--ab,var(--border));transform:translateX(var(--x,0))}form:not(.hsfc-Form) input[type=checkbox].switch:checked{--ab:var(--active-inner);--x:17px}form:not(.hsfc-Form) input[type=checkbox].switch:disabled:not(:checked):after{opacity:.6}form:not(.hsfc-Form) input[type=radio]{border-radius:50%}form:not(.hsfc-Form) input[type=radio]:after{width:19px;height:19px;border-radius:50%;background:var(--active-inner);opacity:0;transform:scale(var(--s,.7))}form:not(.hsfc-Form) input[type=radio]:checked{--s:0.5}form:not(.hsfc-Form) .legal-consent-container .hs-form-booleancheckbox-display>span{margin-left:0}
.oc__icon svg{max-width:25px}.icon{border-radius:50%;display:inline-flex;box-shadow:0 10px 15px -3px rgb(0 0 0 / 10%),0 4px 6px -2px rgb(0 0 0 / 5%);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;align-items:center;aspect-ratio:1/1;justify-content:center}.icon--square .icon{border-radius:0}.icon img,.icon svg{vertical-align:middle}svg:not(:root).svg-inline--fa{width:inherit}.card .icon--small>span,.icon--small .icon,.icon--small>span{padding:8px}.icon--small .svg-inline--fa.fa-w-16,.icon--small .svg__mask,.icon--small img,.icon--small svg{height:12px;width:12px}.icon{padding:15px}.icon .svg__mask,.icon img,.icon svg{height:16px;width:16px}.card .icon--large>span,.icon--large .icon,.icon--large>span{padding:25px}.icon--large .svg-inline--fa.fa-w-16,.icon--large .svg__mask,.icon--large svg{height:24px;width:24px}.oc__numbers__item-icon-el svg{width:40px;height:40px}@media (max-width:767px){.oc__lottie{height:100%!important}.oc__lottie lottie-player{height:100%!important}}
@supports (background:-webkit-named-image(i)){[class*=background-image]{position:relative;transform:translateZ(0);will-change:transform;left:-1px;bottom:-1px}}
table{border-collapse:collapse;margin-bottom:1.4rem;overflow-wrap:break-word}td,th{padding:.7rem;vertical-align:top}thead td,thead th{vertical-align:bottom}

.header__container{position:fixed;top:0;width:100%;transition:top .6s ease 0s}.no-nav .header__container{position:relative}.header__wrapper{align-items:center;display:flex;margin:0 auto}.header__bottom_back{position:absolute;top:0;left:0;height:calc(100%);width:100%;z-index:-1}@media only screen and (min-width:1200px){.header__wrapper{padding:0}}.header__top{background-color:var(--primaryColor);padding:0 20px;position:relative;z-index:103}.search_open .header__top{z-index:50}.hader__top-el{margin:auto;justify-content:flex-end}.hader__top-el,.hader__top-el>*,.header__top_item-icon>*{display:flex}.header__top_move+.header__top_submenu{padding-left:5px}.header__top_item{display:flex;grid-gap:5px;align-items:center}.header__top_item-icon svg{width:18px;height:18px}.header__top_item-icon img{width:auto;height:18px}.header__top_a{color:#fff;fill:#fff;padding:9px 0}.header__top_a+.header__top_a{margin-left:15px}@media (max-width:982px){.header__bottom_back{padding:1.2rem 20px}}.header__container--left .header__wrapper--bottom{justify-content:flex-start;grid-gap:10px;padding:0}.sticky-trans .header__container--left .header__wrapper--bottom{height:90px}.header__container--left .header__menu-col{text-align:left}.header__container--left .header__button-col{padding:10px 0}.header__container--left .header__button-col a{padding-left:15px;padding-right:15px;white-space:nowrap}.header__container--left .header__search-col{z-index:101}.header__logo-col{z-index:101}.header__container--left .header__search-col .hs-search-field__suggestions:empty{display:none}.header__user-col a{display:flex;padding:2px 5px;align-items:center;grid-gap:3px;transition:all .4s ease}.header__user-col a span{transition:all .4s ease}.header__user-col svg{width:20px;height:20px;display:flex;margin:10px 5px}@media (max-width:1100px){.header__container--left .header__button-col a{padding-left:10px;padding-right:10px;white-space:nowrap}}@media (max-width:982px){.header__menu--mobile{background-color:#fff}.header__container--left .header__logo-col{flex:1 0 0}}@media (min-width:769px){.header__container--left .header__search-col{flex:0 0 40px}}.mega__menu{top:100%;left:0;position:absolute;width:100%;z-index:1;max-height:0;clip:rect(1px,1px,1px,1px);white-space:normal}.header__menu-item.mega{position:static}.header__menu-item.mega__fit{position:relative}.mega__menu{visibility:hidden;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out,max-height .9s ease-in-out,padding .3s ease-in-out;max-height:0;padding:0;cursor:default;transform:translateX(-50%);width:100vw;max-width:95%;left:50%;border-radius:var(--cornerRadius)}.mega__menu.mg__center{max-width:100%;border-radius:0}.mega__menu a{color:var(--primaryColor)}.mega .header__menu-link--toggle{position:relative;z-index:2}.header__menu-item--has-submenu.mega:focus-within .mega__menu,.header__menu-item--open .mega__menu{visibility:visible;pointer-events:auto;opacity:1;max-height:none;clip:auto}.col__five{width:20%;max-width:20%;flex:0 0 20%}.col__four{width:25%;max-width:25%;flex:0 0 25%}.col__three{width:33.3%;max-width:33.3%;flex:0 0 33.3%}.col__two{width:50%;max-width:50%;flex:50%}.mega>ul{display:none;opacity:0;visibility:hidden}.mega__menu_container,.mega__menu_container-el{display:flex;width:100vw}.mega__menu_container-el.mg__center{max-width:var(--maximum_content_width);margin:auto}.mega__menu_container{max-width:100%;margin:auto;padding:15px 20px 15px;background:#fff;border-radius:var(--cornerRadius);box-shadow:0 3px 6px 0 rgb(0 0 0 / 8%)}.mega__menu_container.mg__center{border-radius:0}.inner{padding:10px}.inner__image{width:100%;height:110px;-o-object-fit:cover;object-fit:cover;will-change:transform;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;border-radius:var(--cornerRadius);overflow:hidden}.inner__image img{display:block;width:100%;height:100%;margin:0 auto;opacity:1;-o-object-fit:cover;object-fit:cover}.inner__image+.inner__menu{padding-top:20px}.inner__title{display:block;font-size:18px;margin:15px 0;font-weight:400}.inner__richtext iframe,.inner__richtext img,.inner__richtext video{display:block;margin:auto;max-width:100%;height:auto}.inner__menu ul{flex-direction:column;grid-gap:15px;margin-left:10px;margin-right:10px}.inner__menu ul>li>a{display:flex;line-height:1.2;cursor:pointer;position:relative}.inner__menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper{left:auto;opacity:1;position:relative;margin-top:8px}# Submenu icons # .submenu__icon{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;grid-gap:12px}.submenu__icon-item{list-style:none}.submenu__icon-item a{display:flex;width:100%;flex:0 0 auto;color:var(--primaryColor)}.submenu__icon-inner-a{display:flex;width:100%;grid-gap:10px}.submenu__icon-img{width:45px;height:45px;display:flex;align-items:center;justify-content:center;margin-top:5px;flex:0 0 auto}.submenu__icon-img img{width:100%;height:100%;object-fit:contain}.submenu__icon-tit{font-weight:700}.submenu__icon-intro p{margin:0;padding:0}.logo_ini{display:none}.sticky-trans .header__menu--desktop .header__menu-item--depth-1>.header__menu-link:not(.button){line-height:80px}.sticky-trans .header__bottom_back{transition:background .4s ease;background-color:var(--heaaderBackgrounInicial)}.header__menu-child-toggle{display:flex;align-items:center}.header__menu--desktop .header__menu-item--depth-1>.header__menu-child-toggle svg,.header__user-col svg,.search__button svg{transition:transform .4s ease,fill .4s ease}.header__menu--desktop .header__menu-item--depth-1>.header__menu-link,.header__menu--desktop .header__menu-submenu .header__menu-item>.header__menu-link{position:relative}.header__menu--desktop .header__menu-item--depth-1>.header__menu-link:after{content:"";position:absolute;height:2.5px;width:100%;background:var(--colorHover);bottom:-1px;left:0;border-radius:2px;opacity:0;transition:opacity .3s ease-in-out}.header__menu--desktop .header__menu-submenu .header__menu-item>.header__menu-link:after,.header__menu--mobile .header__menu-submenu .header__menu-item>.header__menu-link:after{content:"";position:absolute;left:0;top:50%;height:60%;transform:translateY(-50%);width:2px;border-radius:2px;background:var(--colorHover);opacity:0;transition:opacity .3s ease-in-out}.header__menu--desktop .header__menu-item--depth-1:focus-within>.header__menu-link:after,.header__menu--desktop .header__menu-item--depth-1:hover>.header__menu-link:after,.header__menu--desktop .header__menu-submenu .header__menu-item:focus-within>.header__menu-link:after,.header__menu--desktop .header__menu-submenu .header__menu-item:hover>.header__menu-link:after{opacity:var(--hover-indicator-active)}.header__menu-link--active-link:after{opacity:var(--hover-indicator-active)!important}.sticky-trans:not(.header__bckwhite) .logo_ini{display:block}.sticky-trans:not(.header__bckwhite) .head_sticky{display:none}.sticky-trans:not(.header__bckwhite) .header__language-switcher-current-label>span,.sticky-trans:not(.header__bckwhite) .header__menu--desktop .header__menu-item--depth-1>.header__menu-child-toggle svg,.sticky-trans:not(.header__bckwhite) .header__menu--desktop .header__menu-item--depth-1>.header__menu-link:not(.button),.sticky-trans:not(.header__bckwhite) .header__menu-toggle svg,.sticky-trans:not(.header__bckwhite) .header__user-col svg,.sticky-trans:not(.header__bckwhite) .header__user-label,.sticky-trans:not(.header__bckwhite) .search__button svg,.sticky-trans:not(.header__bckwhite) .world svg path{color:#fff;fill:#fff}.sticky-trans:not(.header__bckwhite) .header__menu-toggle-hamburger span{background-color:#fff}.sticky-trans:not(.header__bckwhite) .header__language-switcher:hover .world svg path,.sticky-trans:not(.header__bckwhite) .header__menu--desktop .header__menu-item--depth-1:hover>.header__menu-child-toggle svg,.sticky-trans:not(.header__bckwhite) .header__menu--desktop .header__menu-item--depth-1:hover>.header__menu-link:not(.button),.sticky-trans:not(.header__bckwhite) .header__menu--desktop .header__menu-item--depth-1>.header__menu-link:not(.button):hover{color:var(--accentColorTwo);fill:var(--accentColorTwo)}.sticky-trans .header__menu-item--depth-1:hover>.header__menu-link:not(.button){fill:var(--accentColorTwo);color:var(--accentColorTwo)}.header__language-switcher{cursor:pointer;position:relative;display:flex}.header__language-switcher .world{padding:10px;display:flex;align-items:center}.header__language-switcher .world .svg{width:20px;height:20px}.header__language-switcher .lang_switcher_class{position:static}.header__language-switcher-label{display:flex}.header__language-switcher-current-label{align-items:center;display:flex;margin-left:.5rem}.header__container--left .header__language-switcher-current-label>span{display:flex;line-height:70px;padding-right:15px}.header__container--left .hader__top-el .header__language-switcher-current-label>span{line-height:normal}.header__container--left .header__language-switcher-current-label{margin-left:0}.header__language-switcher-child-toggle svg{height:15px;margin-left:.35rem;width:15px}.header__language-switcher-col{display:flex}.header__language-switcher-col+.header__button-col{margin-left:10px}.header__language-switcher-child-toggle{display:flex;width:100%;position:absolute;height:100%;left:0}.header__language-switcher .lang_list_class{display:block;left:auto;opacity:0;padding:0;position:absolute;right:0;text-align:left;top:100%;transform:none;visibility:hidden;max-width:200px;width:max-content;z-index:99;border-radius:var(--cornerRadius);overflow:hidden}.header__language-switcher-label--open .lang_list_class,.header__language-switcher:focus .lang_list_class,.header__language-switcher:hover .lang_list_class{opacity:1;visibility:visible;display:block;min-width:115px}.header__language-switcher .lang_list_class:after,.header__language-switcher .lang_list_class:before{content:none}.header__language-switcher .lang_list_class li{border:none;margin:0;padding:0}.header__language-switcher .lang_list_class li:first-child{border-top:none;padding-top:0}.header__language-switcher .lang_list_class li:last-child{border-bottom:0;padding-bottom:0}.header__language-switcher .lang_list_class .lang_switcher_link{display:inline-flex;padding:.7rem 1rem;width:100%}.header__language-switcher .header__language-switcher-label>span{display:flex}.header__language-switcher .globe_class{background-image:none;width:0;height:0}@media (max-width:1118px){.header__language-switcher-current-label,.header__user-label{display:none}}@media (max-width:982px){.header__language-switcher .lang_list_class{border:none;display:none;width:100%}.header__language-switcher-label--open .lang_list_class{display:block}.header__language-switcher-current-label{display:block;margin:0;order:1;padding:.7rem 0 .7rem 1rem;width:80%}.header__language-switcher .globe_class{height:auto;width:100%}.header__language-switcher .globe_class:before{display:none}.header__container--left .header__language-switcher .globe_class:before{display:block}.header__container--left .header__language-switcher-current-label{display:none}.header__container--left .header__wrapper--bottom{grid-gap:2px;padding:0 15px}.header__container--left .header__language-switcher:hover .lang_list_class,.header__language-switcher-col:hover .lang_list_class{display:block;min-width:115px;top:30px!important}.header__language-switcher-label{display:flex;flex-wrap:wrap}.hs_cos_wrapper_type_language_switcher{width:100%}}@media (max-width:982px){.header__language-switcher-child-toggle,.header__language-switcher-child-toggle:active,.header__language-switcher-child-toggle:focus,.header__language-switcher-child-toggle:hover{border:0;cursor:pointer;padding:10px 30px;position:absolute;right:0;top:0}a[href="javascript:;"]+button.header__menu-child-toggle{align-items:flex-end;display:flex;flex-direction:column;width:100%;z-index:5}.header__language-switcher-child-toggle svg{margin-left:0}.header__language-switcher-child-toggle--open svg{transform-origin:50% 50%;transition:transform .4s}}.header__logo{display:flex;align-items:center;padding:10px 0}@media (max-width:480px){.header__logo{padding:15px 0}}.header__logo-link{display:flex}.header__logo img{max-width:250px;height:auto}@media (max-width:400px){.header__logo img{max-width:160px;height:auto}}.header__menu-container--mobile{display:none;position:relative}.header__menu--mobile{display:none;position:absolute;right:0;top:100%;width:100%;z-index:99}.header__menu-toggle-hamburger_wp{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.header__menu-toggle-hamburger{width:30px;height:20px;position:relative}.header__menu-toggle-hamburger span{display:block;width:100%;height:2px;background-color:#000;transition:all .3s ease-in-out;position:absolute;left:0}.header__menu-toggle-hamburger span:first-child{top:0}.header__menu-toggle-hamburger span:nth-child(2){top:50%}.header__menu-toggle-hamburger span:nth-child(3){top:100%}.header__menu-container--mobile.active .header__menu-toggle-hamburger span:nth-child(2){opacity:0}.header__menu-container--mobile.active .header__menu-toggle-hamburger span:first-child{transform:translateY(10px) translateX(0) rotate(45deg)}.header__menu-container--mobile.active .header__menu-toggle-hamburger span:nth-child(3){transform:translateY(-10px) translateX(0) rotate(-45deg)}@media (max-width:982px){.header__menu--desktop{display:none}.header__menu-container--mobile{display:block}.header__menu--show{display:block}}.header__menu-wrapper{display:flex}.header__menu-item{display:flex;position:relative;white-space:nowrap}.header__menu-link{position:relative;line-height:70px;padding:0 .65rem;flex:0 0 auto}@media (min-width:981px){.header__menu-child-toggle,button.header__menu-child-toggle{margin-left:-20px;padding-right:.625rem;pointer-events:none;flex:none}}@media (max-width:982px){.header__menu-item--depth-1 a{line-height:1.5!important}}.header__menu-submenu{border-width:0;display:none;left:-1px;position:absolute;text-align:left;top:100%;max-width:270px;z-index:99;border-radius:var(--cornerRadius);box-shadow:0 3px 6px 0 rgb(0 0 0 / 8%);width:max-content}.header__menu-submenu .header__menu-link{width:100%;line-height:1.2!important}.header__menu-item--has-submenu:not(.mega):focus-within>.header__menu-submenu,.header__menu-item--open>.header__menu-submenu{display:block}.header__menu-item--depth-1:last-child>.header__menu-submenu{left:auto;right:0}.header__menu-submenu--level-3{left:100%;top:0}.header__menu-item--depth-1:nth-last-child(-n+2) .header__menu-submenu--level-3{left:100%;right:auto;top:0;width:max-content}.header__menu-submenu .header__menu-item{background-color:inherit;max-width:100%;border-bottom:1px solid rgb(232 232 232 / 50%);white-space:normal}.header__menu-submenu .header__menu-item:first-child,.header__menu-submenu .header__menu-item:first-child .header__menu-link--active-link:not(.button){border-top-left-radius:5px;border-top-right-radius:5px}.header__menu-submenu .header__menu-item:last-child,.header__menu-submenu .header__menu-item:last-child .header__menu-link--active-link:not(.button){border-bottom-left-radius:5px;border-bottom-right-radius:5px}.header__menu-item--depth-3{overflow:hidden}.header__menu-submenu .header__menu-link{display:inline-flex;padding:.7rem 1rem}.header__menu-item--depth-4>.header__menu-link{margin-left:20px}.header__menu-item--depth-10>.header__menu-link,.header__menu-item--depth-5>.header__menu-link,.header__menu-item--depth-6>.header__menu-link,.header__menu-item--depth-7>.header__menu-link,.header__menu-item--depth-8>.header__menu-link,.header__menu-item--depth-9>.header__menu-link{margin-left:30px}.header__menu-item--button{padding:.7rem 1rem}# Mega # @media (min-width:983px){opacity:0!important;visibility:hidden!important}.header__menu-child-toggle svg{height:10px;width:10px}.header__menu-toggle{display:none}.header__menu-toggle{height:40px;width:40px;padding:5px 10px}.header__menu-inver{display:flex;align-items:center;margin-right:auto;margin-left:10px}.header__menu-item--has-submenu>.header__menu-link,.header__menu-submenu .header__menu-item--has-submenu .header__menu-link{padding-right:calc(.625rem + 14px)}# Search # body.search_open{overflow:hidden}.bck_search{position:fixed;width:100%;height:100%;background:rgb(255 255 255 / 61%);top:0;left:0;z-index:100;backdrop-filter:saturate(120%) blur(5px);-webkit-backdrop-filter:saturate(120%) blur(5px);opacity:0;pointer-events:none;transition:all .3s ease-in-out}.close_bck_search{position:absolute;width:100%;height:100%}.bck_search.show{opacity:1;pointer-events:auto}.search__button{display:flex;padding:10px;display:none;cursor:pointer}.search__button:active,.search__button:focus,.search__button:hover{padding:10px}.search__button svg{width:20px;height:20px}.header__search_input{width:calc(100% - 20px);display:flex;flex-direction:column;max-width:445px;transition:all .3s ease-in-out;margin:0;left:50%;z-index:12;top:calc(var(--heighHeader) + 40px);transform:translate(-50%,-400px);position:absolute}.header__search-col .hs-search-field{border-radius:var(--cornerRadius)}.header__search-col .header__search_input .hs-search-field__suggestions{border:0;background:rgb(255 255 255 / 85%);border-bottom-left-radius:var(--cornerRadius);border-bottom-right-radius:var(--cornerRadius);padding-bottom:15px;backdrop-filter:saturate(200%) blur(5px);-webkit-backdrop-filter:saturate(200%) blur(5px);margin:0;max-width:100%;padding:1px 10px 10px}.header__search-col .header__search_input .hs-search-field__suggestions li{list-style:none;padding:0}.header__search-col .header__search_input .hs-search-field__suggestions li:first-child{padding:0}.header__search_input.header__search--show{transform:translate(-50%,20px);opacity:1;pointer-events:auto}.header__search_input form input[type=text]{color:#fff;font-size:18px;width:100%;background-color:rgba(var(--secondaryColorRGB),.7);border:none;padding-top:15px;padding-bottom:15px;border-radius:0;border-top-left-radius:var(--cornerRadius);border-top-right-radius:var(--cornerRadius);backdrop-filter:saturate(200%) blur(5px)}.header__search_input form input[type=text]::placeholder{color:#fff}.header__menu-search--show{display:flex}.hs-search-field__bar form{position:relative}.hs-search-field__bar button,.hs-search-field__bar button:focus{position:absolute!important;height:36px;right:10px;padding:5px!important;min-width:50px;display:flex;top:50%;justify-content:center;transform:translateY(-50%)}.hs-search-field__bar button svg{width:18px}.hs-search-field__bar label{position:absolute;color:#fff;font-size:12px;top:0;left:5px;z-index:1}.hs-search-field__bar label+input[type=text]{padding-top:25px}.quick__links{background:rgb(255 255 255 / 85%);border-bottom-left-radius:var(--cornerRadius);border-bottom-right-radius:var(--cornerRadius);padding:10px;transition:all .3s ease-in-out;opacity:1;position:absolute;width:100%;backdrop-filter:saturate(200%) blur(5px);pointer-events:auto}.quick__links .hs-menu-wrapper.hs-menu-flow-horizontal ul{margin-top:5px}.hide__block{opacity:0}.quick__links.hide__block{pointer-events:none}.quick__links .quick__links-tit{font-weight:700;display:block;padding:0 0 5px 0;border-bottom:1px solid #e4e4e4}.quick__links ul{flex-direction:column}.header__search-col .quick__links ul a{padding:5px 10px;display:flex;color:var(--primaryColor);align-items:center}.header__search-col .quick__links ul a:hover{background-color:rgba(var(--secondaryColorRGB),.2)}.header__search--show .quick__links{opacity:1;pointer-events:auto}.hs-search-field--open .quick__links{opacity:0;pointer-events:none}.header__container--centered .header__search_input{top:var(--heighHeader)}.header__search-col .hs-search-field__suggestions a{padding:0;line-height:1.2;display:block}.header__search-col .hs-search-field__suggestions a:hover,.hs-search-field__suggestions a:focus{background-color:rgba(var(--secondaryColorRGB),.2)}# Badge notifications # span[data-hot]{font-size:12px;font-weight:400;color:#721c24;background-color:#f8d7da;padding:2px 5px;border-radius:var(--cornerRadius);text-transform:uppercase;margin-left:10px;word-break:keep-all;height:18px;line-height:14px;display:flex}span[data-new]{font-size:12px;font-weight:400;color:#d4d4d4;background-color:#717171;padding:2px 5px;border-radius:var(--cornerRadius);text-transform:uppercase;margin-left:10px;word-break:keep-all;height:18px;line-height:14px;display:flex}span[data-wow]{font-size:12px;font-weight:400;color:#2a7df4;background-color:#b4d3ff;padding:2px 5px;border-radius:var(--cornerRadius);text-transform:uppercase;margin-left:10px;word-break:keep-all;height:18px;line-height:14px;display:flex}# Pulse # @-webkit-keyframes pulsed{opacity:0}50%{opacity:.8}80%{opacity:1}100%{-webkit-transform:scale(2.5,2.5);opacity:0}div[data-pulse]:after,div[data-pulse]:before{top:-11px;left:4px}.inner__menu div[data-pulse]:after,.inner__menu div[data-pulse]:before{top:-10px;left:-6px}div[data-pulse]:after{content:"";width:8px;height:8px;background-color:var(--accentColorOne);border-radius:50%;position:absolute}div[data-pulse]:before{content:"";border:1px solid var(--accentColorOne);-webkit-border-radius:30px;position:absolute;-webkit-animation:pulsed 2s ease-out;-webkit-animation-iteration-count:infinite;opacity:0;width:8px;height:8px}main div[data-pulse]:after,main div[data-pulse]:before{top:-16px;left:-8px}@media (max-width:982px){.header__language-switcher-col{margin-right:8px}.header__search-col .header__search_input ul{margin:0}.header__search-col .header__search_input li{margin-bottom:0;text-align:left}.header__search-col .header__search_input.header__search--show{transform:translate(-50%,-2px)}.header__menu-inver{order:3;grid-gap:20px;margin-left:0;margin-right:0;padding:0}.header__container--centered .header__search_input{top:var(--heighHeader)}.header__menu-item{display:block;text-align:left;width:100%}.header__menu-submenu{max-width:none}.header__menu-link{display:block;padding:.7rem 1rem;width:100%}.header__menu-item--has-submenu .header__menu-link{width:100%}.header__menu-submenu .header__menu-item{width:100%}div[data-pulse]{top:20px;transform:translateY(-50%)}.header__menu-child-toggle,.header__menu-child-toggle:active,.header__menu-child-toggle:focus,.header__menu-child-toggle:hover{border:0;cursor:pointer;padding:18px 20px 18px 30px;position:absolute;right:0;top:0}.header__menu-child-toggle svg{margin-left:0}.header__menu-child-toggle--open svg{transform:rotate(180deg);transform-origin:50% 50%;transition:transform .4s}.header__menu-toggle--show{display:flex}}@media (max-width:982px){.header__menu-wrapper{max-height:calc(100vh - 20px);overflow:auto;flex-direction:column}}.mega__menu_section{width:100%}.mega__menu_section>.dnd-section{height:auto!important;display:block!important;width:100%}
.header__skip{height:1px;left:-1000px;overflow:hidden;position:absolute;text-align:left;top:-1000px;width:1px}.header__skip:active,.header__skip:focus,.header__skip:hover{height:auto;left:0;overflow:visible;top:0;width:auto;z-index:2}.header.no-nav .widget-type-logo img{max-width:240px;height:auto;border-width:0;border:0;display:flex;margin:20px auto}#header__fix .hader__top-el,#header__fix .header__wrapper--bottom{max-width:var(--maximum_content_width);margin-left:auto;margin-right:auto}
footer .hs-menu-wrapper ul{flex-direction:row;justify-content:space-around}footer .hs-menu-wrapper>ul{grid-gap:15px}footer .hs-menu-depth-1 a[href="javascript:;"]:active,footer .hs-menu-depth-1 a[href="javascript:;"]:focus,footer .hs-menu-depth-1 a[href="javascript:;"]:hover{font-weight:700;cursor:default;color:inherit}@media (max-width:767px){footer .hs-menu-wrapper li{margin:0;text-align:left}footer .hs-menu-wrapper>ul>li{flex:1 1 auto;width:calc(50% - 15px)}footer .hs-menu-wrapper.hs-menu-flow-horizontal ul{flex-direction:row;margin-top:5px;line-height:1}footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul{grid-gap:35px 15px;margin-bottom:0}footer .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper{grid-gap:15px}}
.widget-type-logo img{height:auto;max-width:100%}.widget-type-logo a{display:flex}.widget-type-linked_image{overflow:hidden}.widget-type-linked_image>span{display:flex;overflow:hidden}# Video # .vidyard-player-container{border-radius:var(--cornerRadius)}# Image grid list # .hs-image__grid__list{margin:0;padding:0}.hs-menu-wrapper ul{display:flex;flex-wrap:wrap;justify-content:space-around;list-style:none;margin:0;padding-left:0}.hs-menu-wrapper li{margin:0}.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper{flex-direction:column}@media (max-width:767px){.hs-menu-wrapper li{margin-bottom:1.4rem;text-align:center}.hs-menu-wrapper.hs-menu-flow-horizontal ul{flex-direction:column;margin-top:20px}}.hs-menu-wrapper.hs-menu-flow-vertical ul{flex-direction:column}.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul{display:inline-flex}@media (max-width:767px){.hs-menu-wrapper.hs-menu-flow-vertical ul,.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul{display:flex}}.hs-menu-wrapper.flyouts .hs-item-has-children{position:relative}.hs-menu-wrapper.flyouts .hs-menu-children-wrapper{left:-9999px;opacity:0;position:absolute}.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a{display:block;white-space:nowrap}.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper{left:0;opacity:1;top:100%}.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper{left:100%;opacity:1;top:0}@media (max-width:767px){.hs-menu-wrapper.flyouts .hs-menu-children-wrapper,.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper,.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper{left:0;opacity:1;position:relative;top:auto}}.widget-type-rich_text img{height:auto;max-width:100%}.hs-video-container,.oembed_container{border-radius:var(--cornerRadius);overflow:hidden}.oc__anchor{position:relative;top:-40px}
.hs-nav-scroller-horizontal{position:relative;width:fit-content;margin:auto}.filter_btn{box-sizing:border-box}.fn__tabs .hs-nav-scroller-horizontal{width:100%}.hs-nav-scroller-horizontal .nav{position:relative;overflow-x:auto;overflow-y:hidden;-ms-flex-wrap:nowrap;flex-wrap:nowrap;white-space:nowrap;scroll-behavior:smooth;padding:2px 2px;z-index:2}.nav.mask{-webkit-mask-image:var(--mask-active);mask-image:var(--mask-active)}.mask.left{--mask-active:linear-gradient(to right, transparent 0, black 50px, black calc(100% - 0px), transparent 100%)}.mask.right{--mask-active:linear-gradient(to right, transparent 0, black 0px, black calc(100% - 50px), transparent 100%)}.mask.left.right{--mask-active:linear-gradient(to right, transparent 0, black 50px, black calc(100% - 50px), transparent 100%)}.hs-nav-scroller-horizontal .nav .nav-link{white-space:nowrap}.hs-nav-scroller-horizontal .nav::-webkit-scrollbar{display:none}.hs-nav-scroller-horizontal .nav-tabs{padding-bottom:.1875rem}.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-next,.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-prev{position:absolute;height:100%;z-index:3;font-size:1.5rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-link{width:3.125rem;color:#677788}.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-link:hover{color:#1366ff}.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-prev{left:5px;margin-left:-.125rem}.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-prev .hs-nav-scroller-arrow-link{padding:.5rem 0;display:flex;justify-content:flex-start}.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-next{right:5px;margin-right:-.125rem}.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-next .hs-nav-scroller-arrow-link{padding:.5rem 0;text-align:right;display:flex;justify-content:flex-end}.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-next .hs-nav-scroller-arrow-link svg,.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-prev .hs-nav-scroller-arrow-link svg{height:18px;width:auto}.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-next .hs-nav-scroller-arrow-link:hover svg,.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-prev .hs-nav-scroller-arrow-link:hover svg{fill:#333}.hs-nav-scroller-vertical{height:100%;overflow:hidden;overflow-y:auto}.hs-nav-scroller-vertical::-webkit-scrollbar{width:.6125rem}.hs-nav-scroller-vertical::-webkit-scrollbar-thumb{background-color:rgba(189,197,209,.6)}.hs-nav-scroller-unfold{position:static}@media (max-width:767px){.hs-nav-scroller-horizontal{width:100%}.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-prev{left:2px}.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-next{right:2px}.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-link{width:1.8rem}}
.blog-listing{display:flex;flex-wrap:wrap;justify-content:space-between}.blog-listing--3-col,.blog-listing--4-col{justify-content:flex-start}.blog-listing__heading{text-align:center;width:100%;margin-bottom:45px}.blog-listing__post{display:flex;padding:0;width:100%;overflow:auto;transition:all .3s ease-in-out}.blog-listing__post:hover{transform:scale(1.015)}.blog-listing-slider .blog-listing__post:hover{transform:none}.blog-listing-slider .splide{padding:0 0 50px}.blog-listing-slider .splide__pagination__page.is-active{transform:none;background:var(--secondaryColor)}.blog-listing-slider .splide__arrow{z-index:2;bottom:-15px;top:auto}.blog-listing-slider .splide__arrow--prev{right:50px;left:auto}.blog-listing-slider .splide__arrow--next{right:5px}.blog-listing-slider .splide__arrow:hover{background:var(--secondaryColor);border-radius:50%}.blog-listing-slider .splide__pagination{left:0;transform:none}.blog-listing-slider .splide__pagination{justify-content:flex-start}.blog-listing__post-image-wrapper{display:flex}.blog-listing__post-image{height:auto;width:100%}.blog-listing__post-content{display:flex;flex-direction:column;flex-grow:1;padding:.7rem 0 0}.card--dark .blog-listing__post-content,.card--light .blog-listing__post-content{padding:1.4rem;flex:1 1 auto}.blog-listing__header{margin-bottom:.8rem}.blog-listing__post-tags{margin-bottom:.7rem}.blog-listing__post-tag,.blog-listing__post-tag:active,.blog-listing__post-tag:focus,.blog-listing__post-tag:hover{color:var(--primaryColor);background:rgba(var(--secondaryColorRGB),.1);font-size:12px;padding:5px;border-radius:var(--cornerRadius);text-transform:uppercase}.blog-listing__post-time-read{display:flex;font-size:12px;grid-gap:5px;margin-bottom:.3rem;align-items:center;color:var(--secondaryColor)}.blog-listing__post-time-read-icon{background-color:var(--secondaryColor);-webkit-mask-image:url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC45OTkiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNC45OTkgMTUiPgogIDxjaXJjbGUgaWQ9IkVsaXBzZV83IiBkYXRhLW5hbWU9IkVsaXBzZSA3IiBjeD0iMC44MzMiIGN5PSIwLjgzMyIgcj0iMC44MzMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjcwNiA5LjIyNykiIGZpbGw9IiM4MmMwY2MiLz4KICA8Y2lyY2xlIGlkPSJFbGlwc2VfOCIgZGF0YS1uYW1lPSJFbGlwc2UgOCIgY3g9IjAuODMzIiBjeT0iMC44MzMiIHI9IjAuODMzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMC44ODkgMTAuODg1KSIgZmlsbD0iIzgyYzBjYyIvPgogIDxjaXJjbGUgaWQ9IkVsaXBzZV85IiBkYXRhLW5hbWU9IkVsaXBzZSA5IiBjeD0iMC44MzMiIGN5PSIwLjgzMyIgcj0iMC44MzMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzLjMzMyA2LjY2OSkiIGZpbGw9IiM4MmMwY2MiLz4KICA8Y2lyY2xlIGlkPSJFbGlwc2VfMTAiIGRhdGEtbmFtZT0iRWxpcHNlIDEwIiBjeD0iMC44MzMiIGN5PSIwLjgzMyIgcj0iMC44MzMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkuMjE4IDEyLjcwNikiIGZpbGw9IiM4MmMwY2MiLz4KICA8cGF0aCBpZD0iVHJhemFkb18zNSIgZGF0YS1uYW1lPSJUcmF6YWRvIDM1IiBkPSJNOC4zMzMsMTQuNjM2QTYuMDE4LDYuMDE4LDAsMCwxLDIuNTksMTAuMyw2LjIwOSw2LjIwOSwwLDAsMSw0Ljk2NSwzLjQxNmE1Ljg5NCw1Ljg5NCwwLDAsMSw3LjEzMi4zMTFIMTFhLjY4Mi42ODIsMCwwLDAsMCwxLjM2NGgyLjY2N2EuNjc0LjY3NCwwLDAsMCwuNjY3LS42ODJWMS42ODJhLjY2Ny42NjcsMCwxLDAtMS4zMzMsMFYyLjcyNmE3LjIsNy4yLDAsMCwwLTguNzMtLjQ2NSw3LjU4Myw3LjU4MywwLDAsMC0yLjk1OCw4LjQxM0E3LjM1Miw3LjM1MiwwLDAsMCw4LjMzMywxNmEuNjgyLjY4MiwwLDAsMCwwLTEuMzY0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuOTk4IC0xKSIgZmlsbD0iIzgyYzBjYyIvPgogIDxwYXRoIGlkPSJUcmF6YWRvXzM2IiBkYXRhLW5hbWU9IlRyYXphZG8gMzYiIGQ9Ik0xNC45MjIsMTMuOTIyYS44MzMuODMzLDAsMCwwLDAtMS4xNzhsLTIuMjU2LTIuMjU2VjUuODMzYS44MzMuODMzLDAsMCwwLTEuNjY3LDB2NWEuODMzLjgzMywwLDAsMCwuMjQ0LjU4OWwyLjUsMi41YS44MzMuODMzLDAsMCwwLDEuMTc4LDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNC42MjYgLTIuODc5KSIgZmlsbD0iIzgyYzBjYyIvPgo8L3N2Zz4K");mask-image:url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC45OTkiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNC45OTkgMTUiPgogIDxjaXJjbGUgaWQ9IkVsaXBzZV83IiBkYXRhLW5hbWU9IkVsaXBzZSA3IiBjeD0iMC44MzMiIGN5PSIwLjgzMyIgcj0iMC44MzMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjcwNiA5LjIyNykiIGZpbGw9IiM4MmMwY2MiLz4KICA8Y2lyY2xlIGlkPSJFbGlwc2VfOCIgZGF0YS1uYW1lPSJFbGlwc2UgOCIgY3g9IjAuODMzIiBjeT0iMC44MzMiIHI9IjAuODMzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMC44ODkgMTAuODg1KSIgZmlsbD0iIzgyYzBjYyIvPgogIDxjaXJjbGUgaWQ9IkVsaXBzZV85IiBkYXRhLW5hbWU9IkVsaXBzZSA5IiBjeD0iMC44MzMiIGN5PSIwLjgzMyIgcj0iMC44MzMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzLjMzMyA2LjY2OSkiIGZpbGw9IiM4MmMwY2MiLz4KICA8Y2lyY2xlIGlkPSJFbGlwc2VfMTAiIGRhdGEtbmFtZT0iRWxpcHNlIDEwIiBjeD0iMC44MzMiIGN5PSIwLjgzMyIgcj0iMC44MzMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkuMjE4IDEyLjcwNikiIGZpbGw9IiM4MmMwY2MiLz4KICA8cGF0aCBpZD0iVHJhemFkb18zNSIgZGF0YS1uYW1lPSJUcmF6YWRvIDM1IiBkPSJNOC4zMzMsMTQuNjM2QTYuMDE4LDYuMDE4LDAsMCwxLDIuNTksMTAuMyw2LjIwOSw2LjIwOSwwLDAsMSw0Ljk2NSwzLjQxNmE1Ljg5NCw1Ljg5NCwwLDAsMSw3LjEzMi4zMTFIMTFhLjY4Mi42ODIsMCwwLDAsMCwxLjM2NGgyLjY2N2EuNjc0LjY3NCwwLDAsMCwuNjY3LS42ODJWMS42ODJhLjY2Ny42NjcsMCwxLDAtMS4zMzMsMFYyLjcyNmE3LjIsNy4yLDAsMCwwLTguNzMtLjQ2NSw3LjU4Myw3LjU4MywwLDAsMC0yLjk1OCw4LjQxM0E3LjM1Miw3LjM1MiwwLDAsMCw4LjMzMywxNmEuNjgyLjY4MiwwLDAsMCwwLTEuMzY0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuOTk4IC0xKSIgZmlsbD0iIzgyYzBjYyIvPgogIDxwYXRoIGlkPSJUcmF6YWRvXzM2IiBkYXRhLW5hbWU9IlRyYXphZG8gMzYiIGQ9Ik0xNC45MjIsMTMuOTIyYS44MzMuODMzLDAsMCwwLDAtMS4xNzhsLTIuMjU2LTIuMjU2VjUuODMzYS44MzMuODMzLDAsMCwwLTEuNjY3LDB2NWEuODMzLjgzMywwLDAsMCwuMjQ0LjU4OWwyLjUsMi41YS44MzMuODMzLDAsMCwwLDEuMTc4LDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNC42MjYgLTIuODc5KSIgZmlsbD0iIzgyYzBjYyIvPgo8L3N2Zz4K");width:15px;height:15px}.blog-listing__post-title{font-size:28px;font-weight:500;margin-bottom:.3rem}.blog-listing__date_author{display:flex;align-items:center;grid-gap:10px;font-size:14px;color:var(--secondaryColor);margin-top:5px}.blog-listing__date_author a{color:var(--anchorColor)}.blog-listing__date_author .blog-listing__post-author+.blog-listing__post-timestamp{border-left-color:rgba(var(--lightFontColorRGB),.5);border-left-style:solid;border-left-width:1px;padding-left:10px}.card--dark .blog-listing__date_author .blog-listing__post-author+.blog-listing__post-timestamp{border-left-color:rgba(var(--darkFontColorRGB),.5)}.blog-listing__post-author{align-items:center;display:flex}.blog-listing__post-author-image-wp{height:30px;margin-right:.7rem;width:30px;flex:none}.blog-listing__post-author-image{height:100%;width:100%;object-fit:cover;object-position:center;border-radius:50%}.blog-listing__post-author-name,.blog-listing__post-author-name:active,.blog-listing__post-author-name:focus,.blog-listing__post-author-name:hover{text-decoration:none}.blog-listing__post-timestamp{display:block}.blog-listing__post-summary+.blog-listing__post-button-wrapper{margin-top:15px}.blog-listing__post-button-wrapper{margin-top:auto}.blog-listing--card .blog-listing__post{flex-direction:column}.blog-listing--2-col .blog-listing__post{width:calc(50% - 1rem)}.blog-listing--3-col .blog-listing__post{width:calc(33.3% - 1rem)}.blog-listing--4-col .blog-listing__post{width:calc(25% - 1rem)}.blog-listing--3-col .blog-listing__post:nth-child(3n+1),.blog-listing--3-col .blog-listing__post:nth-child(3n+2){margin-right:1.5rem}.blog-listing--4-col .blog-listing__post:nth-child(4n+1),.blog-listing--4-col .blog-listing__post:nth-child(4n+2),.blog-listing--4-col .blog-listing__post:nth-child(4n+3){margin-right:1.333rem}.filter__tags{display:flex;grid-gap:15px;justify-content:flex-start;margin:15px auto 45px;max-width:650px;background-color:var(--accentColorThree);padding:.25rem;border-radius:50rem}.filter__li{list-style:none;padding:0;margin:0;white-space:nowrap;flex:1 1 0;text-align:center}.filter__li a{cursor:pointer;display:block;padding:5px 15px;text-transform:uppercase;width:100%;font-size:14px;color:var(--primaryColor)}.filter__li a.active{color:var(--secondaryColor);background-color:#fff;font-weight:700;box-shadow:0 .1875rem .375rem 0 rgb(140 152 164 / 25%);border-radius:50rem}.search__icon{max-width:90px}.filter__search{cursor:pointer;font-weight:700;padding:3px 15px;width:100%;display:flex;align-items:center;justify-content:center}.filter__search svg{height:25px}@media (max-width:767px){.blog-listing .blog-listing__post{margin-right:0!important;width:100%}}.blog-listing--card .blog-listing__post-image-wrapper{height:230px;padding:15px}.blog-listing--card .blog-listing__post-image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%;border-radius:var(--cornerRadiusImage);box-shadow:0 10px 15px -3px rgb(0 0 0 / 10%),0 4px 6px -2px rgb(0 0 0 / 5%)}.blog__post_featured{border-radius:var(--cornerRadiusImage)}# Dark mode # body.darkmode .blog__post_pillar,body.darkmode .blog__post_related-posts{background:var(--darkBgColorAlt);color:#fff}body.darkmode #main-content h1,body.darkmode #main-content h2,body.darkmode #main-content h3,body.darkmode #main-content h4,body.darkmode #main-content h5,body.darkmode #main-content h6,body.darkmode #main-content label,body.darkmode #main-content p,body.darkmode #main-content ul,body.darkmode .blog__post_related-posts a.blog-listing__post-tag,body.darkmode a.blog-listing__post-title-link{color:var(--darkFontColor)}body.darkmode .blog-listing__post-time-read-icon{background-color:var(--darkFontColor)}body.darkmode .blog__post_related-posts .blog-listing__post-time-read-icon{background-color:var(--secondaryColor)}body.darkmode #main-content{background-color:var(--darkBgColor)}body.darkmode #main-content blockquote,body.darkmode #main-content blockquote p{border-left-color:var(--secondaryColor);color:var(--secondaryColor)}body.darkmode .footer a.go-to{background-color:rgba(254,254,254,.4)}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.blog-listing--card .blog-listing__post-image,.blog-listing--card .blog-listing__post-image-wrapper{height:auto}}.blog-listing--list .blog-listing__post{display:flex;align-items:center}.blog-listing--list .blog-listing__post-image-wrapper{margin-right:0;width:30%;flex:1 1 auto;height:215px}.blog-listing--list .blog-listing__post-content{max-width:70%;flex:1 1 70%}.blog-listing--list .blog-listing__post-content.no-image{max-width:100%;flex:1 1 100%}.blog-listing--list .blog-listing__post-image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.box__author{text-align:center;max-width:660px;margin:15px auto 0 auto}.blog__author_avatar{width:75px;height:75px;border-radius:50%;overflow:hidden;margin:auto}.blog__author_avatar_img{width:100%;height:100%;object-fit:cover;aspect-ratio:1/1}h1.blog__author_heading{font-size:34px;margin-top:25px}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.blog-listing--list .blog-listing__post-image,.blog-listing--list .blog-listing__post-image-wrapper{height:auto}}@media (max-width:767px){.blog-listing--list .blog-listing__post{flex-direction:column}.blog-listing--list .blog-listing__post-image-wrapper{margin-right:0;display:flex;width:100%;height:160px}.blog-listing--list .blog-listing__post-content{max-width:100%}}
[data-cue=fadeIn],[data-cues=fadeIn]>*{opacity:0}@keyframes fadeIn{from{opacity:0}to{opacity:1}}[data-cue=slideInLeft],[data-cues=slideInLeft]>*{opacity:0}@keyframes slideInLeft{from{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}[data-cue=slideInRight],[data-cues=slideInRight]>*{opacity:0}@keyframes slideInRight{from{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}[data-cue=slideInDown],[data-cues=slideInDown]>*{opacity:0}@keyframes slideInDown{from{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}[data-cue=slideInUp],[data-cues=slideInUp]>*{opacity:0}@keyframes slideInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}[data-cue=zoomIn],[data-cues=zoomIn]>*{opacity:0}@keyframes zoomIn{from{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}[data-cue=zoomOut],[data-cues=zoomOut]>*{opacity:0}@keyframes zoomOut{from{opacity:0;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}[data-cue=rotateIn],[data-cues=rotateIn]>*{opacity:0}@keyframes rotateIn{from{opacity:0;transform:rotateZ(-15deg)}to{opacity:1;transform:rotateZ(0)}}[data-cue=bounceIn],[data-cues=bounceIn]>*{opacity:0}@keyframes bounceIn{0%{transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}100%{opacity:1;transform:scale3d(1,1,1)}}[data-cue=bounceInLeft],[data-cues=bounceInLeft]>*{opacity:0}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}[data-cue=bounceInRight],[data-cues=bounceInRight]>*{opacity:0}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}[data-cue=bounceInDown],[data-cues=bounceInDown]>*{opacity:0}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{opacity:1;transform:translate3d(0,0,0)}}[data-cue=bounceInUp],[data-cues=bounceInUp]>*{opacity:0}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{opacity:1;transform:translate3d(0,0,0)}}[data-cue=flipInX],[data-cues=flipInX]>*{opacity:0;backface-visibility:visible}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{opacity:1;transform:perspective(400px)}}[data-cue=flipInY],[data-cues=flipInY]>*{opacity:0;backface-visibility:visible}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0,1,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{opacity:1;transform:perspective(400px)}}
.footer a.go-to{position:fixed;flex-shrink:0;justify-content:center;align-items:center;z-index:9999;width:3.125rem;height:3.125rem;background-color:rgba(var(--primaryColorRGB),.4);color:#677788;font-size:1rem;opacity:0;border-radius:50%;transition:.3s ease-out;left:1.5rem;bottom:1.5rem;display:inline-flex;pointer-events:none}.footer a.go-to span{color:#fff}.footer a.go-to.show{opacity:.5;display:inline-flex;pointer-events:auto}.footer a.go-to:focus:hover,.footer a.go-to:hover{color:#fff;background-color:var(--secondaryColor);opacity:1}.footer a.go-to svg{overflow:visible;display:inline-block;font-size:inherit;height:1em;vertical-align:-.125em}
.ocean__parallax{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.ocean__parallax_img{left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:110vmax;will-change:transform,top;z-index:0}@media (max-width:899px){.ocean__parallax_img{width:auto;height:120vmax;object-fit:cover}}

.show-for-sr{border:0!important;clip:rect(0,0,0,0)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.hs-inline-edit a[data-fancybox]{pointer-events:none}.hs-inline-edit [data-cue=fadeIn],.hs-inline-edit [data-cues=fadeIn]>*{opacity:1}@media (max-width:767px){.show-for-sr--mobile{border:0!important;clip:rect(0,0,0,0)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}}
# Editor Tutorials # .fancybox__container{z-index:21474835983!important}.childtheme__warning{color:#33475b;font-family:"Lexend Deca",Helvetica,Arial,sans-serif;position:fixed;z-index:21474835983;bottom:20px;max-width:550px;transform:translateX(-50%);left:50%;display:flex;flex-direction:column;font-size:16px;background:#fff;padding:25px;box-shadow:rgba(0,0,0,.08) 0 1px 24px 0;border-radius:8px;text-align:center}.childtheme__warning_subtitle{padding-top:10px;text-align:center;color:#516f90;font-size:12px;line-height:18px}.childtheme__warning_title{font-weight:600;max-width:90%;margin:auto;line-height:20px}.childtheme__warning_button{width:fit-content;margin:auto;padding-top:10px}.childtheme__warning .button,.childtheme__warning .button:focus,.childtheme__warning .button:hover{margin:auto;font-family:"Lexend Deca",Helvetica,Arial,sans-serif;font-weight:300;padding:5px 30px;font-size:14px}.childtheme__warning a[data-fancybox]{pointer-events:auto}.childtheme__warning_close{background:#0a2540;border:none;width:35px;height:35px;position:absolute;top:8px;right:8px;padding:8px;display:flex;flex-direction:column;border-radius:50%;color:#fff;cursor:pointer}.childtheme__warning_close svg{fill:#fff}.childtheme__warning_iframe{max-width:calc(100vw - 50px);width:1100px;height:600px}









  



  



  














































































/* 1c1. Typography for blog */















































/* 1d. Buttons */

































































/* 1e. Forms */





































/* 1f. Icons */





















/* 1g. Cards */

















/* 1h. Tables */













/* 1i. Website header */


























/* 1j. Website footer */









/* Social Icon */





/* Share Icon Blog post */






/* Background Header Blog post */











:root{
    --maxWidth: 1200px;
    --maximum_content_width: 1200px;
    --primaryColor: #2D3748;
    --secondaryColor: #1FA4B8;
    --bodyBgColor: #ffffff;
    --accentColorOne: #F2C200;
    --accentColorTwo: #5FAF3A;
    --accentColorThree: #F1F4F9;
    --primaryColorRGB: 45, 55, 72;
    --secondaryColorRGB: 31, 164, 184;
    --bodyBgColorRGB: 255, 255, 255;
    --accentColorOneRGB: 242, 194, 0;
    --accentColorTwoRGB: 95, 175, 58;
    --accentColorThreeRGB: 241, 244, 249;
    --darkFontColorRGB : 255, 255, 255;
    --darkBgColorRGB : 45, 55, 72;
    --lightFontColorRGB : 45, 55, 72;
    --lightBgColorRGB : 255, 255, 255;
    --heaaderBackgrounBlog: rgba(248, 248, 253, 1.0)
;
    --relatedBackgrounBlog: rgba(248, 248, 253, 1.0)
;
    --primaryFont: Roboto, Arial, sans-serif;
    --secondaryFont: Roboto, Arial, sans-serif;
    --HeroH1Font: Roboto, Arial, sans-serif;
    --h1font: Roboto, Arial, sans-serif;
    --h2font: Roboto, Arial, sans-serif;
    --h3font: Roboto, Arial, sans-serif;
    --h4font: Roboto, Arial, sans-serif;
    --h5font: Roboto, Arial, sans-serif;
    --h6font: Roboto, Arial, sans-serif;
  
    --verticalSpacing: 50px;
  
    --anchorFont: Roboto, Arial, sans-serif;
    --anchorFontHover: Roboto, Arial, sans-serif;
    

    --buttonPrimaryFont : Roboto, Arial, sans-serif;
    --buttonPrimaryFontHover : Roboto, Arial, sans-serif;
    --buttonSecondaryFont : Roboto, Arial, sans-serif;
    --buttonSecondaryFontHover : Roboto, Arial, sans-serif;
    --buttonPrimaryColor: #ffffff;
    --buttonPrimaryFill: #ffffff;
    --buttonSecondaryColor: #2D3748;
    --buttonSecondaryFill: #2D3748;
    --buttonPrimaryHoverColor: #ffffff;
    --buttonPrimaryHoverFill: #ffffff;
    --buttonSecondaryHoverColor: #ffffff;
    --buttonSecondaryHoverFill: #ffffff;
    --buttonPrimaryBackground: rgba(31, 164, 184, 1.0)
;
    --buttonPrimaryHoverBackground: rgba(45, 55, 72, 1.0)
;
    
    --formTitleFont: Roboto, Arial, sans-serif;
    --formInputFont: Roboto, Arial, sans-serif;
    --formLabelFont: Roboto, Arial, sans-serif;
    --formHelpTextFont: Roboto, Arial, sans-serif;
    --formGdprTextFont: Roboto, Arial, sans-serif;
    --formRichTextFont: Roboto, Arial, sans-serif;
    --formInputBorderRadius: 6pxpx;
    --formInputBgColor: rgba(255, 255, 255, 1.0)
;
    --formInputColor: #2D3748;
    --formInputFontSize: 16px;
    --formInputBorderColor: #1FA4B8;
    --formInputBorderWidth: {value=1, units=px};
    --formInputPaddingV: 10px;
    --formInputPaddingH: 10px;
    --formBgColor: rgba(255, 255, 255, 1.0)
;
    --formBorderRadius: 6pxpx;
    --formLabelColor: #2D3748;
    --formLabelFontSize: 16px;

    --headerMenuFont: Roboto, Arial, sans-serif;
    --headerMenuFontHover: Roboto, Arial, sans-serif;
    --headerMenuFontActive: Roboto, Arial, sans-serif;
    --footerMenuFont: Roboto, Arial, sans-serif;
    --footerMenuFontHover: Roboto, Arial, sans-serif;
    --footerMenuFontActive: Roboto, Arial, sans-serif;
  
    
    --anchorColor: #1FA4B8;
    
    --anchorHoverColor: #2D3748;
    --darkBgColor: rgba(45, 55, 72, 1.0)
;
    --darkBgColorAlt: rgba(2, 24, 48, 1.0)
;
    --darkFontColor: #ffffff;
    --lightBgColor: rgba(255, 255, 255, 1.0)
;
    --lightFontColor: #2D3748;
    --factorMobile: 1.2;
    --fontSize: 16px;
    --lineHeight:  1.5;
    --letterSpacing:  0px;
    --cornerRadius: 6px;
    --cornerRadiusImage: 6px;
    --buttonCornerPrimary: 6px;
    --fontHeroSizeH1: 65px;
    --lineHeroHeightH1:  1.2;
    --letterHeroSpacingH1:  0px;
    --fontSizeH1: 48px;
    --lineHeightH1:  1.2;
    --letterSpacingH1:  -1px;
    --fontSizeH2: 39px;
    --lineHeightH2:  1.2;
    --letterSpacingH2:  0px;
    --fontSizeH3: 30px;
    --lineHeightH3:  1.2;
    --letterSpacingH3:  0px;
    --fontSizeH4: 25px;
    --lineHeightH4:  1.2;
    --letterSpacingH4:  0px;
    --fontSizeH5: 20px;
    --lineHeightH5:  1.2;
    --letterSpacingH5:  0px;
    --fontSizeH6: 16px;
    --lineHeightH6:  1.2;
    --letterSpacingH6:  0px;
    
    
    
    --fontSizeMbH1: 40.0px;
    
  
    
    
    --fontHeroSizeMbH1: 54.16666666666667px;
    
}  




.body-wrapper > div:first-child{
  display:flex;
}
/* Drag and drop layout styles */
.dnd-section {
  padding: 50px 20px;
  position: relative;
  z-index: 1;
}
.hs-inline-edit .dnd_area-row-0-padding{
  padding:0;
}
header .dnd-section {
  padding:0;
}
.header.no-nav,
.header.landing-global{
  display: flex;
  width: 100%;
  flex-direction: column;
}


/* Padding on blog post sections */

.blog-post-section {
  padding: 50px 0;
}
.blog__back_image:before{
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0)
 0%, rgba(0, 0, 0, 0.0)
 24%, rgba(0, 0, 0, 1.0)
 100%);
}

@media (max-width: 767px){
  .dnd-section {
    padding: 30px 20px;
  }
  .blog-post-section {
    padding: 30px 0;
  }
}
/* .content-wrapper is used for blog post and system templates and .header-wrapper is used for the website header module */

.dnd-section > .row-fluid,
.content-wrapper{
  max-width: 1200px;
}
[class*="full-width-section"] >  .row-fluid{
  max-width: none;
}
.page-center {
  max-width: calc(1200px - 50px);
  padding:0 25px;
  margin:auto;
}





body, html {
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing:grayscale;
   
}
body {
  font-family: var(--primaryFont);
  font-style:normal;
  text-decoration: none;
  font-weight:400;
  background-color: #ffffff;
  color: #2D3748;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
  text-rendering: optimizeSpeed;

}
/* Paragraphs */
.p,
p {
  font-family: var(--primaryFont);
  font-style:normal;
  text-decoration: none;
  font-weight:400;
}

/* Anchors */

a {
  font-family: var(--anchorFont);
  font-style:normal;
  text-decoration: none;
  font-weight:400;
  color: #1FA4B8;
}

a:hover,
a:focus,
a:active{
  font-family: var(--anchorFontHover);  
  font-style:normal;
  text-decoration: none;
  font-weight:400;
  color: #2D3748;
  fill: #2D3748;
}

/* Headings */
h1,h2,h3,h4,h5,h6{
  word-break: break-word;
}
.h1,
h1 {
  font-family: var(--h1font);
  font-style:normal;
  text-decoration: none;
  font-weight:400;
  color: #1FA4B8;
  font-size: 48px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: -1px;
}
.h2,
h2 {
  font-family: var(--h2font);  
  font-style:normal;
  text-decoration: none;
  font-weight:400;
  color: #1FA4B8;
  font-size: 39px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0px;
}

.h3,
h3 {
  font-family: var(--h3font);
  font-style:normal;
  text-decoration: none;
  font-weight:normal;
  color: #1FA4B8;
  font-size: 30px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0px;
}

.h4,
h4 {
  font-family: var(--h4font);
  font-style:normal;
  text-decoration: none;
  font-weight:400;
  color: #1FA4B8;
  font-size: 25px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0px;
}

.h5,
h5 {
  font-family: var(--h5font);
  font-style:normal;
  text-decoration: none;
  font-weight:400;
  color: #1FA4B8;
  font-size: 20px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0px;
}

.h6,
h6 {
  font-family: var(--h6font);
  font-style:normal;
  text-decoration: none;
  font-weight:400;
  color: #1FA4B8;
  font-size: 16px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0px;
}
.h1_hero,
h1.hero__banner__content-title-el,
h1.hero__banner__content-title-el,
h1.hero__angled__content-title-el,
h1.fn__typed__title,
h1.fn__newsletter__text-tit{
  font-family: var(--HeroH1Font);
  font-style:normal;
  text-decoration: none;
  font-weight:200;
  font-size: 65px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0px;
}
@media (max-width: 768px) {
  
  
  :root {
    --global-h1-size: clamp(30px, calc(9 / 100 * 100vw), 48px);
    --global-h2-size: clamp(28px, calc(9 / 100 * 100vw), 39px);
    --global-h3-size: clamp(24px, calc(9 / 100 * 100vw), 30px);
    --global-h4-size: clamp(20px, calc(9 / 100 * 100vw), 25px);
    --global-h5-size: clamp(16px, calc(9 / 100 * 100vw), 20px);
    --global-h6-size: clamp(14px, calc(9 / 100 * 100vw), 16px);
  }
  h1 {
    
    
    font-size: 40.0px;
    
    --font-size: var(--global-h1-size);
    font-size: var(--font-size);
  }
  h2 {
    
    
    font-size: 32.5px;
    
    --font-size: var(--global-h2-size);
    font-size: var(--font-size);
  }
  h3 {
    
    
    font-size: 25.0px;
    
    --font-size: var(--global-h3-size);
    font-size: var(--font-size);
  }
  h1.hero__banner__content-title-el,
  h1.hero__angled__content-title-el,
  h1.fn__typed__title,
  h1.fn__newsletter__text-tit{
    
    
    font-size: 34.21052631578947px;
    
    --font-size: var(--global-h1-size);
    font-size: var(--font-size);
  }
}
/* Blockquotes */

blockquote,blockquote p {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  border-left-color: #1FA4B8;
  
  color: #1FA4B8;
  
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0px;
}
blockquote p {
  margin:0;
}
blockquote > footer {
  font-size: 16px;
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
}

/* List style */
li::marker{
  color: rgba(31, 164, 184, 1.0)

}
li{
  line-height: 1.5;
  letter-spacing: 0px;
}

/*  Styles for blog */


/* Horizontal rules */

hr {
  border-bottom-color: #5FAF3A;
}






/* Primary button */
button:not([class]),
.button,
.hs-button,
.hsfc-Button,

.ocean_cta a.cta_button,
.ocean_cta a.cta_button:focus,
button:not([class]):focus,
.button:focus,
.hs-button:focus{
  border: 0px solid #1FA4B8;

  padding-top: 10px;
padding-right: 45px;
padding-bottom: 10px;
padding-left: 45px;

  font-family: var(--buttonPrimaryFont);  
  font-style:normal;
  text-decoration: none;
  font-weight:600;
  border-radius: 6px;
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
  text-transform: none;
  position:relative;
  z-index:0;
  overflow:hidden;
  
  box-shadow:none;
  
}
button:not([class]):before,
.button:before,
.hs-button:before,
.ocean_cta .cta_button:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  
  background-color: rgba(31, 164, 184, 1.0)
;
  
  z-index:-1;
  display:block;
  transition: all .4s ease-in-out;
}



button:not([class]):hover,
.button:hover,
.hs-button:hover,
button:not([class]):active,
.button:active,
.hs-button:active,
.ocean_cta a.cta_button:hover{
  border: 0px solid #1FA4B8;

  font-family: var(--buttonPrimaryFontHover);
  font-style:normal;
  text-decoration: none;
  font-weight:600;
  color: #ffffff;
  fill: #ffffff;
  border-radius: 6px;
}

button:not([class]):after,
.button:after,
.hs-button:after,
.ocean_cta a.cta_button:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  
  background-color: rgba(45, 55, 72, 1.0)
;
  
  transition: all .4s ease-in-out;
  z-index:-1;
  display:block;
}
button:not([class]):hover:after,
.button:focus:after,
.button:hover:after,
.hs-button:hover:after,
.dnd-module a.cta_button:hover:after{
    height: 100%;
}

/* Secondary button */
.button.button--secondary,
.button.button--secondary:focus{
  border: 1px solid #1FA4B8;

  font-family: var(--buttonSecondaryFont);
  font-style:normal;
  text-decoration: none;
  font-weight:600;
  border-radius: 6px;
  background-color:rgba(31, 164, 184, 0.0)
;
  color: #2D3748;
  fill: #2D3748;
  text-transform: none;
  overflow:hidden;
}
.button.button--secondary{
  
  box-shadow:none;
  
}
.button.button--secondary:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    
    height: 0;
    background-image:none;
    
    
    background-color: rgba(31, 164, 184, 0.0)
;
    
    transition: 0.3s linear;
    z-index:-1;
}
.secondary--hover:before,
.button.button--secondary:hover:before,
.button.button--secondary:focus:before{
    height: 100%;
}
.button.button--secondary:hover,
.button.button--secondary:active,
.button.button--secondary:focus{
  border: 1px solid #1FA4B8;

  font-family: var(--buttonSecondaryFontHover);
  font-style:normal;
  text-decoration: none;
  font-weight:600;
  color: #ffffff;
  fill: #ffffff;
}
.button.button--secondary:after{
  
  background-color: rgba(45, 55, 72, 1.0)
;
  
}
.button.button--secondary:active {
  background-color: rgba(125, 135, 152, 100);
  border: 1px solid #1FA4B8;

  border-color: #6ff4ff;
  color: #ffffff;
  fill: #ffffff;
}


.button.primary--hover:after{
  height:100%;
  
  background-color: rgba(45, 55, 72, 1.0)
;
  
}
.button.primary--hover,
.button.secondary--hover{
    height: 100%;
}
.button.primary--hover:before,
.button.secondary--hover:before{
    height: 100%;
}
.button.secondary--hover{
  border: 1px solid #1FA4B8;

  font-family: var(--buttonSecondaryFontHover);
  font-style:normal;
  text-decoration: none;
  font-weight:600;
  color: #ffffff;
  fill: #ffffff;
}
.button.secondary--hover:after{
  height:100%;
  
  background-color: rgba(45, 55, 72, 1.0)
;
  
}

form .hs-form-field button:before,
form .hs-form-field button:after,
.hs_submit .hs-button:before,
.hs_submit .hs-button:after{
  display:none;
}
/* Simple button */

.button.button--simple,
.button.button--simple:focus{
  font-family: var(--anchorFont);
  font-style:normal;
  text-decoration: none;
  font-weight:400;
  color: #1FA4B8;
  fill: #1FA4B8;
  box-shadow:none;
  padding:0;
}
.button.button--simple:after,.button.button--simple:before {
  background-color:transparent;
  background-image:none;
}
.button.button--simple:hover,
.button.button--simple:active{
  font-family: var(--anchorFontHover);  
  font-style:normal;
  text-decoration: none;
  font-weight:400;
  color: #2D3748;
  fill: #2D3748;
  padding:0;
}

/* Button sizing */

.button.button--small {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 14px;
}
.button.button--small:hover,
.button.button--small:focus{
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

}
.button.button--large {
  padding-top: 15px;
padding-right: 60px;
padding-bottom: 15px;
padding-left: 60px;

  font-size: 18px;
}

@media (max-width: 767px){
  .button.button--large {
    padding:15px 20px;
  }
}

@media (max-width: 767px){
  button,
  .button,
  .hs-button,
  button:hover,
  .button:hover,
  .hs-button:hover,
  button:active,
  .button:active,
  .hs-button:active,
  a.cta_button:hover,
  button:focus,
  .button:focus,
  .hs-button:focus{
    padding:10px 15px;
  }
}




/* Form */

.widget-type-form,
.hs_cos_wrapper_type_form {
  border: 1px none #ffffff;

  padding: 35px;

  background-color: rgba(255, 255, 255, 1.0)
;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}

/* Form title */

.form-title {
  border: 1px none #ffffff;

  padding-bottom: 15px;

  font-family: var(--formTitleFont);
  font-style:normal;
  text-decoration: none;
  font-weight:normal;
  background-color:rgba(255, 255, 255, 0.0)
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #1FA4B8;
  font-size: 30px;
  text-transform: none;
}
.form-title:empty {
  display:none;
}
/* Labels */

form label {
  padding: 0px;

  font-family: var(--formLabelFont);
  font-style:normal;
  text-decoration: none;
  font-weight:normal;
  color: #2D3748;
  font-size: 16px;
}

/* Help text */

form legend {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #2D3748;
  font-size: 14px;
}

/* Form fields */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form select,
form textarea {
  border: 1px solid #1FA4B8;

  padding: 10px;

  font-family: var(--formInputFont);
  font-style:normal;
  text-decoration: none;
  font-weight:400;
  background-color: rgba(255, 255, 255, 1.0)
;
  border-radius: 6px;
  color: #2D3748;
  font-size: 16px;
  width: 100%!important;
}

/* Form fields - placeholders */

::-webkit-input-placeholder {
  color: #1FA4B8;
}

::-moz-placeholder {
  color: #1FA4B8;
}

:-ms-input-placeholder {
  color: #1FA4B8;
}

:-moz-placeholder {
  color: #1FA4B8;
}

::placeholder {
  color: #1FA4B8;
}

/* Form fields - date picker */

form .hs-dateinput:before {
  right: 10px;
}

form .pika-table thead th {
  background-color: rgba(45, 55, 72, 1.0)
;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #2D3748;
}

form .is-selected .pika-button {
  background-color: #1FA4B8;
  color: #2D3748;
}

form .pika-button:hover {
  background-color: #2D3748 !important;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: var(--formRichTextFont);
  font-style:normal;
  text-decoration: none;
  font-weight:400;
  color: #2D3748;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: var(--formGdprTextFont);  
  font-style:normal;
  text-decoration: none;
  font-weight:400;
  color: #2D3748;
  font-size: 14px;
}

/* Select */
form select{
    appearance: none;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 12px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4KICA8ZyBpZD0iR3JvdXBfMSIgZGF0YS1uYW1lPSJHcm91cCAxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDY5IC0yNjUpIj4KICAgIDxyZWN0IGlkPSJSZWN0YW5nbGVfMSIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMSIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0NjkgMjY1KSIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwKSIvPgogICAgPHBhdGggaWQ9ImNhcmV0LWRvd24tc29saWQiIGQ9Ik0yNC4zNDYsMTk2LjI3NSwxNC40LDIwNi4zYTIuNzYsMi43NiwwLDAsMS0xLjg0LjczNiwyLjUsMi41LDAsMCwxLTEuNzcyLS43MzRMLjgzNCwxOTYuMjc2YTIuNCwyLjQsMCwwLDEtLjYxMy0yLjcyNkEyLjUxNiwyLjUxNiwwLDAsMSwyLjUzNSwxOTJIMjIuNTA3YTIuNTA2LDIuNTA2LDAsMCwxLDIuMzE2LDEuNTQ2QTIuNDczLDIuNDczLDAsMCwxLDI0LjM0NiwxOTYuMjc1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDcxLjk2NyA4MCkiIGZpbGw9IiNjNmM2YzYiLz4KICA8L2c+Cjwvc3ZnPgo=");
}

/* Submit button */


.hs_submit{
  position:relative;
  z-index:0;
  width:fit-content;
  border-radius: 6px;
  overflow:hidden;
}
form input[type='submit'],
form .hs-button {
  position:relative;
  border: 0px solid #1FA4B8;

  font-family: var(--buttonPrimaryFont);  
  font-style:normal;
  text-decoration: none;
  font-weight:600;
  background-color:transparent;
  border-radius: 6px;
  color: #ffffff;
  text-transform: none;
  width:fit-content;
}

form input[type='submit']:hover,
form input[type='submit']:focus,
form .hs-button:hover,
form .hs-button:focus {
  border: 0px solid #1FA4B8;

  font-family: var(--buttonPrimaryFontHover);
  font-style:normal;
  text-decoration: none;
  font-weight:600;
  background-color:transparent;
  color: #ffffff;
}

.hs_submit:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  
  background-color: rgba(31, 164, 184, 1.0)
;
  
  z-index:-1;
  display:block;
  transition: all .4s ease-in-out;
  overflow:hidden;
}
  .hs_submit:after,
  .hs_submit:focus:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    
    background-color: rgba(45, 55, 72, 1.0)
;
    
    z-index:-1;
    display:block;
    transition: all .4s ease-in-out;
    overflow:hidden;
  }
  .hs_submit:hover:after{
    height: 100%;
    }




  form input[type='submit'],
  form .hs-button {
    padding-top: 10px;
padding-right: 45px;
padding-bottom: 10px;
padding-left: 45px;

    font-size: 16px;
  }




/* Inline thank you message */

.submitted-message {
  border: 1px none #ffffff;

  padding: 35px;

  background-color: rgba(255, 255, 255, 1.0)
;
  border-radius: 6px;
}

/* Ocean Style */
form input[type='checkbox'], form input[type='radio'] {
		 --active: #1FA4B8;
     --focus: 2px rgba(31, 164, 184, 0.3)
;
		 --border: #bbc1e1;
		 --border-hover: #1FA4B8;
		 --background: #fff;
		 --disabled: #f6f8ff;
		 --disabled-inner: #e1e6f9;
}





/* hsfc-Form field layout */
.hsfc-Row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px !important;
  margin-bottom: 0;
  margin: 0 !important;
}

.hsfc-TextField,
.hsfc-EmailField,
.hsfc-PhoneField,
.hsfc-TextareaField,
.hsfc-SelectField,
.hsfc-CheckboxField,
.hsfc-RadioField,
.hsfc-DateField,
.hsfc-FileField,
.hsfc-NumberField {
  margin-bottom: 0.6rem;
}

/* hsfc label */
.hsfc-Form .hsfc-FieldLabel {
  font-family: var(--formLabelFont) !important;
  font-style:normal !important;
  font-weight:normal !important;
  color: #2D3748 !important;
  font-size: 16px !important;
  display: block !important;
  margin-bottom: 0.35rem !important;
}
.hsfc-FieldLabel__RequiredIndicator {
  color: #ef6b51 !important;
}

/* hsfc inputs — mirrors form input[type] rules */
.hsfc-Form .hsfc-TextInput,
.hsfc-Form .hsfc-TextareaInput {
  height: 43px !important;
  background-color: rgba(255, 255, 255, 1.0)
 !important;
  border-radius: 6px !important;
  color: #2D3748 !important;
  font-size: 16px !important;
  font-family: var(--formInputFont) !important;
  font-weight:400 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  border: 1px solid #1FA4B8;

  padding: 10px;

}
.hsfc-Form .hsfc-TextInput:focus,
.hsfc-Form .hsfc-TextareaInput:focus {
  border-color: #2D3748 !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(45, 55, 72, 0.15) !important;
}

/* hsfc GDPR / privacy text */
.hsfc-Form .hsfc-DataPrivacyField,
.hsfc-Form .hsfc-DataPrivacyField p,
.hsfc-Form .hsfc-RichText,
.hsfc-Form .hsfc-RichText p {
  font-family: var(--formGdprTextFont) !important;
  font-weight:400 !important;
  color: #2D3748 !important;
  font-size: 14px !important;
}
.hsfc-Form .hsfc-RichText a {
  color: #000 !important;
}
.hsfc-Step .hsfc-Step__Content {
  padding: 0 !important;
}
.hsfc-NavigationRow{
  margin-top: 0px !important;
}
/* hsfc submit button wrapper — mirrors .hs_submit */

.hsfc-NavigationRow__Buttons {
  position: relative;
  z-index: 0;
  width: fit-content;
  border-radius: 6px;
  overflow: hidden;
}


.hsfc-NavigationRow__Buttons:hover:after {
  height: 100%;
}
#hs-eu-cookie-confirmation #hs-eu-decline-button{
  color: #1fa4b8 !important;
}
.hsfc-NavigationRow__Buttons {
  position: relative;
  width: fit-content;
  cursor: pointer;
}
.hsfc-NavigationRow__Buttons .hsfc-Button {
  border: 0px solid #1FA4B8;

  padding-top: 10px;
padding-right: 45px;
padding-bottom: 10px;
padding-left: 45px;

  font-family: var(--buttonPrimaryFont) !important;
  font-style:normal !important;
  font-weight:600 !important;
  
  background-color: rgba(31, 164, 184, 1.0)
 !important;
  background-image: none !important;
  
  border-radius: 6px !important;
  color: #ffffff !important;
  fill: #ffffff !important;
  font-size: 16px !important;
  text-transform: none !important;
  cursor: pointer;
  width: fit-content;
}
.hsfc-NavigationRow__Buttons .hsfc-Button:hover,
.hsfc-NavigationRow__Buttons .hsfc-Button:focus {
  border: 0px solid #1FA4B8;

  font-family: var(--buttonPrimaryFontHover) !important;
  color: #ffffff !important;
  fill: #ffffff !important;
  
  background-color: rgba(45, 55, 72, 1.0)
 !important;
  background-image: none !important;
  
}




/* hsfc phone input */
.hsfc-Form .hsfc-PhoneInput {
  display: flex !important;
  align-items: stretch !important;
  border: var(--formInputBorderWidth, 1px) solid var(--formInputBorderColor) !important;
  border-radius: var(--formInputBorderRadius) !important;
  overflow: hidden !important;
  background-color: var(--formInputBgColor) !important;
}
.hsfc-Form .hsfc-PhoneInput__FlagAndCaret {
  display: flex !important;
  align-items: center !important;
  padding: 0 10px !important;
  background: rgba(0,0,0,0.04) !important;
  border-right: var(--formInputBorderWidth, 1px) solid var(--formInputBorderColor) !important;
  cursor: pointer;
  gap: 4px;
  min-width: 52px !important;
  outline: none !important;
  box-shadow: none !important;
}
.hsfc-Form .hsfc-PhoneInput .hsfc-TextInput {
  flex: 1 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius;:0 !important: ;
 
}
.hsfc-PhoneInput__FlagAndCaret{
  border-radius: 6px;
}
.hsfc-Form .hsfc-PhoneInput .hsfc-TextInput:focus {
  box-shadow: none !important;
}

/* hsfc dropdown */
.hsfc-Form .hsfc-DropdownOptions {
  position: absolute !important;
  z-index: 999 !important;
  background: var(--formInputBgColor, #fff) !important;
  border: var(--formInputBorderWidth, 1px) solid var(--formInputBorderColor) !important;
  border-radius: var(--formInputBorderRadius) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
  width: 280px;
  max-height: 240px;
  overflow-y: auto;
}
.hsfc-Form .hsfc-DropdownOptions__List {
  list-style: none !important;
  margin: 0 !important;
  padding: 4px 0 !important;
}
.hsfc-Form .hsfc-DropdownOptions__List__ListItem {
  padding: 8px 12px !important;
  font-size: 13px !important;
  cursor: pointer;
}
.hsfc-Form .hsfc-DropdownOptions__List__ListItem:hover,
.hsfc-Form .hsfc-DropdownOptions__List__ListItem--selected {
  background: rgba(45, 55, 72, 0.08) !important;
}

/* hsfc step content — vertical gap between rows */
.hsfc-Form .hsfc-Step__Content {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

/* hsfc error message */
.hsfc-Form .hsfc-ErrorAlert {
  color: #ef6b51 !important;
  font-size: 0.8rem !important;
  margin-top: 4px !important;
  display: block !important;
}

/* screen reader only — visually hide "Error: " prefix */
.hsfc-Form .hsfc-ScreenReaderOnly {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* hsfc phone input needs relative positioning for dropdown */
.hsfc-Form .hsfc-PhoneField {
  position: relative !important;
}

/* hsfc dropdown — position relative to phone field */
.hsfc-Form .hsfc-PhoneField .hsfc-DropdownOptions {
  top: 100% !important;
  left: 0 !important;
  margin-top: 4px !important;
}

/* hsfc textarea height */
.hsfc-Form .hsfc-TextareaInput {
  min-height: 30px !important;
  resize: vertical !important;
}

/* hsfc input error state */
.hsfc-Form .hsfc-TextInput[aria-invalid="true"],
.hsfc-Form .hsfc-TextareaInput[aria-invalid="true"] {
  border-color: #ef6b51 !important;
}

/* hsfc phone input error state */
.hsfc-Form .hsfc-PhoneField:has([aria-invalid="true"]) .hsfc-PhoneInput {
  border-color: #ef6b51 !important;
}

/* hsfc recaptcha centering */
.hsfc-Form .hsfc-ReCaptchaV2 {
  margin-bottom: 0.6rem !important;
}

@media (max-width: 767px) {
  .hsfc-Row {
    grid-template-columns: 1fr;
  }
  .hsfc-Button {
    padding: 10px 15px;
  }
}





/* Default icon (regular/dark) */

.icon {
  padding: 15px;

  background-color: rgba(45, 55, 72, 1.0)
;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.05)
;
}

.icon svg,
.icon img{
  color: #ffffff;
  fill: #ffffff;
  height: 16px;
  width: 16px;
}
.icon .emoji{
  font-size: 16px;
  height: 16px;
  width: 16px;
}
/* Light icon */

.icon--light .icon {
  background-color: rgba(255, 255, 255, 1.0)
;
}

.icon--light svg {
  fill: #2D3748;
  color: #2D3748;
}

/* Size */

.icon--small > .icon {
  padding: 10px;

}
.icon--small svg,
.icon--small .emoji{
  height: 12px;
  width: 12px;
}
.icon--small .emoji{
  font-size:12px;
}
.icon--large > .icon {
  padding: 25px;

}
.icon--large svg,
.icon--large .emoji{
  height: 24px;
  width: 24px;
}
.icon--large .emoji{
  font-size: 24px;
}





/* Table */

table {
  border: 1px solid #5FAF3A;

  background-color: rgba(255, 255, 255, 1.0)
;
  box-shadow: 0 0.375rem 1.5rem 0 rgb(140 152 164 / 13%);
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
}

/* Table cells */

th,
td {
  border: 1px solid #5FAF3A;

  padding: 10px;

  color: #2D3748;
}

/* Table header */

thead th,
thead td {
  background-color: rgba(45, 55, 72, 1.0)
;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: rgba(31, 164, 184, 1.0)
;
  color: #2D3748;
}





/* Header container */

.header {
  position:relative;
  z-index:999;
  width:100%;
}

/* Header top bar */



/* Language switcher */

.header__container--left .header__language-switcher-current-label>span{
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #2D3748;
  font-size: 15px;
  text-transform: uppercase;
}

.header__container--left .header__language-switcher:hover .header__language-switcher-current-label > span,
.header__container--left .header__language-switcher:focus .header__language-switcher-current-label > span {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #5FAF3A;
}

.header__language-switcher-child-toggle svg {
  fill: #2D3748;
}
.header__language-switcher:hover .world svg path{
  fill: #5FAF3A;
}


/* Header bottom */
.header__bottom {
  padding: 0 32px;
}
/* Ensure header wrapper is properly centered with full content width */
.header__container--left .header__wrapper--bottom,
.header__wrapper--bottom {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
/* Center nav between logo and actions */
.header__menu-inver {
  flex: 1 !important;
  display: flex !important;
  justify-content: center !important;
  margin: 0 !important;
}
.header__menu-col {
  text-align: center !important;
}
.header__menu--desktop .header__menu-wrapper {
  justify-content: center !important;
}
/* Remove bottom border/shadow lines */
.header,
.header__wrapper,
.header__bottom,
.header__wrapper--bottom,
.header__logo-col,
.header__menu-inver,
.header__search-col,
.header__button-col {
  border-bottom: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.header__bottom_back {
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 1264px) {
  .header__bottom {
    padding: 0 24px;
  }
}
@media (max-width: 982px) {
  .header__bottom {
    padding: 0 16px;
  }
}
.header__bottom_back {
  background-color: rgba(255, 255, 255, 1.0)
;
  
}
.sticky-trans .header__bottom_back{
  background-color: rgba(255, 255, 255, 0.0)
;
  
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  
}
.sticky-trans.header__bckwhite .header__bottom_back{
  background-color: rgba(255, 255, 255, 1.0)
;
}
.header__bottom_back {
  background-color: rgba(255, 255, 255, 1.0)
;
}
/* Logo */

.header__logo-company-name {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #1FA4B8;
  font-size: 48px;
  text-transform: none;
}

/* Menu */

@media (max-width: 982px) {
  .header__menu--mobile {
    background-color: rgba(255, 255, 255, 1.0)
;
  }
  .header__bottom {
    padding:0px 12px;
  }
}

/* Menu items */

.header__menu-link,
.header__user-col a .header__user-label,
.inner__menu ul li a{  
  font-family: var(--headerMenuFont);
  font-style:normal;
  text-decoration: none;
  font-weight:600;
  font-size: 15px;
  text-transform: uppercase;
  
}

.search__button:hover svg, .header__user-col:hover svg{
  color: #1FA4B8;
  fill: #1FA4B8;
}
@media (max-width: 1080px) {
  .header__menu-link,.inner__menu ul li a {  
    font-size:12px;
  }
}
@media (max-width: 990px) {
  .header__menu-link,.inner__menu ul li a {  
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .header__menu-item--depth-1+.header__menu-item--depth-1 {
    border-top: 1px solid #e7e7e7;
  }
}
.header__menu-link svg:not(:root).svg-inline--fa,
.header__menu-link svg{
    display: inline-flex;
    width: auto;
    padding-left: 5px;
}
/* Menu items - top level */

.header__menu-item--depth-1 > .header__menu-link:not(.button),
.header__user-col a .header__user-label{
  color: #2D3748;
}

.sticky-trans .header__menu-toggle-hamburger span,
.header__menu-toggle-hamburger span{
  background-color: #2D3748;
}
.header__menu-item--depth-1 > .header__menu-link:hover,
.header__menu-item--depth-1 > .header__menu-link:focus,
.inner__menu ul li a:hover{  
  font-family: var(--headerMenuFontHover);
  font-style:normal;
  text-decoration: none;
  font-weight:600;
  color: #1FA4B8;
}
.header__user-col a:hover .header__user-label{
  color: #1FA4B8;
}
.header__menu-item--depth-1:hover > .header__menu-child-toggle svg,
.header__menu-item--depth-1:hover > .header__menu-link--toggle,
.header__menu-item--depth-1:focus-within > .header__menu-child-toggle svg,
.header__menu-item--depth-1:focus-within > .header__menu-link--toggle{
  fill:#1FA4B8;
  color:#1FA4B8;
}
.header__menu-item--depth-1{
  --colorHover:#1FA4B8;
}
.header__menu-item--depth-1 > .header__menu-link:active,
.header__menu-item--depth-1 > .header__menu-link--active-link:not(.button) {
  font-family: var(--headerMenuFontActive);  
  font-style:normal;
  text-decoration: none;
  font-weight:600;
  color: #1FA4B8;
}

.header__menu-item--depth-1>.header__menu-child-toggle svg {
  fill: #2D3748;
}
.header__menu-link--active-link ~ .header__menu-child-toggle svg,
.header__menu-link--active-link ~ .header__menu-child-toggle svg path { 
   fill: #1FA4B8;
}

.header__menu-item--depth-2 .header__menu-child-toggle svg {
  fill: #2D3748;
}
@media (min-width: 981px){
  .header__menu-item--depth-2 .header__menu-child-toggle svg {
    transform: rotate(270deg);
  }
}
/* Menu items - submenus */

.header__menu-submenu,
.mega__menu .mega__menu_container {
  background-color: rgba(255, 255, 255, 1.0)
;
  border-color: #5FAF3A;
}

.header__menu-submenu .header__menu-link:not(.button),
.inner__menu ul li a,
.submenu__icon-inner a > *{
  color: #2D3748;
}

.header__menu-item--depth-2:hover svg{
  fill: #1FA4B8;
}

.header__menu-submenu .header__menu-item:hover,
.header__menu-submenu .header__menu-item:focus {
  background-color: rgba(255, 255, 255, 1.0)
;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus,
.inner__menu ul li a:hover{
  font-family: var(--headerMenuFontHover);
  font-style:normal;
  text-decoration: none;
  font-weight:600;
}
.header__menu-item--depth-2:hover>.header__menu-link,
.header__menu-item--depth-3:hover>.header__menu-link,
.inner__menu ul li a:hover,
.submenu__icon-inner a:hover > *{
  color: #1FA4B8;
}

.header__menu-submenu .header__menu-link:active {
  background-color: rgba(255, 255, 255, 1.0)
;
}

.header__menu-submenu .header__menu-link--active-link:not(.button) {
  color: #1FA4B8;
  background-color: rgba(255, 255, 255, 1.0)
;
}

/* Menu icons */

.header__menu-toggle svg {
  fill: #2D3748;
}
.search__button svg,
.header__user-col svg{
  fill: #2D3748;
  color: #2D3748;
}
.world svg path{
  fill: #2D3748;
}

@media (max-width: 982px){
  .header__menu-item--depth-1 > .header__menu-link:not(.button),.inner__menu ul li a{
    color: #2D3748;
  }
  .header__menu-item--depth-1 .header__menu-child-toggle svg {
    fill: #2D3748;
    }   
  .header__menu-item--depth-1:hover>.header__menu-child-toggle svg, 
  .header__menu-item--depth-1:hover>.header__menu-link--toggle {
    fill: #1FA4B8;
    color: #1FA4B8;
  }
}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class {
  /* border-color: #5FAF3A; */
}

.header__language-switcher .lang_list_class li {
  background-color: rgba(255, 255, 255, 1.0)
;
}
.header__container--left .header__language-switcher-current-label>span{
}
.header__language-switcher .lang_list_class a:not(.button){
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #2D3748;
  font-size: 15px;
  text-transform: uppercase;
}

.header__language-switcher .lang_list_class a:hover,
.header__language-switcher .lang_list_class a:focus {
  background-color: rgba(255, 255, 255, 1.0)
;
  color: #1FA4B8;
}

.header__language-switcher .lang_list_class a:active {
  background-color: rgba(255, 255, 255, 1.0)
;
}

/* Sticky Menu */
.sticky-trans:not(.header__bckwhite) .header__menu--desktop .header__menu-item--depth-1>.header__menu-link--active-link:not(.button),
.sticky-trans:not(.header__bckwhite) .header__menu--desktop .header__menu-item--depth-1>.header__menu-link:not(.button):hover,
.sticky-trans:not(.header__bckwhite) .header__menu--desktop .header__menu-item--depth-1:hover>.header__menu-link:not(.button),
.sticky-trans:not(.header__bckwhite) .header__menu--desktop .header__menu-item--depth-1:hover>.header__menu-child-toggle svg,
.sticky-trans:not(.header__bckwhite) .header__language-switcher:hover .world svg path{
  color: #1FA4B8;
  fill: #1FA4B8;
}
.sticky-trans .header__menu-item--depth-1:hover>.header__menu-link:not(.button){
  fill:#1FA4B8;
  color: #1FA4B8;
}




@media (max-width: 982px) {
  /* 1. Hide the header Contact button — it's already inside the mobile menu list */
  .header__button-col {
    display: none !important;
  }

  /* 2. Hamburger — push to far right of the header */
  .header__menu-inver {
    justify-content: flex-end !important;
    flex: 0 0 auto !important;
  }
  .header__menu-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header__menu-container--mobile {
    position: relative;
    z-index: 200;
  }

  /* 3. Ensure close button stays clickable above the menu overlay */
  .header__menu--mobile {
    top: 100%;
    z-index: 100;
  }
  .header__bottom {
    position: relative;
    z-index: 150;
  }

  /* 4. DROPDOWN OPEN/CLOSE FIX:
     :focus-within keeps submenus open on touch even after JS removes --open.
     Disable it on mobile — rely only on the JS-controlled --open class. */
  .header__menu--mobile .header__menu-item--has-submenu:not(.mega):focus-within > .header__menu-submenu {
    display: none;
  }
  .header__menu--mobile .header__menu-item--open > .header__menu-submenu {
    display: block !important;
  }

  /* 5. Hover/active color — same green as desktop for all depths */
  .header__menu--mobile .header__menu-item > .header__menu-link:hover,
  .header__menu--mobile .header__menu-item > .header__menu-link:focus,
  .header__menu--mobile .header__menu-item > .header__menu-link:active {
    color: #1FA4B8 !important;
  }

  /* 6. Open items — green bg + white text (depth-1 and depth-2) */
  .header__menu--mobile .header__menu-item--depth-1.header__menu-item--open,
  .header__menu--mobile .header__menu-item--depth-2.header__menu-item--open {
    background-color: #5FAF3A !important;
  }
  /* Use highest specificity to beat submenu link overrides */
  .header__menu--mobile .header__menu-submenu .header__menu-item--open > .header__menu-link,
  .header__menu--mobile .header__menu-item--depth-1.header__menu-item--open > .header__menu-link {
    color: #ffffff !important;
    border-left-color: rgba(255,255,255,0.4) !important;
  }
  .header__menu--mobile .header__menu-item--open > .header__menu-child-toggle svg {
    fill: #ffffff !important;
    color: #ffffff !important;
  }
  /* Non-open items stay dark */
  .header__menu--mobile .header__menu-item:not(.header__menu-item--open) > .header__menu-link {
    color: #2D3748 !important;
  }

  /* 7. Submenu items — full width, green left accent on link */
  .header__menu--mobile .header__menu-submenu {
    background: #f4f4f4 !important;
    margin-left: 0 !important;
    border-left: none !important;
  }
  .header__menu--mobile .header__menu-submenu .header__menu-link {
    padding-left: 28px !important;
    border-left: 3px solid #5FAF3A;
    font-size: 0.92em;
    color: #2D3748 !important;
  }
  .header__menu--mobile .header__menu-submenu .header__menu-item {
    border-bottom: 1px solid #e0e0e0 !important;
    background-color: transparent !important;
  }
  .header__menu--mobile .header__menu-submenu .header__menu-item--open {
    background-color: #5FAF3A !important;
  }
  .header__menu--mobile .header__menu-submenu .header__menu-item:last-child {
    border-bottom: none !important;
  }
  .header__menu--mobile .header__menu-submenu .header__menu-item:not(.header__menu-item--open):hover,
  .header__menu--mobile .header__menu-submenu .header__menu-item:not(.header__menu-item--open):focus,
  .header__menu--mobile .header__menu-submenu .header__menu-item:not(.header__menu-item--open):active {
    background-color: #e8e8e8 !important;
  }
  .header__menu--mobile .header__menu-submenu .header__menu-link:hover,
  .header__menu--mobile .header__menu-submenu .header__menu-link:focus,
  .header__menu--mobile .header__menu-submenu .header__menu-link:active {
    color: #1FA4B8 !important;
  }
}





/* Footer container */

.footer {
  background-color: rgba(241, 244, 249, 1.0)
;
}

/* Footer content color */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.button),
.footer span,
.footer div,
.footer li,
.footer blockquote,
.footer .tabs__tab,
.footer .tabs__tab:hover,
.footer .tabs__tab:focus,
.footer .tabs__tab:active {
  color: #2D3748;
}

.footer hr {
  border-bottom-color: #2D3748 !important;
}

.footer.lp .footer__legal{
  justify-content: center;
}
/* Footer menu */

.footer .hs-menu-wrapper a {  
  font-family: var(--footerMenuFont);
  font-style:normal;
  text-decoration: none;
  font-weight:normal;
  color: #2D3748;
  font-size: 16px;
  text-transform: none;
}
.footer .hs-menu-wrapper.hs-menu-flow-vertical li.hs-menu-depth-1>a,
.footer .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1>a{
  display: block;
  padding-bottom: 0;
  text-transform: none;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  font-family: var(--footerMenuFont);
  font-style:normal;
  text-decoration: none;
  font-weight:normal;
  color: #1FA4B8;
}

.footer .hs-menu-wrapper a:active,
.footer .hs-menu-wrapper .active > a {
  font-family: var(--footerMenuFontActive);
  font-style:normal;
  text-decoration: underline;
  font-weight:bold;
  color: #1FA4B8;
}

.footer .footer__legal{
    display: flex;
    font-size: 14px;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.footer .footer__legal ul{
  margin:0;
  padding:0;
}
.footer .footer__legal_copy,
.footer__legal .footer__legal_menu li{
  display: inline-block;
  width: auto;
  flex: none;
  margin:0;
  padding:0;
}

.footer .footer__legal .footer__legal_menu li>a{
  font-weight: 400;
  padding: 0;
  text-transform: none;
  display: inline-block;
  font-size: 14px;
}
.footer .footer__legal 
.footer .footer__legal_copy:not(:last-child):after, 
.footer .footer__legal .footer__legal_menu li:not(:last-child):after {
  content: '|';
  padding-right: 15px;
  padding-left: 15px;
}

.footer .social-follow {
    grid-gap: 15px;
}
.footer .social-follow__link svg path {
  fill: rgba(45, 55, 72, 1.0)
;
}
.footer .social-follow__icon{
  background-color: rgba(255, 255, 255, 1.0)
;
}
.footer .social-follow__icon:hover{
  background-color: rgba(255, 255, 255, 1.0)
;
}
.footer .social-follow__link:hover svg,
.footer .social-follow__link:hover svg path{
  fill: rgba(45, 55, 72, 1.0)
;
  color: rgba(45, 55, 72, 1.0)
;
}

.footer .fn__newsletter__text-tit {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 100%;
    line-height: 1.5;
}
.footer.f__style_01 .fn__newsletter__wrapper{
  padding: 0 0 !important;
}
.footer.f__style_01 .fn__newsletter__form{
    padding: 0 0 8px;
    width: 100%;
}
@media (max-width: 767px){
  .footer .footer__legal {
    margin-top: 40px;
    flex-direction: column;
  }
  .footer .footer__legal .footer__legal_menu ul {
    flex-direction: row;
    justify-content: center;
    grid-gap: 0;
    text-align: center;
    margin: 15px 0 0;
  }
  .footer__legal .footer__legal_copy:not(:last-child):after{
    display: none;
  }
  .footer .footer__legal_copy, .footer__legal .footer__legal_menu li {
    text-align:center;
  }
  .footer .fn__newsletter__wrapper {
    padding: 25px 10px 0 0 !important;
    width: 100% !important;
  }
  .footer .fn__newsletter__form {
    padding: 0 0 15px 0 !important;
    margin: auto!important;
  }
}




/* Dark card */

.card--dark {
  background-color: rgba(45, 55, 72, 1.0)
;
  border-radius: 6px;
  color: #ffffff;
  align-items: center;
}

.card--dark summary,
.card--dark p,
.card--dark h1,
.card--dark h2,
.card--dark h3,
.card--dark h4,
.card--dark h5,
.card--dark h6,
.card--dark a:not(.button),
.card--dark span,
.card--dark div,
.card--dark li,
.card--dark blockquote {
  color: #ffffff;
}
.card--dark h1,
.card--dark h2,
.card--dark h3,
.card--dark h4,
.card--dark h5,
.card--dark h6{
  margin: 0 0 20px 0;
  padding:0;
}

/* Light card */

.card--light {
  border-radius: 6px;
  color: #2D3748;
}

.card--light summary,
.card--light p,
.card--light h1,
.card--light h2,
.card--light h3,
.card--light h4,
.card--light h5,
.card--light h6,
.card--light a:not(.button),
.card--light span,
.card--light div,
.card--light li,
.card--light blockquote {
  
}
.card--light h1,
.card--light h2,
.card--light h3,
.card--light h4,
.card--light h5,
.card--light h6{
  margin: 0 0 20px 0;
  padding:0;
}





/* Dark card */

.block--dark {
  display:flex;
  background-color: rgba(45, 55, 72, 1.0)
;
  color: #ffffff;
}
.block--light {
  display:flex;
  background-color: rgba(255, 255, 255, 1.0)
;
  color: #2D3748;
}
@media (max-width: 767px){
  .block--dark {
      display: block;
  } 
}
.block--dark summary,
.block--dark a:not(.button),
.block--dark .button.button--simple,
.block--dark p,
.block--dark h1,
.block--dark h2,
.block--dark h3,
.block--dark h4,
.block--dark h5,
.block--dark h6,
.block--dark a:not(.button),
.block--dark span,
.block--dark div,
.block--dark li,
.block--dark li a,
.block--dark blockquote,
.block--dark strong,
.block--dark form .legal-consent-container .hs-richtext{
  color: #ffffff;
  fill: #ffffff;
}


.block--light summary,
.block--light a:not(.button),
.block--light .button.button--simple,
.block--light p,
.block--light h1,
.block--light h2,
.block--light h3,
.block--light h4,
.block--light h5,
.block--light h6,
.block--light a:not(.button),
.block--light span,
.block--light div,
.block--light li,
.block--light blockquote {
  color: #2D3748;
  fill: #2D3748;
}
@media (max-width: 767px){
  .fn__row__wrapper .block--dark .fn__row__text-h{
    font-size:40px;
  }
}





/* Error templates */

.error-page:before {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
}

/* System templates */

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
  color: #2D3748;
}

/* Search template */

.hs-search-results__title {
  font-size: 30px;
}

/* Backup unsubscribe template */

.backup-unsubscribe input[type='email'] {
  font-size: 16px;
  padding: 10px;

}





/* Accordion */

.accordion__summary,
.accordion__summary:before {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-size: 25px;
}

.card--dark .accordion__summary:before {
  color: #ffffff;
}

.card--light .accordion__summary:before {
  color: #2D3748;
}

/* Blog listing, recent posts, related posts, and blog post */

.blog-listing__post-title {
  text-transform: none;
}

.blog-listing__post-title-link {
  font-family: var(--h2font);
  font-style:normal;
  text-decoration: none;
  font-weight:400;
  color: #1FA4B8;
}

.blog-listing__post-title-link:hover,
.blog-listing__post-title-link:focus {
  font-family: var(--h2font);
  font-style:normal;
  text-decoration: none;
  font-weight:400;
  color: #005468;
}

.blog-listing__post-title-link:active {
  font-family: var(--h2font);  
  font-style:normal;
  text-decoration: none;
  font-weight:400;
  color: #6ff4ff;
}

.blog-listing__post-tag {
  color: #2D3748;
}

.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus {
  color: #000000;
}

.blog-listing__post-tag:active {
  color: #7d8798;
}

.blog-listing__post-author-name,
.blog-post__author-name {
  color: #2D3748;
}

.blog-listing__post-author-name :hover,
.blog-listing__post-author-name :focus,
.blog-post__author-name:hover,
.blog-post__author-name:focus {
  color: #000000;
}

.blog-listing__post-author-name :active,
.blog-post__author-name:active {
  color: #7d8798;
}

.blog__post_featured {
  height: 400px;
  display: flex;
}
@media (max-width: 767px){
  .blog__post_featured {
      height: 200px;
  }
}

/* Image gallery */

.image-gallery__close-button-icon:hover,
.image-gallery__close-button-icon:focus {
  background-color: rgba(0, 0, 0, 1.0);
}

.image-gallery__close-button-icon:active {
  background-color: rgba(125, 135, 152, 1.0);
}

.icon--light .image-gallery__close-button-icon:hover,
.icon--light .image-gallery__close-button-icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .image-gallery__close-button-icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Pagination */

.pagination__link-icon svg {
  fill: #1FA4B8;
  height: 16px;
  width: 16px;
}

.pagination__link:hover .pagination__link-icon svg,
.pagination__link:focus .pagination__link-icon svg {
  fill: #2D3748;
}

.pagination__link:active .pagination__link-icon svg {
  fill: #6ff4ff;
}

.pagination__link--active {
  border-color: #5FAF3A
}

/* Pricing card */

.pricing-card__heading {
  background-color: #2D3748;
}

/* Social follow and social sharing */

.social-follow__icon:hover,
.social-follow__icon:focus,
.social-sharing__icon:hover,
.social-sharing__icon:focus {
  background-color: rgba(0, 0, 0, 1.0);
}

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(125, 135, 152, 1.0);
}

.icon--light .social-follow__icon:hover,
.icon--light .social-follow__icon:focus,
.icon--light .social-sharing__icon:hover,
.icon--light .social-sharing__icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .social-follow__icon:active,
.icon--light .social-sharing__icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}


.blog__post_share .social-sharing__icon svg path {
  fill: rgba(45, 55, 72, 1.0)
;
}
.blog__post_share .social-sharing__icon{
  background-color: rgba(255, 255, 255, 1.0)
;
}
.blog__post_share .social-sharing__icon:hover{
  background-color: rgba(255, 255, 255, 1.0)
;
}
.blog__post_share .social-sharing__icon:hover svg,
.blog__post_share .social-sharing__icon:hover svg path{
  fill: rgba(45, 55, 72, 1.0)
;
  color: rgba(45, 55, 72, 1.0)
;
}

/* Tabs */

.tabs__tab,
.tabs__tab:hover,
.tabs__tab:focus,
.tabs__tab:active {
  border-color: #2D3748;
  color: #2D3748;
}

/* End Tabs */

body{
  opacity:1!important;
}


.tippy-box[data-theme~='ocean'] {
    background-color: var(--darkBgColor);
    color: var(--darkFontColor);
}
/* ============================================================
   Pfister 2026 Brand Overrides
   ============================================================ */

/* 1. CTA / Primary Buttons — Brand Blue */
button:not([class]):before,
.button:before,
.hs-button:before,
.ocean_cta .cta_button:before {
  background-color: #1FA4B8 !important;
}
button:not([class]),
.button,
.hs-button,
.ocean_cta a.cta_button,
.ocean_cta a.cta_button:focus,
button:not([class]):focus,
.button:focus,
.hs-button:focus {
  /* color: #ffffff !important;
  fill: #ffffff !important; */
  
}

/* 2. CTA Hover — Brand Blue (slightly darker) */
button:not([class]):after,
.button:after,
.hs-button:after,
.ocean_cta a.cta_button:after {
  background-color: #178A9C !important;
}
button:not([class]):hover,
.button:hover,
.hs-button:hover,
.ocean_cta a.cta_button:hover {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* 3. Slider Prev/Next Buttons — Brand Blue */
.flickity-prev-next-button,
.flickity-prev-next-button.previous,
.flickity-prev-next-button.next {
  background-color: #1FA4B8 !important;
}
.flickity-prev-next-button svg,
.flickity-prev-next-button .arrow {
  fill: #ffffff !important;
}
.flickity-prev-next-button:hover {
  background-color: #178A9C !important;
}

/* 4. Bold / Strong text — Garden Green, Roboto Medium (brand guide: strong = weight 500) */
.hs-richtext strong,
.hs-richtext b,
.block--light strong,
.block--light b,
.dnd-section strong,
.dnd-section b {
  color: #5FAF3A;
  font-weight: 500;
}
.hs-richtext strong:hover,
.hs-richtext b:hover,
.block--light strong:hover,
.block--light b:hover,
.dnd-section strong:hover,
.dnd-section b:hover {
  color: #5FAF3A;
  text-decoration: underline;
  cursor: default;
}

.hs_cos_wrapper_type_linked_image,
.hs_cos_wrapper_type_linked_image a{
  display:flex;
}

/* Secondary color CSS variable override — enforce Garden Green sitewide */
:root,
body {
  --secondaryColor: #5FAF3A !important;
  --secondaryColorRGB: 95, 175, 58 !important;
}

/* Font override — ensure Roboto is always used (loads via page-configuration.html) */
body,
body h1, body h2, body h3, body h4, body h5, body h6,
body p, body a, body li, body td, body th,
body .hs-richtext, body .dnd-section {
  font-family: 'Roboto', Arial, sans-serif !important;
}

/* Hero banner copy — 15% smaller than theme default */
.h1_hero,
h1.hero__banner__content-title-el,
h1.hero__angled__content-title-el,
h1.fn__typed__title {
  font-size: calc(var(--fontHeroSizeH1) * 0.85) !important;
}
@media (max-width: 768px) {
  .h1_hero,
  h1.hero__banner__content-title-el,
  h1.hero__angled__content-title-el,
  h1.fn__typed__title {
    font-size: calc(var(--fontHeroSizeMbH1) * 0.85) !important;
  }
}

/* Hero angled — mobile/tablet fixes */
@media (max-width: 1000px) {
  /* Stack image below text — wrap flex at the same breakpoint image goes full-width */
  .hero__angled__wraper-el {
    flex-wrap: wrap !important;
    height: auto !important;
    min-height: 0 !important;
  }
  .hero__angled__wrap {
    height: auto !important;
    min-height: 0 !important;
  }
  /* Text column takes full width */
  .hero__angled__wp {
    max-width: 100% !important;
    width: 100% !important;
  }
  /* Image column goes below, full width */
  .hero__angled__md {
    width: 100% !important;
    min-height: 260px;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }
  .hero__angled__md-img {
    height: auto !important;
    width: 100% !important;
    max-height: 420px;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 1000px) {
  /* Ensure section is tall enough for all content */
  .hero__angled__wraper-el {
    padding-top: 24px !important;
    padding-bottom: 0 !important;
  }
  .hero__angled__content {
    padding-top: 16px !important;
    padding-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  /* Aggressive H1 shrink on phones so heading fits */
  h1.hero__angled__content-title-el {
    font-size: clamp(1.8rem, 8vw, 2.6rem) !important;
    line-height: 1.15 !important;
  }
}

/* Stats module — force 1 column on small phones so numbers don't get crushed */
@media (max-width: 600px) {
  .oc__numbers__item {
    flex: 0 0 100% !important;
    width: 100% !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgb(204 204 204 / 50%) !important;
  }
  .oc__numbers__item:last-child {
    border-bottom: 0 !important;
  }
}

/* Anchor hover — Brand Blue */
a:hover,
a:focus,
a:active {
  color: #1FA4B8 !important;
  fill: #1FA4B8 !important;
}

/* Forms — mobile responsive */
@media (max-width: 768px) {
  /* Legacy HubSpot forms (form-columns-*) */
  .form-columns-2,
  .form-columns-3 {
    width: 100% !important;
  }
  .form-columns-2 .hs-form-field,
  .form-columns-3 .hs-form-field {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
  }
  .form-columns-2 .hs-form-field .hs-input,
  .form-columns-3 .hs-form-field .hs-input,
  .form-columns-2 .hs-form-field input,
  .form-columns-3 .hs-form-field input,
  .form-columns-2 .hs-form-field select,
  .form-columns-3 .hs-form-field select,
  .form-columns-2 .hs-form-field textarea,
  .form-columns-3 .hs-form-field textarea {
    width: 100% !important;
  }
  .hs-fieldtype-phonenumber .hs-input,
  .intl-tel-input,
  .intl-tel-input .form-control {
    width: 100% !important;
  }
  .hs_submit,
  form input[type='submit'],
  form .hs-button {
    width: 100% !important;
  }
  /* New HubSpot form renderer (hsfc-) — stack columns at 768px instead of 430px */
  [data-hsfc-id="Renderer"] .hsfc-Row {
    display: flex !important;
    /* flex-direction: row !important; */
    
    gap: 2px !important;
  }
  [data-hsfc-id="Renderer"] .hsfc-NavigationRow__Buttons {
    flex-direction: column !important;
  }
  [data-hsfc-id="Renderer"] .hsfc-NavigationRow__Buttons > * {
    width: 228px !important;
  }
  /* Form wrapper padding on mobile */
  .widget-type-form,
  .hs_cos_wrapper_type_form {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
.hsfc-ReCaptchaV2 .grecaptcha-badge{
    width: 100% !important;  
}
}

/* Hero Split — video breathing room */
.hero__banner__second-video {
  padding: 30px 30px 30px 0;
}
.hero__banner__second-video_inner {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 998 / 450; /* match uploaded video dimensions */
}
@media (max-width: 767px) {
  .hero__banner__second-video {
    padding: 10px 0;
  }
}