/* 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;
  vertical-align: middle;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

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

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

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

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

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

body {
  line-height: 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 {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

ul li, ol li {
  color: #425b76;
  margin: 0 0 1.4rem;
}

ul li::marker, ol li::marker {
  color: inherit;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 0.75rem;
  text-decoration: none;
  background-color: #425b76;
  border: 2px solid #425b76;
  border-radius: 0px;
  padding: 7px 25px;
  font-weight: 700;
  letter-spacing: 0.063rem;
  transition: all 250ms ease;
  font-family: Ubuntu;
}

button:hover,
.button:hover {
  font-weight: 700;
  color: #425b76;
  background-color: #FFFFFF;
  border: 2px solid #425b76;
}

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

/* No button */

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

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

/* Labels */

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

form label span {
  font-weight: 700;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

div[id^="__lpform_firstname"] {
  display: none;
  border: 2px solid red;
}

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

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

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

/* Captcha */

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

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

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

/* Header DND sections */

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

/* Header container */

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

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

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

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

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

  .header__column {
    position: relative;
  }

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

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

/* Navigation skipper */

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

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

/* Logo */

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

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

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

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

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

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

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

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

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

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

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

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

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

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

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

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

/* Language switcher */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .header__close--toggle.show {
    display: block;
  }
}
/* Menu and simple menu */

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

@media (max-width: 768px) {
  .hs-menu-wrapper ul {
    gap: 0;
  }
}

.hs-menu-wrapper ul.hs-menu-children-wrapper {
  gap: 10px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  transform: translateX(-20px);
}

@media (max-width: 768px) {
  .hs-menu-wrapper ul.hs-menu-children-wrapper {
    background-color: transparent;
  }
}

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









/* 1a. Containers */




/* 1b. Colors */





/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */









.hs-cta-wrapper {
  display: block;
}

.hs-cta-wrapper > span {
  display: block;
}

span.close {
  font-size: 2.5rem;
  position: absolute;
  top: 3.125rem;
  right: 3.125rem;
  z-index: 1002;
  cursor: pointer;
  display: none;
}

.no-scroll {
  overflow: hidden;
}

.content-wrapper {
  max-width: 1272px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1272px;
}





html {
  
  font-size: 16px;
}

@media (max-width: 991px) {
  html {
    font-size: 13px;
  }
}

body {
  font-family: Ubuntu, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #425b76;
  font-size: 18px;
}

/* Paragraphs */

p {
  font-family: Ubuntu, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  line-height: 1.375;
  letter-spacing: 0;
}

.cta {
  line-height: 1;
  letter-spacing: 1px;
  white-space: nowrap;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Ubuntu, sans-serif; font-style: normal;
  color: #fff;
}

/* a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: Ubuntu, sans-serif; font-style: normal;
  color: #fff;
} */

a:active {
  font-weight: normal; text-decoration: none; font-family: Ubuntu, sans-serif; font-style: normal;
  color: #fff;
}

/* Headings */

h1,
.h1 {
	font-weight: 700; text-decoration: none; font-family: Ubuntu, sans-serif; font-style: normal;
	color: #425b76;
	font-size: 55px;
	text-transform: none;
	line-height: 1.0625;
	letter-spacing: 0;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: Ubuntu, sans-serif; font-style: normal;
  color: #425b76;
  font-size: 45px;
  text-transform: none;
  line-height: 1.125;
  letter-spacing: 0;
}

h3,
.h3 {
  font-weight: 600; text-decoration: none; font-family: Ubuntu, sans-serif; font-style: normal;
  color: #425b76;
  font-size: 25px;
  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0.5px;
}

h4,
.h4 {
  font-weight: 600; text-decoration: none; font-family: Ubuntu, sans-serif; font-style: normal;
  color: #425b76;
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 1.5px;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Ubuntu, sans-serif; font-style: normal;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Ubuntu, sans-serif; font-style: normal;
  color: #425b76;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #ffffff;
}











form,
.submitted-message {
  font-family: Ubuntu, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #ffffff;
}

/* Labels */

form label {
	display: flex;
	align-items: center;
	
	color: #fff;
}

/* Help text */

form legend {
  color: #425b76;
}

/* 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 textarea {
  width: 100% !important;
  border: 2px solid #161B30;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	background-color: transparent;
  color: #425b76;
  border-radius: 0px;
	border: 3px solid #ebf892;
}

form select {
	width: 100% !important;
    color: #fff;
	border: 3px solid #ebf892;
	background-color: transparent;
}

form .legal-consent-container p {
    color: #fff;
}

form .legal-consent-container p a,
form .legal-consent-container a {
    text-decoration: underline;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #425b76;
}

::-moz-placeholder {
  color: #425b76;
}

:-ms-input-placeholder {
  color: #425b76;
}

::placeholder {
  color: #425b76;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #425b76;
}

.fn-date-picker td.is-selected .pika-button {
  background: #425b76;
}

.fn-date-picker td .pika-button:hover {
  background-color: #425b76 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #425b76;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  

  color: #fff;
  font-size: 0.75rem;
  display: inline-block;
  text-decoration: none;
  background-color: #425b76;
  border: 2px solid #161b30;
  border-radius: 0px;
  padding: 10px 25px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 250ms ease;
	
  text-transform: uppercase;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  color: #425b76;
  background-color: #fff;
  border-color: #425b76;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(106, 131, 158, 1.0);
  border-color: ;
}





/* Table */

table {
  border: 1px solid #425b76;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #425b76;

  padding: 18px;

  border-color: ;
  color: #425b76;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(66, 91, 118, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #425b76;
}





.header {
  background-color: rgb(0 0 0 / 0%);
  padding: 24px 0;
  transition: all 0.3s ease;
}

header.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 260;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #FFFFFF;
  font-family: Ubuntu;
}

.menu__child-toggle-icon {
  border-top-color: #FFFFFF;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #d7d7d7;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #d7d7d7;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #ffffff;
}

.menu__child-toggle-icon:active {
  border-top-color: #ffffff;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #FFFFFF;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px none #425b76;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px none #425b76;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #FFFFFF;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Ubuntu;
}

.header__language-switcher-label-current:after {
  border-top-color: #FFFFFF;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #FFFFFF;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(40, 70, 141, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #ffffff;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #425b76;
}

.blog-post__tag-link {
  color: #425b76;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #1a334e;
}

.blog-post__tag-link:active {
  color: #6a839e;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 700; text-decoration: none; font-family: Ubuntu, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #425b76;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #1a334e;
}

.blog-related-posts__title-link:active {
  color: #6a839e;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #fff;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #d7d7d7;
}

#comments-listing .comment-reply-to:active {
  color: #ffffff;
}





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: Ubuntu, sans-serif; font-style: normal;
  color: #425b76;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-weight: 700; text-decoration: none; font-family: Ubuntu, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #425b76;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #1a334e;
}

.blog-index__post-title-link:active {
  color: #6a839e;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #425b76;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #425b76;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #1a334e;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #6a839e;
}

.pagination__link-icon svg {
  fill: #425b76;
}

/* Pricing card */

.card__price {
  font-weight: 600; text-decoration: none; font-family: Ubuntu, sans-serif; font-style: normal;
  color: #425b76;
  font-size: 25px;
}

.card__body svg {
  fill: #425b76;
}

/* Social follow */

.social-links__icon {
  background-color: #425b76;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #1a334e;
}

.social-links__icon:active {
  background-color: #6a839e;
  font-weight: 600; text-decoration: none; font-family: Ubuntu, sans-serif; font-style: normal;
  color: #425b76;
  font-size: 25px;
}


body {
  overflow-x: clip;
}

#fullscreen-menu .expand {
  display: none;
}

.body-wrapper {
  overflow: hidden;
}

div#hs-eu-cookie-confirmation {
    background-image: linear-gradient(160deg, #ebf98205, #54dadf26) !important;
    border-radius: 25px !important;
}

button#hs-eu-confirmation-button {
    background-color: #1f4659 !important;
    border: none !important;
}


/* ========= Video Popup -================ */
#videoPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Dimmed background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Ensure it's above other content */
}

#videoContainer {
    position: relative;
    width: 85%; /* Adjust based on your needs */
    max-height: 80%; /* Adjust based on your needs */
    z-index: 1001; /* Above the overlay */
}

#videoContainer iframe {
    width: 100%;
    height: 100%;
}

#closePopup {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1500;
    cursor: pointer;
}

@media (min-width: 1400px) {
  #videoContainer {
      position: relative;
      width: 60%; /* Adjust based on your needs */
  }
}


/* ==== End Popup Video CSS ====== */

#fullscreen-menu .hs-item-has-children .hs-menu-children-wrapper {
  gap: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  left: -100vw;
  top: 0;
  position: fixed;
  background-color: #ffffff;
  transition: left 250ms ease;
}

#fullscreen-menu .hs-item-has-children .hs-menu-children-wrapper.open {
  left: 0;
  transform: translateX(0px);
}


#fullscreen-menu .hs-item-has-children .hs-menu-children-wrapper.open .close {
  font-size: 40px;
}


#fullscreen-menu .hs-item-has-children .hs-menu-children-wrapper.open li,
#fullscreen-menu .hs-item-has-children .hs-menu-children-wrapper.open h2 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

#fullscreen-menu .hs-item-has-children .hs-menu-children-wrapper.open li {
  margin-bottom: 15px;
}

