/* @import url('http://example.com/example_style.css'); */
/* theme: Act3 xilliocom */
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/*!
 * Act3 (c) Copyright Neambo | https://neambo.com | v43
 * This license grants you, the purchaser, an ongoing, non-exclusive, worldwide
 * license to make use of this digital work on a single Hub ID (HubSpot Account)
 */

























/* Include your CSS font code here (e.g. @font-face, @import). For best speed performance, use the same Font Family for all three */



  
  
  
  
  
  




























  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  












































































  





  



















  
  
  





  
  
  
  
  
  
  
  
  
  
  
  
  



  
  
  





  








































:root {
  --layout-gutter: 24px;
  --scroll-offset: 66px;
}

@media (max-width: 1139px) {
  :root {
    --scroll-offset: 66px;
  }
}

@media (max-width: 767px) {
  :root {
    --scroll-offset: 66px;
  }
}


*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

html {
  font-size: 125.00%;
  --vw: 1vw;
}

body {
  margin: 0;
  background: #fff;
  color: #003040;
  font-family: 
  
    'Inter', sans-serif
  
;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.56;
  text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
    overflow-wrap: normal;
  
  
    hyphens: none;
  
}

a {
  color: #EB5C24;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #FDC318;
  text-decoration: underline;
}

b,
strong {
  font-family: 
  
    'Inter', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
}

p,
.p,
blockquote {
  margin: 0 0 24px;
}

.important-quote {
  position: relative;
  padding: 24px;
  padding-inline-start: 60px;
  background: #FAFAFA;
  border-radius: 5px;
  border-inline-start: 4px solid #FDC318;
  color: #003040;
}

