/* @import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css');
@import url('https://kenwheeler.github.io/slick/slick/slick-theme.css');
@import url('https://unpkg.com/aos@2.3.1/dist/aos.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;
}

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

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

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

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

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

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

@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.)
*/

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

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 25px;
}
p:last-child {
  margin: 0px;
}
/* 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 {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.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;
}

/* Custom CSS
=======================*/

a.cta_button {
  box-sizing: border-box !important;
}
.content-inner-sec .cta-btn a.cta_button,
.mehr-btn a,
.blog-index .blog-index__post-button,
.blog-index__post-button,
.grid-module-outer .single-row a,
.button-here.arrow a,
.stories-btn a,
.simple-button.cta-btn.arrow a,
.button-simple a {
  padding-right: 40px;
  position: relative;

}
.cta-btn .fa,
.mehr-btn .fa,
.blog-index .blog-index__post-button .fa,
.blog-index__post-button .fa,
.grid-module-outer .single-row a i,
.button-here.arrow a i {
  display: none;
}
.cta-btn a.cta_button::before,
.mehr-btn a::before,
.blog-index .blog-index__post-button::before,
.blog-index__post-button::before,
.grid-module-outer .single-row a::before,
.button-here.arrow a::before,
.button-here.arrow a::before,
.stories-btn a::before,
.simple-button.cta-btn.arrow a::before,
.button-simple a::before {
	content: "";
	width: 28px;
	height: 2px;
	position: absolute;
	background-color: #7ab2e1;
	right: 0;
	top: calc(50% + 1px);
	transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}
.cta-btn a.cta_button::after,
.mehr-btn a::after,
.blog-index .blog-index__post-button::after,
.blog-index__post-button::after,
.grid-module-outer .single-row a::after,
.button-here.arrow a::after,
.stories-btn a::after,
.simple-button.cta-btn.arrow a::after,
.button-simple a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #7ab2e1;
  border-right: 2px solid #7ab2e1;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  right: 3px;
  top: calc(50% - 0.5px);
  transition: all 0.4s ease-in-out;
}
.cta-btn a.cta_button:hover::before,
.mehr-btn a:hover::before,
.blog-index .blog-index__post-button:hover::before,
.blog-index__post-button:hover::before,
.grid-module-outer .single-row a:hover::before,
.button-here.arrow a:hover::before,
.stories-btn a:hover::before,
.simple-button.cta-btn.arrow a:hover::before,
.button-simple a:hover::before {
  right: -10px;
}
.cta-btn a.cta_button:hover::after,
.mehr-btn a:hover::after,
.blog-index .blog-index__post-button:hover::after,
.blog-index__post-button:hover::after,
.grid-module-outer .single-row a:hover::after,
.button-here.arrow a:hover::after,
.stories-btn a:hover::after,
.simple-button.cta-btn.arrow a:hover::after,
.button-simple a:hover::after {
  right: -7px;
}
.cta-btn.simple a.cta_button::before,
.cta-btn.simple a.cta_button::after {
  display: none;
}

.single-row .col-1.small a::after {
  border-top: 2px solid #1E3482;
  border-right: 2px solid #1E3482;
}
.single-row .col-2.big a::after,
.stories-btn a::after,
.button-simple a::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.single-row .col-1.small a:before {
  background-color: #1E3482;
}
.single-row .col-2.big a:before,
.stories-btn a::before,
.button-simple a::before {
  background-color: #ffffff;
}
/* Fields */

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

/* Labels */

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

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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: #191919;
}

.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;
}
body form.hs-form .hs-form-field {
  margin: 0px 0px 17px;
}
body form.hs-form fieldset.form-columns-2 {
  margin-right: -20px;
  max-width: unset !important;
}
body form.hs-form fieldset.form-columns-2 .hs-form-field {
  width: calc(100%/2 - 20px);
  margin-right: 20px;
}
body form.hs-form .hs-form-field > label {
  font: normal normal normal 20px/34px Work Sans;
  color: #191919;
}
body form.hs-form fieldset div.hs-form-field {
  padding: 0px;
}
body form.hs-form .hs-input {
  font-family: inherit;
  background: #f5f5f5 0 0 no-repeat padding-box;
  min-height: 70px;
  border: 0;
  outline: 0;
  box-shadow: none !important;
  padding: 0px 20px;
}
body form.hs-form select.hs-input {
  background-image: url("https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/CG24%20Images%202022/arrow_dropdown_box.svg") !important;
  appearance: none; 
  -moz-appearance: none;  
  -webkit-appearance: none;
  background-size: 24px !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 20px) center !important;
}
body form.hs-form textarea.hs-input {
  resize: none;
}
label.hs-error-msg {
  font-size: 16px !important;
}
.hs_error_rollup {
  display: none;
}
label.hs-error-msg {
  padding: 0px !important;
}
ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0px;
}
body form.hs-form .inputs-list > li {
  margin: 0px;
}
body form.hs-form .hs-form-field .inputs-list label {
  font-size: 18px;
  color: #191919;
  line-height: 24px;
}
.legal-consent-container .hs-form-booleancheckbox-display p {
  font-size: 18px;
  color: #191919;
  line-height: 24px;
}
label.hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
  width: calc(100% - 35px);
}
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 0px !important;
}
body form.hs-form .hs-input[type="checkbox"],
body form.hs-form .hs-input[type="radio"] {
  min-height: auto;
  height: auto;
  position: relative;
  z-index: 9;
  opacity: 0;
  margin-right: 15px;
  position: absolute;
}
li.hs-form-booleancheckbox,
li.hs-form-radio,
li.hs-form-checkbox {
  position: relative;
}
body form.hs-form .hs-input[type="checkbox"] + span,
body form.hs-form .hs-input[type="radio"] + span {
  padding-left: 30px;
  display: inline-block;
}
body form.hs-form .hs-input[type="checkbox"] + span::before,
body form.hs-form .hs-input[type="radio"] + span::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #191918;
  border-radius: 3px;
  left: 0px;
  top: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body form.hs-form .hs-input[type="radio"] + span::before {
  border-radius: 50%;
  top: 7px;
}
body form.hs-form .hs-input[type="checkbox"] + span::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 4px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  left: 3px;
  top: 9.5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body form.hs-form .hs-input[type="radio"] + span::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #7ab2e1;
  left: 4px;
  top: 11px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
}
body form.hs-form .hs-input[type="checkbox"]:checked + span::before {
  background-color: #7ab2e1;
  border-color: #7ab2e1;
}
body form.hs-form .hs-input[type="radio"]:checked + span::before {
  border-color: #7ab2e1;
}
body form.hs-form .hs-input[type="checkbox"]:checked + span::after,
body form.hs-form .hs-input[type="radio"]:checked + span::after  {
  opacity: 1;
  visibility: visible;
}
body form.hs-form input[type="submit"],
body form.hs-form input.hs-button.primary.large[type="submit"] {
  width: auto;
  background: #7AB2E1;
  min-height: 60px;
  font: normal normal normal 20px/30px Work Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  padding: 0px 60px;
  margin: 40px 0px 0px;
}