#fullscreen-menu .hs-item-has-children .hs-menu-children-wrapper.open h2 {
  font-size: 40px;
  margin-bottom: 35px;
}

#fullscreen-menu .hs-item-has-children .hs-menu-children-wrapper a {
  font-size: 30px;
  color: #425b76;
  text-transform: unset;
}

strong {
  font-weight: 700 !important;
}

.altron-cta-wrapper {
    max-width: 1360px;
    margin: 70px auto 0 auto;
}

.hero-banner-cta {
    align-items: center;
    background: #ebf892;
    border-radius: 8px;
    color: #1f4659;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    gap: 10px;
    margin: 30px 0 0 0;
    max-width: fit-content;
    padding: 14px 30px 14px 18px;
    transition: all .3s ease-in-out;
}


.hero-banner-cta:hover {
    background: #1f4659;
    color: #fff;
}

.hero-banner-cta svg {
	width: 24px;
	height: 24px;
}

.hero-banner-cta svg g {
    stroke: #1f4659;
	  transition: all .3s ease-in-out;
}

.hero-banner-cta:hover svg g {
    stroke: #fff;
}

/* =========== Press Release Article ============ */

.press-release-article {
    padding: 100px 0;
}


/* ========== End Press Release Article ========== */


.main-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  position: relative;
}

.main-navigation .logo-company-name {
  margin-bottom: 0px;
}

.main-navigation .menu {
  display: flex;
  gap: 3rem;
}

.main-navigation .menu li {
  margin-bottom: 0px;
}

.main-navigation .mobile-menu {
  display: none;
}

@media (max-width: 768px) {
  .main-navigation .mobile-menu {
    display: block;
    position: absolute;
    z-index: 1002;
    top: 30px;
    right: 0;
    margin: auto;
  }
}

@media (max-width: 768px) {
  .main-navigation .menu {
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    right: -100%;
    top: 0px;
    height: 100vh;
    width: 80vw;
    gap: 0;
    background-color: #fff;
    z-index: 1001;
    padding-top: 107px;
    transition: all 250ms ease;
  }
}

@media (max-width: 768px) {
  .main-navigation .menu.open {
    right: 0%;
  }
}

@media (max-width: 768px) {
  .main-navigation .menu > span {
    display: block;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .main-navigation .menu .hs-item-has-children .hs-menu-children-wrapper {
    display: none;
  }
}

@media (max-width: 768px) {
  .main-navigation .menu .hs-item-has-children .hs-menu-children-wrapper a {
    padding-left: 2.5rem;
  }
}

.main-navigation .menu a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #FFFFFF;  
}

@media (max-width: 768px) {
  .main-navigation .menu a {
    display: block;
    font-size: 1.2rem;
    padding: 1.30rem 1.5rem;
    border-bottom: 1px solid #efefef;
  }
}

.main-navigation .menu .hs-item-has-children .expand {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
/*   height: 100%; */
  z-index: 1001;
  border-left: 1px solid #efefef;
}

@media (max-width: 768px) {
  .main-navigation .menu .hs-item-has-children .expand {
    display: flex;
    font-size: 1.625rem;
    padding: 1.04rem 1.55rem;
    align-items: center;
    justify-content: center;
  }
}

.main-navigation .menu .search-icon {
  cursor: pointer;
}

.main-navigation .search-container {
  position: absolute;
  right: 0px;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  max-width: 0px;
  overflow: hidden;
  z-index: 1002;
  transition: all 250ms ease;
}

.main-navigation .search-container.search-open {
  max-width: 340px;
}

@media (max-width: 768px) {
  .main-navigation #search-toggle {
    position: absolute;
    top: 35px;
    left: 20px;
  }
}

.hs-search-field {
  width: 100%;
}

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__bar .close-search {
  position: absolute;
  right: 0px;
  top: 10px;
  cursor: pointer;
}

.main-navigation .search-container .hs-search-field__suggestions {
  display: none;
}

.main-navigation .search-container form input[type=text] {
  width: 100%;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-radius: 0;
  font-weight: 700;
  border-bottom: 2px solid #fff;
}

.main-navigation .search-container form input[type=text]:focus {
  outline: none;
  border-bottom: 2px solid #fff;
}








.hero-banner {
  min-height: 50px;
  display: grid;
  gap: 130px;
  
  grid-template-columns: minmax(auto, 370px) 1fr;
}

/* @media (max-width: 1366px) {
  .hero-banner {
    padding-left: 20px;
    padding-right: 20px;
  }
} */

@media (max-width: 1366px) {
  .hero-banner {
    gap: 50px;
  }
}

@media (max-width: 991px) {
  .hero-banner {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}

.hero-banner.reverse {
  grid-template-columns: 1fr minmax(auto, 370px);
}

@media (max-width: 991px) {
  .hero-banner.reverse {
    grid-template-columns: 1fr;
  }
}

.hero-banner.stacked {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  gap: 0px;
  grid-template-columns: 0fr;
}

.hero-banner .image.middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-banner .image.bottom {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .hero-banner .image {
    display: flex;
    justify-content: center;
  }
}

.hero-banner.reverse .image {
  grid-column: 2 / 3;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .hero-banner.reverse .image {
    grid-column: unset;
  }
}


@media (max-width: 991px) {
  .hero-banner.reverse .image img {
    width: 100%;
  }
}

.hero-banner.stacked .image {
  grid-row: -1 / -1;
  grid-column: -1 / -1;
  display: flex;
  justify-content: center;
}

.hero-banner .content {
  display: flex;
  flex-direction: column;
}

.hero-banner .content.middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-banner .content.bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hero-banner.reverse .content {
  grid-column: 1 / 2;
  grid-row: 1;
}

@media (max-width: 991px) {
  .hero-banner.reverse .content {
    grid-column: unset;
    grid-row: unset;
  }
}

.hero-banner.stacked .content {
  grid-row: -1 / -1;
  grid-column: -1 / -1;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-banner .content .inner-content {
  flex: 1;
}

.hero-banner .content.middle .inner-content {
  flex: unset;
}

.hero-banner .content.bottom .inner-content {
  flex: unset;
}

.hero-banner.stacked .content .inner-content {
  flex: unset;
}

.hero-banner .content .inner-content p {
  line-height: 1.563rem;
  margin-bottom: 0.5rem;
}

.hero-banner .content .inner-content ul {
  margin-left: 0rem;
  padding-left: 1.25rem;
}

.hero-banner .content .inner-content ul li {
  margin-bottom: 0.625rem;
}

.hero-banner .content .cta-container {
  display: flex;
  gap: 1.563rem;
  margin-top: 2.188rem;
}

@media (max-width: 480px) {
  .hero-banner .content .cta-container {
    flex-direction: column;
    align-items: center;
  }
}








.cta-strip {
  display: flex;
  gap: 1.563rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  
  margin: 0 auto;
  padding: 0 1rem;
}

@media (max-width: 480px) {
  .cta-strip {
    flex-direction: column;
  }
}

.cta-strip .content {
  width: 100%;
  max-width: 765px;
}

@media (max-width: 480px) {
  .cta-strip .content {
    text-align: center;
  }
}

.cta-strip .content *:last-child {
  margin-bottom: 0px;
}







.slider {
  max-width: 800px;
  margin: auto;
  position: relative;
}

.slider .content {
  margin-bottom: 45px;
}

.slider .content * {
  margin-bottom: 0px;
}

.logo-slider .image {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  padding: 0px;
  gap: 20px;
  margin: 70px 0 0;
  list-style: none;
}

.slick-dots .slick-active button {
  font-weight: 700;
}

.slick-dots button {
  border: none;
  outline: none;
  padding: 0px;
  font-weight: 400;
  font-size: 1rem;
  background-color: transparent;
}


.slider .arrows {
  display: flex;
  gap: 0.625rem;
  position: absolute;
  right: -105px;
  bottom: 0px;
}

.slider .arrows .slick-arrow {
  width: 100%;
  max-width: 3.063rem;
  cursor: pointer;
}



form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=tel], form input[type=text], form select, form textarea{
border-radius: 10px;
}

.banner-form .form .actions input[type=submit], .form .actions .hs-button{
border-radius: 10px;
}








.info-blocks-container {
  position: relative;
}

.info-blocks-container #arrows {
  display: flex;
  gap: 0.625rem;
  position: absolute;
  right: 0px;
  bottom: -15px;
}

.info-blocks-container #arrows .slick-arrow {
  width: 100%;
  max-width: 3.063rem;
  cursor: pointer;
}

.info-blocks-container .slick-dots li.slick-active button {
  font-weight: 700;
}

.info-blocks-container .slick-dots li button {
  font-weight: 400;
  font-size: 1rem;
  color: #425b76;
}

.info-blocks-container .info-block {
  text-align: center;
  padding: 0 10px;
}

.info-blocks-container .image {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 35px;
}

.info-blocks-container .social-icon {
  width: 70px;
  height: 70px;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  background-color: #E1E5EA;
}

.info-blocks-container .social-icon a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-blocks-container .social-icon a span {
  display: block;
  width: 100%;
  height: 100%;
}

footer .inner-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 1fr));
  min-height: 50px;
  gap: 1.25rem;
  
}