.txt--dark .important-quote {
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.important-quote::before {
  content: '“';
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 3.5rem;
  color: #FDC318;
}

.important-quote *:last-child {
  margin-bottom: 0;
}



.pns p {
  margin-bottom: 0;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 24px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 24px;
  color: #003040;
}

h1,
.h1 {
  font-family: 
  
    'Lexend Deca', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
  font-size: 4.00rem;
  line-height: 1.14;
}

h2,
.h2 {
  font-family: 
  
    'Lexend Deca', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
  font-size: 2.20rem;
  line-height: 1.18;
}

h3,
.h3 {
  font-family: 
  
    'Lexend Deca', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
  font-size: 1.40rem;
  line-height: 1.25;
}

h4,
.h4 {
  font-family: 
  
    'Lexend Deca', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
  font-size: 1.00rem;
  line-height: 1.40;
}

h5,
.h5 {
  font-family: 
  
    'Lexend Deca', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
  font-size: 0.90rem;
  line-height: 1.33;
}

h6,
.h6 {
  font-family: 
  
    'Lexend Deca', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
  font-size: 0.80rem;
  line-height: 1.25;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong,
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b,
.h1 b, .h2 b, .h3 b, .h4 b, .h5 b, .h6 b {
  font-family: 
  
    'Lexend Deca', sans-serif
  
;
  font-weight: normal;
  font-style: normal;
}

.display {
  margin: 0 0 24px;
  color: #003040;
  font-family: 
  
    'Lexend Deca', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
  font-size: 3.60rem;
  line-height: 1.11;
}

.hns h1,
.hns h2,
.hns h3,
.hns h4,
.hns h5,
.hns h6,
.hns .h1,
.hns .h2,
.hns .h3,
.hns .h4,
.hns .h5,
.hns .h6,
.hns .display {
  margin-bottom: 0;
}

hr {
  height: 0;
  margin: 24px 0;
  border: 0;
  border-top: 1px solid #003040;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Fixes the problem with the missing icons in Rich text */

[data-hs-icon-hubl] svg {
  height: revert-layer;
}

figure {
  margin: 0;
}

pre {
  max-width: 100%;
  overflow-x: auto;
}

sup,
sub {
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.4em;
}

sub { 
  top: 0.4em; 
}

[hidden] {
  display: none;
}

form {
  margin-bottom: 0;
}

/* UI label */

.ui-label {
  color: #003040;
  font-family: 
  
    'Lexend Deca', sans-serif
  
;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.28;
}

/* Important text */

.important-text {
  color: #003040;
}

/* Text size */

.small-text {
  font-size: 0.89rem;
}

.large-text {
  font-size: 1.22rem;
}

.xlarge-text {
  font-size: 1.830rem;
}

@media (max-width: 1139px) {
  .xlarge-text {
    font-size: 1.586000000000000054178883601707639172673225402832031250rem;
  }
}

@media (max-width: 767px) {
  .xlarge-text {
    font-size: 1.34200000000000010835776720341527834534645080566406250rem;
  }
}

/* Super text */

.super-text {
  display: block;
  color: #003040;
  font-size: .8rem;
}

/* Rich text */

.txt--dark,
.txt--dark .super-text {
  color: rgba(255, 255, 255, 1.00);
}

.txt--dark a,
.txt--dark a:hover,
.txt--dark h1,
.txt--dark h2,
.txt--dark h3,
.txt--dark h4,
.txt--dark h5,
.txt--dark h6,
.txt--dark .h1,
.txt--dark .h2,
.txt--dark .h3,
.txt--dark .h4,
.txt--dark .h5,
.txt--dark .h6,
.txt--dark .display,
.txt--dark .important-text,
.txt--dark .ui-label {
  color: #fff;
}

.txt--dark hr {
  border-top-color: rgba(255, 255, 255, .2);
}

/* Unstyle links */

.txt--unstyle-links a {
  color: inherit;
  text-decoration: none;
}

.txt--unstyle-links a:hover {
  color: inherit;
  text-decoration: underline;
}

/* Unstyle lists */

.txt--unstyle-lists ul,
.txt--unstyle-lists ol {
  padding-inline-start: 0;
  list-style: none;
}

.txt--unstyle-lists li + li {
  margin-top: .28rem;
}

/* UI Font */

.ui-font {
  font-family: 
  
    'Lexend Deca', sans-serif
  
;
  font-weight: normal;
  font-style: normal;
  line-height: 1.28;
}

.ui-font strong,
.ui-font b {
  font-family: 
  
    'Lexend Deca', sans-serif
  
;
  font-weight: normal;
  font-style: normal;
}

/* UI icon */

.ui-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui-icon svg {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  pointer-events: none;
}

/* Image radius */

.img--radius img,
img.img--radius {
  border-radius: 12px;
}

/* Image shadow */

.img--shadow img,
img.img--shadow {
  box-shadow: 0px 32px 64px rgba(0, 48, 64, 0.05), 0px 16px 32px rgba(0, 48, 64, 0.05);
}

@media (max-width: 1139px) {
  html {
    font-size: 112.50%;
  }
  
  h1,
  .h1 {
    font-size: 3.33rem;
  }
  
  h2,
  .h2 {
    font-size: 2.00rem;
  }
  
  h3,
  .h3 {
    font-size: 1.44rem;
  }
  
  h4,
  .h4 {
    font-size: 1.11rem;
  }
  
  h5,
  .h5 {
    font-size: 1.00rem;
  }
  
  h6,
  .h6 {
    font-size: 0.89rem;
  }
  
  .display {
    font-size: 3.11rem;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 112.50%;
  }
  
  h1,
  .h1 {
    font-size: 2.78rem;
  }
  
  h2,
  .h2 {
    font-size: 1.56rem;
  }
  
  h3,
  .h3 {
    font-size: 1.33rem;
  }
  
  h4,
  .h4 {
    font-size: 1.11rem;
  }
  
  h5,
  .h5 {
    font-size: 1.00rem;
  }
  
  h6,
  .h6 {
    font-size: 0.89rem;
  }
  
  .display {
    font-size: 2.44rem;
  }
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* Background */

.bg-accent {
  background: linear-gradient(111.02deg, #FDC318 0%, #EB5C24 100%);
}

.bg-dark {
  background: #003040;
}

.bg-light {
  background: #FAFAFA;
}

.bg-white {
  background: #fff;
}

.bg-ghost {
  background: rgba(255, 255, 255, .1);
  
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  
}

/* Tippy */

.tippy-box[data-theme~='act-light'] {
  border-radius: 4px;
  background: #fff;
  color: #003040;
}

.tippy-box[data-theme~='act-light'] .tippy-arrow {
  color: #fff;
}

.tippy-box[data-theme~='act-dark'] {
  border-radius: 4px;
  background: #003040;
  color: #fff;
}

.tippy-box[data-theme~='act-dark'] .tippy-arrow {
  color: #003040;
}

/* Theme corners section */

.dnd-section-theme-corners .dnd-row,
.dnd-section-theme-corners .dnd-column {
  border-radius: 12px;
}

/* Fixes distortion of the CTA placeholder image */

.hs-cta-simple-placeholder img {
  height: auto !important;
}
/* Dnd */

.row-fluid,
.row-fluid > * {
  display: flex;
  flex-direction: column;
}

.row-fluid > * {
  width: 100%;
}

@media (min-width: 768px) {
  .row-fluid {
    flex-direction: row;
  }

  .row-fluid > * + * {
    margin-inline-start: var(--layout-gutter);
  }

  
    .span1 {
      width: calc(0.08333333333333333 * (100% + var(--layout-gutter)) - var(--layout-gutter));
    }
  
    .span2 {
      width: calc(0.16666666666666666 * (100% + var(--layout-gutter)) - var(--layout-gutter));
    }
  
    .span3 {
      width: calc(0.25 * (100% + var(--layout-gutter)) - var(--layout-gutter));
    }
  
    .span4 {
      width: calc(0.3333333333333333 * (100% + var(--layout-gutter)) - var(--layout-gutter));
    }
  
    .span5 {
      width: calc(0.4166666666666667 * (100% + var(--layout-gutter)) - var(--layout-gutter));
    }
  
    .span6 {
      width: calc(0.5 * (100% + var(--layout-gutter)) - var(--layout-gutter));
    }
  
    .span7 {
      width: calc(0.5833333333333334 * (100% + var(--layout-gutter)) - var(--layout-gutter));
    }
  
    .span8 {
      width: calc(0.6666666666666666 * (100% + var(--layout-gutter)) - var(--layout-gutter));
    }
  
    .span9 {
      width: calc(0.75 * (100% + var(--layout-gutter)) - var(--layout-gutter));
    }
  
    .span10 {
      width: calc(0.8333333333333334 * (100% + var(--layout-gutter)) - var(--layout-gutter));
    }
  
    .span11 {
      width: calc(0.9166666666666666 * (100% + var(--layout-gutter)) - var(--layout-gutter));
    }
  
    .span12 {
      width: 100%;
    }
  
}

.dnd-section {
  position: relative;
  padding: 96px 24px;
}

@media (max-width: 767px) {
  .dnd-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

/* Fix for jumpy header in previews and the editor
(it won't affect editor visibility functionality) */

.act-in-hs-app .above-header .dnd-section[class*="-hidden"],
.act-in-hs-previewer .above-header .dnd-section[class*="-hidden"] {
  display: none;
}

.dnd-section > .row-fluid {
  max-width: 1138px;
  margin: 0 auto;
}

.dnd-module > * {
  width: 100%;
}

.dnd-module[class*="-flexbox-positioning"] > * {
  width: auto;
}

.hs_cos_wrapper {
  display: block;
}

/* Non-dnd */

.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 96px 0;
  position: relative;
}

@media (max-width: 767px) {
  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 1186px;
  max-width: 100%;
  padding: 0 24px;
}

.container.full {
  width: 100%;
}

.container.half {
  width: 593.0px;
}

.row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -12.0px;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-shrink: 0;
  padding: 0 12.0px;
}

.row.no-gutter > .col {
  padding-left: 0;
  padding-right: 0;
}

.row.even .col {
  flex: 1 1 0px;
}

.box {
  width: 100%;
}


  .s1 {
    width: 8.333333333333332%;
  }

  .s2 {
    width: 16.666666666666664%;
  }

  .s3 {
    width: 25.000000000000000%;
  }

  .s4 {
    width: 33.333333333333330%;
  }

  .s5 {
    width: 41.666666666666670%;
  }

  .s6 {
    width: 50.000000000000000%;
  }

  .s7 {
    width: 58.333333333333336%;
  }

  .s8 {
    width: 66.666666666666660%;
  }

  .s9 {
    width: 75.000000000000000%;
  }

  .s10 {
    width: 83.333333333333340%;
  }

  .s11 {
    width: 91.666666666666660%;
  }

  .s12 {
    width: 100%;
  }


.eq5 { width: 20% }
.eq7 { width: 14.285714285714286% }

@media (max-width: 1139px) {
  
    .md-s1 {
      width: 8.333333333333332%;
    }
  
    .md-s2 {
      width: 16.666666666666664%;
    }
  
    .md-s3 {
      width: 25.000000000000000%;
    }
  
    .md-s4 {
      width: 33.333333333333330%;
    }
  
    .md-s5 {
      width: 41.666666666666670%;
    }
  
    .md-s6 {
      width: 50.000000000000000%;
    }
  
    .md-s7 {
      width: 58.333333333333336%;
    }
  
    .md-s8 {
      width: 66.666666666666660%;
    }
  
    .md-s9 {
      width: 75.000000000000000%;
    }
  
    .md-s10 {
      width: 83.333333333333340%;
    }
  
    .md-s11 {
      width: 91.666666666666660%;
    }
  
    .md-s12 {
      width: 100%;
    }
  
  
  .md-eq5 { width: 20% }
  .md-eq7 { width: 14.285714285714286% }
}

@media (max-width: 767px) {
  .col {
    width: 100%;
  }

  
    .sm-s1 {
      width: 8.333333333333332%;
    }
  
    .sm-s2 {
      width: 16.666666666666664%;
    }
  
    .sm-s3 {
      width: 25.000000000000000%;
    }
  
    .sm-s4 {
      width: 33.333333333333330%;
    }
  
    .sm-s5 {
      width: 41.666666666666670%;
    }
  
    .sm-s6 {
      width: 50.000000000000000%;
    }
  
    .sm-s7 {
      width: 58.333333333333336%;
    }
  
    .sm-s8 {
      width: 66.666666666666660%;
    }
  
    .sm-s9 {
      width: 75.000000000000000%;
    }
  
    .sm-s10 {
      width: 83.333333333333340%;
    }
  
    .sm-s11 {
      width: 91.666666666666660%;
    }
  
    .sm-s12 {
      width: 100%;
    }
  

  .sm-eq5 { width: 20% }
  .sm-eq7 { width: 14.285714285714286% }
}

/* Flex utility */

.flex { display: flex }
.inline-flex { display: inline-flex }

.no-shrink > *,
.self-no-shrink {
  flex-shrink: 0;
}

.self-shrink {
  flex-shrink: 1;
}

.flex-row { flex-direction: row }
.flex-row-reverse { flex-direction: row-reverse }
.flex-col { flex-direction: column }
.flex-col-reverse { flex-direction: column-reverse }

.wrap { flex-wrap: wrap }
.wrap-reverse { flex-wrap: wrap-reverse }

.justify-start { justify-content: flex-start }
.justify-end { justify-content: flex-end }
.justify-center { justify-content: center }
.justify-between { justify-content: space-between }
.justify-around { justify-content: space-around }
.justify-evenly { justify-content: space-evenly }

.items-start { align-items: flex-start }
.items-end { align-items: flex-end }
.items-center { align-items: center }
.items-stretch { align-items: stretch }
.items-baseline { align-items: baseline }

.content-start { align-content: flex-start }
.content-end { align-content: flex-end }
.content-center { align-content: center }
.content-stretch { align-content: stretch }
.content-between { align-content: space-between }
.content-around { align-content: space-around }

@media (max-width: 1139px) {
  .md-flex { display: flex }
  .md-inline-flex { display: inline-flex }
  
  .md-no-shrink > *,
  .md-self-no-shrink {
    flex-shrink: 0;
  }

  .md-self-shrink {
    flex-shrink: 1;
  }

  .md-flex-row { flex-direction: row }
  .md-flex-row-reverse { flex-direction: row-reverse }
  .md-flex-col { flex-direction: column }
  .md-flex-col-reverse { flex-direction: column-reverse }

  .md-wrap { flex-wrap: wrap }
  .md-wrap-reverse { flex-wrap: wrap-reverse }

  .md-justify-start { justify-content: flex-start }
  .md-justify-end { justify-content: flex-end }
  .md-justify-center { justify-content: center }
  .md-justify-between { justify-content: space-between }
  .md-justify-around { justify-content: space-around }
  .md-justify-evenly { justify-content: space-evenly }

  .md-items-start { align-items: flex-start }
  .md-items-end { align-items: flex-end }
  .md-items-center { align-items: center }
  .md-items-stretch { align-items: stretch }
  .md-items-baseline { align-items: baseline }

  .md-content-start { align-content: flex-start }
  .md-content-end { align-content: flex-end }
  .md-content-center { align-content: center }
  .md-content-stretch { align-content: stretch }
  .md-content-between { align-content: space-between }
  .md-content-around { align-content: space-around }
}

@media (max-width: 767px) {
  .sm-flex { display: flex }
  .sm-inline-flex { display: inline-flex }
  
  .sm-no-shrink > *,
  .sm-self-no-shrink {
    flex-shrink: 0;
  }

  .sm-self-shrink {
    flex-shrink: 1;
  }

  .sm-flex-row { flex-direction: row }
  .sm-flex-row-reverse { flex-direction: row-reverse }
  .sm-flex-col { flex-direction: column }
  .sm-flex-col-reverse { flex-direction: column-reverse }

  .sm-wrap { flex-wrap: wrap }
  .sm-wrap-reverse { flex-wrap: wrap-reverse }

  .sm-justify-start { justify-content: flex-start }
  .sm-justify-end { justify-content: flex-end }
  .sm-justify-center { justify-content: center }
  .sm-justify-between { justify-content: space-between }
  .sm-justify-around { justify-content: space-around }
  .sm-justify-evenly { justify-content: space-evenly }

  .sm-items-start { align-items: flex-start }
  .sm-items-end { align-items: flex-end }
  .sm-items-center { align-items: center }
  .sm-items-stretch { align-items: stretch }
  .sm-items-baseline { align-items: baseline }

  .sm-content-start { align-content: flex-start }
  .sm-content-end { align-content: flex-end }
  .sm-content-center { align-content: center }
  .sm-content-stretch { align-content: stretch }
  .sm-content-between { align-content: space-between }
  .sm-content-around { align-content: space-around }
}

/* Clear */

.module:after,
.clear:after {
  content: '';
  display: table;
  clear: both;
}

/* Module */

.module {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.module--block-left   { align-items: flex-start }
.module--block-center { align-items: center }
.module--block-right  { align-items: flex-end }

.module--text-left   { text-align: left }
.module--text-center { text-align: center }
.module--text-right  { text-align: right }

@media (max-width: 1139px) {
  .module--md-block-left   { align-items: flex-start }
  .module--md-block-center { align-items: center }
  .module--md-block-right  { align-items: flex-end }

  .module--md-text-left   { text-align: left }
  .module--md-text-center { text-align: center }
  .module--md-text-right  { text-align: right }
}

@media (max-width: 767px) {
  .module--sm-block-left   { align-items: flex-start }
  .module--sm-block-center { align-items: center }
  .module--sm-block-right  { align-items: flex-end }

  .module--sm-text-left   { text-align: left }
  .module--sm-text-center { text-align: center }
  .module--sm-text-right  { text-align: right }
}

.module__inner {
  width: 100%;
  max-width: 100%;
}

/* Hidden */

@media (min-width: 1140px) {
  .lg-hidden {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .md-hidden {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sm-hidden {
    display: none !important;
  }
}

/* Min height */

.minh-full {
  min-height: 100vh;
}

.minh-half {
  min-height: 50vh;
}

.dnd-section.minh-full,
.dnd-section.minh-half {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dnd-section.minh-full > *,
.dnd-section.minh-half > * {
  width: 100%;
}

/* Preset width */

.content-width {
  max-width: 1138px;
  padding-left: 12.0px;
  padding-right: 12.0px;
}

.half-content-width {
  max-width: calc(569.0px - 12.0px);
}

/* Inline items (for 'Space between buttons/icons' options) */

.inline-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.inline-items--left {
  justify-content: flex-start;
}

.inline-items--center {
  justify-content: center;
}

.inline-items--right {
  justify-content: flex-end;
}

@media (max-width: 1139px) {
  .inline-items--md-left {
    justify-content: flex-start;
  }
  
  .inline-items--md-center {
    justify-content: center;
  }
  
  .inline-items--md-right {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .inline-items--sm-left {
    justify-content: flex-start;
  }
  
  .inline-items--sm-center {
    justify-content: center;
  }
  
  .inline-items--sm-right {
    justify-content: flex-end;
  }
}


@keyframes uiPop {
  from {
    opacity: 0;
    transform: scale(.9) translateZ(0);
  }
  to {
    opacity: 1;
    transform: scale(1) translateZ(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Animation */
  
@keyframes btn_ripple {
  0% {
    opacity: .3;
  }
  30% {
    opacity: .3;
  }
  100% {
    opacity: 0;
    transform: scale(4, 4);
  }
}

/* Base */

.btn {
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: none;
  border: none; /* for <button> */
  font-family: 
  
    'Lexend Deca', sans-serif
  
;
  font-weight: normal;
  font-style: normal;
  line-height: 1.56;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transform: scale(1); /* required for the ripple effect, otherwise it won't show on :focus */
  transition: box-shadow, background-image, background-color, transform;
  transition-duration: .1s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.btn:not(:focus-visible) {
  outline: none;
}

.btn.btn--full {
  display: block;
}

.btn:hover {
  text-decoration: none;
  transform: scale(1.07, 1.07);
}

.btn:active {
  transform: scale(.93, .93);
  transition-duration: 0.05s;
}

.btn::after { /* ripple effect */
  content: '';
  display: block;
  width: 2.22rem;
  height: 2.22rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.11rem;
  margin-left: -1.11rem;
  z-index: -1;
  background: currentColor;
  border-radius: 20px;
  color: inherit;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}

.btn:focus::after {
  animation: .5s ease-in-out btn_ripple;
  animation-fill-mode: forwards;
}

/* Outline */

.btn--outline {
  border: 2px solid;
}

.btn--outline:hover {
  border: 0;
}

/* Small */

.btn--small {
  padding: 0.45rem 0.68rem;
  border-radius: 999px;
  font-size: .83rem;
}

.btn--small.btn--outline:not(:hover) {
  padding: calc(0.45rem - 2px) calc(0.68rem - 2px);
}

/* Medium */

.btn--medium {
  padding: 0.64rem 0.91rem;
  border-radius: 999px;
  font-size: .89rem;
}

.btn--medium.btn--outline:not(:hover) {
  padding: calc(0.64rem - 2px) calc(0.91rem - 2px);
}

/* Large */

.btn--large {
  padding: 0.91rem 1.36rem;
  border-radius: 999px;
  font-size: 1rem;
}

.btn--large.btn--outline:not(:hover) {
  padding: calc(0.91rem - 2px) calc(1.36rem - 2px);
}

/* Accent */

.btn--accent.btn--outline {
  border-color: #FDC318;
  color: #FDC318;
}

.btn--accent.btn--fill,
.btn--accent.btn--outline:hover {
  background: linear-gradient(111.02deg, #FDC318 0%, #EB5C24 100%);
  color: #fff;
}

.btn--accent:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(253, 195, 24, .15);
}

/* Dark */

.btn--dark.btn--outline {
  border-color: #003040;
  color: #003040;
}

.btn--dark.btn--fill,
.btn--dark.btn--outline:hover {
  background: #003040;
  color: #fff;
}

.btn--dark:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(0, 48, 64, .15);
}

/* Light */

.btn--light.btn--outline {
  border-color: #003040;
  color: #003040;
}

.btn--light.btn--fill,
.btn--light.btn--outline:hover {
  background: #FAFAFA;
  color: #003040;
}

.btn--light:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(0, 48, 64, .15);
}

/* Light darker */

.btn--light-darker.btn--outline {
  border-color: #003040;
  color: #003040;
}

.btn--light-darker.btn--fill,
.btn--light-darker.btn--outline:hover {
  background: #003040;
  color: #003040;
}

.btn--light-darker:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(0, 48, 64, .15);
}

/* White */

.btn--white.btn--outline {
  border-color: #fff;
  color: #fff;
}

.btn--white.btn--fill,
.btn--white.btn--outline:hover {
  background: #fff;
  color: #003040;
}

.btn--white:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}

/* White with accent */

.btn--white-accent.btn--outline {
  border-color: #fff;
  color: #FDC318;
}

.btn--white-accent.btn--fill,
.btn--white-accent.btn--outline:hover {
  background: #fff;
  color: #FDC318;
}

.btn--white-accent:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}

/* White with hover accent */

.btn--white-hover-accent.btn--outline {
  border-color: #fff;
  color: #fff;
}

.btn--white-hover-accent.btn--fill {
  background: #fff;
  color: #003040;
}

.btn--white-hover-accent.btn--fill:hover,
.btn--white-hover-accent.btn--outline:hover {
  background: #fff;
  color: #FDC318;
}

.btn--white-hover-accent:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}

/* Ghost */

.btn--ghost.btn--outline {
  border-color: rgba(255, 255, 255, .2);
  color: #fff;
}

.btn--ghost.btn--fill {
  background: rgba(255, 255, 255, .2);
  color: #fff;
  
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  
}

.btn--ghost.btn--outline:hover,
.btn--ghost.btn--fill:hover {
  background: #fff;
  color: #003040;
}

.btn--ghost:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}

/* Pill */

.btn--pill {
  border-radius: 999px;
}

/* Icon */

.btn__icon {
  color: inherit;
  line-height: 0;
}

.btn__icon--right {
  order: 1;
  margin-left: .4em;
}

.btn__icon--left {
  margin-right: .4rem;
}

.btn__icon svg {
  fill: currentColor;
}
/* Base */

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.icon img,
.icon svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  text-align: center;
}

.icon svg {
  fill: currentColor;
}

/* Shape */

.icon--disc {
  border-radius: 100%;
}

.icon--square.icon--small {
  border-radius: 4px;
}

.icon--square.icon--medium {
  border-radius: 5px;
}

.icon--square.icon--large {
  border-radius: 6px;
}

.icon--square.icon--extra-large {
  border-radius: 10px;
}

/* Size */

.icon--small.icon--disc,
.icon--small.icon--square {
  width: 1.82rem;
  height: 1.82rem;
}

.icon--small .icon__glyph {
  width: 0.91rem;
  height: 0.91rem;
  line-height: 0.91rem;
  font-size: .91rem;
}

.icon--medium.icon--disc,
.icon--medium.icon--square {
  width: 2.73rem;
  height: 2.73rem;
}

.icon--medium .icon__glyph {
  width: 1.11rem;
  height: 1.11rem;
  line-height: 1.11rem;
  font-size: 1.11rem;
}

.icon--large.icon--disc,
.icon--large.icon--square {
  width: 3.64rem;
  height: 3.64rem;
}

.icon--large .icon__glyph {
  width: 1.82rem;
  height: 1.82rem;
  line-height: 1.82rem;
  font-size: 1.82rem;
}

.icon--extra-large.icon--disc,
.icon--extra-large.icon--square {
  width: 5.46rem;
  height: 5.46rem;
}

.icon--extra-large .icon__glyph {
  width: 3.18rem;
  height: 3.18rem;
  line-height: 3.18rem;
  font-size: 3.18rem;
}

/* Outline */

.icon--outline {
  border: 1px solid;
}

/* Accent */

.icon--accent {
  color: #FDC318;
}

.icon--accent.icon--fill {
  background: linear-gradient(111.02deg, #FDC318 0%, #EB5C24 100%);
  color: #fff;
}

.icon--accent.icon--outline {
  border-color: #FDC318;
}

/* Dark */

.icon--dark {
  color: #003040;
}

.icon--dark.icon--fill {
  background: #003040;
  color: #fff;
}

.icon--dark.icon--outline {
  border-color: #003040;
}

/* Light */

.icon--light {
  color: #003040;
}

.icon--light.icon--fill {
  background: #FAFAFA;
  color: #003040;
}

.icon--light.icon--outline {
  border-color: #003040;
}

/* White */

.icon--white {
  color: #fff;
}

.icon--white.icon--fill {
  background: #fff;
  color: #003040;
}

.icon--white.icon--outline {
  border-color: #fff;
}

/* White with accent */

.icon--white-accent {
  color: #FDC318;
}

.icon--white-accent.icon--fill {
  background: #fff;
  color: #FDC318;
}

.icon--white-accent.icon--outline {
  border-color: #fff;
}

/* Ghost */

.icon--ghost {
  color: #fff;
}

.icon--ghost.icon--fill {
  background: rgba(255, 255, 255, .2);
  
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  
}

.icon--ghost.icon--outline {
  border-color: rgba(255, 255, 255, .2);
}
/* Holder */

.ttip-holder {
  position: relative;
  overflow: visible;
}

/* Tooltip */

.ttip {
  display: none;
  max-width: 200px;
  padding: .77rem .91rem;
  font-family: 
  
    'Lexend Deca', sans-serif
  
;
  font-weight: normal;
  font-style: normal;
  font-size: .82rem;
  line-height: 1.28;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 5;
}

.ttip[style*="position"] {
  display: block;
}

/* Block */

.ttip--block {
  max-width: none;
  width: 200px;
  text-align: left;
  white-space: normal;
  text-overflow: clip;
}

/* On hover */

.ttip--on-hover {
  visibility: hidden;
  pointer-events: none;
}

*:hover > .ttip--on-hover {
  visibility: visible;
  pointer-events: auto;
  animation: .2s ease-in-out forwards fadeIn;
}

/* Background */

.ttip::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: -1;
  border-radius: 4px;
}

/* Caret */

.ttip::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: -2;
  background: inherit;
}

.ttip[data-popper-placement="top-start"]::after {
  bottom: 4px;
  left: 10px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.ttip[data-popper-placement="top"]::after {
  bottom: 6px;
  left: 50%;
  margin-left: -6px;
  transform: rotate(45deg);
  border-radius: 2px;
}

.ttip[data-popper-placement="top-end"]::after {
  bottom: 4px;
  right: 10px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.ttip[data-popper-placement="bottom-start"]::after {
  top: 4px;
  left: 10px;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
}

.ttip[data-popper-placement="bottom"]::after {
  top: 6px;
  left: 50%;
  margin-left: -6px;
  transform: rotate(45deg);
  border-radius: 2px;
}

.ttip[data-popper-placement="bottom-end"]::after {
  top: 4px;
  right: 10px;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.ttip[data-popper-placement="left-start"]::after {
  top: 10px;
  right: 4px;
  clip-path: polygon(0 100%, 100% 0, 0 0);
}

.ttip[data-popper-placement="left"]::after {
  top: 50%;
  right: 6px;
  margin-top: -6px;
  transform: rotate(45deg);
  border-radius: 2px;
}

.ttip[data-popper-placement="left-end"]::after {
  bottom: 10px;
  right: 4px;
  clip-path: polygon(0 100%, 100% 100%, 0 0);
}

.ttip[data-popper-placement="right-start"]::after {
  top: 10px;
  left: 4px;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.ttip[data-popper-placement="right"]::after {
  top: 50%;
  left: 6px;
  margin-top: -6px;
  transform: rotate(45deg);
  border-radius: 2px;
}

.ttip[data-popper-placement="right-end"]::after {
  bottom: 10px;
  left: 4px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

/* Accent */

.ttip--accent {
  color: #fff;
}

.ttip--accent::before,
.ttip--accent::after {
  background: #FDC318;
}

.ttip--accent::before {
  box-shadow: 0px 8px 16px rgba(253, 195, 24, 0.2), 0px 4px 8px rgba(253, 195, 24, 0.2);
}

/* Dark */

.ttip--dark {
  color: #fff;
}

.ttip--dark::before,
.ttip--dark::after {
  background: #003040;
}

.ttip--dark::before {
  box-shadow: 0px 8px 16px rgba(0, 48, 64, 0.05), 0px 4px 8px rgba(0, 48, 64, 0.05);
}

/* White */

.ttip--white {
  color: #003040;
}

.ttip--white::before,
.ttip--white::after {
  background: #fff;
}

/* White accent */

.ttip--white-accent {
  color: #FDC318;
}

.ttip--white-accent::before,
.ttip--white-accent::after {
  background: #fff;
}
/* Base */

.badge {
  display: inline-block;
  font-family: 
  
    'Lexend Deca', sans-serif
  
;
  font-weight: normal;
  font-style: normal;
  line-height: 1.28;
  text-transform: uppercase;
  vertical-align: middle;
}

.badge,
.badge:hover {
  text-decoration: none;
}

/* Lowercase */

.badge--lowercase {
  text-transform: none;
}

/* Small */

.badge--small {
  padding: .11rem .22rem;
  border-radius: 3px;
  font-size: .46rem;
}

.badge--small.badge--lowercase {
  font-size: .72rem;
}

/* Medium */

.badge--medium {
  padding: .18rem 0.36rem;
  border-radius: 3px;
  font-size: .6rem;
}

.badge--medium.badge--lowercase {
  font-size: .78rem;
}

/* Large */

.badge--large {
  padding: .22rem .44rem;
  border-radius: 4px;
  font-size: .73rem;
}

.badge--large.badge--lowercase {
  font-size: .89rem;
}

/* Pill */

.badge--pill {
  border-radius: 99px;
}

/* Accent */

.badge--accent {
  background: linear-gradient(111.02deg, #FDC318 0%, #EB5C24 100%);
  color: #fff;
}

.badge--accent:hover {
  color: #fff;
}

/* Dark */

.badge--dark {
  background: #003040;
  color: #fff;
}

.badge--dark:hover {
  color: #fff;
}

/* White */

.badge--white {
  background: #fff;
  color: #003040;
}

.badge--white:hover {
  color: #003040;
}

/* Ghost */

.badge--ghost {
  background: rgba(255, 255, 255, .2);
  color: #fff;
  
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  
}

.badge--ghost:hover {
  color: #fff;
}
/* ==========================================================================
   Base
   ========================================================================== */

/* Reset input list */

.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Make spacing consistent */

.field > .input {
  margin-top: .28rem;
}

.hs-form fieldset {
  max-width: none !important;
}

.hs-form .input {
  margin-right: 0 !important;
}

.form-columns-2,
.form-columns-3 {
  margin: 0 -12.0px !important;
}

.form-columns-2 > .hs-form-field,
.form-columns-3 > .hs-form-field,
.form-columns-2 .hs-dependent-field .hs-form-field,
.form-columns-3 .hs-dependent-field .hs-form-field {
  padding: 0 12.0px;
  float: left;
}

.form-columns-3 > .hs-form-field,
.form-columns-3 .hs-dependent-field .hs-form-field {
  width: 33.3333% !important;
}

@media (max-width: 667px) {
  .form-columns-3 > .hs-form-field,
  .form-columns-3 .hs-dependent-field .hs-form-field {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .form-columns-2 > .hs-form-field,
  .form-columns-3 > .hs-form-field {
    width: 100% !important;
  }
}

.hs-form-field,
.hs-richtext,
.legal-consent-container p,
.legal-consent-container ul {
  margin-bottom: 24px;
}

.legal-consent-container .hs-form-field {
  margin-bottom: 0 !important;
}

body .legal-consent-container .hs-form-booleancheckbox-display input {
  float: none;
}

body .legal-consent-container .hs-form-booleancheckbox-display > span {
  display: inline;
}

/* Hide empty form title */

.form-title:empty,
.hs-form h3:empty {
  display: none;
}

/* Global input styles */

.hs-input,
#hs-pwd-widget-password {
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  transition: .2s ease-in-out;
}

/* Placeholders */

.hs-input::placeholder,
#hs-pwd-widget-password::placeholder {
  color: #003040;
  opacity: 1;
}

/* Make other HubSpot forms consistent with the rest.
`!important` necessary to override inline styles. */

/* email_simple_subscription */

#email-prefs-form .hs-input {
  padding: 0.91rem .91rem !important;
  font-size: 1rem !important;
}

#email-prefs-form h3 {
  font-weight: 700 !important;
}

#email-prefs-form h3 + div {
  padding-bottom: 24px !important;
}

/* password_prompt */

#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 24px;
}

/* Checkbox and radio field stucture */

.hs-form .multi-container {
  margin-top: .28rem;
}

.hs-form .multi-container li + li {
  margin-top: .11rem;
}

.hs-form-checkbox-display,
.hs-form-radio-display,
.hs-form-booleancheckbox-display {
  font-family: 
  
    'Inter', sans-serif
  
;
  font-weight: normal;
  font-style: normal;
}

.hs-input[type='checkbox'] + *,
.hs-input[type='radio'] + * {
  display: inline;
  float: none;
  margin-left: 0 !important;
  vertical-align: middle;
}

/* Labels & text */

.hs-form legend {
  color: inherit;
}

.hs-form-field > label {
  color: #003040;
}

.txt--dark .hs-form-field > label {
  color: #fff;
}

/* ==========================================================================
   Inputs
   ========================================================================== */

/* Default state
   ========================================================================== */

.hs-input,
#hs-pwd-widget-password {
  display: block;
  width: 100% !important;
  padding: 0.91rem .91rem;
  background-color: #fff;
  border: 1px solid #003040;
  border-radius: 8px;
  box-shadow: 0px 8px 16px rgba(0, 48, 64, 0.05), 0px 4px 8px rgba(0, 48, 64, 0.05);
  color: #003040;
  font-family: 
  
    'Inter', sans-serif
  
;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: 1.56;
}

/* Fixes issue with the new double-field phone number,
   where the 'input' class is now applied to the DIV instead of the input */

div.hs-input {
  box-shadow: none !important;
}

textarea.hs-input {
  height: 130px;
  border-radius: 8px;
}

select.hs-input {
  padding-inline-end: 38px;
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path fill=\"%23003040\" d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>");
  background-size: 7.5px 12px;
  background-position: center right 20px;
  background-repeat: no-repeat;
}



.hs-input[type='checkbox'],
.hs-input[type='radio'] {
  display: inline-block;
  width: 20px !important;
  height: 20px;
  margin: 0;
  margin-inline-end: .56rem;
  padding: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #001c2c;
  border-radius: 3px;
  box-shadow: none;
  cursor: pointer;
  vertical-align: middle;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: normal;
}

.hs-input[type='checkbox'] {
  background-size: 12px 12px;
}

.hs-input[type='radio'] {
  background-size: 10px 10px;
  border-radius: 100%;
}

/* Hover state
   ========================================================================== */

.hs-input:hover,
#hs-pwd-widget-password:hover {
  box-shadow: 0 0 0 8px rgba(0, 48, 64, .4);
}

.hs-input[type='checkbox']:hover,
.hs-input[type='radio']:hover {
  box-shadow: 0 0 0 8px rgba(0, 48, 64, .4);
}

/* Focus state
   ========================================================================== */

.hs-input:focus,
#hs-pwd-widget-password:focus {
  border-color: #FDC318;
  box-shadow: 0 0 0 4px rgba(253, 195, 24, .15), 0 0 0 1px #FDC318 inset;
}

.hs-input[type='checkbox']:focus,
.hs-input[type='radio']:focus {
  border-color: #FDC318;
  box-shadow: 0 0 0 4px rgba(253, 195, 24, .2);
}

/* Error state
   ========================================================================== */

.hs-input.error {
  border-color: #FDC318;
  box-shadow: 0 0 0 4px rgba(253, 195, 24, .2), 0 0 0 1px #FDC318 inset;
}

/* Checked state
   ========================================================================== */

.hs-input[type='checkbox']:checked,
.hs-input[type='radio']:checked {
  background-color: #FDC318;
  border-color: transparent;
}

.hs-input[type='checkbox']:checked {
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%23fff\" d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>");
}

