/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *: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;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/







/* 1a. Containers */



/* 1b. Colors */




 




 


/* 1c. Typography */






























.row-fluid {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
  display: flex;
}

.dnd-section {
    margin-bottom: 200px;
}

@media only screen and (max-width: 899px) {
    .dnd-section {
        margin-bottom: 120px;
    }
}





html {
  font-size: 16px;
}

body {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3a3a3a;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
  color: #006193;
}

@media only screen and (min-width: 1024px) {
  a:hover,
  a:focus {
    font-weight: normal; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
    color: #00396b;
  }


  a:active {
    font-weight: normal; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
    color: #2889bb;
  }

}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
  color: #252159;
  font-size: 60px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
  color: #252159;
  font-size: 48px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
  color: #252159;
  font-size: 32px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: 700; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
  color: #252159;
  font-size: 32px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: 600; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
  color: #252159;
  font-size: 24px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: 600; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
  color: #252159;
  font-size: 20px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #252159;
}





form,
.submitted-message {
  color: #fff;
  text-align: center;
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 18px;
}

/* Form title */

.form-title {
  color: ;
}

/* Labels */

form label {
  color: ;
}

/* Help text */

form legend {
  color: ;
}

/* 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: #fff;
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3a3a3a;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3a3a3a;
}

::-moz-placeholder {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3a3a3a;
}

:-ms-input-placeholder {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3a3a3a;
}

::placeholder {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3a3a3a;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #006193;
}

.fn-date-picker td.is-selected .pika-button {
  background: #006193;
}
@media only screen and (min-width: 1024px) {

.fn-date-picker td .pika-button:hover {
  background-color: #006193 !important;
}
}

.fn-date-picker td.is-today .pika-button {
  color: #006193;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  
  
  ;
  background-color: ;
  border-radius: ;
  color: ;
  font-size: ;
  text-transform: ;
}

@media only screen and (min-width: 1024px) {

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(#null, 0.0);
  border-color: ;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(#null, 0.0);
  border-color: ;
}
}





/* Table */

table {
  
  background-color: ;
}

/* Table cells */

td,
th {
  
  
  color: ;
}

/* Table header */

thead th {
  background-color: ;
  color: ;
}

/* Table footer */

tfoot td {
  background-color: ;
  color: ;
}

.is-clipped {
  overflow: hidden !important;
}

.content-wrapper {
  margin: 0 auto;
}

.dnd-section > .row-fluid > .span12,
.main-section > .row-fluid-wrapper > .row-fluid > .span12,
.dnd-row > .row-fluid > .span12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


/* Responsive grid */

@media (max-width: 899px) {
  .row-fluid {
    display: block;
  }

  .row-fluid [class*='span'] {
    display: block;
    position: relative;
    padding: 0 16px;
  }
}

@media (min-width: 900px) {
  .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }
  
  .row-fluid [class*='span'] {
    display: block;
    position: relative;
    padding: 0 16px;
  }
  
  .row-fluid .span12 {
    width: 100%;
    flex: none;
  }
  
  .row-fluid .span11 {
    width: 91.66666674%;
    flex: none;
  }
  
  .row-fluid .span10 {
    width: 83.33333337%;
    flex: none;
  }
  
  .row-fluid .span9 {
    width: 75%;
    flex: none;
  }
  
  .row-fluid .span8 {
    width: 66.66666674%;
    flex: none;
  }
  
  .row-fluid .span7 {
    width: 58.33333337%;
    flex: none;
  }
  
  .row-fluid .span6 {
    width: 50%;
    flex: none;
  }
  
  .row-fluid .span5 {
    width: 41.66666674%;
    flex: none;
  }
  
  .row-fluid .span4 {
    width: 33.33333337%;
    flex: none;
  }
  
  .row-fluid .span3 {
    width: 25%;
    flex: none;
  }
  
  .row-fluid .span2 {
    width: 16.66666674%;
    flex: none;
  }
  
  .row-fluid .span1 {
    width: 8.33333337%;
    flex: none;
  }
}

