
/* ===== /_hs/template_assets/1/226822042852/1783079887239/template_main.min.css ===== */
/* 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;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

/* 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 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

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

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
/*****************************************/
/* Flex layout    */
/*****************************************/
.row{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.row>*{
  padding: 0 15px;
}
ul, ol{
  padding: 0;
  margin: 0;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.flex-wrap{
  flex-wrap: wrap;
}
.d-flex {
  display: flex;
}
.justify-content-between {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
.white-text{
  color: #fff;
}
.text-center{
  text-align: center;
}
.text-uppercase{
  text-transform: uppercase;
}

@media(max-width: 767px){
  .col-6 {
    flex: 0 0 auto;
    width: 100%;
  }
}


/*****************************************/
/* 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 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  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;
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

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

/* Labels */

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

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
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;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

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;
}

.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;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}
header.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1005;
  padding: 30px 15px 10px;
  transition: all 0.3e ease;
}
header.header.sticky{
  background: #17072b;
  padding: 20px 15px 10px;
}
.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

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

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}



/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}




.header__search .hs-search-field__input {
  
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-position: center right 15px;
    background-repeat: no-repeat;
  
  height: 45px;
  padding: 0 0.7rem;
}




.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url('/_ext/static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png');
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/
footer .hs-menu-wrapper ul {
  display: block;
}
footer.footer{
  padding: 50px 0;
  position: relative;
}
footer.footer::after{
  position: absolute;
  content: "";
  width: 176px;
  height: 371px;
  background: url('/foot-bg.webp');
  right: 0;
  top: -100px;
}
footer .custom-social-links__icon svg {
  height: 27px;
  position: static;
  transform: none;
  width: auto;
}
footer .footer-accreditations .accr-item{
  padding: 0;
  margin:0;
}
footer .custom-social-links__icon {
  margin: 0 10px 0 0;
  width: 35px;
  height: 35px;
  text-align: center;
  display: inline-block;
  line-height: 45px;
  background: #3d579a;
  border-radius: 50%;
}
footer .footer__row-1 > .row{
  flex-wrap: nowrap;
}
footer .footer__logo {
  margin-bottom: 20px;
}
footer .footer__row-1 .footer-column{
  flex-basis: 16.66%;
}
footer .footer__row-3{
  margin-top: 50px;
}
footer .footer__row-3 .footer-wrapper :is(.vat-number, .footer-copyrights p) {
  font-size: 14px;
  margin-bottom: 0;
}
footer .footer-menu-item li{
  padding-bottom: 8px;
}
footer .footer-widget .label span{
  font-size: 13px;
  font-weight: 700;
  color: #22ddd2;
  text-transform: uppercase;
}
footer .footer-col-2 .footer-menu-1, footer .footer-widget .contact-item{
  margin-bottom: 20px;
}
footer a{
  text-decoration: none;
  color: #fff;
  &:hover{
    color: #00b5aa;
     text-decoration: none;
  }
}
footer > .content-wrapper,
.footer-cta-row > .content-wrapper{
  max-width: 100%;
  padding: 0 50px;
  position: relative;
  z-index: 1;
}
footer .section-title h4{
  font-size: 16px;
  margin-bottom: 10px;
}
footer .accreditations-gallery {
  display: flex;
  justify-content: flex-end;
  margin: 0 -15px;
  align-items: flex-end;
}
footer .accreditation-item{
  padding: 0 15px;
}
footer .footer-accreditations .content-wrapper{
  max-width: 100%;
}
footer .footer__row-2{
  margin-top: 20px;
}
/* footer .footer-accreditations .box-wrapper img{
  border: 1px dashed rgb(255, 255, 255);
  padding: 10px;
  border-radius: 5px;
} */
@media(max-width: 1300px){
  footer .footer__row-1 > .row{
    flex-wrap: wrap;
  }
  footer .footer__row-1 .footer-column{
    flex-basis: 33.33%;
    margin-bottom: 30px;
  }
}

@media(max-width: 991px){
  footer .accreditations-gallery{
    justify-content: center;
  }
}
@media(max-width: 767px){
  footer .footer__row-1 .footer-column{
    flex-basis: 50%;
  }
}

@media(max-width: 575px){
  footer .footer__row-1 .footer-column{
    flex-basis: 100%;
  }
}