.hs-input[type='radio']:checked {
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%23fff\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>");
}

/* ==========================================================================
   Date fields
   ========================================================================== */

/* Inputs
   ========================================================================== */

.hs-input[type='date'],
.hs-input[type='datetime-local'],
.hs-input[type='month'],
.hs-input[type='week'],
.hs-dateinput .hs-input {
  padding-inline-start: 2.56rem !important;
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"%23003040\" d=\"M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"></path></svg>");
  background-position: 1.11rem center;
  background-repeat: no-repeat;
  background-size: .78rem .89rem;
}



/* Date-picker widget
   ========================================================================== */

body .fn-date-picker.pika-single {
  color: inherit;
  font: inherit;
}

body .fn-date-picker.pika-single.is-bound {
  background: #fff;
  border: 1px solid #003040;
  border-radius: 5px;
  box-shadow: 0px 16px 32px rgba(0, 48, 64, 0.05), 0px 8px 16px rgba(0, 48, 64, 0.05);
  color: #003040;
}

body .fn-date-picker .pika-label {
  background-color: inherit;
  font: inherit;
}

body .fn-date-picker .pika-button {
  background: #FAFAFA;
  color: #003040;
  font-family: inherit;
  box-shadow: none !important;
}

body .fn-date-picker .is-today .pika-button {
  color: #FDC318;
  font-weight: inherit;
}

