






*, *: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;
  max-width: 100%;
  height: auto;
}

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



/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .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: 0;
    -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.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
  
  .container-fluid {
    *zoom: 1;
  }
  
  .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;
    }
  }
  
  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding-left: 20px;
    padding-right: 20px;
  }
  .dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
  .dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  
  @media (min-width: 768px) {
    .row-fluid {
      width: 100%;
      *zoom: 1;
    }
  
    .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: 0;
      -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.66%;
    }
    .row-fluid .span10 {
      width: 83.33%;
    }
    .row-fluid .span9 {
      width: 75%;
    }
    .row-fluid .span8 {
      width: 66.66%;
    }
    .row-fluid .span7 {
      width: 58.33%;
    }
    .row-fluid .span6 {
      width: 50%;
    }
    .row-fluid .span5 {
      width: 41.66%;
    }
    .row-fluid .span4 {
      width: 33.33%;
    }
    .row-fluid .span3 {
      width: 25%;
    }
    .row-fluid .span2 {
      width: 16.66%;
    }
    .row-fluid .span1 {
      width: 8.33%;
    }
  }
  
  /* Clearfix */
  
  .clearfix {
    *zoom: 1;
  }
  
  .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 20px;
}

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




@font-face { font-family: CanelaThin; src: url("https://143438745.fs1.hubspotusercontent-eu1.net/hubfs/143438745/Fonts/Canela-Thin-Web.woff") format("woff"); font-style: normal; font-weight: 100; }

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

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

/* Paragraphs */

p {
  margin: 0 0 15px;
}

strong {
  font-weight: 800;
}

/* Links */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 123.5%;
  margin: 0 0 1.5rem;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 20px;
  letter-spacing: 1.18px;
}

h5 {
  font-size: 20px;
  letter-spacing: 1.18px;
}

h6 {
  font-size: 18px;
  line-height: normal;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

iframe {
  max-width: 100%;
}

/* Lists */

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 2.8rem;
}

ul.no-list {
  list-style: none;
}

/* Code Blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  padding: 1.5rem 2.8rem;
}

/* Horizontal Rules */

hr {
  border: 0 none;
  border-bottom: 2px solid;
}

/* Subscripts and Superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus State */

:focus {
  outline: none;
}

.disable-focus-styles :focus {
  outline: none;
}
/* Primary Button */
.hs-button,
.cta_button,
button,
.button {
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: inline-flex;
  letter-spacing: 0;
  margin: 0 0 0;
  text-align: center;
  transition: all 0.15s linear;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  border: 1px solid #d0d0d0;
  pointer-events: none;
}

.button.button--secondary:disabled {
  background-color: inherit;
}

.button.button--simple:disabled {
  background-color: inherit;
  border: inherit;
}

/* Simple Button */

.button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 !important;
  position: relative;
}

.button.button--simple:after {
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus {
  background-color: transparent;
  border: none;
}

.button.button--simple:active {
  background-color: transparent;
  border: none;
}

/* Button Icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}
/* Base */

.hs-form-field {
  position: relative;
}

/* Form Title */

.form-title {
  margin: 0;
  text-align: center;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

.hs-form-field > label {
  display: block;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Inputs */

.input {
  position: relative;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100% !important;
}

select::-ms-expand {
  display: none;
}

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

/* Inputs - Checkbox/Radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0 0.7rem 0.7rem;
  padding: 0;
  width: 100%;
}

input[type='checkbox'],
input[type='radio'] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - Select */

.hs-fieldtype-select .input:after {
  content: '\25BE';
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* Inputs - Datepicker */

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

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

.fn-date-picker td .pika-button:hover {
  border-radius: 0 !important;
}

/* Headings and Text */

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

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  line-height: 1.25;
}

/* Validation */

.hs-error-msg,
.hs-error-msgs {
  margin-top: 0.35rem;
}

/* Submit */

form input[type='submit'],
form .hs-button {
  cursor: pointer;
  display: block;
  letter-spacing: 0;
  margin: 0 0 1.5rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  width: 100%;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Inline Thank You Message */

.submitted-message {
  color: #fff;
}
/* Tables */

table {
  border-spacing: 0;
  margin-bottom: 1rem;
}

th,
td {
  vertical-align: top;
}

tr:nth-child(odd) {
  background-color: #eff7ff;
}

thead th,
thead td {
  border: none;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
}



/* Header Container */

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

.header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1.5rem 20px;
  position: relative;
}

.header--landing-page .header__container {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .header__container {
    padding: 20px;
  }
}

/* Logo */

.header__logo {
  margin-right: 20px;
  max-width: 250px;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-bottom: 0;
}

/* Navigation Menu */

.header__menu {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .header__navigation {
    box-shadow: 0 23px 50px -14px rgba(0, 0, 0, 0.21);
    display: none;
    margin: 10px 10px 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: calc(100% - 20px);
    z-index: 99;
  }

  .header__menu {
    margin-left: 0;
    min-height: 0;
    order: 3;
  }
}

/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  margin-left: 50px;
}

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

.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 5px;
}

.header__language-switcher .lang_list_class {
  border-radius: 0 0 18px 18px;
  box-shadow: 0 23px 50px -14px rgba(0, 0, 0, 0.21);
  display: block;
  left: auto;
  min-width: 100%;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  right: 0;
  text-align: left;
  top: 100%;
  transform: none;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  visibility: visible;
}

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

.header__language-switcher .lang_list_class li {
  background-color: transparent;
  border: none;
  line-height: 2;
  margin: 0;
  padding: 10px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  padding-top: 10px;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

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

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

.header__language-switcher-label-current {
  align-items: center;
  display: flex;
  line-height: 2;
  margin-left: 10px;
}

.header__language-switcher-label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid;
  content: '';
  display: block;
  height: 0;
  margin: 0 0 0 10px;
  width: 0;
}

@media (max-width: 767px) {
  .header__language-switcher {
    margin-left: auto;
    margin-right: 20px;
    order: 2;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }

  .header__language-switcher .lang_list_class {
    border-radius: 0 0 18px 18px;
  }

  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }

  .header__language-switcher .lang_list_class li {
    padding: 10px 30px;
  }

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

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

  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }
}