@media (max-width: 768px) {
  footer .inner-container {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}

@media (max-width: 480px) {
  footer .inner-container {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
  }
}

.footer .inner-container .footer-column  {

}

.footer .inner-container .footer-column header {
  margin-bottom: 2.188rem;
}

.footer .inner-container .footer-column .menu ul {
  flex-direction: column;
  gap: 1.25rem;
}

.footer .inner-container .footer-column .menu ul li {
  margin-bottom: 0px;
}

.footer .inner-container .footer-column .menu ul a {
  color: #ffffff;
  font-size: 1rem;
}


.footer .inner-container .footer-column .city {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.footer .inner-container .footer-column .social-inner-container {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  margin-bottom: 5rem;
}

.footer .inner-container .footer-column .social-inner-container .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.188rem;
}

.footer .inner-container .footer-column .social-inner-container .icon span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .inner-container .footer-column .social-inner-container .icon span svg {
  width: 100%;
  max-width: 20px;
}

.social-platforms input[name="email"] {
  outline: none;
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 0px;
}


.social-platforms form input[type=submit],
.social-platforms form .hs-button {
  outline: none;
  border-radius: 0px;
  font-weight: 700;
  text-transform: uppercase;
  color: #425b76;
  font-size: 0.75rem;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #fff;
  letter-spacing: 0.063rem;
  border-radius: 0px;
  padding: 16px 25px;
  font-weight: 700;
  transition: all 250ms ease;
  font-family: Ubuntu, sans-serif;
}


.social-platforms form input[type=submit]:hover,
.social-platforms form .hs-button:hover {
  color: #fff;
  border: 2px solid #425b76;
  background-color: #425b76;
}




.accordion-wrapper .accordion {
  display: grid;
  gap: 35px;
  padding: 1.875rem;
  grid-template-columns: 65px 1fr;
  border-radius: 4px;
}

.accordion-wrapper .accordion.open {
  background-color: #E1E5EA;
}

.accordion-wrapper .accordion .actions button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  font-weight: 700;
  font-size: 2.5rem;
  outline: none;
  border: none;
  border-radius: 4px;
  padding: 0px;
  cursor: pointer;
  color: #425b76;
  background-color: #E1E5EA;
}

.accordion-wrapper .accordion .actions button::after {
  content: '+';
}

.accordion-wrapper .accordion.open .actions button {
  background-color: #fff;
}

.accordion-wrapper .accordion.open .actions button::after {
  content: '-';
}

.accordion-wrapper .accordion .content-container .title {
  margin-top: 17px;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .accordion-wrapper .accordion .content-container .title .view-vacancy {
    display: none;
  }
}

.accordion-wrapper .accordion .content-container .content {
  display: none;
  margin-top: 48px;
}


.accordion-wrapper .accordion.open .content-container .content {
  display: block;
}


.accordion-wrapper .accordion.open .content-container .content ul li,
.accordion-wrapper .accordion.open .content-container .content ol li{
  color: #425b76;
  margin-bottom: 10px;
}



.accordion-wrapper header.vacancy-header {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 17.438rem);
  align-items: center;
  justify-content: space-between;
  padding-left: 1.875rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 768px) {
  .accordion-wrapper header.vacancy-header {
    padding-left: 0rem;
  }
}

@media (max-width: 768px) {
  .accordion-wrapper header.vacancy-header {
    grid-template-columns: 1fr;
  }
}

.accordion-wrapper header.vacancy-header img {
  justify-self: end;
}

@media (max-width: 768px) {
  .accordion-wrapper header.vacancy-header img {
    width: 100%;
    justify-self: center;
  } 
}


.blog-listings-container {
  display: grid;
  column-gap: 30px;
  row-gap: 50px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .blog-listings-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .blog-listings-container {
    grid-template-columns: repeat(1, 1fr);
  }
}


.blog-listings-container .blog-post {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-direction: column;
}

.blog-listings-container .blog-post:nth-child(4) {
  grid-column: 1 / 3;
}

@media (max-width: 768px) {
  .blog-listings-container .blog-post:nth-child(4) {
    grid-column: unset;
  }
}

.blog-listings-container.v2 .blog-post:nth-child(4) {
  grid-column: unset;
}

.blog-listings-container .blog-post.blog-post-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px;
}

.blog-listings-container .blog-post.blog-post-cta img {
  margin-bottom: 35px;
}

.blog-listings-container .blog-post .featured-image {
  width: 100%;
  height: 185px;
  margin-bottom: 25px;
}

.blog-listings-container .blog-post:nth-child(4) .featured-image {
  height: 245px;
}

.blog-listings-container.v2 .blog-post:nth-child(4) .featured-image {
  height: 185px;
}