@media(max-width: 575px){
  footer .accreditations-gallery{
    flex-wrap: wrap;
  }
  footer .accreditation-item{
    flex-basis: 50%;
    margin-bottom: 30px;
  }
}
/*****************************************/
/* Custom style    */
/*****************************************/
body{
  overflow-x: hidden;
  line-height: 1.2;
}
a{
  transition: all 0.3s ease;
  text-decoration: none;
}
img{
  max-width: 100%;
}
a.theme-btn{
  background-color: #22ddd2;
  border: 1px solid #22ddd2;
  color: #fff;
  border-radius: 50px;font-size: 18px;
  font-style: normal;
  font-weight: 600;
  padding: 12px 28px;
  text-decoration: none;
  text-transform: none;
  display: inline-block;
  &:hover{
    background: transparent;
    color: #22ddd2;
    font-weight: 600;
  }
}
span.bold-text{
  font-weight: 700;
}
.sec-padd-80{
  padding: 80px 0;
}
.section-title h2, .title-row h2{
  margin-bottom: 50px;
}
.badge__row{
  margin-bottom: 20px;
}
.max-1310{
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}
.max-1470{
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p{
  color:#fff;
}
.body-container-wrapper .hs-cta-wrapper a.theme-btn:hover{
  background-color: #fff !important;
  border: 1px solid #22ddd2 !important;
  color: #22ddd2 !important;
}
.body-container-wrapper ul{
  margin-left:20px;
}
.body-container-wrapper ul li{
  padding-bottom:5px;
}
.badge__row .badge,
.sub-title .theme-btn{
  color: #8c15e9;
  background-color: rgb(243, 231, 253);
  text-transform: uppercase;
  padding:8px 15px;
  display: inline-block;
  border-radius: 20px;
}
.hs-landing-page form .hs-input{
  width:100% !important
}
.about-letter-page-layout .dnd-section > .row-fluid{
  border:1px solid #000;
  border-radius:10px;
  padding:80px 40px;
}
.check-icon-list{
  list-style:none;
  margin-left:5px !important;
}
.check-icon-list li::before {
  content: "✓ ";    
  margin-right: 2px;
}
.darker-version-logo{
  display:none;
}
.full-width-guide-widget .mb-0{
  margin-bottom:0;
}

@media(max-width: 1171px){  
  input,textarea, select {
    font-size: 100% !important; 
  }  
}

@media(max-width: 767px){
  .section-title h2, .title-row h2{
    font-size: 35px;
  }
  .about-letter-page-layout .dnd-section > .row-fluid{
    padding:60px 20px;
  }
  .full-width-guide-widget .mb-0{
    margin-bottom:30px;
  }
}
/* 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: 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;
  }
}

/* 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;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* ===== /_hs/template_assets/1/226820691193/1783079892887/template_theme-overrides.min.css ===== */
.content-wrapper{max-width:1160px}.content-wrapper--vertical-spacing,.dnd-section{padding:80px 1rem}.dnd-section>.row-fluid{max-width:1160px}html{font-size:16px}body{color:#17072b;font-size:16px}a,body,p{font-family:Poppins,sans-serif;font-style:normal;font-weight:400;text-decoration:none}a{color:#22ddd2}a:focus,a:hover{color:#00b5aa}a:active,a:focus,a:hover{font-family:Poppins,sans-serif;font-style:normal;font-weight:400;text-decoration:none}a:active{color:#4afffa}.h1,h1{color:#fff;font-size:40px}.h1,.h2,h1,h2{font-family:Poppins,sans-serif;font-style:normal;font-weight:400;text-decoration:none;text-transform:none}.h2,h2{color:#17072b;font-size:45px}.h3,h3{font-size:24px}.h3,.h4,h3,h4{color:#17072b;font-family:Poppins,sans-serif;font-style:normal;font-weight:700;text-decoration:none;text-transform:none}.h4,h4{font-size:20px}.h5,h5{font-size:16px;font-weight:300}.h5,.h6,h5,h6{color:#010c37;font-family:Poppins,sans-serif;font-style:normal;text-decoration:none;text-transform:none}.h6,h6{font-size:14px;font-weight:400}blockquote{border-left-color:#172d67}.button,.hs-blog-post-listing__post-button,.hs-button,button{background-color:#22ddd2;border:1px solid #22ddd2;border-radius:50px;color:#fff;font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:600;padding:12px 28px;text-decoration:none;text-transform:none}.button:focus,.button:hover,.hs-blog-post-listing__post-button:focus,.hs-blog-post-listing__post-button:hover,.hs-button:focus,.hs-button:hover,button:focus,button:hover{background-color:rgba(26,51,78,0);border:1px solid #22ddd2;border-radius:50px;color:#22ddd2}.button:active,.hs-blog-post-listing__post-button:active,.hs-button:active,button:active{background-color:#4afffa;border-color:#4afffa;font-family:Poppins,sans-serif;font-style:normal;font-weight:600;text-decoration:none}.submitted-message,form{font-family:Poppins,sans-serif;font-weight:400;padding:0}.form-title,.submitted-message,form{background-color:rgba(23,45,103,0);border:1px #172d67;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:0;border-top-right-radius:0;font-style:normal;text-decoration:none}.form-title{font-family:Poppins;font-size:24px;font-weight:700;padding:0 0 30px}.form-title,form label,form legend{color:#010c37}form input[type=email],form input[type=file],form input[type=number],form input[type=password],form input[type=search],form input[type=tel],form input[type=text],form select,form textarea{background-color:#fff;border:2px solid #d1d6dc;border-radius:3px;color:#010c37}::-webkit-input-placeholder{color:#beb9c4}::-moz-placeholder{color:#beb9c4}:-ms-input-placeholder{color:#beb9c4}::placeholder{color:#beb9c4}.hs-fieldtype-date .input .hs-dateinput:before{color:#beb9c4}.fn-date-picker td.is-selected .pika-button{background:#17072b}.fn-date-picker td .pika-button:hover{background-color:#17072b!important}.fn-date-picker td.is-today .pika-button{color:#17072b}form .hs-button,form input[type=submit]{background-color:#22ddd2;border:1px solid #22ddd2;border-radius:50px;color:#fff;font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:600;padding:12px 28px;text-decoration:none;text-transform:none}form .hs-button:focus,form .hs-button:hover,form input[type=submit]:focus,form input[type=submit]:hover{background-color:rgba(26,51,78,0);border:1px solid #22ddd2;color:#22ddd2}form .hs-button:active,form input[type=submit]:active{background-color:#4afffa;border-color:#4afffa}table{background-color:#fff}table,td,th{border:1px solid #010c37}td,th{color:#010c37;padding:18px}thead th{background-color:#17072b;color:#fff}tfoot td{background-color:#fff;color:#010c37}.header{background-color:rgba(23,45,103,0)}.header__language-switcher .lang_list_class li a,.header__language-switcher-label-current,.header__logo .logo-company-name,.menu__link{color:#010c37;font-family:Poppins}.menu__child-toggle-icon{border-top-color:#010c37}.header__language-switcher .lang_list_class li a:focus,.header__language-switcher .lang_list_class li:hover a,.header__language-switcher-label-current:focus,.header__language-switcher-label-current:hover,.menu .menu__link:focus,.menu .menu__link:hover{color:#00000f}.menu__child-toggle-icon:focus,.menu__child-toggle-icon:hover{border-top-color:#00000f}.header__language-switcher .lang_list_class li a:active,.header__language-switcher-label-current:active,.menu .menu__link:active{color:#29345f}.menu__child-toggle-icon:active{border-top-color:#29345f}.menu .menu__item--depth-1>.menu__link--active-link:after{background-color:#010c37}@media (min-width:767px){.header__language-switcher .lang_list_class,.menu .menu__submenu,.menu__submenu--level-2>.menu__item:first-child:before{background-color:#fff;border:2px solid #17072b}}.menu__submenu .menu__link,.menu__submenu .menu__link:focus,.menu__submenu .menu__link:hover{background-color:#fff;color:#010c37}.header__language-switcher .lang_list_class:before{border-bottom-color:#17072b}.header__language-switcher .lang_list_class li:hover,.menu__submenu .menu__link:focus,.menu__submenu .menu__link:hover,.menu__submenu--level-2>.menu__item:first-child.focus:before,.menu__submenu--level-2>.menu__item:first-child:hover:before{background-color:rgba(23,45,103,0)}.header__language-switcher .lang_list_class.first-active:after{border-bottom-color:rgba(23,45,103,0)}.header__language-switcher .lang_list_class li a,.header__language-switcher-label-current{font-family:Poppins}.header__language-switcher-label-current:after{border-top-color:#010c37}@media(max-width:767px){.header__navigation{background-color:rgba(23,45,103,0)}.header__navigation-toggle svg,.menu-arrow svg{fill:#010c37}}.footer{background-color:#17072b}.footer h1,.footer h2,.footer h3,.footer h4,.footer h5,.footer h6,.footer img,.footer label,.footer li,.footer p,.footer span{color:#fff}.blog-header__inner,.blog-post,.blog-related-posts{padding:80px 0}.blog-post__meta a,.blog-post__tag-link{color:#17072b}.blog-post__tag-link:focus,.blog-post__tag-link:hover{color:#000003}.blog-post__tag-link:active{color:#3f2f53}.blog-related-posts__title-link,.blog-related-posts__title-link:active,.blog-related-posts__title-link:focus,.blog-related-posts__title-link:hover{font-family:Poppins,sans-serif;font-style:normal;font-weight:400;text-decoration:none;text-transform:none}.blog-related-posts__title-link{color:#17072b}.blog-related-posts__title-link:focus,.blog-related-posts__title-link:hover{color:#000003}.blog-related-posts__title-link:active{color:#3f2f53}.blog-comments{margin-bottom:80px}#comments-listing .comment-reply-to{color:#22ddd2}#comments-listing .comment-reply-to:focus,#comments-listing .comment-reply-to:hover{color:#00b5aa}#comments-listing .comment-reply-to:active{color:#4afffa}.hs-search-results__title{color:#fff;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;text-decoration:none}.hs-blog-post-listing__post-title-link,.hs-blog-post-listing__post-title-link:active,.hs-blog-post-listing__post-title-link:focus,.hs-blog-post-listing__post-title-link:hover{font-family:Poppins,sans-serif;font-style:normal;font-weight:400;text-decoration:none;text-transform:none}.hs-blog-post-listing__post-title-link{color:#17072b}.hs-blog-post-listing__post-title-link:focus,.hs-blog-post-listing__post-title-link:hover{color:#000003}.hs-blog-post-listing__post-title-link:active{color:#3f2f53}.hs-blog-post-listing__post-author-name,.hs-blog-post-listing__post-tag,.hs-pagination__link--number,.hs-pagination__link-text{color:#17072b}.hs-pagination__link--number:focus,.hs-pagination__link--number:hover,.hs-pagination__link:focus .hs-pagination__link-text,.hs-pagination__link:hover .hs-pagination__link-text{color:#000003}.hs-pagination__link--number:active,.hs-pagination__link:active .hs-pagination__link-text{color:#3f2f53}.hs-pagination__link-icon svg{fill:#17072b}.card__price{color:#17072b;font-family:Poppins,sans-serif;font-size:24px;font-style:normal;font-weight:700;text-decoration:none}.card__body svg{fill:#17072b}.social-links__icon{background-color:#17072b}.social-links__icon:focus,.social-links__icon:hover{background-color:#000003}.social-links__icon:active{background-color:#3f2f53;color:#17072b;font-family:Poppins,sans-serif;font-size:24px;font-style:normal;font-weight:700;text-decoration:none}.faq-accordion .accordion:last-of-type{margin:0}.faq-accordion{position:relative;z-index:2}@media (max-width:991px){.hs-tools-menu{display:none}header.header{padding:20px 15px!important}header .header__logo{margin:unset;padding:0!important}.header__container{align-items:center;flex-direction:row!important;justify-content:space-between;padding:0}header .header-navigation-column{max-width:60px}header .header-navigation-column .mobile-trigger{margin:0}.header-menu .custom-menu-primary{left:0;position:absolute;top:100px;width:100%;z-index:9999}.latest-blog-post-item .box-inner-content .blog-post-title .blog-index__post-title a{font-size:36px!important}.footer-cta-strip-title{font-size:38px!important}.contact-banner-area,.header-solid-color .section-space-wrapper-item{display:none}.h1,h1{font-size:35px}.h2,h2{font-size:32px}}@media (max-width:767px){.two-col-wrapper .left-image-right-text-layout .row{flex-wrap:wrap-reverse}.section-title h2,.title-row h2{font-size:28px}a.theme-btn{padding:12px 20px}.faq-accordion .title-tab h3{font-size:16px!important;padding:20px 15px!important}.body-container--home .faq-accordion p{font-size:14px!important}.faq-accordion .accordion-content-tab{padding:15px!important}.latest-blog-post-item .box-inner-content .blog-post-title .blog-index__post-title a{font-size:26px!important}.footer-offer-widget .content-wrapper .row{flex-direction:column}.footer-offer-widget .content-wrapper .row .col-5,.footer-offer-widget .content-wrapper .row .col-7{width:100%}.footer-offer-widget .content-wrapper .row .col-5{margin-top:20px}.footer-cta-row>.content-wrapper,footer>.content-wrapper{padding:0 20px!important}.footer-cta-strip-title{font-size:32px!important}.custom-section-title .section-inner-content h1{font-size:34px;margin-bottom:0}}

/* ===== /_hs/module_assets/1/226962052287/1746002687712/module_header-menu.min.css ===== */
.navigation-primary{display:inline-block;vertical-align:center}.submenu.level-1>li:first-child{padding-left:0}.submenu.level-2>li:last-child{border:none}header .contact-info{list-style:none;margin:0;padding:0;text-align:right}header .contact-info a{color:#222;letter-spacing:1.1px}header .contact-info a:hover{color:#22ddd2}header .contact-info li:first-child{padding-bottom:8px}.navigation-primary ul.level-1>li>a{color:#fff;font-size:18px;font-weight:400;position:relative;transition:.3s}header .custom-menu-primary .navigation-primary>ul>li:last-child a{background:#22ddd2;border:1px solid #22ddd2;border-radius:50px;color:#fff;display:inline-block;font-weight:500;padding:12px 30px;text-align:center;&:hover{background:transparent;color:#22ddd2}}.navigation-primary ul.level-1>li a:hover{color:#22ddd2}.header-menu .custom-menu-primary{text-align:right}.navigation-primary .submenu{list-style:none;margin:0;padding:0}.navigation-primary .submenu a,.navigation-primary .submenu p{text-decoration:none}.submenu-toggle{display:none}.submenu.level-1,.submenu.level-1>li{display:inline-block}.submenu.level-1>li{padding:0 23px;vertical-align:middle}.submenu.level-1>li.has-submenu{position:relative}.submenu.level-1>li>a,.submenu.level-2 .menu-item .menu-link{color:#000}.submenu.level-1>li:last-child{padding-right:0}.submenu.level-2{border:2px solid #d1d6dc;border-radius:0;box-shadow:0 2px 9px 0 rgba(0,0,0,.2);font-weight:500;left:-9999px;opacity:0;position:absolute;text-transform:none;top:100%;width:270px}.submenu.level-2>li{border-bottom:1px solid #d1d6dc;padding:0}ul.submenu.level-2{background:#fff;padding:5px 10px;z-index:1}.submenu.level-2>li:first-child.focus:before,.submenu.level-2>li:first-child:hover:before{background-color:#d0d2d4;transition:background-color .3s}.submenu.level-2 .menu-item .menu-link{background-color:#fff;display:block;padding:5px 15px;transition:background-color .3s}.submenu.level-2 .menu-item .menu-link:focus,.submenu.level-2 .menu-item .menu-link:hover{background-color:#d0d2d4;cursor:pointer;transition:background-color .3s}.submenu.level-3 .menu-item .menu-link{padding-left:60px}.submenu.level-1>li.has-submenu.focus .submenu.level-2,.submenu.level-1>li.has-submenu:hover .submenu.level-2{left:0;opacity:1;visibility:visible}.submenu.level-2 .menu-item .menu-link{text-align:left}.submenu.level-3>li{list-style:none}.hs-inline-edit .submenu.level-1>li.has-submenu:hover .submenu.level-2,.hs-inline-edit>li.has-submenu.focus .submenu.level-2{visibility:hidden}.custom-menu-primary .header-primary-menu{text-align:right}.custom-menu-primary .header-primary-menu .submenu{text-align:left}@media(min-width:992px){header .header__column{display:flex;flex:1 1 80%}header .navigation-primary{display:flex}header .header-menu,header .header__row-1{flex:1 1 100%}header .submenu.level-1{align-items:center;display:flex;justify-content:center;width:100%}.custom-menu-primary .submenu>.has-submenu>.level-3{background:#fff;border:2px solid #d1d6dc;border-radius:0;box-shadow:0 2px 9px 0 rgba(0,0,0,.2);display:none;padding:3px;padding:10px}.custom-menu-primary .submenu>.has-submenu{position:relative}.custom-menu-primary .submenu>.has-submenu:hover>.level-3{display:block;left:100%;position:absolute;top:0;width:100%}.custom-menu-primary .submenu li:nth-last-child(2) .has-submenu:hover .level-3{left:unset!important;right:100%!important}.custom-menu-primary .submenu.level-1>li:last-child:hover .submenu.level-2{left:unset!important;right:0!important}.custom-menu-primary .submenu.level-3 .menu-item .menu-link{padding-left:10px}.submenu.level-2 .has-submenu>.menu-link:after{border:solid #002953;border-width:0 1px 1px 0;content:"";cursor:pointer;display:inline-block;margin-left:7px;padding:2.5px;position:relative;top:-2px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}}@media (min-width:768px) and (max-width:1150px){.navigation-primary a{font-size:15px}.submenu.level-1>li{display:inline-block}.submenu.level-1>.has-submenu>.menu-arrow{right:0;top:40px}.submenu.level-2 .menu-item .menu-link{font-size:14px}.submenu.level-2{left:0}}@media(max-width:991px){header .header-navigation-column{width:100%}header .header__contact-column{margin-left:unset}header .contact-info{text-align:center}header .header__navigation-column{order:3;width:100%}header .header__column{order:4;width:100%}.navigation-primary ul.level-1>li a{font-size:16px}.submenu.level-1>li{padding:0 13px}.header-menu .header-primary-menu .menu-link{font-size:14px}.custom-menu-primary .submenu.level-3 .menu-item .menu-link{padding-left:70px}.header-menu .custom-menu-primary{text-align:left}.navigation-primary ul.level-1>li a{color:#222}header .navigation-primary{background:#fff}.submenu.level-1>li{padding:0!important}.navigation-primary a{line-height:25px}.submenu.level-1>li:not(:last-child){border-right:none}.navigation-primary{display:block}.submenu>li>a{display:block;width:100%}.submenu>.has-submenu{position:relative}.submenu>.has-submenu>a{width:70%}.submenu{display:none}.submenu.level-1{width:100%}.submenu.level-1>li{border-top:2px solid #ced4db;display:block;padding:0;width:100%}.submenu.level-1>li>a{font-weight:600;padding:7px 30px}.submenu .menu-arrow,.submenu.level-1>.has-submenu>.menu-arrow,.submenu>.has-submenu>.menu-arrow{background-position:center right 30px;background-repeat:no-repeat;background-size:20px;border:none;cursor:pointer;height:55px;padding:15px 0;position:absolute;right:0;top:0;width:30%}.submenu .menu-arrow-bg,.submenu.level-1>.has-submenu>.menu-arrow-bg,.submenu>.has-submenu>.menu-arrow-bg{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDE5IDE5Ij48dGl0bGU+UGx1czwvdGl0bGU+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiM5Nzk4OUYiIHN0cm9rZS13aWR0aD0iMi40Ij48cmVjdCB3aWR0aD0iMTYuOCIgaGVpZ2h0PSIxIiB4PSIxLjIiIHk9IjkuNiIgcng9Ii41Ii8+PHJlY3Qgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgeD0iMS4yIiB5PSI5LjYiIHJ4PSIuNSIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgOS42IDkuNikiLz48L2c+PC9zdmc+);background-repeat:no-repeat;display:block;height:20px;margin-left:auto;margin-right:30px;transition:transform .4s;width:20px}.arrow_mark-container.level-2,.submenu.level-1>li.has-submenu>a:after{display:none}input[type=checkbox]:checked~.submenu{display:block}input[type=checkbox]:checked~.menu-arrow .menu-arrow-bg{transform:rotate(45deg);transition:transform .4s}.submenu>.has-submenu>a{width:100%}.submenu.level-2{border:none;box-shadow:none;opacity:1;position:static;transform:unset;visibility:visible;width:100%;z-index:2}.submenu.level-2 .menu-item{background-color:transparent;border-bottom:none;border-top:2px solid #ebeff3;padding:0}.submenu.level-2 .menu-item .menu-link{background:transparent;padding:7px 60px;transition:none}.submenu.level-2 .menu-item .menu-link:focus,.submenu.level-2 .menu-item .menu-link:hover{transition:none}.submenu.level-2 .menu-item .menu-link:hover{background-color:inherit}.submenu.level-3{margin:0;width:100%}.submenu.level-3,.submenu.level-3>li{background-color:inherit;padding:0}.submenu.level-3 .menu-item .menu-link{padding:7px 90px}.child-menu-trigger{color:#22ddd2;cursor:pointer;height:40px;line-height:40px;position:absolute;right:0;top:0;width:40px}.submenu.level-2 .menu-item .menu-link{color:#000!important}.submenu.level-2 .menu-item:first-of-type,.submenu.level-2 .menu-item:first-of-type .menu-link{border-radius:0}.child-menu-trigger:after{content:"+";font-size:30px;top:0}ul.submenu.level-2{background:transparent;padding:0}.child-open>.child-menu-trigger:after{content:"-"}.navigation-primary ul.level-1>li a{font-size:14px}header .header__logo{max-width:300px;padding-top:20px}.submenu.level-1>li{padding:0 7px}header .submenu.level-1>li:last-child a{font-size:14px;margin:10px 0 10px 25px;width:auto}.custom-menu-primary .submenu>.has-submenu:hover>.level-3{position:static}header.header{padding:0 30px}header .header__logo{max-width:250px!important}header.header{background:#17072b;position:static}.header__logo{justify-content:center;margin:0 auto;max-width:100%}header.header .header-logo{display:block;margin:0 auto;padding-top:0;text-align:center;vertical-align:middle;width:auto}.header__container{flex-direction:column}.custom-menu-primary{display:none}.mobile-trigger{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.25rem;font-weight:600;letter-spacing:-.01375rem;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;height:13px;justify-content:center;margin-left:auto;margin-right:auto;margin-top:8px;min-height:13px;min-width:36px;padding:30px;width:36px}.mobile-trigger .btn-menu-inner,.mobile-trigger .btn-menu-inner:after,.mobile-trigger .btn-menu-inner:before{background-color:#fff;height:2px;min-width:36px;position:absolute;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:all;-o-transition-property:all;transition-property:all;width:36px}.mobile-trigger .btn-menu-inner:after,.mobile-trigger .btn-menu-inner:before{content:"";left:0;overflow:hidden;right:0}.mobile-trigger .btn-menu-inner:before{top:-6px}.mobile-trigger .btn-menu-inner:after{bottom:-6px}.mobile-trigger:hover{opacity:.7;transition:all .5s ease}}@media(min-width:992px){.navigation-primary ul.level-1>li.has-submenu{position:relative}.navigation-primary ul.level-1>li.has-submenu:before{color:#fff;content:"\f078";font-family:Font Awesome\ 5 Free;font-weight:900;position:absolute;right:0;top:3px}.navigation-primary ul.level-1>li>a:after{background-color:#22ddd2;bottom:-6px;content:"";height:2px;left:0;position:absolute;transition:all .3s ease-in-out 0s;visibility:hidden;width:0}.navigation-primary ul.level-1>li:not(:last-child) a:hover:after{visibility:visible;width:100%}}@media(max-width:1200px){header .custom-menu-primary .navigation-primary>ul>li:last-child a{padding:12px 15px}.navigation-primary ul.level-1>li>a{font-size:16px}.submenu.level-1>li{padding:0 18px}}@media (max-width:1100px){.submenu.level-1>li{padding:0 16px}}

/* ===== /_hs/module_assets/1/245358461176/1750928306907/module_header-solid-color.min.css ===== */
.header-solid-color .section-space-wrapper-item{background-color:#fff;background-position:50%;background-size:cover;padding:20px 0 80px}.navigation-primary ul.level-1>li>a{color:#000}.header.sticky .navigation-primary ul.level-1>li>a{color:#fff}.header-main-logo{display:none}.darker-version-logo{display:block}

/* ===== /_hs/module_assets/1/245371929813/1750684358616/module_section-title.min.css ===== */
.custom-section-title .section-inner-content h1{color:#17072b}

/* ===== /_hs/module_assets/1/226962052302/1745958289211/module_two-column-image-text-layout.min.css ===== */
.two-column-image-text-layout .left-text-right-image-layout>.row{align-items:center}.two-column-image-text-layout .description ul{padding-left:20px}.two-column-image-text-layout .description ul li{padding-bottom:8px}@media(max-width:767px){.two-column-image-text-layout .featured-image{margin:20px 0}}

/* ===== /_hs/module_assets/1/227603389666/1748277826604/module_logo-gallery.min.css ===== */
.logo-gallery .section-title h2{color:#172d67;text-align:center}.logo-gallery .gallery__list{align-items:center;flex-wrap:wrap;justify-content:center;list-style:none;margin:0 -25px;padding:0}.logo-gallery .gallery__list img{max-width:90px}.logo-gallery .image-column{flex-basis:80%}.logo-gallery .title-col h3{font-size:20px;margin:0}.logo-gallery .gallery__list li{padding:0 10px}.logo-gallery .title-column{flex-basis:20%}.logo-gallery .section-row-wrapper{padding:30px 0}.logo-gallery .section__row-2{border-bottom:1px solid #dfdfdf;border-top:1px solid #dfdfdf}.logo-gallery .logo-gallery-wrapper>.row{align-items:center}.logo-gallery .outer-box-wrapper{background-color:#fff;border-radius:30px;box-shadow:0 50px 36px 4px rgba(0,0,0,.1);padding:30px}@media(max-width:991px){.logo-gallery .title-col h3{margin-bottom:15px}.logo-gallery .gallery__list li{margin-bottom:10px}.logo-gallery .logo-gallery-wrapper>.row{align-items:flex-start;flex-direction:column}.logo-gallery .image-column,.logo-gallery .title-column{flex-basis:100%}}

/* ===== /_hs/module_assets/1/227572646120/1745957753795/module_card-widget.min.css ===== */
.card-widget .cards__list{display:flex;flex-wrap:wrap;justify-content:center;margin:0 -15px}.card-widget .cards__list .card-item{flex:0 0 33.33333%;padding:0 15px}.card-widget .cards__list .card-item .card-wrapper{background-color:#172d67;border-radius:30px;box-shadow:0 50px 36px 4px rgba(0,0,0,.1);color:#fff;height:100%;padding:40px}.card-widget .cards__list .card-item .card-wrapper h3{color:#fff}.section-row-3 .cta-btn{display:inline-block}@media(max-width:991px){.card-widget .cards__list .card-item{flex:0 0 50%;margin-bottom:30px}}@media(max-width:767px){.card-widget .cards__list .card-item{flex:0 0 100%}}

/* ===== /_ext/7052064.fs1.hubspotusercontent-na1.net/7052064/hub_generated/module_assets/1/-33947244299/1783349096351/module_meetings.min.css ===== */
:not(.hs-inline-edit) .hs-meetings-placeholder{display:none}.hs-inline-edit .hs-meetings-placeholder{background-color:#f5f8fa!important;border:1px dashed #516f90!important;display:block!important;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;font-size:14px!important;margin:2px 1px!important;outline:1px dashed #fff!important;text-align:center!important}.hs-inline-edit .hs-meetings-placeholder>*{box-sizing:border-box!important;display:block!important;margin:1px!important;padding:12px!important;width:calc(100% - 2px)!important}.hs-inline-edit h3.hs-meetings-placeholder__title{color:#7c98b6!important;font-size:14px!important;font-style:italic!important;font-weight:700!important;line-height:normal!important;margin-bottom:10px!important;margin-top:0!important;padding:0!important;text-shadow:0 -1px 0 hsla(0,0%,100%,.5)!important}.hs-inline-edit p.hs-meetings-placeholder__description{color:#7c98b6!important;font-style:italic!important;line-height:1.6!important;margin:0!important;text-shadow:0 -1px 0 hsla(0,0%,100%,.5)!important}

/* ===== /_hs/module_assets/1/230592063687/1745992195666/module_testimonials.css ===== */
.testimonial-widget .left-column {
  height: 100%;
  background: #f3f6f6;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-widget .image-item {
  text-align: center;
  margin: auto;
  display: table;
}
.testimonial-widget .line-separator{
  margin-bottom: 20px;
}
.testimonial-widget .slick-track{
  display: flex !important;
}
.testimonial-widget .slick-slide{
  height: inherit !important;
}
.testimonial-widget  .testimonial-item > .row{
  height: 100%;
}
.testimonial-widget .author-name h6{
  font-size: 16px;
  color: #172d67;
  font-weight: 700;
  margin-bottom: 0;
}
.testimonial-widget  .author-designation span{
  font-size: 16px;
  color: #172d67;
}
.testimonial-widget .right-column{
  border: 1px solid rgb(223, 223, 223);
  border-left: none;
  padding: 20px;
  height: 100%;
}
.testimonial-widget .line-separator img{
  width: 100%;
}
.testimonial-widget .testimonial-item [class*="col-"]{
  padding: 0;
}
.testimonial-widget .slick-slide {
  margin: 0 27px;  
}

.testimonial-widget .slick-list {
  margin: 0 -27px;
}

@media(max-width: 575px){
  .testimonial-widget .right-column{
    border-left: 1px solid rgb(223, 223, 223);
  }
  .testimonial-widget .testimonial-item [class*="col-"]{
    width: 100%;
  }
}

/* ===== /_hs/module_assets/1/227572646111/1770795295201/module_faq-accordion.min.css ===== */
.faq-accordion .accordion-content-tab{display:none}.faq-accordion .title-tab h3{background:#22ddd2;border-radius:30px;color:#fff;font-size:20px;font-weight:700;margin-bottom:0;padding:20px 30px;position:relative}.faq-accordion .title-tab h3:after{color:#fff;content:"\f054";font-family:Font Awesome\ 5 Free;font-weight:900;position:absolute;right:20px;transition:all .3s ease}.faq-accordion .title-tab.active h3:after{transform:rotate(90deg)}.faq-accordion .accordion{margin-bottom:20px}.faq-accordion .accordion-content-tab{padding:30px 25px 20px}.body-container--home .faq-accordion p{margin-bottom:0}.body-container--home .faq-accordion .accordion-content-tab{padding-bottom:10px}.body-container--home .faq-accordion p br{display:none}

/* ===== /_hs/module_assets/1/265886553317/1763032592401/module_footer-cta-strip.css ===== */
.footer-offer-widget .widget-wrapper{
  background-color:#22ddd2;
  border-radius: 40px 40px 0 0;
  padding:60px 0;
}
.footer-offer-widget .section-title h2{
  margin-bottom:0;
}
.footer-offer-widget{
  display:none;
}
.footer-offer-widget .theme-btn{
  background: #fff;
  color: #22ddd2;
  border-color:#fff;
}
.footer-offer-widget .theme-btn:hover{
  background: #22ddd2;
  color: #fff;
  border-color:#fff;
}

