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

.w-5 {width: 5%;}
.w-10 {width: 10%;}
.w-15 {width: 15%;}
.w-18 {width: 18%;}
.w-20 {width: 20%;}
.w-25 {width: 25%;}
.w-30 {width: 30%;}
.w-32 {width: 32%;}
.w-33 {width: 33.33333%;}
.w-35 {width: 35%;}
.w-40 {width: 40%;}
.w-45 {width: 45%;}
.w-48 {width: 48%;}
.w-49 {width: 49%;}
.w-50 {width: 50%;}
.w-55 {width: 55%;}
.w-60 {width: 60%;}
.w-65 {width: 65%;}
.w-68 {width: 68%;}
.w-70 {width: 70%;}
.w-73 {width: 73%;}
.w-75 {width: 75%;}
.w-80 {width: 80%;}
.w-85 {width: 85%;}
.w-90 {width: 90%;}
.w-95 {width: 95%;}
.w-100 {width: 100%;}

@media screen and (max-width: 1024px) {
  .w-10-set-md {width: 10%;}
  .w-20-set-md {width: 20%;}
  .w-30-set-md {width: 30%;}
  .w-33-set-md {width: 33.33333%;}
  .w-40-set-md {width: 40%;}
  .w-45-set-md {width: 45%;}
  .w-50-set-md {width: 50%;}
  .w-60-set-md {width: 60%;}
  .w-70-set-md {width: 70%;}
  .w-80-set-md {width: 80%;}
  .w-90-set-md {width: 90%;}
  .w-100-set-md {width: 100%;}
}

@media screen and (max-width: 767px) {
  .w-50-set-sm {width: 50%;}
  .w-60-set-sm {width: 60%;}
  .w-70-set-sm {width: 70%;}
  .w-80-set-sm {width: 80%;}
  .w-90-set-sm {width: 90%;}
  .w-100-set-sm {width: 100%;}
}

/* Heights */

.height-100vh {
  height: 100vh;
}

@media screen and (max-width: 1024px) {
  .height-100vh {
    height: auto;
  }
}

@media screen and (max-height: 767px) {
  .height-100vh {
    height: auto;
  }
}

/* Floats */

.float-left {float: left;}
.float-right {float: right;}
.float-none {float: none;}

@media screen and (min-width: 768px) {
  .float-left-unset-sm {float: left;}
  .float-right-unset-sm {float: right;}
  .float-none-unset-sm {float: none;}
}

@media screen and (min-width: 1025px) {
  .float-left-unset-md {float: left;}
  .float-right-unset-md {float: right;}
  .float-none-unset-md {float: none;}
}

/* Flexbox*/

.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.inline-flex {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
}

.flex-wrap-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-align-items: center;
  align-items: center;
}