.blog-listings-container .blog-post .featured-image img {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.blog-listings-container .blog-post .featured-image a {
  display: flex;
  height: 100%;
  width: 100%;
}

.blog-listings-container .blog-post .content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-listings-container .blog-post .content .inner {
  flex: 1;
  margin-bottom: 0px;
}

.blog-listings-container .blog-post .content .inner p:last-child {
  margin-bottom: 0px;
}

.blog-listings-container .blog-post .content .tags {
  font-size: 12px;
  text-transform: uppercase;
}

.blog-listings-container .blog-post .content .name {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.blog-listings-container .blog-post .content .actions,
.blog-related-posts .actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.blog-listings-container .blog-post .content .actions .snippet {
  margin-bottom: 40px;
}

.blog-listings-container .blog-post .content .actions p,
.blog-related-posts .actions p {
  color: #BEBEBE;
  margin: 0px;
}

.blog-listings-container .blog-post .content .actions p.read-time,
.blog-related-posts .actions p.read-time {
  margin-bottom: 20px;
}

.blog-listings-container .blog-post .content .actions a,
.case-studies-wrapper .case footer a,
.blog-related-posts .actions a {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.75rem;
  display: inline-block;
  text-decoration: none;
  background-color: #425b76;
  border: 2px solid #425b76;
  border-radius: 0px;
  padding: 7px 25px;
  font-weight: 700;
  letter-spacing: 0.063rem;
  transition: all 250ms ease;
  font-family: Ubuntu, sans-serif;
}

.blog-listings-container .blog-post .content .actions a:hover,
.blog-related-posts .actions a:hover {
  color: #425b76;
  background-color: #fff;
  border: 2px solid #425b76;
}

.blog-related-posts .actions .snippet {
  color: #425b76;
  margin-bottom: 45px;
}

.blog-listings-container .blog-post.case-study .inner .read-time {
  color: #BEBEBE;
}

.blog-listings-container .blog-post.case-study .actions a {
  padding: 8px 25px;
}
  
.blog-listings-container .tags-container {
  display: flex;
  flex-direction: column;
}

.blog-listings-container .tags-container h3 {
  margin-bottom: 15px;
}

.blog-listings-container .tags-container a {
  margin: 0px;
  margin-bottom: 10px;
}

.blog-listings-container .tags-container a:last-child {
  margin-bottom: 0px;
}

.blog-listings-container.case-studies .blog-post.case-study:nth-child(4) {
  grid-column: unset;
}

.blog-listings-container.case-studies .blog-post.case-study:nth-child(4) .featured-image {
  height: 185px;
}

.blog-post form,
.blog-search form {
  position: relative;
  margin-bottom: 30px;
}

.blog-post form input,
.blog-search form input {
  border-radius: 0;
  border: 1px solid #425b76;
}

.blog-post form input:focus,
.blog-search form input:focus {
  border: 1px solid #425b76;
}

.blog-post form .search-submit,
.blog-search form .search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 100%;
  max-width: 40px;
  padding: 8px;
  border-radius: 0px;
}

.blog-post form .search-submit span,
.blog-search form .search-submit span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-post form .search-submit svg,
.blog-search form .search-submit svg{
  fill: #fff;
  width: 100%;
}



.blog-search {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr minmax(auto, 370px);
}

@media (max-width: 480px) {
  .blog-search {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
  }
}

.blog-search.tags.v2 {
  align-items: center;
  margin-bottom: 30px;
}

.blog-search.tags.v2 form {
  margin-bottom: 0px;
}

.blog-search.tags.v2 .tags-container {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}






.pagination {
  align-items: center;
  display: grid;
  justify-content: center;
  grid-template-columns: 140px 1fr 140px;
  margin-top: 95px;
}

.pagination .numbers {
  display: flex;
  justify-content: center;
}

.pagination .numbers a {
  background-color: transparent;
}

.pagination .controls {
  display: grid;
  gap: 10px;
  grid-template-columns: 65px 65px;
}

.pagination .controls .pagination__link {
  width: 100%;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pagination .controls .pagination__link--next svg {
  fill: #fff;
}

.pagination .controls .pagination__link span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pagination__link {
  display: inline-flex;
}

.pagination__link,
.pagination__link:hover,
.pagination__link:focus,
.pagination__link:active {
  text-decoration: none;
  border-radius: 4px;
  background-color: #425b76;
}

.pagination__link--disabled {
  cursor: default;
  pointer-events: none;
  border-radius: 4px;
  background-color: #E1E5EA;
}

.pagination__link--disabled .pagination__link-text {
  color: #B0C1D4 !important;
}

.pagination__link--first,
.pagination__link--prev {
  
}

.pagination__link--first {
  
}

.pagination__link--number {
  border: none;
  border-radius: 6px;
  margin: 0 0.175rem;
  padding: 0.25rem 0.4rem;
}

.pagination__link--number:hover,
.pagination__link--number:focus,
.pagination__link--active {
  border-color: transparent;
  font-weight: 700;
}

.pagination__link--last,
.pagination__link--next {
  
}

.pagination__link--last {
  
}

.pagination__link-icon svg,
.pagination__link-icon svg {
  height: 16px;
  margin: 0 0.3rem;
  width: 16px;
}

.pagination__link--disabled .pagination__link-icon svg,
.pagination__link--disabled .pagination__link-icon svg {
  fill: #B0C1D4 !important;
}




.body-container--blog-post {
  
}


.body-container--blog-post .featured-image {
  padding-bottom: 35.5%;
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.body-container--blog-post .featured-image .inner-container {
  width: 100%;
  max-width: 1272px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.body-container--blog-post .featured-image .inner-container .caption {
  display: inline-flex;
  padding: 10px 25px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-weight: 700;
  background-color: #fff;
}



.pricing-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}

@media (max-width: 991px) {
  .pricing-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
  } 
}

@media (max-width: 768px) {
  .pricing-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  } 
}

.pricing-container .package {
  display: flex;
  flex-direction: column;
  padding: 2.5rem 1.25rem;
}

.pricing-container .package .content {
  flex: 1;
}

.pricing-container .package .package-title {
  text-align: center;
  margin-bottom: 2.188rem;
}

.pricing-container .package .package-image {
  display: flex;
  justify-content: center;
  margin-bottom: 2.188rem;
}

.pricing-container .package .package-price {
  text-align: center;
  margin-bottom: 2.813rem;
}


.pricing-container .package .incentive-container {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.pricing-container .package .incentive-container .icon {
  width: 100%;
  max-width: 25px;
  margin-right: 20px;
}

.pricing-container .package .incentive-container p {
  margin-bottom: 0;
}

.pricing-container .package .btn {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  display: inline-block;
  text-decoration: none;
  background-color: #425b76;
  border: 2px solid #425b76;
  border-radius: 0px;
  padding: 16px 25px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 250ms ease;
  font-family: Ubuntu, sans-serif;
}

.pricing-container .package .btn:hover {
  color: #425b76;
  background-color: #fff;
  border: 2px solid #425b76;
}





.stand-alone-form {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 5px;
}

.stand-alone-form .title {
  text-align: center;
}

.stand-alone-form .actions {
  display: flex;
  justify-content: center;
}


.stand-alone-form form label {
  display: flex;
  align-items: center;
}





.banner-form {
  display: grid;
  gap: 130px;
  grid-template-columns: 1fr 1fr;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
}

@media (max-width: 991px) {
  .banner-form {
    gap: 0px;
    grid-template-columns: 1fr;
  }
}

.banner-form .logo {
  margin-bottom: 45px;
}

.banner-form .form {
  padding: 30px;
  background-color: #fff;
  box-shadow: -1px 2px 21px -9px rgba(0,0,0,0.6);
  border-radius: 15px;
}

.banner-form .form .title {
  text-align: center;
}

.banner-form .form .actions {
  display: flex;
  justify-content: center;
}

.banner-form .form .actions input[type=submit],
.form .actions .hs-button {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
}

.banner-form .form .legal-consent-container .hs-richtext p {
  font-size: 0.625rem;
}

.banner-form .form form label p {
  font-size: 0.625rem;
  margin-left: 0px !important;
}

.banner-form #main-text img {
  max-width: 100%;
}


.map iframe {
  vertical-align: middle;
}










.case-studies-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 991px) {
  .case-studies-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .case-studies-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.case-studies-wrapper .case {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.case-studies-wrapper .case .featured-image {
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 43%;
  transition: all 300ms ease;
}

.case-studies-wrapper .case .featured-image:hover {
  background-size: 115%;
}

.case-studies-wrapper .case .content {
  padding: 15px 0px 45px;
  height: 100%;
}

.case-studies-wrapper .case h4 {
  font-weight: 700;
  font-size: 0.75rem;
  color: #425b76;
  letter-spacing: 0.113rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}

.case-studies-wrapper .case h3 {
  color: #425b76;
  text-decoration: none;
  outline: none;
  display: block;
  font-weight: 600;
  font-size: 1.875rem;
  letter-spacing: 0;
  line-height: 1.875rem;
  text-transform: none;
  font-family: Ubuntu, sans-serif;
}

@media (max-width: 768px) {
  .case-studies-wrapper .case h3 {
    font-size: 14px;
  }
}

.case-studies-wrapper .case .read-time {
  font-weight: 400;
  color: #BEBEBE;
  margin-bottom: 20px;
}

.case-studies-wrapper .case footer {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  display: flex;
  justify-content: space-between;
}



.case-studies-wrapper .case footer .read-time {
  color: #bebebe;
  display: inline-block;
  padding: 8px 15px;
  vertical-align: middle;
  width: calc(100% - 48px);
}





span.link-arrow {
    display: block;
    width: 20px;
    height: 1px;
    background: #fff;
    position: relative;
    top: calc(50% - 0.5px);
    left: 10px;
    -webkit-transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);
    -moz-transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);
    -o-transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);
    transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);
}



span.link-arrow:before {
    content: '';
    position: absolute;
    height: 7px;
    width: 1.3px;
    background: #fff;
    bottom: 0px;
    right: 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);
    -moz-transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);
    -o-transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);
    transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);
}



span.link-arrow:after {
    content: '';
    position: absolute;
    height: 7px;
    width: 1.3px;
    background: #fff;
    top: 0px;
    right: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);
    -moz-transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);
    -o-transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);
    transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);
}





.thank-you-content-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.thank-you-content-wrapper .thank-you-content {
  flex: 1;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-size: 600px;
  background-position: center;
  background-repeat: no-repeat;
}

.thank-you-content-wrapper .thank-you-content .logo {
  margin-bottom: 4.813rem;
}

.thank-you-content-wrapper .thank-you-content .text-editor *:last-child {
  margin-bottom: 0;
}


.thank-you-content-wrapper .landing-page-footer {
  padding: 2rem 1.25rem;
  text-align: center;
  color: #ffffff;
  background-color: #1F4659;
}

.thank-you-content-wrapper .additional-content-title {
  margin-top: 4.688rem;
  margin-bottom: 2.188rem;
  font-family: Ubuntu, sans-serif;
  font-size: 1.875rem;
  color: #425b76;
  letter-spacing: 0.031rem;
  text-align: center;
  line-height: 2.188rem;
  font-weight: 600;
}

.thank-you-content-wrapper .additional-content {
  display: grid;
  gap: 30px;
  width: 100%;
  max-width: calc(370px * 3);
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .thank-you-content-wrapper .additional-content {
    grid-template-columns: repeat(1, 1fr);
  }
}

.thank-you-content-wrapper .additional-content .content {
  width: 100%;
  max-width: 370px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .thank-you-content-wrapper .additional-content .content {
    max-width: 100%;
  }
}

.thank-you-content-wrapper .additional-content .content .inner-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.thank-you-content-wrapper .additional-content .content .category {
  font-family: Ubuntu, sans-serif;
  font-size: 0.75rem;
  color: #425b76;
  letter-spacing: 0.063rem;
  line-height: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}



footer.landing-page-footer {
  padding: 2.5rem 1.25rem;
  text-align: center;
  color: #ffffff;
  background-color: 

  
  
    
  


  rgba(40, 70, 141, 1.0)

;
}














.icon-text-container {
  display: flex;
  column-gap: 10.625rem;
  row-gap: 1.563rem;
  justify-content: space-between;
}

.icon-text-container.two {
  display: grid;
  column-gap: 10.625rem;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
  .icon-text-container.two {
    display: grid;
    column-gap: 10.625rem;
    grid-template-columns: repeat(1, 1fr);
  }  
}

.icon-text-container.three {
  display: grid;
  column-gap: 4.375rem;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .icon-text-container.three {
    grid-template-columns: repeat(1, 1fr);
  }
}

.icon-text-container.four {
  display: grid;
  column-gap: 3.438rem;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 768px) {
  .icon-text-container.four {
    grid-template-columns: repeat(1, 1fr);
  }
}

.icon-text-container .column .icon {
  margin-bottom: 3.438rem;
}

@media (max-width: 768px) {
  .icon-text-container .column .icon {
    text-align: center;
  }
}

.icon-text-container .column .text {
  width: 100%;
  max-width: 31.25rem;
}

@media (max-width: 768px) {
  .icon-text-container .column .text {
    max-width: 100%;
    text-align: center;
  }
}

.icon-text-container .column .text p {
  letter-spacing: 0;
  line-height: 25px;
  font-weight: 400;
}














.two-column-video-container {
  display: grid;
  column-gap: 1.875rem;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 991px) {
  .two-column-video-container {
    row-gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.two-column-video-container .column {
  
}


.two-column-video-container .column .title {
  font-family: Ubuntu, sans-serif;
  font-size: 1.25rem;
  color: #425b76;
  letter-spacing: 0.094rem;
  text-align: center;
  line-height: 1.563rem;
  font-weight: 600;
  margin-bottom: 2.813rem;
}


.two-column-video-container .column iframe {
  border-radius: 0.313rem;
  overflow: hidden;
}









.video-slider-container {
  
}

.video-slider-container .video-slider {
  margin-bottom: 4.063rem;
}

@media (max-width: 768px) {
  .video-slider-container .video-slider {
    margin-bottom: 1.875rem;
  } 
}

.video-slider-container .video-slide {
  padding: 0 90px;
}

@media (max-width: 768px) {
  .video-slider-container .video-slide {
    padding: 0px;
  }
}

.video-slider-container iframe {
  overflow: hidden;
  border-radius: 0.613rem;
}

.video-slider-container .actions {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .video-slider-container .actions {
    flex-direction: column;
    row-gap: 20px;
  } 
}

.video-slider-container .actions #arrows {
  display: flex;
  column-gap: 10px;
  justify-content: flex-end;
}

.video-slider-container .actions #arrows img {
  max-width: 65px;
}

