*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
html{
  font-family: Poppins,Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0em;
  color:#3A4F66;
}

body {
  margin: 0;
  padding: 0;
  font-family: Poppins,Sans-Serif;
  color:#3A4F66;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}



/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}


img{
  max-width:100%;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color:#0f063c;
  font-family: Poppins,Sans-Serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: calc(0.2em + 10px);
  margin-top: 1.5em;
}

h1{
  margin-top: 0;
  font-size: 40px;
}

h2{
  font-size: 35px;
}

h3{
  font-size: 30px;
}

h4{
  font-size: 25px;
}

h5{
  font-size: 20px;
}

h6{
  font-size: 16px;
}



/* Lists */



ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

a.hs-button.large.primary {
  margin: 0 0 20px;
}

ul.no-list.hs-error-msgs.inputs-list > li > label {
  color: #ef6b51;
  margin-top: 0.35rem;
}
/* Labels */

form label {
  display: inlin-block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #fafafa;
  border-radius: 5px;
  font-family: "Poppins",Sans-serif;
  font-size: 16px;
  letter-spacing: .4px;
  color: #3d4459;
  min-height: 47px;
  padding: 6px 16px;
  border: 1px solid #818a91;
  border-color: #0000000A;
  vertical-align: middle;
  line-height: 1.4;
  outline:0;
  width: 100%;
  display: block;
  transition: all 0.12s cubic-bezier(.455,.03,.515,.955);
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  background-color: #11C8E3;
  color: #fff;
  font-family: "Roboto",Sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: .8px;
  border-radius: 5px;
  min-height: 40px;
  display:inline-flex;
  align-items: center;
  justify-content: center;
  padding:5px 20px;
  text-align: center;
  transition: all 0.2s ease;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.no-banner header.header{
  min-height:100px;
}

.no-banner .header-fixed{
  background-color: rgba(0,0,0,0.4);
  backdrop-filter: saturate(180%) blur(20px);
}

.fixheader .header-fixed{
  background-color: rgba(0,0,0,0.4);
  backdrop-filter: saturate(180%) blur(20px);
  max-height: 78px;
}
.fixheader .header-logo img{
  height: 37.4px;
  display: block;
}
.fixheader .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a{
  color:#11C8E3;
}
.header-fixed{
  position: fixed;
  z-index: 5;
  top:0;
  left:0;
  right:0;
  height: 100%;
  max-height: 100px;
  transition: box-shadow 0.2s cubic-bezier(.455,.03,.515,.955),background-color 0.2s cubic-bezier(.455,.03,.515,.955);
}

.header__container{
  display: grid;    
  min-height:auto;
  grid-template-columns: auto auto;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width:calc(90vw - 0px * 2);
}

.header-content-left{
  display: grid;
}
.header-logo{
  display: flex;
  align-items: center;
  margin: 0 10px 0 0;
}
.header-logo a{
  height: 50px;
  transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header-logo img{
  width: auto !important;
  height: 44px;
  vertical-align: middle;
  transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.header-content-right{
  display: grid;
}
.custom-menu-primary{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.custom-menu-primary .hs-menu-wrapper{
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul{
  display: flex;
  height: inherit;
  flex-wrap: nowrap;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  display: flex;
  align-items: center;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#fff;
  white-space: nowrap;
  justify-content: center;
  height: 60%;
  font-family:Poppins, Sans-Serif;
  font-size: 14px;
  font-weight:500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  white-space: nowrap;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: calc( 25px / 2 );
  border-radius:inherit;
  text-transform: uppercase;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:after{
  content: '';
  width:0;
  position: absolute;
  top: 41px;
  left: 0;
  right: 0;
  bottom: 0;
  height:0;
  opacity:0;
  background-color:rgb(17,200,227);
  transition: opacity 0.12s cubic-bezier(.455,.03,.515,.955),width 0.12s cubic-bezier(.455,.03,.515,.955),height 0.12s cubic-bezier(.455,.03,.515,.955),top 0.12s cubic-bezier(.455,.03,.515,.955),bottom 0.12s cubic-bezier(.455,.03,.515,.955);
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
  color:#11c8e3;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after{
  width:85%;
  height:2px;
  opacity: 1;
  margin: 0 auto;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a span,
li.more-link-menu>ul>li:nth-child(5)>a span{
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width:18px;
  height: 18px;
  margin-inline-start:0.2em;
  margin-inline-end:-5px;
  transition: all 0.12s cubic-bezier(.455,.03,.515,.955);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a span svg,
li.more-link-menu>ul>li:nth-child(5)>a span svg{
  position: relative;
  width: 8px;
  height:8px;
  fill: #fff;
  transition: transform 0.15s ease-out, fill 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
li.more-link-menu>ul>li:nth-child(5)>a span svg{
  fill: #0f063c;
  transform: rotate(90deg);
}
li.more-link-menu>ul>li:nth-child(5)>a:hover span svg{
  fill: #11C8E3;
}
.custom-menu-primary .hs-menu-depth-1 > ul{
  min-width: 100px;
  margin: 0;
  position: absolute;
  border-radius: 0px 0px 10px 10px;
  width: 200px;
  background-color: #fff;
  box-shadow: 0px 10px 20px rgb(41 51 61 / 10%);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, margin 0.2s ease;
}
.custom-menu-primary .hs-menu-depth-1:hover .hs-menu-depth-2{
  opacity:1;
  transform: translate3d(0, 0, 0);
}
.custom-menu-primary .hs-menu-depth-2{
  display: flex;
  align-items: center;
  opacity:0;
  transform: translate3d(0, 5px, 0);
  transition: opacity 0.5s cubic-bezier(0.35, 0.81, 0.41, 1),transform 0.5s cubic-bezier(0.35, 0.81, 0.41, 1);
}
.custom-menu-primary .hs-menu-depth-2 > a,
li.more-link-menu.hs-menu-item.hs-menu-depth-1 .hs-menu-depth-2 > a{
  margin: 8px;
  color:#0f063c;
  font-family:Poppins,Sans-Serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: normal; 
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding:6px 9px;
  border-radius: calc( 13px - 7px) calc( 13px - 4px );
  transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.custom-menu-primary .hs-menu-depth-2:hover > a,
li.more-link-menu.hs-menu-item.hs-menu-depth-1 .hs-menu-depth-2 :hover> a{
  color:#11c8e3;
  background-color: rgba(255,255,255,0.03);
}



.header-search{
  margin:0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header-search svg{
  position: relative;
  width: 15px;
  height: 15px;
  fill: #fff;
  transition: transform 0.15s ease-out, fill 0.12s cubic-bezier(0.455, 0.03);
}
.header-search:hover svg{
  fill:rgb(17,200,227);
}

.header-cta{
  margin-left:10px;
  display: flex;
  align-items:center;
}
.header-cta a{
  font-family: Poppins, Sans-Serif;
  font-size:13px;
  font-weight: 500;
  line-height: 21.45px;
  letter-spacing:normal;
  color:#fff;
  position: relative;
  background-color: #11c8e3;
  display:flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding:5px 15px;
  appearance: none;
  cursor: pointer;
  transition: all 0.2s ease; 
  text-align: center;
  border-radius:3px;
}
.header-cta a:hover{
  color: #ffffff;
  background-color: #2de3ff;
}






.search-modal{
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 100vh;
  transition: opacity 0.3s ease-in-out,visibility 0.3s ease-in-out;
}




.search-modal .ct-panel-content{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content:initial;
  align-items:flex-start;
  overflow: auto;
  padding:35px;
  padding-top: 20px;
}
.search-modal .ct-panel-content form{
  position: relative;
  padding: 0;
  border: 0;
  font-size: inherit;
  text-align: inherit;
  line-height: inherit;
  width: 100%;
  margin: auto;
  max-width: 800px;
}
.search-modal .ct-panel-content form input{
  position: relative;
  width: 100%;
  height: 90px;
  font-family: inherit;
  font-size: 35px;
  color:#ffffff;
  padding:0;
  border: 0;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background-color: transparent !important;
  animation-name: move-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;  
  transition: all 0.12s cubic-bezier(.455,.03,.515,.955);
  outline:0;
}
.search-modal .ct-panel-content form input:focus{
  border-color:#2de3ff;
}
.search-modal .ct-panel-content form input::-webkit-input-placeholder{
  opacity: .6;
  color: inherit;
}
.search-modal .ct-panel-content form .search-submit{
  position: absolute;
  top: 0;
  right: 0;
  padding: initial;
  width: 48px;
  min-height: 48px;
  border: none;
  box-shadow: none;
  border-radius:100%;
  background: #2de3ff;
  transition: background 0.12s cubic-bezier(.455,.03,.515,.955);
}
.search-modal .ct-panel-content form .search-submit svg{
  position: relative;
  width: calc(100% / 3);
  height:calc(100% / 3);
  fill: rgba(255,255,255,.7);
  vertical-align: middle;
  transition:fill 0.12s cubic-bezier(.455,.03,.515,.955);
}

.search-modal .ct-panel-content form .search-submit:hover svg{
  fill: #ffffff;
}


.search-modal .ct-panel-actions {
  display: flex;
  align-items: center;
  padding: 35px;
  padding-bottom: 0;
  justify-content: flex-end;
}
.search-modal .ct-panel-actions button{
  top: initial;
  right:0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: initial;
  cursor: pointer;
  transition: all 0.12s cubic-bezier(.455,.03,.515,.955);
  padding:0;  
  border-radius:0;
  border-width: 0;  
  background: transparent;
}
.search-modal .ct-panel-actions button svg{
  position: relative;
  width: 12px;
  height:12px;
  fill: rgba(255, 255, 255, 0.7);
  transition: transform 0.15s ease-out, fill 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.search-modal .ct-panel-actions button:hover svg{
  transform:rotate(90deg);
  transition:transform 0.15s ease-out, fill 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

li.more-link-menu.hs-menu-item.hs-menu-depth-1 {
  display: none;
}

.hamberger{
  display:none;
}
.responsive-menu{
  display:none;
}



.search-open .search-modal{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  background-color: rgba(18,21,25,.98);
}
.search-open .search-modal .ct-panel-content form input{
  animation-name: move-in;
  animation-duration: 0.3s;
  animation-fill-mode: both;  
}


.search-open .search-modal .search-submit svg{
  fill:#fff !important;
}








@media (min-width: 690px){
  .search-modal .ct-panel-content form input{
    margin-bottom: 35px;
  }
  .search-modal .ct-panel-content form .search-submit{
    top: calc(45px - 24px);
  }
  .search-modal .ct-panel-actions {
    padding-top: 30px;
  }
  .responsive-menu{
    background-color: rgba(18,21,25,.98) !important;
  }
  .responsive-menu .ct-panel-actions{
    padding-top: 30px !important;
  }
  .responsive-menu .ct-panel-actions button svg,
  .responsive-menu-wrap span.child-trigger svg{
    fill: #fff !important;
  }
  .responsive-menu-wrap{
    padding:20px 35px 35px !important;
  }
  .responsive-menu-wrap li>a{
    font-size:30px !important;
    color: #fff !important;
  }
  .responsive-menu-wrap li:hover>a,
  .responsive-menu-wrap li:hover svg,
  .responsive-menu .ct-panel-actions button:hover svg{
    color: #11c8e3 !important;
    fill: #11c8e3 !important;
  }

  .responsive-menu-wrap li.activated>a {
    color: #11c8e3 !important;
  }
  .activated span.child-trigger svg {
    transform: rotate(-180deg);
    fill: #11c8e3 !important;
  }
  .responsive-menu-wrap span.child-trigger svg{
    position: relative;
    width:15px;
    height:15px;
    transition: transform 0.15s ease-out, fill 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}


@media (min-width: 1000px){
  header.header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper {
    pointer-events: none;
  }
  header.header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
    pointer-events: all;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:before {
    content: '';
    width: 100%;
    height: 69px;
    position: absolute;
    bottom: -69px;
    left: 0;
  }
}



@media (min-width: 1380px){
  .custom-menu-primary .hs-menu-depth-1 > ul{
    left: 0 !important;
    top: 69px !important;
  }
}


@media (max-width: 1379px){
  li.more-link-menu {
    display: flex !important;
  }
  li.more-link-menu > ul{
    opacity:0;
    visibility:hidden;
    left: auto !important;
    top: 95% !important;
    flex-direction: column;
  }
  li.more-link-menu > ul > li > a{
    display:none;
  }
  li.more-link-menu:hover > ul{
    opacity:1;
    visibility:visible;
  }
  li.more-link-menu ul li,
  li.more-link-menu.hs-menu-item.hs-menu-depth-1 .hs-menu-depth-2{
    display: flex;
    align-items: center;
    opacity:0;
    transform: translate3d(0, 5px, 0);
    transition: opacity 0.5s cubic-bezier(0.35, 0.81, 0.41, 1),transform 0.5s cubic-bezier(0.35, 0.81, 0.41, 1);
  }
  li.more-link-menu > ul>li>a,
  li.more-link-menu ul li li.hs-menu-depth-2 > a{
    margin: 8px;
    color:#0f063c;
    font-family:Poppins,Sans-Serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: normal; 
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding:6px 9px;
    display:none;
    border-radius: calc( 13px - 7px) calc( 13px - 4px );
  }

  li.more-link-menu ul li:hover > a{
    color: #11c8e3 !important;
    background-color: rgba(255,255,255,0.03) !important;
  }
  li.more-link-menu.hs-menu-item.hs-menu-depth-1 .hs-menu-depth-2{
    display: flex;
    align-items: center;
    opacity:0!important;
    transform: translate3d(0, 5px, 0)!important;
    transition: opacity 0.5s cubic-bezier(0.35, 0.81, 0.41, 1),transform 0.5s cubic-bezier(0.35, 0.81, 0.41, 1);
  }
  li.more-link-menu:hover ul li,
  li.more-link-menu.hs-menu-item.hs-menu-depth-1:hover .hs-menu-depth-2{
    opacity:1 !important;
    transform: translate3d(0, 0, 0) !important;
  }



  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7){
    display:none;
  }
  li.more-link-menu > ul > li:nth-child(7) > a{
    display:flex !important;
  }
}


@media (max-width: 1376px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6){
    display:none;
  }
  li.more-link-menu > ul > li:nth-child(6) > a{
    display:flex !important;
  }
}

@media (max-width: 1272px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5){
    display:none;
  }
  li.more-link-menu > ul > li:nth-child(5) > a{
    display:flex !important;
    justify-content: space-between;
  }

  li.more-link-menu>ul>li:nth-child(5)>ul{
    right: 100% !important;
    left: auto !important;
    top: 0 !important;
    margin-right: 5px;
  }
}

@media (max-width: 1170px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4){
    display:none;
  }
  li.more-link-menu > ul > li:nth-child(4) > a{
    display:flex !important;
  }
}



@media (max-width: 999.98px){
  .no-banner header.header{
    min-height:70px;
  }
  .fixheader .header-logo img{
    height:37.39px;
  }
  .custom-menu-primary{
    display:none;
  }
  .header-fixed{
    max-height: 70px;
  }
  .hamberger{
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .hamberger-toggle{
    margin:0 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: initial;
    cursor: pointer;
    border-radius:3px;
    background: transparent !important;
    padding: 0;
    transition: all 0.12s cubic-bezier(.455,.03,.515,.955);
  }
  .hamberger-toggle svg{
    transition: none;
    position: relative;
    width: 18px;
    height: 18px;
    fill: #ffffff;
  }
  .hamberger-toggle:hover svg{
    fill:rgb(17,200,277);
  }
  .no-banner .hamberger-toggle:hover svg{
    fill: #fff;
  }

  .fixheader .header-fixed{
    height: 78px;
  }
  .responsive-menu{
    background-color:#fff;
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 999999;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    content-visibility: auto;
    transition: opacity 0.3s ease-in-out,visibility 0.3s ease-in-out;
  }
  .responsive-menu .ct-panel-actions{
    display: flex;
    align-items: center;
    padding: 25px;
    padding-bottom: 0;
    padding-top: 20px;
    justify-content: flex-end;
  }


  .responsive-menu .ct-panel-actions button{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: initial;
    cursor: pointer;
    border-radius:3px;
    background: transparent;
    padding: 0;
    transition: all 0.12s cubic-bezier(.455,.03,.515,.955);
  }
  .responsive-menu .ct-panel-actions button svg{
    position: relative;
    width: 12px;
    height: 12px;
    fill: #0f063c;
    transition: transform 0.15s ease-out, fill 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
  }

  .responsive-menu .ct-panel-actions button:hover svg{
    transform:rotate(90deg);
    fill:rgb(17,200,277);
  }

  .responsive-menu-wrap {
    animation-name: move-in;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
    padding: 25px;
    padding-top: 20px;
  }
  .responsive-menu-wrap > div{
    width: 100%;
  }

  .responsive-menu-wrap .hs-menu-wrapper >ul{
    flex-direction: column;
  }

  .responsive-menu-wrap li{
    display: flex;
    flex-direction: column;   
  }
  .responsive-menu-wrap li > a{
    color:#0f063c;  
    font-family: Poppins,Sans-Serif;
    font-size: 16px;
    font-weight:600;
    line-height: 1.65;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 5px 0;  
    justify-content: space-between;
  }
  .responsive-menu-wrap li:hover > a,
  .responsive-menu-wrap li:hover svg{
    color:#11c8e3;
    fill:#11c8e3;
  }

  .responsive-menu-wrap span.child-trigger {
    display: flex;
    position: absolute;
    right: 0;
    top:10px;
    cursor: pointer;
  }
  .responsive-menu-wrap span.child-trigger svg{
    position: relative;
    width:15px;
    height:15px;
    transition: transform 0.15s ease-out, fill 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .responsive-menu-wrap .hs-menu-depth-1 > ul{
    position: relative;
    width: calc(100% + 10px);
    margin-inline-end: -10px;
    padding-inline-end: 10px;
    overflow: hidden;
    padding-inline-start:calc(30px * 1);
  }
  .responsive-menu-wrap .hs-menu-depth-2 > a:before{
    position: absolute;
    content: '';
    top: calc(50% - 2px);
    left: -30px;
    width: 3px;
    height: calc(3px * 1);
    opacity: 0.3;
    border-radius: 5px;
    background: currentColor;
    transition: opacity 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955),background 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955),width 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .responsive-menu-wrap .hs-menu-depth-2 > a:hover:before{
    opacity: 1;
    width: 15px;
  }




  .responsive-menu-wrap .hs-menu-depth-1 > ul{
    opacity:0;
    display:none;
    visibility:hidden;
  }
  .responsive-menu-wrap .hs-menu-depth-1 > ul{
    opacity:1 !important;
    display:none;
    visibility:visible !important;
    position: static !important;
  }


  .responsive-menu-wrap li.activated>a{
    color:rgb(17, 200, 227);
  }



  .mobile-open  .responsive-menu{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .activated span.child-trigger svg{
    transform:rotate(-180deg);
    fill:rgb(17, 200, 227);
  }
}

@media (max-width: 824px){
  .header-logo img{
    height: 43.9px; 
  }
}






@media (max-width: 689.98px){
  .header-logo img{
    height: 35px;
  }
  .header__container{
    width: calc(88vw - 0px * 2)
  }
}





@keyframes move-in{
  0%{
    opacity:0;
    transform:translate3d(0,-40px,0)
  }
  100%{
    opacity:1;
    transform:translate3d(0,0,0)
  }
}

@keyframes move-out{
  0%{
    transform:translate3d(0,0,0)
  }
  100%{
    transform:translate3d(0,40px,0)
  }
}
footer.footer {
  background-color:#f2f5f7;
}
.top-footer{
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-color: #0c052f;
  background-image: linear-gradient(rgba(9,4,37,.95),rgba(9,4,37,.95)) ;
}
.top-footer-container {
  display: grid;
  grid-template-columns:repeat(4, 1fr);
  grid-column-gap:50px;
  grid-row-gap: 50px;
  padding-top:70px;
  padding-bottom:70px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1290px;
  width:calc(90vw - 0px * 2);
}

.top-footer .col-1,
.top-footer .col-2,
.top-footer .col-3,
.top-footer .col-4{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: flex-start;
}

.footer-logo img{
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
  width:100% !important;
  max-width: 174px;
}

.explore-menu,
.links-menu{
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.explore-menu .hs-menu-wrapper,
.links-menu .hs-menu-wrapper{
  flex-grow: 1;
  word-break: break-word;
  overflow-wrap: break-word;
}

.explore-menu .hs-menu-wrapper > ul > li > a,
.links-menu .hs-menu-wrapper > ul > li > a{
  font-weight: 700;
  font-size: 16px;
  line-height: 26.4px;
  font-family:Poppins,Sans-Serif;
  color:#fff;
  cursor:auto;
  display: block;
  margin-bottom: 0.3em;
}

.explore-menu .hs-menu-depth-1 > ul,
.links-menu .hs-menu-depth-1 > ul{
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.explore-menu .hs-menu-depth-1 > ul > li,
.links-menu .hs-menu-depth-1 > ul > li{
  margin-bottom: 0.3em;
}
.explore-menu .hs-menu-depth-1 > ul a,
.links-menu .hs-menu-depth-1 > ul a{
  font-weight: 400;
  font-size: 16px;
  line-height: 26.4px;
  font-family:Poppins,Sans-Serif;
  color:#fff;
  transition:all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.explore-menu .hs-menu-depth-1 > ul a:hover,
.links-menu .hs-menu-depth-1 > ul a:hover{
  color:#11c8e3;
}
.contact-details{
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.contact-details a,
.contact-details p{
  font-weight: 400;
  font-size: 16px;
  line-height: 26.4px;
  font-family:Poppins,Sans-Serif;
  color:#fff;
  margin:0;
  transition:all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.contact-details a,
.contact-details p{
  margin-bottom:0.3em;
}
.contact-details a:nth-child(1){
  font-weight: 700;
  display: inline-block;
}
.contact-details a:hover{
  color:#11c8e3;
}



.bottom-footer{
  background-color: #0c052d;
}
.bottom-footer-container{
  display: grid;
  grid-template-columns: initial;
  grid-column-gap:50px;
  grid-row-gap: 50px;
  padding-top:15px;
  padding-bottom:15px;
}
.copyright {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
.copyright p{
  margin:0;
  padding: 0 5px;
  font-weight: 400;
  font-size: 15px;
  line-height: 19.5px;
  font-family:Poppins,Sans-Serif;
  color:rgb( 225, 232, 237);
  transition:all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}












@media (min-width: 782px){
  .explore-menu{
    flex-wrap: nowrap;
  }
  .explore-menu .hs-menu-wrapper{
    flex-basis: 0;
    flex-grow: 1;
  }
  .contact-details{
    flex-wrap: nowrap;
  }
}


@media (max-width: 999.98px){
  .top-footer-container{
    grid-template-columns: initial;
  }
  .bottom-footer-container{
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .top-footer-container{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .links-menu .hs-menu-depth-1>ul>li:last-child{
    margin-bottom: 0;
  }
}
@media (max-width: 689.98px){
  .bottom-footer-container{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .top-footer-container{
    padding-top: 40px;
    padding-bottom: 40px;
    width:calc(88vw - 0px * 2);
  }
}
/* Menu and simple menu */
.meta-date{
  Display:none;
}
.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}