.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-top {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-content-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-content-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-space-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.flex-direct-column {
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-direct-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-direct-row {
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-direct-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (min-width: 768px) {
  .flex-unset-sm {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }

  .inline-flex-unset-sm {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
  }
  
  .justify-content-end-unset-sm {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 1025px) {
  .flex-unset-md {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }

  .inline-flex-unset-md {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
  }
  
  .justify-content-center-unset-md {
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .justify-content-end-unset-md {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  .justify-content-space-between-unset-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .flex-direct-column-unset-md {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .flex-wrap-wrap-set-md {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .flex-direct-column-set-md {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .flex-direct-column-reverse-set-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .align-items-center-set-md {
    -webkit-box-align: center;
    -ms-align-items: center;
    align-items: center;
  }

  .justify-content-space-between-set-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .justify-content-space-evenly-set-md {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}

@media screen and (max-width: 767px) {
  .flex-direct-column-set-sm {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .flex-direct-column-reverse-set-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  
  .align-items-start-set-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

/* Gap */

.gap-0 {gap: 0;}
.gap-5 {gap: 5px;}
.gap-10 {gap: 10px;}
.gap-15 {gap: 15px;}
.gap-20 {gap: 20px;}
.gap-25 {gap: 25px;}
.gap-30 {gap: 30px;}
.gap-35 {gap: 35px;}
.gap-40 {gap: 40px;}
.gap-45 {gap: 45px;}
.gap-50 {gap: 50px;}

/* Padding */

.pt-0 {padding-top: 0;} .pt-5 {padding-top: 5px;}
.pt-10 {padding-top: 10px;} .pt-15 {padding-top: 15px;}
.pt-20 {padding-top: 20px;} .pt-25 {padding-top: 25px;}
.pt-30 {padding-top: 30px;} .pt-35 {padding-top: 35px;}
.pt-40 {padding-top: 40px;} .pt-45 {padding-top: 45px;}
.pt-50 {padding-top: 50px;} .pt-55 {padding-top: 55px;}
.pt-60 {padding-top: 60px;} .pt-65 {padding-top: 65px;}
.pt-70 {padding-top: 70px;} .pt-75 {padding-top: 75px;}
.pt-80 {padding-top: 80px;} .pt-85 {padding-top: 85px;}
.pt-90 {padding-top: 90px;} .pt-95 {padding-top: 95px;}
.pt-100 {padding-top: 100px;} .pt-105 {padding-top: 105px;}
.pt-110 {padding-top: 110px;} .pt-115 {padding-top: 115px;}
.pt-120 {padding-top: 120px;} .pt-125 {padding-top: 125px;}
.pt-130 {padding-top: 130px;} .pt-135 {padding-top: 135px;}
.pt-140 {padding-top: 140px;} .pt-145 {padding-top: 145px;}
.pt-150 {padding-top: 150px;} .pt-155 {padding-top: 155px;}
.pt-160 {padding-top: 160px;} .pt-165 {padding-top: 165px;}
.pt-170 {padding-top: 170px;} .pt-175 {padding-top: 175px;}
.pt-180 {padding-top: 180px;} .pt-185 {padding-top: 185px;}
.pt-190 {padding-top: 190px;} .pt-195 {padding-top: 195px;}
.pt-200 {padding-top: 200px;}

.pb-0 {padding-bottom: 0;} .pb-5 {padding-bottom: 5px;}
.pb-10 {padding-bottom: 10px;} .pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 20px;} .pb-25 {padding-bottom: 25px;}
.pb-30 {padding-bottom: 30px;} .pb-35 {padding-bottom: 35px;}
.pb-40 {padding-bottom: 40px;} .pb-45 {padding-bottom: 45px;}
.pb-50 {padding-bottom: 50px;} .pb-55 {padding-bottom: 55px;}
.pb-60 {padding-bottom: 60px;} .pb-65 {padding-bottom: 65px;}
.pb-70 {padding-bottom: 70px;} .pb-75 {padding-bottom: 75px;}
.pb-80 {padding-bottom: 80px;} .pb-85 {padding-bottom: 85px;}
.pb-90 {padding-bottom: 90px;} .pb-95 {padding-bottom: 95px;}
.pb-100 {padding-bottom: 100px;} .pb-105 {padding-bottom: 105px;}
.pb-110 {padding-bottom: 110px;} .pb-115 {padding-bottom: 115px;}
.pb-120 {padding-bottom: 120px;} .pb-125 {padding-bottom: 125px;}
.pb-130 {padding-bottom: 130px;} .pb-135 {padding-bottom: 135px;}
.pb-140 {padding-bottom: 140px;} .pb-145 {padding-bottom: 145px;}
.pb-150 {padding-bottom: 150px;} .pb-155 {padding-bottom: 155px;}
.pb-160 {padding-bottom: 160px;} .pb-165 {padding-bottom: 165px;}
.pb-170 {padding-bottom: 170px;} .pb-175 {padding-bottom: 175px;}
.pb-180 {padding-bottom: 180px;} .pb-185 {padding-bottom: 185px;}
.pb-190 {padding-bottom: 190px;} .pb-195 {padding-bottom: 195px;}
.pb-200 {padding-bottom: 200px;}

@media screen and (max-width: 1024px) {
.pt-5 {padding-top: 2.5px;}
.pt-10 {padding-top: 5px;} .pt-15 {padding-top: 7.5px;}
.pt-20 {padding-top: 10px;} .pt-25 {padding-top: 12.5px;}
.pt-30 {padding-top: 15px;} .pt-35 {padding-top: 17.5px;}
.pt-40 {padding-top: 20px;} .pt-45 {padding-top: 22.5px;}
.pt-50 {padding-top: 25px;} .pt-55 {padding-top: 27.5px;}
.pt-60 {padding-top: 30px;} .pt-65 {padding-top: 32.5px;}
.pt-70 {padding-top: 35px;} .pt-75 {padding-top: 37.5px;}
.pt-80 {padding-top: 40px;} .pt-85 {padding-top: 42.5px;}
.pt-90 {padding-top: 45px;} .pt-95 {padding-top: 47.5px;}
.pt-100 {padding-top: 50px;} .pt-105 {padding-top: 52.5px;}
.pt-110 {padding-top: 55px;} .pt-115 {padding-top: 57.5px;}
.pt-120 {padding-top: 60px;} .pt-125 {padding-top: 62.5px;}
.pt-130 {padding-top: 65px;} .pt-135 {padding-top: 67.5px;}
.pt-140 {padding-top: 70px;} .pt-145 {padding-top: 72.5px;}
.pt-150 {padding-top: 75px;} .pt-155 {padding-top: 77.5px;}
.pt-160 {padding-top: 80px;} .pt-165 {padding-top: 82.5px;}
.pt-170 {padding-top: 85px;} .pt-175 {padding-top: 87.5px;}
.pt-180 {padding-top: 90px;} .pt-185 {padding-top: 92.5px;}
.pt-190 {padding-top: 95px;} .pt-195 {padding-top: 97.5px;}
.pt-200 {padding-top: 100px;}
  
.pb-5 {padding-bottom: 2.5px;}
.pb-10 {padding-bottom: 5px;} .pb-15 {padding-bottom: 7.5px;}
.pb-20 {padding-bottom: 10px;} .pb-25 {padding-bottom: 12.5px;}
.pb-30 {padding-bottom: 15px;} .pb-35 {padding-bottom: 17.5px;}
.pb-40 {padding-bottom: 20px;} .pb-45 {padding-bottom: 22.5px;}
.pb-50 {padding-bottom: 25px;} .pb-55 {padding-bottom: 27.5px;}
.pb-60 {padding-bottom: 30px;} .pb-65 {padding-bottom: 32.5px;}
.pb-70 {padding-bottom: 35px;} .pb-75 {padding-bottom: 37.5px;}
.pb-80 {padding-bottom: 40px;} .pb-85 {padding-bottom: 42.5px;}
.pb-90 {padding-bottom: 45px;} .pb-95 {padding-bottom: 47.5px;}
.pb-100 {padding-bottom: 50px;} .pb-105 {padding-bottom: 52.5px;}
.pb-110 {padding-bottom: 55px;} .pb-115 {padding-bottom: 57.5px;}
.pb-120 {padding-bottom: 60px;} .pb-125 {padding-bottom: 62.5px;}
.pb-130 {padding-bottom: 65px;} .pb-135 {padding-bottom: 67.5px;}
.pb-140 {padding-bottom: 70px;} .pb-145 {padding-bottom: 72.5px;}
.pb-150 {padding-bottom: 75px;} .pb-155 {padding-bottom: 77.5px;}
.pb-160 {padding-bottom: 80px;} .pb-165 {padding-bottom: 82.5px;}
.pb-170 {padding-bottom: 85px;} .pb-175 {padding-bottom: 87.5px;}
.pb-180 {padding-bottom: 90px;} .pb-185 {padding-bottom: 92.5px;}
.pb-190 {padding-bottom: 95px;} .pb-195 {padding-bottom: 97.5px;}
.pb-200 {padding-bottom: 100px;}
}

/* Margin */

.m-auto {margin: auto;}

.mt-0 {margin-top: 0;}
.mt-10 {margin-top: 10px;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.mt-50 {margin-top: 50px;}
.mt-60 {margin-top: 60px;}
.mt-70 {margin-top: 70px;}
.mt-80 {margin-top: 80px;}
.mt-90 {margin-top: 90px;}
.mt-100 {margin-top: 100px;}
.mt-150 {margin-top: 150px;}
.mt-200 {margin-top: 200px;}

.mb-0 {margin-bottom: 0;}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.mb-150 {margin-bottom: 150px;}
.mb-200 {margin-bottom: 200px;}

@media screen and (max-width: 1024px) {
  .mt-10 {margin-top: 5px;}
  .mt-20 {margin-top: 10px;}
  .mt-30 {margin-top: 15px;}
  .mt-40 {margin-top: 20px;}
  .mt-50 {margin-top: 25px;}
  .mt-60 {margin-top: 30px;}
  .mt-70 {margin-top: 35px;}
  .mt-80 {margin-top: 40px;}
  .mt-90 {margin-top: 45px;}
  .mt-100 {margin-top: 50px;}
  .mt-150 {margin-top: 75px;}
  .mt-200 {margin-top: 100px;}

  .mb-10 {margin-bottom: 5px;}
  .mb-20 {margin-bottom: 10px;}
  .mb-30 {margin-bottom: 15px;}
  .mb-40 {margin-bottom: 20px;}
  .mb-50 {margin-bottom: 25px;}
  .mb-60 {margin-bottom: 30px;}
  .mb-70 {margin-bottom: 35px;}
  .mb-80 {margin-bottom: 40px;}
  .mb-90 {margin-bottom: 45px;}
  .mb-100 {margin-bottom: 50px;}
  .mb-150 {margin-bottom: 75px;}
  .mb-200 {margin-bottom: 100px;}
}

/* Lists */

.list-unset {
  list-style: none;
  margin: 0;
}

/* Line Height */

.line-height-unset {line-height: 0;}

/* Text Alignment */

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .text-center-unset-sm {
    text-align: center;
  }
  
  .text-right-unset-sm {
    text-align: right;
  }
  
  .text-left-unset-sm {
    text-align: left;
  }
}

@media screen and (min-width: 1025px) {
  .text-center-unset-md {
    text-align: center;
  }
  
  .text-right-unset-md {
    text-align: right;
  }
  
  .text-left-unset-md {
    text-align: left;
  }
}

@media screen and (max-width: 1024px) {
  .text-center-set-md {
    text-align: center;
  }
  
  .text-right-set-md {
    text-align: right;
  }
  
  .text-left-set-md {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .text-center-set-sm {
    text-align: center;
  }
  
  .text-right-set-sm {
    text-align: right;
  }
  
  .text-left-set-sm {
    text-align: left;
  }
}

/* Visibilty classes */

.show {
  display: block;
}

.hide {
  display: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

@media screen and (min-width: 1025px) {
  .show-unset-md {
    display: block;
  }

  .hide-unset-md {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .show-unset-sm {
    display: block;
  }

  .hide-unset-sm {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .show-set-md {
    display: block;
  }

  .hide-set-md {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .show-set-sm {
    display: block;
  }

  .hide-set-sm {
    display: none;
  }
}

/* User select */

.user-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Position */

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/* Animation */

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 #438CCA;
	}
	40% {
		box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
	}
	80% {
		box-shadow: 0 0 0 15px rgba(255, 206, 206, 0);
	}
	100% {
		box-shadow: 0 0 0 rgba(255, 206, 206 0);
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 10%;
	}
	100% {
		opacity: 100%;
	}
}

@keyframes slideDown {
	0% {
		top: -100%;
	}
	100% {
		top: 0%;
	}
}

@keyframes marginTop {
	0% {
		margin-top: 0px;
	}
	100% {
		margin-top: 45px;
	}
}

.reveal {
  opacity: 0;
  transform: translate3d(0,25px,0);
  transition: opacity 1s cubic-bezier(0.5, 0, 0, 1) 0s, transform 1s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.reveal.active {
  opacity: 1;
  transform: translateZ(0);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

/* Magnific Popup */

body .mfp-container {padding: 0;}
body .mfp-iframe-holder .mfp-close {display: block;top: -45px;left: 0;right: auto;padding: 0;width: 38px;height: 38px;}
.mfp-iframe-holder .mfp-close img {position: relative;z-index: -1;}

/* Magnific Popup - fade transition */
.mfp-fade.mfp-bg {opacity: 0;-webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; transition: all 0.15s ease-out;}
.mfp-fade.mfp-bg.mfp-ready {opacity: 0.8;}
.mfp-fade.mfp-bg.mfp-removing {opacity: 0;}
.mfp-fade.mfp-wrap .mfp-content {opacity: 0;-webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; transition: all 0.15s ease-out;}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {opacity: 1;}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {opacity: 0;}
main {
  padding-top: 93px;
}

.content-wrapper {
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}

/* @media screen and (min-width: 1441px) {
  .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
} */

.dnd-section > .row-fluid {
  margin: 0 auto;
}
/* Accordion module*/
.accordion-module .tab {border-bottom: 2px solid #000000;}
.accordion-module .tab input {display: none;}
.accordion-module .tab label {position: relative;font-size: 20px;color: #000000;width: 100%;padding: 10px 40px 10px 10px;margin: 5px 0;cursor: pointer;}
.accordion-module .tab input:checked ~ label {font-weight: 500;}
.accordion-module .tab .content {overflow: hidden;transition: max-height 0.3s ease;max-height: 0;}
.accordion-module .tab .content > div {padding: 10px;}
.accordion-module .tab input:checked ~ .content {max-height: 100vh;}
.accordion-module .tab label::after {display: block;content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDUuMjVWMTguNzUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTguNzUgMTJINS4yNSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");position: absolute;right: 10px;top: 50%;width: 24px;height: 24px;transform: translate(0, -50%);opacity: 1;transition: all 0.4s;}
.accordion-module .tab input:checked ~ label::after {content: '';opacity: 0;}

/* Simple heading */
.simple-heading {max-width: 600px;}

/* Banner (home) */
.banner-home .title {font-size: 14px;}

@media screen and (max-width: 1024px) {
  .banner-home .right-col img {width: 60%;height: auto;}
}

@media screen and (max-width: 767px) {
  .banner-home .solutions ul.no-list {padding-left: 10px;}
  .banner-home .solutions ul li {padding-bottom: 15px;}
  .banner-home .right-col img {width: 100%;}
}

/* Banner (text only) */
.banner-text .heading {max-width: 700px;}
.banner-text .title, .banner-text .plain-text {max-width: 425px;}
.banner-text .title {font-size: 14px;}

/* Banner (contact) */
.banner-contact .title {font-size: 14px;color: #828282;}

@media screen and (max-width: 767px) {
  .banner-contact .solutions ul.no-list {padding-left: 10px;}
  .banner-contact .solutions ul li {padding-bottom: 15px;}
}

/* Banner (landing page)*/
.banner-landing-page .solutions ul {padding-left: 40px;text-indent: -27px;}
.banner-landing-page .form-style {background-color: #F5F7FC;border-left: 1px solid #bdbdbd;padding: 50px;}
.banner-landing-page .video-cta-module a {font-size: 14px;color: #1D1F2B;}

@media screen and (min-width: 1025px) {
  .banner-landing-page .left-col {padding-left: 115px;}
}

/* image module */
.image-module {position: relative;}
.image-module::before {content: '';position: absolute;inset: 0;width: 100%;height: 100%;background-color: transparent;}
.image-module img {height: auto;object-fit: cover;}

/* trusted partners */
.partner-logos ul li {flex-basis: calc(87% / 6);padding: 10px;margin: 10px;}
[id*="accordion-popup-"].modal-wrapper {color: #ffffff;background-color: #1D1F2B;overflow: hidden;}
.modal-image img {max-width: 100%;height: 100%;object-fit: fill;}
.company-details {height: 500px;overflow: hidden auto;}
.company-details .tab {border-bottom: 2px solid #ffffff;}
.company-details .tab input {display: none;}
.company-details .tab label {position: relative;font-size: 20px;color: #ffffff;width: 100%;padding: 10px 40px 10px 10px;margin: 5px 0;cursor: pointer;}
.company-details .tab input:checked ~ label {font-weight: 500;color: #438cca;}
.company-details .tab .content {overflow: hidden;transition: max-height 0.3s ease;max-height: 0;}
.company-details .tab .content > div {padding: 10px;}
.company-details .tab input:checked ~ .content {max-height: 100vh;}
.company-details .tab label::after {display: block;content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMiw1LjJ2MTMuNSIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTguOCwxMkg1LjIiLz4KPC9zdmc+Cg==");position: absolute;right: 10px;top: 50%;width: 24px;height: 24px;transform: translate(0, -50%);opacity: 1;transition: all 0.4s;}
.company-details .tab input:checked ~ label::after {content: '';opacity: 0;}

@media screen and (max-width: 1024px) {
  .partner-logos ul li {flex-basis: calc(90% / 3);}
  .company-details {height: auto;}
}

@media screen and (max-width: 767px) {
  .partner-logos ul li:not(:last-child) {margin-bottom: 30px}
}

/* Content Block Bottom Border */
.content-block-bottom-border .title {font-size: 14px;color: #828282;}
.content-block-bottom-border .video-cta-module a {font-size: 14px;color: #1D1F2B;}
.content-block-bottom-border > div {position: relative;}
.content-block-bottom-border > div::before {content: '';position: absolute;bottom: 0;left: 0;width: calc(100% * 100);height: 2px;background-color: #000000;}
.content-block-bottom-border > div.flex-direct-row-reverse::before {content: '';position: absolute;bottom: 0;left: auto;right: 0;width: calc(100% * 100);height: 2px;background-color: #000000;}
.content-block-bottom-border .solutions ul {padding-left: 40px;text-indent: -22px;}

@media screen and (max-width: 767px) {
  .content-block-bottom-border .solutions ul li {padding-bottom: 15px;}
}

/* Zig-zag module */
.zig-zag-module .header-group {max-width: 680px;padding-left: 25px;padding-right: 25px;}

@media screen and (min-width: 1025px) {
  .zig-zag-module .left-col {padding: 50px;}
}

@media screen and (max-width: 1024px) {
  .zig-zag-module .left-col {padding: 30px 0 20px;}
}

/* chapters */
.chapter-cta {padding: 30px 20px;}
.chapter-text img {width: 100% !important;}

/* chapters and social links */
.chapter-links-group {width: 220px;border-radius: 3px;overflow: hidden;}
.chapters-and-social-links {position: -webkit-sticky;position: sticky;top: -1px;z-index: 9;}
.chapter-links, .social-chapter-links {background-color: rgba(255,255,255,0.8);padding-right: 10px;}
.chapter-links ul li, .social-chapter-links ul {padding: 10px 0;border-bottom: 1px solid #f0f0f0;}
.chapter-links ul li a {display: inline-block;font-size: 14px;color: #1D1F2B;}
.social-chapter-links a {vertical-align: middle;}
.social-chapter-links a {width: 18px;height: 18px;}
.social-chapter-links ul li:first-child {font-size: 14px;}

@media screen and (max-width: 1220px) {
  .chapters-and-social-links {display: none;}
}

/* chapters text */
@media screen and (min-width: 1025px) {
  .chapters-all, .chapters-text .heading {
    padding-left: calc(100% / 3);
  }
}

/* New features */
.new-features-wrap {max-width: 975px;}
.feature-item {padding: 30px 30px 50px;}

@media screen and (max-width: 767px) {
  .feature-item {padding: 30px;}
}

/* Products module */
.products-item {border: 2px solid #000;padding: 30px;margin-bottom: 15px;}

@media screen and (max-width: 1024px) {
  .products-item:not(:last-of-type) {margin-bottom: 30px;}
  .products-item:last-of-type {margin-bottom: 0;}
}

/* Step by step process */
.steps-wrap {gap: 2%;}
.steps-item {flex-basis: calc(96% / 3);padding-bottom: 40px;}
.steps-icon, .steps-icon img {max-width: 100%; height: auto;}
.steps-icon {padding: 3px;}
.steps-title {font-size: 30px;font-weight: 500;line-height: 1;}
.steps-index {font-size: 72px;font-weight: 500;line-height: 0.6;}

@media screen and (min-width: 1025px) {
  .steps-text {
    padding-right: 38px;
  }
}

@media screen and (max-width: 1024px) {
  .steps-item {max-width: 380px;}
}

/* Productivity solutions */
.solutions-wrap {gap: 2%;}
.solutions-item {flex-basis: calc(94% / 4);padding-bottom: 40px;}
.solutions-index {font-size: 120px;font-weight: 500;line-height: 1;}
.solutions-text p {margin: 0;}

@media screen and (max-width: 1024px) {
  .solutions-item {flex-basis: calc(98% / 2);}
  .solutions-index {font-size: 72px;font-weight: 500;}
}

/* Content slider */
.content-slider-slide {width: 100%;max-width: 580px;margin: auto;border: 1px solid #fff;}
.content-slider-wrap {padding: 60px 15.569%;width: 100%;max-width: 580px;min-height: 500px;margin: auto;}
.content-slider-image img {margin: auto;}
.content-slider-slide .slick-prev {right: 50px;}
.content-slider-slide .slick-next {right: 20px;}
.content-slider-slide .slick-arrow {display: inline-block;position: absolute;bottom: 20px;z-index: 2;cursor: pointer;}
.content-slider-slide .slick-arrow svg {width: 24px;fill: transparent;}
.content-slider-slide .slick-arrow.slick-disabled {opacity: 25%;}
.content-slider-heading {color: #438CCA;}
.content-slider-amount {font-size: 140px;line-height: 1;}

/* Comparison Module */
.comparison-module-wrap .heading.short, .comparison-module-icon {max-width: 273px;}
.comparison-module-item {border-bottom: 2px solid #000000;}
.comparison-module-item-title {padding-top: 10px;padding-bottom: 10px;}

@media screen and (max-width: 1024px) {
  .comparison-module-wrap .heading h4 {font-size: 18px;}
  .comparison-module-item-title {font-size: 16px;}
}

@media screen and (max-width: 767px) {
  .content-slider-wrap {padding: 60px;}
}

/* Stat counter */
.counter span {font-size: 72px;font-weight: 500;color: #438CCA;}

@media screen and (max-width: 1024px) {
  .counter span {font-size: 38px;}
  .counter > div {font-size: 16px;}
}

/* Team members */
.content-wrapper .team-members-items {max-width: 1095px;}
.team-members-item {flex-basis: calc(94% / 3);margin: 1%;background-color: #1D1F2B;border: 1px solid #bdbdbd;}
.team-members-image {height: 300px;background-color: #438cca;}
.team-members-content {color: #ffffff;}
.team-members-content > span {font-size: 24px;font-weight: 500;}
.team-members-content > div {font-size: 16px;}
.team-members-social-links-item a svg {width: 14px;height: 14px;fill: #ffffff;}

@media screen and (max-width: 1024px) {
  .team-members-item {flex-basis: calc(96% / 2);}
  .team-members-image {height: 400px;}
}

@media screen and (max-width: 767px) {
  .team-members-item {width: 350px;margin: 20px auto;}
  .team-members-image {height: 300px;}
}

/* Image overlap CTA slider */
.image-overlap-cta {background: rgb(255,255,255);background: linear-gradient(180deg, rgba(255,255,255,0) 140px, rgba(29,31,43,1) 10%);}
.image-overlap-cta .left-col {padding-top: 80px;padding-bottom: 75px;margin-top: 140px;}
.image-overlap-cta .plain-text, .image-overlap-cta .plain-text p {font-style: italic;}
.image-overlap-cta .right-col img {margin: auto;}
.image-overlap-cta-slider button.slick-prev.slick-arrow, .image-overlap-cta-slider button.slick-next.slick-arrow {top: 150px;position: absolute;z-index: 1;}
.image-overlap-cta-slider button.slick-prev.slick-arrow {padding-left: 0;}
.image-overlap-cta-slider button.slick-next.slick-arrow {left: 35px;}
.image-overlap-cta-slider button.slick-arrow {border: 0;background-color: transparent;padding: 10px;}
.image-overlap-cta-slider ul.slick-dots {list-style: none;padding: 0;margin: 0;position: absolute;top: 145px;left: 100px;}
.image-overlap-cta-slider ul.slick-dots li > button {font-weight: 400;color: inherit;padding: 16px 5px;background-color: transparent;border: 0;cursor: default;}
.image-overlap-cta-slider ul.slick-dots li {display: none;}
.image-overlap-cta-slider ul.slick-dots li.slick-active, ul.slick-dots li.item-total {font-weight: 500;display: inline-block;}
.image-overlap-cta .left-col span.first-name, .image-overlap-cta .left-col span.last-name {font-size: 24px;font-weight: 500;}
.image-overlap-cta .left-col .position {font-size: 16px;}
.image-overlap-cta-slider .right-col {animation-name: fadeIn;animation-duration: 2.5s;}

@media screen and (min-width: 1025px) {
  .image-overlap-cta .right-col {position: absolute;bottom: 0;right: 0;}
}

@media screen and (max-width: 1024px) {
  .image-overlap-cta .left-col {padding-bottom: 40px;margin-top: 0px;}
  .image-overlap-cta .left-col-image img {margin: auto;}
  .image-overlap-cta .plain-text, .image-overlap-cta .plain-text p {font-size: 18px;}
  .image-overlap-cta .right-col img {width: 50%;height: auto;margin-top: 0;}
  .image-overlap-cta {background: #1D1F2B;}
  .image-overlap-cta-slider button.slick-prev.slick-arrow, .image-overlap-cta-slider button.slick-next.slick-arrow {top: 20px;}
  .image-overlap-cta-slider ul.slick-dots {top: 16px;}
}

@media screen and (max-width: 767px) {
  .image-overlap-cta .plain-text, .image-overlap-cta .plain-text p {font-size: 18px;}
}

/* Testimonial Slider */
.testimonial-overlap-cta .left-col {padding-top: 80px;padding-bottom: 75px;margin-top: 160px;}
.testimonial-overlap-cta .plain-text, .testimonial-overlap-cta .plain-text p {font-style: italic;}
.testimonial-overlap-cta .right-col img {margin: auto;}
.testimonial-slider button.slick-prev.slick-arrow, .testimonial-slider button.slick-next.slick-arrow {top: 150px;position: absolute;z-index: 1;}
.testimonial-slider button.slick-prev.slick-arrow {padding-left: 0;}
.testimonial-slider button.slick-next.slick-arrow {left: 35px;}
.testimonial-slider button.slick-arrow {border: 0;background-color: transparent;padding: 10px;}
.testimonial-slider ul.slick-dots {list-style: none;padding: 0;margin: 0;position: absolute;top: 145px;left: 100px;}
.testimonial-slider ul.slick-dots li > button {font-weight: 400;color: inherit;padding: 16px 5px;background-color: transparent;border: 0;cursor: default;}
.testimonial-slider ul.slick-dots li {display: none;}
.testimonial-slider ul.slick-dots li.slick-active, ul.slick-dots li.item-total {font-weight: 500;display: inline-block;}
.testimonial-overlap-cta .left-col span.first-name, .testimonial-overlap-cta .left-col span.last-name {font-size: 24px;font-weight: 500;}
.testimonial-overlap-cta .left-col .position {font-size: 16px;}
.testimonial-overlap-cta .left-col-image-1 img {margin: auto;}
.testimonial-slider .right-col {animation-name: fadeIn;animation-duration: 2.5s;}

@media screen and (min-width: 1025px) {
  .testimonial-slider .left-col-1 {padding-right: 20px;}
  .testimonial-overlap-cta .left-col-image-1 img {margin: initial;}
  .testimonial-overlap-cta .left-col-2 {position: relative;padding-left: 20px;}
  .testimonial-overlap-cta .left-col-2::before {content: '';position: absolute;left: 0;width: 1px;height: 400%;}
  .testimonial-overlap-cta .left-col-2 .plain-text, .testimonial-overlap-cta .left-col-2 .plain-text p {font-size: 20px;}
  .testimonial-overlap-cta .right-col {position: absolute;bottom: 0;right: 0;}
}

@media screen and (max-width: 1024px) {
  .testimonial-slider .left-col-1 {padding-bottom: 20px;}
  .testimonial-overlap-cta .left-col {padding-top: 50px;padding-bottom: 40px;margin-top: 0px;}
  .testimonial-overlap-cta .plain-text, .testimonial-overlap-cta .plain-text p {font-size: 18px;}
  .testimonial-overlap-cta .right-col img {width: 50%;height: auto;margin-top: 0;}
  .testimonial-overlap-cta {background: #1D1F2B;}
  .testimonial-slider button.slick-prev.slick-arrow, .testimonial-slider button.slick-next.slick-arrow {top: 20px;}
  .testimonial-slider ul.slick-dots {top: 16px;}
}

@media screen and (max-width: 767px) {
  .testimonial-overlap-cta .plain-text, .testimonial-overlap-cta .plain-text p {font-size: 18px;}
  .testimonial-overlap-cta .right-col img {width: 75%;}
}

/* Team at work */
.team-at-work-wrap {column-count: 2;column-gap: 16px;}
.team-at-work-wrap .team-at-work-item {display: inline-block;margin-bottom: 16px;width: 100%;background-repeat: no-repeat;background-size: cover;background-position: center center;}
.team-at-work-item.item-height-1 {padding-bottom: 78%;}
.team-at-work-item.item-height-2 {padding-bottom: 66%;}
.team-at-work-item.item-height-3 {padding-bottom: 90%;}

@media (max-width: 767px) {
  .team-at-work-wrap {column-count: 1;}.team-at-work-item.item-height-1, .team-at-work-item.item-height-2, .team-at-work-item.item-height-3 {padding-bottom: 50%;}
}

/* Contact form */
.contact-form, .contact-form-details-heading, .contact-social-profiles ul, .contact-directions, .contact-lang-support {position: relative;}
.contact-form::before {content: '';position: absolute;top: 0;left: auto;right: 0;width: 1000%;height: 1px;background-color: #f2f2f2;}
.contact-form-details-heading::before, .contact-social-profiles ul::before, .contact-directions::before, .contact-lang-support::before {content: '';position: absolute;bottom: 0px;right: 0;top: auto;left: auto;width: 1000%;height: 1px;background-color: #f2f2f2;}
.contact-form-details-heading {padding: 10px 0;} 
.contact-social-profiles ul li, .contact-directions ul li {display: inline-block;font-size: 14px;padding: 10px 0;}
.contact-social-profiles ul li a, .contact-directions ul li a {vertical-align: middle;}
.contact-social-profiles svg {width: 15px;height: 15px;}
.contact-lang-support {font-size: 14px;padding: 10px 0;}
.contact-form-form form input[type=text], .contact-form-form form input[type=email], .contact-form-form form input[type=password], .contact-form-form form input[type=tel], .contact-form-form form input[type=number], .contact-form-form form input[type=file], .contact-form-form form select, .contact-form-form form textarea {border-bottom: 1px solid #000000;border-top: 1px solid #f2f2f2;border-left: 1px solid #f2f2f2;border-right: 1px solid #f2f2f2;}
.contact-form-form form textarea:focus-visible {border: 1px solid #438cca!important;outline: 0;}

@media screen and (max-width: 1024px) {
  .contact-form-details-heading::before, .contact-social-profiles ul::before, .contact-directions::before, .contact-lang-support::before {right: -60px;}
}

/* Google Maps */
.google-maps-embed {width: 100%;margin: auto;line-height: 0;}
.tab-contact-item-title > *, .tab-contact-item-text, .tab-contact-item-text > * {font-size: 16px;color: #000000;}

@media screen and (max-width: 767px) {
  .tab-contact-item:not(:last-of-type) {padding-bottom: 20px;}
}

@media screen and (min-width: 768px) {
  .tab-contact-item {padding-right: 50px;}
  .google-maps-heading {padding-left: 30px;}
}

/* Recent posts */
.recent-post-item-wrap {gap: 3%;}
.recent-post-item {flex-basis: calc(94% / 3);margin-bottom: 3%;background-color: #f2f2f2;transition: all 200ms ease;}
.recent-post-image {height: 280px;overflow: hidden;}
.recent-post-image img {object-fit: cover;object-position: top left;height: 280px;}
.recent-post-content {padding: 30px 30px 10px;}
.recent-post-name a, .recent-post-job-description, .recent-post-read-more a {color: #1d1f2b;}
.recent-post-read-more {padding: 10px 30px 30px;}
.recent-post-read-more a {font-size: 14px;}
.recent-post-cta a {font-size: 14px;color: #fff;text-transform: none;text-decoration: none;border: 0;border-radius: 50px;padding: 8px 28px;background-color: #6c0c73;}
.recent-post-item:hover .recent-post-name a, .recent-post-item:hover .recent-post-read-more a, .recent-post-item:hover .recent-post-job-description {color: #438cca;}
.recent-post-item:hover .image-hover-unset, .recent-post-item .image-hover-set {display: none;}
.recent-post-item:hover .image-hover-set {display: inline-block;}

@media screen and (max-width: 1024px) {
  .recent-post-item {flex-basis: calc(97% / 2);}
}

@media screen and (max-width: 767px) {
  .recent-post-item {flex-basis: 100%;}
}

/* blog post */
.hs-blog-post article .asset-download-block {max-width: 960px;margin: auto;}
.post-wrap {max-width: 700px;margin-left: auto;margin-right: auto;}
a.blog-related-posts__post-image-wrapper {display: block;height: 366px;overflow: hidden;background-repeat: no-repeat;background-size: cover;background-position: center center;}
.blog-related-posts__blog-author {display: inline-block;width: 46px;height: 46px;border: 1px solid #c1c1c1;border-radius: 99em;margin: 10px;overflow: hidden;}
.blog-related-posts__blog-author img {width: 48px;height: 48px;}
.blog-related-posts__read-more a {font-size: 14px;color: #1D1F2B;}

/* post summary */
.post-summary {max-width: 700px;}

/* Landing page - Fixed form */
.body-container--landing-page.landing-page-fixed > div {width: 55%;}

@media screen and (max-width: 1024px) {
  .body-container--landing-page.landing-page-fixed > div {width: 100%;}
}

/* Content cards */
.content-card-item {line-height: 1.6;flex-basis: 32%;border-radius: 5px;padding: 40px 20px;}
.content-card-text {color: #CCCCCC;}

@media screen and (max-width: 1024px) {
  .content-card-item:not(:last-of-type) {margin-bottom: 40px;}
}

/* Asset download guide */
.asset-download-guide .single-image img {width: 100%;max-width: 200px;}
.cta-link {padding: 8px 0;}
.asset-download-guide .cta-link a {font-size: 14px;font-weight: 400;text-decoration: underline;}

/* Icon cards */
.icon-cards-wrap {gap: 2%;}
.icon-card-item {position: relative;background-color: #fff;border: 1px solid #ccc;border-radius: 5px;padding: 20px;box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.1);}
.icon-card-item:not(:nth-last-child(-n+2)) {margin-bottom: 20px;}
a.icon-card-item-link {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.icon-card-image img {border-radius: 3px;max-width: 50px;height: auto;}

@media screen and (min-width: 1025px) {
  .icon-card-image img {width: 100%;}
}

@media screen and (max-width: 1024px) {
  .icon-card-item:not(:last-of-type) {margin-bottom: 20px;}
}

/* Content image */
.content-image .cta-link a {font-size: 14px;font-weight: 400;text-decoration: underline;}

/* About us block */
ul.partner-logos {padding-left: 0;list-style: none;}
ul.partner-logos li {display: inline-block;width: 19%;padding-right: 4%;}


/* CollabStack */
.contact-form-left { width: 50%; left: 0; float: left; position: absolute; bottom: -6px; background-repeat: no-repeat; background-size: cover; background-position: top right; height: 100%; }
.contact-form-left img { display: none; }
.contact-form-right { position: relative; z-index: 1; width: 50%; float: right; padding-left: 110px; }
.contact-form-title h2 { font-weight: 500; line-height: 40px; letter-spacing: -0.04em; }
.contact-form-content { font-size: 16px; line-height: 24px; letter-spacing: -0.02em; margin-top: 5px; margin-bottom: 35px; }
.contact-form-sec { position: relative; overflow: hidden; }
.contact-form-part form input[type=email],
.contact-form-part form input[type=file],
.contact-form-part form input[type=number],
.contact-form-part form input[type=password],
.contact-form-part form input[type=tel],
.contact-form-part form input[type=text],
.contact-form-part form select,
.contact-form-part form textarea { width: 100% !important; min-height: 48px; font-weight: 700; font-size: 16px; line-height: 19px; letter-spacing: -0.02em; border-bottom: 2px solid #f5532e; }

.contact-form-part .hs-form-field{ margin-bottom: 13px; }
.contact-form-part form .hs-button, .contact-form-part form input[type=submit] { background: linear-gradient(270deg, #FF421D 0%, #FF6915 100%); border-radius: 30px; width: 100%; padding: 18px 20px; font-weight: 700; font-size: 20px; line-height: 24px; text-align: center; letter-spacing: -0.02em; color: #FFFFFF; }
.contact-form-part .actions { margin-top: 30px; }
.contact-form-part form textarea { min-height: 109px; }
.cform-title h6 { font-weight: 800; line-height: 22px; letter-spacing: -0.03em; color: #000000; } 


.contact-form-part .legal-consent-container .hs-form-booleancheckbox-display input { display: none; }
.contact-form-part .legal-consent-container .hs-form-booleancheckbox-display input + span { display: flex; flex-wrap: wrap; align-items: center; cursor: pointer; min-height: 30px; margin-left: 0 !important; position: relative; padding-left: 35px; }
.contact-form-part .legal-consent-container .hs-form-booleancheckbox-display input + span:before { position: absolute; top: 0; left: 0; border: 2px solid #f5532e; border-radius: 50%; width: 28px; height: 28px; content:''; background-color: #fff; }
.contact-form-part .legal-consent-container .hs-form-booleancheckbox-display input + span:after { display: none; position: absolute; height: 12px; left: 8px; position: absolute; top: 8px; width: 12px; background-color: #f5532e; border-radius: 50%; content:''; }
.contact-form-part .legal-consent-container .hs-form-booleancheckbox-display input:checked + span:after { display: block; }
.contact-form-part .legal-consent-container .hs-form-booleancheckbox-display input + span p { margin-left: 0 !important; }
.contact-form-part .legal-consent-container .hs-form-booleancheckbox-display input + span p a { text-decoration: underline; color: #f5532e; }
.contact-form-part  ul.no-list.hs-error-msgs.inputs-list { display: none; }


.solution-collableft { width: 60%; float: left; padding-right: 100px; }
.solution-collabright { padding-left: 20px; width: 40%; float: left; }
.solution-cols { padding-top: 24px; padding-bottom: 37px; border-bottom: 1px solid #E0E0E0; display: flex; }

.solution-coltext p:last-child { margin: 0; }
.simple-title h2{ margin-bottom: 15px; font-weight: 400; line-height: 40px; letter-spacing: -0.04em; }
.simple-text { font-size: 16px; line-height: 24px; letter-spacing: -0.02em; }
.solution-number { word-break: normal; font-weight: 500; font-size: 90px; line-height: 90px; letter-spacing: -0.04em; background: linear-gradient(270deg, #FF421D 0%, #FF6915 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; ext-fill-color: transparent; }

.solution-content { margin-left: 20px; }
.solution-content h4 { font-weight: 500; margin-bottom: 8px; line-height: 30px; letter-spacing: -0.03em; color: #2D3644; }
.solution-coltext { max-width: 360px; }


.free-guide-left { width: 60%; float: left; padding-right: 150px; }
.free-guide-right { width: 40%; float: left; padding-left: 20px; text-align: center; }
.tag-line.free-guide-subtitle { font-weight: 700; margin-bottom: 8px; }
.free-guide-title h2 { margin-bottom: 15px; font-weight: 500; font-size: 72px; line-height: 60px; letter-spacing: -0.04em; }
.free-guide-text { max-width: 660px; letter-spacing: -0.02em; }
.free-guide-outer { display: flex; flex-wrap: wrap; align-items: center; }

.get-started-title { max-width: 720px; }
.get-started-text { max-width: 600px; }
.get-started-header { margin-bottom: 30px; }
.get-started-cols { display: flex; flex-wrap: wrap; position: relative; width: 32%; float: left; margin-right: 2%; margin-bottom: 30px; padding-bottom: 27px; border-bottom: 1px solid #E0E0E0; }
.get-started-cols:nth-child(3n){ margin-right: 0; }
.get-started-row { display: flex; flex-wrap: wrap; }
.get-started-btn { margin-top: 25px; }
.get-starte-icon { position: absolute; top: 6px; left: 0; width: 40px; min-height: 40px; margin-right: 10px;}
.get-starte-icon img { max-width: 40px !important; }
.get-starte-content { width: calc(100% - 50px); float: left; padding-left: 50px; }
.get-starte-content h4 { font-weight: 500; line-height: 30px; letter-spacing: -0.03em; }
.get-started-cols-text p:last-child { margin-bottom: 0; }
.get-started-cols-text { font-size: 16px; line-height: 24px; letter-spacing: -0.02em; }
.get-started-title.simple-title h2 { font-weight: 500; }


.partner-outer { border-radius: 40px; padding: 136px 65px 120px 100px; }
.partner-right { width: 30%; float: left; padding-left: 30px; }
.partner-left { width: 70%; float: left; }
.partner-image { position: relative; min-height: 361px; background-size: cover; background-position: top center; background-repeat: no-repeat; border-radius: 40px; }
.partner-imagetext { font-weight: 600; font-size: 12px; line-height: 22px; letter-spacing: -0.03em; position: absolute; background: #FFFFFF; width: calc(100% - 30px); z-index: 1; bottom: 20px; left: 15px; border-radius: 30px; padding: 9px 20px; }
.partner-imagetext span { background: linear-gradient(270deg, #FF421D 0%, #FF6915 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; }
.partner-subtitle { margin-bottom: 15px; font-weight: 800; font-size: 18px; line-height: 22px; letter-spacing: -0.03em; }
.partner-title h2 { margin-bottom: 8px; font-weight: 400; line-height: 40px; letter-spacing: -0.04em; }
.partner-quoted-by span { margin-bottom: 15px; display: block; font-weight: 600; font-size: 16px; line-height: 22px; letter-spacing: -0.03em; }
.partner-row .slick-dots { margin-top: 10px; }
.partner-cols { margin: 0 10px; }


.accordion-twocols-left { width: 50%; float: left; padding-right: 50px; }
.accordion-twocols-right { width: 50%; float: left; padding-left: 40px; }
.accordion-twocols-repeater { padding-left: 25px; padding-top: 14px; border-top: 1px solid #E0E0E0; padding-bottom: 36px; }
.accordion-twocols-repeater:last-child { border-bottom: 1px solid #E0E0E0; }
.accordion-twocols-repeater h4 { cursor: pointer; position: relative; letter-spacing: -0.03em; }
.accordion-twocols-repeater h4:before { position: absolute; top: 14px; left: -25px;  width: 13.5px; height: 1px; content: ''; }
.accordion-twocols-repeater h4:after { position: absolute; top: 8px; left: -19px;  width: 1px; height: 13.5px; content: ''; }
.accordion-repeatertext { margin-top: 20px; }
.accordion-repeatertext p:last-child { margin-bottom: 0; }

.image-collaouter { border-radius: 40px; padding: 79px 20px 20px; }
.image-collacols { text-align: center; margin-bottom: -100px; }


.collabtwocol-right { width: 60%; float: left; padding-right: 42px; }
.collabtwocol-left { width: 40%; float: left; }
.collabtwocol-img { padding: 127px 132px; border-radius: 40px; }
.collabtwocol-item { border-top: 1px solid #E0E0E0; padding-top: 20px; padding-bottom: 16px; }
.collabtwocol-item:last-child { border-bottom: 1px solid #E0E0E0; }
.collabtwocol-content p:last-child { margin-bottom: 0; }
.collabtwocol-lefttitle h4 { margin-bottom: 9px; letter-spacing: -0.03em; font-weight: 500; }
.collabtwocol-content { max-width: 375px; }




@media(max-width: 1200px){
  .partner-outer { padding: 136px 50px 120px 50px; }
  .partner-image { min-height: 280px; }
  .partner-title h2 { font-size: 32px; }
  
}

@media(max-width: 1024px){

  .get-starte-icon { margin-right: 0; min-height: auto; position: static; width: 100%; margin-bottom: 10px; }
  .get-starte-content { padding-left: 0; width: 100%; }
  .free-guide-title h2 { font-size: 54px; line-height: 56px; }
  .free-guide-left { padding-right: 120px; }
  .solution-number { font-size: 74px; }
  .contact-form-right { padding-left: 40px; }
  .contact-form-left { background: none !important; height: auto; }
  .contact-form-left img { display: block; }
  .solution-collableft { padding-right: 60px; }
  
  .partner-title h2 { line-height: 38px; font-size: 28px; }
  .partner-outer { padding: 80px 40px 80px; }
  
  .accordion-twocols-left { padding-right: 20px; }
  .accordion-twocols-right { padding-left: 20px; }
  
  .collabtwocol-img { padding: 70px 70px; }
}

@media(max-width: 991px){
  
  .free-guide-left { padding-right: 0; width: 100%; }
  .free-guide-right { padding-left: 0; width: 100%; margin-top: 40px; }
  
  .solution-collableft { padding-right: 0; width: 100%; margin-bottom: 40px; }
  .solution-collabright { padding-left: 0; width: 100%; }
  .solution-cols { padding-bottom: 30px; }
  
  .contact-form-right { padding-left: 0; width: 100%; margin-bottom: 40px; }
  .contact-form-left { position: static; width: 100%; display: flex; flex-wrap: wrap; order: 1; margin-bottom: -60px; }
  .contact-form-outer { display: flex; flex-wrap: wrap; }
  
  .partner-left { width: 100%; margin-bottom: 40px; }
  .partner-right { padding-left: 0; width: 100%; }
  .partner-image { margin-left: auto; max-width: 302px; margin-right: auto; }
  
  .accordion-twocols-left { padding-right: 0; width: 100%; }
  .accordion-twocols-right { padding-left: 0; width: 100%; margin-top: 40px; }
  .image-collaouter { padding: 50px 20px 20px; }
  
  .collabtwocol-right { padding-right: 0; width: 100%; }
  .collabtwocol-left { width: 100%; margin-top: 40px; }
  
}


@media(max-width: 767px){
  
  fieldset .input { margin-right: 0 !important; }
  .contact-form-part fieldset .hs-form-field , form fieldset .hs-form-field , form  .form-columns-2 .hs-form-field { float: none !important; width: 100% !important; }
  
  .simple-title h2 { line-height: 36px; }
  
  .get-started-cols { margin-right: 0; padding-bottom: 27px; width: 100%; }
  .get-started-btn { margin-top: 10px; }
  
  .contact-form-title h2 { line-height: 38px; }
  .free-guide-title h2 { font-size: 46px; line-height: 50px; }
  .contact-form-part form label { display: initial; }
  .partner-title h2 { font-size: 26px; line-height: 36px; }
  .partner-outer { padding: 50px 15px; }
  .partner-image { max-width: 210px; min-height: 250px; }  
  .partner-imagetext { left: 8px; padding: 9px 16px; width: calc(100% - 16px); }
  
  .image-collacols { margin-bottom: -60px; }
  .image-collaouter { padding: 30px 30px 20px; }
  .collabtwocol-img { padding: 50px 30px; }  
  .collabtwocol-item { padding-bottom: 13px; padding-top: 15px; }
  
}
  
@media(max-width: 480px){
  
  .solution-cols { display: block; }
  .solution-number { font-size: 66px; }
  .solution-content { width: 100%; margin-left: 0; }
  
  .partner-title h2 { font-size: 24px; line-height: 34px; }
  .collabtwocol-img { border-radius: 20px; padding: 40px 25px; }
  .image-collaouter { border-radius: 20px; }
}

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

@font-face {
  font-family: 'Gellix';
  src: url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/Gellix-Light.woff2') format('woff2'),
       url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/Gellix-Light.woff') format('woff'),
       url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/Gellix-Light.ttf') format('truetype');
  font-weight: 200;
}

@font-face {
  font-family: 'Gellix';
  src: url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/Gellix-LightItalic.woff2') format('woff2'),
       url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/Gellix-LightItalic.woff') format('woff'),
       url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/Gellix-LightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Gellix';
  src: url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/Gellix-Regular.woff2') format('woff2'),
       url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/Gellix-Regular.woff') format('woff'),
       url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/Gellix-Regular.ttf') format('truetype');
  font-weight: 300 400;
}

@font-face {
  font-family: 'Gellix';
  src: url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/Gellix-SemiBold.woff2') format('woff2'),
       url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/Gellix-SemiBold.woff') format('woff'),
       url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/Gellix-SemiBold.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'Gellix';
  src: url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/Gellix-SemiBoldItalic.woff2') format('woff2'),
       url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/Gellix-SemiBoldItalic.woff') format('woff'),
       url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/Gellix-SemiBoldItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Gellix';
  src: url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/Gellix-Bold.woff2') format('woff2'),
       url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/Gellix-Bold.woff') format('woff'),
       url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/Gellix-Bold.ttf') format('truetype');
  font-weight: 600 700;
}

@font-face {
  font-family: 'Open Sans';
  src: url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/OpenSans-Regular.woff2') format('woff2'),
       url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/OpenSans-Regular.woff') format('woff'),
       url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/OpenSans-Regular.ttf') format('truetype');
  font-weight: 300 400;
}

@font-face {
  font-family: 'Open Sans';
  src: url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/OpenSans-Medium.woff2') format('woff2'),
       url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/OpenSans-Medium.woff') format('woff'),
       url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'Open Sans';
  src: url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/OpenSans-Bold.woff2') format('woff2'),
       url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/OpenSans-Bold.woff') format('woff'),
       url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/OpenSans-Bold.ttf') format('truetype');
  font-weight: 600 700;
}

@font-face {
  font-family: 'Poppins';
  src: url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/Poppins-Bold.woff2') format('woff2'),
       url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/Poppins-Bold.woff') format('woff'),
       url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/raw_assets/public/Valprovia/font/Poppins-Bold.ttf') format('truetype');
  font-weight: 600 700;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  font-weight: 500;
  cursor: pointer;
}

a:hover:not(a.cta_button, .recent-post-cta a, .error-page a.button, .link-btn a, a.link-btn, a.previous-posts-link, a.next-posts-link) {
  color: #438cca !important;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  margin: 0;
}

.blog-content-wrapper h1,
.blog-content-wrapper h2,
.blog-content-wrapper h3,
.blog-content-wrapper h4,
.blog-content-wrapper h5,
.blog-content-wrapper h6 {
  margin: 0 0 1rem;
}

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

/* Smallprint */

.smallprint, 
.smallprint p {
  font-size: 14px;
  margin: 0;
}
button,
.button {
  font-weight: 500;
  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: 500;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* CTAs */

a.cta-blue-solid-rounded {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #438CCA;
  border: 0;
  border-radius: 50px;
  padding: 8px 15px;
  overflow: hidden;
/*   -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; */
  -webkit-transition: background-color 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: background-color 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: background-color 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86); 
}

a.cta-blue-solid-rounded:hover {
  background-color: #6C0C73;
  -webkit-transition: background-color 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: background-color 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: background-color 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86); 
}

/* a.cta-blue-solid-rounded::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #6C0C73;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition: transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

a.cta-blue-solid-rounded:hover::after {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
} */

.cta-module.cta-image a {
  position: relative;
  padding: 8px 45px 8px 15px;
}

.video-cta-module a {
  font-size: 14px;
  font-weight: 500;
  color: #1d1f2b;
}

/* Button link */

.link-btn > a {
  display: inline-block;
  color: #FFFFFF;
  background-color: #115496;
  border-radius: 3px;
  padding: 15px 40px;
  transition: all .2s ease-in-out;
}

.link-btn > a:hover {
  color: #FFFFFF;
  background-color: #30A9E0;
}
/* Fields */

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

/* Labels */

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

/* Help text */

form legend {
  font-size: 14px;
}

/* 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: 14px;
  padding: 0.7rem;
  width: 100%;
}

form input:focus-visible {
  outline: 0;
  border: 1px solid #438CCA !important;
}

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

form textarea {
  width: 100% !important;
  min-height: 130px; 
}

/* 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: 14px;
  margin: 0 0 0.8rem;
}

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg, 
.hs-error-msgs label {
  font-size: 12px;
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

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

table, 
td {
  width: 100% !important;
}

/* 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 {
  position: fixed;
  z-index: 99;
  width: 100%;
  padding: 20px 0;
  transition: all 0.2s ease-in-out;
}

body.is-sticky .header {
  box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
}

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

@media screen and (max-width: 1024px) {
  .header__logo.header__logo--main {width: 50%;padding: 0;}
}

/* Header container */

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

.header__row-1 > div {
  margin-left: 10px;
}

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

.header--toggle.header__navigation--toggle {
  display: none;
}

@media screen and (min-width: 1025px) {
  .header__column.hide-unset-md {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .menu-open .header--toggle.header__navigation--toggle {
    display: none;
  }

  .header__column {
    width: 100%;
  }
  
  .header__column.nav-options {
    width: 50%;
  }

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

  .header__row-2 {
    justify-content: center;
  }
}

/* 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 img {
  max-width: 100%;
}

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

/* Search bar */

.header__search--toggle {
  display: none;
}

.header__search {
  position: absolute;
  top: 110%;
  left: -2%;
  display: none;
  width: auto;
  background-color: #fff;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  overflow: hidden;
}

.header--toggle-search {
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .header--toggle-search:hover .header__search {
    display: block;
  }
}

.header--toggle-search:hover::before {
  content: '';
  position: absolute;
  top: 75%;
  left: -2%;
  width: 230px;
  padding-bottom: 12px;
  background-color: transparent;
}

.header__search .hs-search-field__input {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiMxZDFmMmIiPgogICAgPHBhdGggZD0iTTEwLjM2MzYgM0M4LjkwNzI1IDMgNy40ODM1NyAzLjQzMTg3IDYuMjcyNjMgNC4yNDA5OUM1LjA2MTcgNS4wNTAxMSA0LjExNzg5IDYuMjAwMTUgMy41NjA1NSA3LjU0NTY3QzMuMDAzMjIgOC44OTExOSAyLjg1NzQgMTAuMzcxOCAzLjE0MTUyIDExLjgwMDJDMy40MjU2NSAxMy4yMjg2IDQuMTI2OTYgMTQuNTQwNiA1LjE1Njc4IDE1LjU3MDRDNi4xODY2IDE2LjYwMDMgNy40OTg2NiAxNy4zMDE2IDguOTI3MDYgMTcuNTg1N0MxMC4zNTU1IDE3Ljg2OTggMTEuODM2IDE3LjcyNCAxMy4xODE2IDE3LjE2NjdDMTQuNTI3MSAxNi42MDkzIDE1LjY3NzEgMTUuNjY1NSAxNi40ODYyIDE0LjQ1NDZDMTcuMjk1NCAxMy4yNDM3IDE3LjcyNzIgMTEuODIgMTcuNzI3MiAxMC4zNjM2QzE3LjcyNzEgOC40MTA2OSAxNi45NTEzIDYuNTM3OCAxNS41NzAzIDUuMTU2ODhDMTQuMTg5NCAzLjc3NTk3IDEyLjMxNjUgMy4wMDAxMiAxMC4zNjM2IDNWM1oiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCI+PC9wYXRoPgogICAgPHBhdGggZD0iTTE1Ljg1NzMgMTUuODU4MkwyMSAyMS4wMDA5IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPgo8L3N2Zz4=");
  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: 3px 3px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1px solid #D1D6DC;
  border-radius: 3px;
  border-top-width: 1px;
  position: fixed;
  width: 230px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li:not(:nth-child(2)) {
  border-top: 1px solid #D1D6DC;
}

.header__search .hs-search-field__suggestions li {
  font-size: 0.75rem;
}

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

.hs-search-field__input {
  border: 0!important;
}

@media screen and (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: 230px;
  }
}

@media screen and (max-width: 1024px) {
  .header--toggle-search > svg {
    display: none;
  }
  
  .header__search {
    border-top: 0 solid #CED4DB;
    order: 1;
    padding: 0;
  }
  
  .header__search.header--element.open {
    max-width: 230px;
    left: auto;
    right: 0px;
  }
}

/* Language switcher */

.header__language-switcher--toggle {
  display: none;
}

body .globe_class {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojNDM4Q0NBO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KCS5zdDF7ZmlsbDpub25lO3N0cm9rZTojNDM4Q0NBO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMiwyLjJjLTUuNCwwLTkuOCw0LjQtOS44LDkuOGMwLDUuNCw0LjQsOS44LDkuOCw5LjhjNS40LDAsOS44LTQuNCw5LjgtOS44QzIxLjgsNi42LDE3LjQsMi4yLDEyLDIuMnoiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyLDIuMmMtMi43LDAtNS4zLDQuNC01LjMsOS44YzAsNS40LDIuNiw5LjgsNS4zLDkuOGMyLjcsMCw1LjMtNC40LDUuMy05LjhDMTcuMyw2LjYsMTQuNywyLjIsMTIsMi4yeiIvPgo8cGF0aCBjbGFzcz0ic3QxIiBkPSJNNS41LDUuNWMxLjgsMS4zLDQsMiw2LjUsMmMyLjUsMCw0LjctMC44LDYuNS0yIi8+CjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xOC41LDE4LjVjLTEuOC0xLjMtNC0yLTYuNS0yYy0yLjUsMC00LjcsMC44LTYuNSwyIi8+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMiwyLjJ2MTkuNSIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjEuOCwxMkgyLjIiLz4KPC9zdmc+Cg==");
  width: 24px;
  height: 24px;
}

body.menu-open .globe_class {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KCS5zdDF7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMiwyLjJjLTUuNCwwLTkuOCw0LjQtOS44LDkuOGMwLDUuNCw0LjQsOS44LDkuOCw5LjhjNS40LDAsOS44LTQuNCw5LjgtOS44QzIxLjgsNi42LDE3LjQsMi4yLDEyLDIuMnoiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyLDIuMmMtMi43LDAtNS4zLDQuNC01LjMsOS44YzAsNS40LDIuNiw5LjgsNS4zLDkuOGMyLjcsMCw1LjMtNC40LDUuMy05LjhDMTcuMyw2LjYsMTQuNywyLjIsMTIsMi4yeiIvPgo8cGF0aCBjbGFzcz0ic3QxIiBkPSJNNS41LDUuNWMxLjgsMS4zLDQsMiw2LjUsMmMyLjUsMCw0LjctMC44LDYuNS0yIi8+CjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xOC41LDE4LjVjLTEuOC0xLjMtNC0yLTYuNS0yYy0yLjUsMC00LjcsMC44LTYuNSwyIi8+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMiwyLjJ2MTkuNSIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjEuOCwxMkgyLjIiLz4KPC9zdmc+Cg==");
}

.header__language-switcher {
  line-height: 0;
  cursor: pointer;
}

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

.header__language-switcher .lang_list_class {
  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: 140%;
  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: 0;
  right: 0;
  top: -20px;
  width: 100%;
  border: 0;
  padding-top: 20px;
  margin: auto;
}    

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

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

.lang_list_class li.active-language {
  background-color: #dedede;
}

.header__language-switcher .lang_list_class li:first-child {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  border-radius: 3px 3px 0 0;
  border-top: 0;
}

.header__language-switcher .lang_list_class li:last-child {
  padding-top: 0.7rem;
  border-bottom: 0.7rem;
  border-radius: 0 0 3px 3px;
}

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

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  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;
}

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

@media screen and (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:before {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media screen and (max-width: 1024px) {
  .header--toggle.header__navigation--toggle, 
  .header__search--toggle {
    display: block;
  }
  
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }
  
  .header__navigation.open {
    padding: 20px 0;
  }

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

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    line-height: 0;
    cursor: pointer;
    position: relative;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
  }
  
  .header__navigation--toggle.open .menu-toggler-open, 
  .header__navigation--toggle.open .menu-toggler-close {
    display: none;
  }
  
  .header__navigation--toggle.open .menu-toggler-close {
    display: block;
  }

  .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__language-switcher--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojNDM4Q0NBO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KCS5zdDF7ZmlsbDpub25lO3N0cm9rZTojNDM4Q0NBO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMiwyLjJjLTUuNCwwLTkuOCw0LjQtOS44LDkuOGMwLDUuNCw0LjQsOS44LDkuOCw5LjhjNS40LDAsOS44LTQuNCw5LjgtOS44QzIxLjgsNi42LDE3LjQsMi4yLDEyLDIuMnoiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyLDIuMmMtMi43LDAtNS4zLDQuNC01LjMsOS44YzAsNS40LDIuNiw5LjgsNS4zLDkuOGMyLjcsMCw1LjMtNC40LDUuMy05LjhDMTcuMyw2LjYsMTQuNywyLjIsMTIsMi4yeiIvPgo8cGF0aCBjbGFzcz0ic3QxIiBkPSJNNS41LDUuNWMxLjgsMS4zLDQsMiw2LjUsMmMyLjUsMCw0LjctMC44LDYuNS0yIi8+CjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xOC41LDE4LjVjLTEuOC0xLjMtNC0yLTYuNS0yYy0yLjUsMC00LjcsMC44LTYuNSwyIi8+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMiwyLjJ2MTkuNSIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjEuOCwxMkgyLjIiLz4KPC9zdmc+Cg==);
    background-size: cover;
    height: 24px;
    width: 24px;
  }

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

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

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

  .header__close--toggle.show {
    display: block;
  }
}


/* Secondary Navigation */

.navigation-menu .social-links {
  position: absolute;
  bottom: 0;
}

.navigation-menu .social-links ul {
  padding: 0 50px;
  list-style-type: none;
}

.navigation-menu .social-links ul li {
  display: inline-block;
  margin-right: 20px;
}

.navigation-menu .social-links ul li a {
  font-weight: 500;
  color: #ffffff;
}

.header__navigation-secondary {
  display: none;
}

@media screen and (max-width: 1024px) {
  .navigation-menu .social-links ul {
    padding: 0;
  }
}

/* Header */

body.menu-open {
  overflow: hidden;
}

.hero-padding-left-inner {
  padding: 15px;
}

.primary-logo, .secondary-logo {
  width: 50%;
  padding: 2vw;
  padding-left: calc(50% - 750px);
}

.primary-logo .hs_cos_wrapper_type_logo, .secondary-logo .hs_cos_wrapper_type_logo {
  display: block;
  line-height: 0;
  padding: 0 15px;
}
.primary-logo .hs_cos_wrapper_type_logo a, .secondary-logo .hs_cos_wrapper_type_logo a {
  display: inline-block;
}

/* Navigation Bar */

.top-nav .menu-toggler {
  -webkit-appearance: none;
  appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  outline: 0;
  background-color: transparent;
  padding: 5px 0 5px 5px;
}

.top-nav .menu-toggler .navbar-icon {
  height: 40px;
  width: 40px;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.top-nav .menu-toggler .navbar-icon span {
  height: 4px;
  width: 20px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.dark-layout .top-nav .menu-toggler .navbar-icon span, .dark-layout-alt .top-nav .menu-toggler .navbar-icon span, .body--search-page .top-nav .menu-toggler .navbar-icon span {
  background-color: #121212;
}
.dark-layout-alt .top-nav .menu-toggler .navbar-icon span {
  background-color: #FFFFFF;
}

body.menu-open .top-nav .menu-toggler .navbar-icon span {
  background-color: #000000;
}

.top-nav .menu-toggler .navbar-icon>span:nth-child(1) {
  transform: translate(0px,5px);
}

.top-nav .menu-toggler .navbar-icon > span:nth-child(2) {
  margin: 5px auto;
  transform: rotate(90deg);
  top: -4px;
}

.navbar {
  position: relative;
  z-index: 99;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* Navigation Menu */

.navigation-menu {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 98;
}
.navigation-menu .navigation-bg {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  height: 100%;
  z-index: -1;
}
.navigation-menu .navigation-bg.one {
  width: 0;
  background-color: #438cca;
}
.navigation-menu .navigation-bg.two {
  width: 0;
  background-color: #1D1F2B;
}

@media screen and (min-width: 1025px) {
  .navigation-menu .navigation-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.navigation-menu-inner {
  position: relative;
  height: 100vh;
  padding-left: calc(50% - 750px);
  overflow: scroll;
}
.navigation-menu-inner::-webkit-scrollbar {
  display: none;
}
.navigation-menu-inner {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.navigation-menu .navigation-primary, .navigation-menu .navigation-secondary {
  position: relative;
}
.navigation-menu .navigation-primary .menu-link {
  font-size: 40px;
  color: #ffffff;
  text-transform: normal;
  display: block;
}
.navigation-menu .navigation-secondary .menu-link {
  font-size: 18px;
  color: #fff;
  text-transform: none;
  display: block;
}
.navigation-menu .navigation-primary .menu-link:hover, 
.navigation-menu .navigation-secondary .menu-link:hover, 
.navigation-menu .navigation-primary .menu-link.submenu-open {
  color: #2d77f3;
}
.navigation-primary .submenu.level-1 > li > a.active-item, .navigation-secondary .submenu.level-1 > li > a.active-item {
  color: #2d77f3;
}
.navigation-secondary .submenu.level-1 > li > a.active-item::after {
  display: none;
}
.header--toggle-search {
  padding: 0 5px;
}

/* Open/close Animation */

.header--toggle-search svg, 
.navigation-controls button svg, 
.header__search--toggle svg, 
svg.menu-toggler-open, 
svg.menu-toggler-close {
  stroke: #1D1F2B;
}

body.menu-open svg.menu-toggler-open, 
svg.menu-toggler-close {
  display: none;
}

body.menu-open svg.menu-toggler-close {
  display: block;
}

body.menu-open .header--toggle-search svg, 
body.menu-open .navigation-controls button svg  {
  stroke: #ffffff;
}

.menu-open .top-nav .menu-toggler .navbar-icon span:nth-child(1) {
  transform: rotate(45deg);
  top: 5px;
}

.menu-open .top-nav .menu-toggler .navbar-icon>span:nth-child(2) {
  margin: 5px auto;
  transform: rotate(135deg);
  top: -4px;
}

.menu-posts-listing {
  width: 40%;
  height: 100vh;
  opacity: 0;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.menu-posts-listing::-webkit-scrollbar {
  display: none;
}
.menu-posts-item {
  width: 75%;
  margin: auto;
}
.menu-posts-heading h4 {
  font-size: 25px;
  line-height: 32px;
}
.menu-posts-heading h4 a {
  color: #000000;
}
.menu-posts-heading h4 a:hover {
  color: #2d77f3;
}
.menu-posts-image {
  position: relative;
  height: 16vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.navigation-menu .navigation-menu-wrap {
  height: 100vh;
  position: absolute;
  right: 0;
  width: 60%;
}

.navigation-menu-wrap li.menu__item {
  display: block;
  padding: 0;
  margin-bottom: 20px;
}

.navigation-menu li.menu__item .menu__link {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
}

.header__column.nav-options {
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 1799px) {
  .navigation-menu-inner, .primary-logo, .secondary-logo {
    padding-left: calc(50% - 600px);
  }
  .navigation-controls {
    padding-right: calc(50% - 600px);
  }
  .menu-posts-heading h4 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1230px) {
  .navigation-menu-inner, .primary-logo, .secondary-logo {
    padding-left: calc(50% - 500px);
  }
  .navigation-controls {
    padding-right: calc(50% - 500px);
  }
}

@media screen and (max-width: 1024px) {
  .navigation-menu-inner, .primary-logo, .secondary-logo {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .navigation-menu .navigation-bg.one, .navigation-menu .navigation-bg.two {
    background-color: #1d1f2b;
  }
}

@media screen and (max-width: 991px) {
  header.header {
    padding: 20px 0;
  }
  .hero-padding-left-inner {
    padding: 150px 15px 50px;
  }
  [id*="header-cta"] .cta_button[class*="-cta"] {
    font-size: 16px;
    padding: 10px 10px;
  }
/*   .navigation-menu-inner, .primary-logo, .secondary-logo {
    padding-left: calc(50% - 370px);
  } */
  .navigation-controls {
    padding-right: calc(50% - 370px);
  }
  .navigation-menu .navigation-primary .menu-link {
    font-size: 30px;
  }
  .top-nav .menu-toggler .navbar-icon {
    width: 45px;
  }
  .top-nav .menu-toggler .navbar-icon > span:nth-child(2) {
    margin: 6px auto;
  }
  body.menu-open .top-nav .menu-toggler .navbar-icon span, .dark-layout-alt.menu-open .top-nav .menu-toggler .navbar-icon span {
    background-color: #ffffff;
  }
  .menu-posts-listing {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .navigation-menu .navigation-menu-wrap {width: 100%;}
  [id*="header-cta"] {display: none;}
}

@media screen and (max-width: 767px) {
  .header--toggle.header__navigation--toggle {
    display: none;
  }

  .navigation-menu-wrap li.menu__item {
    margin-bottom: 25px;
  }
  
  .navigation-menu li.menu__item .menu__link {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    padding: 0;
  }
  
  .navigation-menu .social-links {
    position: static;
    padding-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .top-nav .menu-toggler {
      padding: 4px 8px 0px 5px;
  }
  .top-nav .menu-toggler .navbar-icon {
    width: 30px;
    height: 30px;
  }
  .top-nav .menu-toggler .navbar-icon span {
    width: 23px;
  }
  [id*="header-cta"] .cta_button[class*="-cta"] {
    font-size: 12px;
    padding: 10px;
  }
}

@media screen and (max-width: 320px) {
  [id*="header-cta"] .cta_button[class*="-cta"] {
      padding: 5px 2px;
  }
  .navigation-menu .navigation-secondary .menu-link, .menu-cta .cta_button[class*="-cta"], [class*="video-popup-"] {
    font-size: 16px;
  }
}

.navigation-menu .menu--desktop, 
.navigation-menu .social-links {
  opacity: 0;
}

.navigation-bg.one {
  background-image: url('https://25385986.fs1.hubspotusercontent-eu1.net/hubfs/25385986/Valprovia%20Theme%20%5BSC%5D/images/logo-white.svg');
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: 10% center;
}

@media screen and (max-width: 1024px) {
  .navigation-bg.one {background-image: none;}
}

/* Header CTA */

@media screen and (max-width: 1150px) {
  a.cta-blue-solid-rounded {font-size: 0.7rem;}
}

@media screen and (max-width: 767px) {
  .header--cta {display: none;}
}

/* Landing Page */

@media screen and (max-width: 1024px) {
  .hs-landing-page > header.header .header__container #hs_cos_wrapper_site_logo {
    padding-left: 0 !important;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

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

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