.video-slider-container .actions > * {
  flex: 1;
}

.video-slider-container #pagination .slick-dots {
  margin: 0px;
}

.video-slider-container #pagination .slick-dots li,
.video-slider-container #pagination .slick-dots li button {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0rem;
  color: #425b76;
}


.video-slider-container #pagination .slick-dots li.slick-active,
.video-slider-container #pagination .slick-dots li.slick-active button {
  font-weight: 700;
}











.role-details-container {

}


.role-details-container .detail-container {
  width: 100%;
  max-width: calc(1208px / 2 - 45px);
  background-color: #E1E5EA;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.role-details-container .detail-container .content {
  height: 100%;
  padding: 35px 25px;
}

.role-details-container .detail-container .content > *:last-child {
  margin-bottom: 0px;
}


















.tabs-container .tabs-navigation {
  background-color: transparent;
}

.tabs-container .tabs-navigation .tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.938rem 2.188rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  cursor: pointer;
}

.tabs-container .tabs-navigation .tab.slick-current {
  background-color: #E1E5EA;
}


.tabs-container .tabs {
  background-color: #E1E5EA;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  padding: 3.75rem 4.375rem;
}


.tabs-container .tabs > *:last-child {
  margin-bottom: 0px;
}


/* ========= Atron CSS ========== */
.altron-container {
  max-width: 1272px;
  margin: 0 auto;
}


@media screen and (max-width: 1380px) {
  .altron-container {
    padding: 0 20px;
  }
}



















.navbar {
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
	  position: relative;
  }

.navbar ul.nav-menu-items {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
    align-items: center;
}

  .navbar ul li {
/*     position: relative; */
    margin: 0;
  }

  .navbar ul li:hover .dropdown {
    display: block;
  }

.navbar ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
	position: relative;
	transition: all .2s ease-in-out;
  }
  
.navbar ul li:hover > a {
  color: #C0F2D7;
}

.navbar ul .drop-menu-item li:hover > a {
  color: #989898;
  transition: all .2s ease-in-out;
}

span.drop-arrow {
    display: flex;
    align-items: center;
    margin-top: 3px;
}

.navbar ul li a svg {
    height: 9px;
    transition: all .3s ease-in-out;
    width: 9px;
}
    
.navbar ul li:hover > a svg {
  transform: rotate(180deg);
} 

.navbar ul li:hover > a svg g  {
    stroke: #C0F2D7;
    transition: all .3s ease-in-out;
}



  .navbar-wrapper {
      align-items: center;
      display: flex;
      justify-content: space-between;
      width: 100%;
      max-width: 1272px;
      margin: 0 auto;
  }

  .dropdown {
    position: absolute;
    background: #fff;
    color: #333;
    width: 600px;
    display: none;
    border: 1px solid #ccc;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
  }
  .dropdown .content-section {
    float: left;
    width: 33.333%;
    padding: 1rem;
    box-sizing: border-box;
  }
  .dropdown h3 {
    margin-top: 0;
  }
  .dropdown p {
    margin-bottom: 1rem;
  }

  .contact-us-cta svg g {
      stroke-width: 1px;
  }

  .contact-us-cta a {
    display: flex;
    align-items: center;
    padding: 10px 25px 10px 25px;
    background: #54B8DF;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    transition: all .3s ease-in-out;
}
  .contact-us-cta:hover a {
    background: #1F4659;
}

header.header.scrolling {
  background-color: #1F4659;
  padding: 0px 0;
}

header.header.scrolling .contact-us-cta:hover a {
  background: #ebf892;
  color: #1F4659;
}

header.header.scrolling .contact-us-cta:hover a svg g {
  stroke: #1F4659;
  transition: all .3s ease-in-out;
}

.mega-icon {
    height: 65px;
    width: 65px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
}

.mega-icon img {
    width: 65px;
    height: 65px;
}

.drop-menu-item ul li a {
    font-size: 16px;
    color: #1F4659;
    letter-spacing: 0;
    font-weight: 400;
}

.drop-menu-item .item-title {
    font-size: 22px;
    color: #1F4659;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: none;
}

.menu-parent-section .heading-title {
    margin-bottom: 12px;
    font-size: 22px;
    color: #54B8DF;
    letter-spacing: 0;
    font-weight: 700;
}

.menu-parent-section > p {
    font-size: 18px;
    color: #1F4659;
    letter-spacing: 0;
    font-weight: 400;
}

/* Mobile Hamburger Menu */
/* Icon 2 */

div#nav-icon2 {
    cursor: pointer;
    display: none;
    height: 30px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    z-index: 3000;
}

.hamburger-menu.open {
  height: 40px !important;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 13px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 26px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 14px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 14px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

/* End Mobile Hamburger Menu */

/* ======= Dropdown menu =======  */
.nav-menu-items .menu-container {
    background: #fff;
    border-radius: 25px;
    box-sizing: border-box;
    display: grid;
    gap: 60px;
    grid-template-columns: minmax(230px,auto) 1fr;
    left: 50%;
    max-width: 1272px;
    opacity: 0;
    padding: 40px;
    position: absolute;
    top: 70px;
    transform: translateX(-50%);
    visibility: hidden;
    z-index: 1000;
    box-shadow: 1px 1px 14px -3px rgba(0,0,0,0.2);
}

.menu-parent-section {
    max-width: 320px;
}

.join-div {
    min-height: 50px;
    position: absolute;
    background: #9d9d9d00;
    width: 100%;
    top: 13px;
}

.navbar ul li:hover .menu-container {
	  opacity: 1;
    transition: all 0.5s ease-in-out;
	  visibility: visible;
}

.drop-menu-items {
    display: grid;
    grid-template-columns: repeat(3,minmax(280px,1fr));
    gap: 50px;
}

.navbar ul li .mega-cta {
	align-items: center;
	background: #54b8df;
	border-radius: 5px;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 10px;
	padding: 10px 20px 10px 11px;
	transition: all .3s ease-in-out;
	width: fit-content;
}

.navbar ul li .mega-cta:hover {
	background: #1f4659;
}

.navbar ul li .mega-cta svg {
    height: 24px;
    width: 24px;
}

.navbar ul li .mega-cta svg g {
    stroke-width: 1px;
		transition: all .3s ease-in-out;
	  
}

.navbar ul li .mega-cta:hover a {
    background: #1f4659;
}


.navbar ul li .mega-cta:hover svg g {
    stroke: #fff;
}

.drop-menu-item ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.drop-menu-item .item-title {
    text-transform: none;
}

.drop-menu-item ul li {
    font-size: 14px;
}

.menu-container .profileCloseBtn {
    display: none;
    position: absolute;
    top: 21px;
    right: 24px;
    cursor: pointer;
}

.has_description {
    display: flex !important;
    flex-direction: column;
    align-items: start !important;
}

.has_description .item_name {
    font-size: 18px;
    color: #1F4659;
    letter-spacing: 0;
    font-weight: 700;
}

li.with-description:not(:last-child) {
    margin-bottom: 24px !important;
}

.navbar ul li .menu-parent-section a:not([href]) {
  cursor: default; /* Changes cursor to default instead of pointer */
}

.drop-menu-item li:hover .has_description .item_name  {
    color: #989898 !important;
    transition: all .3s ease-in-out;
}

.drop-menu-item li:hover .has_description {
    color: #1F4659 !important;
}

.drop-menu-item li:hover .has_description .item-description {
    color: #1F4659 !important;
    font-size: 14px !important;
}
.drop-menu-item li .has_description .item-description {
    color: #1F4659 !important;
    font-size: 14px !important;
}

ul.nav-menu-items .profileCloseBtn {
    display: none;
}

.menu-container .profileCloseBtn g {
    stroke: #1f4659;
}

.contact-us-cta .button-icon {
	width: 21px;
	height: 21px;
}

header.header::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .9), transparent 100px);
    content: "";
    height: 120px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

header.header.scrolling::before {
	display: none;
}

@media screen and (max-width: 1380px) {
	.nav-menu-items .menu-container {
			grid-template-columns: minmax(300px,auto) 1fr;
		  /* gap: 30px; */
	}
	
	.drop-menu-items {
			gap: 20px;
		  grid-template-columns: repeat(3,minmax(230px,1fr));
	}
}