header.landing-header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

header.landing-header:after {
  content: '';
  display: block;
  opacity: 0.5;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
  width: 100%;
  height: 160.915px;
  position: absolute;
  top: 0;
  left: 0;
}

header.landing-header > * {
  position: relative;
  z-index: 10;
}

.header-primary-menu {
  display: flex;
  justify-content: center;
  padding: 18px 0 0;
  border-top: 1px solid rgb(255 255 255 / 60%);
}

.header-primary-menu .hs-menu-wrapper > ul a {
  font-size: 14px;
  font-style: normal;
  line-height: 27.2px;
  /* 194.286% */
  letter-spacing: 4.2px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  display: block;
  padding-bottom: 2px;
}

.header-primary-menu .hs-menu-wrapper > ul {
  gap: 60px;
}

.header-primary-menu .hs-menu-wrapper > ul a:after {
  content: '';
  height: 1px;
  width: 100%;
  display: block;
  background: #fff;
  transition: all .3s ease;
  transform: scale(0, 1);
}

.header-primary-menu .hs-menu-wrapper > ul a:hover:after {
  transform: scale(1, 1);
}

.header-top-col-holder {
  padding: 20px 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .3s ease;
}

.mob-trigger {
  width: 29.774px;
  height: 25.914px;
  cursor: pointer;
}

.header-button a {
  margin: 0;
  border: 1px solid var(--white, #FFF);
  padding: 10px 10px 11px;
  font-size: 14px;
  font-style: normal;
  line-height: 21px;
  /* 150% */
  letter-spacing: 1.4px !important;
  text-transform: uppercase;
  min-width: 151px;
  text-align: center;
  justify-content: center;
  color: #fff;
}

.header-button a:hover {
  background: #cc8a00;
  color: #fff;
}
.scroll-header header.landing-header:after {
  background: #000;
  height: 158px;
}

.scroll-header .header-top-col-holder {
  padding: 10px 0;
}

/* .scroll-header .header-bottom {
transform: translateY(-21px);
opacity: 0;
} */

.header-bottom {
  transform: translateY(0);
  opacity: 1;
  transition: all .3s ease;
}

.header-logo {
  transition: all .3s ease;
  width: 116px;
}

.scroll-header .header-logo {
  width: 100px;
}
.header-primary-menu .hs-menu-wrapper>ul a {
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 20px;
}

.header-primary-menu .hs-menu-wrapper>ul {
  gap: 24px;
}

header.header .content-wrapper {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 40px;
}

.header-logo {width: 100px;}
.header-top-right {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #fff;
}

.header-top-right path {
  fill: #fff;
}

span.hs-language-switcher__current-language {
  color: #fff !important;
  font-size: 14px;
  font-style: normal;
  line-height: 18px; /* 128.571% */
  text-transform: uppercase;
}

ul.hs-language-switcher__menu {
  z-index: 10;
}

header.header .header-bottom {
  z-index: 6;
}

.header-top {
  z-index: 24;
}

#hs_cos_wrapper_language-switcher .hs-language-switcher__item:focus, #hs_cos_wrapper_language-switcher .hs-language-switcher__item.active, #hs_cos_wrapper_language-switcher .hs-language-switcher__menu.mousemove .hs-language-switcher__item:hover {
  background: transparent !important;
  color: #fff !important;
}
#hs_cos_wrapper_language-switcher .hs-language-switcher__icon {
  display: none !important;
}
.wt-link {
  line-height: 0;
}
.header-simple-menu a {
  letter-spacing: .1em;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
  text-transform: uppercase;
}
.header-simple-menu a:hover {
  color: #fff;
}
.header-simple-menu a:hover {
  color: #fff;
}