body .fn-date-picker .pika-button:hover,
body .fn-date-picker .is-selected .pika-button {
  background: linear-gradient(111.02deg, #FDC318 0%, #EB5C24 100%) !important;
  color: #fff;
  font-weight: inherit;
}

body .fn-date-picker .pika-table th {
  color: #003040;
  font-weight: inherit;
  font-family: inherit;
}

body .fn-date-picker .pika-next,
body .fn-date-picker .pika-prev {
  background: none !important;
  color: inherit !important;
  text-indent: 0 !important;
  font-size: 0;
  line-height: 0;
}

body .fn-date-picker .pika-prev:before {
  content: "‹";
  font-size: 14px;
}

body .fn-date-picker .pika-next:before {
  content: "›";
  font-size: 14px;
}



/* ==========================================================================
   File fields
   ========================================================================== */

/* File input
   ========================================================================== */

.hs-input[type='file'] {
  padding-inline-end: 2.56rem !important;
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%23003040\" d=\"M296 384h-80c-13.3 0-24-10.7-24-24V192h-87.7c-17.8 0-26.7-21.5-14.1-34.1L242.3 5.7c7.5-7.5 19.8-7.5 27.3 0l152.2 152.2c12.6 12.6 3.7 34.1-14.1 34.1H320v168c0 13.3-10.7 24-24 24zm216-8v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h136v8c0 30.9 25.1 56 56 56h80c30.9 0 56-25.1 56-56v-8h136c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"></path></svg>");
  background-position: center right 1.11rem;
  background-repeat: no-repeat;
  background-size: .89rem .89rem;
  cursor: pointer;
}



/* File button
   ========================================================================== */

.hs-input[type='file']::-webkit-file-upload-button {
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 1.67rem;
  background: #FAFAFA;
  border: 1px solid #003040;
  border-radius: 4px;
  color: #003040;
  font-family: 
  
    'Inter', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
  font-size: 0.89rem;
  cursor: pointer;
}

.hs-input[type='file']::-webkit-file-upload-button:hover {
  background: none;
}

/* ==========================================================================
   Errors
   ========================================================================== */

.hs-error-msg {
  display: inline-block;
  padding: .23rem .46rem;
  margin-top: -.23rem;
  margin-left: .56rem;
  margin-right: .56rem;;
  vertical-align: top;
  background: linear-gradient(111.02deg, #FDC318 0%, #EB5C24 100%);
  border-radius: 4px;
  color: #fff;
  font-size: 0.89rem;
  line-height: 1.1;
}

.hs-fieldtype-checkbox .hs-error-msg,
.hs-fieldtype-radio .hs-error-msg,
.hs-fieldtype-booleancheckbox .hs-error-msg {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.hs_error_rollup {
  color: #003040;
  font-family: 
  
    'Inter', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
  line-height: 1.56;
  margin-bottom: 24px;
}

body .legal-consent-container .hs-error-msgs label {
  color: #fff;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.hs-button {
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: none;
  font-family: 
  
    'Lexend Deca', sans-serif
  
;
  font-weight: normal;
  font-style: normal;
  line-height: 1.56;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transform: scale(1); /* required for the ripple effect, otherwise it won't show on :focus */
  transition: box-shadow, background-image, background-color, color, transform;
  transition-duration: .1s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background: #003040;
  color: #fff;
  padding: 0.91rem 1.36rem;
  border-radius: 999px;
  font-size: 1rem;
}

.hs-button:not(:focus-visible) {
  outline: none;
}

form .hs-button {
  background: linear-gradient(111.02deg, #FDC318 0%, #EB5C24 100%);
}

.hs-button:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(1.07, 1.07);
}

.hs-button:active {
  transform: scale(.93, .93);
  transition-duration: 0.05s;
}

.hs-button:focus:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(253, 195, 24, .15);
}

.hs-button::after { /* ripple effect */
  content: '';
  display: block;
  width: 2.22rem;
  height: 2.22rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.11rem;
  margin-left: -1.11rem;
  z-index: -1;
  background: currentColor;
  border-radius: 20px;
  color: inherit;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}

.hs-button:focus::after {
  animation: .5s ease-in-out btn_ripple;
  animation-fill-mode: forwards;
}
/* Base */

.hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hs-menu-wrapper li {
  position: relative;
}

.hs-menu-wrapper a {
  display: block;
  position: relative;
  color: #003040;
  text-decoration: none;
  transition: .2s ease-in-out;
}

/* Flyouts */

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  display: none;
  width: 220px;
  padding: .46rem 0;
  position: absolute;
  z-index: 1;
  background: #fff;
  box-shadow: 0px 32px 64px rgba(0, 48, 64, 0.05), 0px 16px 32px rgba(0, 48, 64, 0.05);
  border-radius: 8px;
}

.hs-menu-wrapper.flyouts li:hover > .hs-menu-children-wrapper {
  display: block;
  animation: .2s ease-in-out forwards uiPop;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper > li > a {
  padding: .46rem .91rem;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper > li:not(:first-child) > a {
  border-top: 1px solid #003040;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper > li:hover > a {
  background-color: #FAFAFA;
}

/* Top level */

.hs-menu-flow-horizontal > ul {
  display: inline-flex;
  flex-wrap: wrap;
}

.hs-menu-flow-horizontal.flyouts > ul {
  align-items: center;
}

.hs-menu-flow-horizontal.flyouts > ul > li:not(:last-child) {
  margin-right: 2rem;
}

.hs-menu-flow-horizontal.flyouts > ul > li > a {
  padding-top: .46rem;
  padding-bottom: .46rem;
}

.hs-menu-flow-horizontal.flyouts > ul > li > a::before {
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 3px;
  background: linear-gradient(111.02deg, #FDC318 0%, #EB5C24 100%);
  opacity: 0;
  transform: scale(.2,1) translateY(2px);
  transition: .3s ease-out;
}

.hs-menu-flow-horizontal.flyouts > ul > li:hover > a::before,
.hs-menu-flow-horizontal.flyouts > ul > li > a[aria-expanded="true"]::before {
  transform: none;
  opacity: 1;
}

/* All sub-levels */

.hs-menu-wrapper ul ul a {
  font-size: .9rem;
}

/* 2nd level */

.hs-menu-flow-horizontal.flyouts > ul > li > ul {
  top: 100%;
  margin-left: -.91rem;
}

/* 3rd level */

.hs-menu-flow-horizontal.flyouts ul ul ul,
.hs-menu-flow-vertical.flyouts ul ul {
  top: 0;
  left: 100%;
  margin-top: -.46rem;
}
.lightbox-open {
  overflow: hidden;
}

#bp_caption,
#bp_container {
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  opacity: 0;
}

#bp_container > *,
#bp_loader {
  position: absolute;
  right: 0;
  z-index: 10;
}

#bp_container,
#bp_caption,
#bp_container svg {
  pointer-events: none;
}

#bp_container {
  top: 0;
  z-index: 99999999999;
  background: rgba(0, 48, 64, .9);
  opacity: 0;
  transition: .35s opacity;
}

#bp_loader {
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  cursor: wait;
  background: none;
  z-index: 9;
}

#bp_loader svg {
  width: 50%;
  max-width: 300px;
  max-height: 50%;
  margin: auto;
  animation: bpturn 1s infinite linear;
}

#bp_aud,
#bp_container img,
#bp_sv,
#bp_vid {
  user-select: none;
  max-height: 96%;
  max-width: 96%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: auto;
  box-shadow: 0px 32px 64px rgba(0, 48, 64, 0.05), 0px 16px 32px rgba(0, 48, 64, 0.05);
  border-radius: 12px;
}

#bp_sv iframe {
  border-radius: 12px;
}

#bp_sv {
  background: #003040;
}

#bp_sv svg {
  width: 66px;
}

#bp_caption {
  font-size: 1rem;
  padding: 24px;
  background: #003040;
  color: #fff;
  text-align: center;
  transition: .2s opacity;
}

#bp_aud {
  width: 650px;
  top: calc(50% - 20px);
  bottom: auto;
  box-shadow: none;
}

#bp_count {
  left: 0;
  right: auto;
  padding: 12px;
  color: #fff;
  font-size: .9rem;
  cursor: default;
}



#bp_container button {
  position: absolute;
  border: 0;
  outline: 0;
  background: 0;
  cursor: pointer;
  transition: all .1s;
}

#bp_container .bp-x {
  padding: 0;
  height: 41px;
  width: 41px;
  border-radius: 100%;
  top: 8px;
  right: 14px;
  opacity: .8;
  line-height: 1;
  background: #003040;
  color: #fff;
}

.bp-x svg,
.bp-xc svg {
  height: 20px;
  width: 20px;
  vertical-align: top;
  transition: .2s ease-in-out;
}

#bp_container .bp-x:hover svg,
#bp_container .bp-xc:hover svg {
  transform: scale(1.1);
}

#bp_container .bp-xc {
  left: 2%;
  bottom: 100%;
  padding: .6rem .8rem;
  background: #003040;
  color: #fff;
  border-radius: 5px 5px 0 0;
}