@media screen and (max-width: 1200px) {
  .navbar .navbar-wrapper .nav-menu-items {
    display: none;
  }

  div#nav-icon2 {
    display: block;
  }

  .nav-menu-items .menu-container {
    gap: 30px;
}
	
	
 /* ======= Mobile Screen ======	 */
 .menu-container .profileCloseBtn{
    display: block;
  }

  ul.nav-menu-items .profileCloseBtn {
    display: block;
    position: absolute;
    top: 34px;
    right: 35px;
    cursor: pointer;
}

	.navbar .navbar-wrapper .nav-menu-items {
			display: flex;
			flex-direction: column;
			width: 85%;
			align-items: start;
			position: fixed;
			padding: 40px;
      padding-top: 50px;
			gap: 40px;
			background: #1f4659;
			top: 0;
			left: -100%;
			bottom: 0;
			overflow-y: auto;
			overflow-x: clip;
      z-index: 10000;
      transition: all .5s ease-in-out;
	}

  .navbar .navbar-wrapper .nav-menu-items.active {
      left: 0;
  }

  .navbar ul li .menu-container {
      grid-template-columns: 1fr !important;
      opacity: 0;
      transition: all .5s ease-in-out;
      visibility: hidden;
      position: fixed;
      border-radius: unset;
      top: 0;
      bottom: 0;
      left: -100%;
      width: 85%;
      transform: unset;
      grid-template-rows: max-content;
      overflow-y: auto;
      /* overflow-x: clip; */
  }

  .navbar ul li:hover .menu-container {
    visibility: hidden;
  }

	.navbar ul li.active .menu-container {
			grid-template-columns: 1fr !important;
			opacity: 1;
			transition: all .5s ease-in-out;
			visibility: visible;
			position: fixed;
			border-radius: unset;
			top: 0;
			bottom: 0;
			left: 0;
			width: 85%;
			transform: unset;
			grid-template-rows: max-content;
			overflow-y: auto;
			/* overflow-x: clip; */
	}

	.menu-parent-section {
			max-width: unset;
	}

  .navbar ul li .menu-container	.drop-menu-items {
			gap: 20px;
			grid-template-columns: repeat(1, minmax(auto, 1fr)) !important;
	}
/* ====== End Mobile Screen ===== */
}

/* ======= End Dropdown Menu ======  */

@media screen and (max-width: 480px) {
  .logo {
      max-width: 120px;
  }
}
























.testimonial-swiper.dark .swiper-slide  {
    background-image: linear-gradient(270deg, #427C92 1%, #1F4659 100%);
    border-radius: 20px;
	padding: 52px 35px;
}

.testimonial-swiper.dark .testimonial-text .content-block {
    justify-content: center;
	max-width: 490px;
}

.testimonial-swiper.dark img {
    width: 100%;
    z-index: 2;
    height: 100% !important;
    object-fit: cover;
    border-radius: 25px;
}

.testimonial-swiper .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.testimonial-swiper .swiper-slide.swiper-slide-active .navigation {
    display: block;
}

.testimonial-swiper .swiper-slide.swiper-slide-prev,.testimonial-swiper .swiper-slide.swiper-slide-next {
    opacity: 0.5;
}

.testimonial-swiper .swiper-slide {
    opacity: 0;
/*     transition: opacity .2s ease-in-out; */
}
.testimonial-swiper {
    /* overflow: hidden; */
    /* padding: 0 2rem; */
}

.testimonial-swiper .swiper{
  overflow: unset;
  max-width: 1200px;
  margin:auto;
}

.testimonial-swiper .swiper-container {
  width: 600px; /* Adjust the size of the container to your needs */
  height: 300px;
  margin: auto;
}

.testimonial-swiper .swiper-slide {
  font-size: 18px;
  background: #fff;
  padding: 52px 72px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;

  /* Add shadows and border radius */
/*   box-shadow: 0px 10px 20px rgba(0,0,0,0.3); */
  border-radius: 20px;
}

/* Style the navigation buttons */
.testimonial-swiper .swiper-button-prev,
.testimonial-swiper .swiper-button-next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: unset;
  object-fit: unset;
  transform-origin: unset;
  width: unset;
  bottom: 25px;
  top: unset;
}

.testimonial-swiper .swiper-button-prev {
  right: 74px;
  left: auto;
}
.testimonial-swiper .swiper-button-next {
  right: 30px;
  left: auto;
}

.testimonial-swiper .swiper-button-prev::after,
.testimonial-swiper .swiper-button-next::after {
  content: unset;
}

.testimonial-swiper .navigation {
  display: flex;
  justify-content: flex-end;
  display: none;
}
  
.testimonial-swiper .testimonial-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  width: 100%;
  min-height: 320px;
}

.testimonial-swiper .testimonial-text a {
	gap: 5px;
  display: flex;
	color: #EDFA82;
	align-items: center;
	margin-top: 20px;
}

.testimonial-swiper .testimonial-text a img {
    max-width: 10px;
}

.testimonial-swiper .testimonial-text .content-block {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  height: 100%;
  /* padding-bottom: 2rem; */
}

@media(max-width: 768px) {
  .testimonial-swiper .swiper-slide {
    padding: 30px;
  }
  
  .testimonial-swiper .testimonial-content {
    grid-template-columns: 1fr;
  }
  
  .testimonial-swiper .testimonial-text .content-block {
    gap: 60px;
  }
}





























.section-intro :is(h1, h2, h3, h4, h5, h6) {
    margin: 0px;
}

.section-intro :is(h1, h2, h3, h4, h5, h6) em {
  font-family: Caveat;
	font-size: 65px;
	font-weight: 700;
	letter-spacing: 0;
}

section.section-intro .container h3 {
    line-height: 20px;
}

section.section-intro .container {
    max-width: 1120px;
    margin: 0 auto;
}

@media (max-width: 768px) {
	.section-intro .container h2  {
		font-size: 32px;
	}

	.section-intro .container h2 em {
		font-size: 48px;
	}
}
















































.bnr_wrp .cm_pagination_wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  bottom: 50px;
  cursor: pointer;
  left: 20px;
}

.bnr_wrp .number_bullets .glide__bullet {
  background: none !important;
}

.bnr_wrp .full_width .glide_content.pdlr15 {
  width: 100%;
  max-width: 100%;
}

.bnr_wrp .page-center.cm_pag {
  position: relative;
}

.bnr_wrp .glide_arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  text-transform: capitalize;
}

.bnr_wrp .pg_number {
  padding-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}

.bnr_wrp span.cm_dots:after {
  bottom: -25px;
  content: ".";
  position: absolute;
  left: -10px;
  font-size: 32px;
  font-weight: bold;
}

.bnr_wrp .cm_pagination_wr h6 {
  margin: 0;
}

.bnr_wrp span.cm_dots {
  position: relative;
}

.bnr_wrp .glide__slides>* {
  margin: 0;
}

.bnr_wrp .cm_pagination_wr h6 , .bnr_wrp .glide_title *, .bnr_wrp .glide_subtitle * {
  color: inherit;
}

.glide_subtitle p {
    font-size: 1.4rem;
}

.bnr_wrp .glide_background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bnr_wrp .hs_parallax {
  overflow: hidden;
}

.bnr_wrp .simpleParallax_wrap {
  position: absolute;
  z-index: 9;
}

.bnr_wrp .glide__slides li {
  overflow: hidden;
  position: relative;
}

.bnr_wrp.normal .glide__slides li {
  height: inherit;
}

.bnr_wrp .glide_content.pdlr15 {
  padding-top: 100px;
  padding-bottom: 30px;
  margin: 0 auto;
  position: relative;
  margin: 0 auto;
}

.page-center.theme_center {
    width: 100%;
}

.bnr_wrp .glide .glide__arrow--left {
  right: auto;
  left: 40px;
	width: 80px;
}

.bnr_wrp .glide .glide__arrow--right {
  left: auto;
  right: 40px;
	width: 80px;
}

.bnr_wrp span.cm_dots_number {
  display: none;
}

.bnr_wrp .glide__bullets {
  margin: 0;
}

.bnr_wrp .glide_slide_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
	background-color: unset !important;
}

.bnr_wrp .glide__bullets {
  bottom: 30px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-height: 30px;
  z-index: 20;
  cursor: pointer;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
}

.bnr_wrp .glide_background .page-center {
  position: relative;
  z-index: 9;
}

.bnr_wrp.fullheight .glide_background {
  height: 100vh;
}

.bnr_wrp .glide_background {
  min-height: 600px;
  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: start;
  position: relative;
}

.bnr_wrp .glide__bullets.right {
  right: 40px;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
}

.bnr_wrp .glide__bullets.top {
  top: 40px;
  bottom: auto;
}