.header-top-col-holder {
  position: relative;
}

.header-top-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.landing-header .header-logo {
  width: 100% !important;
  text-align: center;
}

.header-logo img {
  width: 100px !important;
}
.ph-link a {
  color: #fff;
}

.ph-link a svg {
  height: 25px;
}

.ph-link {
  line-height: 0;
}
@media (max-width:767px){
  .header-bottom {
    display: none;
  }
  .header-button {
    display: none;
  }
}



/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header__container {
  display: flex;
  justify-content: space-between;
  max-width: ;
  margin: 0 auto;
  padding: 0 10px;
}

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

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

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

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

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: ;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: ;
  font-weight: 300;
  font-size: 22px;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

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

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

.header__search .hs-search-field__suggestions li a {
  color: ;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

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

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

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

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: ;
  font-size: 0.8rem;
  color: ;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

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

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

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

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

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

.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 {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: ;
  color: ;
}

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

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

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid ;
}

/* Tablet Styles */

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

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
}

/* Mobile Styles */

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

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

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

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

  .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-right: auto;
    margin-left: 0;
  }

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

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

  .header__column {
    position: relative;
  }

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

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

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

  .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;
    width: 25px;
    height: 25px;
  }

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

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

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

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .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;
  }

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

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

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

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

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

header.header.recruit{
  background: #fff;
  padding: 0 20px;
}
.scroll-header header.header {
  background: hsla(0, 0%, 100%, .9);
  box-shadow: 0 3px 8px rgba(0, 0, 0, .24);
  position: fixed;
}
header.header .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 20px;
  transition:all ease 0.5s;
}
.scroll-header .header-menu-container .hs-menu-wrapper > ul > li > a {
  color: #000;
}
.scroll-header .header-menu-container .hs-menu-wrapper > ul > li > a:hover {
  color: #009f40;
}
.header-logo {
  margin: 20px 0;
  min-height:80px;
}
.scroll-header .header-logo{
  margin-top:8px;
  margin-bottom:8px;
}
.header-logo img.hs-image-widget {
  width: 198px !important;
}
.header-logo a {
  display: block;
}
.header-menu-container .hs-menu-wrapper > ul {
  display: flex;
}

.header-menu-container .hs-menu-wrapper > ul > li {
  margin-right: 35px;
  position: relative;
  padding: 12px 0;
}

.header-menu-container .hs-menu-wrapper > ul > li:last-child {
  margin-right: 20px;
}

.header-menu-container {
  margin-left: 30px;
}

.header-menu-container .hs-menu-wrapper > ul > li > a {
  color: #fff;
  font-weight: 600;
  line-height: 25px;
  padding: 5px;
}

.header-menu-container .hs-menu-wrapper > ul ul {
  padding: 20px 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 9px 1px rgb(255 98 29 / 30%);
  position: absolute;
  top: 100%;
  min-width: 150px;
  transition: all .4s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.header-menu-container .hs-menu-wrapper>ul>li:last-child>a {
  background-color: #009f40;
  border: 1px solid #009f40;
  border-radius: 50px;
  color: #fff;
  font-family: trebuchet ms, geneva, sans-serif;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
  fill: #fff;
  font-size: 17px;
  font-weight: 400;
  padding: 11px 34px;
}
.header-menu-container .hs-menu-wrapper>ul>li:last-child>a:focus,
.header-menu-container .hs-menu-wrapper>ul>li:last-child>a:hover {
  background-color: #e9473f;
  color: rgba(255, 255, 255, 1.0);
  border-color: #e9473f;
}
.header-menu-container .hs-menu-wrapper > ul > li > a:hover,
.header-menu-container .hs-menu-wrapper > ul > li.active > a,
.header-menu-container .hs-menu-wrapper > ul > li.active-branch > a,
ul.active-branch li.hs-menu-item.hs-menu-depth-1.active.active-branch:last-child a{
  text-decoration: none;
  color: #fff;
}
ul.active-branch li.hs-menu-item.hs-menu-depth-1:hover > a,
ul.active-branch li.hs-menu-item.hs-menu-depth-1.active.active-branch a {
  color: #009f40;
  text-decoration: underline;
}
.header-menu-container .hs-menu-wrapper > ul ul:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  left: 35px;
}
.header-menu-container .hs-menu-wrapper>ul>li:last-child:hover>a{
  color:#fff;
  text-decoration:none;
}
.header-menu-container .hs-menu-wrapper > ul li.hs-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.header-menu-container .hs-menu-wrapper > ul ul li a {
  color: #161514;
  font-weight: 600;
  line-height: 25px;
  padding: 5px;
  margin-bottom: 10px;
  display: block;
}