body form.hs-form input[type="submit"]:hover,
body form.hs-form input.hs-button.primary.large[type="submit"]:hover {
  box-shadow: none !important;
  background-color: #1e3482;
}
.hs-fieldtype-radio.field.hs-form-field,
.hs-fieldtype-checkbox.field.hs-form-field {
  margin: 0px 0px 40px;
}
.legal-consent-container .hs-form-booleancheckbox-display p br {
  display: none;
}
  .submitted-message {max-width: 545px; margin: 0 auto; background: #f2f2f2; padding: 34px; position: relative;}
  .submitted-message:before {content: ""; display: inline-block; width: 32px; height: 32px; vertical-align: middle; margin-right: 16px; border-radius: 50px; background: #1e3482 url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/CG24%20Images%202022/check.svg) no-repeat center center; }

.aphbet-error-sms, .max-error-sms, .min-error-sms {
  color: red;
  font-family: "Work Sans";
  margin: 5px 0px 0px;
}
@media (max-width: 991px) {

}

@media (max-width: 767px) {
  body form.hs-form .hs-form-field > label {
    font: normal normal normal 18px/26px Work Sans;
  }
  body form.hs-form select.hs-input {
    background-size: 16px !important;
  }
  .legal-consent-container .hs-form-booleancheckbox-display p,
  body form.hs-form .hs-form-field .inputs-list label {
    font-size: 16px;
  }
  body form.hs-form .hs-input[type="checkbox"], 
  body form.hs-form .hs-input[type="radio"] {
    margin-right: 12px;
  }
  body form.hs-form .hs-input[type="checkbox"] + span::before {
    top: 3px;
}
  body form.hs-form .hs-input[type="radio"] + span::before {
    top: 5px;
  }
  body form.hs-form .hs-input[type="checkbox"] + span::after {
    top: 7.5px;
  }
  body form.hs-form .hs-input[type="radio"] + span::after {
    top: 9px;
  }
  body form.hs-form input.hs-button.primary.large[type="submit"],
  body form.hs-form input[type="submit"] {
    min-height: 50px;
    font: normal normal normal 18px/30px Work Sans;
    padding: 0 50px;
    min-width: inherit;
  }
  body form.hs-form fieldset.form-columns-2 {
    margin-right: 0px;
  }
  body form.hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0px;
  }
}
@media (max-width: 480px) {
  body form.hs-form fieldset.form-columns-2 .hs-form-field {
    width: calc(100% - 20px) !important;
  }
  body form.hs-form .hs-input {
    min-height: 55px;
  }
  body form.hs-form .hs-input:not([type="radio"]):not([type="checkbox"]) {
    width: 100% !important;
  }
  
}
/* 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 */
.active-login .header .row-number-1.dnd-section {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index:9;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.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: 1024px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  /*   .header__column {
  position: relative;
} */

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

  .header__row-2 {
    padding: 1.05rem 0;
  }
}

/* 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: 1024px) {
  .header__logo {margin: 10px 0;width: 100%;}
  .transparent .header__logo{opacity:0;}
}

.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: 1025px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #1e3482;
    display: block;
    left: 0;
    min-height: auto;
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 2;
    padding: 0px 0px 30px;
  } 
  .transparent .header__navigation.open,
  .transparent .header__search.open,
  .transparent .header__language-switcher.open {top: 90px;}

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 2vw;
    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: none;
    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: "";
  }

  .header__language-switcher--toggle {
    background-image: url(//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;
  }
}


/* Custom CSS
=================*/
.header.header--no-navigation {padding: 10px 0;}
.header .header-top-row-1-vertical-alignment {
  padding: 0px 0px;
}

.transparent .span2 .row-number-6.dnd-row {display: none;}
.header {position: fixed;width: 100%;top: 0px;left: 0px;z-index: 99;transition: all 0.3s ease-in-out;background:#fff !important; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
header.header.transparent {background: transparent !important;}
.small-header header.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff !important;;
  z-index: 999;
}
/*  header.header {
    transform: translateY(0%);
}  */
/* .shift-header header.header {
  transform: translateY(-100%);
} */
.shift header.header{
  transform: translateY(-100%);
}
.small-header .transparent .span2 .row-number-6.dnd-row {display: block;}
.small-header .transparent .span2 .row-number-5.dnd-row {display: none;}
.header .hs_cos_wrapper_type_logo img {max-width: 78px; vertical-align: bottom;}
.menu .menu__item--depth-1 {padding: 0;text-transform: inherit;margin-right: 50px;}
.menu .menu__item--depth-1:last-child {margin-right: 0px; margin-left: 25px;}
.transparent .menu .menu__link {color: #fff;}


.menu .menu__link {color: #101010;font-size: 20px;line-height: 30px;cursor: pointer;transition: all 0.4s ease-in-out;display:block; padding: 53px 0px;}
.menu .menu__link:hover, .menu .menu__link:focus, .menu  .menu__link--active-branch, .menu  .menu__link--active-link {color: #77b1e1 !important; font-weight: normal;}
.menu .menu__item--depth-1:last-child .menu__link {border: 1px solid;padding: 9px 20px;min-width: 173px;display: inline-block;text-align: center;}
.menu .menu__item--depth-1:last-child .menu__link:hover { color: #ffffff!important;background:#191919; border-color: #191919;}
.header .row-number-3.dnd-section{padding: 10px 0;}


.header .menu__submenu--level-2>.menu__item:first-child:before{display:none;}

.header .row-number-1.dnd-section {padding: 5px 0;background: #383E42;}
.header .row-number-1.dnd-section h5 {text-align: right;font: normal normal normal 17px/30px Work Sans;color: #FFFFFF;margin: 0;}
.header .dnd-section>.row-fluid {width: 100%;max-width:1480px;}
.globe_class .lang_list_class {padding:0;}


.header .menu .menu__wrapper > li > .menu__link.menu__link--toggle:after {content: "";display: block;border-bottom: 20px solid #f5f5f5;border-right: 20px solid transparent;position: absolute;border-left: 20px solid transparent;bottom: -1px;opacity:0; transition: all 0.3s; width: auto; background-color: transparent;}
.header .menu .menu__wrapper > li:hover > .menu__link.menu__link--toggle:after {opacity: 1;}
.header-top-row-0-vertical-alignment > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-top-row-1-vertical-alignment > .row-fluid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-top-row-0-vertical-alignment > .row-fluid::before,
.header-top-row-0-vertical-alignment > .row-fluid::after,
.header-top-row-1-vertical-alignment > .row-fluid::before,
.header-top-row-1-vertical-alignment > .row-fluid::after {
  display: none;
}
.header-top-row-1-vertical-alignment > .row-fluid > * {
  width: auto;
  margin-left: 0px;
}
.header-top-row-0-vertical-alignment > .row-fluid > * {
  width: auto;
  margin-left: 25px;
}
.header-top-row-0-vertical-alignment > .row-fluid > *:first-child {
  margin-left: 0px;
}
.menu ul.menu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.same-height {
  position: absolute;
  width: 100%;
  top: 100%;
  background-color: #f5f5f5;
  left: 0;
  right: 0;
  transition: all 0.3s;
}
.landing_page_base main#main-content {
  padding-top: 121px;
}
.lang_switcher_class {
  vertical-align: middle;
}
.lang_switcher_class .globe_class {
  background-image: none !important;
  width: auto;
  height: auto;
}
.lang_switcher_class .globe_class p {
  font: normal normal normal 17px/30px Work Sans;
  color: #FFFFFF;
  margin: 0;
}
.lang_switcher_class .lang_list_class li a:hover {
  color: #77b1e1;
}

@media only screen and (min-width:1025px){
  
  main#main-content {padding-top: 177px;}
  main#main-content.styckyTopBreadcrumb {padding-top: 233px;}
  .hs-content-id-73416069683 main#main-content,
  .transparent-header main#main-content{padding-top:0px;}
  .small-header header.transparent .menu .menu__link {color: #101010;}
  .menu .menu__item--depth-1 {
    position: relative;
  }
  .header .menu .menu__submenu {
    border: 0;
    transform: none;
    position: absolute;
    left: 0;
    right: auto;
    top: 100%;
    width: auto;
    box-shadow: none;
    padding: 18px 0;
    border-radius: 0;
    background-color: transparent;
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .header .menu > ul > li:nth-last-child(2) .menu__submenu {
    left: auto;
    right: 0px;
  }
  .header .menu .menu__wrapper > li:nth-last-child(2) > .menu__link.menu__link--toggle:after {
    right: 0px;
  }
  .header .menu .menu__item--open > .menu__submenu {
    opacity: 1;
    visibility: visible;
  }
  .header .menu .menu__submenu > .menu__item {
    border: 0;
    width: auto;
    align-items: center;
    position: relative;
    margin-right: 50px;
  }
  .header .menu .menu__submenu > .menu__item:last-child {
    margin-right: 0px;
  }
  .header .menu .menu__submenu ul.menu__submenu > .menu__item{right:0%;left:auto}
  .header .menu .menu__submenu .menu__link{color:#000;padding: 0px;background: transparent;white-space: nowrap;}
  .header .menu .menu__submenu .menu__link:hover{color:#7ab2e1 !important;}
  .header .menu .menu__submenu > li.menu__item.menu__item--depth-2.menu__item--has-submenu.hs-skip-lang-url-rewrite {display: inline-flex;}
  .header .menu .menu__submenu ul.menu__submenu {display: inline-block;width: auto;position: relative;top: 0;padding:0;}
  .menu__item--depth-1 > .menu__child-toggle {
    display: none;
  }
  .menu__item--open > .menu__submenu {
    display: flex;
  }
}
@media only screen and (max-width:1599px){
  .header .dnd-section>.row-fluid {max-width: 1240px !important;}
  .menu .menu__item--depth-1 {
    margin-right: 30px;
  }
  .menu .menu__link {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (max-width:1400px){  
  .menu .menu__item--depth-1 {margin-right: 30px;}
  .menu .menu__link {font-size: 18px;}
  .menu .menu__item--depth-1:last-child .menu__link {padding: 8px 20px; min-width: 140px;}

}
@media only screen and (max-width:1280px){ 
  .header .dnd-section>.row-fluid {padding: 0 16px;}
}
@media only screen and (min-width:1025px) and (max-width:1170px){
  .menu .menu__item--depth-1 {margin-right: 20px;} 
  .menu .menu__link{font-size: 16px;}
  .menu .menu__item--depth-1:last-child .menu__link {min-width: 130px;padding: 7px 10px;}

}

@media only screen and (max-width:1024px){
  .landing_page_base main#main-content {
    padding-top: 97px !important;
  }
  main#main-content.styckyTopBreadcrumb {padding-top: 203px !important;}

  .header--no-navigation .header__logo {
    margin: 0px;
  }
  /*   .header .span2 .row-number-5.dnd-row a,
  .header .span2 .row-number-6.dnd-row a {padding: 10px 0;display: block;} */
  .transparent .span2 .row-number-6.dnd-row{display:block;}
  .header .dnd-section.row-number-4 > .row-fluid {display: flex;align-items: center;justify-content: space-between;}
  .header .dnd-section.row-number-4 .row-fluid .span10.widget-span {flex: 0 0 75%;}

  .header .row-number-3.dnd-section .span2.widget-span {position: absolute;left: 24px;}
  .transparent .span2 .row-number-5.dnd-row{display: none;}
  .header.transparent {padding: 0;background: #fff;}
  .body-wrapper .body-container-wrapper {padding-top: 147px !important;}
  .content-wrapper .content-wrapper {padding:0;}
  .header__container {display: grid;grid-template-columns: repeat(2, 1fr);}
  .menu .menu__item--depth-1 {margin-right:0px;position:relative;} 
  .menu .menu__item--depth-1:last-child {text-align: center;}
  .menu .menu__item--depth-1:last-child .menu__link {margin-top: 30px;}
  .menu .menu__link {color:#fff;}

  .header .header-top-row-1-vertical-alignment {
    padding: 15px 0px;
    position: relative;
    min-height: auto;
    background-color: #ffffff;
  }
  .header .hs_cos_wrapper_type_logo img {max-width: 59px;}
  .header .row-number-3.dnd-section {min-height: 100px;}  
  .header .menu__submenu .menu__item--has-submenu>.menu__link {color: #232323;padding: .7rem 1.3rem;width: 100%;}
  .menu__item .menu__link {font-size: 20px;}
  .header .menu__submenu ul.menu__submenu {display: block;}
  .header .menu .menu__submenu ul.menu__submenu .menu__link{color: #232323;}
  .header .header__row-2 {
    padding: 0;
  }
  .header .header__navigation--toggle {
    margin: 0;
    background-image: none;
    height: auto;
    width: auto;
  }
  .menu ul.menu__wrapper {
    display: block;
  }
  .header .menu .menu__wrapper > li > .menu__link.menu__link--toggle::after {
    display: none;
  }
  .header .menu .menu__submenu {
    border: 0px;
  }
  .header .menu__submenu .menu__link {
    color: #191919;
  }
  .menu .menu__item--depth-1:last-child {
    margin-left: 0;
  }
  .header--toggle.header__navigation--toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #191919;
    margin: 0 0 5px;
    transition: all 0.3s;
  }
  .header--toggle.header__navigation--toggle span:last-child {
    margin: 0px;
  }
  .header--toggle.header__navigation--toggle.open span:first-child {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .header--toggle.header__navigation--toggle.open span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }
  .header--toggle.header__navigation--toggle.open span:last-child {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .header .header__navigation--toggle.open {
    display: block;
  }
  .header .header__navigation.open {
    top: 100%;
    max-height: calc(100vh - 146px);
    overflow-y: auto;
  }
  .header .menu__child-toggle {
    height: 60px;
    outline: none !important;
  }
  .header .menu__child-toggle-icon {
    background-image: none;
    height: 10px;
    margin-right: 1.05rem;
    width: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    margin-top: -5px;
  }
  .header .menu__item--open > .menu__child-toggle .menu__child-toggle-icon {
    transform: rotate(-135deg);
    margin-top: 4px;
  }
  .same-height {
    display: none;
  }
  .menu .menu__submenu .menu__link {
    padding: .7rem  1.225rem;
  }
}
/* 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;
  }
}

.breadcrumbs-inner ul {margin: 0;padding: 70px 0 0;display: flex;column-gap: 15px;}
.breadcrumbs-inner ul li {list-style: none;}
.breadcrumbs-inner ul li a {text-transform: capitalize;font: normal normal normal 17px/27px Work Sans;letter-spacing: 0;color: #191919;position: relative;padding-right: 20px;}
.breadcrumbs-inner ul li a:before {content: "";position: absolute;right: 5px;width: 10px;height: 10px;border-right: 1px solid #000;border-top: 1px solid #000;top: 5px;transform: rotate(45deg);}
  
  /* 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%;}


/* Footer style */

footer.footer {padding-top: 99px;padding-bottom: 50px;background:#f5f5f5; position: relative;}
footer.footer .dnd-section>.row-fluid {max-width: 1480px;}
.footer-column-1-row-0-vertical-alignment > .row-fluid > :nth-child(1) ul {padding:70px 0 0 !important; margin: 0px;}
.footer ul li:before{display:none !important;}
.footer ul li {/*   line-height: 27px; */}
footer.footer.footer-no-navigation {
    padding: 12px 0;
}
.footer ul li a {text-align: left;font: normal normal normal 17px/27px Work Sans;letter-spacing: 0px;color: #191919;opacity: 1;}
.footer ul li a:hover {color: #77b1e1;}
.footer ul li a i {margin-right: 10px;}
.footer .row-number-9 p {text-align: left;font: normal normal normal 17px/27px Work Sans;letter-spacing: 0px;color: #191919;opacity: 1;border-top: 1px solid rgb(56, 62, 66, 0.2);padding-top: 9px;margin-top: 50px;}
.footer .hs_cos_wrapper_type_logo a {margin-bottom: 0px;display: inline-block;}
.footer .social-links {justify-content: start;grid-column-gap: 20px; margin-bottom: 8px; min-width: 150px;}
.footer  .social-links__icon {background: transparent;}
.footer .social-links__icon {height: auto;width: auto;}
.footer .social-links__icon svg {fill: #383E42;width: 20px;height: 19px;}
.footer .social-links__icon:active svg,
.footer .social-links__icon:focus svg,
.footer .social-links__icon:hover svg {fill:#7ab2e1;}
.footer ul li a > img {width: 25px;margin-right: 17px;vertical-align: middle;}


/* .footer .dnd-section>.row-fluid{align-items: flex-start;}
.footer-column-1-row-0-vertical-alignment > .row-fluid {align-items: flex-start;} */

.footer-column-1-row-0-vertical-alignment > .row-fluid {
  justify-content: space-between;
}
.footer-row-0-vertical-alignment > .row-fluid {
  align-items: flex-start;
  justify-content: space-between;
  
}
.footer-column-1-row-0-vertical-alignment > .row-fluid::before,
.footer-column-1-row-0-vertical-alignment > .row-fluid::after,
.footer-row-0-vertical-alignment > .row-fluid::before,
.footer-row-0-vertical-alignment > .row-fluid::after {
  display: none;
}
.footer-column-1-row-0-vertical-alignment > .row-fluid > *,
.footer-row-0-vertical-alignment > .row-fluid > * {
  width: auto;
  margin-left: 0px;
}
.footer-column-1-row-0-vertical-alignment > .row-fluid > *:nth-child(2) {
  justify-content: inherit !important;
}
.footer .hs_cos_wrapper_type_logo img {
  max-width: 75px;
}
.footer-column-1-row-0-vertical-alignment > .row-fluid > * > *:first-child {
  flex-grow: 1;
}
.footer-column-1-row-0-vertical-alignment > .row-fluid > *:nth-child(2) {
  padding: 44px 0px 0px;
}
.footer-row-0-vertical-alignment > .row-fluid > *:first-child {
  max-width: 59.3%;
  flex: 0 0 59.3%;
}
.footer-row-0-vertical-alignment > .row-fluid > *:not(:first-child) {
  padding-top: 44px;
}
.go-top {
  position: absolute;
  top: -40px;
  right: 0;
  padding: 0px;
  display: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  width: 40px;
  height: 40px;
  background-color: #1e3482;
}
.go-top::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  margin: 17px 0px 0px 15px;
}
.go-top:hover {
  transition: all .4s linear;
  background-color: #7AB2E1;
}

.footer-row-1-vertical-alignment > .row-fluid > *:first-child {
  width: 44.7%;
}
.footer-row-1-vertical-alignment > .row-fluid > *:last-child {
  width: 27%;
}

@media (max-width: 1900px) and (min-width: 1600px) {
  .footer-row-1-vertical-alignment>.row-fluid>:first-child {
    width: 46.7%;
  }
  .footer-row-1-vertical-alignment > .row-fluid > *:last-child {
    width: 25%;
  }
}

@media (max-width: 1280px) {
  .content-wrapper {padding: 0 16px;}
}
@media (max-width: 1199px) {
  .footer-row-0-vertical-alignment > .row-fluid > :first-child {
    max-width: 50.3%;
    flex: 0 0 50.3%;
  }
  .footer-row-1-vertical-alignment > .row-fluid > *:last-child {
    width: 30%;
  }
  .footer-row-1-vertical-alignment > .row-fluid > *:first-child {
    width: 32.5%;
  }
}
@media only screen and (max-width:991px){
  .footer-row-0-vertical-alignment > .row-fluid > :first-child {
    max-width: 45.3%;
    flex: 0 0 45.3%;
  }
  .footer-row-1-vertical-alignment > .row-fluid > *:last-child {
    width: 45%;
  }
  .footer-row-1-vertical-alignment > .row-fluid > *:first-child {
    width: 21.5%;
  }
}

@media only screen and (max-width:767px){
    .footer-row-0-vertical-alignment > .row-fluid > :first-child {max-width: 100%;flex: 0 0 100%;}
  .footer ul {padding:00px 0 0 !important;}
  .footer .hs-menu-wrapper.hs-menu-flow-vertical li a {
    padding: 10.5px 0;
    font-size: 18px;
  }
  .footer .row-fluid-wrapper.row-depth-1.row-number-4.dnd-section {
    margin: 30px 0px 0px;
  }
  .footer-row-0-vertical-alignment > .row-fluid > :not(:first-child) {
    padding-top: 25px;
  }
  .footer ul li a {
    padding: 10.5px 0px;
    font-size: 18px;
    display: inline-block;
  }
  .footer-row-1-vertical-alignment > .row-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-row-1-vertical-alignment > .row-fluid::before,
  .footer-row-1-vertical-alignment > .row-fluid::after {
    display: none;
  }
  .footer-row-1-vertical-alignment > .row-fluid > *:first-child,
  .footer-row-1-vertical-alignment > .row-fluid > *:last-child {
    width: auto;
  }
  .footer-row-1-vertical-alignment > .row-fluid > *:last-child {
    max-width: 180px;
  }
}

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

@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/Helvetica%20Neue/HelveticaNeue-Bold.eot');
  src: url('https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/Helvetica%20Neue/HelveticaNeue-Bold.eot#iefix') format('embedded-opentype'),
    url('https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/Helvetica%20Neue/HelveticaNeue-Bold.woff2') format('woff2'),
    url('https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/Helvetica%20Neue/HelveticaNeue-Bold.woff') format('woff'),
    url('https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/Helvetica%20Neue/HelveticaNeue-Bold.ttf') format('truetype'),
    url('https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/Helvetica%20Neue/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Work Sans Font
===============================*/

@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/thin-italic-vietnamese.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/thin-italic-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/thin-italic-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/extra-light-italic-vietnamese.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/extra-light-italic-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/extra-light-italic-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/light-italic-vietnamese.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/light-italic-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/light-italic-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/regular-italic-vietnamese.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/regular-italic-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/regular-italic-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/medium-italic-vietnamese.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/medium-italic-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/medium-italic-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/semibold-italic-vietnamese.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/semibold-italic-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/semibold-italic-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/bold-italic-vietnamese.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/bold-italic-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/bold-italic-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/extrabold-italic-vietnamese.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/extrabold-italic-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/extrabold-italic-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/black-italic-vietnamese.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/black-italic-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/black-italic-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/thin-vietnamese.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/thin-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/thin-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/extralight-vietnamese.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/extralight-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/extralight-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/light-vietnamese.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/light-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/light-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/regular-vietnamese.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/regular-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/regular-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/medium-vietnamese.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/medium-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/medium-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/semibold-vietnamese.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/semibold-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/semibold-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/bold-vietnamese.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/bold-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/bold-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/extrabold-vietnamese.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/extrabold-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/extrabold-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/black-vietnamese.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/black-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/Fonts/work-sans/black-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* End Work Sans Font
===============================*/


/* main blog page style */ 
/*body,
html{overflow-x: hidden;}*/

.body-wrapper {
  /*   overflow: hidden; */
}
.hs-blog-listing {
  overflow: hidden;
}
body p {
  margin: 0px 0px 35px;
}
body p:last-child {
  margin: 0px 0px 0px;
}

.blog-banner-sec .page-center {max-width: 1480px !important;}
.blog-content-sec {position: relative;}
.blog-banner-sec {padding-top: 150px;padding-bottom: 150px;background-size: cover;position: relative;min-height: 514px; background-position: center;}
/* .blog-banner-sec:before {content: "";position: absolute;top: 0;bottom: 0;left: 0;right: 0;background: rgb(32 50 62 / 50%); mix-blend-mode: multiply;} */

.blog-content-sec h1 {text-align: left;font: normal normal 300 80px/85px Work Sans;letter-spacing: 0px;color: #FFFFFF; margin: 0;opacity: 1;position: relative;}
.filter-blog-posts {display: flex;justify-content: space-between;max-width: 1480px;margin: 0 auto;align-items: center;}
.filter-outer-sec {
  max-width: 33.104%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.104%;
  flex: 0 0 33.104%;
  position: relative;
}
.filter-text {
  max-width: 57.771%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57.771%;
  flex: 0 0 57.771%;
}
#filters {
  position: absolute;
  width: 100%;
  top: 100%;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  left: 0px;
  right: 0px;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  z-index: 9;
} 
.show-filter {
  background-color: #ffffff;
  padding: 18.5px 30px;
  background-image: url(https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/CG24%20Images%202022/arrow_dropdown_box.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) center;
  cursor: pointer;
}
.open-dropdown #filters {
  opacity: 1;
  visibility: visible;
}
#filters button {
  appearance: none;
  border-radius: 0px;
  background-color: transparent;
  color: #191919;
  text-align: left;
  padding: 0px 30px;
  font-family: "Work Sans";
  margin: 0px 0px 15px;
  text-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0px;
}
.blog-index.isotope.grid {
  margin: 100px -20px 0px 0px;
  border: 0px;
  text-align: left;
}
.containerwrap {
  max-width: 1480px;
  margin: 0 auto;
  text-align: center;
}
.filter-blog-posts .filters-select {background: #fff;border:0;border-radius:0 !important;padding:15px;height:auto;max-width:480px;}
.filter-blog-posts .filters-select:focus {box-shadow: none;}
.filter-blog-posts .filter-text p {text-align: left;font: normal normal normal 20px/34px Work Sans;color: #191919;opacity: 1;}
section.blog-index.grid > div {
  height: auto!important;
  margin: 0px -20px 0px 0px;
  border: 0;
  position: relative;
}
.grid-sizer {
  width: calc(100%/3 - 20px);
}
.blog-index article.blog-index__post {
  margin: 0;
  padding: 0;
  background: #fff;
  /*   transition: all .5s ease-in-out; */
  width: calc(100%/3 - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}
.blog-index article.blog-index__post a.blog-index__post-image-wrapper {display: block;height: 315px;overflow: hidden;}
.blog-index img.blog-index__post-image {width: 100%;height: 315px;object-fit: cover;vertical-align: bottom;margin: 0; max-width: 100% !important; transform: scale(1.2);}

.blog-index a,
.blog-index a img.blog-index__post-image{transition: all 0.5s ease-in-out;}
.blog-index a:hover img.blog-index__post-image{transform: none;}

.blog-index .blog-index__post-content {padding: 40px 30px;}
.blog-index .blog-index__post-title, .blog-index  .blog-index__post-title a {text-align: left;font: normal normal 300 30px/35px Work Sans;color: #191919;}
.blog-index .blog-index__post-title {margin-bottom: 30px;min-height: 105px;}
.blog-index .blog-index__post-summary p {font: normal normal normal 20px/34px Work Sans;color: #191919;font-weight: 400 !important;min-height: 101px;}
.blog-index .blog-index__post-summary p strong{font-weight:400;}
.blog-index .blog-index__post-button {font: normal normal normal 20px/34px Work Sans;color: #7AB2E1;}
.blog-index__post-summary {margin-bottom: 20px;}

.blog-index .blog-index__post-button i.fa {margin-left: 20px;}

.load-more-btn {margin-top: 80px;text-align:center;}
.load-more-btn a {text-align: center;padding: 15px 60px;margin: 0 auto;background: #7ab2e1 0 0 no-repeat padding-box;font: normal normal normal 20px/30px Work Sans;color: #fff;transition: all .4s ease-in-out;display: inline-block;}
.load-more-btn a:hover{background: #1e3482;box-shadow: none;color:#fff;}
button#load-more {
  background-color: #7AB2E1;
  border-color: #7AB2E1;
  border-radius: 0px;
  font: normal normal normal 20px/30px Work Sans;
  min-width: 298px;
  padding: 14px 20px;
  appearance: none;
  margin: 60px 0px 0px;
  float: none;
}
button#load-more:hover {
  background-color: #1E3482; 
  border-color: #1E3482;
}


ul.slick-dots {bottom: 100px;max-width: 730px;margin: 0 auto;left: 0;right: 0;text-align:left; padding: 0px 6px;}
ul.slick-dots li {width: auto;height: auto; margin: 0px 15px 0px 0px;}
ul.slick-dots li button {border: 1px solid #333;border-radius: 50%;width: 17px;height: 17px; margin: 0px;}
ul.slick-dots li button:before{display:none;}
ul.slick-dots li.slick-active button{background:#333;}



/* Blog post
===============================*/

.post-banner-section-outer {
  min-height: 514px;
  background-size: cover !important; 
  background-position: center !important;
  padding: 150px 0px 50px;
  position: relative;
}
.post-banner-section-outer:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba( 32, 50, 62, 50% );
  mix-blend-mode: multiply;
}
.posts-header-title {
  position: relative;
}
.posts-header-title h1 {
  text-align: left;
  font: normal normal 300 80px/85px Work Sans;
  color: #fff;
  margin: 0;
  position: relative;
}
article.blog-post {
  padding: 150px 0px;
}
article.blog-post #hubspot-author_data {
  display: inline-block;
  width: 100%;
  float: none;
}
article.blog-post p,
article.blog-post li {
  font: normal normal normal 20px/34px Work Sans;
  color: #191919;
  font-weight: 400!important;
}
article.blog-post span.date-format {
  font-family: Work Sans;
}
article.blog-post p strong {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
}
article.blog-post .blog-post__body h2,
article.blog-post .blog-post__body h3 {
  font: normal normal 300 60px/65px Work Sans;
  color: #191919;
  text-align: left;
  font-weight: 300 !important;
  margin: 0 0 30px;
}
article.blog-post .blog-post__body h3 {
  font: normal normal 300 40px/45px Work Sans;
}
article.blog-post div#hubspot-author_data,
article.blog-post div#hubspot-author_data *,
.publish-date p {
  font-weight: normal;
}
article.blog-post .blog-post__body ul {
  padding: 0px !important;
  margin: 0 0 35px;
}
article.blog-post .blog-post__body ul li {
  position: relative;
  padding-left: 30px;
  margin: 0px 0px 15px;
}
article.blog-post .blog-post__body ol li {
  margin: 0px 0px 15px;
}
article.blog-post .blog-post__body ul li:last-child,
article.blog-post .blog-post__body ol li:last-child {
  margin: 0px;
}
article.blog-post .blog-post__body ul li::before {
  content: "" !important;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #191919;
  border-radius: 50%;
  left: 0px;
  top: 13px;
}
.blog-post__tags {
  margin: 60px 0px 0px;
  font-size: 0;
  display: flex;
  align-items: center;
  gap: 3px;
  flex-wrap: wrap;
}
.blog-post__tags a {
  display: inline-block;
  background-color: #f5f5f5;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 30px;
}
.back-btn {
  margin: 40px 0px 0px;
}
.back-btn a {
  font: normal normal normal 20px/34px Work Sans;
  color: #7ab2e1;
  position: relative;
  padding-left: 40px;
}
.back-btn a:hover {
  color: #7ab2e1;
}
.back-btn a::before {
  content: "";
  width: 28px;
  height: 2px;
  position: absolute;
  background-color: #7ab2e1;
  left: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  transition: all .4s ease-in-out;
}
.back-btn a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #7ab2e1;
  border-left: 2px solid #7ab2e1;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  left: -3px;
  top: calc(50% - 0.5px);
  transition: all .4s ease-in-out;
}
.back-btn a:hover::before {
  left: -10px;
}
.back-btn a:hover::after {
  left: -13px;
}
.blog-posts-outer-wrap div#hubspot-author_data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 40px;
}
.date-author-wrapper,
.social-share-cg24,
.social-button,
.date-author-wrapper .hs-author-avatar a {
  display: flex;
  align-items: center;
}
.blog-posts-outer-wrap span.date-format {
  display: inline-block;
  border-right: 1px solid;
  margin-right: 10px !important;
  padding-right: 10px;
}
.blog-posts-outer-wrap .hs-author-avatar img {
  width: 35px !important;
  height: 35px !important;
  object-fit: cover;
  border-radius: 100% !important;
  margin-right: 10px !important;
}
.social-img-inner a i {
  color: #383e42 !important;
  font-size: 20px !important;
}
.social-img-inner {
  margin-left: 10px !important;
}
div#hubspot-author_data .social-share-cg24 h4 {
  font-size: 20px;
  line-height: 34px;
  font-family: 'Work Sans';
  font-weight: 400;
  color: #191919;
}
.social-img-inner a:hover i {
  color: #7ab2e1 !important;
}
a.cta_button#cta_button_8089696_ba772cfd-e2be-407f-98ee-8e26c3c15926 {
  background-color: #7ab2e1 !important;
  border-color: #7ab2e1 !important;
  border-radius: 0 !important;
  font: normal normal normal 20px/30px Work Sans !important;
  padding: 14px 20px !important;
  appearance: none !important;
  color: #fff !important;
  text-decoration: none !important;
}
a.cta_button#cta_button_8089696_ba772cfd-e2be-407f-98ee-8e26c3c15926 div {
  font-size: 20px !important;
}
a.cta_button#cta_button_8089696_ba772cfd-e2be-407f-98ee-8e26c3c15926 span {
  color: #fff !important;
  text-decoration: none !important;
}
a.cta_button#cta_button_8089696_ba772cfd-e2be-407f-98ee-8e26c3c15926:hover {
  background-color: #1e3482 !important;
  box-shadow: none !important;
}
section.blog-related-posts {
  padding: 150px 0px;
}
section.blog-related-posts h2 {
  font: normal normal 300 60px/65px Work Sans;
  color: #191919;
}
.blog-related-posts__list {
  margin-right: -20px;
  margin: 50px 0px 0px;
}
article.blog-related-posts__post {
  padding: 0px;
  flex: 0 0 calc(33.3333% - 20px);
  max-width:  calc(33.3333% - 20px);
  margin-right: 20px;
  background-color: #ffffff;
}
.blog-related-posts__list .blog-related-posts__image {
  width: 100%;
  vertical-align: middle;
}
.blog-related-posts__list .blog-related-posts__content {
  padding: 40px 30px;
}
.blog-related-posts__list h3.blog-related-posts__title {
  text-align: left;
  font: normal normal 300 30px/35px Work Sans;
  color: #191919;
}
.blog-related-posts__list .blog-related-posts__title-link,
.blog-related-posts__list .blog-related-posts__title-link:hover {
  color: #191919;
  font-weight: 300;
}
.blog-related-posts__list .blog-related-posts__content p {
  font: normal normal normal 20px/34px Work Sans;
  font-weight: 400 !important;
}
.blog-related-posts__list .blog-related-posts__content p strong {
  font-weight: 400 !important;
}

@media (max-width: 1599px) {
  .filter-blog-posts,
  .containerwrap {
    max-width: 1240px;
  }
}
@media (max-width: 1279px) { 
  .filter-blog-posts,
  .containerwrap {
    padding: 0px 16px;
  }
}
@media (max-width: 1199px) {
  .posts-header-title h1 {
    font: normal normal 300 70px/75px Work Sans;
  }
}
@media (max-width: 1024px) {
  .blog-index article.blog-index__post {
    width: calc(50% - 20px);
  }
  .filter-outer-sec {
    max-width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  .filter-text {
    max-width: 52.771%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52.771%;
    flex: 0 0 52.771%;
  }
  .show-filter {
    padding: 18.5px 20px;
    background-position: calc(100% - 20px) 50%;
    background-size: 17px;
  }
  #filters button {
    font-size: 16px;
    line-height: 25px;
    padding: 0px 20px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .filter-blog-posts {align-items: flex-start;}
  .blog-content-sec h1 {text-align: center;}
}
@media (max-width: 991px) {
  .post-banner-section-outer {
    min-height: auto;
    padding: 100px 0;
  }
  .posts-header-title h1 {
    font: normal normal 300 60px/65px Work Sans;
  }
  article.blog-post {
    padding: 100px 0;
  }
  article.blog-post .blog-post__body h2 {
    font: normal normal 300 40px/45px Work Sans;
    margin: 0 0 20px;
  }
  article.blog-post .blog-post__body h3 {
    font: normal normal 300 30px/35px Work Sans;
    margin: 0 0 20px;
  }
  section.blog-related-posts {
    padding: 100px 0;
  }
  section.blog-related-posts h2 {
    font: normal normal 300 50px/55px Work Sans;
  }
  article.blog-related-posts__post {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:767px){
  body p {
    margin: 0px 0px 15px;
  }
  .blog-banner-sec {padding-bottom: 150px;}
  .blog-content-sec h1 {text-align: center;font-size: 48px;line-height: 56px;}

  .filter-blog-posts {flex-wrap: wrap;}
  .blog-index .blog-index__post-title {min-height: auto;}
  .blog-index .blog-index__post-content {padding: 24px 16px;}
  .blog-index .blog-index__post-title, .blog-index .blog-index__post-title a {font-size: 24px;line-height: 30px;}
  .blog-index .blog-index__post-summary p {
    font-size: 18px;
    line-height: 30px;
  }
  .filter-outer-sec,
  .filter-text {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .filter-text {
    margin: 20px 0px 0px;
  }
  .blog-index article.blog-index__post {
    width: 100%;
    margin-right: 0px;
  }
  .blog-index.isotope.grid {
    margin: 40px 0px 0px;
  }
  .blog-index .blog-index__post-summary p {
    min-height: auto;
  }
  ul.slick-dots li {
    margin: 0 10px 0 0;
  }
  ul.slick-dots li button {
    width: 12px;
    height: 12px;
  }
  .post-banner-section-outer {
    padding: 50px 0;
  }
  .posts-header-title h1 {
    font: normal normal 300 36px/42px Work Sans;
  }
  article.blog-post {
    padding: 50px 0;
  }
  article.blog-post p strong {
    font-size: 20px;
    line-height: 26px;
  }
  article.blog-post .blog-post__body h2 {
    font: normal normal 300 30px/38px Work Sans;
    margin: 0 0 15px;
  }
  article.blog-post .blog-post__body h3 {
    font: normal normal 300 24px/30px Work Sans;
    margin: 0 0 15px;
  }
  article.blog-post li,
  article.blog-post p {
    font: normal normal normal 18px/30px Work Sans;
  }
  .blog-post__tags {
    margin: 40px 0 0;
  }
  .back-btn {
    margin: 20px 0 0;
  }
  .back-btn a {
    font: normal normal normal 18px/30px Work Sans;
  }
  .blog-posts-outer-wrap div#hubspot-author_data {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .social-outer {
    margin: 10px 0px 0px !important;
  }
  section.blog-related-posts {
    padding: 50px 0;
  }
  section.blog-related-posts h2 {
    font: normal normal 300 36px/42px Work Sans;
  }
  .blog-related-posts__list {
    margin: 30px -20px 0 0px;
  }
  article.blog-related-posts__post {
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
  .blog-related-posts__list .blog-related-posts__content {
    padding: 30px 20px;
  }
  .blog-related-posts__list h3.blog-related-posts__title {
    font: normal normal 300 24px/30px Work Sans;
  }
  .blog-related-posts__list .blog-related-posts__content p {
    font: normal normal normal 18px/30px Work Sans;
  }
}

/* Range Slider Section
==================================*/

.range-slider-main {
  margin-top: -100px;
}
.range-slider-main.remove_top_negative_margin {
  margin-top: 0;
}
.range-slider-main * {
  color: #ffffff;
} 
.range-slider-upper-sec {
  background-color: #7AB2E1;
  padding: 50px 40px;
  min-height: 317px;
  position: relative;
}
.range-slider-upper-sec::before {
  content: "";
  position: absolute;
  width: 356px;
  height: 356px;
  background-image: url("https://8089696.fs1.hubspotusercontent-eu1.net/hubfs/8089696/CG24%20-%20Nov%202021/images/home/cross_header.svg");
  right: -176px;
  top: -176px;
}
.remove_before_image .range-slider-upper-sec::before {
  display: none;
}
.range-slider-upper-sec,
.range-slider-bottom-sec {
  max-width: 980px;
  margin: 0 auto;
}
.range-slider-header h2 {
  font-size: 35px;
  line-height: 55px;
}
.range-slider-value,
.range-credit-periodisch-upfront-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -30px;
}
.range-credit-periodisch-upfront-outer {
  margin-top: 40px;
}
.range-slider-value > *,
.range-credit-periodisch-upfront-outer > * {
  max-width: calc(100%/2 - 30px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100%/2 - 30px);
  flex: 0 0 calc(100%/2 - 30px);
  margin-right: 30px;
}
.ui-slider.ui-widget-content {
  border-radius: 8px;
  height: 9px;
  border: 0px;
}
.ui-slider.ui-slider-horizontal .ui-slider-range {
  background-color: #1E3482;
}
.ui-slider.ui-slider-horizontal span.ui-slider-handle {
  background-color: #1E3482;
  border: 0;
  border-radius: 50%;
  top: -.35em;
  cursor: pointer;
  width: 1em;
  height: 1em;
  margin-left: -.3em;
}
.slider-first-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 25px;
}
.range-slider-main .slider-input-value input {
  width: 130px;
  height: 36px;
  border: 1px solid #1E3482;
  background-color: transparent;
  border-radius: 2px;
  background-color: #1E3482;
  color: #fff;
  font-family: 'Helvetica Neue';
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: right;
  padding: 0 10px;
  -webkit-appearance: none;  
  -moz-appearance: none;
  appearance: none;  
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.range-slider-main .slider-input-value input:focus {
  box-shadow: none !important;
  border: 1px solid #1E3482 !important;
}
.range-slider-main .slider-input-value input::placeholder {
  color: #ffffff !important;
  opacity: 0.5!important;
}
.range-slider-main .right-slider-main input {
  /*   background-color: transparent; */
}
.ui-slider.ui-slider-horizontal span.ui-slider-handle:focus,
.ui-slider.ui-slider-horizontal span.ui-slider-handle:focus-visible {
  border: 0px;
  outline: none;
}
.range-credit-protection,
.periodisch-upfront {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.periodisch-upfront {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.range-credit-protection > * {
  margin-right: 40px;
}
.range-credit-protection > *:last-child {
  margin-right: 0px;
}
.leabel-text,
.check-value-outer label {
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
}
.leabel-text i {
  font-size: 9px;
  border: 1px solid;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tooltip-puter-main {
  position: absolute;
  right: -18px;
  top: 0px;
  width: auto;
  line-height: 0;
}
.range-slider-upper-sec > * {
  position: relative;
}
body .periodisch-upfront input[type="text"] {
  max-width: 230px;
  border: 1px solid #1E3482;
  background-color: transparent;
  border-radius: 2px;
  background-color: #1E3482;
  color: #fff;
  font-family: 'Helvetica Neue';
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: right;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}
.check-value-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.check-value-outer .switch {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 28px;
  margin: 0px 10px 0px 0px;
}
.check-value-outer .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.check-value-outer .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transition: .4s;
  transition: .4s;
}
.check-value-outer .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 6px;
  bottom: 6px;
  background-color: #1E3482;
  -webkit-transition: .4s;
  transition: .4s;
}
.check-value-outer input:checked + .slider {
  background-color: #1E3482;
}
.check-value-outer input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.check-value-outer input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
  background-color: #ffffff;
}
.check-value-outer .slider.round {
  border-radius: 34px;
}
.check-value-outer .slider.round:before {
  border-radius: 50%;
}
.check-value-outer label {
  margin: 0px 10px 0px 0px;
}
.check-value-outer .leabel-text label {
  margin: 0px;
}
.check-value-outer .leabel-text {
  margin: 0px 30px 0px 0px;
}
.range-slider-bottom-sec {
  background-color: #1E3482;
  padding: 70px 40px 50px;
  position: relative;
}
.range-slider-bottom-sec::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 36px 29px;
  border-color: #7AB2E1 transparent transparent transparent;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rating-sec-row,
.rating-third-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rating-sec-row > *,
.rating-third-row > * {
  max-width: 49%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}
.rating-third-row .bottom-message {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 40px 0px 0px;
}
.monthly-rate-sec h4 {
  font-size: 26px;
  line-height: 38px;
  margin: 0 0 30px;
}
.rating-sec-row h2 {
  font-size: 45px;
  line-height: 1;
  margin: 0px;
  text-align: left;
}
.range-slider-header h2 {
  text-align: left;
}
.rating-sec-row p,
.rating-third-row p,
.right-content-cta p,
.content-main-sec p {
  line-height: 36px;
}
.rating-sec-row p {
  margin: 0;
}
.rating-third-row .description-sec {
  margin: 0;
}
.rating-third-row .description-sec p {
  max-width: 383px;
}
.rating-third-row {
  margin: 60px 0px 0px;
}
.bottom-message p {
  font-size: 13px;
  line-height: 16px !important;
}
/* .leabel-text[title],
.check-value-outer > label:not(.switch)[title], */
.leabel-text {
  position: relative;
  display: inline-block;
}
/* .leabel-text[title]::before,
.check-value-outer > label:not(.switch)[title]::before, */
.leabel-text .title-text {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  min-width: 200px;
  z-index: 99999;
  content: attr(title);
  padding: 5px 10px;
  font-size: 13px;
  line-height: 18px;
  color: #FFF;
  background-color: #1E3482;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
/* .leabel-text[title]::after,
.check-value-outer > label:not(.switch)[title]::after, */
.leabel-text .title-text::after {
  content: "";
  position: absolute;
  left: 50%; 
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;  
  transition: all 0.3s;
  border-style: solid;
  border-width: 0px 10px 10px;
  border-color: transparent transparent #1E3482 transparent;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  bottom: 100%;
}
/* .leabel-text[title]:hover::before,
.leabel-text[title]:hover::after,
.check-value-outer > label:not(.switch)[title]:hover::before,
.check-value-outer > label:not(.switch)[title]:hover::after, */
.leabel-text .tooltip-puter-main:hover .title-text::after,
.leabel-text .tooltip-puter-main:hover .title-text {
  opacity: 1;
  visibility: visible;
}
.range-slider-bottom-sec .leabel-text .title-text {
  background-color: #7AB2E1;
}
.range-slider-bottom-sec .leabel-text .title-text::after {
  border-color: transparent transparent #7AB2E1 transparent;
}
.range-credit-protection .leabel-text {
  max-width: 56%;
  font-size: 17px;
}
.rating-third-row a#ctaButtonRedirect {
  background-color: #7AB2E1;
  border: 1px solid #7AB2E1 !important;
  box-shadow: none;
  box-sizing: border-box!important;
  color: #fff;
  display: inline-block;
  font-family: inherit;
  font-family: Helvetica Neue,sans-serif;
  font-size: 22px;
  font-weight: 500;
  height: auto;
  line-height: 26px;
  min-width: 300px;
  padding: 21px 43px;
  text-align: center;
}
.rating-third-row a#ctaButtonRedirect:hover {
  background-color: black;
  border-color: black !important;
}