/* Clearfix */

.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: 899px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 900px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}


.img-container {
  display: block;
  position: relative;
}

.img-container img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page .widget-type-custom_widget .hs_cos_wrapper .hs_cos_wrapper_type_header h3 {
  font-size: 32px;
}


@media only screen and (max-width: 899px) {
  .page .widget-type-custom_widget .hs_cos_wrapper .hs_cos_wrapper_type_header h3 {
    font-size: 24px !important;
  }
}


button,
.button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 0px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  font-weight: 600;
  line-height: 1;
  transition: color, box-shadow 0.3s ease-in-out;
}

@media only screen and (max-width: 899px) {
  .button {
    padding: 12px 16px !important;
    font-size: 12px !important;
  }
}

@media only screen and (min-width: 1024px) {
  button:hover,
  .button:hover {
    color: #fff;
    font-weight: 600;
    box-shadow: 0 8px 16px rgba(0, 16, 130, 0.1);
  }
  
  button:focus,
  .button:focus {
    box-shadow: 0 8px 16px rgba(0, 16, 130, 0.1);
    background: #006193;
    color: #fff;
  }
}


button:disabled,
.button:disabled {
  opacity: 0.5;
}

.button svg,
button svg {
  margin-left: 8px;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;

}

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

.button:hover svg,
.button:hover svg {
  transform: translateX(10px);
}

}

.primary-button {
  padding-top: 18px;
padding-right: 24px;
padding-bottom: 18px;
padding-left: 24px;

  background: ;
  color: #FFFFFF;font-size: 16px;font-family: Manrope, sans-serif; font-weight: 800;
  border: 1px solid transparent;
}

@media only screen and (min-width: 1024px) {
.primary-button:hover {
  /* background: #fff; */
  box-shadow: inset 270px 0 0 0 #fff;
  color: #006193;
  border-color: 0;
}
}

.secondary-button {
  padding-top: 18px;
padding-right: 24px;
padding-bottom: 18px;
padding-left: 24px;

  border: 1px solid #252159;

  background: transparent;
  color: #252159;font-size: 16px;font-family: Manrope, sans-serif; font-weight: 800;
}

@media only screen and (min-width: 1024px) {
  .secondary-button:hover {
    border-color: #24FBA0 !important;
    box-shadow: inset 270px 0 0 0 #24FBA0;
    /* background: #006193; */
    color: #252159;
    color: #252159;font-size: 16px;font-family: Manrope, sans-serif; font-weight: 800;
  }
}

.no-class {
  padding: 0 !important;
  color: #006193;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 1024px) {
.no-class:hover {
  box-shadow: none;
  color: #006193;
}
}
button.no-class:focus,
.button.no-class:focus {
  box-shadow: none;
  background: transparent;
  color: #006193;
}
/* Labels */

form label {
  display: flex;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

.hs-form-field {
  margin-bottom: 48px;
}

@media only screen and (max-width: 899px) {
  .hs-form-field {
    margin-bottom: 40px;
  }
}

/* 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 {
  display: inline-block;
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 0;
  border: 1px solid #252159;
  font-size: 14px;
  font-weight: 400;
  min-height: 59px;
}

@media only screen and (max-width: 899px) {
  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 {
    min-height: 40px;
    padding: 8px;
  }
}

form textarea {
  resize: vertical;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
    outline: 0;
    border-color: #0f37d3;
}

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 - date picker */

.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;
}