.header-menu-container .hs-menu-wrapper > ul ul li a:hover,
.header-menu-container .hs-menu-wrapper > ul ul li.active > a,
.header-menu-container .hs-menu-wrapper > ul ul li.active-branch > a {
  text-decoration: underline;
  color: rgba(255,98,29,1.0);
}

.header-menu-container .hs-menu-wrapper > ul ul li:last-child > a {
  margin: 0;
}



/* ========================= fixed header ==================== */


div#hs_cos_wrapper_scroll_header_logo {
  display: none;
}

header.header {
  transition: all .4s ease;
  position: absolute;
  width: 100%;
  top: 0;
  left:0;
  right:0;
  z-index:999;
}
.header-show header.header, .header-hide header.header {
  position: fixed;
  box-shadow: 0px 0px 8px -1px #000;
  padding: 0;
}

.header-hide header.header {
  top: 0;
}

.header-show div#hs_cos_wrapper_scroll_header_logo {
  display: block;
}

.header-show div#hs_cos_wrapper_header_logo {
  display: none;
}

.header-hide div#hs_cos_wrapper_scroll_header_logo {
  display: block;
}

.header-hide div#hs_cos_wrapper_header_logo {
  display: none;
}
main.body-container-wrapper.hm-page {
  margin-top: 0;
}

body:not(.header-show):not(.header-hide) header.header.trans {
  background: transparent;
}
body:not(.header-show):not(.header-hide) header.header.trans .hs-menu-wrapper > ul > li > a {
  color: #fff;
}

body:not(.header-show):not(.header-hide) header.header.trans .hs-menu-wrapper > ul > li > a:hover {
  color: #161514;
}
/* ============================================================= */

.header-menu-container .hs-menu-wrapper>ul>li>a{
  font-size:18px;
}



@media (max-width:991px){
  .header-logo img.hs-image-widget {
    width: 145px !important;
  }
}


@media (min-width:768px) and (max-width:991px){
  .header-menu-container .hs-menu-wrapper>ul>li {
    margin-right: 15px;
  }
}