.bnr_wrp .glide__bullets.square_bullets.right, .bnr_wrp .glide__bullets.square_bullets.left {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.bnr_wrp .glide__bullets.square_bullets.left .glide__bullet, .bnr_wrp .glide__bullets.square_bullets.right .glide__bullet {
  height: 30px;
  width: 5px;
}

.bnr_wrp .glide__bullets.left {
  right: auto;
  left: 40px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
}

.bnr_wrp .cm_pagination_wr .glide__bullets {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  width: auto;
  margin-left: 50px;
}

.bnr_wrp .cm_pagination_wr {
  max-width: 400px;
  width: 100%;
}

.bnr_wrp .number_bullets span.cm_dots_number {
  display: block;
  position: relative;
  white-space:nowrap;
}

.bnr_wrp .number_bullets .glide__bullet {
  background: none;
}

.bnr_wrp .glide__bullets.square_bullets.right {
  right: 20px;
}

.bnr_wrp .glide__bullets.square_bullets.left {
  left: 20px;
}

.bnr_wrp.right .glide_background .page-center {
  width: calc(100% - 80px);
}

@media(max-width: 767px) {
  .bnr_wrp .glide_content.pdlr15 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.bnr_wrp .glide__slide--active .fade {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.bnr_wrp .fade {
  opacity: 0;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform
}

.bnr_wrp .fade-up {
  opacity: 0;
  -webkit-transform: translate3d(0,100px,0);
  transform: translate3d(0,100px,0)
}

.bnr_wrp .glide__slide--active .fade-up {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.bnr_wrp .fade-down {
  opacity: 0;
  -webkit-transform: translate3d(0,-100px,0);
  transform: translate3d(0,-100px,0)
}

.bnr_wrp .glide__slide--active .fade-down {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.bnr_wrp .fade-right {
  opacity: 0;
  -webkit-transform: translate3d(-100px,0,0);
  transform: translate3d(-100px,0,0)
}

.bnr_wrp .glide__slide--active .fade-right {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.bnr_wrp .fade-left {
  opacity: 0;
  -webkit-transform: translate3d(100px,0,0);
  transform: translate3d(100px,0,0)
}

.bnr_wrp .glide__slide--active .fade-left {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.bnr_wrp .flip-down {
  opacity: 0;
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0)
}

.bnr_wrp .glide__slide--active .flip-down {
  opacity: 1;
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0)
}

.bnr_wrp .flip-up {
  opacity: 0;
  -webkit-transform: perspective(2500px) rotateX(-100deg);
  transform: perspective(2500px) rotateX(-100deg)
}

.bnr_wrp .glide__slide--active .flip-up {
  opacity: 1;
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0)
}

.bnr_wrp .glide__slide--active .zoom-in {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1)
}

.bnr_wrp .zoom-in {
  opacity: 0;
  -webkit-transform: scale(.6);
  -ms-transform: scale(.6);
  transform: scale(.6)
}

.bnr_wrp .glide_background {
  min-height: 400px;
  height: 100%;
}

.bnr_wrp .cm_trns {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}

.bnr_wrp .glide__bullets.number_bullets .glide__bullet {
  height: auto;
}

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

.bnr_wrp.fullheight .glide__track {
  height: 100%;
}

.bnr_wrp.fullheight .glide__slides {
  height: 100%;
}

.bnr_wrp.fullheight .glide {
  height: 100%;
}

.bnr_wrp.fullheight .glide_background {
  height: 100%;
}

.bnr_wrp.fullheight {
  min-height: 700px;
}

/* @media (max-width: 768px) {
	.bnr_wrp.fullheight {
		height: 600px !important;
		min-height: unset;
	}
} */

/* .bnr_wrp.fullheight::after {
    content: "";
    background: linear-gradient(180deg, rgb(0 0 0 / 90%) 0%, transparent 150px);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 150px;
} */

.page-center.theme_center::before {
    background-image: radial-gradient(circle 460px at center, #000 0%, #8f464600 100%);
    content: "";
    height: 990px;
    left: 0;
    position: absolute;
    right: 0;
    top: -100px;
}

.glide_content .heading-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.bnr_wrp .glide__bullets.square_bullets.bottom {
  column-gap: 2px;
}

.bnr_wrp.fullheight.noHeaderBanner .glide__track,
.bnr_wrp.fullheight.noHeaderBanner ,
.bnr_wrp.fullheight.noHeaderBanner .glide,
.bnr_wrp.fullheight.noHeaderBanner ul.glide__slides {
  height: 100%;
}

.bnr_wrp.fullheight.noHeaderBanner {
  height: 100vh;
}

.bnr_wrp.normal.bottom .glide_content.pdlr15 {
  padding-bottom: 60px;
}

.bnr_wrp .glide__bullets.number_bullets .glide__bullet:not(.glide__bullet--active) {
  opacity: 0.5;
}
.bnr_wrp .glide__bullets.number_bullets .glide__bullet:after {
  width: 5px;
  height: 5px;
  content: '';
  display: block;
  border-radius: 50%;
  margin-left: 5px;
}
.bnr_wrp .glide__bullets.number_bullets .glide__bullet {
  text-align: center;
}

.bnr_wrp .glide__bullets.number_bullets .glide__bullet {
  position: relative;
}

.bnr_wrp .cm_pagination_wr .glide__bullets {
  column-gap: 25px;
}

.bnr_wrp .cm_pagination_wr h4 {
  margin: 0;
}

.bnr_wrp.fade_effect li.glide__slide:not(.glide__slide--active) {
  position: absolute;
  top: 0;
  left: 0;
}

.bnr_wrp.fade_effect li.glide__slide {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
}

.bnr_wrp.fade_effect li.glide__slide.glide__slide--active {
  opacity: 1;
  visibility: visible;
  transition: 0.2s ease 0.1s;
}

.bnr_wrp.fade_effect ul.glide__slides {
  transform: none !important;
}

/* Custom Styles */
.mz-sub-heading {
	  letter-spacing: .2em;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
    line-height: 1.6;
    font-size: 15px;
	  padding-bottom: 30px;
}

.glide_content h1 {
	  letter-spacing: 7px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
    line-height: 1.29;
    font-size: 45px;
	  padding-bottom: 40px;
}

div >  .btn_row {
	margin-top: 0 !important;
}


a.hs-sec-btn {
    position: relative;
}

.underline_style {
    width: 30px;
    height: 2px;
	  margin: 0 auto;
}

.glide__bullet.glide__bullet--active {
    background-color: transparent;
    border: 2px solid #b9bbbd;
    width: 12px;
    height: 12px;
}


/* ============ Modifications ========= */
.glide_content {
    max-width: 700px;
}

.page-center.theme_center {
    align-self: center;
}

.glide_background {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}

.glide_title h1 {
    font-size: 54px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
    text-transform: unset;
    padding-bottom: 0;
}

p.mz-sub-heading {
    font-family: "Caveat", sans-serif;
    font-size: 68px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
    text-transform: unset;
    line-height: normal;
    padding: 0;
    margin-top: -10px;
    position: relative;
}

.slider-cta {
    align-items: center;
    background: #ebf892;
    border-radius: 8px;
    color: #1f4659;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    gap: 10px;
    margin: 0 auto;
    max-width: fit-content;
    padding: 14px 30px 14px 18px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.slider-cta svg g {
    stroke: #1f4659;
    transition: all 0.3s ease-in-out;
}

.btn_item .slider-cta:hover, .slider-cta:hover svg g {
    background: #1f4659;
    color: #fff !important;
    stroke: #fff;
}

.underline_style {
    display: none;
}

div#slider-btn {
    position: relative;
    margin-top: 30px;
}

.glide__bullets {
    display: flex;
    bottom: 40px !important;
}

.glide__bullet.glide__bullet--active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #EBF892;
    border: none;
}

.glide__bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

.slider-L-shapes-right {
    position: absolute;
    right: -160px;
    z-index: 1;
    bottom: -40px;
}

.slider-L-shapes-left {
    position: absolute;
    left: -160px;
    z-index: 1;
    bottom: -40px;
}

@media screen and (max-width: 1380px) {
  .slider-L-shapes-left img, .slider-L-shapes-right img {
      width: 100px;
  }
}

@media screen and (max-width: 1023px) {

  .slider-L-shapes-left {
      left: -130px;
  }
  .slider-L-shapes-right {
      right: -130px;
  }

  .glide_title h1 {
      font-size: 42px;
      padding-bottom: 0;
  } 

  p.mz-sub-heading {
      font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .glide_title h1 {
      font-size: 32px;
      padding-bottom: 0;
  }

  .slider-L-shapes-left {
    left: -80px;
    display: none;
  }
  .slider-L-shapes-right {
      right: -80px;
      display: none;
  }

  p.mz-sub-heading {
      font-size: 42px;
  }

  .slider-cta {
      font-size: 13px;
  }
}


@media screen and (max-width: 480px) {
  .glide_title h1 {
      font-size: 32px;
      padding-bottom: 0;
  }

  .slider-L-shapes-left {
    left: -30px;
  }
  .slider-L-shapes-right {
      right: -30px;
  }

  .slider-L-shapes-left img, .slider-L-shapes-right img {
      width: 60px;
  }
}

@media screen and (max-width: 375px) {
  .glide_title h1 {
      font-size: 32px;
      padding-bottom: 0;
  }

  .slider-L-shapes-left {
    left: 0px;
  }
  .slider-L-shapes-right {
      right: 0px;
  }

  .slider-L-shapes-left img, .slider-L-shapes-right img {
      width: 30px;
  }
}













.altron-two-slider {
    margin: 0 auto;
}

.altron-slide {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 50px;
}

.left-column {
    display: flex;
    align-items: center;
}

.right-column div {
	margin-bottom: 10px;
}

.left-column-wrapper > div p {
    font-size: 20px;
    color: #1F4659;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
}



.left-column-wrapper > div p span {
    font-size: 20px !important;
    color: #1F4659;
    letter-spacing: 0;
    line-height: 28px !important;
    font-weight: 400;
}

.two-column-slider-bullets {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 16px;
}

.altron-two-slider .glide__bullets.two-column-slider-bullets > .glide__bullet {
    display: block;
    width: 8px;
    height: 8px;
    border: none;
    background: #54B8DF;
    padding: 0;
    border-radius: 50%; 
}

.altron-two-slider .glide__bullets.two-column-slider-bullets > button.glide__bullet.glide__bullet--active {
		background: #1F4659;
}

.left-column-wrapper h2 {
    font-size: 45px;
    color: #1F4659;
    letter-spacing: 0;
    line-height: 55px;
    font-weight: 700;
}

@media screen and (max-width: 1380px) {
    .altron-slide {
        padding-left: 20px;
        padding-right: 20px;
    }
} 

@media screen and (max-width: 768px) {
    .altron-slide {
        grid-template-columns: 1fr;
    }

    .left-column-wrapper h2 {
        font-size: 32px;
        line-height: normal;
        text-align: center;
        margin-bottom: 24px;
    }

    .altron-slide {
        gap: 30px;
    }
}





























/* style.css */
#blob-container {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0; 
/*     overflow: hidden; */
    z-index: -5
}

.blob {
    position: absolute;
}


svg.blob.blob-index-2 {
    top: -7%;
    left: -60%;
    width: 74%;
    height: 1500px;
}















.rich-content-wrapper {
    margin: 0 auto;
    max-width: 900px;
    padding: 20px 0;
}

.gradient-card {
    align-items: center;
    background-color: #effcf5;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0,0,0,.1);
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1272px;
    min-height: 312px;
    overflow: hidden;
    padding: 20px;
    position: relative;
}

.gradient-card::before,
.gradient-card::after {
	content: '';
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	transition: all 0.3s ease;
}

.gradient-card::before {
	left: 0;
	background: linear-gradient(
		135deg,
		rgba(84, 218, 223, 1) -9%,
		rgba(235, 249, 130, 0.5) 60%
	);
	box-shadow: inset -68px 80px 98px #effcf5;
}

.gradient-card::after {
	right: 0;
	background: linear-gradient(
		39deg,
		rgba(84, 218, 223, 0.5) 45%,
		rgba(235, 249, 130, 0.8) 60%
	);
	box-shadow: inset 80px -110px 97px 10px #effcf5;
}

.content,
.trust-factors {
	position: relative;
	z-index: 2;
}

.content h2 {
	color: #1f4659;
	font-size: 55px;
	font-weight: 200;
	letter-spacing: 0;
	line-height: 63px;
/* 	text-align: center; */
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.content :is(h1,h2,h3,h4,h5,h6) em {
    font-family: Caveat;
    font-size: 65px;
    font-weight: 700;
    letter-spacing: 0;
}

.content h2 b {
    font-weight: 700;
}

.rich-content-wrapper {
    margin: 0 auto;
    max-width: 900px;
}

.rich-content-wrapper h3 {
    line-height: 34px;
}

.content p {
	font-size: 18px;
	color: #1F4659;
	letter-spacing: 0;
	text-align: center;
	line-height: 25px;
	font-weight: 500;
}

.content p span {
	font-size: 18px !important;
	color: #1F4659;
	letter-spacing: 0;
	text-align: center;
	line-height: 25px !important;
	font-weight: 500;
}

.trust-factors {
	margin-top: 12px;
	margin-bottom: 12px;
}

.trust-factors p {
	font-size: 16px;
	color: #54B8DF;
	letter-spacing: 0;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
}

@media screen and (max-width: 1380px) {
	.gradient-card {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 768px) {
	.content h2 {
		font-size: 32px;
		line-height: normal;
	}

	.content :is(h1,h2,h3,h4,h5,h6) em {
			font-size: 48px;
	}
}




















.stats-banner .stat-container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap:10px;
}








.logo-swiper .swiper-slide {
  text-align: center;
  background: #FFFFFF;
  padding: 38px 0;
  display: flex;
  justify-content:center;
  align-items: center;
  border-radius: 8px;
  min-height: 120px;
  max-height: 120px;
  /*   max-height: 200px; */
  box-shadow: 11px -13px 40px -20px #e0e0e0;
}

.logo-swiper ..swiper {
  overflow-x: clip;
}

.logo-swiper .swiper-pagination {
  position: unset;
  margin-top: 55px;
}

.logo-swiper .swiper-pagination .swiper-pagination-bullet{
  background-color: #54DADF;
  opacity: 1;
}

.logo-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1F4659;
}

/* Tempo Code */
.logo-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #EBF892;
}











.cta-banner {
  
}

.cta-banner .cta-section {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: 50px;
}

.cta-banner .banner-cta {
    align-items: center;
    background: #ebf892;
    border-radius: 8px;
    color: #1f4659;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    gap: 10px;
    max-width: fit-content;
    padding: 14px 30px 14px 18px;
    transition: all .3s ease-in-out;
}

.cta-banner.cta-btn {
    grid-template-columns: 1.5fr 1fr;
}

.cta-banner .banner-cta svg {
	width: 24px;
	height: 24px;
}

.cta-banner .banner-cta svg g {
    stroke: #1f4659;
	  transition: all .3s ease-in-out;
}

@media (max-width: 768px) {
  .cta-banner {
    grid-template-columns: 1fr;
  }
}

/* FORM */
.cta-banner .form h3 {
  margin: 0;
}

.cta-banner .form form {
    display: grid;
    grid-template-columns: 3fr 2fr;
}

.cta-banner .form .hs-form-field,.cta-banner .form .hs-form-field label {
  margin: 0;
}

.cta-banner .form .no-list.hs-error-msgs.inputs-list {
  display: none;
}

.cta-banner .form .input, .cta-banner .form .input input {
  height: 100%;
}

.cta-banner .form form input[type=submit] {
  padding: unset;
  width: unset;
  font-family: Ubuntu, sans-serif;
  font-size: 17.76px;
  color: #1F4659;
  background-color: unset;
  border: unset;
  text-transform: unset;
  transition: all .3s ease-in-out;
}

.cta-banner .form form input[type=email] {
  padding: 0 24px;
  border: 0;
  border-radius: 7px 0 0 7px;
  font-size: 16px;
  background-color: #ffffff;
  outline: none;
}

@media screen and (max-width: 767px) {
  .cta-banner .form form input[type=email] {
    min-width: 100% !important;
  }

  .cta-banner .form  {
    width: 100% !important;
  }
}

.cta-banner .form form input[type=email]::placeholder{
  font-family: Ubuntu, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #1F4659;
}

.cta-banner .form form .actions {
  display:flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  padding: 12px;
  background-color: #EBF892;
  border-radius: 0 7px 7px 0;
  transition: all .3s ease-in-out;
}

.cta-banner .form form .actions::before {
  content: " ";
  background-image: url("https://143283649.fs1.hubspotusercontent-eu1.net/hubfs/143283649/Learn%20more%20button%20icon%202.svg");
  height: 21px;
  width: 21px;
  background-repeat: no-repeat;
  display:block;
  transition: all .3s ease-in-out;
}
  
.cta-banner .form form .actions:hover::before {
    filter: brightness(30.5);
}
    
.cta-banner .form form .actions:hover input[type=submit] {
      color: #fff;
      transition: all .3s ease-in-out;
}

.cta-banner .form form .actions:hover {
    background-color: #1F4659;
}

@media (max-width: 1380px) {
  .cta-banner  {
    /* margin: 0 20px; */
  }
}

@media (max-width: 1024px) {
  .cta-banner .cta-section {
      align-items: center;
      display: flex;
      justify-content: end;
      margin-right: unset;
  }
}

@media (max-width: 768px) {
  .cta-banner .form form .actions {
    border-radius: 0 0 7px 7px;
    justify-content: center;
  }
  
  .cta-banner .form form input[type=email] {
    border-radius: 7px 7px 0 0;
    height: 45px;
    text-align: center;
  }
  
  .cta-banner .form form {
    grid-template-columns: 1fr;
  }

  .cta-banner {
      padding: 50px !important;
      grid-template-columns: 1fr !important;
      gap: 40px !important;
  }

  .cta-banner .cta-section {
      align-items: center;
      display: flex;
      justify-content: center;
      margin-right: unset;
  }
}



/* Landing Page Change */

/* .content-wrapper--vertical-spacing, .dnd-section{
  padding:0px;
}

.dnd_area-row-3-padding{
padding-bottom: 0px !important;
}

 */

  
/* Blog posts css */
.body-container--blog-post.latest-thinking-article .post-share-icons {
    right: -80px !important;
}

.post-stats-banner-wrapper .stats-banner {
    max-width: 1170px;
    grid-template-columns: repeat(4, 1fr);
    padding: 80px 0;
}

.post-cta-wrapper {
    margin: 70px auto 60px;
    max-width: 1170px;
}

.post-form-wrapper {
    background: #1f4659;
    padding: 80px 20px;
}

.post-cta-wrapper .cta-banner {
    padding: 80px 60px;
}

.post-cta-wrapper .cta-banner .cta-section {
    margin-right: 0px;
}

@media screen and (max-width: 1024px) {
    .body-container--blog-post.latest-thinking-article .post-share-icons {
        display: flex;
        gap: 20px;
        right: 0px !important;
        top: 0px !important;
        left: 0px !important;
    }
    .post-stats-banner-wrapper .stats-banner {
        padding: 40px 0;
        grid-template-columns: repeat(2, 1fr);
    }

    .post-cta-wrapper {
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .post-stats-banner-wrapper .stats-banner {
        padding: 20px 0;
        grid-template-columns: repeat(1, 1fr);
    }

    .post-form-wrapper {
        padding: 40px 20px;
    }
}