@media only screen and (min-width: 1024px) {
.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 p {
  
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
    cursor: pointer;
    margin-left: 0 !important;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
}

.legal-consent-container .hs-richtext {
  color: #252159;
  text-align: left;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: red;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  padding: 15px 50px;
  border: none;
  background: #24FBA0;
  color: #252159;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  height: 60px;
}

@media only screen and (max-width: 899px) {
  form input[type=submit],
  form .hs-button {
    height: 40px;
    padding: 8px 18px;
  }
}

/* Captcha */

.hs_recaptcha {
    display: none;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
.iframe-wrapper {
  position: relative;
}

.iframe-wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe-wrapper .hs-responsive-embed {
  max-width: initial !important;
  max-height: initial !important;
  height: 500px !important;
}

@media only screen and (max-width: 899px) {
  .iframe-wrapper .hs-responsive-embed {
    height: 400px !important;
  }
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/







.header {
  padding: 14px 0;
  position: static;
  /* position: fixed;
  top: 0;
  left: 0;
  right: 0; */
}

@media (max-width: 899px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; 
    padding-top:0;
  }
}

.header-container {
  position: relative;
  top: 0;
  z-index: 99;
}

.fixed {
  position: sticky;
  animation: slide-down 0.3s;
}

.fixed .header {
  background: #252159;
  box-shadow: 0px 4px 10px rgba(25, 25, 25, 0.1);
}

@media (max-width: 1023px) {
  .fixed .header {
    padding: 0;
    background: #252159;
    box-shadow: 0px 4px 10px rgba(25, 25, 25, 0.1);
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* *:hover {
  transition: all 0.3s ease-in-out;
} */


/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

@media only screen and (min-width: 1024px) {
.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  top: 0;
  width: auto;
}
}




.search-icon svg > path {
  stroke: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.search-icon svg > path + path {
  stroke: transparent;
  fill: 

  
  
    
  


  rgba(37, 33, 89, 1.0)

;
}


.navbar .row-fluid {
  max-width: 1248px;
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
}

@media (max-width: 1023px){
  .navbar .row-fluid {
    padding: 0;
    display: block;
  }
}

.navbar-end {
  display: none;
  /* flex-direction: column-reverse; */
  align-items: flex-start;
}

@media (max-width: 1023px) {
  .navbar-end {
    display: none;
    margin-top: 26px;
  }

}

@media (min-width: 1024px) {
  .navbar-end {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
  }

  .navbar-end .button-container {
    display: inline-block;
    margin-left: 30px;
  }
}

@media (max-width: 1023px) {
  .navbar-end > div {
    margin: 12px 0;
  }
}

.navbar-end > div#hs_cos_wrapper_button2 {
  padding: 0;
}

@media (max-width: 1023px) {
  .navbar-end > div#hs_cos_wrapper_button2 .button {
    display: block;
    text-align: center;
    width: 100%;
  }
}

.navbar-brand {
  padding: 20px 16px;
  margin: 0;
  display: flex;
  flex-shrink: 0;
  /* align-items: center; */
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0px 4px 10px rgba(0, 16, 130, 0.1);
}

.navbar-brand svg {
  display: inline-block;
  vertical-align: middle;
}

.navbar-burger {
  min-width: 26px;
}

@media (min-width: 1024px) {
  .navbar-brand {
    padding: 0;
    box-shadow: none;
  }
  .navbar-burger, .search-icon {
    display: none;
  }
}

.logo-wrapper {
  position: relative;
  display: block;
  height: 200px;
  width: 80px;
}

.logo-wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;  
}

@media (max-width: 1023px) {
    .logo-wrapper {
    height: 115px;
    width: 48px;
  }

  .navbar-brand {
    padding-top: 12px;
    padding-bottom: 73px;
    box-shadow: 0 0;
  }
}

.navbar-menu {
  display: none;
  border-top: 1px solid transparent;
  /* flex-grow: 1; */
  flex-shrink: 0;
  align-items: flex-start;
  justify-content: space-between;
}

.navbar-menu.is-opened {
  display: block;
  margin-top: 16px;
  padding: 12px 40px;
}

@media (max-width: 1024px) {
  .navbar-menu.is-opened {
    padding: 20px;
  }
}

@media (min-width: 1024px) {
  .navbar-menu {
    display: flex;
  }
  .navbar-start {
    margin-left: auto;
    display: flex;
    align-items: center;
  }
}
.language-menu {
    padding: 40px 0 0 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
}

@media only screen and (min-width: 1024px) {
    .language-menu {
        padding: 0;
        margin: 0 0 0 20px;
    }
}

.language-menu li + li {
    border-left: 1px solid #fff;
    padding-left: 8px;
    margin-left: 8px;
}

.language-menu a {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}

.language-menu a:hover {
    color: #24FBA0;
}
.navbar-end > div.search-icon {
  padding: 9px 0;
  cursor: pointer;
  width: 25px;
}

@media (max-width: 899px) {
  .navbar-end > div.search-icon {
    display: none;
  }
}

.search-close,
.search-section label {
  display: none;
}

.search-section.is-active,
.search-close.is-clicked {
    display: block;
}

.search-section {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -70px;
  height: 0;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}

.search-section.is-active {
  height: auto;
  opacity: 1;
  top: 100%;
  bottom: auto;
  padding: 20px 0;
  background: #fff;
  z-index: 2;
  border-top: 1px solid #EBEBEB;
}

.search-section form {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-section input[type=text] {
  border: 1px solid #ebebeb;
  height: 40px;
  outline: 0;
}

.search-section button {
  margin-left: 10px;
  padding: 0;
  background: transparent;
  border: none;
}

.search-section button span { display: none; }

.search-section button:before {
  content: '';
  background: url('https://434084.fs1.hubspotusercontent-na1.net/hubfs/434084/search-icon.png');
  display: inline-block;
  width: 25px;
  height: 25px;
}







footer .row-fluid {
    max-width: 1248px;
}

footer .dnd-section {
    margin: 0;
}

footer .span12 {
    padding: 0 !important;
}

footer [data-hs-cos-type="logo"] img {
    width: 80px !important;
    height: 200px;
}

footer {
    padding: 68px 0 29px 0;
    background-color: 

  
  
    
  


  rgba(37, 33, 89, 1.0)

;
}

.footer-top > .row-fluid-wrapper > .row-fluid{
    padding: 28px 0;
}

.footer-top > .row-fluid-wrapper > .row-fluid:before,
.footer-top > .row-fluid-wrapper > .row-fluid:after {
    content: '';
    position: absolute;
    left: 16px;
    right: 16px;
    top: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}

.footer-top > .row-fluid-wrapper > .row-fluid:after {
    top: auto;
    bottom: 0;
}

.footer-top .row-number-1 > .row-fluid {
    display: flex;
    justify-content: space-between;
}

.footer-top .span12 {
    align-items: flex-start !important;
}

.footer-top .row-number-5,
.footer-top .row-number-7,
.footer-top .row-number-8 {
    margin-top: 32px;
}

.footer-title {
    margin: 0;
    color: #24FBA0;
    font-size: 16px;
}

.footer-text, .footer-text a {
    margin-bottom: 0;
    color: #fff !important;
}

@media (min-width: 900px) {
    .footer-text a:hover {
        text-decoration: underline;
    }
}

.footer-menu .menu__link {
    color: #fff;
    font-weight: 400;
    font-size: 10px;
}

.footer-menu .menu__item {
    display: flex;
}

.footer-bottom {
    padding-top: 16px;
    background-color: 

  
  
    
  


  rgba(37, 33, 89, 1.0)

;
}

.copyright, .madeby {
    margin-top: 16px;
    margin-bottom: 0;
    font-weight: normal; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
    text-align: left;
    color: #FFFFFF;
    font-size: 10px;
    text-transform: none;
}

.madeby {
    text-align: left;
}

.footer-bottom a {
    color: #FFFFFF;
    font-weight: normal; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
}

@media (max-width: 899px) {    
    .footer-top .row-number-1 .span7 {
        flex: 0 0 40%;
    }

    footer [data-hs-cos-type="logo"] img {
        width: 62px !important;
        height: 150px;
    }
}

@media (min-width: 900px) {
    footer {
        padding: 80px 0;
    }

    .footer-top > .row-fluid-wrapper > .row-fluid{
        padding-left: 16px;
        padding-right: 16px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .footer-top > .row-fluid-wrapper > .row-fluid:before,
    .footer-top > .row-fluid-wrapper > .row-fluid:after {
        display: none;
    }

    .footer-top .row-fluid {
        justify-content: space-between;
    }

    .footer-top .row-number-7,
    .footer-top .row-number-8 {
        margin-top: 82px;
    }

    .footer-top .row-number-5 {
        margin-top: 0;
    }

    .footer-bottom {
        padding-top: 24px;
    }

    .footer-bottom .row-fluid {
        justify-content: space-between;
        align-items: center;
    }

    .madeby {
        margin-top: 0;
        text-align: right;
    }

    .copyright {
        margin-top: 0;
    }

    .footer-bottom .span4 {
        padding-right: 0;
        padding-left: 0;
    }

    .footer-top .row-number-1 .span7 {
        padding-right: 0;
    }

    .footer-top .row-number-1 .span7 .span6 {
        padding: 0;
        flex-basis: 21%;
    }

    .footer-top .row-number-1 .span7 .span6 + .span6 {
        padding: 0;
        flex-basis: 20%;
    }
}

@media (min-width: 1440px) {
    .footer-top > .row-fluid-wrapper > .row-fluid{
        padding: 56px 0;
    }
    .footer-top .row-number-1 .span7 .span6 + .span6 {
        flex-basis: 17%;
    }
}
.swiper-pagination {
    position: static !important;
    margin-top: 20px;
}

 .swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #252159;
    opacity: 1;
}

    .swiper-pagination .swiper-pagination-bullet-active {
        width: 20px;
        border-radius: 16px;
        background: #24FBA0;
        border-color: #24FBA0;
    }

 .swiper-button-next:after,
 .swiper-button-prev:after {
    display: none;
}

.swiper-button-next {
    transform: rotate(180deg);
}

 .swiper-button-prev,
 .swiper-button-next {
    width: 48px !important;
    height: 48px !important;
    z-index: 1;
}

.swiper-button-prev:hover svg circle,
.swiper-button-next:hover svg circle {
    stroke: #24FBA0;
    fill: #24FBA0;
}

/* Menu and simple menu */

.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: 899px) {
  .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: 899px) {
  .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: 899px) {
  .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;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 899px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

.is-hidden {
  display: none !important;
}

.is-invincible {
  visibility: hidden;
}

.page--contact .body-container-wrapper .row-fluid {
    align-items: flex-start;
}

.page--contact .hs-form,
.page--contact .row-number-5 h3 {
    max-width: 500px;
    width: 100%;
    margin: 0 0 0 auto;
}

.page--contact .row-number-5 h3 {
    margin-bottom: 40px;
}

@media only screen and (max-width: 850px) {
    .page--contact .row-number-5 h3 {
        margin-top: 80px;
        margin-bottom: 24px;
        font-size: 24px;
    }    
}

.page--contact .background-block {
    display: none;
}

.page--contact .row-number-6.dnd-section {
    margin-bottom: 0;
}

@media only screen and (max-width: 850px) {
    .page--contact .hs-form {
        max-width: initial;
        margin: 50px auto 0 auto;
    }
}


.content-wrapper .error-page {
    padding: 120px 0;
    background: #fff;
}

.error-page .button-container {
    margin-top: 32px;
    justify-content: center;
}

.error-page .secondary-button:hover {
    box-shadow: inset 302px 0 0 0 #24fba0;
}

.error-page .row-fluid {
    padding: 120px 0;
    max-width: 1034px;
    border-top: 1px solid #9BB1FF;
    border-bottom: 1px solid #9BB1FF;
}

.error-page [data-hs-cos-type="rich_text"] {
    display: flex;
    align-items: center;
}

.error-page h2 {
    margin: 0;
    font-weight: 200;
    font-size: 220px;
    line-height: 1;
}

.error-page h1 {
    margin-left: 14px;
    text-align: left;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
}

@media only screen and (max-width: 899px) {
    .content-wrapper .error-page {
        padding: 80px 16px;
    }
    .error-page .row-fluid {
        padding: 48px 0;
    }
    .error-page [data-hs-cos-type="rich_text"] {
        display: block;
    }

    .error-page h2 {
        font-size: 160px;
    }

    .error-page h1 {
        margin-top: 48px;
        margin-left: 0;
        text-align: center;
        font-weight: 400;
        font-size: 32px;
        line-height: 40px;
    }
}

.is-used {
    overflow: hidden;
}

.hs-site-page {
    background: #F9F9F9;
}

.hs-blog-id-60285398235 .background-block {
    margin-top: 200px;
}

@media only screen and (max-width: 899px) {
    .hs-blog-id-60285398235 .background-block {
        margin-top: 120px;
    }
}

.avocado-404error,
.avocado-500error,
.hs-blog-post header,
.hs-site-page.textpage header {
    /*
    position: sticky;
    top: 0; */
    background: #252159;
     padding-top: 24px;
    padding-bottom: 56px;
}

@media only screen and (max-width: 899px) {
    .avocado-404error,
    .avocado-500error,
    .hs-blog-post header,
    .hs-site-page.textpage header {
        padding: 0;
    }
}

.text-page {
    margin-top: 120px;
    margin-bottom: 112px;
}

.text-page .row-fluid {
    max-width: 1066px;
}

.text-page h1 {
    padding-bottom: 40px;
    border-bottom: 1px solid #9BB1FF;
}

.text-page .page-text-section {
    margin: 0 auto;
    max-width: 820px;
}

.page-text-section h3 {
    padding-top: 80px;
    padding-bottom: 40px;
}

.page-text-section ul,
.page-text-section ol {
    padding-left: 20px;
}

.homepage .row-depth-1.row-number-1.dnd-section {
    margin-bottom: 0;
}

.homepage .row-number-3.dnd_area-row-1-background-color {
    padding: 140px 0;
    line-height: 1.4;
}

.homepage .row-number-3.dnd_area-row-1-background-color h2,
.homepage .row-number-3.dnd_area-row-1-background-color p {
    color: #fff !important;
}

.homepage .row-number-3.dnd_area-row-1-background-color h2 {
    font-size: 24px;
    font-weight: 400;
}

.homepage .body-container-wrapper [data-hs-cos-type="rich_text"] {
    display: block;
    padding: 0 16px;
    margin-bottom: 40px;
}

.homepage .body-container-wrapper [data-hs-cos-type="rich_text"] h3 {
    margin-bottom: 16px;
    font-size: 48px;
}

.homepage .body-container-wrapper [data-hs-cos-type="rich_text"] p {
    margin: 0;
    color: #252159;
    font-size: 24px;
    font-weight: 300;
}

@media only screen and (max-width: 899px) {
    .homepage .row-number-3.dnd_area-row-1-background-color {
        padding: 60px 0;
    }

    .homepage .row-number-3.dnd_area-row-1-background-color h2 {
        font-size: 20px;
    }

    .homepage .body-container-wrapper [data-hs-cos-type="rich_text"] {
        margin-bottom: 24px;
    }

    .homepage .body-container-wrapper [data-hs-cos-type="rich_text"] h3 {
        font-size: 32px;
    }

    .homepage .body-container-wrapper [data-hs-cos-type="rich_text"] p {
        font-size: 16px;
    }

    .text-page {
        margin-top: 80px;
        margin-bottom: 120px;
    }

    .text-page h1 {
        padding-bottom: 24px;
        font-size: 32px !important;
    }

    .page-text-section h3 {
        padding-top: 48px;
        padding-bottom: 24px;
    }

    .dnd-module #hs_cos_wrapper_widget_1674574488034 h3 {
        font-size: 32px !important;
    }
}


@media only screen and (max-width: 1023px) {

    .menu-opened {
        height: 100vh;
        background: #252159;
    }

    .menu-opened .logo-wrapper {
       // visibility: hidden;
        height: 6px;
    }
}



form .hs-form-booleancheckbox label{
    display:block;
    font-size:14px;
    text-align:left;
}

form .hs-form-booleancheckbox label p{
    line-height:1.5;
    font-size:14px;
    
}

form .hs-form-booleancheckbox input{
    margin-top:5px;
}