@media (max-width:767px){
  .scroll-header .hamburger .line {
    background: #009f40;
  }
  header.header .content-wrapper{
    justify-content: center;
  }
  #hamburger-9{
    cursor: pointer;
    display: block;
    margin-left: auto;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 19;
    right:20px;
    top: -14px; 
    text-align: center;
  }
  #hamburger-9.is-active{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #hamburger-9:before{
    border: 5px solid transparent;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    height: 50px;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 50px;
    top: -1px;
    right: -7px;
  }
  #hamburger-9.is-active .line{
    background:#009f40;
  }
  #hamburger-9.is-active:before{
    border: 5px solid #009f40;
  }
  #hamburger-9.is-active .line{
    width: 35px;
  }
  #hamburger-9.is-active .line:nth-child(2){
    opacity: 0;
  }
  #hamburger-9.is-active .line:nth-child(1){
    -webkit-transform: translateY(13px);
    -ms-transform: translateY(13px);
    -o-transform: translateY(13px);
    transform: translateY(13px);
  }
  #hamburger-9.is-active .line:nth-child(3){
    -webkit-transform: translateY(-13px) rotate(90deg);
    -ms-transform: translateY(-13px) rotate(90deg);
    -o-transform: translateY(-13px) rotate(90deg);
    transform: translateY(-13px) rotate(90deg);
  }
  .hamburger .line {
    background-color: #ecf0f1;
    display: block;
    height: 5px;
    margin: 8px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 40px;
  }
  .mobile-trigger {
    cursor: pointer;
    display: block;
    margin-left: auto;
    position: relative;
    z-index: 19;
    height: 40px;
    width: 40px;
  }
  .mobile-trigger span {
    background: #161514;
    height: 5px;
    width: 35px;
    display: block;
    border-radius: 8px;
    transition: all .4s ease;
  }

  .header-menu-container {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    height: 100vh;
    margin: 0;
    z-index: 10;
    width: 50%;
    min-width: 300px;
    pointer-events: none;
    transform: scale(0, 1);
    transition: all .4s ease;
    transform-origin: right;
    opacity: 0;
    visibility: hidden;
  }

  .mobile-trigger span + span {
    margin-top: 5px;
  }

  .mobile-trigger:hover span {
    background: rgba(255,98,29,1.0);
  }

  /*   body:not(.mobile-open):not(.header-show):not(.header-hide) .mobile-trigger span {
  background: #fff;
} */

  body:not(.mobile-open):not(.header-show):not(.header-hide) .mobile-trigger:hover span {
    background: #161514;
  }

  .header-menu-container div#hs_cos_wrapper_primary_menu {
    height: 100%;
    max-height: calc(100% - 100px);
    overflow: hidden;
    overflow-y: auto;
    display: flex;
    align-items: center;
  }

  .header-menu-container span#hs_cos_wrapper_primary_menu_ {
    display: block;
    padding: 20px;
  }

  .header-menu-container .hs-menu-wrapper>ul {
    flex-direction: column;
  }

  .header-menu-container .hs-menu-wrapper>ul>li {
    margin: 0;
    width: 100%;
  }

  body:not(.header-show):not(.header-hide) header.header.trans .hs-menu-wrapper>ul>li>a {
    color: #161514;
  }

  body:not(.header-show):not(.header-hide) header.header.trans .hs-menu-wrapper>ul>li>a:hover,
  body:not(.header-show):not(.header-hide) header.header.trans .hs-menu-wrapper>ul>li.active>a,
  body:not(.header-show):not(.header-hide) header.header.trans .hs-menu-wrapper>ul>li.active-branch>a {
    color: rgba(255,98,29,1.0);
  }


  body {
    overflow-x: hidden;
  }

  html {
    overflow-x: hidden;
  }
  .mobile-open .header-menu-container {
    transform: scale(1,1);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .mobile-open main.body-container-wrapper {
    filter: blur(6px);
  }

  .mobile-open .mobile-trigger span {
    opacity: 1;
    margin-top:0;
    transform: rotate( -45deg );
  }

  .mobile-open .mobile-trigger span:first-child {
    opacity: 1;
    transform: rotate(45deg);
    margin-bottom:0;
  }

  .mobile-open .mobile-trigger span:last-child {
    opacity: 0;
    transform: rotate( -45deg );
  }
  .header-menu-container .hs-menu-wrapper>ul>li>a {
    color: #000;   
  }
}

@media(max-width:479px){
  #hamburger-9 {
    right: 10px;
  }
}
/* Footer Container */

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

.footer__container {
  margin: 0 auto;
  padding: 5.6rem 20px 2.8rem;
}

/* Footer Rows */

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

.footer__navigation {
  width: 22%;
}

.footer .hs-menu-wrapper ul {
  list-style: none;
  margin: 0.5rem 0 2rem;
  padding-left: 0;
}

.footer .hs-menu-wrapper li {
  margin: 0.7rem 0;
}

.footer .hs-menu-wrapper li a:hover {
  text-decoration: none;
}

.footer__form {
  width: 25%;
}

@media (max-width: 767px) {
  .footer__row {
    flex-wrap: wrap;
  }

  .footer__navigation,
  .footer__form,
  .footer__follow-me,
  .footer .widget-type-header,
  .footer .widget-type-simple_menu,
  .footer .social-links {
    text-align: center;
    width: 100%;
  }
}

/* Footer Form */

.footer--site-page .footer__form form,
.footer--site-page .widget-type-form form {
  margin-bottom: 1.5rem;
  padding: 0;
}

/* Landing Page Footer */

.footer--landing-page {
  border-top: 2px solid #eff7ff;
}

.footer--landing-page .footer__container {
  padding: 2.8rem 0 1.5rem;
}

/* Footer Form */

.footer--site-page form {
  background-color: transparent;
  border: none;
  padding: 0;
}

.footer--site-page .footer__form .form-title {
  background-color: transparent;
  font-size: 1rem;
  padding: 0 0 1rem;
  text-align: left;
}

@media (max-width: 980px) {
  .footer--site-page .footer__form {
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 0.75rem 0 0;
    width: 75%;
  }

  .footer--site-page .footer__form .form-title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer--site-page .widget-type-form {
    margin: 0 auto;
    width: 75%;
  }
}
.footer .hs-menu-wrapper ul {
  margin: 0;
}

