/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */
/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */
/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */
/* =============== @import, @font-face, and CSS File Includes =============== */
@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');
@font-face {
  font-family: BrixSans;
  src: url("//5796582.fs1.hubspotusercontent-na1.net/hubfs/5796582/NFON_April2019/Fonts/BrixSans%20400/BrixSansLight.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: BrixSans;
  src: url("//5796582.fs1.hubspotusercontent-na1.net/hubfs/5796582/NFON_April2019/Fonts/BrixSans%20500/BrixSansRegular.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: BrixSans;
  src: url("//5796582.fs1.hubspotusercontent-na1.net/hubfs/5796582/NFON_April2019/Fonts/BrixSans%20600/BrixSansMedium.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: BrixSans;
  src: url("//5796582.fs1.hubspotusercontent-na1.net/hubfs/5796582/NFON_April2019/Fonts/BrixSans%20700/BrixSansBold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: PangramSans;
  src: url("https://content.nfon.com/hubfs/Theme_2022_defaults/fonts/PPPangramSans-Light.eot") format("eot"), url("https://content.nfon.com/hubfs/Theme_2022_defaults/fonts/PPPangramSans-Light.woff") format("woff"), url("https://content.nfon.com/hubfs/Theme_2022_defaults/fonts/PPPangramSans-Light.woff2") format("woff2"), url("https://content.nfon.com/hubfs/Theme_2022_defaults/fonts/PPPangramSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: fallback;
}
@font-face {
  font-family: PangramSans;
  src: url("https://content.nfon.com/hubfs/Theme_2022_defaults/fonts/PPPangramSans-Regular.eot") format("eot"), url("https://content.nfon.com/hubfs/Theme_2022_defaults/fonts/PPPangramSans-Regular.woff") format("woff"), url("https://content.nfon.com/hubfs/Theme_2022_defaults/fonts/PPPangramSans-Regular.woff2") format("woff2"), url("https://content.nfon.com/hubfs/Theme_2022_defaults/fonts/PPPangramSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: fallback;
}
@font-face {
  font-family: PangramSans;
  src: url("https://content.nfon.com/hubfs/Theme_2022_defaults/fonts/PPPangramSans-Medium.eot") format("eot"), url("https://content.nfon.com/hubfs/Theme_2022_defaults/fonts/PPPangramSans-Medium.woff") format("woff"), url("https://content.nfon.com/hubfs/Theme_2022_defaults/fonts/PPPangramSans-Medium.woff2") format("woff2"), url("https://content.nfon.com/hubfs/Theme_2022_defaults/fonts/PPPangramSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: fallback;
}
@font-face {
  font-family: PangramSans;
  src: url("https://content.nfon.com/hubfs/Theme_2022_defaults/fonts/PPPangramSans-Semibold.eot") format("eot"), url("https://content.nfon.com/hubfs/Theme_2022_defaults/fonts/PPPangramSans-Semibold.woff") format("woff"), url("https://content.nfon.com/hubfs/Theme_2022_defaults/fonts/PPPangramSans-Semibold.woff2") format("woff2"), url("https://content.nfon.com/hubfs/Theme_2022_defaults/fonts/PPPangramSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: fallback;
}
@font-face {
  font-family: PangramSans;
  src: url("https://content.nfon.com/hubfs/Theme_2022_defaults/fonts/PPPangramSans-Bold.eot");
  src: url("https://content.nfon.com/hubfs/Theme_2022_defaults/fonts/PPPangramSans-Bold.eot") format("eot"), url("https://content.nfon.com/hubfs/Theme_2022_defaults/fonts/PPPangramSans-Bold.woff") format("woff"), url("https://content.nfon.com/hubfs/Theme_2022_defaults/fonts/PPPangramSans-Bold.woff2") format("woff2"), url("https://content.nfon.com/hubfs/Theme_2022_defaults/fonts/PPPangramSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: fallback;
}
@font-face {
  font-family: PangramSans;
  src: url("https://content.nfon.com/hubfs/Theme_2022_defaults/fonts/PPPangramSans-Extrabold.eot");
  src: url("https://content.nfon.com/hubfs/Theme_2022_defaults/fonts/PPPangramSans-Extrabold.eot") format("eot"), url("https://content.nfon.com/hubfs/Theme_2022_defaults/fonts/PPPangramSans-Extrabold.woff") format("woff"), url("https://content.nfon.com/hubfs/Theme_2022_defaults/fonts/PPPangramSans-Extrabold.woff2") format("woff2"), url("https://content.nfon.com/hubfs/Theme_2022_defaults/fonts/PPPangramSans-Extrabold.ttf") format("truetype");
  font-weight: 900;
  font-display: fallback;
}
/* EX: @import url('http://example.com/example_style.css'); */
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
  padding: 0; 
}

/* Horizontal Menu
========================================================================== */

.hs-menu-item {
    margin-right:10px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

/* Vertical Menu
========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
  background-color: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

.wp-float-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }

/* custom-text-center */
.custom-text-center {
  text-align: center;
}
/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */
/* =============== Base =============== */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}
html {
  font-size: 17px;
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
  color: #000;
}
/* Page Center */
.custom-tab-container .page-center,
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1220px;
  margin: 0 auto;
}
/* Highlighted Text */
::-moz-selection {
  color: #000000;
  background: #00FF91;
}
::selection {
  color: #000000;
  background: #00FF91;
}
/* =============== Typography =============== */
/* Basic text */
p {
  line-height: 1.6em;
  margin-block-start: 16px;
  margin-top: 0;
  margin-block-end: 16px;
}
sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 16px;
}
.text-wrapper > h1:not([class]):last-child,
.text-wrapper > h2:not([class]):last-child,
.text-wrapper > h3:not([class]):last-child,
.text-wrapper > h4:not([class]):last-child,
.text-wrapper > h5:not([class]):last-child,
.text-wrapper > h6:not([class]):last-child,
.hs_cos_wrapper_type_rich_text > h1:not([class]):last-child,
.hs_cos_wrapper_type_rich_text > h2:not([class]):last-child,
.hs_cos_wrapper_type_rich_text > h3:not([class]):last-child,
.hs_cos_wrapper_type_rich_text > h4:not([class]):last-child,
.hs_cos_wrapper_type_rich_text > h5:not([class]):last-child,
.hs_cos_wrapper_type_rich_text > h6:not([class]):last-child {
  margin-bottom: 0;
}
h1.type-light,
h2.type-light,
h3.type-light,
h4.type-light,
h5.type-light,
h6.type-light {
  font-weight: 300;
}
h1.type-normal,
h2.type-normal,
h3.type-normal,
h4.type-normal,
h5.type-normal,
h6.type-normal {
  font-weight: 400;
}
h1.type-medium,
h2.type-medium,
h3.type-medium,
h4.type-medium,
h5.type-medium,
h6.type-medium {
  font-weight: 500;
}
h1.type-semibold,
h2.type-semibold,
h3.type-semibold,
h4.type-semibold,
h5.type-semibold,
h6.type-semibold {
  font-weight: 600;
}
ul + h1,
ul + h2,
ul + h3,
p + h1,
p + h2,
p + h3 {
  margin-top: 0.8em;
}
h1 {
  font-size: 32px;
  line-height: 38px;
}
h2 {
  font-size: 26px;
  line-height: 31px;
}
ul + h2,
p + h2 {
  padding-top: 0.25em;
}
h3,
.size-h3 {
  font-size: 22px;
  line-height: 26px;
}
ul + h3,
p + h3 {
  padding-top: 0.2em;
}
h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0.4em;
}
h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0.4em;
}
h6 {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0.4em;
}
h6 + p {
  margin-top: 0;
}
/* Anchor Links */
a {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 0.056em;
  text-underline-offset: 0.05em;
}
.body-container-wrapper a:not(.hs-button),
.header-banner-contents a:not(.hs-button),
.custom-contact-box .form a:not(.hs-button) {
  padding-left: 0.06em;
  padding-right: 0.06em;
  margin-left: -0.06em;
  margin-right: -0.06em;
  text-decoration: underline;
  text-decoration-thickness: 0.056em;
  text-underline-offset: 0.05em;
}
.body-container-wrapper a:not(.hs-button):hover,
.header-banner-contents a:not(.hs-button):hover,
.custom-contact-box .form a:not(.hs-button):hover {
  text-decoration-thickness: 0.056em;
  text-underline-offset: 0.05em;
  background-color: rgba(136, 137, 138, 0.5);
}
a[data-hs-anchor]:empty,
a.custom-jumpmark:empty {
  line-height: 0;
  display: block;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text p strong,
.header-banner-contents .hs_cos_wrapper_type_rich_text p strong,
.custom-contact-box .hs_cos_wrapper_type_rich_text p strong,
.body-container-wrapper .hs_cos_wrapper_type_rich_text li strong,
.header-banner-contents .hs_cos_wrapper_type_rich_text li strong,
.custom-contact-box .hs_cos_wrapper_type_rich_text li strong,
.body-container-wrapper .hs_cos_wrapper_type_rich_text div:not([class]) strong,
.header-banner-contents .hs_cos_wrapper_type_rich_text div:not([class]) strong,
.custom-contact-box .hs_cos_wrapper_type_rich_text div:not([class]) strong {
  font-weight: 600;
}
/* Lists */
/* Block Quotes */
/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}
p > small {
  font-size: 13px;
  line-height: 1.4em;
}
/* =============== EU Cookie Confirmation Bar =============== */
/* Confirmation Outer Wrapper*/
/* Confirmation Inner Wrapper*/
/* Confirmation Button */
/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */
/* =============== Structure =============== */
/* The outer wrappers of your website */
/* The inner wrappers of your website */
body {
  background: #000000;
}
.body-container-wrapper {
  background-color: #ffffff;
  margin-top: -1px;
}
.body-wrapper {
  width: 100%;
  overflow: hidden;
  height: auto;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}
.dnd-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1024px), print {
  .dnd-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.dnd-section_slimg,
.footer-container-wrapper .dnd-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1024px), print {
  .dnd-section_slimg,
  .footer-container-wrapper .dnd-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.dnd-section_xclipping {
  overflow-y: visible;
  overflow-x: hidden;
  height: auto;
}
.dnd-section a,
.dnd-section a:hover,
.dnd-section a:focus {
  color: inherit;
}
.dnd-section.error-page {
  padding: 0;
}
.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1220px;
  padding-left: 16px;
  padding-right: 16px;
}
.dnd-section > .row-fluid .banner-wrapper,
.dnd-section > .row-fluid .banner-wrapper_extended {
  margin-left: -16px;
  margin-right: -16px;
  width: auto;
}
.dnd-section > .row-fluid .dnd-module_banner-area .banner-flex-col {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .dnd-section_mobile-sm > .row-fluid > .dnd-column {
    padding-bottom: 24px;
  }
  .dnd-section_mobile-lg > .row-fluid > .dnd-column {
    padding-bottom: 40px;
  }
  .dnd-section_mobile-lg > .row-fluid > .dnd-column:last-child,
  .dnd-section_mobile-sm > .row-fluid > .dnd-column:last-child {
    padding-bottom: 0;
  }
}
.dnd-section .page-center {
  padding-left: 0;
  padding-right: 0;
}
.dnd-section .full-width-container {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  left: 50%;
  width: 100vw;
  transform: translate3d(-50%, 0, 0);
}
.dnd-section[class*='force-full-width-section'] {
  overflow-x: hidden;
}
.dnd-section .dnd-column {
  padding: 0;
}
.dnd-section .dnd-row {
  margin-right: 0;
  margin-left: 0;
}
.dnd-section_no-overflow-x {
  overflow-x: hidden;
}
.dnd-section_pointing {
  position: relative;
}
.dnd-section_pointing:after {
  content: "";
  display: block;
  background-color: inherit;
  position: absolute;
  bottom: 2px;
  transform: translate3d(-50%, 100%, 0);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 1;
  left: 50%;
  width: 64px;
  height: 28px;
}
.dnd-section_text-limited .hs_cos_wrapper_type_module.widget-type-rich_text {
  max-width: 940px;
}
.dnd-section_text-default .text-center:not(.full-width) {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.dnd-section_banner-area {
  position: relative;
}
@media (max-width: 767px) {
  .dnd-section_banner-area .banner-image,
  .dnd-section_banner-area .banner-overlay {
    width: 100vw;
    height: 100%;
    left: 50%;
    z-index: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .dnd-section_banner-area .sidebar-form.content-spacer-mobile {
    margin-left: -1rem;
    width: calc(100% + 2rem);
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .dnd-section_banner-area .banner-area {
    position: static;
  }
  .dnd-section_banner-area .banner-area .banner-image {
    width: auto;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
  }
  .dnd-section_banner-area .dnd-column_banner-area > .dnd-row_banner-area {
    position: static;
    padding-left: 0;
    padding-right: 0;
  }
}
.dnd-section_banner-area .sidebar-form {
  background-color: #fff;
}
.dnd-section_banner-area .banner-area .banner-header-heading,
.dnd-section .dnd-column_banner-area .banner-area .banner-header-heading {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 0.8em;
}
@media (min-width: 1024px) {
  .dnd-section_banner-area .banner-area .banner-header-heading,
  .dnd-section .dnd-column_banner-area .banner-area .banner-header-heading {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 0.3em;
  }
}
@media (max-width: 767px) {
  .dnd-section_mobile-row-reverse > .row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
}
.dnd-section_teaser-img .hs_cos_wrapper_type_linked_image {
  display: block;
  border-bottom: 3px solid #00FF91;
}
.dnd-section.dnd-section_custom-banner-container {
  padding-top: 0;
  padding-bottom: 0;
}
.dnd-section.dnd-section_custom-banner-container > .row-fluid > .dnd-column:not(.dnd-column_custom-banner) {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1024px), print {
  .dnd-section.dnd-section_custom-banner-container > .row-fluid > .dnd-column:not(.dnd-column_custom-banner) {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.dnd-section.dnd-section_custom-banner-container > .row-fluid > .dnd-column:not(.dnd-column_custom-banner) .widget-type-rich_text {
  max-width: 680px;
}
.dnd-section .dnd-column .banner-area {
  position: static;
  background-image: none !important;
}
.dnd-section .dnd-column .banner-area_limited .page-center {
  padding-left: 0;
  padding-right: 0;
}
.dnd-section .dnd-column .banner-area_limited .banner-flex-col:only-child {
  padding-left: 0;
  padding-right: 0;
}
.dnd-section .dnd-column .banner-overlay {
  z-index: 0;
}
.dnd-section .dnd-column .banner-image {
  display: block;
  position: absolute;
  width: 100vw;
  background-size: cover;
  background-position: center;
  background-color: inherit;
}
.dnd-section .dnd-column_banner-area.inpage-editor-active-field,
.dnd-section .dnd-module_banner-area.inpage-editor-highlight-field,
.dnd-section .dnd-module_banner-area > .inpage-editor-highlight-field,
.dnd-section .dnd-module_banner-area > .inpage-editor-active-field {
  position: static !important;
}
.dnd-section .dnd-column_banner-area.inpage-editor-active-field:before,
.dnd-section .dnd-module_banner-area.inpage-editor-highlight-field:before,
.dnd-section .dnd-module_banner-area > .inpage-editor-highlight-field:before,
.dnd-section .dnd-module_banner-area > .inpage-editor-active-field:before {
  display: none;
}
.dnd-section .dnd-module_static,
.dnd-section .dnd-module_static > .inpage-editor-highlight-field,
.dnd-section .dnd-module_static > .inpage-editor-active-field {
  position: static !important;
}
.dnd-section.custom-dnd-border-top:before {
  top: 0;
  left: 0;
}
.dnd-section.custom-dnd-border-bottom:before {
  bottom: 0;
  left: 0;
}
.dnd-section.custom-dnd-border-default:before {
  content: "";
  width: 100%;
  height: 12px;
  background-image: url('https://content.nfon.com/hubfs/Theme_2022_defaults/bg-rect.svg');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
.dnd-section.custom-dnd-border-dark:before {
  background-color: #000;
}
.dnd-section.custom-dnd-border-light:before {
  background-color: #fff;
}
@media (min-width: 768px) {
  .dnd-section .dnd-column_banner-area + .dnd-column {
    position: relative;
    z-index: 1;
  }
  .dnd-section .dnd-column_banner-area,
  .dnd-section .dnd-column_banner-area .dnd-module_banner-area {
    position: static;
  }
  .dnd-section.dnd-section_custom-banner-container > .row-fluid > .dnd-column:not(.dnd-column_custom-banner) .widget-type-rich_text {
    max-width: 92%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .dnd-section .dnd-column_custom-banner .custom_banner {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (min-width: 1024px) {
  .dnd-section.dnd-section_custom-banner-container > .row-fluid > .dnd-column:not(.dnd-column_custom-banner) .widget-type-rich_text {
    max-width: 83%;
  }
}
.dnd-row_stretch {
  flex-grow: 1;
}
.dnd-row_stretch > .row-fluid {
  min-height: 100%;
  display: flex;
}
.dnd-module_stretch {
  min-height: 100%;
  flex-grow: 1;
}
.dnd-module_stretch > div {
  display: flex;
  min-height: 100%;
}
.dnd-module_stretch .custom-image {
  min-height: 100%;
  width: 100%;
  max-width: none;
  object-fit: cover;
}
.dnd-module_stretch .custom-image-container {
  height: 100%;
}
@media (min-width: 1220px) {
  .dnd-module_stretch .custom-image,
  .dnd-module_stretch .custom-video {
    width: auto;
    max-width: 960px;
    max-height: 700px;
    height: 100%;
    min-height: auto;
  }
  .dnd-column:first-child .dnd-module_stretch .custom-image,
  .dnd-column:first-child .dnd-module_stretch .custom-video {
    float: right;
  }
}
.dnd-module .hs_cos_wrapper_type_rich_text > h1:not(.custom-emphasized),
.dnd-module .hs_cos_wrapper_type_rich_text > div:not([class]) > h1:not(.custom-emphasized),
.dnd-module .hs_cos_wrapper_type_rich_text > h2:not(.custom-emphasized),
.dnd-module .hs_cos_wrapper_type_rich_text > div:not([class]) > h2:not(.custom-emphasized),
.dnd-module .hs_cos_wrapper_type_rich_text > h3:not(.custom-emphasized),
.dnd-module .hs_cos_wrapper_type_rich_text > div:not([class]) > h3:not(.custom-emphasized),
.dnd-module .hs_cos_wrapper_type_rich_text > h4:not(.custom-emphasized),
.dnd-module .hs_cos_wrapper_type_rich_text > div:not([class]) > h4:not(.custom-emphasized),
.dnd-module .hs_cos_wrapper_type_rich_text > h5:not(.custom-emphasized),
.dnd-module .hs_cos_wrapper_type_rich_text > div:not([class]) > h5:not(.custom-emphasized) {
  color: inherit;
}
.dnd-module .hs_cos_wrapper_type_rich_text > h1:first-child,
.dnd-module .hs_cos_wrapper_type_rich_text > div:not([class]) > h1:first-child,
.dnd-module .hs_cos_wrapper_type_rich_text > h2:first-child,
.dnd-module .hs_cos_wrapper_type_rich_text > div:not([class]) > h2:first-child,
.dnd-module .hs_cos_wrapper_type_rich_text > h3:first-child,
.dnd-module .hs_cos_wrapper_type_rich_text > div:not([class]) > h3:first-child,
.dnd-module .hs_cos_wrapper_type_rich_text > h4:first-child,
.dnd-module .hs_cos_wrapper_type_rich_text > div:not([class]) > h4:first-child,
.dnd-module .hs_cos_wrapper_type_rich_text > h5:first-child,
.dnd-module .hs_cos_wrapper_type_rich_text > div:not([class]) > h5:first-child {
  margin-top: 0;
}
.dnd-module .hs_cos_wrapper_type_rich_text > p:last-child,
.dnd-module .hs_cos_wrapper_type_rich_text > div:not([class]) > p:last-child {
  margin-bottom: 0;
}
.dnd-module .hs_cos_wrapper_type_rich_text ol:not([class]),
.dnd-module .hs_cos_wrapper_type_rich_text ul:not([class]) {
  padding-left: 1.5em;
}
.dnd-module .hs_cos_wrapper_type_rich_text ol:not([class]) li,
.dnd-module .hs_cos_wrapper_type_rich_text ul:not([class]) li {
  padding-left: 0.6em;
  margin-top: 0.66667em;
  line-height: 1.6em;
}
.dnd-module .hs_cos_wrapper_type_rich_text ol:not([class]) li:first-child,
.dnd-module .hs_cos_wrapper_type_rich_text ul:not([class]) li:first-child {
  margin-top: 0;
}
.dnd-module .hs_cos_wrapper_type_rich_text ol:not([class]):not([style*="list-style-type"]) {
  position: relative;
  counter-reset: my-ol-counter;
}
.dnd-module .hs_cos_wrapper_type_rich_text ol:not([class]):not([style*="list-style-type"]) li {
  list-style: none;
}
.dnd-module .hs_cos_wrapper_type_rich_text ol:not([class]):not([style*="list-style-type"]) li:before {
  content: counter(my-ol-counter);
  counter-increment: my-ol-counter;
  position: absolute;
  left: 0;
  font-size: 1em;
  color: #fff;
  background-color: #000;
  width: 1.5555em;
  height: 1.5555em;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -0.02em;
  padding-top: 0.1em;
}
.dnd-module .hs_cos_wrapper_type_rich_text ul:not([class]) {
  position: relative;
}
.dnd-module .hs_cos_wrapper_type_rich_text ul:not([class]) li {
  list-style: none;
}
.dnd-module .hs_cos_wrapper_type_rich_text ul:not([class]) li:before {
  content: "\25cf";
  position: absolute;
  left: 0.75em;
  font-size: 0.66em;
  margin-top: 0;
}
.dnd-module .hs_cos_wrapper_type_rich_text ul:not([class])[style*="style-type: square"] li:before {
  content: "\25a0";
}
.dnd-module .hs_cos_wrapper_type_rich_text ul:not([class])[style*="style-type: circle"] li:before {
  content: "\25cb";
}
.dnd-column_light .dnd-module .hs_cos_wrapper_type_rich_text ol:not([class]):not([style*="list-style-type"]) li:before,
.dnd-section_light .dnd-column:not(.dnd-column_dark) .dnd-module .hs_cos_wrapper_type_rich_text ol:not([class]):not([style*="list-style-type"]) li:before {
  color: #000;
  background-color: #fff;
}
.dnd-column_light .dnd-module .hs-button.secondary,
.dnd-section_light .dnd-column:not(.dnd-column_dark) .dnd-module .hs-button.secondary {
  background-color: #000;
  color: #fff;
  border-color: #fff;
}
.dnd-column_light .dnd-module .hs-button.secondary:hover,
.dnd-section_light .dnd-column:not(.dnd-column_dark) .dnd-module .hs-button.secondary:hover,
.dnd-column_light .dnd-module .hs-button.secondary:focus,
.dnd-section_light .dnd-column:not(.dnd-column_dark) .dnd-module .hs-button.secondary:focus {
  background-color: #fff;
  color: #000;
  border-color: #000;
}
.dnd-section_dark h1,
.dnd-column_dark h1,
.dnd-section_light h1,
.dnd-column_light h1,
.dnd-section_dark h2,
.dnd-column_dark h2,
.dnd-section_light h2,
.dnd-column_light h2,
.dnd-section_dark h3,
.dnd-column_dark h3,
.dnd-section_light h3,
.dnd-column_light h3,
.dnd-section_dark h4,
.dnd-column_dark h4,
.dnd-section_light h4,
.dnd-column_light h4 {
  color: unset;
}
.dnd-section_light,
.dnd-column_light {
  color: #fff;
}
.dnd-section_dark,
.dnd-column_dark {
  color: #000;
}
.dnd-column_layered {
  position: relative;
  z-index: 0;
}
.dnd-area--header-banner .dnd-section:first-child .dnd-column:not(.dnd-column_custom-banner) {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .dnd-area--header-banner .dnd-section:first-child .dnd-column:not(.dnd-column_custom-banner) {
    padding-top: 80px;
  }
}
/* =============== Header =============== */
.header-container {
  padding: 0;
  line-height: 0;
  margin: 0;
}
.header-container-wrapper {
  line-height: 0;
  padding: 0;
}
.header-container-wrapper_with-menu .dnd-section_custom-banner-container:first-child {
  margin-top: 66px;
}
.header-container:before {
  display: none;
}
.header-container .banner-area {
  padding-top: 98px;
  position: relative;
  top: -1px;
  margin-bottom: 0;
}
.header-container .banner-area .page-center {
  padding-top: 82px;
  padding-bottom: 16px;
}
.header-container .banner-area .page-center .banner-notice {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .header-container .banner-area .page-center .banner-notice {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .header-container .banner-area-limited .page-center {
    padding-top: 16px;
  }
}
.header-container .banner-area .banner-image {
  display: none;
}
.header-container .dnd-area--header-banner .dnd-section:first-child {
  padding-top: 98px;
}
.header-container .dnd-section .banner-area .banner-image {
  display: block;
}
@media (min-width: 768px) {
  .header-container .dnd-section .banner-area .banner-image {
    left: 0;
  }
}
.header-container .custom-header-group.desktop .page-center {
  max-width: 1252px;
}
.header-container .custom-header-group.desktop .custom-header_with-menu {
  padding-left: 0;
  padding-right: 0;
}
.header-container .custom-header-group.desktop .custom-header_with-menu .page-center {
  max-width: 1284px;
  padding-left: 0;
  padding-right: 0;
}
.header-container .custom-header-group.desktop .custom-header_with-menu .page-center .custom-header-panel {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 16px;
  padding-left: 16px;
}
.header-container .custom-header-group.desktop .custom-header_with-menu .page-center .custom-header-panel > .row-fluid {
  max-width: 1196px;
  margin-left: auto;
  margin-right: auto;
}
.header-container .custom-header-group.desktop .custom-header_with-menu .page-center .custom-header-panel .custom-logo:not(.custom-logo_override) {
  flex-shrink: 0;
}
.header-container .custom-header-group.desktop .custom-header_with-menu .page-center .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  padding-top: 13px;
  color: #fff;
}
.header-container .custom-header-group.desktop .custom-header_with-menu .page-center .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
  background-color: #00FF91;
}
.header-container .header-component_sticky .custom-header-group.desktop .custom-header_with-menu .custom-header-panel {
  position: relative;
}
.header-container .header-component_sticky .custom-header-group.desktop .custom-header_with-menu .custom-header-panel:before {
  content: "";
  background-color: inherit;
  width: 100vw;
  left: 50%;
  height: calc(100% + 8px);
  top: -8px;
  transform: translate3d(-50%, 0, 0);
  position: absolute;
  box-shadow: none;
}
body.standalone-without-menu .header-container .dnd-area--header-banner .dnd-section:first-child:not(.dnd-section_custom-banner-container) {
  padding-top: 0;
}
@media (min-width: 768px) {
  body.standalone-without-menu .header-container .dnd-area--header-banner .dnd-section:first-child:not(.dnd-section_custom-banner-container) {
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  body.standalone-without-menu .header-container .dnd-area--header-banner .dnd-section:first-child:not(.dnd-section_custom-banner-container) {
    padding-top: 120px;
  }
}
body.standalone-without-menu .header-container .dnd-area--header-banner .dnd-section.dnd-section_custom-banner-container:first-child {
  margin-top: 0;
  padding-top: 0;
}
body.standalone-without-menu .header-container .custom-header-group .custom-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
body.standalone-without-menu .header-container .custom-header-group.desktop .custom-header .row-fluid {
  height: 0;
  overflow: visible;
}
body.standalone-without-menu .header-container .custom-header-group.desktop .custom-header .row-fluid .custom-logo {
  position: absolute;
  top: 0;
  margin-left: -3px;
  padding-top: 12px;
  padding-bottom: 12px;
}
body.standalone-without-menu .header-container .custom-header-group.desktop .page-center {
  max-width: 1220px;
}
.header-container .header-component {
  -webkit-transition: padding-top 0.2s ease;
  -moz-transition: padding-top 0.2s ease;
  -o-transition: padding-top 0.2s ease;
  transition: padding-top 0.2s ease;
}
.header-container .header-component .custom-logo .widget-type-logo,
.header-container .header-component .hs_cos_wrapper_type_logo {
  -webkit-transition: height 0.2s ease, width 0.2s ease;
  -moz-transition: height 0.2s ease, width 0.2s ease;
  -o-transition: height 0.2s ease, width 0.2s ease;
  transition: height 0.2s ease, width 0.2s ease;
}
.header-container .header-component .custom-logo {
  background-color: transparent;
}
.header-container .header-component .custom-logo .widget-type-logo {
  background-color: transparent;
}
.header-container .header-component .custom-header-panel {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
.header-container .header-component_sticky .custom-header {
  padding-top: 0;
}
.header-container .header-component_sticky .custom-header-group.desktop .custom-header_with-menu .custom-logo .widget-type-logo {
  width: 150px;
  height: auto;
}
.header-container .header-component_sticky .custom-header-group.mobile .custom-header-panel:before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  right: -16px;
  left: -16px;
  bottom: 0;
  background-color: inherit;
  z-index: -1;
}
.header-container .dnd-section_banner-area .banner-area {
  padding-top: 0;
}
.header-container .dnd-section_banner-area .banner-area .banner-image {
  display: block;
}
.header-container .dnd-section_banner-area .sidebar-form {
  line-height: 1.2;
}
.header-container .banner-wrapper {
  width: 100%;
  overflow-x: hidden;
  height: auto;
}
.header-container .header-component .custom-header {
  background-color: #000;
}
.header-container .header-component.no-bg {
  min-height: 0;
}
.header-container .header-component.no-bg .custom-header {
  padding-top: 0;
  background-color: transparent;
}
.header-container .header-component.no-bg .custom-header > .row-fluid-wrapper {
  background-color: transparent;
}
.header-container .header-component.no-bg .custom-header > .row-fluid {
  padding: 0 !important;
}
.header-container .header-component.no-bg .custom-header > .row-fluid-wrapper > .row-fluid > .page-center > .row-fluid-wrapper > .row-fluid:after {
  content: normal !important;
}
.header-container .header-component.no-bg .custom-header .page-center > div > div {
  padding-left: 0;
  padding-right: 0;
}
.header-container .header-component.no-bg .widget-type-logo {
  padding: 0;
  width: 150px;
  background-color: transparent;
}
.header-container .header-component.no-bg .page-center {
  padding: 0 16px;
}
.custom-header {
  position: fixed;
  width: 100% !important;
  top: 0;
  left: 0;
  z-index: 99;
  will-change: transform;
}
.custom-header-spacer {
  height: 66px;
}
.custom-header_default {
  position: absolute;
}
.custom-header_no-menu .mobile-trigger {
  display: none !important;
}
@media (max-width: 767px) {
  .custom-header_no-menu {
    padding-left: 0;
    padding-right: 0;
  }
}
.custom-header > .row-fluid-wrapper {
  background-color: #F3F6F8;
  margin-left: auto;
  margin-right: auto;
}
.custom-header-group {
  position: relative;
  min-height: 0 !important;
  height: 0;
  line-height: 0;
  padding: 0;
}
.custom-header-group .banner-wrapper {
  margin-top: -2px;
}
.custom-header-group .custom-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.custom-header-group.desktop {
  margin-top: -2px;
}
@media (max-width: 1023px) {
  .custom-header-group.desktop {
    display: none;
  }
}
.custom-header-group.desktop .page-center {
  padding-left: 16px;
  padding-right: 16px;
}
.custom-header-group.desktop .custom-actions {
  flex-direction: row;
  justify-content: flex-end;
}
.custom-header-group.desktop .custom-actions .hs-button {
  margin-top: 0;
  margin-bottom: 0;
}
body.no-header-menu .custom-header-group .mobile-trigger,
body.no-header-menu .custom-header-group .custom-mobile-menu-group,
body.no-header-menu .custom-header-group .custom-header-menu-group {
  display: none !important;
}
.custom-header-group.mobile .custom-header {
  padding-right: 16px;
  padding-left: 16px;
}
.custom-header-group.mobile .custom-header_no-menu {
  padding-left: 0;
  padding-right: 0;
}
.custom-header-group.mobile .custom-header .custom-header-panel {
  margin: -8px -16px;
  padding: 8px 16px;
  background-color: #000;
}
.mobile-open .custom-header-group.mobile .custom-header .custom-header-panel .custom-mobile-menu-group {
  left: 0;
  right: 0;
}
.custom-header .page-center {
  padding: 8px 0;
}
.custom-header .page-center .custom-header-panel > .row-fluid {
  min-height: 50px;
}
.custom-header .page-center > div > div {
  padding-right: 16px;
  padding-left: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.custom-header .page-center > div > div:before,
.custom-header .page-center > div > div:after {
  display: none;
}
.custom-header-menu-group {
  width: 100% !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 !important;
}
.custom-header-search-group {
  width: 15% !important;
  padding-top: 30px;
  margin: 0 !important;
}
.custom-header-contact {
  margin: 0 !important;
}
.custom-header-thumb .menu-item {
  color: #fff;
}
.custom-header-thumb .menu-item:hover,
.custom-header-thumb .menu-item.active {
  color: #00FF91;
}
.custom-header-panel {
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin: 0;
  position: relative;
}
.custom-header-panel > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.custom-header-panel .custom-additional-navigation {
  display: flex;
  color: #fff;
  align-items: center;
  position: relative;
}
.custom-header-panel .custom-additional-navigation > .custom-widget {
  width: auto;
  min-height: 18px;
  min-width: 18px;
  margin: 0 12px;
}
.custom-header-panel .custom-additional-navigation > .custom-widget:first-child {
  margin-left: 0;
}
.custom-header-panel .custom-additional-navigation > .custom-widget:last-child {
  margin-right: 0;
}
.custom-header-panel .custom-additional-navigation .custom-language .custom-menu-item-selected {
  padding: 0!important;
  position: static;
  line-height: 24px !important;
}
.custom-header-panel .custom-menu-primary.desktop > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li > ul {
  bottom: 0;
  transform: translateY(100%);
}
.custom-header-panel .custom-language {
  width: auto !important;
  padding: 0;
}
.custom-header-panel .custom-header-menu-group {
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .custom-header-login a {
    font-weight: 500;
    line-height: 27px;
    text-decoration: none;
    color: inherit;
  }
  .custom-header-login a:hover {
    text-decoration: none;
    color: #000;
  }
}
.custom-header .custom-additional-navigation .menu-item_icon svg {
  width: 18px;
  height: 18px;
}
.custom-logo {
  z-index: 102;
  width: auto;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  margin: 0;
  padding: 8px;
}
.custom-logo .hs_cos_wrapper_type_logo {
  display: flex;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.custom-logo .hs_cos_wrapper_type_logo a {
  display: flex;
  height: inherit;
  width: inherit;
  overflow: hidden;
  text-align: center;
}
.custom-logo .hs_cos_wrapper_type_logo .hs-image-widget {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  width: auto !important;
  height: auto !important;
}
.header-component .custom-logo {
  width: 150px;
  padding: 0;
  min-height: 40px;
}
.header-component .custom-logo .widget-type-logo {
  padding: 0;
  position: relative;
  width: 100%;
  height: auto;
  background: inherit;
}
.custom-header_no-menu .header-component .custom-logo .widget-type-logo {
  box-shadow: none;
}
.header-component.no-bg .custom-logo {
  background: transparent;
  padding: 0;
}
.header-component .custom-logo_override .widget-type-logo {
  position: static;
  height: auto;
  box-shadow: none;
}
.custom-menu-primary {
  text-align: left;
  margin: 0 !important;
  float: left !important;
}
.custom-menu-primary.desktop {
  padding-left: 16px;
}
.custom-header-panel .custom-menu-primary.desktop {
  padding-left: 44px;
}
.custom-header-panel .custom-menu-primary.desktop .hs_cos_wrapper_type_menu .hs-menu-item .hs-menu-children-wrapper {
  background-color: transparent;
  padding: 0;
}
.custom-header-panel .custom-menu-primary.desktop .hs_cos_wrapper_type_menu .hs-menu-item .hs-menu-children-wrapper .sub-menu-wrapper {
  padding-left: 0;
  padding-top: 37px;
}
.custom-header-panel .custom-menu-primary.desktop .hs_cos_wrapper_type_menu .hs-menu-item .hs-menu-children-wrapper .sub-menu-wrapper-container {
  padding: 15px 52px;
  margin-top: 8px;
  background-color: #fff;
  margin-left: 180px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.custom-header-panel .custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child > a {
  margin-left: 0;
}
.custom-menu-primary.desktop .sub-menu-wrapper .hs-menu-children-wrapper .hs-menu-item:not(.hs-menu-item-info) {
  margin-bottom: 12px;
}
.custom-menu-primary.desktop .sub-menu-wrapper .hs-menu-children-wrapper .hs-menu-item:not(.hs-menu-item-info):last-child {
  margin-bottom: 0;
}
.custom-menu-primary.desktop .hs-menu-item {
  line-height: 24px;
}
.custom-menu-primary .hs-menu-item-info p {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 8px;
  letter-spacing: 0.25px;
  padding-bottom: 8px;
}
.custom-menu-primary .hs-menu-item-info:first-child p:first-child {
  margin-top: 8px;
}
.custom-menu-primary.mobile .hs-menu-item-info {
  display: none;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: inline-block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  position: relative;
  font-weight: 500;
  height: 42px;
  padding: 8px 0 0;
  margin-left: 12px;
  margin-right: 20px;
  font-size: 16px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-decoration: none;
  font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  line-height: 24px;
  color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
  content: "";
  height: 4px;
  background: #fff;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.custom-header-panel .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
  bottom: -8px;
}
@media (min-width: 1024px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    margin-right: 0;
  }
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
  position: static !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after {
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
  color: #000;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after {
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
  color: #000;
}
.sub-menu-wrapper-container .hs-menu-children-wrapper .custom-menuitem-link {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
}
.custom-menu-primary li.hs-item-has-children > .custom-menuitem-link:before,
.sub-menu-wrapper > li > .custom-menuitem-link:before {
  content: normal;
}
.custom-additional-navigation {
  width: 40% !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 0 !important;
}
.custom-additional-navigation > div > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}
.custom-additional-navigation > div > div:before,
.custom-additional-navigation > div > div:after {
  display: none;
}
.custom-additional-navigation > div > div.custom-header-contact,
.custom-additional-navigation > div > div.search-container {
  justify-content: center;
}
.custom-login-link {
  width: 15%!important;
  padding-top: 30px;
  margin: 0 !important;
}
.custom-login-link .hs-menu-wrapper > ul {
  display: block !important;
}
.custom-login-link a {
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-decoration: none;
  font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.sub-menu-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  padding-left: 177px;
}
.sub-menu-wrapper > li > ul {
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.sub-menu-wrapper-container {
  max-width: 1440px;
  margin: 0 auto;
}
.sub-menu-wrapper:not(.sub-menu-wrapper_multicolumn) > li:first-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  text-align: left;
  min-width: 30%;
  margin: 0;
}
.sub-menu-wrapper:not(.sub-menu-wrapper_multicolumn) > li:first-child > ul > li {
  margin: 12px 0 0;
  display: block;
}
.sub-menu-wrapper:not(.sub-menu-wrapper_multicolumn) > li:first-child > ul > li > a {
  color: #000;
  font-weight: 600;
  padding: 0;
  font-size: 20px;
  line-height: 24px;
  display: inline-block !important;
  text-decoration: none;
}
.sub-menu-wrapper:not(.sub-menu-wrapper_multicolumn) > li:first-child > ul > li:first-child {
  margin: 0;
}
.sub-menu-wrapper:not(.sub-menu-wrapper_multicolumn) > li:first-child > ul > li.active > a {
  color: #000 !important;
}
.sub-menu-wrapper:not(.sub-menu-wrapper_multicolumn) > li:last-child > ul > li > a {
  font-size: 22px;
  line-height: 28px;
  text-transform: none;
  color: #000;
  font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  font-weight: 600;
  display: inline-block !important;
  text-decoration: none;
}
.sub-menu-wrapper:not(.sub-menu-wrapper_multicolumn) > li:last-child > ul > li p {
  font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  padding: 7px 0 17px 0;
  margin: 0;
}
.sub-menu-wrapper:not(.sub-menu-wrapper_multicolumn) > li:last-child > ul > li p ~ .link.type-1 {
  font-weight: normal;
  color: #000;
}
.sub-menu-wrapper:not(.sub-menu-wrapper_multicolumn) > li:last-child > ul > li p ~ .link.type-1:hover {
  text-decoration: underline;
  color: #000;
}
.sub-menu-wrapper_multicolumn > li,
.sub-menu-wrapper_multicolumn > li:first-child {
  margin-bottom: 37px;
}
.sub-menu-wrapper_multicolumn > li:last-child > ul > li.hs-menu-item-info p {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  padding-bottom: 8px;
  padding-top: 0;
}
.custom-menu-primary.desktop .hs-menu-wrapper.hs-menu-flow-horizontal .sub-menu-wrapper_multicolumn,
.sub-menu-wrapper_multicolumn {
  display: flex !important;
  flex-wrap: wrap;
  margin-left: -21px;
  margin-right: -21px;
}
.sub-menu-wrapper_multicolumn .hs-menu-item.hs-menu-depth-2 > .custom-menuitem-link:before {
  content: normal;
}
.sub-menu-wrapper_multicolumn .custom-menuitem-link {
  color: #000;
  word-wrap: normal;
  font-weight: 600;
  padding: 0;
  font-size: 15px;
  line-height: 1.2;
  display: flex !important;
  white-space: normal !important;
  max-width: 100% !important;
}
.sub-menu-item-column {
  display: block;
  max-width: 33.3333%;
  padding: 0 21px;
}
.sub-menu-item-column > .custom-menuitem-link {
  line-height: 27px;
}
.search-box input[type=search] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  border: 1px solid #8E8E8F;
  background: #fff;
  color: #000;
  padding: 5px 15px;
  max-height: 42px;
  min-height: 42px;
}
.search-box input[type=search]:focus {
  outline: none;
}
.search-container {
  /* Webkit Browsers */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE10 */
}
.search-container .search-toggle {
  width: 18px;
  height: 18px;
  display: block;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2018%2018%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7.5%2013.5c1.4%200%202.7-.5%203.7-1.3l3.3%203.3%201.1-1.1-3.3-3.3c.8-1%201.3-2.3%201.3-3.7%200-3.3-2.7-6-6-6s-6%202.7-6%206c-.1%203.4%202.6%206.1%205.9%206.1zM7.5%203C10%203%2012%205%2012%207.5S10%2012%207.5%2012%203%2010%203%207.5%205%203%207.5%203z%22/%3E%3C/svg%3E ");
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin: 2px 0 0;
  background-size: contain;
}
.search-container .search-toggle:hover {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
.search-container .search-toggle:hover,
.search-container .search-toggle:focus,
.search-container.form-open .search-toggle {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2018%2018%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%2300FF91%22%20d%3D%22M7.5%2013.5c1.4%200%202.7-.5%203.7-1.3l3.3%203.3%201.1-1.1-3.3-3.3c.8-1%201.3-2.3%201.3-3.7%200-3.3-2.7-6-6-6s-6%202.7-6%206c-.1%203.4%202.6%206.1%205.9%206.1zM7.5%203C10%203%2012%205%2012%207.5S10%2012%207.5%2012%203%2010%203%207.5%205%203%207.5%203z%22/%3E%3C/svg%3E ");
}
.search-container input[type="submit"] {
  position: absolute;
  left: 10px;
  top: 50%;
  border: 0 none;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top center;
  width: 18px;
  height: 18px;
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2018%2018%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M7.5%2013.5c1.4%200%202.7-.5%203.7-1.3l3.3%203.3%201.1-1.1-3.3-3.3c.8-1%201.3-2.3%201.3-3.7%200-3.3-2.7-6-6-6s-6%202.7-6%206c-.1%203.4%202.6%206.1%205.9%206.1zM7.5%203C10%203%2012%205%2012%207.5S10%2012%207.5%2012%203%2010%203%207.5%205%203%207.5%203z%22/%3E%3C/svg%3E ");
  transform: translateY(-50%);
}
.custom-mobile-menu-group .custom-mobile-search .search-container input[type="submit"] {
  top: 10px;
}
.search-container input[type=search] {
  padding-left: 44px;
  padding-right: 5px;
}
.search-container ::-webkit-input-placeholder {
  color: rgba(0, 69, 99, 0.3);
}
.search-container :-moz-placeholder {
  color: rgba(0, 69, 99, 0.3);
}
.search-container ::-moz-placeholder {
  color: rgba(0, 69, 99, 0.3);
}
.search-container :-ms-input-placeholder {
  color: rgba(0, 69, 99, 0.3);
}
.banner-area {
  width: 100%;
  height: 100%;
  min-height: 350px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}
.banner-area .page-center {
  width: 100%;
}
.banner-area--image-right,
.banner-area_image-right {
  background-size: contain;
  background-position: right center;
}
.banner-area--text-left h1 {
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.banner-area--text-left .banner-header-content h1 {
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.banner-area--text-left .banner-header-content-left {
  padding-bottom: 25vw;
}
@media (min-width: 768px) {
  .banner-area--text-left .banner-header-content-left {
    padding-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .banner-area--text-left .banner-header-content-left {
    padding-right: 50%;
    padding-bottom: 40px;
    padding-top: 20px;
  }
}
@media (max-width: 1023px) {
  .banner-area--text-left.banner-area--image-right {
    background-size: auto 50vw;
    background-position: right bottom;
  }
}
@media (min-width: 560px) and (max-width: 1023px) {
  .banner-area--text-left.banner-area--image-right .banner-text-content {
    max-width: 700px;
    width: 75%;
  }
}
.banner-area-full .banner-header-content-left {
  max-width: 671px;
  margin-left: 0;
  padding-top: 30px;
  padding-bottom: 50px;
}
.banner-area--extended {
  padding-top: 130px;
}
@media (max-width: 767px) {
  .banner-area-limited .banner-header-content-left {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .banner-area-limited > .banner-image,
  .dnd-section .dnd-column .banner-area-limited > .banner-image {
    position: relative;
    max-height: 40vh;
    transform: none;
    left: auto;
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (min-width: 768px) {
  .banner-area-limited {
    min-height: 400px;
  }
  .banner-area-limited .banner-header-content-left {
    padding-right: 51.28205128%;
  }
  .banner-area-limited > .banner-image,
  .dnd-section .dnd-column .banner-area-limited > .banner-image {
    position: absolute;
    width: 48.71794872%;
    left: auto;
    max-height: none;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .banner-area-limited {
    min-height: 450px;
  }
  .banner-area-limited .banner-image {
    overflow: hidden;
    background-color: #3200CB;
    background-image: none!important;
  }
  .banner-area-limited[style*="background-color:;"] .banner-image:not([style*="background-color:"]),
  .dnd-section .dnd-column .banner-area-limited[style*="background-color:;"] .banner-image:not([style*="background-color:"]) {
    background-color: #3200CB;
  }
  .banner-area-limited .banner-img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    max-width: 960px;
    display: block;
  }
}
@media (min-width: 1220px) {
  .banner-area-limited > .banner-image,
  .dnd-section .dnd-column .banner-area-limited > .banner-image {
    width: calc(50% - 15px);
  }
}
.banner-area .banner-notice {
  font-size: 13px;
  line-height: 1.4;
}
h4.banner-header-superheading {
  margin-bottom: 16px;
}
.banner-flex-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 16px;
  padding-left: 16px;
}
.banner-header-content {
  width: 80%;
  position: relative;
  z-index: 5;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
}
.banner-header-content_lg {
  width: 100%;
}
.banner-header-content-center {
  font-size: 18px;
  line-height: 27px;
}
.banner-header-content-center p.large {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
.banner-header-content .banner-textcontent_large h1,
.banner-header-content .banner-header-heading {
  color: inherit;
  font-size: 60px;
  line-height: 53px;
  text-transform: none;
  font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
}
.banner-header-content .banner-textcontent_large h3 {
  font-size: 24px;
  line-height: 33px;
}
.banner-header-content h1 {
  margin-bottom: 15px;
}
.banner-header-content-left h1 {
  margin-bottom: 8px;
}
.banner-header-content-left h1 + p {
  margin-top: 8px;
}
.banner-component_light .banner-header-content,
.banner-area[style*="background-color: #ffffff"] .banner-header-content,
.banner-area[style*="background-color:#ffffff"] .banner-header-content {
  color: #000;
}
.banner-inner_lg {
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 40px;
  background-position: center;
  background-size: contain;
}
.banner-inner_lg h1 {
  font-size: 72px;
  line-height: 0.8em;
}
.banner-inner_lg h1:last-child {
  margin-bottom: 0;
}
.banner-textcontent_large {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  min-height: 52vh;
}
.banner-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.banner-image {
  top: 0;
}
.banner-img {
  display: none;
}
.banner-wrapper.body-container .desktop-side-content .hs_cos_wrapper_type_space {
  padding-top: 30px;
}
.banner-wrapper_text-light .banner-header-content {
  background-color: transparent;
  color: #fff;
}
.banner-wrapper_text-light .banner-header-content h2,
.banner-wrapper_text-light .banner-header-content h3,
.banner-wrapper_text-light .banner-header-content h4,
.banner-wrapper_text-light .banner-header-content h5,
.banner-wrapper_text-light .banner-header-content h1 {
  color: inherit;
}
.banner-wrapper-bg.banner-wrapper_image-right {
  background-size: contain;
  background-position: center right;
}
.banner-wrapper_extended .banner-component {
  position: relative;
  z-index: 0;
}
.banner-wrapper_extended .banner-component .banner-area {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
.banner-wrapper_content-full > .row-fluid-wrapper {
  max-width: 1220px;
}
.banner-wrapper#save-percent .banner-header-content {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1023px) {
  .banner-wrapper_mobile-bottom {
    background-position: bottom center;
    background-size: 200vw auto;
  }
}
@media (max-width: 1023px) {
  .banner-wrapper_mobile-bottom#save-percent {
    background-size: 220vw auto;
    background-position: -71vw calc(100% + 10.5vw);
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .banner-wrapper_mobile-bottom#save-percent {
    background-size: cover;
    background-position: calc(50% - 80px) center;
  }
}
@media (min-width: 1400px) {
  .banner-wrapper_mobile-bottom#save-percent {
    background-size: 110% auto;
    background-position: 60% center;
  }
}
.banner-wrapper_mobile-bottom#percent-save {
  background-size: 220vw auto;
  background-position: -66vw calc(100% + 12.5vw);
}
@media (min-width: 1041px) and (max-width: 1210px) {
  .banner-wrapper_mobile-bottom#percent-save {
    background-size: cover;
    background-position: 53% center;
  }
}
@media (min-width: 1024px) and (max-width: 1140px) {
  .banner-wrapper_mobile-bottom#percent-save {
    background-size: cover;
    background-position: 63% center;
  }
}
@media (min-width: 1024px) {
  .banner-inner_lg {
    padding-top: 135px;
    padding-bottom: 106px;
  }
  .banner-inner_lg h1 {
    font-size: 138px;
  }
}
.custom-contact-box {
  position: absolute;
  width: 360px !important;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  margin: 0 !important;
  background: #fff;
  padding-top: 25px;
  right: 0;
}
.pop-up-open .custom-contact-box {
  display: block !important;
}
.custom-header-contact .custom-contact-box {
  bottom: -8px;
  transform: translate3d(0, 100%, 0);
}
.custom-contact-box,
.custom-contact-content-container {
  display: none !important;
}
.custom-contact-tab .custom-tab-col {
  width: 50% !important;
  text-align: center;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px 20px;
  margin: 0 !important;
}
.custom-contact-tab > div > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #d5d5d5;
}
.custom-contact-tab > div > div:after,
.custom-contact-tab > div > div:before {
  display: none;
}
.custom-contact-tab-content-container {
  width: 100% !important;
  margin: 0 !important;
}
.custom-contact-form-container {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 25px;
  width: 100%;
}
.custom-contact-form-container input[type="email"],
.custom-contact-form-container input[type="tel"] {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  border: 1px solid #8E8E8F;
  background: #fff;
  color: #000;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  min-height: 52px;
  letter-spacing: normal;
}
.custom-contact-form-container input[type="email"]:focus,
.custom-contact-form-container input[type="tel"]:focus {
  outline: none;
}
.custom-contact-form-container input[type="submit"] {
  -webkit-appearance: none;
  text-decoration: none !important;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
  padding: 24px 32px;
  border-radius: 2px;
  color: #fff;
  background: #00b1eb;
  border: 0 none;
  display: inline-block;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: normal;
  margin: 21px 0 20px;
  white-space: normal !important;
  width: 100%;
}
.custom-contact-form-container input[type="submit"]:hover {
  background: #00b9f5;
  -webkit-transform: translate(0, -3px);
  -moz-transform: translate(0, -3px);
  -o-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  transform: translate(0, -3px);
  -webkit-box-shadow: 0 15px 19px -16px #00b1eb;
  -moz-box-shadow: 0 15px 19px -16px #00b1eb;
  box-shadow: 0 15px 19px -16px #00b1eb;
}
.custom-contact-form-container span.hs-form-required {
  display: none;
}
.custom-contact-form-container .hs-fieldtype-booleancheckbox ul {
  margin: 5px 0 0;
}
.custom-contact-form-container .hs-fieldtype-booleancheckbox ul span {
  margin: 0 0 0 -6px;
  display: inline-block;
  padding-left: 30px;
  text-align: left;
}
.custom-contact-box > .navigation-contact-box {
  margin-top: -25px;
  color: #000;
}
.navigation-contact-box a {
  color: #000;
}
.navigation-contact-box a:hover,
.navigation-contact-box a:focus {
  color: #000;
}
.navigation-contact-box p {
  margin-bottom: 0;
}
.navigation-contact-box .hs-button:last-child {
  margin-bottom: 0;
}
.navigation-contact-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0;
  list-style: none;
  margin: 0;
}
.navigation-contact-nav li {
  position: relative;
  flex: 1 0 auto;
  width: 50%;
  text-align: center;
  list-style: none;
}
.navigation-contact-nav li[data-contact-nav-id="0"]:after,
.navigation-contact-nav li[data-contact-nav-id="1"]:after {
  content: "";
  width: 0;
  height: 4px;
  position: absolute;
  bottom: 0;
  background-color: #00FF91;
  display: block;
  transition: 0.2s ease;
}
.navigation-contact-nav li[data-contact-nav-id="0"]:after {
  right: 0;
}
.navigation-contact-nav li[data-contact-nav-id="1"]:after {
  left: 0;
}
.navigation-contact-nav li.active:after {
  width: 100%;
}
.navigation-contact-nav li a {
  font-weight: 400;
  padding: 16px 15px;
  display: block;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.navigation-contact-nav li a:hover {
  text-decoration: none;
  background-color: transparent;
}
.navigation-contact-form input,
.navigation-contact-form label {
  display: block;
}
.navigation-contact-form input[type=text] {
  border: 1px solid #b0cad5;
  height: 43px;
  padding: 0 10px;
  width: 100%;
  margin-bottom: 16px;
}
.navigation-contact-form label {
  text-align: left;
  font-weight: 300;
  margin-bottom: 4px;
}
.navigation-contact-form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 24px 0 16px;
}
.navigation-contact-form .button {
  width: 100%;
  justify-content: center;
}
.navigation-contact-content {
  display: none;
}
.navigation-contact-content.active {
  display: block;
}
.navigation-contact-content-upper {
  background-color: #f3f6f8;
  padding: 25px;
}
.navigation-contact-content-upper p {
  padding: 0 0 4px;
  margin-bottom: 0;
  line-height: 26px;
}
.navigation-contact-content-upper p a {
  line-height: 21px;
  font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.navigation-contact-content-upper-item:not(:last-child) {
  margin-bottom: 20px;
}
.navigation-contact-content-lower,
.navigation-contact-content-upper {
  text-align: center;
}
.navigation-contact-content-lower {
  padding: 25px 29px;
}
.navigation-contact-content-lower .field-group input,
.navigation-contact-content-lower .field-group textarea,
.navigation-contact-content-lower .field-group select {
  margin-bottom: 20px !important;
}
.navigation-contact-content-lower .content-container p {
  text-align: left;
  padding-bottom: 16px;
}
.navigation-contact-content-lower .content-container p a {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.navigation-contact-content-lower .content-container p a:hover,
.navigation-contact-content-lower .content-container p a:focus {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}
.navigation-contact-content-lower label.form-check-label span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.navigation-contact-content-lower .form-container .input.checkbox label > span {
  padding-left: 4px;
}
.navigation-contact-content-lower .form-container .input.checkbox label > input[type="checkbox"] {
  margin-left: 0;
  position: relative;
  top: 1px;
}
.navigation-contact-content-lower .field-group + .clearfix p {
  text-align: left;
  font-size: 13px;
  line-height: 18px;
}
.navigation-contact-content-lower .field-group + .clearfix p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.navigation-contact-content-lower .field-group + .clearfix p a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
.navigation-contact-content-lower .button,
.navigation-contact-content-lower .hs-button {
  width: 100%;
  justify-content: center;
}
.navigation-contact-content-lower p + .button,
.navigation-contact-content-lower p + .hs-button {
  margin-top: 8px;
}
.navigation-contact.active.icon.contact > a:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.75 4a.75.75 0 00-.75.75v14c0 .414.336.75.75.75h20a.75.75 0 00.75-.75V5.756 4.75a.75.75 0 00-.75-.75h-20zm19.14 1.5H2.61l8.372 7.193c.246.212.514.307.768.307s.521-.095.767-.306L20.89 5.5zM2.5 7.383V18H21V7.383l-7.505 6.448a2.672 2.672 0 01-1.745.669 2.673 2.673 0 01-1.745-.669L2.5 7.383z' fill='%23FF5900'/%3E%3C/svg%3E");
}
.custom-header-contact-text a {
  border-radius: 50px;
  padding: 7px 18px;
  font-size: 18px;
  line-height: normal;
  text-transform: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
  font-weight: 700;
  border: 0 none;
  display: inline-block;
}
.custom-header-contact-thumb a {
  min-width: 18px;
  min-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.custom-header-contact-thumb a svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.custom-header-contact-thumb a:hover,
.custom-header-contact-thumb a:focus {
  text-decoration: none;
  color: #00FF91;
}
div#search-input-container {
  display: none;
  position: absolute;
  left: auto;
  width: 300px;
  right: -12px;
  transform: translate3d(0, 100%, 0);
  bottom: -8px;
}
.form-open div#search-input-container {
  display: block;
}
.form-open div#search-input-container input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.custom-language,
.custom-langauge {
  width: 15% !important;
  padding-top: 30px;
}
.custom-language .hs-menu-wrapper > ul,
.custom-langauge .hs-menu-wrapper > ul {
  display: block !important;
}
.custom-language .hs-menu-wrapper > ul > li > a,
.custom-langauge .hs-menu-wrapper > ul > li > a {
  color: inherit;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}
.custom-language .hs-menu-wrapper > ul > li > ul,
.custom-langauge .hs-menu-wrapper > ul > li > ul {
  background: #fff;
  padding: 20px 30px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: none !important;
}
.custom-language .hs-menu-wrapper > ul > li > ul li a,
.custom-langauge .hs-menu-wrapper > ul > li > ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  line-height: 24px;
  margin-bottom: 10px;
}
.custom-language .hs-menu-wrapper > ul > li > ul li a:hover,
.custom-langauge .hs-menu-wrapper > ul > li > ul li a:hover {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.custom-language .hs-menu-children-wrapper {
  visibility: visible !important;
  opacity: 0 !important;
  transform: rotateX(90deg);
  transform-origin: top center;
}
.custom-language .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.hs-menu-item.hs-menu-depth-1 {
  position: static;
}
.custom-language.menu-open .hs-menu-children-wrapper {
  opacity: 1 !important;
  transform: rotateX(0deg);
}
.custom-language .custom-menu-item-selected:after {
  content: "";
  width: 0.6em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 0.2em;
  display: inline-block;
  line-height: 0;
  height: 0.6em;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M14%205.333%208.283%2011.05a.398.398%200%200%201-.566%200L2%205.333%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E ");
}
.custom-lang-mobile .custom-language .custom-menu-item-selected:after {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M14%205.333%208.283%2011.05a.398.398%200%200%201-.566%200L2%205.333%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E ");
}
.custom-language.menu-open .custom-menu-item-selected,
.custom-language .custom-menu-item-selected:hover {
  color: #00FF91;
}
.custom-language.menu-open .custom-menu-item-selected:after,
.custom-language .custom-menu-item-selected:hover:after {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M14%205.333%208.283%2011.05a.398.398%200%200%201-.566%200L2%205.333%22%20stroke%3D%22%2300FF91%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E ");
}
.custom-language.menu-open .custom-menu-item-selected:after {
  transform: rotateZ(180deg);
}
@media (max-width: 1023px) {
  .custom-language .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
  }
  .custom-language .hs-menu-item a {
    font-size: 18px;
    font-weight: 300;
  }
  .custom-language.menu-open .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    background: transparent;
  }
  .custom-language.menu-open ul.hs-menu-children-wrapper {
    box-shadow: none;
    padding: 4px 0 0;
    position: static !important;
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  .custom-language .custom-menu-item-selected {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .custom-language .hs-menu-children-wrapper .hs-menu-item a {
    font-size: 18px;
    font-weight: 300;
  }
  .custom-language .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: auto;
    right: -12px;
    bottom: -8px;
  }
  .custom-language.menu-open .hs-menu-children-wrapper {
    transform: translateY(100%) rotateX(0deg);
    min-width: 235px;
  }
  .custom-language .custom-menu-item-selected:after {
    margin-right: 3px;
  }
}
.custom-tab-col p {
  margin: 0;
}
.info-content-box {
  width: 100%;
  background: #fafafa;
  padding: 25px;
  text-align: center;
}
.info-content-box span {
  font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  display: block;
}
.info-content-box a {
  font-weight: 600;
  color: #000;
}
.bottom-info-content-box {
  text-align: center;
  padding: 25px;
  background: #fff;
}
.bottom-info-content-box p {
  font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  padding: 7px 0 17px 0;
  margin: 0;
}
.bottom-info-content-box img {
  margin: 0 0 6px;
}
.bottom-info-content-box a.button.type-1.color-1 {
  width: 100%;
}
ul.contact-tab {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #d5d5d5;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.contact-tab li {
  width: 50%;
  text-align: center;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  padding: 0 15px 20px;
}
ul.contact-tab li:after {
  content: "";
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 3px;
  border-radius: 5px;
  background: #00FF91;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
ul.contact-tab li.active {
  font-weight: 600;
}
ul.contact-tab li.active:hover:after {
  background: #000000;
}
ul.contact-tab li:hover:after,
ul.contact-tab li.active:after {
  width: 100%;
}
.contact-tab-content {
  display: none;
}
.contact-tab-content-2.active,
.contact-tab-content-1.active {
  display: block;
}
div#contact-tab-1 {
  display: block  !important;
}
@media (min-width: 1024px) {
  .header-component .custom-logo_override .widget-type-logo,
  .header-component.no-bg .custom-logo .widget-type-logo {
    height: auto;
  }
  .header-component.no-bg {
    min-height: 0;
  }
  .custom-header-panel {
    padding-left: 32px;
    padding-right: 32px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .custom-header-contact {
    padding-top: 0;
  }
}
/* =============== Content =============== */
.body-container {
  padding: 0;
}
body .page-center {
  padding: 0 16px;
}
.custom-column-container .page-center {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .mob-mb-1 {
    margin-bottom: 8px;
  }
  .mob-mb-2 {
    margin-bottom: 16px;
  }
  .mob-mb-3 {
    margin-bottom: 24px;
  }
  .mob-mb-4 {
    margin-bottom: 32px;
  }
  .custom-column:not(:last-child),
  .custom-column:not(.custom-column-form) {
    padding-bottom: 24px;
  }
  .custom-column > ul,
  .custom-column > ol,
  .custom-column > .content-list:last-child {
    margin-bottom: 0;
  }
}
.body-container-wrapper .custom-emphasized,
.footer-container-wrapper .custom-emphasized {
  font-size: 44px;
  line-height: 1;
  margin-bottom: 24px;
  color: transparent;
  font-weight: 700;
  -webkit-text-stroke-width: 1.2px;
}
@media (min-width: 768px) {
  .body-container-wrapper .custom-emphasized,
  .footer-container-wrapper .custom-emphasized {
    font-size: 64px;
    -webkit-text-stroke-width: 1.5px;
    margin-bottom: 32px;
  }
}
.body-container-wrapper .custom-emphasized {
  -webkit-text-stroke-color: #000;
}
.body-container-wrapper .custom-emphasized a,
.body-container-wrapper .custom-emphasized a:active,
.body-container-wrapper .custom-emphasized a:hover,
.body-container-wrapper .custom-emphasized a:focus,
.body-container-wrapper .custom-emphasized strong {
  color: #000;
}
.footer-container-wrapper .custom-emphasized {
  -webkit-text-stroke-color: #fff;
}
.footer-container-wrapper .custom-emphasized a,
.footer-container-wrapper .custom-emphasized a:active,
.footer-container-wrapper .custom-emphasized a:hover,
.footer-container-wrapper .custom-emphasized a:focus,
.footer-container-wrapper .custom-emphasized strong {
  color: #fff;
}
html:not([class]) .row-fluid [class*="span"] {
  min-height: 0;
}
.error-page > .row-fluid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.error-page > .row-fluid:before,
.error-page > .row-fluid:after {
  content: normal;
}
.error-page-text {
  padding-top: 140px;
  padding-bottom: 80px;
  text-align: center;
}
.error-page-text h1 {
  font-size: 96px;
  line-height: 1;
  margin-bottom: 28px;
}
.error-page-text h3 {
  margin-bottom: 28px;
}
.error-page-text .hs-button:first-child {
  margin-top: 0;
}
.error-page-image-figure {
  padding: 0;
  margin: 0;
}
@media (max-width: 1023px) {
  .error-page-image-figure {
    margin-left: -15px;
    margin-right: -15px;
    width: 100vw;
  }
  .error-page > .row-fluid {
    flex-wrap: wrap;
    display: flex;
    float: none;
  }
  .error-page .span6.dnd-column {
    width: 100%;
  }
  .error-page-text {
    padding-top: 160px;
    padding-bottom: 100px;
  }
  .error-page-text h1 {
    font-size: 140px;
  }
}
@media (min-width: 1024px) {
  .error-page-text {
    padding-top: 200px;
    padding-bottom: 140px;
  }
  .error-page-text h1 {
    font-size: 200px;
    margin-bottom: 40px;
  }
  .error-page-text h3 {
    margin-bottom: 40px;
  }
  .error-page-image {
    width: 50vw;
    max-width: 960px;
    position: relative;
    left: -15px;
  }
  .error-page .span6.dnd-column {
    align-items: flex-end;
    display: flex;
  }
}
.default-listing {
  padding-left: 1.5em;
  position: relative;
}
.default-listing li {
  padding-left: 0.6em;
  margin-top: 0.66667em;
  line-height: 1.6em;
}
.default-listing li:first-child {
  margin-top: 0;
}
ul.default-listing li {
  list-style: none;
}
ul.default-listing li:before {
  content: "\25cf";
  position: absolute;
  left: 0.75em;
  font-size: 0.66em;
  margin-top: 0.01em;
}
ul.default-listing[style*="style-type: square"] li:before {
  content: "\25a0";
}
ul.default-listing[style*="style-type: circle"] li:before {
  content: "\25cb";
}
ol.default-listing {
  position: relative;
  counter-reset: my-ol-counter;
}
ol.default-listing li {
  list-style: none;
}
ol.default-listing li:before {
  content: counter(my-ol-counter);
  counter-increment: my-ol-counter;
  position: absolute;
  left: 0;
  font-size: 1em;
  color: #fff;
  background-color: #000;
  width: 1.5555em;
  height: 1.5555em;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -0.2em;
}
/* =============== Footer =============== */
.footer-container-wrapper .dnd-section_custom-banner-container {
  overflow: hidden;
}
.content-graphic_centered,
.content-graphic_centered svg {
  align-self: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.content-graphic_centered:only-child {
  display: flex;
  height: 100%;
}
.footer-content-optional {
  padding: 0;
}
.footer-content-optional .span12,
.footer-content-optional .span12 .widget-type-widget_container.main-content.page-center {
  min-height: 0;
}
.footer-content-optional .widget-type-widget_container.main-content.page-center > .hs_cos_wrapper_widget_container {
  padding: 48px 16px;
  display: block;
}
.footer-content-optional .widget-type-widget_container.main-content.page-center > .hs_cos_wrapper_widget_container:empty {
  display: none;
}
.footer-content-optional .widget-type-widget_container.main-content.page-center > .hs_cos_wrapper_widget_container .hs_cos_wrapper_type_rich_text > p:last-child {
  margin-bottom: 0;
}
.footer-content-optional .widget-type-widget_container.main-content.page-center > .hs_cos_wrapper_widget_container .hs_cos_wrapper_type_rich_text > p:last-child > .hs-button.primary:only-child {
  margin-bottom: 0;
}
.custom-footer-links .custom-footer-link {
  font-weight: normal;
  display: block;
}
.custom-footer-links .custom-footer-link:hover,
.custom-footer-links .custom-footer-link:focus {
  color: #FFF;
  text-underline-offset: 0.36em;
  text-decoration-thickness: 1px;
}
.custom-footer-links p {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 24px;
}
.custom-footer-group {
  padding-bottom: 30px;
  background: transparent;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}
.custom-footer-group:last-child {
  padding-bottom: 0;
}
.custom-footer-group .row-fluid .page-center {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.custom-footer-group .page-center {
  margin-left: auto;
  margin-right: auto;
}
.custom-footer-group .page-center > div > .row-fluid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column wrap;
  align-items: flex-end;
}
.custom-footer-group .page-center > div > .row-fluid:before,
.custom-footer-group .page-center > div > .row-fluid:after {
  content: normal;
}
.custom-footer-group .page-center_top > div > .row-fluid {
  align-items: flex-start;
}
.custom-footer-group .custom-footer-left {
  flex: 1 0 auto;
  width: 100%;
}
.custom-footer-group .custom-footer-right {
  margin-left: 0;
  flex: 0 0 auto;
  width: auto;
}
.custom-footer-group .custom-footer-right .hs_cos_wrapper_widget > p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.custom-footer-group .custom-footer-right .hs-cta-wrapper:first-child .cta_button {
  margin-top: 0;
}
.custom-footer-group .custom-footer-right .hs-cta-wrapper:last-child .cta_button {
  margin-bottom: 0;
}
.custom-footer-group .custom-footer-right p,
.custom-footer-group .custom-footer-right h3,
.custom-footer-group .custom-footer-right h4,
.custom-footer-group .custom-footer-right h5 {
  text-align: right;
}
.custom-footer-group .hs-button.secondary {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.custom-footer-group h1,
.custom-footer-group h2,
.custom-footer-group h3,
.custom-footer-group h4,
.custom-footer-group h5 {
  color: inherit;
}
.custom-footer-group h4,
.custom-footer-group h5 {
  font-weight: 500;
  margin-bottom: 16px;
}
.custom-footer-container {
  color: #fff;
}
.custom-footer-container .content-list_check > li:before {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M11.7632%2019.9383L2.84112%2011.0162L0%2013.8574L11.7632%2025.5707L32%205.33398H26.3676L11.7632%2019.9383Z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E ");
}
.custom-footer-container .hs-richtext a:not([class]),
.custom-footer-container .hs_cos_wrapper_type_rich_text a:not([class]),
.custom-footer-container .hs-richtext a:not([class]):hover,
.custom-footer-container .hs_cos_wrapper_type_rich_text a:not([class]):hover {
  color: #FFF;
}
.custom-footer-container .hs-richtext a:not([class]):hover,
.custom-footer-container .hs_cos_wrapper_type_rich_text a:not([class]):hover {
  text-decoration: underline;
  text-underline-offset: 0.36em;
  text-decoration-thickness: 1px;
}
.custom-footer-container .custom-footer-row h1,
.custom-footer-container .dnd-row h1,
.custom-footer-container .custom-footer-row h2,
.custom-footer-container .dnd-row h2,
.custom-footer-container .custom-footer-row h3,
.custom-footer-container .dnd-row h3,
.custom-footer-container .custom-footer-row h4,
.custom-footer-container .dnd-row h4,
.custom-footer-container .custom-footer-row h5,
.custom-footer-container .dnd-row h5 {
  color: inherit;
}
.custom-footer-container .custom-footer-row {
  padding-top: 50px;
  padding-left: 16px;
  padding-right: 16px;
}
.custom-footer-container .custom-footer-row > .hs_cos_wrapper {
  max-width: 1140px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.custom-footer-container .custom-footer-row_full > .hs_cos_wrapper {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .custom-footer-container .custom-footer-row {
    padding-top: 80px;
  }
  .custom-footer-container .custom-footer_default-sections .custom-footer-left {
    flex: 1 1 auto;
  }
  .custom-footer-container .custom-footer_default-sections .custom-footer-group .page-center > div > .row-fluid {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .custom-footer-container .custom-footer_default-sections:first-child {
    margin-top: 16px;
  }
  .custom-footer-container .custom-footer-group .page-center > div > .row-fluid {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .custom-footer-container .custom-footer-left {
    width: 50%;
    flex: 1 0 auto;
  }
  .custom-footer-container .custom-footer-right {
    width: auto;
    flex: 1 0 auto;
  }
  .custom-footer-container .custom-footer-column-header:empty {
    display: none;
  }
  .custom-footer-container .custom-footer-column {
    display: flex;
    flex-direction: column;
  }
  .custom-footer-container .custom-footer-column-body {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
  }
  .custom-footer-container .custom-footer-column-body:last-child p:last-child {
    margin-bottom: 0;
  }
  .custom-footer-container .custom-footer-column-body .content-graphic {
    align-self: center;
  }
  .custom-footer-container .custom-footer-column-body .content-graphic:only-child {
    display: flex;
    height: 100%;
  }
}
.custom-footer-bottom {
  padding-top: 30px;
  border-top: 2px solid #d5d5d5;
  background: transparent;
  color: #fff;
}
.custom-footer-copyright-container {
  padding-top: 27px;
  padding-bottom: 27px;
}
.custom-footer-column {
  padding-left: 16px;
  padding-right: 16px;
}
.custom-footer-column-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: -16px;
  margin-right: -16px;
}
.custom-footer-container-mb,
.container-fluid .row-fluid .custom-footer-container-mb {
  margin-bottom: 27px;
}
.custom-footer-legal {
  padding-right: 15px;
  padding-left: 15px;
  font-weight: 400;
}
.custom-footer-legal .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  flex-flow: column wrap;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.custom-footer-legal .hs-menu-wrapper > ul:before,
.custom-footer-legal .hs-menu-wrapper > ul:after {
  content: normal;
}
.custom-footer-legal .hs-menu-wrapper > ul > li {
  margin: 0 24px 0 0;
  list-style: none;
}
.custom-footer-legal .hs-menu-wrapper > ul > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  line-height: 24px;
  display: block;
  font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  white-space: nowrap;
}
.custom-footer-legal .hs-menu-wrapper > ul > li > a:hover {
  color: #FFF;
  text-decoration: underline;
  text-underline-offset: 0.36em;
  text-decoration-thickness: 1px;
}
.custom-footer-legal .hs-menu-item a.menuitem_cookie-consent {
  position: relative;
  padding-left: 40px;
}
.custom-footer-legal .hs-menu-item a.menuitem_cookie-consent:before {
  background-position: center;
  top: 50%;
  content: "";
  left: 0;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  transform: translate3d(0, -50%, 0);
  background-size: 32px auto;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3Axlink%3D'http%3A//www.w3.org/1999/xlink'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20class%3D'b'%20style%3D'width%3A%2032px%3Bheight%3A%2032px%3B'%20version%3D'1.1'%20viewBox%3D'0%200%2064%2064'%3E%3Cdefs%3E%3Ccircle%20cx%3D'30'%20cy%3D'30'%20id%3D'bto-path-1'%20stroke%3D'%23ffffff'%20r%3D'30'%3E%3C/circle%3E%3Cfilter%20filterUnits%3D'objectBoundingBox'%20height%3D'110.0%25'%20id%3D'filter-2'%20width%3D'110.0%25'%20x%3D'-5.0%25'%20y%3D'-5.0%25'%3E%3CfeOffset%20dx%3D'0'%20dy%3D'0'%20in%3D'SourceAlpha'%20result%3D'shadowOffsetOuter1'%3E%3C/feOffset%3E%3CfeGaussianBlur%20in%3D'shadowOffsetOuter1'%20result%3D'shadowBlurOuter1'%20stdDeviation%3D'1'%3E%3C/feGaussianBlur%3E%3CfeColorMatrix%20in%3D'shadowBlurOuter1'%20type%3D'matrix'%20values%3D'0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.5%200'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg%20fill%3D'none'%20fill-rule%3D'evenodd'%20id%3D'opt-in_screens'%20stroke%3D'none'%20stroke-width%3D'1'%3E%3Cg%20id%3D'1'%20transform%3D'translate%28-82.000000,%20-688.000000%29'%3E%3Cg%20id%3D'button'%20transform%3D'translate%2884.000000,%20690.000000%29'%3E%3Cg%20id%3D'background'%3E%3Cuse%20fill%3D'black'%20fill-opacity%3D'1'%20filter%3D'url%28%23filter-2%29'%20xlink%3Ahref%3D'%23bto-path-1'%3E%3C/use%3E%3Cuse%20fill%3D'%23000000'%20fill-rule%3D'evenodd'%20xlink%3Ahref%3D'%23bto-path-1'%3E%3C/use%3E%3C/g%3E%3Cpath%20d%3D'M24.1103345,43.2666789%20L42,43.2666789%20C43.6568542,43.2666789%2045,41.9235331%2045,40.2666789%20L45,40.2666789%20L45,17%20C45,15.3431458%2043.6568542,14%2042,14%20L19,14%20L19,14%20C17.3431458,14%2016,15.3431458%2016,17%20L16,17%20L16,39.2436893%20L16,47%20L24.1103345,43.2666789%20Z'%20fill%3D'%23FFFFFF'%20id%3D'speechbubble'%3E%3C/path%3E%3Cpath%20d%3D'M34.7005816,23.8525%20C34.642792,23.8525%2034.5850024,23.8375%2034.5344365,23.8075%20C33.1474861,23.065%2031.9483519,22.75%2030.5108356,22.75%20C29.0805429,22.75%2027.7224873,23.1025%2026.4872346,23.8075%20C26.3138658,23.905%2026.0971548,23.8375%2025.996023,23.6575%20C25.9021149,23.4775%2025.9671282,23.245%2026.140497,23.1475%20C27.4841052,22.39%2028.95774,22%2030.5108356,22%20C32.0494837,22%2033.3930919,22.3525%2034.8667267,23.14%20C35.0473192,23.2375%2035.1123325,23.4625%2035.0184244,23.6425%20C34.9534111,23.7775%2034.8306082,23.8525%2034.7005816,23.8525%20L34.7005816,23.8525%20Z%20M24.3634668,27.79%20C24.2912298,27.79%2024.2189928,27.7675%2024.1539795,27.7225%20C23.9878344,27.6025%2023.9517159,27.37%2024.0672951,27.1975%20C24.7824414,26.1475%2025.6926276,25.3225%2026.7761826,24.745%20C29.0444244,23.53%2031.9483519,23.5225%2034.2238174,24.7375%20C35.3073724,25.315%2036.2175586,26.1325%2036.9327049,27.175%20C37.0482841,27.34%2037.0121656,27.58%2036.8460205,27.7%20C36.6798754,27.82%2036.4559407,27.7825%2036.3403615,27.61%20C35.6902285,26.665%2034.8667267,25.9225%2033.8915272,25.405%20C31.8183253,24.3025%2029.1672273,24.3025%2027.1012491,25.4125%20C26.1188259,25.9375%2025.2953241,26.6875%2024.6451911,27.6325%20C24.5874015,27.7375%2024.479046,27.79%2024.3634668,27.79%20L24.3634668,27.79%20Z%20M28.8782793,36.8425%20C28.7843712,36.8425%2028.6904631,36.805%2028.6254498,36.73%20C27.9969879,36.0775%2027.657474,35.6575%2027.1734861,34.75%20C26.6750508,33.8275%2026.4149976,32.7025%2026.4149976,31.495%20C26.4149976,29.2675%2028.2498174,27.4525%2030.5036119,27.4525%20C32.7574063,27.4525%2034.5922261,29.2675%2034.5922261,31.495%20C34.5922261,31.705%2034.4333047,31.87%2034.2310411,31.87%20C34.0287775,31.87%2033.8698561,31.705%2033.8698561,31.495%20C33.8698561,29.68%2032.3601028,28.2025%2030.5036119,28.2025%20C28.6471209,28.2025%2027.1373676,29.68%2027.1373676,31.495%20C27.1373676,32.575%2027.368526,33.5725%2027.8091717,34.3825%20C28.2714885,35.245%2028.5893313,35.6125%2029.1455562,36.1975%20C29.2828065,36.3475%2029.2828065,36.58%2029.1455562,36.73%20C29.0660955,36.805%2028.9721874,36.8425%2028.8782793,36.8425%20Z%20M34.0576723,35.455%20C33.198052,35.455%2032.4395635,35.23%2031.8183253,34.7875%20C30.741994,34.03%2030.0990846,32.8%2030.0990846,31.495%20C30.0990846,31.285%2030.258006,31.12%2030.4602696,31.12%20C30.6625333,31.12%2030.8214547,31.285%2030.8214547,31.495%20C30.8214547,32.5525%2031.3415611,33.55%2032.2228525,34.165%20C32.7357352,34.525%2033.3353023,34.6975%2034.0576723,34.6975%20C34.2310411,34.6975%2034.5199891,34.675%2034.8089371,34.6225%20C35.003977,34.585%2035.1917932,34.72%2035.2279117,34.93%20C35.2640302,35.1325%2035.1340036,35.3275%2034.93174,35.365%20C34.5199891,35.4475%2034.1588041,35.455%2034.0576723,35.455%20L34.0576723,35.455%20Z%20M32.6057086,37%20C32.5768138,37%2032.5406953,36.9925%2032.5118005,36.985%20C31.3632322,36.655%2030.6119674,36.2125%2029.824584,35.41%20C28.813266,34.3675%2028.2570411,32.98%2028.2570411,31.495%20C28.2570411,30.28%2029.2539117,29.29%2030.4819407,29.29%20C31.7099698,29.29%2032.7068404,30.28%2032.7068404,31.495%20C32.7068404,32.2975%2033.3786445,32.95%2034.20937,32.95%20C35.0400955,32.95%2035.7118996,32.2975%2035.7118996,31.495%20C35.7118996,28.6675%2033.3641971,26.3725%2030.474717,26.3725%20C28.4231862,26.3725%2026.5450242,27.5575%2025.6998513,29.395%20C25.418127,30.0025%2025.273653,30.715%2025.273653,31.495%20C25.273653,32.08%2025.3242189,33.0025%2025.7576409,34.2025%20C25.8298779,34.3975%2025.7359698,34.615%2025.5481536,34.6825%20C25.3603374,34.7575%2025.1508501,34.6525%2025.0858368,34.465%20C24.7318755,33.4825%2024.5585067,32.5075%2024.5585067,31.495%20C24.5585067,30.595%2024.7246518,29.7775%2025.0497183,29.065%20C26.0104704,26.9725%2028.1414619,25.615%2030.474717,25.615%20C33.7615006,25.615%2036.4342696,28.2475%2036.4342696,31.4875%20C36.4342696,32.7025%2035.437399,33.6925%2034.20937,33.6925%20C32.981341,33.6925%2031.9844704,32.7025%2031.9844704,31.4875%20C31.9844704,30.685%2031.3126663,30.0325%2030.4819407,30.0325%20C29.6512152,30.0325%2028.9794111,30.685%2028.9794111,31.4875%20C28.9794111,32.77%2029.4561753,33.97%2030.330243,34.87%20C31.0164946,35.575%2031.6738513,35.965%2032.692393,36.2575%20C32.8874329,36.31%2032.9957884,36.52%2032.9452225,36.715%20C32.909104,36.8875%2032.7574063,37%2032.6057086,37%20L32.6057086,37%20Z'%20fill%3D'%23000000'%20fill-rule%3D'nonzero'%20id%3D'fingerprint'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
}
.custom-footer-copyright > .row-fluid:first-child > .custom-footer-legal:first-child {
  padding-left: 0;
}
@media (max-width: 1023px) {
  .custom-footer-copyright > .row-fluid > .custom-footer-legal:first-child {
    padding-left: 0;
  }
}
.custom-footer-top {
  padding-top: 60px;
  padding-bottom: 30px;
}
.custom-footer-container .custom-footer-top {
  padding-top: 20px;
}
body.standalone-without-menu .custom-footer-container .custom-footer-top .custom-footer-legal,
body.standalone-without-menu .custom-footer-container .custom-footer-top .custom-copyright {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  body.standalone-without-menu .custom-footer-container .custom-footer-top .custom-copyright {
    padding-right: 24px;
  }
}
.custom-footer-menu {
  width: 66.66666667% !important;
  margin: 0 !important;
  float: left !important;
}
.custom-footer-menu_row,
.page-center_top .custom-footer-menu {
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.page-center_top .custom-footer-menu .custom-footer-menu_row {
  margin-left: 0!important;
  margin-right: 0!important;
}
.custom-footer-menu_row {
  width: 100% !important;
}
.custom-footer-menu .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-footer-menu .hs-menu-wrapper > ul:before,
.custom-footer-menu .hs-menu-wrapper > ul:after {
  display: none;
}
.custom-footer-menu .hs-menu-wrapper > ul > li {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  font-size: 16px;
  line-height: 28px;
  text-transform: none;
  margin-bottom: 8px;
  color: #fff;
  font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  pointer-events: none;
}
.custom-footer-menu .hs-menu-wrapper > ul ul > li > a {
  display: block ;
  margin-bottom: 8px;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-decoration: none;
  font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  white-space: normal !important;
  font-weight: 400;
}
.custom-footer-menu .hs-menu-wrapper > ul ul > li > a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.36em;
  text-decoration-thickness: 1px;
}
.custom-footer-social-icon-group {
  width: 33.33333333% !important;
  margin: 0 !important;
  padding: 0 15px;
}
.custom-footer-right .custom-footer-social-icon-group {
  min-width: 100%;
}
.custom-footer-social-icon {
  width: 100%;
}
.custom-footer-color-block {
  padding: 56px 0;
  background: #000000;
  position: relative;
}
.custom-footer-color-block:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.custom-footer-copyright {
  text-align: left;
  font-weight: 300;
}
.custom-footer-group .custom-footer-copyright {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column wrap;
}
.custom-footer-group .custom-footer-copyright .row-fluid {
  width: auto;
}
.custom-footer-group .custom-footer-copyright .row-fluid:before,
.custom-footer-group .custom-footer-copyright .row-fluid:after {
  display: none;
}
.custom-footer-left .custom-footer-copyright .custom-copyright {
  padding-left: 0;
}
.custom-footer_full-width-sections .custom-footer-group {
  margin-top: -8px;
  margin-bottom: -8px;
  background-color: transparent;
}
.custom-footer_full-width-sections .custom-footer-group .page-center > div > .row-fluid {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .custom-footer_full-width-sections .custom-footer-group .page-center > div > .row-fluid {
    flex-direction: column;
    align-items: flex-start;
  }
}
.custom-footer_full-width-sections .custom-footer-group .custom-footer-right,
.custom-footer_full-width-sections .custom-footer-group .custom-footer-left {
  padding-top: 8px;
  padding-bottom: 8px;
}
.custom-footer_full-width-sections .custom-footer-group .custom-footer-social-icon-group {
  padding: 12px 0;
}
.custom-footer_full-width-sections .custom-footer-top:last-child {
  padding-bottom: 0;
}
.custom-footer_reverse-sections .custom-footer-group .custom-footer-right {
  order: 0;
}
.custom-footer_reverse-sections .custom-footer-group .custom-footer-left {
  order: 1;
}
.custom-copyright {
  margin: 0 !important;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-copyright p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
}
.custom-footer-right .custom-copyright {
  padding-right: 0;
}
.social-block {
  width: 100%;
}
.social-block ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-footer-left .social-block ul {
  justify-content: flex-start;
}
.custom-footer-right .social-block ul {
  justify-content: flex-end;
}
.social-block li {
  margin-right: 15px;
}
.social-block li:last-child {
  margin: 0;
}
.social-block a.social {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  display: block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-decoration: none;
  font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 23px;
}
.social-block a.social.linkedin {
  background-image: url(https://5796582.fs1.hubspotusercontent-na1.net/hubfs/5796582/Italy/NFON_April2019/Image/linkedin.svg);
}
.social-block a.social.facebook {
  background-image: url(https://5796582.fs1.hubspotusercontent-na1.net/hubfs/5796582/Italy/NFON_April2019/Image/facebook.svg);
}
.social-block a.social.twitter {
  background-image: url(https://5796582.fs1.hubspotusercontent-na1.net/hubfs/5796582/Italy/NFON_April2019/Image/twitter.svg);
}
.social-block a.social.youtube {
  background-image: url(https://5796582.fs1.hubspotusercontent-na1.net/hubfs/5796582/Italy/NFON_April2019/Image/youtube.svg);
}
.social-block a.social:hover {
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
.social-block_center ul {
  justify-content: center;
}
.social-block_right ul {
  justify-content: flex-end;
}
.social-block_left ul {
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  .social-block_mobile--center ul {
    justify-content: center;
  }
  .social-block_mobile--right ul {
    justify-content: flex-end;
  }
  .social-block_mobile--left ul {
    justify-content: flex-start;
  }
}
.custom-flex-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-flex-col .custom-footer-col {
  padding-right: 15px;
  padding-left: 15px;
  width: 33.33333333%;
}
.footer-teaser {
  width: 100%;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-teaser .icon {
  margin-bottom: 45px;
  text-align: center;
}
.footer-teaser svg .icon-color {
  fill: #fff;
}
#icon-compass {
  -moz-animation-name: bounce;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -moz-animation-fill-mode: none;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}
#icon-euro {
  -moz-animation-name: bounce-rotate;
  -webkit-animation-name: bounce-rotate;
  animation-name: bounce-rotate;
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -moz-animation-fill-mode: none;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}
#icon-footer-phone {
  -moz-animation-name: bounce-rotate-small;
  -webkit-animation-name: bounce-rotate-small;
  animation-name: bounce-rotate-small;
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -moz-animation-fill-mode: none;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}
.custom-flex-col .custom-footer-col:nth-child(2) .footer-teaser {
  border-left: 1px solid #002637;
  border-right: 1px solid #002637;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */
/* =============== Custom Menu Primary =============== */
.custom-menu-primary {
  /* Parent List */
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  white-space: normal;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  /* Child List */
}
.custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: #fff;
}
.custom-menu-primary,
.custom-menu-primary .hs-menu-wrapper {
  display: none;
}
.custom-menu-primary .custom-menuitem-link:before {
  content: '';
  display: inline;
  padding-left: 9px;
  padding-right: 9px;
  margin-right: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20fill%3D'none'%20height%3D'24'%20width%3D'24'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M10.707%2017.707L16.414%2012l-5.707-5.707-1.414%201.414L13.586%2012l-4.293%204.293z'%20fill%3D'%23000'/%3E%3C/svg%3E ");
}
.custom-menu-primary .custom-menuitem-link:hover {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.custom-menu-primary .custom-menuitem-link:hover:before {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20fill%3D'none'%20height%3D'24'%20width%3D'24'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M10.707%2017.707L16.414%2012l-5.707-5.707-1.414%201.414L13.586%2012l-4.293%204.293z'%20fill%3D'%23000'/%3E%3C/svg%3E ");
}
.custom-menu-primary.mobile .hs-menu-depth-3 .custom-menuitem-link {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a {
  height: 50px;
  padding-top: 16px;
}
.custom-menu-primary.desktop .custom-menuitem-link:before {
  display: inline-block;
  width: 14px;
  min-width: 14px;
  height: 14px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: contain;
}
.custom-menu-primary .menuitem-static-link,
.custom-menu-primary .menuitem-static-link:hover,
.custom-menu-primary .menuitem-static-link:focus {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}
/* Override max width on menu links */
@media screen and (max-width: 1023px) {
  .custom-menu-primary .hs-menu-wrapper > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
  }
}
/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width: 1024px) {
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    display: none !important;
    background-color: #fff;
    padding: 45px 20px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    display: block !important;
  }
  .custom-header-group.mobile {
    display: none !important;
  }
  .custom-language .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 0;
    visibility: hidden;
  }
  .custom-language .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.clicked > ul.hs-menu-children-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .custom-login-link a:hover {
    color: #000;
  }
  .sub-menu-wrapper > li:first-child > ul > li > a:hover {
    color: #000;
  }
}
/* Fix corporate website menu alignment */
.hs-menu-item {
  margin-right: 0;
}
/* =============== Mobile Toggle Menu =============== */
/* Hide button on Desktop */
.mobile-trigger,
.child-trigger {
  display: none;
}
@media (max-width: 1023px) {
  .custom-header-group.destop {
    display: none !important;
  }
  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
  }
  /* ===== Mobile Toggle Button ===== */
  .mobile-trigger {
    position: absolute;
    z-index: 103;
    top: 50%;
    right: 20px;
    width: 32px;
    height: 32px;
    display: inline-block !important;
    z-index: 999;
    cursor: pointer;
    transform: translate3d(0, -50%, 0);
    padding: 2px;
  }
  .burger-icon .hamburger-menu {
    position: relative;
    background: transparent;
    color: #fff;
    -webkit-transform: translate(0, 12px);
    -moz-transform: translate(0, 12px);
    -o-transform: translate(0, 12px);
    -ms-transform: translate(0, 12px);
    transform: translate(0, 12px);
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    margin-top: 0;
    margin-bottom: 4px;
  }
  .burger-icon .hamburger-menu,
  .burger-icon .hamburger-menu:after,
  .burger-icon .hamburger-menu:before {
    width: 28px;
    border-radius: 20px;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-radius: 1px;
    height: 2px;
  }
  .burger-icon .hamburger-menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    transition: bottom 0.15s 0.15s cubic-bezier(0.23, 1, 0.32, 1), transform 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .burger-icon .hamburger-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    transition: top 0.15s 0.15s cubic-bezier(0.23, 1, 0.32, 1), transform 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .mobile-open .burger-icon .hamburger-menu {
    border-color: rgba(255, 255, 255, 0);
  }
  .mobile-open .burger-icon .hamburger-menu:before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: -2px;
    width: 32px;
    transition: bottom 0.15s cubic-bezier(0.23, 1, 0.32, 1), transform 0.15s 0.15s cubic-bezier(0.23, 1, 0.32, 1), width 0.15s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .mobile-open .burger-icon .hamburger-menu:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    width: 32px;
    transition: top 0.15s cubic-bezier(0.23, 1, 0.32, 1), transform 0.15s 0.15s cubic-bezier(0.23, 1, 0.32, 1), width 0.15s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  }
  /* ===== Mobile Child Toggle Buttons ===== */
  .child-trigger {
    width: 100%;
    margin-right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    right: 0px;
    top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .child-trigger i {
    width: 16px;
    height: 30px;
    border-radius: 4px;
    margin-right: 0;
    display: block;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .child-trigger i:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M14%205.333%208.283%2011.05a.398.398%200%200%201-.566%200L2%205.333%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E ");
    background-size: 12px auto;
  }
  .child-trigger.child-open i:after {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  /* ===== Mobile Menu Styles ===== */
  .custom-menu-primary {
    /* Hide menu on mobile */
    /* Make child lists appear below parent items */
    /* Mobile Menu Styles */
    /* Level 1 Menu List Styles */
    /* Level 1 and Higher Menu List Styles */
    /* Level 2 and Higher Menu List Styles */
    /* Level 3 and Higher Menu List Styles */
    /* Level 4 and Higher Menu List Styles */
  }
  .custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 44px;
    /* Makes room for button */
    margin: 10px 0 10px 0;
  }
  .custom-menu-primary ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    overflow: visible;
  }
}
/* ==========================================================================
5. BLOG                                        
========================================================================== */
li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin {
  position: relative;
  top: -5px;
}
/* =============== General Blog Styles =============== */
.hs-blog {
  /* Blog Post */
  /* Blog Listing */
  /* Blog Title */
}
/* Blog Post and Listing Body Class */
.blog {
  /* Blog Columns Wrapper */
  /* =============== Blog Content Column =============== */
  /* Use this to set up different styling for your blog posts */
  /* Pagination */
  /* =============== Blog Sidebar =============== */
}
.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #ddd;
  margin: 0 0 30px;
  padding-bottom: 30px;
}
.blog-pagination {
  margin: 15px 0;
  display: block;
}
.blog-pagination a {
  display: inline-block;
  padding: 0 10px 0 0;
}
.blog .blog-sidebar {
  /* Blog Modules */
}
.blog .blog-sidebar .widget-span {
  margin: 0 0 40px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3 {
  color: #000;
  font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 36px;
  text-transform: none;
  font-weight: 700;
}
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6 {
  color: #000;
  font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 28px;
  text-transform: none;
  font-weight: 700;
}
/* Blog Post Title */
.post-header h2 {
  font-size: 48px;
  line-height: 50px;
  color: #000;
  font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
}
.post-header h2 a {
  text-decoration: none !important;
  color: #000;
}
/* Blog Author and Avatar */
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}
/* Read More Link */
a.more-link {
  margin: 5px 0 10px;
  display: block;
}
/* Blog Topics List */
/* Blog Social Sharing Icons */
.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}
#hubspot-author_data .hs-author-avatar {
  margin: 15px 0 0;
}
/* Blog Commments */
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
#comments-listing.no-comments {
  border: none;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
   color: 
  display: block;
   font-family: 
   font-size: 
   line-height: 
  padding: 0;
}
.comment-reply-to {
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-date {
    color: ~'' !important;
  display: block !important;
  text-align: left;
}
/* Blog All Posts Page */
/* =============== Blog Author Page and Author Bio =============== */
.hs-author-profile {
  /* Author Avatar */
  /* Author Bio Wrapper*/
  /* Author Name */
  /* Author Social Follow Me */
}
.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}
/* ==========================================================================
6. FORMS                                        
========================================================================== */
/* =============== Global Form Styles =============== */
/* Form Field */
.hs-form-field label {
  font-size: 15px;
  line-height: 1.5em;
}
/* Descriptions */
/* Labels and Legends */
.hs-form-field > label > span > p {
  display: inline !important;
}
.hs_consenso_interno .hs-form-booleancheckbox > label span {
  font-size: 12px;
  line-height: 100%;
}
/* One Line Inputs */
.body-container input[type="text"],
.dnd-area-container input[type="text"],
.custom-footer-container input[type="text"],
.form-container .field-group input[type="text"],
.system-page input[type="text"],
.body-container input[type="password"],
.dnd-area-container input[type="password"],
.custom-footer-container input[type="password"],
.form-container .field-group input[type="password"],
.system-page input[type="password"],
.body-container input[type="datetime"],
.dnd-area-container input[type="datetime"],
.custom-footer-container input[type="datetime"],
.form-container .field-group input[type="datetime"],
.system-page input[type="datetime"],
.body-container input[type="datetime-local"],
.dnd-area-container input[type="datetime-local"],
.custom-footer-container input[type="datetime-local"],
.form-container .field-group input[type="datetime-local"],
.system-page input[type="datetime-local"],
.body-container input[type="date"],
.dnd-area-container input[type="date"],
.custom-footer-container input[type="date"],
.form-container .field-group input[type="date"],
.system-page input[type="date"],
.body-container input[type="month"],
.dnd-area-container input[type="month"],
.custom-footer-container input[type="month"],
.form-container .field-group input[type="month"],
.system-page input[type="month"],
.body-container input[type="time"],
.dnd-area-container input[type="time"],
.custom-footer-container input[type="time"],
.form-container .field-group input[type="time"],
.system-page input[type="time"],
.body-container input[type="week"],
.dnd-area-container input[type="week"],
.custom-footer-container input[type="week"],
.form-container .field-group input[type="week"],
.system-page input[type="week"],
.body-container input[type="number"],
.dnd-area-container input[type="number"],
.custom-footer-container input[type="number"],
.form-container .field-group input[type="number"],
.system-page input[type="number"],
.body-container input[type="email"],
.dnd-area-container input[type="email"],
.custom-footer-container input[type="email"],
.form-container .field-group input[type="email"],
.system-page input[type="email"],
.body-container input[type="url"],
.dnd-area-container input[type="url"],
.custom-footer-container input[type="url"],
.form-container .field-group input[type="url"],
.system-page input[type="url"],
.body-container input[type="search"],
.dnd-area-container input[type="search"],
.custom-footer-container input[type="search"],
.form-container .field-group input[type="search"],
.system-page input[type="search"],
.body-container input[type="tel"],
.dnd-area-container input[type="tel"],
.custom-footer-container input[type="tel"],
.form-container .field-group input[type="tel"],
.system-page input[type="tel"],
.body-container input[type="color"],
.dnd-area-container input[type="color"],
.custom-footer-container input[type="color"],
.form-container .field-group input[type="color"],
.system-page input[type="color"],
.body-container input[type="file"],
.dnd-area-container input[type="file"],
.custom-footer-container input[type="file"],
.form-container .field-group input[type="file"],
.system-page input[type="file"],
.body-container textarea,
.dnd-area-container textarea,
.custom-footer-container textarea,
.form-container .field-group textarea,
.system-page textarea,
.body-container select,
.dnd-area-container select,
.custom-footer-container select,
.form-container .field-group select,
.system-page select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: normal;
  border: 1px solid #8E8E8F;
  background-color: #fff;
  color: #000;
  width: 100%;
  padding: 10px 15px;
  margin: 5px 0 5px;
}
.body-container input[type="text"]:focus,
.dnd-area-container input[type="text"]:focus,
.custom-footer-container input[type="text"]:focus,
.form-container .field-group input[type="text"]:focus,
.system-page input[type="text"]:focus,
.body-container input[type="password"]:focus,
.dnd-area-container input[type="password"]:focus,
.custom-footer-container input[type="password"]:focus,
.form-container .field-group input[type="password"]:focus,
.system-page input[type="password"]:focus,
.body-container input[type="datetime"]:focus,
.dnd-area-container input[type="datetime"]:focus,
.custom-footer-container input[type="datetime"]:focus,
.form-container .field-group input[type="datetime"]:focus,
.system-page input[type="datetime"]:focus,
.body-container input[type="datetime-local"]:focus,
.dnd-area-container input[type="datetime-local"]:focus,
.custom-footer-container input[type="datetime-local"]:focus,
.form-container .field-group input[type="datetime-local"]:focus,
.system-page input[type="datetime-local"]:focus,
.body-container input[type="date"]:focus,
.dnd-area-container input[type="date"]:focus,
.custom-footer-container input[type="date"]:focus,
.form-container .field-group input[type="date"]:focus,
.system-page input[type="date"]:focus,
.body-container input[type="month"]:focus,
.dnd-area-container input[type="month"]:focus,
.custom-footer-container input[type="month"]:focus,
.form-container .field-group input[type="month"]:focus,
.system-page input[type="month"]:focus,
.body-container input[type="time"]:focus,
.dnd-area-container input[type="time"]:focus,
.custom-footer-container input[type="time"]:focus,
.form-container .field-group input[type="time"]:focus,
.system-page input[type="time"]:focus,
.body-container input[type="week"]:focus,
.dnd-area-container input[type="week"]:focus,
.custom-footer-container input[type="week"]:focus,
.form-container .field-group input[type="week"]:focus,
.system-page input[type="week"]:focus,
.body-container input[type="number"]:focus,
.dnd-area-container input[type="number"]:focus,
.custom-footer-container input[type="number"]:focus,
.form-container .field-group input[type="number"]:focus,
.system-page input[type="number"]:focus,
.body-container input[type="email"]:focus,
.dnd-area-container input[type="email"]:focus,
.custom-footer-container input[type="email"]:focus,
.form-container .field-group input[type="email"]:focus,
.system-page input[type="email"]:focus,
.body-container input[type="url"]:focus,
.dnd-area-container input[type="url"]:focus,
.custom-footer-container input[type="url"]:focus,
.form-container .field-group input[type="url"]:focus,
.system-page input[type="url"]:focus,
.body-container input[type="search"]:focus,
.dnd-area-container input[type="search"]:focus,
.custom-footer-container input[type="search"]:focus,
.form-container .field-group input[type="search"]:focus,
.system-page input[type="search"]:focus,
.body-container input[type="tel"]:focus,
.dnd-area-container input[type="tel"]:focus,
.custom-footer-container input[type="tel"]:focus,
.form-container .field-group input[type="tel"]:focus,
.system-page input[type="tel"]:focus,
.body-container input[type="color"]:focus,
.dnd-area-container input[type="color"]:focus,
.custom-footer-container input[type="color"]:focus,
.form-container .field-group input[type="color"]:focus,
.system-page input[type="color"]:focus,
.body-container input[type="file"]:focus,
.dnd-area-container input[type="file"]:focus,
.custom-footer-container input[type="file"]:focus,
.form-container .field-group input[type="file"]:focus,
.system-page input[type="file"]:focus,
.body-container textarea:focus,
.dnd-area-container textarea:focus,
.custom-footer-container textarea:focus,
.form-container .field-group textarea:focus,
.system-page textarea:focus,
.body-container select:focus,
.dnd-area-container select:focus,
.custom-footer-container select:focus,
.form-container .field-group select:focus,
.system-page select:focus {
  border-color: #000;
  outline: none;
}
.custom-header .form-container .field-group {
  text-align: left;
}
/* Separate Styles for Multiple Line Inputs */
/* Separate Styles for Drop Downs */
select {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2230%22%20height%3D%2212%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20style%3D%22padding-top%3A%203px%3B%22%3E%3Cpath%20d%3D%22M13%201.333%207.283%207.05a.4.4%200%200%201-.566%200L1%201.333%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: right center;
}
/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
/* Required */
/* Error */
.hs-error-msgs label {
  color: #E22800;
}
.body-container .hs-input.is-placeholder {
  color: #B0CAD5;
}
.hs-input.invalid.error {
  border: 1px solid #E22800;
}
ul.no-list.hs-error-msgs.inputs-list {
  margin: 5px 0;
  padding: 0;
  list-style: none;
}
/* Placeholder Text */
::-webkit-input-placeholder {
  color: rgba(0, 69, 99, 0.3);
}
/* Webkit Browsers */
:-moz-placeholder {
  color: rgba(0, 69, 99, 0.3);
}
/* Firefox 18- */
::-moz-placeholder {
  color: rgba(0, 69, 99, 0.3);
}
/* Firefox 19+ */
:-ms-input-placeholder {
  color: rgba(0, 69, 99, 0.3);
}
/* IE10 */
/* =============== Multi Column Form =============== */
/* Multiple Selection Inputs */
form.hs-form fieldset {
  max-width: none;
}
form.hs-form fieldset .hs-form-field {
  padding: 0 10px 0 0;
}
form.hs-form fieldset[class*="form-columns"] .input {
  margin-right: 0;
}
form.hs-form fieldset[class*="form-columns"] .hs-input {
  width: 100%;
}
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
  width: auto;
}
form.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 33.33%;
}
form.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 33.33%;
}
@media (max-width: 400px) {
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input,
  form.hs-form .form-columns-3 .hs-form-field .hs-input {
    width: 100%;
  }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] {
    width: auto;
  }
}
/* =============== Blog Comment Form =============== */
/* Label */
/* Inputs */
/* =============== Blog Subscription Form =============== */
/* Label */
/* Inputs */
#hs_form_target_blog_subscription input[type="radio"],
#hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}
/* =============== Google Search Form =============== */
/* Label */
/* Input */
.sidebar-form {
  background-color: #F3F6F8;
  padding: 30px 12px;
  border-radius: 0;
  color: #000;
}
.sidebar-form .custom-jumpmark:first-child + h2,
.sidebar-form .custom-jumpmark:first-child + h3,
.sidebar-form .custom-jumpmark:first-child + h4,
.sidebar-form .custom-jumpmark:first-child + h5,
.sidebar-form .custom-jumpmark:first-child + h6,
.sidebar-form .custom-jumpmark:first-child + p,
.sidebar-form h2:first-child,
.sidebar-form h3:first-child,
.sidebar-form h4:first-child,
.sidebar-form h5:first-child {
  margin-top: 0;
}
h4 + .sidebar-form-form,
h5 + .sidebar-form-form {
  margin-top: 24px;
}
.sidebar-form-form {
  line-height: 1.2;
}
.sidebar-form_plain {
  background-color: transparent;
}
.sidebar-form_centered {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.sidebar-form_centered h2 {
  margin-bottom: 40px;
}
.sidebar-form_centered h2:last-child {
  margin-bottom: 0;
}
.sidebar-form.full-width {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  color: inherit;
}
@media (max-width: 480px) {
  .hs_cos_wrapper_type_form fieldset .hs-form-field div.input {
    display: flex;
  }
  .hs_cos_wrapper_type_form fieldset .hs-form-field div.input > .hs-input {
    flex: 1 0 auto;
  }
}
.custom-column-form .form-title:empty,
.sidebar-form .form-title:empty {
  display: none;
}
.custom-column-form .hs-form > fieldset.form-columns-1,
.sidebar-form .hs-form > fieldset.form-columns-1,
.custom-column-form .hs-form > fieldset.form-columns-2,
.sidebar-form .hs-form > fieldset.form-columns-2 {
  margin-right: -10px;
}
.custom-column-form .row-fluid-wrapper:first-child p:first-child,
.sidebar-form .row-fluid-wrapper:first-child p:first-child {
  margin-top: 0;
}
.custom-column-form .hs_submit.hs-submit .actions .hs-button:last-child,
.sidebar-form .hs_submit.hs-submit .actions .hs-button:last-child {
  margin-bottom: 0;
}
.custom-column-form form.hs-form fieldset .hs-form-field,
.sidebar-form form.hs-form fieldset .hs-form-field {
  padding-bottom: 8px;
}
.custom-column-form .hs-form-checkbox .hs-form-checkbox-display,
.sidebar-form .hs-form-checkbox .hs-form-checkbox-display,
.custom-column-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display,
.sidebar-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.custom-column-form .hs-form-checkbox .hs-form-checkbox-display .hs-input[type="checkbox"],
.sidebar-form .hs-form-checkbox .hs-form-checkbox-display .hs-input[type="checkbox"],
.custom-column-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display .hs-input[type="checkbox"],
.sidebar-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display .hs-input[type="checkbox"] {
  opacity: 0;
  width: 13px;
  height: 13px;
  border-radius: 0;
  display: block;
  appearance: none;
  margin-right: 8px;
}
.custom-column-form .hs-form-checkbox .hs-form-checkbox-display .hs-input[type="checkbox"] + span:before,
.sidebar-form .hs-form-checkbox .hs-form-checkbox-display .hs-input[type="checkbox"] + span:before,
.custom-column-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display .hs-input[type="checkbox"] + span:before,
.sidebar-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display .hs-input[type="checkbox"] + span:before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 0;
  position: absolute;
  border: 1px solid #8E8E8F;
  left: 0;
  top: 5px;
}
.custom-column-form .hs-form-checkbox .hs-form-checkbox-display .hs-input[type="checkbox"]:checked + span:before,
.sidebar-form .hs-form-checkbox .hs-form-checkbox-display .hs-input[type="checkbox"]:checked + span:before,
.custom-column-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display .hs-input[type="checkbox"]:checked + span:before,
.sidebar-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display .hs-input[type="checkbox"]:checked + span:before {
  width: 13px;
  height: 13px;
  border-radius: 0;
  position: absolute;
  border: 1px solid #1ECF82;
  background-color: #1ECF82;
}
.custom-column-form .hs-form-checkbox .hs-form-checkbox-display .hs-input[type="checkbox"]:checked + span:after,
.sidebar-form .hs-form-checkbox .hs-form-checkbox-display .hs-input[type="checkbox"]:checked + span:after,
.custom-column-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display .hs-input[type="checkbox"]:checked + span:after,
.sidebar-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display .hs-input[type="checkbox"]:checked + span:after {
  content: "";
  font-size: 15px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M2.94081%204.98434L0.71028%202.75381L0%203.46409L2.94081%206.39244L8%201.33325H6.5919L2.94081%204.98434Z%22%20fill%3D%22%23000%22/%3E%3C/svg%3E ");
  text-align: center;
  line-height: 15px;
  width: 8px;
  position: absolute;
  left: 3px;
  top: 8px;
}
.custom-column-form .hs-form-checkbox .hs-form-checkbox-display:hover .hs-input[type="checkbox"] + span:before,
.sidebar-form .hs-form-checkbox .hs-form-checkbox-display:hover .hs-input[type="checkbox"] + span:before,
.custom-column-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display:hover .hs-input[type="checkbox"] + span:before,
.sidebar-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display:hover .hs-input[type="checkbox"] + span:before {
  border-color: inherit;
}
.custom-column-form .hs-form-checkbox .hs-form-checkbox-display:hover .hs-input[type="checkbox"]:checked + span,
.sidebar-form .hs-form-checkbox .hs-form-checkbox-display:hover .hs-input[type="checkbox"]:checked + span,
.custom-column-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display:hover .hs-input[type="checkbox"]:checked + span,
.sidebar-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display:hover .hs-input[type="checkbox"]:checked + span {
  border-color: #1ECF82;
}
.custom-column-form .hs-form-checkbox .hs-form-checkbox-display span,
.sidebar-form .hs-form-checkbox .hs-form-checkbox-display span,
.custom-column-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display span,
.sidebar-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display span {
  font-size: 14px;
  line-height: 24px;
}
.custom-column-form .legal-consent-container .hs-richtext p,
.sidebar-form .legal-consent-container .hs-richtext p,
.custom-column-form .hs-fieldtype-booleancheckbox legend.hs-field-desc,
.sidebar-form .hs-fieldtype-booleancheckbox legend.hs-field-desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
}
.custom-column-form .hs-fieldtype-booleancheckbox legend + .input,
.sidebar-form .hs-fieldtype-booleancheckbox legend + .input {
  margin-top: 16px;
}
.custom-column-form .hs-fieldtype-booleancheckbox .inputs-list,
.sidebar-form .hs-fieldtype-booleancheckbox .inputs-list {
  margin-top: 0;
  margin-bottom: 0;
}
.custom-column-form .legal-consent-container .hs-richtext p:first-child,
.sidebar-form .legal-consent-container .hs-richtext p:first-child {
  margin-top: 8px;
}
.custom-column-form .hs-error-msg,
.sidebar-form .hs-error-msg {
  font-size: 14px;
  line-height: 24px;
}
.custom-column-form_titled h3:not([class]),
.sidebar-form_titled h3:not([class]) {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
.custom-column-form_titled .hs_cos_wrapper_type_rich_text h3:not([class]):last-child,
.sidebar-form_titled .hs_cos_wrapper_type_rich_text h3:not([class]):last-child {
  margin-bottom: 30px;
}
.custom-column-form_titled h3:not([class]):after,
.sidebar-form_titled h3:not([class]):after {
  margin-top: 12px;
  margin-bottom: 15px;
}
.custom-column-form .hs-dependent-field,
.sidebar-form .hs-dependent-field {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.custom-column-form .hs-dependent-field > .hs-form-field,
.sidebar-form .hs-dependent-field > .hs-form-field {
  width: 100%;
}
.custom-column-form .hs-dependent-field > .hs-zip,
.sidebar-form .hs-dependent-field > .hs-zip {
  max-width: 50%;
}
.custom-column-form .hs-dependent-field > .hs-zip + .hs-form-field,
.sidebar-form .hs-dependent-field > .hs-zip + .hs-form-field {
  flex: 1 1 auto;
  width: auto;
}
.custom-column-form-heading,
.sidebar-form-heading {
  margin-bottom: 24px;
}
.custom-column-form-heading p:last-child,
.sidebar-form-heading p:last-child,
.custom-column-form-heading h4:last-child,
.sidebar-form-heading h4:last-child {
  margin-bottom: 0;
}
.custom-column-form .hs-fieldtype-checkbox .inputs-list.multi-container {
  display: flex;
  margin-top: 0;
  flex-wrap: wrap;
}
.custom-column-form .hs-fieldtype-checkbox .inputs-list.multi-container > .hs-form-checkbox {
  margin-top: 8px;
  display: block;
}
@media (min-width: 1024px) {
  .custom-column-form .hs-fieldtype-checkbox .inputs-list.multi-container > .hs-form-checkbox {
    width: 50%;
    padding-right: 10px;
  }
}
.custom-column-form .hs-form-checkbox-display {
  display: flex;
}
.custom-column-form .hs-form-checkbox-display span {
  padding-left: 4px;
}
.sidebar-form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0;
}
.custom-column-form .hs-form-checkbox .hs-form-checkbox_download .hs-form-checkbox-display,
.sidebar-form .hs-form-checkbox .hs-form-checkbox_download .hs-form-checkbox-display,
.custom-column-form .hs-form-booleancheckbox .hs-form-checkbox_download .hs-form-booleancheckbox-display,
.sidebar-form .hs-form-booleancheckbox .hs-form-checkbox_download .hs-form-booleancheckbox-display,
.hs-form-checkbox_download label {
  display: flex;
  flex-direction: row;
}
.custom-column-form .hs-form-checkbox .hs-form-checkbox_download .hs-form-checkbox-display span,
.sidebar-form .hs-form-checkbox .hs-form-checkbox_download .hs-form-checkbox-display span,
.custom-column-form .hs-form-booleancheckbox .hs-form-checkbox_download .hs-form-booleancheckbox-display span,
.sidebar-form .hs-form-booleancheckbox .hs-form-checkbox_download .hs-form-booleancheckbox-display span,
.hs-form-checkbox_download label span {
  font-size: 18px;
  display: block;
}
.system-page .hs_cos_wrapper_type_password_prompt form {
  max-width: 620px;
}
/* ==========================================================================
7. BUTTONS                                        
========================================================================== */
/* =============== All Global Buttons (Excluding CTAs) =============== */
.hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"],
.hs-button.secondary,
.hs-button.light {
  -webkit-appearance: none;
  text-decoration: none !important;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
  padding: 10px 32px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  border: 0 none;
  display: inline-block;
  text-transform: none;
  font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  line-height: normal;
  margin: 16px 0 20px;
  white-space: normal !important;
}
.hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  color: #000;
  background: #00FF91;
  border: 1px solid #00FF91;
}
.hs-button.primary:active,
.body-container input[type="submit"]:active,
.body-container input[type="button"]:active,
.hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  background: #27E090;
  color: #000;
  border-color: #27E090;
  text-decoration: none;
}
.hs-button.secondary {
  color: #000;
  background: #fff;
  border: 1px solid #000;
}
.hs-button.secondary:active,
.hs-button.secondary:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
  text-decoration: none;
}
.hs-button.light {
  color: #000;
  background: #000;
  border: 1px solid #fff;
}
.hs-button.light:active,
.hs-button.light:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.hs-button.light:focus,
.hs-button.secondary:focus,
.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
}
.link {
  display: inline-block;
  color: inherit;
}
.link_default:hover {
  color: inherit;
}
.link.link_arrow-right {
  font-size: 16px;
  font-weight: bold;
}
.link_arrow-right:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.4em;
  width: 1em;
  height: 1em;
  transform: translate3d(0, 0.22em, 0);
  transition: transform 0.2s ease-in;
  font-weight: 900;
  font-size: 0.7em;
  top: -0.25em;
}
.link_arrow-right:hover:after,
.link_arrow-right:focus:after {
  transform: translate3d(0.2em, 0.22em, 0);
}
.link.mt-1 {
  margin-top: 4px;
}
.link_dark {
  font-weight: bold;
  color: #000;
}
.link_dark:hover {
  color: #333;
}
.link_light {
  font-weight: bold;
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.link_light:hover {
  color: #000;
}
.link_light.link_arrow-right:after {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.link_download {
  font-weight: bold;
  font-size: 16px;
}
.link_download:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M12%2016.5L16%2011.5H13V4.5H11V11.5H8L12%2016.5Z%22%20fill%3D%22%23000%22/%3E%3Cpath%20d%3D%22M20%2018.5H4V11.5H2V18.5C2%2019.603%202.897%2020.5%204%2020.5H20C21.103%2020.5%2022%2019.603%2022%2018.5V11.5H20V18.5Z%22%20fill%3D%22%23000%22/%3E%3C/svg%3E ");
  background-size: contain;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.4em;
  width: 1.125em;
  height: 1.125em;
  transform: translate3d(0, 0.22em, 0);
  transition: transform 0.2s ease-in;
  font-size: 1.125em;
  top: -0.01em;
}
.link_download:focus,
.link_download:hover {
  color: #3200CB;
}
.link_download:focus:before,
.link_download:hover:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M12%2016.5L16%2011.5H13V4.5H11V11.5H8L12%2016.5Z%22%20fill%3D%22%233200CB%22/%3E%3Cpath%20d%3D%22M20%2018.5H4V11.5H2V18.5C2%2019.603%202.897%2020.5%204%2020.5H20C21.103%2020.5%2022%2019.603%2022%2018.5V11.5H20V18.5Z%22%20fill%3D%22%233200CB%22/%3E%3C/svg%3E ");
}
.dnd-section .link_download:focus,
.dnd-section .link_download:hover {
  color: #3200CB;
}
.dnd-column_light .link_download:before,
.dnd-section_light .dnd-column:not(.dnd-column_dark) .link_download:before,
.dnd-column_light .link_download:before,
.dnd-section_light .dnd-column:not(.dnd-column_dark) .link_download:before {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M12%2016.5L16%2011.5H13V4.5H11V11.5H8L12%2016.5Z%22%20fill%3D%22%23fff%22/%3E%3Cpath%20d%3D%22M20%2018.5H4V11.5H2V18.5C2%2019.603%202.897%2020.5%204%2020.5H20C21.103%2020.5%2022%2019.603%2022%2018.5V11.5H20V18.5Z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E ");
}
.dnd-column_light .link_download:hover,
.dnd-section_light .dnd-column:not(.dnd-column_dark) .link_download:hover,
.dnd-column_light .link_download:hover,
.dnd-section_light .dnd-column:not(.dnd-column_dark) .link_download:hover,
.dnd-column_light .link_download:focus,
.dnd-section_light .dnd-column:not(.dnd-column_dark) .link_download:focus,
.dnd-column_light .link_download:focus,
.dnd-section_light .dnd-column:not(.dnd-column_dark) .link_download:focus {
  color: #3200CB;
}
.dnd-column_light .link_download:hover:before,
.dnd-section_light .dnd-column:not(.dnd-column_dark) .link_download:hover:before,
.dnd-column_light .link_download:hover:before,
.dnd-section_light .dnd-column:not(.dnd-column_dark) .link_download:hover:before,
.dnd-column_light .link_download:focus:before,
.dnd-section_light .dnd-column:not(.dnd-column_dark) .link_download:focus:before,
.dnd-column_light .link_download:focus:before,
.dnd-section_light .dnd-column:not(.dnd-column_dark) .link_download:focus:before {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M12%2016.5L16%2011.5H13V4.5H11V11.5H8L12%2016.5Z%22%20fill%3D%22%233200CB%22/%3E%3Cpath%20d%3D%22M20%2018.5H4V11.5H2V18.5C2%2019.603%202.897%2020.5%204%2020.5H20C21.103%2020.5%2022%2019.603%2022%2018.5V11.5H20V18.5Z%22%20fill%3D%22%233200CB%22/%3E%3C/svg%3E ");
}
a.button.type-1.color-1 {
  color: #fff;
  padding: 20px 60px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  border-radius: 2px;
  background: #00FF91;
  cursor: pointer;
  border: 0 none;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-decoration: none;
  font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
}
a.button.type-1.color-1:hover {
  background: #000;
  -webkit-transform: translate(0, -3px);
  -moz-transform: translate(0, -3px);
  -o-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
/* =============== Form Module Button =============== */
/* =============== Blog Comment Button =============== */
/* =============== Blog Subscription Button =============== */
/* =============== Google Search Button =============== */
.button-wrapper > .hs-button:only-child {
  margin-top: 28px;
}
.button-wrapper:last-child > .hs-button:last-child {
  margin-bottom: 0;
}
/* cta-button override */
body a.cta_button:not(.secondary):not(.link)[id^="cta_button"],
body button.cta_button:not(.secondary):not(.link)[id^="cta_button"],
body .blog-section .hs-cta-wrapper .hs-cta-node a.cta_button:not(.secondary):not(.link) {
  position: relative;
}
body a.cta_button:not(.secondary):not(.link)[id^="cta_button"]:before,
body button.cta_button:not(.secondary):not(.link)[id^="cta_button"]:before,
body .blog-section .hs-cta-wrapper .hs-cta-node a.cta_button:not(.secondary):not(.link):before {
  content: "";
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #00FF91;
}
body a.cta_button:not(.secondary):not(.link)[id^="cta_button"] span,
body button.cta_button:not(.secondary):not(.link)[id^="cta_button"] span,
body .blog-section .hs-cta-wrapper .hs-cta-node a.cta_button:not(.secondary):not(.link) span {
  position: relative;
  z-index: 1;
  color: #000;
}
body a.cta_button:not(.secondary):not(.link)[id^="cta_button"]:hover:before,
body button.cta_button:not(.secondary):not(.link)[id^="cta_button"]:hover:before,
body .blog-section .hs-cta-wrapper .hs-cta-node a.cta_button:not(.secondary):not(.link):hover:before,
body a.cta_button:not(.secondary):not(.link)[id^="cta_button"]:focus:before,
body button.cta_button:not(.secondary):not(.link)[id^="cta_button"]:focus:before,
body .blog-section .hs-cta-wrapper .hs-cta-node a.cta_button:not(.secondary):not(.link):focus:before {
  background-color: #27E090;
}
body a.cta_button:not(.secondary):not(.link)[id^="cta_button"]:hover span,
body button.cta_button:not(.secondary):not(.link)[id^="cta_button"]:hover span,
body .blog-section .hs-cta-wrapper .hs-cta-node a.cta_button:not(.secondary):not(.link):hover span,
body a.cta_button:not(.secondary):not(.link)[id^="cta_button"]:focus span,
body button.cta_button:not(.secondary):not(.link)[id^="cta_button"]:focus span,
body .blog-section .hs-cta-wrapper .hs-cta-node a.cta_button:not(.secondary):not(.link):focus span {
  color: #000;
}
body .blog-section .hs-cta-wrapper .hs-cta-node a.cta_button:not(.secondary):not(.link) .hs-cta-img {
  opacity: 0!important;
}
body .blog-section .hs-cta-wrapper .hs-cta-node a.cta_button:not(.secondary):not(.link) span {
  color: #000 !important;
}
body .blog-section .hs-cta-wrapper .hs-cta-node a.cta_button:not(.secondary):not(.link):hover,
body .blog-section .hs-cta-wrapper .hs-cta-node a.cta_button:not(.secondary):not(.link):focus {
  color: #000 !important;
}
/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.accordion {
  border-bottom: 1px solid #8E8E8F;
}
.accordion-element {
  border-top: 1px solid #8E8E8F;
}
.accordion-element:first-child {
  border-top: none;
}
.accordion-element.expandable .accordion-header {
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}
.accordion-element.expandable .accordion-header:after {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M17.707%2010.7071L16.293%209.29306L12%2013.5861L7.70703%209.29306L6.29303%2010.7071L12%2016.4141L17.707%2010.7071Z%22%20fill%3D%22%23000%22/%3E%3C/svg%3E ");
  display: block;
  position: absolute;
  right: 0;
  top: 26px;
}
.accordion-element.expanded .accordion-header:after {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M17.707%2010.7071L16.293%209.29306L12%2013.5861L7.70703%209.29306L6.29303%2010.7071L12%2016.4141L17.707%2010.7071Z%22%20fill%3D%22%23000%22/%3E%3C/svg%3E ");
}
.accordion-element.expanded .accordion-body {
  max-height: 250vh;
  overflow: auto;
}
.accordion-header {
  padding: 24px 16px 24px;
  font-size: 18px;
  line-height: 28px;
}
.accordion-header > .hs_cos_wrapper_widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
}
.accordion-header > .hs_cos_wrapper_widget > div {
  padding-right: 8px;
}
.accordion-header.highlighted {
  background-color: #F3F6F8;
}
.accordion-body {
  max-height: 0;
  overflow: hidden;
}
.accordion-body > .hs_cos_wrapper {
  padding: 0 16px 0;
}
.accordion-body > .hs_cos_wrapper:empty {
  display: none;
}
.accordion-body > .hs_cos_wrapper h2:first-child,
.accordion-body > .hs_cos_wrapper h3:first-child,
.accordion-body > .hs_cos_wrapper h4:first-child,
.accordion-body > .hs_cos_wrapper p:first-child {
  margin-top: 0;
}
.main-content-column .accordion {
  max-width: 942px;
}
.main-content-column .accordion-element.expandable .accordion-body {
  transition: max-height 0.28s ease-out;
}
.main-content-column .accordion-element.expandable.expanded .accordion-body {
  transition: max-height 0.6s ease-in;
}
p.capctcha-text {
  font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  padding: 7px 0 17px 0;
  margin: 10px 0;
  text-align: center;
}
.custom-contact-form-container h3 {
  display: none;
}
.custom-form {
  width: 50% !important;
}
.custom-header-group.custom-header-lp .mobile-trigger.burger-icon {
  display: none !important;
}
/*  animation */
@-webkit-keyframes bounce {
  from {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    -o-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
}
@-moz-keyframes bounce {
  from {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    -o-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
}
@-o-keyframes bounce {
  from {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    -o-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
}
@keyframes bounce {
  from {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    -o-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
}
@-webkit-keyframes bounce-reverse {
  from {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, -4px);
    -moz-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    transform: translate(0, -4px);
  }
}
@-moz-keyframes bounce-reverse {
  from {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, -4px);
    -moz-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    transform: translate(0, -4px);
  }
}
@-o-keyframes bounce-reverse {
  from {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, -4px);
    -moz-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    transform: translate(0, -4px);
  }
}
@keyframes bounce-reverse {
  from {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, -4px);
    -moz-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    transform: translate(0, -4px);
  }
}
@-webkit-keyframes bounce-reverse-small {
  from {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
}
@-moz-keyframes bounce-reverse-small {
  from {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
}
@-o-keyframes bounce-reverse-small {
  from {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
}
@keyframes bounce-reverse-small {
  from {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
}
@-webkit-keyframes bounce-right {
  from {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    -o-transform: translate(3px, 0);
    -ms-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
}
@-moz-keyframes bounce-right {
  from {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    -o-transform: translate(3px, 0);
    -ms-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
}
@-o-keyframes bounce-right {
  from {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    -o-transform: translate(3px, 0);
    -ms-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
}
@keyframes bounce-right {
  from {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    -o-transform: translate(3px, 0);
    -ms-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
}
@-webkit-keyframes bounce-to-end {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -o-transform: translate(8px, 0);
    -ms-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  100% {
    -webkit-transform: translate(8px, -4px);
    -moz-transform: translate(8px, -4px);
    -o-transform: translate(8px, -4px);
    -ms-transform: translate(8px, -4px);
    transform: translate(8px, -4px);
  }
}
@-moz-keyframes bounce-to-end {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -o-transform: translate(8px, 0);
    -ms-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  100% {
    -webkit-transform: translate(8px, -4px);
    -moz-transform: translate(8px, -4px);
    -o-transform: translate(8px, -4px);
    -ms-transform: translate(8px, -4px);
    transform: translate(8px, -4px);
  }
}
@-o-keyframes bounce-to-end {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -o-transform: translate(8px, 0);
    -ms-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  100% {
    -webkit-transform: translate(8px, -4px);
    -moz-transform: translate(8px, -4px);
    -o-transform: translate(8px, -4px);
    -ms-transform: translate(8px, -4px);
    transform: translate(8px, -4px);
  }
}
@keyframes bounce-to-end {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -o-transform: translate(8px, 0);
    -ms-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  100% {
    -webkit-transform: translate(8px, -4px);
    -moz-transform: translate(8px, -4px);
    -o-transform: translate(8px, -4px);
    -ms-transform: translate(8px, -4px);
    transform: translate(8px, -4px);
  }
}
@-webkit-keyframes rotate {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
}
@-o-keyframes rotate {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
}
@keyframes rotate {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
}
@-webkit-keyframes rotate-reverse {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(-32deg);
    -ms-transform: rotate(-32deg);
    -o-transform: rotate(-32deg);
    -webkit-transform: rotate(-32deg);
    transform: rotate(-32deg);
  }
}
@-moz-keyframes rotate-reverse {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(-32deg);
    -ms-transform: rotate(-32deg);
    -o-transform: rotate(-32deg);
    -webkit-transform: rotate(-32deg);
    transform: rotate(-32deg);
  }
}
@-o-keyframes rotate-reverse {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(-32deg);
    -ms-transform: rotate(-32deg);
    -o-transform: rotate(-32deg);
    -webkit-transform: rotate(-32deg);
    transform: rotate(-32deg);
  }
}
@keyframes rotate-reverse {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(-32deg);
    -ms-transform: rotate(-32deg);
    -o-transform: rotate(-32deg);
    -webkit-transform: rotate(-32deg);
    transform: rotate(-32deg);
  }
}
@-moz-keyframes bounce-rotate-small {
  from {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  to {
    -webkit-transform: translate(0, 3px) rotate(10deg);
    -moz-transform: translate(0, 3px) rotate(10deg);
    -o-transform: translate(0, 3px) rotate(10deg);
    -ms-transform: translate(0, 3px) rotate(10deg);
    transform: translate(0, 3px) rotate(10deg);
  }
}
@-o-keyframes bounce-rotate-small {
  from {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  to {
    -webkit-transform: translate(0, 3px) rotate(10deg);
    -moz-transform: translate(0, 3px) rotate(10deg);
    -o-transform: translate(0, 3px) rotate(10deg);
    -ms-transform: translate(0, 3px) rotate(10deg);
    transform: translate(0, 3px) rotate(10deg);
  }
}
@keyframes bounce-rotate-small {
  from {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  to {
    -webkit-transform: translate(0, 3px) rotate(10deg);
    -moz-transform: translate(0, 3px) rotate(10deg);
    -o-transform: translate(0, 3px) rotate(10deg);
    -ms-transform: translate(0, 3px) rotate(10deg);
    transform: translate(0, 3px) rotate(10deg);
  }
}
@-webkit-keyframes bounce-top-right-rotate {
  from {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  to {
    -webkit-transform: translate(3px, -3px) rotate(-12deg);
    -moz-transform: translate(3px, -3px) rotate(-12deg);
    -o-transform: translate(3px, -3px) rotate(-12deg);
    -ms-transform: translate(3px, -3px) rotate(-12deg);
    transform: translate(3px, -3px) rotate(-12deg);
  }
}
@-moz-keyframes bounce-top-right-rotate {
  from {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  to {
    -webkit-transform: translate(3px, -3px) rotate(-12deg);
    -moz-transform: translate(3px, -3px) rotate(-12deg);
    -o-transform: translate(3px, -3px) rotate(-12deg);
    -ms-transform: translate(3px, -3px) rotate(-12deg);
    transform: translate(3px, -3px) rotate(-12deg);
  }
}
@-o-keyframes bounce-top-right-rotate {
  from {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  to {
    -webkit-transform: translate(3px, -3px) rotate(-12deg);
    -moz-transform: translate(3px, -3px) rotate(-12deg);
    -o-transform: translate(3px, -3px) rotate(-12deg);
    -ms-transform: translate(3px, -3px) rotate(-12deg);
    transform: translate(3px, -3px) rotate(-12deg);
  }
}
@keyframes bounce-top-right-rotate {
  from {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  to {
    -webkit-transform: translate(3px, -3px) rotate(-12deg);
    -moz-transform: translate(3px, -3px) rotate(-12deg);
    -o-transform: translate(3px, -3px) rotate(-12deg);
    -ms-transform: translate(3px, -3px) rotate(-12deg);
    transform: translate(3px, -3px) rotate(-12deg);
  }
}
@-webkit-keyframes bounce-rotate {
  from {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  to {
    -webkit-transform: translate(0, 3px) rotate(25deg);
    -moz-transform: translate(0, 3px) rotate(25deg);
    -o-transform: translate(0, 3px) rotate(25deg);
    -ms-transform: translate(0, 3px) rotate(25deg);
    transform: translate(0, 3px) rotate(25deg);
  }
}
@-moz-keyframes bounce-rotate {
  from {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  to {
    -webkit-transform: translate(0, 3px) rotate(25deg);
    -moz-transform: translate(0, 3px) rotate(25deg);
    -o-transform: translate(0, 3px) rotate(25deg);
    -ms-transform: translate(0, 3px) rotate(25deg);
    transform: translate(0, 3px) rotate(25deg);
  }
}
@-o-keyframes bounce-rotate {
  from {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  to {
    -webkit-transform: translate(0, 3px) rotate(25deg);
    -moz-transform: translate(0, 3px) rotate(25deg);
    -o-transform: translate(0, 3px) rotate(25deg);
    -ms-transform: translate(0, 3px) rotate(25deg);
    transform: translate(0, 3px) rotate(25deg);
  }
}
@keyframes bounce-rotate {
  from {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  to {
    -webkit-transform: translate(0, 3px) rotate(25deg);
    -moz-transform: translate(0, 3px) rotate(25deg);
    -o-transform: translate(0, 3px) rotate(25deg);
    -ms-transform: translate(0, 3px) rotate(25deg);
    transform: translate(0, 3px) rotate(25deg);
  }
}
@-webkit-keyframes bounce-rotate-small {
  from {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  to {
    -webkit-transform: translate(0, 3px) rotate(10deg);
    -moz-transform: translate(0, 3px) rotate(10deg);
    -o-transform: translate(0, 3px) rotate(10deg);
    -ms-transform: translate(0, 3px) rotate(10deg);
    transform: translate(0, 3px) rotate(10deg);
  }
}
@-moz-keyframes bounce-rotate-small {
  from {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  to {
    -webkit-transform: translate(0, 3px) rotate(10deg);
    -moz-transform: translate(0, 3px) rotate(10deg);
    -o-transform: translate(0, 3px) rotate(10deg);
    -ms-transform: translate(0, 3px) rotate(10deg);
    transform: translate(0, 3px) rotate(10deg);
  }
}
@-o-keyframes bounce-rotate-small {
  from {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  to {
    -webkit-transform: translate(0, 3px) rotate(10deg);
    -moz-transform: translate(0, 3px) rotate(10deg);
    -o-transform: translate(0, 3px) rotate(10deg);
    -ms-transform: translate(0, 3px) rotate(10deg);
    transform: translate(0, 3px) rotate(10deg);
  }
}
@keyframes bounce-rotate-small {
  from {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  to {
    -webkit-transform: translate(0, 3px) rotate(10deg);
    -moz-transform: translate(0, 3px) rotate(10deg);
    -o-transform: translate(0, 3px) rotate(10deg);
    -ms-transform: translate(0, 3px) rotate(10deg);
    transform: translate(0, 3px) rotate(10deg);
  }
}
.break-free-header {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.break-free-header img {
  width: auto;
  margin-left: 1vw;
  margin-right: 1vw;
  height: 50vw;
  max-height: 415px;
  margin-bottom: 30px;
}
.banner-header-content .break-free-header {
  margin-left: -5vw;
  margin-right: -5vw;
  margin-top: -30px;
}
.break-free-header_withText img {
  max-height: 320px;
}
.banner-area--break-free .banner-header-content h4:first-child {
  margin-bottom: 16px;
}
.banner-area--break-free .banner-header-content h1,
.banner-area--break-free .banner-header-content .banner-header-heading {
  font-weight: bold;
  color: inherit;
}
body.standalone-without-menu .header-container .dnd-area--header-banner .dnd-section:first-child .dnd-column {
  padding-top: 0;
}
.custom-flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.custom-flex-grid.custom-flex-grid_spaced {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.custom-flex-grid.custom-flex-grid_left .custom-flex-grid-tile {
  text-align: left;
}
.custom-flex-grid-tile {
  display: block;
  padding: 15px;
  text-align: center;
  width: 100%;
}
.custom-flex-grid-tile h5 {
  font-weight: 500;
}
@media screen and (min-width: 520px) {
  .custom-flex-grid-tile {
    width: 50%;
  }
  .custom-flex-grid_1 .custom-flex-grid-tile {
    width: 100%;
  }
}
@media screen and (min-width: 760px) {
  .custom-flex-grid_4 .custom-flex-grid-tile,
  .custom-flex-grid_3 .custom-flex-grid-tile {
    width: 33.33%;
  }
}
@media screen and (min-width: 980px) {
  .custom-flex-grid_4 .custom-flex-grid-tile {
    width: 25%;
  }
}
.custom-flex-grid.custom-flex-grid_spaced .custom-flex-grid-tile {
  width: auto;
}
.custom-flex-grid-tile-inner {
  max-width: 260px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.custom-flex-grid-tile ul {
  padding-left: 22px;
}
.custom-flex-grid-tile ul > li {
  color: #000000;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  list-style: none;
  position: relative;
  padding-left: 0;
}
.custom-flex-grid-tile ul > li:before {
  content: "\2022";
  color: #3200CB;
  position: absolute;
  left: -22px;
  font-size: 26px;
  line-height: 26px;
}
.custom-flex-grid-tile_plain {
  padding-top: 0;
  padding-bottom: 0;
}
.custom-flex-grid-tile_plain .custom-flex-grid-description > ul {
  margin-top: 0;
  margin-bottom: 0;
}
.custom-flex-grid-tile_plain .custom-flex-grid-description > ul > li {
  margin-bottom: 24px;
}
.custom-flex-grid-tile_plain .custom-flex-grid-description ul > li > p:first-child {
  margin-top: 0;
}
.custom-flex-grid-tile_plain .custom-flex-grid-description ul > li > p:last-child {
  margin-bottom: 0;
}
.custom-flex-grid-tile-inner > .custom-flex-grid-description > ul {
  padding-left: 8px;
}
.custom-flex-grid_plain {
  padding-top: 15px;
  padding-bottom: 15px;
}
.custom-flex-grid-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-flex-grid-icon img {
  display: block;
}
.custom-flex-grid-icon.custom-flex-grid-icon_static {
  min-height: 150px;
}
/* Styles that do not fit into any of the available sections above can go here. */
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1659px) {
  .custom-contact-box {
    left: auto;
  }
}
@media (max-width: 1439px) {
}
@media (max-width: 1023px) {
  .custom-header {
    padding: 0;
  }
  .custom-header-group.desktop {
    display: none;
  }
  .custom-header .custom-logo {
    z-index: 998;
    margin-left: -10px;
  }
  .custom-header .custom-logo_override {
    margin-left: 0;
  }
  .custom-header > .row-fluid-wrapper > .row-fluid {
    position: relative;
  }
  .custom-header > .row-fluid-wrapper > .row-fluid > .page-center > .row-fluid-wrapper > .row-fluid:before {
    display: none;
    content: normal;
  }
  .custom-header > .row-fluid-wrapper > .row-fluid > .page-center > .row-fluid-wrapper > .row-fluid:after {
    display: block;
    content: "";
    position: absolute;
    background-color: #F3F6F8;
    z-index: 990;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .custom-header-contact {
    width: auto;
    max-width: 25%;
  }
  .custom-mobile-menu-group {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 102;
    right: -100%;
    top: 0;
    height: 100vh;
    padding: 80px 0 32px;
    flex-direction: column;
    align-items: flex-start;
    overflow: scroll;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    right: 0;
    width: 100% !important;
    margin: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li > a[role="menuitem"]:empty,
  .custom-menu-primary .hs-menu-wrapper > ul ul li > a[role="menuitem"]:empty + .child-trigger {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li > a[role="menuitem"]:empty ~ .hs-menu-children-wrapper {
    display: block !important;
  }
  .custom-menu-primary.mobile.js-enabled {
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li {
    display: block !important;
    float: none !important;
  }
  .custom-menu-primary.mobile .hs_cos_wrapper_type_menu ul .information-container {
    padding: 25px 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-top: 32px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    border-bottom: 1px solid #E3E4E4;
    padding: 2px 0 3px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
    position: relative !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 15px 0;
    font-size: 18px;
    line-height: 26px;
    color: #000 !important;
    font-weight: 700;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    text-decoration: none;
    font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    border-bottom: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:last-child {
    border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #000;
    padding: 10px 0 10px 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
  .information-container {
    background: #f0f0f0;
  }
  .hs-menu-item .information-container {
    display: none;
  }
  .information-container h5 {
    font-size: 22px;
    line-height: 28px;
    text-transform: none;
    margin-bottom: 15px;
    margin: 0 0 15px;
    color: #000;
    font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
    font-weight: 600;
  }
  .information-container p {
    font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    padding: 7px 0 17px 0;
    margin: 0;
  }
  .information-container p + a {
    color: #00b1eb !important;
    font-size: 20px;
    font-weight: 600 !important;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    text-decoration: none;
    font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
    line-height: 24px !important;
  }
  .information-container p + a:after {
    content: "";
    display: inline-block;
    margin-left: 7px;
    width: 9px;
    height: 11px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-image: url(//5796582.fs1.hubspotusercontent-na1.net/hubfs/5796582/NFON_April2019/Image/arrow.svg);
  }
  .information-container p + a:hover:after {
    background-image: url(//5796582.fs1.hubspotusercontent-na1.net/hubfs/5796582/NFON_April2019/Image/hover%20arrow.svg);
    -webkit-transform: translate(2px, 0);
    -moz-transform: translate(2px, 0);
    -o-transform: translate(2px, 0);
    -ms-transform: translate(2px, 0);
    transform: translate(2px, 0);
  }
  .custom-mobile-additional {
    width: 100%;
    padding: 16px 0 0;
    border-top: 1px solid #E3E4E4;
  }
  .custom-mobile-additional > .custom-widget {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .custom-mobile-additional .custom-header-contact .hs_cos_wrapper_type_rich_text > .hs-button.primary:first-child,
  .custom-mobile-additional .custom-header-contact .hs_cos_wrapper_type_rich_text > .hs-button.secondary:first-child {
    margin-top: 0;
  }
  .custom-lang-mobile .hs-menu-wrapper > ul {
    display: block !important;
  }
  .custom-lang-mobile .hs-menu-wrapper > ul > li {
    display: block !important;
    float: none !important;
    width: 100%;
  }
  .custom-lang-mobile .hs-menu-wrapper > ul > li > a {
    color: #000;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
  }
  .custom-lang-mobile .hs-menu-wrapper > ul > li > ul {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: #000;
    padding: 30px;
    margin-top: 10px;
    display: none;
  }
  .custom-lang-mobile .hs-menu-wrapper > ul > li > ul > li a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    margin-bottom: 10px;
    text-decoration: none;
  }
  .custom-lang-mobile .hs-menu-wrapper > ul > li.ul-open > ul {
    display: block;
  }
  .search-container .search-toggle {
    display: none;
  }
  .search-container input[type="search"] {
    padding-left: 10px;
    padding-right: 44px;
    border-color: #000;
  }
  .search-container input[type="submit"] {
    left: auto;
    right: 10px;
  }
  div#search-input-container {
    width: 100%;
    position: relative;
    display: block;
    left: 0;
    top: 0;
    bottom: auto;
    transform: none;
  }
  .custom-mobile-menu-group {
    display: none !important;
  }
  .mobile-open .custom-mobile-menu-group {
    display: block !important;
    top: 0;
    left: -16px;
    right: -16px;
    width: auto !important;
    background-color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    z-index: -1;
  }
  .mobile-open .custom-menu-primary,
  .mobile-open .custom-menu-primary .hs-menu-wrapper {
    display: block;
  }
  .banner-header-content h1 {
    font-size: 42px;
    line-height: 48px;
    text-transform: none;
  }
  .custom-contact-box {
    width: 100% !important;
    position: relative;
    left: 0;
    top: 0;
    margin-top: 25px !important;
    border-radius: 4px;
  }
  .custom-header-contact {
    width: 100% !important;
  }
  .custom-contact-box {
    right: 0;
    left: auto;
  }
  .custom-header-contact a:hover {
    box-shadow: none;
    transform: none;
    background: #fafafa;
  }
  .custom-contact-form-container input[type="submit"]:hover {
    box-shadow: none !important;
    transform: none !important;
  }
  .custom-footer-group .custom-footer-right {
    padding-right: 16px;
    margin-top: 16px;
  }
  .custom-footer-group .custom-footer-left {
    padding-left: 1px;
  }
  .custom-footer-social-icon-group {
    margin-top: -2px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li > a {
    line-height: 28px;
    text-transform: none;
    margin-bottom: 15px;
  }
  .custom-footer-legal .hs-menu-wrapper > ul > li {
    margin-top: 0;
  }
  .custom-footer-legal .hs-menu-wrapper > ul > li > a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .custom-footer-copyright .custom-copyright {
    padding-top: 24px;
    padding-bottom: 8px;
  }
  .custom-footer-top {
    padding-top: 48px;
    padding-bottom: 24px;
  }
  .dnd-section .custom-footer-links {
    padding-left: 4px;
    padding-right: 4px;
  }
  .custom-footer-links .span3 {
    width: 50%;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 10px;
    padding-bottom: 16px;
    margin-left: 0;
  }
  .custom-footer-links > .row-fluid {
    margin-left: -16px;
    margin-right: -16px;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: -16px;
    margin-bottom: 4px;
  }
  .custom-footer-links > .row-fluid::before,
  .custom-footer-links > .row-fluid::after {
    content: normal;
  }
  .custom-footer-social-icon,
  .custom-footer-left,
  .custom-footer-right {
    padding-left: 4px;
    padding-right: 4px;
  }
  .custom-footer-group .custom-footer-right {
    width: 100%;
  }
  .custom-footer-group .custom-footer-right p,
  .custom-footer-group .custom-footer-right h3,
  .custom-footer-group .custom-footer-right h4,
  .custom-footer-group .custom-footer-right h5 {
    text-align: left;
  }
  .custom-footer-group .page-center .custom-footer-right .footer-copyright-right {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-footer-menu {
    width: 100% !important;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li {
    width: 50%;
    margin-bottom: 25px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li a {
    margin-bottom: 5px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li.news {
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 42px;
    line-height: 48px;
  }
  h2 {
    font-size: 32px;
    line-height: 42px;
  }
  h3,
  .size-h3 {
    font-size: 24px;
    line-height: 34px;
  }
  h4 {
    font-size: 18px;
    line-height: 28px;
  }
  h5 {
    font-size: 18px;
    line-height: 28px;
  }
  h6 {
    font-size: 18px;
    line-height: 22px;
  }
  .banner-header-content-center p {
    font-size: 18px;
  }
  .banner-header-content-center p.large {
    font-size: 28px;
  }
  .banner-header-content-center p:last-child {
    margin-bottom: 12px;
  }
  .banner-header-content-center .hs-button.secondary:first-child {
    margin-top: 2px;
  }
  .banner-header-content-center > div,
  .banner-header-content .banner-content-logo {
    min-width: 492px;
  }
  .banner-header-content .banner-content-logo {
    margin-top: 14px;
    margin-bottom: 11px;
  }
  .banner-header-content .banner-textcontent_large h1,
  .banner-header-content .banner-header-heading {
    font-size: 100px;
    line-height: 88px;
    margin-bottom: 32px;
  }
  .banner-header-content .banner-textcontent_large h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .custom-footer-group .page-center > div > .row-fluid {
    flex-flow: row wrap;
  }
  .custom-footer-group .custom-footer-left {
    width: auto;
  }
  .custom-footer-group .custom-footer-copyright {
    flex-flow: row wrap;
  }
  .custom-footer-legal .hs-menu-wrapper > ul {
    flex-flow: row wrap;
  }
  .sidebar-form {
    padding: 30px;
  }
  .sidebar-form_centered h2 {
    margin-bottom: 64px;
  }
  .sidebar-form_centered h2:last-child {
    margin-bottom: 0;
  }
  body .main-content-section {
    padding-top: 68px;
    padding-bottom: 65px;
  }
  .row-flex-desktop.row-fluid {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1024px), print {
  .footer-content-optiona .widget-type-widget_container.main-content.page-center > .hs_cos_wrapper_widget_container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/* =============== Landscape tablet and smaller devices =============== */
@media (max-width: 767px) {
  .custom-form {
    width: 100% !important;
  }
  .custom-copyright {
    width: 100% !important;
  }
  .custom-copyright p {
    text-align: left;
  }
  .custom-footer-legal .hs-menu-wrapper > ul {
    flex-flow: column;
  }
  .custom-footer-legal {
    width: 100% !important;
    margin-bottom: 25px;
  }
  .custom-footer-social-icon-group {
    width: 100% !important;
  }
  .social-block ul {
    justify-content: initial;
  }
  .social-block ul li a {
    margin-top: 5px;
  }
  .footer-teaser a {
    margin-bottom: 35px;
  }
  .custom-flex-col .custom-footer-col:last-child .footer-teaser a {
    margin-bottom: 0;
  }
  .custom-flex-col .custom-footer-col {
    width: 100%;
  }
  .custom-flex-col .custom-footer-col:nth-child(2) .footer-teaser {
    border: 0;
  }
  .banner-area {
    min-height: 480px;
  }
  .banner-wrapper.body-container .desktop-side-content .hs_cos_wrapper_type_space {
    margin-bottom: 30px;
  }
}
/* =============== Landscape phones and smaller devices =============== */
@media (max-width: 479px) {
  .custom-footer-menu .hs-menu-wrapper > ul > li {
    width: 100%;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li.info-su-nfon {
    margin-bottom: 20px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li.partner {
    margin-bottom: 20px;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
  }
}
/* ============ color-variables for footer ============ */
:root .footer-container {
  --base__icon__color-0: #fff;
  --base__icon__color-1: #a0d7f6;
  --base__icon__color-2: #000000;
}
.footer-container .custom-footer-container .footer-teaser .icon svg {
  width: 80px;
}
.landing-column .content-container ul.check-list {
  margin: 10px 0;
  padding-inline-start: 0;
}
.landing-column {
  margin-bottom: 20px;
}
.landing-column .content-container ul.check-list li::before {
  content: '';
  background: url("data:image/svg+xml;charset=UTF-8, %3csvg width='15px' height='12px' viewBox='0 0 15 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Benefits' transform='translate(-776.000000, -475.000000)' fill='%23004563'%3e%3cg id='Group-Copy'%3e%3cg transform='translate(776.000000, 356.000000)'%3e%3cg id='Bullet-1-Copy-2' transform='translate(0.000000, 112.000000)'%3e%3cpolygon id='check---material-copy' points='4.64 15.84 13.46 7 14.64 8.18 4.64 18.18 0 13.54 1.16 12.36'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  display: inline-block;
  height: 13px;
  width: 25px;
  background-repeat: no-repeat;
  padding-left: 15px;
  background-size: 15px 12px;
  margin: 5px 5px 0 -30px;
}
.landing-column .content-container ul.check-list li p {
  font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  padding: 7px 0 17px 0;
  text-align: left;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.landing-column .content-container ul.check-list li {
  font-family: PangramSans, 'PangramSans', '-apple-system', BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  list-style: outside disc;
  margin: 0 0 10px;
  padding: 0 0 0 5px;
  text-align: left;
  list-style: none;
  padding: 0 0 0 35px;
}
@media (min-width: 768px) {
  .landing-column .flex-col .col {
    padding-right: 15px;
    padding-left: 15px;
  }
  .custom-footer-column-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .custom-footer-column-wrapper_2 .custom-footer-column {
    width: 50%;
  }
  .custom-column-container .page-center {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1px) {
  .landing-column .xs-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .landing-column .m-6 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .landing-column .flex-col.row-inner {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.hs-embed-content-wrapper > div:not([class])[style*="padding-bottom:"][style*="position: relative;"],
.hs-embed-content-wrapper > div:not([class])[style*="padding-bottom:"][style*="position:relative;"] {
  background-color: #f00;
}
.hs-embed-content-wrapper > div:not([class])[style*="padding-bottom:"][style*="position: relative;"] > .uc-embedding-container,
.hs-embed-content-wrapper > div:not([class])[style*="padding-bottom:"][style*="position:relative;"] > .uc-embedding-container {
  position: absolute;
  min-height: 100%;
}
.dnd-module .embed_container .iframe_wrapper > .uc-embedding-container {
  min-width: 100%;
}
body {
  /* SVGs in IE11 require the max-width to be set to non in order to display scaling properly */
  /* Placeholder styles */
}
body .oembed_container {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}
body .iframe_wrapper {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}
body .oembed_container_iframe {
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
body .oembed_custom-thumbnail,
body .oembed_custom-thumbnail:hover,
body .oembed_custom-thumbnail:focus,
body .oembed_custom-thumbnail:active {
  align-items: center;
  appearance: none;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  border: none;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
body .oembed_custom-thumbnail_icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 100%;
}
body .oembed_custom-thumbnail_icon svg {
  display: block;
  height: auto;
  width: 12%;
}
body _:-ms-fullscreen,
body :root .oembed_custom-thumbnail_icon svg {
  max-width: none;
}
body .oembed_custom-thumbnail--hide {
  display: none;
}
body .embed_container {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}
body .embed_container iframe {
  left: 0;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
body .oembed-info {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
body :not(.hs-inline-edit) .hs-video-placeholder {
  display: none;
}
body .hs-inline-edit .hs-video-placeholder {
  background-color: #f5f8fa !important;
  border: 1px dashed #516f90 !important;
  display: block !important;
  font-size: 14px !important;
  margin: 2px 1px !important;
  outline: 1px dashed #fff !important;
  text-align: center !important;
}
body .hs-video-placeholder > * {
  box-sizing: border-box !important;
  display: block !important;
  margin: 1px !important;
  padding: 12px !important;
  width: calc(100% - 2px) !important;
}
body p.hs-video-placeholder__title {
  color: #7c98b6 !important;
  font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif !important;
  font-size: 14px !important;
  font-style: italic !important;
  font-weight: 700 !important;
  line-height: initial !important;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
  padding: 0 !important;
  text-shadow: 0 -1px 0 hsla(0, 0%, 100%, 0.5) !important;
}
body p.hs-video-placeholder__description {
  color: #7c98b6 !important;
  font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  text-shadow: 0 -1px 0 hsla(0, 0%, 100%, 0.5) !important;
}
.landing-column .flex-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cloudya-sticky-column {
  position: sticky;
  top: 120px;
}
.custom-header-group .custom-actions .hs-button.secondary,
.custom-header-group .custom-mobile-actions .hs-button.secondary,
.custom-footer-group .hs-button.secondary {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.custom-header-group .custom-actions .hs-button.secondary:active,
.custom-header-group .custom-mobile-actions .hs-button.secondary:active,
.custom-footer-group .hs-button.secondary:active,
.custom-header-group .custom-actions .hs-button.secondary:hover,
.custom-header-group .custom-mobile-actions .hs-button.secondary:hover,
.custom-footer-group .hs-button.secondary:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.custom-jumpmark_section {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .custom-jumpmark_section {
    top: -44px;
  }
}
@media (min-width: 1200px) {
  .custom-jumpmark_section {
    top: -80px;
  }
}
.landingpage .custom-jumpmark:only-child {
  position: relative;
  top: -80px;
}
/* ==========================================================================
10. Extended
========================================================================== */
/* Extended Layout for Multi Column */
.content-spacer {
  margin-top: 24px;
  margin-bottom: 24px;
}
.content-spacer_small {
  margin-bottom: 6px;
}
.content-spacer.span12,
.content-spacer .widget-type-space {
  min-height: 0;
}
.custom-column-container_spaced {
  padding-top: 40px;
  padding-bottom: 40px;
}
.custom-column-container_bg-highlighted {
  background-color: #F3F6F8;
}
.custom-footer-row .dnd-module .widget-type-space .hs_cos_wrapper_type_space,
.main-content .dnd-module .widget-type-space .hs_cos_wrapper_type_space,
.custom-footer-row_spaced .hs_cos_wrapper_type_space,
.main-content_spaced .hs_cos_wrapper_type_space,
.custom-footer-row .custom-footer-row_spaced .hs_cos_wrapper_type_space,
.custom-footer-row .main-content_spaced .hs_cos_wrapper_type_space,
.main-content .custom-footer-row_spaced .hs_cos_wrapper_type_space,
.main-content .main-content_spaced .hs_cos_wrapper_type_space {
  display: block;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
.content-spacer-mobile {
  margin-top: 40px;
}
.main-content-column.content-valign-middle,
.side-content-column.content-valign-middle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.main-content-title > .widget-type-rich_text > .hs_cos_wrapper_type_rich_text > p:last-child,
.main-content-column > .widget-type-rich_text > .hs_cos_wrapper_type_rich_text > p:last-child {
  margin-bottom: 0;
}
.main-content-title > .widget-type-rich_text > .hs_cos_wrapper_type_rich_text > h4 + p,
.main-content-column > .widget-type-rich_text > .hs_cos_wrapper_type_rich_text > h4 + p {
  margin-top: 8px;
}
.vertical-divider-dark {
  padding: 20px 0;
  border-right: 10px solid #000000;
}
.vertical-divider-dark:last-child {
  border-right: 0px;
}
.vertical-divider-white {
  padding: 20px 0;
  border-bottom: 3px solid #FFF;
}
.vertical-divider-white:last-child {
  border-bottom: 0;
}
.content-valign-stretch {
  align-self: stretch;
}
.main-content-column.content-valign-middle > span,
.side-content-column.content-valign-middle > span {
  display: block;
  height: auto;
}
.main-content.main-content-flex > .row-fluid-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.main-content.main-content-flex > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.no-padding {
  padding: 0;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  display: block;
}
/* custom-thumb-grid styling */
.row-fluid .custom-thumb-grid {
  display: block;
}
.custom-thumb-grid > .row-fluid-wrapper {
  display: block;
  min-width: 100%;
  margin: 0 -15px;
  padding: 0;
}
.custom-thumb-grid > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.custom-thumb-grid > .row-fluid-wrapper > .row-fluid:before,
.custom-thumb-grid > .row-fluid-wrapper > .row-fluid:after {
  display: none;
}
.custom-thumb-grid > .row-fluid-wrapper > .row-fluid > .widget-span {
  display: block;
  padding: 15px;
  margin-left: 0;
  width: auto;
  text-align: center;
}
.custom-thumb-grid.text-center > .row-fluid-wrapper > .row-fluid {
  justify-content: space-around;
}
.custom-thumb-grid.custom-thumbs-grid-widths > .row-fluid-wrapper > .row-fluid > .widget-span {
  width: 50%;
}
.custom-thumb-grid.custom-thumbs-grid-widths.text-left > .row-fluid-wrapper > .row-fluid {
  align-items: flex-start;
}
.custom-thumb-grid.custom-thumbs-grid-widths.text-left .hs_cos_wrapper_widget {
  text-align: left;
}
.custom-thumb-grid.custom-thumbs-grid-widths .custom-thumb-header h5 {
  margin-bottom: 0;
}
.custom-thumb-grid.custom-thumbs-grid-widths .custom-thumb-header h6 {
  text-transform: none;
  font-size: 16px;
  line-height: 24px;
}
.custom-thumb-grid.custom-thumbs-200 .widget-span .widget-type-linked_image {
  margin-left: auto;
  margin-right: auto;
  max-width: 230px;
}
.custom-thumb-grid.custom-thumbs-300 .widget-span .widget-type-linked_image {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}
.custom-thumb-grid .custom-thumb-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column wrap;
}
.custom-thumb-grid .custom-thumb-wrapper .custom-thumb,
.custom-thumb-grid .custom-thumb-wrapper .custom-thumb-element {
  width: 100%;
}
.custom-grid-3 {
  margin-top: -16px;
  margin-bottom: -16px;
}
.custom-grid-3 .custom-grid-item {
  margin-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 580px) and (max-width: 767px) {
  @supports (display: contents) {
    .custom-grid-3 {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex !important;
      flex-flow: row wrap;
    }
    .custom-grid-3 > .row-fluid-wrapper,
    .custom-grid-3 > .row-fluid-wrapper > .row-fluid {
      display: contents;
    }
    .custom-grid-3 > .row-fluid-wrapper > .row-fluid:before,
    .custom-grid-3 > .row-fluid-wrapper > .row-fluid:after {
      display: none;
    }
    .custom-grid-3 .custom-grid-item {
      width: 50%;
    }
  }
}
@media (min-width: 670px) {
  .custom-thumb-grid.custom-thumbs-grid-widths > .row-fluid-wrapper > .row-fluid > .span3.widget-span {
    width: 33,32%;
  }
  .custom-thumb-grid.custom-thumbs-grid-widths > .row-fluid-wrapper > .row-fluid > .span4.widget-span {
    width: 50%;
  }
  .custom-thumb-grid .custom-thumb-wrapper {
    flex-flow: row wrap;
    margin-top: -16px;
    margin-left: -8px;
    margin-right: -8px;
  }
  .custom-thumb-grid .custom-thumb-wrapper_4 .custom-thumb,
  .custom-thumb-grid .custom-thumb-wrapper_3 .custom-thumb,
  .custom-thumb-grid .custom-thumb-wrapper_4 .custom-thumb-element,
  .custom-thumb-grid .custom-thumb-wrapper_3 .custom-thumb-element {
    width: 50%;
  }
  .custom-thumb-grid .custom-thumb,
  .custom-thumb-grid .custom-thumb-element {
    margin-top: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .custom-thumb-element.xs-0.custom-thumb-header {
    order: 0;
  }
  .custom-thumb-element.xs-0.custom-thumb-body {
    order: 1;
  }
  .custom-thumb-element.xs-0.custom-thumb-footer {
    order: 2;
  }
  .custom-thumb-element.xs-1.custom-thumb-header {
    order: 3;
  }
  .custom-thumb-element.xs-1.custom-thumb-body {
    order: 4;
  }
  .custom-thumb-element.xs-1.custom-thumb-footer {
    order: 5;
  }
  .custom-thumb-element.xs-2.custom-thumb-header {
    order: 6;
  }
  .custom-thumb-element.xs-2.custom-thumb-body {
    order: 7;
  }
  .custom-thumb-element.xs-2.custom-thumb-footer {
    order: 8;
  }
  .custom-thumb-element.xs-3.custom-thumb-header {
    order: 9;
  }
  .custom-thumb-element.xs-3.custom-thumb-body {
    order: 10;
  }
  .custom-thumb-element.xs-3.custom-thumb-footer {
    order: 11;
  }
}
@media (min-width: 860px) {
  .custom-thumb-grid.custom-thumbs-grid-widths > .row-fluid-wrapper > .row-fluid > .span3.widget-span {
    width: 25%;
  }
  .custom-thumb-grid.custom-thumbs-grid-widths > .row-fluid-wrapper > .row-fluid > .span4.widget-span {
    width: 33,32%;
  }
  .custom-thumb-grid .custom-thumb-wrapper_4 .custom-thumb,
  .custom-thumb-grid .custom-thumb-wrapper_4 .custom-thumb-element {
    width: 25%;
  }
  .custom-thumb-grid .custom-thumb-wrapper_3 .custom-thumb,
  .custom-thumb-grid .custom-thumb-wrapper_3 .custom-thumb-element {
    width: 33,32%;
  }
  .custom-thumb-element.lg-0.custom-thumb-header {
    order: 0;
  }
  .custom-thumb-element.lg-0.custom-thumb-body {
    order: 1;
  }
  .custom-thumb-element.lg-0.custom-thumb-footer {
    order: 2;
  }
  .custom-thumb-element.lg-1.custom-thumb-header {
    order: 3;
  }
  .custom-thumb-element.lg-1.custom-thumb-body {
    order: 4;
  }
  .custom-thumb-element.lg-1.custom-thumb-footer {
    order: 5;
  }
  .custom-thumb-element.lg-2.custom-thumb-header {
    order: 6;
  }
  .custom-thumb-element.lg-2.custom-thumb-body {
    order: 7;
  }
  .custom-thumb-element.lg-2.custom-thumb-footer {
    order: 8;
  }
  .custom-thumb-element.lg-3.custom-thumb-header {
    order: 9;
  }
  .custom-thumb-element.lg-3.custom-thumb-body {
    order: 10;
  }
  .custom-thumb-element.lg-3.custom-thumb-footer {
    order: 11;
  }
  -3 {
    margin-top: -20px;
    padding-bottom: -20px;
  }
  -3 -item {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
.main-content .span3.side-content-column.contact-info-sidebar > .hs_cos_wrapper_widget_container,
.main-content .span4.side-content-column.contact-info-sidebar > .hs_cos_wrapper_widget_container {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.main-content .side-content-column.contact-info-sidebar .hs_cos_wrapper_type_linked_image {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.main-content-section {
  padding-top: 48px;
  padding-bottom: 33px;
}
.custom-content-wrapper-flex .page-center,
.costom-content-wrapper-flex .page-center-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.custom-centered-headline-component,
.custom-content-wrapper-flex .page-center-wrapper {
  position: relative;
}
.custom-content-wrapper-flex .page-center-wrapper .custom-centered-headline-component {
  position: static;
}
.custom-content-wrapper-flex .page-center-wrapper .custom-centered-headline-component.custom-centered-component-fullsize {
  margin-top: 15px;
  margin-bottom: 15px;
}
.bg-dark {
  background-color: #000000;
}
.main-content.main-content_light {
  padding-top: 30px;
  color: #fff;
  padding-bottom: 30px;
}
.main-content.main-content_bg-dark {
  background-color: #000000;
}
.main-content.main-content_bg-form {
  background-color: #F3F6F8;
}
.main-content.main-content_bg-medium {
  background-color: #3200CB;
}
.main-content.main-content_bg-lightblue {
  background-color: #dceffb;
}
.main-content.main-content_bg-white {
  background-color: #ffffff;
}
.main-content.main-content_bg-gray {
  background-color: #F3F6F8;
}
.main-content-image-wrapper.span6 > .span6 {
  width: 100%;
}
.main-content_top-arrow {
  padding-top: 50px;
  overflow: hidden;
  position: relative;
}
.main-content_top-arrow:before {
  content: "";
  position: absolute;
  background-color: #fff;
  transform: rotate(45deg) translate3d(-50%, -50%, 0);
  transform-origin: center;
  left: 50%;
  top: 0;
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .main-content-image-wrapper.span6 {
    margin-bottom: 30px;
  }
  .page-center .main-content-image-wrapper.span6 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .widget-span + .main-content-image-wrapper.span6 {
    margin-top: 30px;
  }
  .main-content-image-wrapper.span6:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .main-content-image-wrapper.span6 > .span6 img {
    width: 50vw;
    max-width: 50vw !important;
    object-fit: cover;
  }
  .main-content-image-wrapper.span6:nth-child(odd) > .span6 img {
    float: right;
    display: block;
    min-height: 100%;
  }
  .main-content-image-wrapper.span6:nth-child(odd) .hs_cos_wrapper_type_linked_image {
    text-align: right;
  }
  .main-content-flex .row-fluid > .main-content-image-wrapper {
    min-height: 100%;
    background-color: #f00;
    display: flex;
  }
  .main-content-flex .row-fluid > .main-content-image-wrapper .hs_cos_wrapper,
  .main-content-flex .row-fluid > .main-content-image-wrapper .widget-span {
    display: flex;
    background-color: rgba(0, 255, 0, 0.5);
  }
  .main-content-flex .row-fluid > .main-content-image-wrapper .hs_cos_wrapper_type_linked_image {
    display: block;
  }
  .main-content-flex .row-fluid > .main-content-image-wrapper.span6:nth-child(odd),
  .main-content-flex .row-fluid > .main-content-image-wrapper.span6:nth-child(odd) > .span6 {
    display: flex;
    justify-content: flex-end;
  }
  .main-content-flex .row-fluid > .main-content-image-wrapper.span6:nth-child(odd) > .span6 img {
    object-position: right;
  }
}
.main-content.main-content_light h1,
.main-content.main-content_light h2,
.main-content.main-content_light h3,
.main-content.main-content_light h4,
.main-content.main-content_light h5 {
  color: inherit;
}
body .row-fluid-wrapper .row-fluid .mobile-hidden {
  display: none;
}
.content-graphic > svg {
  max-width: 100%;
}
.content-graphic_pushedup {
  position: relative;
  top: 80px;
}
@media (min-width: 768px) {
  .content-graphic_pushedup {
    top: 50px;
  }
}
@media (min-width: 960px) {
  .content-graphic_pushedup {
    top: -80px;
  }
}
@media (min-width: 1024px) {
  .content-graphic_pushedup {
    top: -120px;
  }
}
.content-graphic_pushdown {
  position: relative;
  top: 120px;
}
.main-content-column .content-icon svg,
.main-content-column .content-icon img {
  margin-bottom: 15px;
}
.content-list {
  padding-left: 1.5em;
}
.content-list > li {
  margin-top: 0.66667em;
  padding-left: 0.6em;
  line-height: 1.6;
}
.content-list > li:first-child {
  margin-top: 0;
}
.content-list_check,
.content-list_check-secondary,
.content-list_check-orange,
.content-list_check-heavy {
  list-style: none;
}
.content-list_check > li:before,
.content-list_check-secondary > li:before,
.content-list_check-orange > li:before,
.content-list_check-heavy > li:before {
  content: "";
  position: absolute;
  display: block;
  background-size: 1.16em auto;
  width: 1.16em;
  height: 1.16em;
  background-repeat: no-repeat;
}
.content-list_check > li:before {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M11.7632%2019.9383L2.84112%2011.0162L0%2013.8574L11.7632%2025.5707L32%205.33398H26.3676L11.7632%2019.9383Z%22%20fill%3D%22%2300FF91%22/%3E%3C/svg%3E ");
  font-size: 1.16em;
  margin-top: -0.02em;
  margin-left: -1.8em;
}
.content-list_check-secondary > li:before {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M11.7632%2019.9383L2.84112%2011.0162L0%2013.8574L11.7632%2025.5707L32%205.33398H26.3676L11.7632%2019.9383Z%22%20fill%3D%22%233200CB%22/%3E%3C/svg%3E ");
  font-size: 1.2em;
  margin-top: -0.02em;
  margin-left: -1.75em;
}
.content-list_check-orange > li:before {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M11.7632%2019.9383L2.84112%2011.0162L0%2013.8574L11.7632%2025.5707L32%205.33398H26.3676L11.7632%2019.9383Z%22%20fill%3D%22%233200CB%22/%3E%3C/svg%3E ");
}
.content-list_check-heavy > li:before {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2242%22%20height%3D%2232%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m3.08%2012.5%2013%2013L38.164%203%22%20stroke%3D%22%233200CB%22%20stroke-width%3D%228%22/%3E%3C/svg%3E ");
  background-position: center;
  font-size: 1.16em;
  margin-top: 0;
  margin-left: -1.6em;
}
.content-list_check .size-h2,
.content-list_check .size-h3,
.content-list_check .size-h4 {
  font-weight: bold;
}
@media (max-width: 767px) {
  .main-content .span3.side-content-column.contact-info-sidebar,
  .main-content .span4.side-content-column.contact-info-sidebar {
    width: 100%;
  }
  .span6.main-content-column {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  body .row-fluid-wrapper .row-fluid .mobile-hidden {
    display: block;
  }
  body .row-fluid-wrapper .row-fluid .desktop-hidden {
    display: none;
  }
  .content-spacer-mobile {
    margin-top: 0;
  }
  .content-padding-spacer-desktop {
    padding-top: 30px;
  }
  .custom-column-container .column-content--key {
    width: 31%;
  }
  .custom-column-container .column-content--value {
    width: 66%;
    margin-left: 3%;
  }
}
@media (min-width: 1024px), print {
  .content-spacer {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .content-spacer_small {
    margin-bottom: 0;
  }
  .custom-column-container_spaced {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .custom-footer-row .dnd-module .widget-type-space .hs_cos_wrapper_type_space,
  .main-content .dnd-module .widget-type-space .hs_cos_wrapper_type_space,
  .custom-footer-row_spaced .hs_cos_wrapper_type_space,
  .main-content_spaced .hs_cos_wrapper_type_space,
  .custom-footer-row .custom-footer-row_spaced .hs_cos_wrapper_type_space,
  .custom-footer-row .main-content_spaced .hs_cos_wrapper_type_space,
  .main-content .custom-footer-row_spaced .hs_cos_wrapper_type_space,
  .main-content .main-content_spaced .hs_cos_wrapper_type_space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.text-center {
  text-align: center;
}
.text_light > h1,
.text_dark > h1,
.text_light > h2,
.text_dark > h2,
.text_light > h3,
.text_dark > h3,
.text_light > h4,
.text_dark > h4,
.text_light > h5,
.text_dark > h5,
.text_light > h6,
.text_dark > h6 {
  color: inherit;
}
.text_light {
  color: #fff;
}
.text_dark {
  color: #000;
}
.system-page .body-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 99vh;
}
.system-page main {
  flex-grow: 1;
}
.system-page.content-wrapper {
  margin-top: 66px;
}
.system-page .subscribe-options {
  margin-top: 16px;
}
.system-page .subscribe-options label[for] {
  position: relative;
  display: flex;
}
.system-page .subscribe-options label[for] span {
  display: block;
}
.system-page .subscribe-options p.header {
  margin-bottom: 12px;
}
.system-page .subscribe-options input[type="checkbox"] {
  opacity: 0;
  width: 13px;
  height: 13px;
  border-radius: 0;
  display: block;
  appearance: none;
  margin-right: 8px;
}
.system-page .subscribe-options input[type="checkbox"] + span:before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 0;
  position: absolute;
  border: 1px solid #8E8E8F;
  left: 0;
  top: 5px;
}
.system-page .subscribe-options input[type="checkbox"]:checked + span:before {
  width: 13px;
  height: 13px;
  border-radius: 0;
  position: absolute;
  border: 1px solid #1ECF82;
  background-color: #1ECF82;
}
.system-page .subscribe-options input[type="checkbox"]:checked + span:after {
  content: "";
  font-size: 15px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M2.94081%204.98434L0.71028%202.75381L0%203.46409L2.94081%206.39244L8%201.33325H6.5919L2.94081%204.98434Z%22%20fill%3D%22%23000%22/%3E%3C/svg%3E ");
  text-align: center;
  line-height: 15px;
  width: 8px;
  position: absolute;
  left: 3px;
  top: 8px;
}
.system-page .subscribe-options input[type="checkbox"] + span:after,
.system-page .subscribe-options input[type="checkbox"] + span:before {
  margin-top: 1px;
}
.system-page .fakelabel {
  position: relative;
  padding-left: 25px;
}
.system-page .fakelabel input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 13px;
  height: 13px;
  border-radius: 0;
  display: block;
  appearance: none;
  margin-right: 8px;
  z-index: 1;
}
.system-page .fakelabel input[type="checkbox"] + span:before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 0;
  position: absolute;
  border: 1px solid #8E8E8F;
  left: 0;
  top: 5px;
}
.system-page .fakelabel input[type="checkbox"]:checked + span:before {
  width: 13px;
  height: 13px;
  border-radius: 0;
  position: absolute;
  border: 1px solid #1ECF82;
  background-color: #1ECF82;
}
.system-page .fakelabel input[type="checkbox"]:checked + span:after {
  content: "";
  font-size: 15px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M2.94081%204.98434L0.71028%202.75381L0%203.46409L2.94081%206.39244L8%201.33325H6.5919L2.94081%204.98434Z%22%20fill%3D%22%23000%22/%3E%3C/svg%3E ");
  text-align: center;
  line-height: 15px;
  width: 8px;
  position: absolute;
  left: 3px;
  top: 8px;
}
.system-page .fakelabel input[type="checkbox"] + span:after,
.system-page .fakelabel input[type="checkbox"] + span:before {
  position: absolute;
  top: 1px;
  z-index: 0;
}
.system-page .fakelabel input[type="checkbox"]:checked + span:after {
  top: 4px;
}
.system-page .email-prefs .item {
  background-color: #f3f6f8;
  padding: 12px;
  margin-top: 16px;
}
.system-page .email-prefs .item:first-child {
  margin-top: 0;
}
.system-page .email-prefs .item-inner > * {
  padding-left: 25px;
}
.system-page .email-prefs .item-inner > .checkbox-row {
  padding-left: 0;
}
.system-page .email-prefs p:last-child {
  margin-bottom: 0;
}
.system-page_subscription-confirmation .page-header {
  margin-bottom: 16px;
}
.system-page_unsubscribe input.hs-input {
  padding-left: 15px!important;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
}
@media (min-height: 1000px) {
  .system-page .body-wrapper {
    min-height: 990px;
  }
}
@media (min-width: 1024px) {
  .system-page .email-prefs .item {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .content-graphic_mobile-centered {
    margin-left: auto;
    margin-right: auto;
  }
}
.custom-slider {
  display: block;
  position: relative;
}
.custom-slider-item {
  width: 100%;
  padding: 0 10%;
  color: #000;
}
.custom-slider-info {
  color: #000;
  height: 48px;
}
.custom-slider-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 240px;
  height: auto;
  transform: translate3d(-50%, -50%, 0);
  color: #3200CB;
  opacity: 0.4;
}
.custom-slider-icon svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.custom-slider_light .custom-slider-info,
.custom-slider_light .custom-slider-item {
  color: #fff;
}
.custom-slider_light .custom-slider-icon {
  opacity: 0.25;
  color: #3200CB;
}
.custom-slider .flickity-prev-next-button .flickity-button-icon {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.custom-slider .flickity-button {
  border-radius: 0;
  width: 48px;
  height: 48px;
  background-color: transparent;
  color: #000;
  border: 1px solid;
}
.custom-slider .flickity-button:focus,
.custom-slider .flickity-button:hover {
  color: #000;
  background-color: #00FF91;
}
.custom-slider .flickity-button:focus {
  outline: 1px dashed;
  outline-offset: 0;
  box-shadow: none;
}
.custom-slider .flickity-button:hover,
.custom-slider .flickity-button:focus {
  border-color: #00FF91;
}
.custom-slider_light .flickity-button {
  background-color: transparent;
  color: #fff;
}
.custom-slider_light .flickity-button:focus,
.custom-slider_light .flickity-button:hover {
  color: #fff;
  background-color: #00FF91;
}
.custom-slider_light .flickity-button:hover,
.custom-slider_light .flickity-button:focus {
  border-color: transparent;
}
.custom-slider_quote {
  padding-top: 50px;
  padding-bottom: 50px;
}
.custom-slider_quote .custom-slider {
  min-height: 240px;
}
.custom-slider_quote .custom-slider-item {
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.custom-slider_quote .custom-slider-content {
  text-align: left;
  max-width: 760px;
}
.custom-slider_quote .custom-slider h3 {
  font-size: 24px;
  font-weight: normal;
  color: inherit;
}
.custom-slider_quote .custom-slider h3 + div {
  font-weight: bold;
}
.custom-slider_quote .flickity-page-dots {
  display: none;
}
.custom-slider_quote .flickity-viewport:after,
.custom-slider_quote .flickity-viewport:before {
  content: "";
  position: absolute;
  box-shadow: 0 0 40px 20px #fff;
  top: 0;
  bottom: 0;
  width: 2px;
  display: block;
  z-index: 1;
}
.custom-slider_quote .flickity-viewport:before {
  left: 0;
}
.custom-slider_quote .flickity-viewport:after {
  right: 0;
}
.custom-slider_quote .flickity-viewport .custom-slider-item {
  min-height: 100%;
}
.custom-slider_quote .flickity-viewport .custom-slider-item h3:before {
  content: '“';
  display: inline;
}
.custom-slider_quote .flickity-viewport .custom-slider-item h3:after {
  content: '”';
  display: inline;
}
.main-content_bg-gray .custom-slider_quote .flickity-viewport:before,
.main-content_bg-gray.custom-slider_quote .flickity-viewport:before,
.main-content_bg-gray .custom-slider_quote .flickity-viewport:after,
.main-content_bg-gray.custom-slider_quote .flickity-viewport:after {
  box-shadow: 0 0 40px 20px #F3F6F8;
}
.custom-slider_quote .flickity-button {
  z-index: 2;
  border: 1px solid;
}
.custom-slider_quote .flickity-button.previous {
  left: 0;
}
.custom-slider_quote .flickity-button.next {
  right: 0;
}
@media (max-width: 768px) {
  .custom-slider_quote .flickity-button.previous {
    left: -16px;
  }
  .custom-slider_quote .flickity-button.next {
    right: -16px;
  }
}
.custom-slider_quote .custom-slider--dynamic .flickity-viewport:before,
.custom-slider_quote .custom-slider--dynamic .flickity-viewport:after {
  box-shadow: 0 0 30px 25px;
  border: 1px solid;
}
.custom-slider_quote-enum .custom-slider {
  padding-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.custom-slider_quote-enum .custom-slider-icon {
  position: static;
  order: 0;
  transform: none;
  width: 100%;
  text-align: left;
  opacity: 1;
  margin-left: 20px;
}
.custom-slider_quote-enum .custom-slider-icon svg {
  width: 90px;
  height: auto;
}
.custom-slider_quote-enum .custom-slider-caption {
  position: absolute;
  bottom: 0;
  left: 20px;
  display: flex;
  align-items: center;
}
.custom-slider_quote-enum .custom-slider-caption a.disabled {
  text-decoration: none!important;
  opacity: 0.3;
}
.custom-slider_quote-enum .custom-slider-enum {
  position: absolute;
  bottom: 0;
  right: 144px;
  left: auto;
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 34px;
}
.custom-slider_quote-enum .custom-slider-content {
  max-width: 920px;
  width: 100%;
}
.custom-slider_quote-enum .custom-slider-content > a {
  display: none;
}
.custom-slider_quote-enum .custom-slider-item {
  padding: 0 20px;
}
.custom-slider_quote-enum .custom-slider .flickity-viewport:before,
.custom-slider_quote-enum .custom-slider .flickity-viewport:after {
  box-shadow: 0 0 15px 10px;
}
@media (min-width: 1024px) {
  .custom-slider_quote-enum .custom-slider {
    max-width: 780px;
  }
  .custom-slider_quote-enum .custom-slider-content {
    max-width: 650px;
    margin-right: 0;
    margin-left: auto;
  }
  .custom-slider_quote-enum .custom-slider-icon {
    float: left;
    width: 132px;
  }
  .custom-slider_quote-enum .custom-slider-caption {
    margin-left: 152px;
  }
}
.custom-slider_quote-enum .flickity-viewport {
  order: 0;
  padding: 0;
}
.custom-slider_quote-enum .flickity-page-dots {
  order: 1;
}
.custom-slider_quote-enum .flickity-prev-next-button {
  bottom: 0;
  top: auto;
  transform: none;
}
.custom-slider_quote-enum .flickity-prev-next-button.next {
  right: 20px;
}
.custom-slider_quote-enum .flickity-prev-next-button.previous {
  left: auto;
  right: 72px;
}
.custom-breadcrumb {
  display: block;
  list-style: none;
  margin-left: 20px;
  font-size: 13px;
  line-height: 18px;
}
.custom-breadcrumb:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: -13px;
  display: block;
  font-size: 6px;
  font-weight: 900;
}
.custom-breadcrumb:first-child {
  margin-left: 0;
}
.custom-breadcrumb:first-child:before {
  content: normal;
}
.custom-breadcrumbs {
  list-style: none;
  padding-left: 0;
  display: flex;
}
.dnd-section_custom-banner-container .custom-breadcrumbs {
  position: absolute;
  bottom: 0;
}
.logo-thumb {
  display: block;
  flex: 0 1 auto;
  padding: 10px;
}
.logo-thumb img,
.logo-thumb svg {
  max-width: 100%;
  max-height: 90px;
  width: auto;
  height: auto;
}
.logo-thumb img {
  object-fit: contain;
}
.logo-thumb-wrapper {
  display: flex;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: space-evenly;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  .logo-thumb-wrapper {
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  .logo-thumb {
    margin-top: 30px;
    max-width: 45%;
  }
  .logo-thumb-wrapper {
    flex-wrap: wrap;
    margin-top: -30px;
  }
}
.custom-banner {
  min-height: 300px;
  max-height: 100vh !important;
  width: 100%;
  position: relative;
}
.custom-banner_md {
  min-height: 280px;
}
.custom-banner-layer {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.custom-banner-layer .log {
  bottom: 0;
  height: 100px;
}
.custom-banner-layer img,
.custom-banner-layer video {
  height: 100%;
  width: auto;
  position: absolute;
  object-fit: cover;
}
@media (max-width: 1220px) {
  .custom-banner-layer img,
  .custom-banner-layer video {
    min-width: 100%;
    min-height: 100%;
  }
}
@media (min-width: 1024px) {
  .dnd-section_custom-banner-container .dnd-column_custom-banner:first-child .custom-banner-layer img,
  .dnd-section_custom-banner-container .dnd-column_custom-banner:first-child .custom-banner-layer video {
    float: right;
    left: auto;
    right: 0;
  }
}
.custom-banner-layer_image {
  background-color: #3200CB;
}
.custom-banner-layer img {
  object-fit: cover;
  object-position: center;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
}
.custom-banner-layer .vidyard-player-container {
  width: auto;
  height: 100% !important;
  min-width: 100% !important;
}
.custom-banner-layer > div {
  display: flex;
  height: 100%;
  margin: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.custom-banner-layer .vidyard-player-container div[class^=vidyard-div-] {
  max-width: none !important;
  min-height: 100%;
}
.custom-banner-video {
  height: 100%;
}
.custom-banner-video video {
  margin-left: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-banner-video .custom-video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.custom-banner-svg-wrapper svg {
  max-width: 100%;
  height: auto;
}
.custom-banner-svg-wrapper_limited {
  max-width: 400px;
}
.custom-banner-svg-wrapper_centered {
  margin-left: auto;
  margin-right: auto;
}
.custom-banner-svg-wrapper .type-light {
  font-weight: 300;
}
.custom-banner-svg-wrapper .type-bold {
  font-weight: 700;
}
.custom-banner-svg-wrapper .type-extrabold {
  font-weight: 900;
}
.custom-banner-svg-wrapper .type-medium {
  font-weight: 500;
}
.custom-banner-svg-wrapper .type-semibold {
  font-weight: 600;
}
.dnd_module .custom-banner {
  height: 100%;
}
@media (min-width: 540px) {
  .custom-banner {
    min-height: 560px;
  }
  .custom-banner_md {
    min-height: 420px;
  }
  .custom-banner_xs {
    min-height: 380px;
  }
  .custom-banner_lg {
    min-height: 490px;
  }
}
@media (min-width: 768px) {
  .dnd-section_custom-banner,
  .custom-banner {
    min-height: 600px;
  }
  .dnd-section_custom-banner_md,
  .custom-banner_md {
    min-height: 450px;
  }
  .dnd-section_custom-banner_xs,
  .custom-banner_xs {
    min-height: 400px;
  }
  .dnd-section_custom-banner_lg,
  .custom-banner_lg {
    min-height: 520px;
  }
}
@media (min-width: 1024px) {
  .dnd-section_custom-banner,
  .custom-banner {
    min-height: 720px;
  }
  .dnd-section_custom-banner_md,
  .custom-banner_md {
    min-height: 450px;
  }
  .dnd-section_custom-banner_lg,
  .custom-banner_lg {
    min-height: 600px;
  }
}
.dnd-section_custom-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.custom-video {
  min-height: 200px;
  position: relative;
  line-height: 0;
}
.custom-video-container .custom-video-poster {
  top: 0;
}
.custom-video-poster {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.custom-video-poster:after {
  content: "";
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #00FF91;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M38.8986%2032.3976L28.0849%2038.407C27.8325%2038.5455%2027.6289%2038.4233%2027.6289%2038.1383L27.6289%2026.152C27.6289%2025.867%2027.8325%2025.7449%2028.0849%2025.8833L38.8986%2031.8927C39.1511%2032.0312%2039.1511%2032.2592%2038.8986%2032.3976Z%22%20fill%3D%22%23000%22/%3E%3C/svg%3E ");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.custom-video-poster:hover:after {
  background-color: #27E090;
}
.custom-video-controls {
  width: 90%;
  height: 80px;
  display: none;
  bottom: 5%;
  left: 5%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  z-index: 1;
}
.custom-video.active .custom-video-poster:after {
  opacity: 0;
}
.dnd-section_custom-banner-container .dnd-column {
  min-height: 240px;
}
@media (max-width: 960px) {
  .dnd-section_custom-banner-container > .row-fluid {
    flex-direction: column !important;
    display: flex;
  }
  .dnd-section_custom-banner-container > .row-fluid .dnd-column:first-child:not(.dnd-column_custom-banner) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dnd-section_custom-banner-container > .row-fluid .dnd-column_custom-banner .custom-banner {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }
  .dnd-section_custom-banner-container > .row-fluid .dnd-column_custom-banner .custom-banner .custom-banner-layer_image {
    min-width: 100%;
    margin-left: 0!important;
  }
  .dnd-section_custom-banner-container .dnd-column {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .dnd-area--header-banner .dnd-section_custom-banner-container:first-child > .row-fluid .dnd-column:first-child:not(.dnd-column_custom-banner) {
    padding-top: 80px;
  }
}
.custom-text-ticker {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.custom-text-ticker .custom-emphasized,
.custom-text-ticker .custom-tick {
  font-size: 50px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 0!important;
}
.custom-text-ticker .custom-tick {
  font-weight: bold;
}
.custom-text-ticker-inner {
  display: flex;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: nowrap;
  animation-duration: inherit;
}
.custom-text-ticker-item {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .custom-text-ticker .custom-emphasized,
  .custom-text-ticker .custom-tick {
    font-size: 64px;
    margin-bottom: 32px;
  }
}
.custom-text-ticker.ready .custom-text-ticker-item {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: inherit;
  animation-name: custom-text-ticking;
}
@keyframes custom-text-ticking {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.custom-download-linkList {
  list-style: none;
  padding-left: 1.5rem;
}
.custom-download-linkList-item {
  margin-top: 0.5rem;
  color: #00B1EB;
}
.custom-download-linkList-item:first-child {
  margin-top: 0;
}
.custom-download-linkList-item:before {
  content: "";
  height: 1rem;
  width: 1rem;
  position: absolute;
  background: transparent center no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M2.666%208.311h10.667M8.355%2013.289l4.978-4.978-4.978-4.978%22%20stroke%3D%22%2300B1EB%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E ");
  transform: translate3d(-100%, 0.125rem, 0) rotate(90deg);
  margin-left: -0.5rem;
}
.custom-download-linkList-item a,
.custom-download-linkList-item a:hover {
  color: inherit;
}
.custom-download-linkList-item:hover {
  text-decoration: underline;
}
.custom-download-link-ext {
  flex: 0 0 auto;
}
.custom-tab {
  display: block;
  flex: 1 0.5 25%;
  border-color: transparent;
  color: #FFF;
}
.custom-tab h4 {
  color: #FFF;
}
.custom-tab-bar {
  display: flex;
}
.custom-tab a {
  display: flex;
  margin-bottom: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: inherit;
  border-bottom: 4px solid transparent;
  border-color: inherit;
  padding: 16px 8px 24px;
  text-align: center;
  height: 100%;
}
.custom-tab a svg {
  opacity: 0.4;
  height: 90px;
  width: auto;
}
.custom-tab a h4 {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}
.custom-tab a:hover,
.custom-tab a:focus {
  text-decoration: none;
}
.custom-tab.active,
.custom-tab.active:hover {
  border-color: #00FF91;
  color: #00FF91;
}
.custom-tab.active a svg,
.custom-tab.active:hover a svg {
  color: #00FF91;
  opacity: 1;
}
.custom-tab:hover {
  color: #00FF91;
}
.custom-tab:hover a svg {
  opacity: 1;
  color: #00FF91;
}
.custom-tab-content {
  background-color: #fff;
  color: #000;
  margin-left: auto !important;
  margin-right: auto !important;
}
.custom-tab-content.js-tab-content {
  display: none;
}
.custom-tab-content.js-tab-content.active {
  display: block;
}
.custom-tab-container {
  background-color: #000000;
}
.custom-tab-bar[data-mobile="accordion"] {
  display: none;
}
.custom-tab-container_mobile .custom-tab {
  position: relative;
  z-index: 0;
}
.custom-tab-container_mobile .custom-tab a {
  display: block;
  text-align: left;
  padding-right: 40px;
  padding-left: 16px;
}
.custom-tab-container_mobile .custom-tab a,
.custom-tab-container_mobile .custom-tab.active a {
  border-color: #00FF91;
}
.custom-tab-container_mobile .custom-tab svg,
.custom-tab-container_mobile .custom-tab.active svg {
  opacity: 1;
}
.custom-tab-container_mobile .custom-tab svg {
  width: auto;
  height: 50px;
}
.custom-tab-container_mobile .custom-tab:after {
  content: "";
  background: transparent no-repeat center;
  background-size: contain;
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M17.707%2010.7071L16.293%209.29306L12%2013.5861L7.70703%209.29306L6.29303%2010.7071L12%2016.4141L17.707%2010.7071Z%22%20fill%3D%22%2300FF91%22/%3E%3C/svg%3E ");
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 38px;
  right: 18px;
  z-index: -1;
}
.custom-tab-container_mobile:not(.collapsed) .custom-tab a,
.custom-tab-container_mobile:not(.collapsed) .custom-tab.active a {
  color: #00FF91;
}
.custom-tab-container_mobile:not(.collapsed) .custom-tab svg,
.custom-tab-container_mobile:not(.collapsed) .custom-tab.active svg {
  color: #00FF91;
}
.custom-tab-container_mobile.collapsed .custom-tab a,
.custom-tab-container_mobile.collapsed .custom-tab.active a {
  border-color: #00FF91;
}
.custom-tab-container_mobile.collapsed .custom-tab a:hover,
.custom-tab-container_mobile.collapsed .custom-tab.active a:hover {
  opacity: 1;
}
.custom-tab-container_mobile.collapsed .custom-tab svg,
.custom-tab-container_mobile.collapsed .custom-tab.active svg {
  opacity: 0.4;
}
.custom-tab-container_mobile.collapsed .custom-tab svg,
.custom-tab-container_mobile.collapsed .custom-tab.active svg,
.custom-tab-container_mobile.collapsed .custom-tab:hover svg,
.custom-tab-container_mobile.collapsed .custom-tab.active:hover svg {
  color: #00FF91;
}
.custom-tab-container_mobile.collapsed .custom-tab:after {
  transform: rotate(0);
  background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M17.707%2010.7071L16.293%209.29306L12%2013.5861L7.70703%209.29306L6.29303%2010.7071L12%2016.4141L17.707%2010.7071Z%22%20fill%3D%22%2300FF91%22/%3E%3C/svg%3E ");
}
@media (max-width: 767px) {
  .custom-tab-container_mobile.active + .custom-tab-content {
    display: block;
  }
  .custom-tab-container_mobile.collapsed + .custom-tab-content {
    display: none;
  }
}
@media (min-width: 768px) {
  .custom-tab-bar[data-mobile="accordion"] {
    display: flex;
  }
  .custom-tab-container_mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .custom-image-wrapper .custom-image-container {
    position: relative;
    max-height: 700px;
    min-height: 450px;
  }
  .custom-image-wrapper .custom-image-container .custom-image {
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 960px;
  }
}

/*# sourceMappingURL=../maps/style.css.map */