.bp-lr {
  top: 50%;
  transform: translateX(-50%);
  width: 40px;
  background: 0;
  border: 0;
  color: #fff;
  line-height: 0;
  transition: opacity .1s;
}

#bp_container .bp-lrl {
  left: 24px;
}

#bp_container .bp-lrr {
  right: 24px;
}



.bp-lr svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.33rem;
  height: 1.33rem;
  transition: .2s ease-in-out;
}

.bp-lr:hover svg {
  transform: scale(1.2);
}

@keyframes bpf {
  50% {
    transform: translatex(15px);
  }

  100% {
    transform: none;
  }
}

@keyframes bpl {
  50% {
    transform: translatex(-15px);
  }

  100% {
    transform: none;
  }
}

@keyframes bpfl {
  0% {
    opacity: 0;
    transform: translatex(70px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes bpfr {
  0% {
    opacity: 0;
    transform: translatex(-70px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes bpfol {
  0% {
    opacity: 1;
    transform: none;
  }

  100% {
    opacity: 0;
    transform: translatex(-70px);
  }
}

@keyframes bpfor {
  0% {
    opacity: 1;
    transform: none;
  }

  100% {
    opacity: 0;
    transform: translatex(70px);
  }
}

@keyframes bpturn {
  0% {
    transform: none;
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  .bp-lr {
    font-size: 15vw;
  }
}


@keyframes reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes revealUp {
  from {
    opacity: 0;
    translate: 0 40px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes revealDown {
  from {
    opacity: 0;
    translate: 0 -40px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes revealLeft {
  from {
    opacity: 0;
    translate: 40px 0;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes revealRight {
  from {
    opacity: 0;
    translate: -40px 0;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes revealZoom {
  from {
    opacity: 0;
    scale: .9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

.reveal {
  opacity: 0;
}

.reveal--done {
  animation-duration: 500ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.reveal--done:not([class^="reveal--animation-"]) {
  animation-name: reveal;
}

.reveal--zoom.reveal--done {
  animation-name: revealZoom;
}

.reveal--up.reveal--done {
  animation-name: revealUp;
}

.reveal--down.reveal--done {
  animation-name: revealDown;
}

.reveal--left.reveal--done {
  animation-name: revealLeft;
}

.reveal--right.reveal--done {
  animation-name: revealRight;
}

.hs-inline-edit .reveal {
  opacity: 1;
  visibility: visible;
  animation: none;
}


/* CSS Variables */

:root {
  --nav-level-1-gap: 2rem;
  --nav-level-1-arrow-spacing: 22px;
  --nav-level-1-arrow-size: 16px;
  --nav-flyout-width: 220px;
  --nav-flyout-border-width: 1px;
  --nav-flyout-padding-block: 10px;
  --nav-flyout-padding-inline: 0px;
  --nav-flyout-link-padding-block: 0.56rem;
  --nav-flyout-link-padding-inline: 1.11rem;
}

/* Animation */

@keyframes navbarFlyout {
  from {
    opacity: 0;
    transform: scale(.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Base */

.nav {
  position: relative;
}

.nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav__item {
  position: relative;
}

.nav__link {
  display: block;
  padding-top: .56rem;
  padding-bottom: .56rem;
  position: relative;
  text-decoration: none;
}

.nav__link:hover {
  text-decoration: none;
}

/* Top level */

.nav__list--level1 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.nav__list--level1 > li:not(:last-child) {
  margin-inline-end: var(--nav-level-1-gap);
}

.nav--arrows .nav__list--level1 > li:not(:last-child) {
  margin-inline-end: calc(var(--nav-level-1-gap) - var(--nav-level-1-arrow-spacing) + var(--nav-level-1-arrow-size));
}

.nav__list--level1 > li > a::before {
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 3px;
  background: linear-gradient(111.02deg, #FDC318 0%, #EB5C24 100%);
  opacity: 0;
  transform: scale(.2,1) translateY(2px) translateZ(0);
  transition: .3s ease-out;
}

.nav__list--level1 > li:hover > a::before,
.nav__list--level1 > .nav__item--expanded > a::before,
.nav__list--level1 > .nav__item--active-branch > a::before,
.nav__list--level1 > .nav__item--active > a::before {
  transform: scale(1,1) translateY(0) translateZ(0);
  opacity: 1;
}

.nav__list--level1 > li > a:focus-visible {
  position: relative;
  z-index: 7;
}

.nav__list--level1 > li > a:focus-visible::before {
  content: unset;
}

.nav__item--mega-branch > a {
  position: relative;
}

.nav__mega-hover-extender {
  display: none;
  position: absolute;
  left: -30px;
  right: -30px;
  top: 100%;
  height: 100px;
}

.nav__item--mega-branch:hover > a:not(:focus-visible) .nav__mega-hover-extender {
  display: block;
}

.nav__link .badge {
  margin-inline-start: 4px;
}

/* Arrows */

.nav--arrows .nav__list--level1 > .nav__item--branch > a {
  padding-inline-end: var(--nav-level-1-arrow-spacing);
  background-position: right calc(50% + .056rem);
  background-repeat: no-repeat;
  background-size: var(--nav-level-1-arrow-size) auto;
}

.nav--arrows .nav__list--level1 > .nav__item--branch > a::before {
  right: var(--nav-level-1-arrow-spacing);
}



/* Menu drop-down */

.nav__list--flyout {
  display: none;
  width: var(--nav-flyout-width);
  padding: var(--nav-flyout-padding-block) var(--nav-flyout-padding-inline);
  position: absolute;
  z-index: 6;
  box-shadow: 0px 32px 64px rgba(0, 48, 64, 0.05), 0px 16px 32px rgba(0, 48, 64, 0.05);
  border-radius: 8px;
}

.nav__list--level2 li:hover > .nav__list--flyout,
.nav__list--level2 li:has(:focus-visible) > .nav__list--flyout,
.nav--on-hover li:hover > .nav__list--flyout,
.nav--on-hover li:has(:focus-visible) > .nav__list--flyout,
.nav--on-hover .nav__item--expanded > .nav__list--flyout,
.nav--on-click .nav__item--expanded > .nav__list--flyout {
  display: block;
  animation: .2s ease-in-out forwards uiPop;
}

.nav__list--level2 li:has(:focus-visible) > .nav__list--flyout,
.nav--on-hover li:has(:focus-visible) > .nav__list--flyout {
  animation: none;
}

.nav__list--flyout a {
  padding: var(--nav-flyout-link-padding-block) var(--nav-flyout-link-padding-inline);
  font-size: .89rem;
}

.nav__list--flyout .nav__link {
  outline-offset: -2px;
}

.nav__list--flyout li:not(:first-child) > a {
  border-top: var(--nav-flyout-border-width) solid;
}

.nav__list--flyout .nav__item--active-branch > a,
.nav__list--flyout .nav__item--active > a {
  font-family: 
  
    'Inter', sans-serif
  
;
  font-style: normal;
  font-weight: 700;
}

.nav__list--flyout .nav__item--active-branch > a:before,
.nav__list--flyout .nav__item--active > a:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: .44rem;
  top: 50%;
  margin-top: -2px;
  background: linear-gradient(111.02deg, #FDC318 0%, #EB5C24 100%);
  border-radius: 4px;
}



.nav__list--level2 {
  top: 100%;
  margin-inline-start: calc(-1 * (var(--nav-flyout-padding-inline) + var(--nav-flyout-link-padding-inline)));
}

.nav__list--level3,
.nav__list--level3 .nav__list--flyout {
  top: 0;
  left: 100%;
  margin-top: calc(-1 * var(--nav-flyout-padding-block) + var(--nav-flyout-border-width));
}

.nav__list--level2 > .nav__item:first-child > .nav__list--flyout {
  margin-top: calc(-1 * var(--nav-flyout-padding-block));
}



/* Mega menu > Top level */

.nav__item--mega-branch {
  position: static;
}

.nav__item--mega-branch-width-custom {
  position: relative;
}

.header .header__section .header__center:has(.nav--full-width-mega) {
  position: static;
}

/* Mega menu > Wrapper */

.nav__mega {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 6;
  padding: calc(var(--layout-gutter) * 1.8) var(--layout-gutter);
  max-height: calc(100vh - var(--scroll-offset));
  overflow-y: auto;
  box-shadow: 0px 32px 64px rgba(0, 48, 64, 0.05), 0px 16px 32px rgba(0, 48, 64, 0.05);
  border-radius: 8px;
  transform-origin: center top;
}

.nav__mega--width-custom {
  left: 50%;
  right: auto;
}

.nav__mega--position-left {
  left: calc(var(--layout-gutter) * -2);
}

.nav__mega--position-right {
  left: auto;
  right: calc(var(--layout-gutter) * -2);
}

.nav__mega--position-custom-right {
  left: auto;
}

.nav--full-width-mega .nav__mega:not(.nav__mega--width-custom) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  clip-path: inset(0 -64px -64px); /* 64px is the size of the default large_shadow's blur */
}

.nav__mega--custom-padding > .container {
  padding: calc(var(--layout-gutter) / 2);
}

.nav--on-hover.nav--full-width-mega li:hover > .nav__mega:not(.nav__mega--width-custom),
.nav--on-hover.nav--full-width-mega .nav__item--expanded > .nav__mega:not(.nav__mega--width-custom),
.nav--on-click.nav--full-width-mega .nav__item--expanded > .nav__mega:not(.nav__mega--width-custom) {
  display: flex;
  animation-name: fadeIn;
}

.nav--on-hover li:hover > .nav__mega,
.nav--on-hover .nav__item--expanded > .nav__mega,
.nav--on-click .nav__item--expanded > .nav__mega {
  display: flex;
  animation: .2s ease-in-out forwards navbarFlyout;
}

.hs-inline-edit .nav__mega {
  display: none;
}

.hs-inline-edit .nav--on-hover li:hover > .nav__mega {
  display: block;
}

/* Mega menu > Columns */

.nav__mega-cols {
  display: flex;
  flex-wrap: wrap;
}

/* Mega menu > Rich text columns (legacy) */

.nav__mega-col {
  margin-block: var(--layout-gutter);
}

.nav__mega--col-no-space .nav__mega-col {
  margin-block: 0;
}

.nav__mega-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav__mega-col ul a {
  display: block;
  margin-bottom: 1.11rem;
  position: relative;
  text-decoration: none;
}

.nav__mega-col ul ul {
  font-size: 0.89rem;
}

.nav__mega-col ul ul a {
  margin-bottom: 0;
  padding-bottom: .56rem;
  font-size: .88rem;
  border-bottom: none;
}

/* Mega menu > Multiple items */

.nav__mega-column {
  --nav-mega-icon-padding: 4px;
  max-width: 100%;
  margin-bottom: var(--layout-gutter);
}

.nav__mega--col-no-space .nav__mega-column {
  margin-bottom: 0;
}

.nav__mega-item + .nav__mega-item {
  margin-top: 4px;
}

/* Mega menu > Multiple items > Regular */

.nav__mega-item-regular-link {
  display: block;
  border-radius: 6px;
  color: inherit;
  text-decoration: none;
  transition: .1s;
}

.nav__mega-item-regular-link:last-child {
  margin-bottom: 0;
}

.nav__mega-item-regular-link:hover {
  color: inherit;
  text-decoration: none;
}

.nav__mega-item-regular-contents {
  display: flex;
  padding: calc(var(--layout-gutter) / 3) calc(var(--layout-gutter) / 2);
}

.nav__mega-item-regular-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  width: calc(var(--nav-mega-icon-size) + (var(--nav-mega-icon-padding) * 2));
  height: calc(var(--nav-mega-icon-size) + (var(--nav-mega-icon-padding) * 2));
  padding: var(--nav-mega-icon-padding);
}

.nav__mega-item-regular-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav__mega-item-regular-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: calc(var(--layout-gutter) / 3);
}

/* Mega menu > Multiple items > Title */

.nav__mega-item--title {
  padding-inline: calc(var(--layout-gutter) / 2 + var(--nav-mega-icon-padding) * 2);
}

.nav__mega-item--title-element {
  margin-bottom: calc(var(--layout-gutter) / 2);
}

/* Light scheme */

.nav--light .nav__link,
.nav--light .nav__link:hover,
.nav--light .nav__mega-col ul a {
  color: #003040;
}

.nav--light .nav__list--level1 > li > a::before {
  background: linear-gradient(111.02deg, #FDC318 0%, #EB5C24 100%);
}

.nav--light .nav__list--flyout,
.nav--light .nav__mega {
  background-color: #fff;
}

.nav--light .nav__list--flyout li:not(:first-child) > a {
  border-top-color: #003040;
}

.nav--light .nav__list--flyout li:hover > a,
.nav--light .nav__list--flyout .nav__item--active-branch > a,
.nav--light .nav__list--flyout .nav__item--active > a {
  background-color: #FAFAFA;
  color: #003040;
}

.nav--light .nav__mega-col ul ul a {
  color: #003040;
}

.nav--light .nav__mega-col ul a:hover,
.nav--light .nav__mega-col ul ul a:hover {
  color: #FDC318;
}

.nav--light .nav__mega-item-regular-link:hover,
.nav--light .nav__mega-column:not(.nav__mega-column--disable-active-styling) .nav__mega-active-link {
  background: #FAFAFA;
}

.nav--light.nav--arrows .nav__list--level1 > .nav__item--branch > a {
  background-image: url("data:image/svg+xml, <svg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'><path d='M3.60311 4.14644C3.40785 4.34171 3.40785 4.65829 3.60311 4.85356L6.60312 7.85355C6.79837 8.0488 7.11497 8.0488 7.31022 7.85355L10.3102 4.85356C10.5055 4.65829 10.5055 4.34171 10.3102 4.14644C10.115 3.95119 9.79837 3.95119 9.60312 4.14644L6.95667 6.7929L4.31022 4.14644C4.11496 3.95119 3.79838 3.95119 3.60311 4.14644Z' fill='%23003040'></path></svg>");
}

/* Dark scheme */

.nav--dark .nav__link,
.nav--dark .nav__link:hover,
.nav--dark .nav__mega-col ul a {
  color: #fff;
}

.nav--dark .nav__list--level1 > li > a::before {
  background: linear-gradient(111.02deg, #FDC318 0%, #EB5C24 100%);
}

.nav--dark .nav__list--flyout,
.nav--dark .nav__mega {
  background-color: #003040;
}

.nav--dark .nav__list--flyout li:not(:first-child) > a {
  border-top-color: rgba(255, 255, 255, .2);
}

.nav--dark .nav__list--flyout li:hover > a,
.nav--dark .nav__list--flyout .nav__item--active-branch > a,
.nav--dark .nav__list--flyout .nav__item--active > a {
  background-color: rgba(255, 255, 255, .1);
  color: #fff;
}

.nav--dark .nav__mega-col ul ul a {
  color: rgba(255, 255, 255, 1.00);
}

.nav--dark .nav__mega-col ul a:hover,
.nav--dark .nav__mega-col ul ul a:hover {
  color: #FDC318;
}

.nav--dark .nav__mega-item-regular-link:hover,
.nav--dark .nav__mega-active-link {
  background: rgba(255, 255, 255, .1);
}

.nav--dark.nav--arrows .nav__list--level1 > .nav__item--branch > a {
  background-image: url("data:image/svg+xml, <svg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'><path d='M3.60311 4.14644C3.40785 4.34171 3.40785 4.65829 3.60311 4.85356L6.60312 7.85355C6.79837 8.0488 7.11497 8.0488 7.31022 7.85355L10.3102 4.85356C10.5055 4.65829 10.5055 4.34171 10.3102 4.14644C10.115 3.95119 9.79837 3.95119 9.60312 4.14644L6.95667 6.7929L4.31022 4.14644C4.11496 3.95119 3.79838 3.95119 3.60311 4.14644Z' fill='%23ffffff' fill-opacity='1.00'></path></svg>");
}

/* Fixes a Mega Menu position issue in the page editor */

.header__nav .inpage-editor-active-field,
.header__nav .inpage-editor-highlight-field {
  position: static !important;
}

/* Extra flyout designs */

/* Without borders */

.nav__list--flyout-wo-borders {
  --nav-flyout-padding-block: 0.44rem;
  --nav-flyout-padding-inline: 0.44rem;
  --nav-flyout-border-width: 0px;
  --nav-flyout-link-padding-block: 0.54rem;
  --nav-flyout-link-padding-inline: 0.57rem;
}

.nav__list--flyout-wo-borders .nav__item + .nav__item {
  margin-top: 2px;
}

.nav__list--flyout-wo-borders .nav__link {
  border-radius: 5px;
}

/* Compact */

.nav__list--flyout-compact {
  --nav-flyout-padding-block: 1.5rem;
  --nav-flyout-padding-inline: 1rem;
  --nav-flyout-border-width: 0px;
  --nav-flyout-link-padding-block: 0.25rem;
  --nav-flyout-link-padding-inline: 0.5rem;
}

.nav__list--flyout-compact a {
  border-radius: 4px;
}

.nav__list--flyout-compact .nav__item + .nav__item {
  margin-top: 2px;
}

/* Hover extenders */

/* Top left hover extender */

.nav--hover-extenders .nav__item:hover .nav__top-left-hover-extender {
  visibility: visible !important;
  right: calc(100% - 2px);
  width: 1rem;
  max-width: none;
  height: 50%;
  bottom: 0;
  pointer-events: none;
  z-index: 7;
}

.nav--hover-extenders .nav__item:hover .nav__top-left-hover-extender path {
  pointer-events: fill;
}

/* Top right hover extender */

.nav--hover-extenders .nav__item:hover .nav__top-right-hover-extender {
  visibility: visible !important;
  left: calc(100% - 2px);
  width: 3rem;
  max-width: none;
  height: 50%;
  bottom: 0;
  pointer-events: none;
  z-index: 7;
}

.nav--hover-extenders .nav__item:hover .nav__top-right-hover-extender path {
  pointer-events: fill;
}

/* Right hover extender */

.nav--hover-extenders .nav__list--level2 .nav__item:hover > .nav__right-hover-extender {
  visibility: visible !important;
  right: 0;
  width: 80%;
  height: 112px;
  top: calc(100% - 2px);
  pointer-events: none;
  z-index: 7;
}

.nav--hover-extenders .nav__list--level2 .nav__item:hover > .nav__right-hover-extender path {
  pointer-events: fill;
}

/* Mega hover extender */

.nav--hover-extenders .nav__mega-hover-extender {
  display: none;
  position: absolute;
  left: -5rem;
  right: -5rem;
  top: 100%;
  height: 200%;
  cursor: default;
  z-index: 5;
}

.nav--hover-extenders .nav__item--mega-branch:hover .nav__top-left-hover-extender,
.nav--hover-extenders .nav__item--mega-branch:hover .nav__top-right-hover-extender {
  width: 5rem;
  height: 25%;
  top: 0;
  translate: 0 -100%;
}

.nav--hover-extenders .nav__item--mega-branch:hover .nav__top-left-hover-extender {
  left: 0;
}

.nav--hover-extenders .nav__item--mega-branch:hover .nav__top-right-hover-extender {
  left: auto;
  right: 0;
}


/* Body class when the popup is open */

.site-search-active {
  overflow: hidden;
}

/* Component */

.site-search {
  display: flex;
}

/* 'Open' icon */

.site-search__open {
  appearance: none;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
}

/* 'Close' icon */

.site-search__close {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 8;
  padding: 0;
  appearance: none;
  background: none;
  border: 0;
  opacity: 0;
  cursor: pointer;
}



.site-search__popup:not(.site-search__popup--active) .site-search__close {
  display: none;
}

.site-search__popup--active .site-search__close {
  animation: .2s ease-in-out forwards fadeIn .2s;
}

/* Popup */

.site-search__popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 7;
}

.site-search__popup:not(.site-search__popup--active) {
  display: none;
}

.site-search__popup--active {
  animation: .2s ease-in-out forwards fadeIn;
}

/* Top bar */

.site-search__bar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 24px 33vh;
}

.site-search__popup--form-submitted .site-search__bar {
  bottom: auto;
  padding-bottom: 24px;
  border-bottom: 1px solid;
}

/* Form */

.site-search__form {
  width: 600px;
  max-width: 100%;
  position: relative;
  transition: .2s ease-in-out;
}

.site-search__popup--form-submitted .site-search__form {
  width: 800px;
}

/* Input */

.site-search__input {
  display: block;
  width: 100% !important;
  padding: 0.91rem 0;
  padding-inline-start: 24px;
  padding-inline-end: 48px;
  border: 1px solid;
  border-radius: 999px;
  box-shadow: 0px 8px 16px rgba(0, 48, 64, 0.05), 0px 4px 8px rgba(0, 48, 64, 0.05);
  font-family: 
  
    'Inter', sans-serif
  
;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: 1.28;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  transition: .2s ease-in-out;
  opacity: 0;
}

.site-search__input:focus {
  box-shadow: 0px 16px 32px rgba(0, 48, 64, 0.05), 0px 8px 16px rgba(0, 48, 64, 0.05);
}

.site-search__popup:not(.site-search__popup--active) {
  display: none;
}

.site-search__popup--active .site-search__input {
  animation: .2s ease-in-out forwards siteSearchInput .2s;
}

@keyframes siteSearchInput {
  from {
    opacity: 0;
    transform: translateY(30px) scale(.7);
    transform-origin: center;
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* Submit */

.site-search__submit {
  padding: 0;
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -.55rem;
  background: none;
  border: none;
  line-height: 0;
  cursor: pointer;
  opacity: 0;
}

.site-search__submit:not(:focus-visible) {
  outline: none;
}



.site-search__popup--active .site-search__submit {
  animation: .2s ease-in-out forwards uiPop .4s;
}

.site-search__popup--active .site-search__submit:hover {
  transition: transform .2s ease-in-out;
  transform: scale(1.15, 1.15);
}

/* Error */

.site-search__error:not(.site-search__error--active) {
  display: none;
}

/* Results wrapper */

.site-search__results {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 0;
}

.site-search__results-block {
  max-width: 800px;
  margin: 0 auto;
  padding: 160px 0 96px;
}

.site-search__popup--form-submitted .site-search__results {
  display: block;
}

/* Result */

.site-search__result {
  display: flex;
  align-items: flex-start;
  padding: 24px;
  border-top: 1px solid;
  transition: .2s ease-in-out;
  animation: .2s ease-in-out forwards fadeIn;
}

.site-search__result:first-child {
  border-top: 0;
}

.site-search__result-thumb {
  flex: 0 0 40%;
  margin-inline-end: 24px;
}

.site-search__result-thumb-img {
  border-radius: 8px;
}

.site-search__result-text {
  width: 100%;
}

.site-search__result--has-thumb .site-search__result-text {
  width: auto;
  flex: 1;
}

@media (max-width: 1139px) {
  .site-search__result-thumb {
    flex: 0 0 30%;
  }
}

@media (max-width: 479px) {
  .site-search__result {
    flex-direction: column;
  }

  .site-search__result-thumb {
    flex: 1;
    margin-inline-end: 0;
    margin-bottom: 24px;
  }
}

.site-search__result-title {
  margin-bottom: .56rem;
}

.site-search__result-title a {
  color: inherit;
  text-decoration: none;
}

.site-search__result-title a:hover {
  color: inherit;
  text-decoration: underline;
}

.site-search__result .hs-search-highlight {
  color: #FDC318;
  font-weight: bold;
}

.site-search__result a:hover .hs-search-highlight {
  color: inherit;
}

/* 'More results' button */

.site-search__more {
  margin-top: 24px;
  margin-inline-start: 24px;
}

.site-search__more:not(.site-search__more--active) {
  display: none;
}

/* No results */

.site-search__results-zero {
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 940px) {

  .site-search__bar {
    padding-top: 12.0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .site-search__popup--form-submitted .site-search__bar {
    display: block;
    padding-bottom: 12.0px;
  }
  
  .site-search__popup--form-submitted .site-search__form {
    margin-inline-end: 48px;/* 1 */
    width: auto;
  }
  
  .site-search__popup--form-submitted .site-search__close {
    position: absolute;
    top: 50%;
    right: -48px;/* 1 */
    transform: translateY(-50%);
  }

  

  
  .site-search__results-block {
    max-width: 100%;
    padding: 127px 0 100px;
  }
}

/* Light scheme */

.site-search--light .site-search__open,
.site-search--light .site-search__open:hover,
.site-search--light .site-search__close,
.site-search--light .site-search__close:hover,
body .site-search .site-search__open--light,
body .site-search .site-search__open--light:hover {
  color: #003040;
}

.site-search--light .site-search__popup {
  background: rgba(255, 255, 255, 1);
}

.site-search--light .site-search__popup--form-submitted .site-search__bar {
  background-color: #fff;
  border-bottom-color: #003040;
}

.site-search--light .site-search__input {
  background-color: #fff;
  border-color: #003040;
  color: #003040;
}

.site-search--light .site-search__submit {
  color: #003040;
}

.site-search--light .site-search__result {
  border-top-color: #003040;
}

.site-search--light .site-search__result:hover {
  background: #FAFAFA;
}

.site-search--light .site-search__result-desc {
  color: #003040;
}

/* Dark scheme */

.site-search--dark .site-search__open,
.site-search--dark .site-search__open:hover,
.site-search--dark .site-search__close,
.site-search--dark .site-search__close:hover,
body .site-search .site-search__open--dark,
body .site-search .site-search__open--dark:hover {
  color: #fff;
}

.site-search--dark .site-search__popup {
  background: rgba(0, 48, 64, 1);
}

.site-search--dark .site-search__popup--form-submitted .site-search__bar {
  background-color: #003040;
  border-bottom-color: rgba(255, 255, 255, .2);
}

.site-search--dark .site-search__input {
  background-color: #003040;
  border-color: rgba(255, 255, 255, .2);
  color: rgba(255, 255, 255, 1.00);
}

.site-search--dark .site-search__submit {
  color: #fff;
}

.site-search--dark .site-search__result {
  border-top-color: rgba(255, 255, 255, .2);
}

.site-search--dark .site-search__result:hover {
  background: rgba(255, 255, 255, .1);
}

.site-search--dark .site-search__result-desc {
  color: rgba(255, 255, 255, 1.00);
}


/* Container */

.lang-select {
  display: flex;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

/* Button */

.lang-select__button {
  display: flex;
  align-items: center;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
  font-weight: inherit;
}

/* Label */

.lang-select__label {
  display: block;
  font-size: .82rem;
}

.lang-select--short-label .lang-select__label {
  text-transform: uppercase;
}

/* Icon */

.lang-select__icon {
  display: flex;
  margin-inline-start: 4px;
}

.lang-select--no-label .lang-select__icon {
  margin-inline-start: 0;
}

.lang-select__icon svg {
  width: 1.09rem;
  height: 1.09rem;
  fill: currentColor;
}

/* Arrow */

.lang-select__arrow {
  display: flex;
  margin-inline-start: .11rem;
}

.lang-select__arrow svg {
  width: .67rem;
  height: .67rem;
}

/* Nav */

.lang-select__nav {
  display: none;
  padding: .73rem 1.11rem;
  position: absolute;
  top: 100%;
  right: -1.11rem;
  z-index: 2;
  border-radius: 6px;
  box-shadow: 0px 8px 16px rgba(0, 48, 64, 0.05), 0px 4px 8px rgba(0, 48, 64, 0.05);
  text-align: left;
  font-size: .82rem;
}



.lang-select--active .lang-select__nav {
  display: block;
  animation: .2s ease-in-out forwards uiPop;
}

.lang-select__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lang-select__nav a {
  display: block;
  padding: .1rem 0;
  color: inherit;
  text-decoration: none;
}

.lang-select__nav a:hover {
  text-decoration: none;
}

.lang-select__nav li:first-child a {
  cursor: default;
  pointer-events: none;
}

/* Light scheme */

.lang-select--light .lang-select__button {
  color: #003040;
}

.lang-select--light .lang-select__nav {
  background: #fff;
  color: #003040;
}

.lang-select--light .lang-select__nav a:hover,
.lang-select--light .lang-select__nav li:first-child a {
  color: #003040;
}

/* Dark scheme */

.lang-select--dark .lang-select__button {
  color: #fff;
}

.lang-select--dark .lang-select__nav {
  background: #003040;
  color: #fff;
}

.lang-select--dark .lang-select__nav a:hover,
.lang-select--dark .lang-select__nav li:first-child a {
  color: rgba(255, 255, 255, 1.00);
}


/* Component */

.mnav {
  display: flex;
}

/* 'Open' button */

.mnav__open {
  appearance: none;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  outline-offset: 1px;
}

.mnav__open,
.mnav__open:hover {
  text-decoration: none;
}

/* Overlay */

.mnav__overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 7;
}

.mnav-active .mnav__overlay {
  display: block;
  animation: .2s ease-in-out forwards mnavOverlay;
}

@keyframes mnavOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: .5;
  }
}

/* Popup */

.mnav__popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  width: 100%;
  max-width: 400px;
  padding-top: calc(48px + 0.75rem);
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: -32px 0 64px rgba(0, 48, 64, .05), -16px 0 32px rgba(0, 48, 64, .05);
}



.mnav-active .mnav__popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  animation: .2s ease-in-out forwards mnavPopup;
}



@keyframes mnavPopup {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



@media (max-width: 767px) {
  .mnav__popup {
    width: auto;
    max-width: none;
    left: 0;
  }
  
  .mnav-active .mnav__popup {
    animation: .2s ease-in-out forwards uiPop;
  }

  
}

/* 'Close' button */

.mnav__close {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 0;
  appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
}

.mnav__close,
.mnav__close:hover {
  text-decoration: none;
}




/* Section */

.mnav__section {
  padding: 24px;
  border-bottom: 1px solid;
}

.mnav__section--last {
  border-bottom: none;
}

/* Menu */

.mnav__menu {
  padding: 0;
  border-bottom: none;
  text-align: start;
}

/* Animation */

@keyframes mnavMenu {
  from {
    opacity: 0;
    transform: translateY(-10px) translateZ(0);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateZ(0);
  }
}

/* List */

.mnav__menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mnav__menu__list--child {
  display: none;
}

.mnav__menu__item--expanded > .mnav__menu__list--child {
  display: block;
  animation: .2s ease-in-out forwards mnavMenu;
}

/* Item */

.mnav__menu li {
  position: relative;
}

.mnav__menu__list--level1 > li:not(:first-child) {
  border-top: 1px solid;
}

.mnav__menu__item--expanded {
  box-shadow: 0px 8px 16px rgba(0, 48, 64, 0.05), 0px 4px 8px rgba(0, 48, 64, 0.05);
}

/* Label */

.mnav__menu__label {
  display: flex;
  align-items: center;
  justify-content: stretch;
  padding: 0 24px;
}

/* Link */

.mnav__menu__link {
  display: block;
  width: 100%;
  padding: .83rem 0;
  position: relative;
  text-decoration: none;
}

.mnav__menu__link:hover {
  text-decoration: none;
}

.mnav__menu__list--level2 .mnav__menu__link {
  font-size: 0.89rem;
}

.mnav__menu__item--active-branch > .mnav__menu__label > .mnav__menu__link,
.mnav__menu__item--active  > .mnav__menu__label > .mnav__menu__link {
  font-family: 
  
    'Inter', sans-serif
  
;
  font-style: normal;
  font-weight: 700;
}

.mnav__menu__item--active-branch > .mnav__menu__label > .mnav__menu__link:before,
.mnav__menu__item--active > .mnav__menu__label > .mnav__menu__link:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: -.67rem;
  top: 50%;
  margin-top: -2px;
  background: linear-gradient(111.02deg, #FDC318 0%, #EB5C24 100%);
  border-radius: 3px;
}



.mnav__menu__link .badge {
  margin-left: 4px;
}

/* Toggle */

.mnav__menu__toggle {
  width: 24px;
  flex-shrink: 0;
  cursor: pointer;
}

.mnav__menu__item:not(.mnav__menu__item--expanded) > .mnav__menu__label > .mnav__menu__toggle > .mnav__menu__toggle__close-icon,
.mnav__menu__item--expanded > .mnav__menu__label > .mnav__menu__toggle > .mnav__menu__toggle__open-icon {
  display: none;
}

/* Link */

.mnav__links ul {
  margin-bottom: 0;
}

/* Icons */

.mnav__icons a {
  display: inline-flex;
  vertical-align: middle;
}

/* Light scheme */

.mnav--light .mnav__open,
.mnav--light .mnav__open:hover,
body .mnav .mnav__open--light,
body .mnav .mnav__open--light:hover {
  color: #003040;
}

.mnav--light .mnav__overlay {
  background: #003040;
}

.mnav--light .mnav__popup {
  background: #fff;
}

.mnav--light .mnav__close,
.mnav--light .mnav__close:hover {
  color: #003040;
}

.mnav--light .mnav__section {
  border-color: #003040;
}

.mnav--light .mnav__menu__list--level1 > li:not(:first-child) {
  border-top-color: #003040;
}

.mnav--light .mnav__menu__item--expanded {
  background-color: rgba(0, 48, 64, .04);
}

.mnav--light .mnav__menu__link,
.mnav--light .mnav__menu__link:hover {
  color: #003040;
}

.mnav--light .mnav__menu__list--level2 .mnav__menu__link {
  color: #003040;
}

.mnav--light .mnav__menu__list--level2 .mnav__menu__link:hover {
  color: #FDC318;
}

.mnav--light .mnav__menu__item--active-branch > .mnav__menu__label > .mnav__menu__link,
.mnav--light .mnav__menu__item--active > .mnav__menu__label > .mnav__menu__link {
  color: #003040;
}

.mnav--light .mnav__menu__toggle {
  color: #003040;
}

/* Dark scheme */

.mnav--dark .mnav__open,
.mnav--dark .mnav__open:hover,
body .mnav .mnav__open--dark,
body .mnav .mnav__open--dark:hover {
  color: #fff;
}

.mnav--dark .mnav__overlay {
  background: #003040;
}

.mnav--dark .mnav__popup {
  background: #003040;
}

.mnav--dark .mnav__close,
.mnav--dark .mnav__close:hover {
  color: #fff;
}

.mnav--dark .mnav__section {
  border-color: rgba(255, 255, 255, .2);
}

.mnav--dark .mnav__menu__list--level1 > li:not(:first-child) {
  border-top-color: rgba(255, 255, 255, .2);
}

.mnav--dark .mnav__menu__item--expanded {
  background-color: rgba(255, 255, 255, .04);
}

.mnav--dark .mnav__menu__item--active-branch > .mnav__menu__label > .mnav__menu__link,
.mnav--dark .mnav__menu__item--active > .mnav__menu__label > .mnav__menu__link {
  color: #fff;
}

.mnav--dark .mnav__menu__link,
.mnav--dark .mnav__menu__link:hover {
  color: #fff;
}

.mnav--dark .mnav__menu__list--level2 .mnav__menu__link {
  color: rgba(255, 255, 255, 1.00);
}

.mnav--dark .mnav__menu__list--level2 .mnav__menu__link:hover {
  color: #FDC318;
}

.mnav--dark .mnav__menu__item--active-branch > .mnav__menu__label > .mnav__menu__link,
.mnav--dark .mnav__menu__item--active > .mnav__menu__label > .mnav__menu__link {
  color: #fff;
}

.mnav--dark .mnav__menu__toggle {
  color: #fff;
}


/* Animations */

@keyframes sticky_header_active {
  from {
    opacity: 0;
    transform: scale(1.1) translateY(-50%);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0%)
  }
}

@keyframes sticky_header_inactive {
  from {
    transform: translateY(20%);
  }
  to {
    transform: translateY(0%);
  }
}

/* Content width */



/* Sticky element */

.header--sticky-active .header__sticky-element {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 6;
}

/* Fixes HS editor overlapping problem */

.hs-inline-edit .header--sticky-active .header__sticky-element {
  z-index: 2147483599;
}

/* Main section */

.header__section--main {
  padding-top: 0;
  padding-bottom: 0;
}

.header--sticky-inactive .header__section--main {
  animation: .2s ease-in-out sticky_header_inactive;
}

.header--sticky-active .header__section--main {
  
    box-shadow: 0px 8px 16px rgba(0, 48, 64, 0.05), 0px 4px 8px rgba(0, 48, 64, 0.05);
  
  animation: .2s ease-in-out sticky_header_active;
}

.header__section--main .header__center {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header--sticky-active .header__section--main .header__center {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* Elements */

.header:not(.header--overlap) .header__logo__overlap,
.header--island.header--overlap .header__logo__overlap,
.header--overlap:not(.header--island) .header__logo__static,
.header--sticky-active .header__logo__overlap,
.header--sticky-active .header__logo__static,
.header--sticky:not(.header--sticky-active) .header__logo__sticky {
  display: none;
}

.header .nav {
  position: static;
}

.header__search,
.header__lang {
  margin-inline-start: 1.2rem;
}

.header--wo-lang .header__lang {
  display: none;
}

.header__search,
.header--wo-search .header__lang {
  padding-inline-start: 1.2rem;
  border-inline-start: 1px solid;
}

.header:not(.header--overlap) .header__buttons__overlap,
.header--island.header--overlap .header__buttons__overlap,
.header--overlap:not(.header--island) .header__buttons__static,
.header--sticky-active .header__buttons__overlap,
.header--sticky-active .header__buttons__static,
.header--sticky:not(.header--sticky-active) .header__buttons__sticky {
  display: none;
}

.header__buttons .inline-items > *:first-child {
  margin-inline-start: 1.2rem;
}

.header--wo-search.header--wo-lang .header__buttons .inline-items > *:first-child {
  margin-inline-start: 2rem;
}

.header__mobile-nav {
  display: none;
}

/* Responsive */

@media (max-width: 1139px) {
  .header__nav {
    display: none;
  }
  
  .header__search,
  .header--wo-search .header__lang {
    margin-inline-start: 0;
    padding-inline-start: 0;
    border-inline-start: none;
  }
  
  .header__mobile-nav {
    display: block;
    margin-inline-start: 1.2rem;
    order: 3;
  }
  
  .mnav-active {
    overflow: hidden;
  }
}

@media (max-width: 767px) {

  .header__search,
  .header__lang {
    margin-inline-start: 0;
  }

  .header__search {
    order: 2;
  }
  
  .header__lang {
    order: 1;
  }
  
  .header--w-search .header__lang {
    margin-inline-end: 1.2rem;
  }
  
  .header__buttons {
    display: none;
  }
}

/* Color scheme */



  .header,
  .header__section--main {
    background: #fff;
  }
  
  .header__search,
  .header--wo-search .header__lang {
    border-inline-start-color: #003040;
  }

  @media (max-width: 767px) {
    .header__lang {
      border-inline-end-color: #003040;
    }
  }



/* Header island */



/* Sticky header island */




.header--overlap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 6;
}

/* Fixes HS editor overlapping problem */

.hs-inline-edit .header--overlap {
  z-index: 2147483599;
}

.header--overlap:not(.header--sticky-active) {
  background: none;
}

.header--overlap:not(.header--sticky-active) .header__section--main {
  background: none;
}

.header--overlap:not(.header--sticky-active) .header__search {
  border-left-color: rgba(255, 255, 255, .2);
}

.header--overlap:not(.header--sticky-active) .site-search__open {
  border-color: rgba(255, 255, 255, .2);
  color: #fff;
}

@media (max-width: 767px) {
  .header--overlap:not(.header--sticky-active) .header__lang {
    border-right-color: rgba(255, 255, 255, .2);
  }
}

.header--overlap:not(.header--sticky-active) .lang-select__button {
  color: #fff;
}

.header--overlap:not(.header--sticky-active) .header__mobile-nav .mnav__open {
  color: #fff;
}

.header--overlap:not(.header--sticky-active) .header__nav .nav__list--level1 > li > .nav__link {
  color: #fff;
}

.header--overlap:not(.header--sticky-active) .header__nav .nav--arrows .nav__list--level1 > .nav__item--branch > a {
  background-image: url("data:image/svg+xml, <svg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'><path d='M3.60311 4.14644C3.40785 4.34171 3.40785 4.65829 3.60311 4.85356L6.60312 7.85355C6.79837 8.0488 7.11497 8.0488 7.31022 7.85355L10.3102 4.85356C10.5055 4.65829 10.5055 4.34171 10.3102 4.14644C10.115 3.95119 9.79837 3.95119 9.60312 4.14644L6.95667 6.7929L4.31022 4.14644C4.11496 3.95119 3.79838 3.95119 3.60311 4.14644Z' fill='%23ffffff' fill-opacity='1.00'></path></svg>");
}

.header--overlap:not(.header--sticky-active) .header__nav .nav__link .super-text {
  color: rgba(255, 255, 255, 1.00);
}



/* Box */

.rtext--box {
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 12px;
}

.rtext--box-border {
  border: 2px solid;
}

.rtext--box-border.txt--light {
  border-color: #003040;
}

.rtext--box-border.txt--dark {
  border-color: rgba(255, 255, 255, .2);
}

.rtext--box-accent {
  background: linear-gradient(111.02deg, #FDC318 0%, #EB5C24 100%);
  box-shadow: 0px 16px 32px rgba(253, 195, 24, 0.2), 0px 8px 16px rgba(253, 195, 24, 0.2);
}

.rtext--box-dark {
  background: #003040;
  box-shadow: 0px 16px 32px rgba(0, 48, 64, 0.05), 0px 8px 16px rgba(0, 48, 64, 0.05);
}

.rtext--box-light {
  background: #FAFAFA;
}

.rtext--box-white {
  background: #fff;
  box-shadow: 0px 16px 32px rgba(0, 48, 64, 0.05), 0px 8px 16px rgba(0, 48, 64, 0.05);
}

.rtext--box-ghost {
  background: rgba(255, 255, 255, .1);
  
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  
}

   
.txt--dark .hs-form-field > label {
  color: #fff;
}

.txt--dark .hs_error_rollup {
  color: #fff;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

/* Full */

.form--btn-full .hs-button {
  width: 100%;
}

/* Outline */

.form--btn-outline .hs-button {
  background: none;
  border: 2px solid #FDC318;
  color: #FDC318;
}

.form--btn-outline .hs-button:hover {
  border: 0;
  background: linear-gradient(111.02deg, #FDC318 0%, #EB5C24 100%);
  color: #fff;
}

/* Small */

.form--btn-small .hs-button {
  padding: 0.45rem 0.68rem;
  border-radius: 999px;
  font-size: .83rem;
}

.form--btn-small.form--btn-outline .hs-button:not(:hover) {
  padding: calc(0.45rem - 2px) calc(0.68rem - 2px);
}

/* Medium */

.form--btn-medium .hs-button {
  padding: 0.64rem 0.91rem;
  border-radius: 999px;
  font-size: .89rem;
}

.form--btn-medium.form--btn-outline .hs-button:not(:hover) {
  padding: calc(0.64rem - 2px) calc(0.91rem - 2px);
}

/* Large */

.form--btn-large .hs-button {
  padding: 0.91rem 1.36rem;
  border-radius: 999px;
  font-size: 1rem;
}

.form--btn-large.form--btn-outline .hs-button:not(:hover) {
  padding: calc(0.91rem - 2px) calc(1.36rem - 2px);
}

/* Dark */

.form--btn-dark.form--btn-outline .hs-button {
  border-color: #003040;
  color: #003040;
}

.form--btn-dark.form--btn-fill .hs-button,
.form--btn-dark.form--btn-outline .hs-button:hover {
  background: #003040;
  color: #fff;
}

.form--btn-dark .hs-button:focus:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(0, 48, 64, .15);
}

/* Light */

.form--btn-light.form--btn-outline .hs-button {
  border-color: #003040;
  color: #003040;
}

.form--btn-light.form--btn-fill .hs-button,
.form--btn-light.form--btn-outline .hs-button:hover {
  background: #FAFAFA;
  color: #003040;
}

.form--btn-light .hs-button:focus:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(0, 48, 64, .15);
}

/* White */

.form--btn-white.form--btn-outline .hs-button {
  border-color: #fff;
  color: #fff;
}

.form--btn-white.form--btn-fill .hs-button,
.form--btn-white.form--btn-outline .hs-button:hover {
  background: #fff;
  color: #003040;
}

.form--btn-white .hs-button:focus:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}

/* Ghost */

.form--btn-ghost.form--btn-outline .hs-button {
  border-color: rgba(255, 255, 255, .2);
  color: #fff;
}

.form--btn-ghost.form--btn-fill .hs-button {
  background: rgba(255, 255, 255, .2);
  color: #fff;
  
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  
}

.form--btn-ghost.form--btn-outline .hs-button:hover,
.form--btn-ghost.form--btn-fill .hs-button:hover {
  background: #fff;
  color: #003040;
}

.form--btn-ghost .hs-button:focus:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}

/* Pill */

.form--btn-pill .hs-button {
  border-radius: 999px;
}

/* ==========================================================================
   Hidden labels
   ========================================================================== */

/* For compact forms that use placeholders instead of labels, though, for the
best user experience labels are recommended. */

.form--hidden-labels .field:not(.hs-fieldtype-checkbox):not(.hs-fieldtype-radio):not(.hs-fieldtype-file):not(.hs-fieldtype-date) > label,
.form--hidden-labels .field:not(.hs-fieldtype-checkbox):not(.hs-fieldtype-radio):not(.hs-fieldtype-file):not(.hs-fieldtype-date) > legend {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* ==========================================================================
   Box
   ========================================================================== */

.form--box {
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 12px;
}

.form--box-border {
  border: 2px solid;
}

.form--box-border.form--light {
  border-color: #003040;
}

.form--box-border.form--dark {
  border-color: rgba(255, 255, 255, .2);
}

.form--box-accent {
  background: linear-gradient(111.02deg, #FDC318 0%, #EB5C24 100%);
  box-shadow: 0px 16px 32px rgba(253, 195, 24, 0.2), 0px 8px 16px rgba(253, 195, 24, 0.2);
}

.form--box-dark {
  background: #003040;
  box-shadow: 0px 16px 32px rgba(0, 48, 64, 0.05), 0px 8px 16px rgba(0, 48, 64, 0.05);
}

.form--box-light {
  background: #FAFAFA;
}

.form--box-white {
  background: #fff;
  box-shadow: 0px 16px 32px rgba(0, 48, 64, 0.05), 0px 8px 16px rgba(0, 48, 64, 0.05);
}

.form--box-ghost {
  background: rgba(255, 255, 255, .1);
  
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  
}

.form__box-content {
  margin: 0 auto;
}

@media (max-width: 479px) {
  .form--box {
    padding: 24px;
  }
}

/* Fixes Safari bug where 'ghost' fields in 'ghost' box render with a white background. */


  .is-safari .form--box-ghost.form--ghost .hs-input,
  .is-safari .form--box-ghost.form--ghost #hs-pwd-widget-password,
  .is-safari .form--box-ghost.form--btn-ghost.form--btn-fill .hs-button {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }





.footer__section--bottom {
  padding-top: 0;
}

.footer__copyright {
  padding-top: 2.22rem;
  border-top: 1px solid;
}

.footer h4 {
  font-family: 
  
    'Inter', sans-serif
  
;
  font-weight: normal;
  font-style: normal;
  font-size: 1.22rem;
  line-height: 1.56;
}

.footer__nav .col-nav__title {
  margin-bottom: .56rem;
  font-size: 1rem;
}

.footer__nav .col-nav__list {
  font-size: 0.89rem;
}

/* Dark scheme */



  .footer {
    background: #fff;
  }
  
  .footer h4 {
    color: #003040;
  }
  
  .footer__copyright {
    border-color: #003040;
  }


.header--overlap:not(.header--sticky-active) .lang-select__button {
   color: #003040;
}
.nav {
  display: flex;
    justify-content: end;
}
.nav .nav__list--level1 > li:not(:last-child) {
 margin-right: 0.7rem;
}

img.team-card__img {
 height: auto; 
  width: 147px;
}
.team-card__txt .team-card__desc {
  margin-top: 20px;
}
.form--hidden-labels form .field:not(.hs-fieldtype-checkbox):not(.hs-fieldtype-radio):not(.hs-fieldtype-file):not(.hs-fieldtype-date)>label{
    position: relative !important;
  color: #003040 !important;
}

.header__logo__static img.hs-image-widget {
  max-width: 160px !important;  
  width: auto !important;
  height: auto !important;
}

.blog-sub__form--one {
    width: 700px !important;
}
.legal-consent-container, 
.legal-consent-container .hs-richtext {
  font-size: 12px;
}

h1.blog-post__title.h1 {
  font-size: 44px;
}
@media (min-width: 768px) {
.blog-body-1 .blog-body-1__main {
  padding-right: 0px;
}
}
@media (max-width: 450px) {
#hs_cos_wrapper_post_body.hs_cos_wrapper_type_rich_text img {
 width: 100% !important;
  max-width: 100% !important;
}
}
.blog-card__content .blog-card__text p,
.blog-card__content .blog-card__summary {
    margin: 30px 0 0 0;
}

.header__nav {
  max-width: 485px;
}




/*to remove horizontal scroll*/ 

.go812842568 {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

/*.go2933276541,
.go2369186930 {
  max-width: 100% !important;
  overflow-x: hidden !important;
}*/ 

html, body {
  overflow-x: hidden !important;
}
.footer__nav .col-nav__link {
  padding-left: 25px;
}
@media (max-width: 768px){
.footer__nav .col-nav__link {
         padding-top: 26px;
        display: block;
  width: 100%;
}
}

h2.gradient_text {
  background: linear-gradient(111.02deg, #FDC318 0%, #EB5C24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}


.feature-card__icon {
    display: grid;
    align-content: center;
  justify-content: center;
}
#hs-eu-cookie-confirmation-inner a {
text-decoration: underline;
    color: var(--hs-banner-settings-text-color, var(--hs-banner-accentColor, #425b76)); 
}
}