.footer .hs-menu-wrapper ul li {
  margin: 0;
}

.footer .widget-type-linked_image {
  text-align: right;
}

.footer .widget_1669896018677-flexbox-positioning {
  display: block !important;
}

.social-links {
  line-height: 0;
  justify-content: flex-end;
  margin-top: 10px;
}

.footer .hs-menu-wrapper ul li + li {
  margin-left: 16px;
}

.social-links__icon {
  margin: 0;
}
p.tt {
  position: relative;
}

.footer-menu p.tt:after {
  content: '';
  height: 1px;
  width: 67%;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

footer.footer.page-footer .footer-menu {
  display: none;
}
.footer-contact {
  width: auto;
  margin-left: auto;
}


.footer-section {
  background: #151414;
  position: relative;
  padding-top:20px;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
  max-width: 150px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon a {
  color: #fff !important;
  margin-right: 15px;
  line-height:1;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #009f40;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #009f40;
}
.footer-menu {
  width: auto;
  margin-left: auto;
  float: right;
}
footer .hs-input {
  padding-top: 17px;
  padding-bottom: 17px;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
footer.footer-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.row-fluid .span4 {
  padding-left: 15px;
  padding-right: 15px;
}
footer.footer-section .form-title {
  text-align: left;
  color: #7e7e7e;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 14px;
  font-weight: normal;
  margin-top: 0;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}
.pt-5, .py-5 {
  padding-top: 3rem !important;
}
.footer-social-icon a:hover {
  opacity: 0.7;
}


@media (min-width:768px) and (max-width:991px){
  .footer-section .row-fluid .span4 {
    width: 25%;
  }
  .footer-section .row-fluid .span4:nth-child(2) {
    width: 50%;
  }
  .footer-section .row-fluid .span4:nth-child(3) {
    width: 25%;
  }
  .footer-social-icon a:last-child {
    margin-right: 0;
  }
  .footer-social-icon a {
    min-width: 30px;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    margin-right: 9px;
  }
  .footer-social-icon {
    flex-wrap: wrap;
  }
  .footer-widget ul li {
    padding-right: 5px;
  }

}

@media(max-width:767px){
  footer.footer-section .copyright-area .row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
  .row-fluid .span4 {
    margin-bottom: 40px;
  }
  footer.footer-section .copyright-area {
    text-align: center;
  }
  .copyright-text p {
    text-align: center;
    margin-top: 0;
  }
  .footer-menu {
    width: 100%;
    float: none;
  }
  .footer-section .footer-content.pt-5.pb-5 {
    padding-bottom: 0 !important;
  }
  footer.footer-section .row-fluid .span4 {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

/* Language switcher */

.body-container-wrapper .lang_switcher_class {
  width: 100%;
}

.body-container-wrapper .lang_list_class {
  left: 10px;
}

.body-container-wrapper .lang_list_class li {
  margin: 0;
}


.button.full-button {
  margin: 0;
  border: 1px solid;
  padding: 11px 18px;
}

.button.full-button:hover {
  border: 1px solid;
}
.global-content-style {
  position: relative;
  overflow: hidden;
}

.heading-hero-container__media {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.heading-hero-container__media video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}

.global-content-style > .content-wrapper {
  position: relative;
  z-index: 10;
}

.global-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a.button {
  margin-bottom: 0;
}

.col-holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.col-holder > * {
  padding: 0 20px;
}

.col-holder.al-left {
  flex-direction: row-reverse;
}

.tw-col-content {
  padding: 0 50px;
}

.tw-col-button a {
  margin: 30px 0 0;
}
.pop-cotainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 100%;
  background: rgb(0 0 0 / 79%);
  padding: 40px;
  align-items: center;
  justify-content: center;
  display: none;
}

.close {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  position: absolute;
  top: 40px;
  right: 60px;
}

.pop-main-content {
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.pop-main-content video {
  width: 100%;
}

.pop-container-inner {
  height: 100%;
}
@media (max-width:767px){
  .col-holder > * {
    width: 100% !important;
  }

  .col-holder {
    flex-direction: column-reverse !important;
    gap: 40px 0;
  }
}

span.tw-img.med-pop-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

span.tw-img.med-pop-trigger .button {
  border: 2px solid #FFF !important;
  background: rgba(0, 0, 0, 0.25) !important;
  backdrop-filter: blur(1px) !important;
  color: #fff !important;
  padding: 13px 59px !important;
}

span.tw-img.med-pop-trigger .button:hover {
  background: rgb(255 255 255 / 25%) !important;
  color: #000 !important;
}

.tw-col-media {
  position: relative;
}

.slic-nav {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 60px;
  bottom: 33px;
}

.slic-count {
  color: #FFF;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin: 0 15px;
}

.slic-nav .slick-arrow {
  line-height: 0;
  cursor: pointer;
}

.slic-nav .slick-arrow.slic-left {
  transform: rotate(-180deg);
}

.sec-layfull .tw-col-media {
  padding: 0;
  line-height: 0;
}

.pop-cotainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 100%;
  background: rgb(0 0 0 / 79%);
  padding: 40px;
  align-items: center;
  justify-content: center;
  display: none;
}

.close {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  position: absolute;
  top: 40px;
  right: 60px;
}

.pop-main-content {
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.pop-main-content video {
  width: 100%;
}

.pop-container-inner {
  height: 100%;
}
span.tw-img {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.al-left .slic-nav {
  left: auto;
  right: 60px;
}
.tw-slides video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-hidden + .slic-count {
  display: none;
}
.col-holderr {
  margin: 0 0 50px;
}

.col-card-item-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.csl-card-items {
  flex: 1;
  flex-basis: calc(33.33% - 16.7px);
}

.col-card-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 35px;
}

.col-cnt {
  margin: 24px 0;
}

.col-card-content {
  padding: 0 0;
}

.banner-slider-outer {
  position: relative;
}
sup {
  text-transform: initial;
  letter-spacing: 0;
}

.card-content h6 {
  font-size: 18px !important;
}
.tw-col-summary ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tw-col-summary ul li {
  padding-left: 29px;
  position: relative;
  font-size: 14px;
  line-height: 1.4;
}

.tw-col-summary ul li:before {
  width: 20px;
  height: 20px;
  content: '';
  display: block;
  background: url('https://143438745.fs1.hubspotusercontent-eu1.net/hubfs/143438745/check-mark%20%281%29.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 1px;
}

.tw-col-summary ul li + li {
  margin-top: 10px;
}
.tw-col-summary ul {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 20px;
}

.tw-col-summary ul li {
  width: calc(50% - 10px);
  margin: 0 !important;
}
.footer__container {
    padding: 20px !important;
}

footer.footer {
    background: #000 !important;
    color: #fff !important;
}
@media (max-width:767px){
  .csl-card-items {
    flex-basis: 100%;
  }
  .tw-col-summary ul {
    column-count: 1;
  }
  .tw-col-summary ul li {
    width: 100%;
    margin: 0 !important;
  }
}
html {
  scroll-behavior: smooth;
}
a.button.green{
  background:#07A65B;
  border-color:#07A65B;
}
a.button.black{
  border-color:#000;
  background:#000;
}
a.button.white{
  border-color:#fff;
  background:#fff;
  color:#000;
}
a.button.black:hover,
a.button.black:focus,
a.button.default:focus,
a.button.default:hover,
a.button.green:focus,
a.button.green:hover{
  background:#34565B;
  border-color:#34565B;
  color:#fff;
}
a.button.white svg * {
  fill: #000;
}
.button.button-icon {
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 10px 30px 10px 23px !important;
  position: relative;
  text-align: center;
}
.button.button-icon svg{
  height: 10px;
  left: auto;
  margin: 0;
  position: absolute;
  right: 16px;
  width: 10px;
  z-index: 10;
}

.wave {
  animation: wave 5s ease-in-out infinite alternate;
  background: url(https://static.platzi.com/media/files/waves_c8551f5d-ecf6-4a81-ae1d-f3a0ad55ba10.png) no-repeat bottom;
  bottom: 0;
  height: 400px;
  left: -180px;
  position: absolute;
  width: calc(100% + 310px);
}
.wave.a{
  background-position: 0 -854px;
}
.wave.b{
  animation-delay: 6s;
  background-position: 0 -427px;
}
.wave.c{
  animation-delay: 1.2s;
  background-position: 0 0;
}

@keyframes wave{
  0%{
    transform: translate(0px, 0px);
  }
  50%{
    transform: translate(-30px, 30px);
  }
  100%{
    transform: translate(80px, -60px);
  }
}




.vd-container {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  backdrop-filter: blur(9px);
  background: rgba(0, 0, 0, .6);
  display: none;
  height: 100%;
}

.vd-close {
  align-items: center;
  background: #fff;
  color: #e9473f;
  cursor: pointer;
  display: flex;
  font-size: 23px;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
}

.vd-content-inner {
  left: 50%;
  max-width: 95%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  z-index: 10;
}

.vd-pop-inner {
  height: 100%;
}

.vd-content-inner * {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}


.lc-container {
  overflow: hidden;
}

.lc-top-title h2 {
  color: #34565b;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 15px;
  text-transform: uppercase;
}

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

.lc-top-title {
  position: relative;  
  margin: 0;
  text-align: center;
}

.lc-container .content-wrapper {
  position: relative;
}

.lc-container .content-wrapper ul.slick-dots {
  display: none !important;
}

.lc-slides-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 80px 0;
  position: relative;
}

.lc-left {
  width: 50%;
  padding-left: 85px;
  position: relative;
  z-index: 3;
  padding-right: 10px;
}
.lc-right {
  width: 50%;
  position: relative;
  z-index: 2;
}
.lc-right-inner {
  position: relative;
}
.lc-image {
  line-height: 0;
  box-shadow: 10px 31px 54px 0px rgba(0, 0, 0, 0.11);
}
.lc-image img {
  width: 100%;
}
.lc-location-link {
  position: absolute;
  bottom: 33px;
  left: 36px;
}
.lc-location-link a {
  display: flex;
  align-items: flex-end;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 29px;
  letter-spacing: 0.231px;
  text-transform: uppercase;
}
.lc-location-link a:hover {
  color: #DA2933;
}
.lc-slides-inner:after {
  content: '';
  display: block;
  width: 70%;
  height: 100%;
  background: #DA2933;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left;
  transition: all 0.7s ease 0.5s;
}

.lc-left-top {
  display: flex;
  margin: 0;
}

.lc-logo {
  align-items: center;
  background:#fff;
  box-shadow: 0 4px 54px 0 rgba(0, 0, 0, .25);
  display: flex;
  flex-shrink: 0;
  height: 120px;
  justify-content: center;
  line-height: 0;
  padding: 10px 10px 8px;
  width: 108px;
}

.lc-logo-content {
  width: calc(100% - 108px);
  padding-left: 7px;
}

.lc-logo-content h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.lc-logo-content h2 {
  text-transform: uppercase;
  margin-top: -12px;
}
.lc-logo-content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.lc-logo-content h6 {
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.09px;
  text-transform: uppercase;
}

.lc-content {
  font-weight: 500;
  line-height: 175%;
  /* 175% */
  letter-spacing: 0.112px;
}

.lc-buttons {
  padding: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}

.lc-container .slick-list {
  overflow: unset;
}

.lc-container .slick-list .slick-slide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .3s ease;
}

.lc-container .slick-list .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.slick-active .lc-slides-inner:after {
  transform: scale(1, 1);
}
.lc-right-inner, .lc-left {
  opacity: 0;
  transition: all .5s ease 0.5s;
}

.slick-active .lc-right-inner, .slick-active .lc-left {
  opacity: 1;
}



body {
  overflow-x: hidden;
}

.slide-arrows > * {
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
  cursor: pointer;
}

.slide-arrows > *:last-child {
  left: auto;
  right: -60px;
}

.slide-arrows .slick-disabled path {
  stroke: #C3C3C3;
}

.slide-arrows .slick-disabled {
  pointer-events: none;
}

.popup-form .form-inner-wrap {
  background: #fff;
  left: 0;
  margin: 30px auto;
  max-width: 630px;
  padding: 50px 36px;
  position: relative;
  right: 0
}
.popup-form {
  background: rgba(0,0,0,.8);
  bottom: 0;
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  transition: all .4s ease;
  visibility: hidden;
  z-index: -99
}
.popup-form h3.form-title {
  background: transparent;
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 17px;
  padding: 0;
  text-align: center;
  text-transform: capitalize
}
.popup-form h3.form-title:empty {
  display: none
}
.popup-form.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999
}
.popup-form .form-inner-wrap .close-icon {
  cursor: pointer;
  float: right;
  font-size: 28px;
  position: absolute;
  right: 15px;
  top: 9px
}


@media (max-width:991px){
  .lc-left {
    padding-left: 40px;
  }

  .lc-slides-inner {
    padding: 60px 0;
  }
}

@media (max-width:767px){
  .custom-table-group {
    width: 100% !important;
  }
  .lc-slides-inner {
    flex-direction: column;
    padding: 40px 0 80px;
  }

  .lc-slides-inner:after {
    width: 100%;
    height: 67%;
  }

  .lc-left, .lc-right {
    width: 100%;
  }

  .lc-right {
    margin-top: 40px;
    padding: 0 40px;
  }
}

