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

h1, h2, h3, h4, h5, h6, a, p, li, button {
  margin: 0;
  padding: 0;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
   ========================================================================== */

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}
:root {
  --green-freedom: #006c68;
  --green-1: #369881;
  --green-2: #3ea197;
  --green-3: #c3f35d;
  --green-4: #94ca46;
  --green-hover: #83cc20;
  --green-spirulina: #144835;
  --green-green: #42c48c;
  --green-linear: #42c4a5;
  --green-bg: #65bea7;
  --green-dark: #234736;
  --green-light: #cdf274;
  --blue-blue: #042d5c;
  --blue-dark-blue: #093256;
  --blue-sky: #0025ce;
  --blue-hover: #4643e4;
  --blue-baby: #2a87f4;
  --blue-day: #3ab7ff;
  --blue-ocean: #badaff;
  --blue-ice: #d6e9ff;
  --blue-obscure: #181727;
  --neutrals-black: #000000;
  --neutrals-obsidian: #161e22;
  --neutrals-charcoal: #192328;
  --neutrals-dark-silver: #465561;
  --neutrals-gray: #8498aa;
  --neutrals-silver: #bbc3cb;
  --neutrals-light-grey: #e7ebee;
  --neutrals-white: #ffffff;
  --neutrals-grey: #eff2e4;
  --gradient-gradient-default: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.2)
    ),
    linear-gradient(95.78deg, #006c68 -36.32%, #42c4a5 107.01%);
  --gradient-gradient-default: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.2)
    ),
    linear-gradient(96.93deg, #042d5c -10.41%, #2a87f4 119.22%);
  --gradient-1: linear-gradient(142.15deg, #00eaff 0%, #0025ce 100%);
  --gradient-2: linear-gradient(142.15deg, #badaff 0%, #4d3589 100%);
  --gradient-3: linear-gradient(142.15deg, #ff1d74 0%, #584976 100%);
  --gradient-4: linear-gradient(142.15deg, #42c4a5 0%, #1a6b8f 100%);
  --gradient-5: linear-gradient(
    142.15deg,
    #bc8e8e 0%,
    #1a6b8f 100%,
    #2a87f4 100%
  );
  --max-width: 1312px;
  font-size: 62.5%;
}
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

@font-face {
  font-family: 'Maison Neue Extended';
  src: url('https://25719347.fs1.hubspotusercontent-eu1.net/hubfs/25719347/fonts/Outfit-Black.woff') format('woff'),
      url('https://25719347.fs1.hubspotusercontent-eu1.net/hubfs/25719347/fonts/Outfit-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Maison Neue Extended';
  src: url('https://25719347.fs1.hubspotusercontent-eu1.net/hubfs/25719347/fonts/Outfit-Bold.woff') format('woff'),
      url('https://25719347.fs1.hubspotusercontent-eu1.net/hubfs/25719347/fonts/Outfit-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Maison Neue Extended Demi';
  src: url('https://25719347.fs1.hubspotusercontent-eu1.net/hubfs/25719347/fonts/Outfit-SemiBold.woff') format('woff'),
      url('https://25719347.fs1.hubspotusercontent-eu1.net/hubfs/25719347/fonts/Outfit-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Maison Neue Extended Book';
  src: url('https://25719347.fs1.hubspotusercontent-eu1.net/hubfs/25719347/fonts/Outfit-Regular.woff') format('woff'),
      url('https://25719347.fs1.hubspotusercontent-eu1.net/hubfs/25719347/fonts/Outfit-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Maison Neue Extended';
  src: url('https://25719347.fs1.hubspotusercontent-eu1.net/hubfs/25719347/fonts/Outfit-Light.woff') format('woff'),
      url('https://25719347.fs1.hubspotusercontent-eu1.net/hubfs/25719347/fonts/Outfit-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Maison Neue Extended';
  src: url('https://25719347.fs1.hubspotusercontent-eu1.net/hubfs/25719347/fonts/Outfit-Medium.woff') format('woff'),
      url('https://25719347.fs1.hubspotusercontent-eu1.net/hubfs/25719347/fonts/Outfit-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  font-size: 1.6rem;
  color: var(--neutrals-black);
  overflow-x: hidden;
}

.body-wrapper {
  overflow-x: hidden;
}

.body-wrapper.message-visible {
  padding-top: 66px;
}

/* TYPOGRAPHY */

h1 {
  font-family: "Maison Neue Extended";
  font-style: normal;
  font-weight: 500;
  font-size: 4rem;
  line-height: 5.6rem;
}

h2,
.h2 {
  font-family: "Maison Neue Extended";
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.2rem;
}

@media screen and (min-width: 992px) {
  h1 {
    font-family: "Maison Neue Extended";
    font-style: normal;
    font-weight: 500;
    font-size: 4.8rem;
    line-height: 5.6rem;
  }

  h2,
  .h2 {
    font-family: "Maison Neue Extended";
    font-style: normal;
    font-weight: 700;
    font-size: 4rem;
    line-height: 5.6rem;
  }
  .section-entry-title {
    font-family: "Maison Neue Extended";
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: normal;
  }
}

.t-medium {
  font-weight: 500;
}

h3,
.h3 {
  font-family: "Maison Neue Extended";
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  line-height: 4rem;
}

.h3-book {
  font-family: "Maison Neue Extended";
  font-style: normal;
  font-weight: 500;
  font-size: 3rem;
  line-height: 4rem;
}

h4,
.h4 {
  font-family: "Maison Neue Extended";
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.2rem;
}

.h4-v2 {
  font-family: "Maison Neue Extended";
  font-style: normal;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: normal;
}

.body-lg-bold {
  font-family: "Maison Neue Extended";
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.body-lg-medium {
  font-family: "Maison Neue Extended";
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.body-lg-book {
  font-family: "Maison Neue Extended Book";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.body-md-book {
  font-family: "Maison Neue Extended Book";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.body-md-bold {
  font-family: "Maison Neue Extended";
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.body-md-regular {
  font-family: "Maison Neue Extended Book";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.body-md-light {
  font-family: "Maison Neue Extended";
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.body-sm-bold {
  font-family: "Maison Neue Extended";
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.body-sm-regular {
  font-family: "Maison Neue Extended Book";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.body-md-regular-v2 {
  font-family: "Maison Neue Extended Book";
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3.2rem;
}

.label-body {
  font-family: "Maison Neue Extended";
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.label-demi {
  font-family: "Maison Neue Extended";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.t-white {
  color: var(--neutrals-white);
}

.t-green-dark {
  color: var(--green-dark);
}

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

/* LAYOUT */
.d-none {
  display: none !important;
}

@media screen and (min-width: 1200px) {
  .mob-xl {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .desk-xl {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .mob {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .desk {
    display: none !important;
  }
}

.d-flex {
  display: flex;
  flex-direction: column;
}

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

.self-end {
  align-self: flex-end;
}

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

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

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

.items-end {
  align-items: flex-end;
}

.content-between {
  justify-content: space-between;
}

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

.space-around {
  justify-content: space-around;
}

.w-100 {
  width: 100%;
}

.flex-0 {
  flex: 0 0 auto;
}

.flex-1 {
  flex: 1;
}

.grid {
  display: grid;
  width: 100%;
  justify-items: center;
}

.grid-3 {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
}

.grid-6 {
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}

.mx-auto {
  margin: 0 auto;
}

.mt-auto {
  margin-top: auto;
}

.mt-3 {
  margin-top: 24px;
}

.mb-3 {
  margin-bottom: 24px;
}

.mb-4 {
  margin-bottom: 32px;
}

.gap-1 {
  gap: 8px;
}

.gap-2 {
  gap: 16px;
}

.gap-3 {
  gap: 24px;
}

.gap-4 {
  gap: 32px;
}

.no-scroll,
.no-scroll .body-wrapper {
  overflow: hidden;
}

.no-scroll.overflow-y,
.no-scroll.overflow.y .body-wrapper {
  overflow-y: auto;
}

@media screen and (max-width: 991px) {
  .no-scroll,
  .no-scroll .body-wrapper {
    max-height: 100vh;
  }
}

.qrcode img {
  max-width: 200px;
  max-height: 200px;
  width: 100%;
}

.b-dark__neutrals-obsidian {
  background-color: var(--green-dark);
}

.b-dark__neutrals-black {
  background-color: var(--neutrals-black);
}

.b-green__green-bg {
  background-color: var(--green-bg);
}

.b-green__green-1 {
  background-color: var(--green-1) !important;
}

.b-dark__blue-dark {
  background-color: var(--blue-dark-blue) !important;
}

@media screen and (max-width: 767px) {
  .md-gap-3 {
    gap: 24px;
  }

  .sm-gap-1 {
    gap: 8px;
  }

  .body-sm-24 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  .body-sm-18-bold {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .body-sm-16-regular {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }

  .flex-sm-column {
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .sm-no-gap {
    gap: unset;
  }

  .sm-mb-1 {
    margin-bottom: 8px;
  }
}

#mkt {
  opacity: 0;
  height: 0;
}

.custom-rich-text a {
  color: inherit;
  text-decoration: underline;
}

.custom-rich-text a:hover {
  color: inherit;
  text-decoration: none;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#onetrust-policy-title,
#onetrust-button-group {
  font-family: "Maison Neue Extended", Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

#onetrust-pc-btn-handler,
#onetrust-reject-all-handler,
#onetrust-accept-btn-handler {
  border-radius: 26px !important;
}

#ot-sdk-btn-floating.ot-floating-button {
  display: none;
}

#ot-sdk-btn.ot-sdk-show-settings.b-simple-link {
  font-family: "Maison Neue Extended";
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  color: var(--neutrals-charcoal);
  border: none;
  padding: 0;
  background: none;
  text-decoration: underline;
}

#ot-sdk-btn.ot-sdk-show-settings.b-simple-link:hover {
  background: none;
  color: inherit;
  text-decoration: none;
}

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

/* CSS variables */

:root {
  --gap: 2.127659574%;
}

/* Mobile layout */

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

.row-fluid [class*='span'] {
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

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

  .row-fluid .span11 {
    width: calc(91.66% - var(--gap)/2);
  }

  .row-fluid .span10 {
    width: calc(83.33% - var(--gap)/2);
  }

  .row-fluid .span9 {
    width: calc(75% - var(--gap)/2);
  }

  .row-fluid .span8 {
    width: calc(66.66% - var(--gap)/2);
  }

  .row-fluid .span7 {
    width: calc(58.33% - var(--gap)/2);
  }

  .row-fluid .span6 {
    width: calc(50% - var(--gap)/2);
  }

  .row-fluid .span5 {
    width: calc(41.66% - var(--gap)/2);
  }

  .row-fluid .span4 {
    width: calc(33.33% - var(--gap)/2);
  }

  .row-fluid .span3 {
    width: calc(25% - var(--gap)/2);
  }

  .row-fluid .span2 {
    width: calc(16.66% - var(--gap)/2);
  }

  .row-fluid .span1 {
    width: calc(8.33% - var(--gap)/2);
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
.edge--top {
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 40px, 100% 0, 100% 100%, 0% 100%);
}

.edge--bottom {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0% 100%);
}

.edge--both {
  clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0% 100%);
  -webkit-clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0% 100%);
}

@media screen and (min-width: 992px) {
  .edge--top {
    clip-path: polygon(0 80px, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 80px, 100% 0, 100% 100%, 0% 100%);
  }
  
  .edge--both {
    clip-path: polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0% 100%);
    -webkit-clip-path: polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0% 100%);
  } 

  .edge--bottom {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 0% 100%);
  }
}

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

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

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

/* Paragraphs */

p {
  font-size: 1rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
.b,
.b:visited {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 16px;
  font-family: "Maison Neue Extended";
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: var(--neutrals-black);
  transition: all 0.2s linear;
  border: none;
  width: max-content;
}

.b:hover,
.b:focus {
  font-family: "Maison Neue Extended";
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: var(--neutrals-black);
}

.b-primary {
  background-color: var(--green-4);
  color: var(--green-dark);
}

.b-primary:hover,
.b-primary:focus {
  background-color: var(--green-hover);
  color: var(--green-dark);
}

.b:disabled {
  background-color: var(--neutrals-silver);
}

.b-secondary {
  color: var(--neutrals-white);
  background-color: var(--neutrals-obsidian);
}

.b-secondary:hover,
.b-secondary:focus {
  color: rgba(255, 255, 255, 0.7);
  background-color: var(--neutrals-obsidian);
}

.b-tertiary {
  font-weight: 600;
  color: var(--green-dark);
  background-color: var(--neutrals-grey);
}

.b-tertiary:hover,
.b-tertiary:focus {
  font-weight: 600;
  color: var(--neutrals-black);
  background-color: var(--neutrals-silver);
}
/* Fields */

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

/* Labels */

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

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

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

form textarea {
  resize: vertical;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

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

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.hs-input.hs-fieldtype-intl-phone select{
  display: none;
}

.iti__flag-container {
  width: 115px;
  height: 44px;
  /* position: relative; */
  margin: unset;
  right: unset;
  left: unset;
  top: unset;
  bottom: unset;
  background: #bbc3cba1;
  /* opacity: 0.6; */
}

.iti__selected-dial-code {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #192328;
}

.iti.iti--allow-dropdown.iti--separate-dial-code > input {
  width: 100%!important;
  min-width: unset!important;
  max-width: 312px!important;
  float: unset;
  margin-left: 114px;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}
/* 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;
}
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 {
  font-family: "Lato";
  display: inline-block;
  width: 100%;
  min-height: 44px;
  height: 44px;
  width: 100%;
  color: var(--neutrals-black) !important;
  background: var(--neutrals-white) !important;
  border-radius: 4px;
  border: none !important;
  padding: 10px 16px 10px 16px !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

form input[type="email"]:focus,
form input[type="file"]:focus,
form input[type="number"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="text"]:focus,
form select:focus,
form textarea:focus {
  outline: none;
}

form select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC) !important;
  background-position: calc(100% - 8px) center !important;
  background-repeat: no-repeat !important;
  padding: 10px 50px 10px 16px !important;
  color: var(--neutrals-black) !important;
  padding: 10px 50px 10px 16px !important;
}

form select::placeholder {
  color: red;
}

form label {
  font-family: "Lato";
  color: var(--neutrals-black) !important;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem !important;
  line-height: 2.6rem !important;
  margin-bottom: 8px;
}

form input.hs-search-field__input {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFZSURBVHgBpVK9TgJBEJ7ZRRrNAfFMQAoQQrJY4RvIG8ATcI/gGxgqS2Nli6UV2mmFb2ApDXodl4hwRqAQdsddkkuQn/OHr9jszu4338w3C7ABcP6QFCLLPuEUECsEFEdAH4hulIK657bdRTILNumccHACLQXgkoJSt9NGtUVH5owMWsm8qK2UN4r7+eIgXTgsrbo38VROvCSzIjsf52axYva5Irjrdp6uV5E/+q/eTsKOE9LxaPB2v1A2VkDBFYRB3zMEZymeyguCX2Dx3UzZuJo6KGbCiMYXIHCXyETQ0P04YWQ2BUfLPiyTo3ShB+7sFQpr3dYCNd13fT4+c3vY6/nazXdO7NLatRPblu0O/Z5vRmPZ9gkRnemSQUbk7bjf974pG3jP7QZFoaxHlkEOLWMO4/goFcVIQplxVo1I3lxX3Y8IPkuQAP+TQEnVnHJZ/TM5SDCajN0vsPqDOEp/acIAAAAASUVORK5CYII=") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 24px) !important;
  border: 1px solid #000;
  box-shadow: none;
  -webkit-appearance: none !important;
  padding: 10px 50px 10px 16px !important;
}

.hs_phone select {
  background-color: #a6abb0 !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  background-position: calc(100% - 8px) !important;
  max-width: 115px !important;
  min-width: 115px !important;
}

.hs-fieldtype-intl-phone.hs-input input {
  max-width: calc(100% - 115px) !important;
  width: calc(100% - 115px) !important;
  min-width: calc(100% - 115px) !important;
}

.hs-error-msg {
  color: #b91308 !important;
}

::placeholder {
  color: var(--neutrals-dark-silver);
  opacity: 0.6;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.6;
  color: var(--neutrals-dark-silver);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 0.6;
  color: var(--neutrals-dark-silver);
}

.input textarea.hs-input {
  width: 100% !important;
  height: 160px;
}

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

.header {
  position: relative;
  max-height: 132px;
  background-color: transparent;
  z-index: 2;
}

/* Header DND sections */

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

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 24px;
}

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

.header__logo {
  z-index: 2;
}

.header__menu {
  display: flex;
  align-items: center;
  column-gap: 40px;
  z-index: 1;
}

header .hs-menu-wrapper > ul {
  display: flex;
  column-gap: 40px;
}

header .hs-menu-wrapper li.hs-menu-depth-1 > a {
  font-family: "Maison Neue Extended";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: var(--neutrals-white);
  position: relative;
}

header li.hs-menu-item.hs-menu-depth-1:not(.hs-item-has-children) {
  display: none !important;
}

header .hs-menu-wrapper li.hs-menu-depth-1 > a:after {
  position: absolute;
  width: 0;
  height: 2px;
  content: "";
  left: 0;
  bottom: -8px;
  background-color: var(--green-4);
  transition: all 0.2s linear;
}

header .hs-menu-wrapper li.hs-menu-depth-1:hover > a {
  color: var(--green-4);
}

header .hs-menu-wrapper li.hs-menu-depth-1:hover > a:after {
  width: 100%;
}

header .hs-menu-wrapper ul.hs-menu-children-wrapper {
  background: var(--neutrals-grey);
  backdrop-filter: blur(4px);
  padding: 2px 18px;
  width: max-content;
  border-radius: 16px;
  transition: opacity 0.5s ease-in-out;
}

header .hs-menu-wrapper ul.hs-menu-children-wrapper li {
  padding: 16px 0;
  border-bottom: 1px solid rgba(35, 71, 54, 0.1);
}

header .hs-menu-wrapper ul.hs-menu-children-wrapper li:last-child {
  border-bottom: none;
}

header .hs-menu-wrapper ul.hs-menu-children-wrapper li a {
  font-family: "Maison Neue Extended";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: var(--green-dark);
  max-width: 155px;
}

header .hs-menu-wrapper.flyouts ul.hs-menu-children-wrapper a {
  white-space: normal;
  transition: all 0.2s ease-in-out;
}

header .hs-menu-wrapper.flyouts ul.hs-menu-children-wrapper a:hover {
  color: var(--green-4);
}

header
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
  top: 100% !important;
}

@media screen and (min-width: 992px) {
  .header__container {
    align-items: center;
  }

  .header__container .header__logo {
    flex: 1;
  }

  .header__container .header__logo a {
    display: flex;
  }

  .header__container .header__logo .hs-image-widget {
    flex: 0 0 auto;
  }

  header .hs-menu-wrapper li.hs-menu-depth-1 > a {
    display: block;
  }

  header .header__menu {
    column-gap: normal;
  }

  header .hs-menu-wrapper > ul {
    column-gap: normal;
  }

  header .hs-menu-wrapper > ul > li {
    padding-left: 20px;
    padding-right: 20px;
  }

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

@media screen and (max-width: 991px) {
  .header__container {
    padding: 40px 0 0;
  }

  .header__container .header__logo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* padding: 0 20px; */
    align-items: center;
  }

  header li.hs-menu-item.hs-menu-depth-1:not(.hs-item-has-children) {
    background-color: var(--green-4);
    width: max-content;
    align-items: center;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    display: flex !important;
    justify-content: center;
    padding: 12px 32px;
    transition: all 0.2s linear;
  }

  header li.hs-menu-item.hs-menu-depth-1:not(.hs-item-has-children) > a {
    color: var(--green-dark);
    font-family: "Maison Neue Extended";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.8rem;
    transition: all 0.2s linear;
  }

  header .hs-menu-wrapper li.hs-menu-depth-1 > a:after {
    display: none;
  }

  .header__container .header__logo img {
    max-width: 148px;
  }

  .header__container .toggle-menu {
    flex: 0 0 32px;
    text-align: center;
  }

  .header .toggle-menu.toggle-open svg {
    vertical-align: top;
  }

  .header .toggle-menu.toggle-open svg path {
    transition: opacity 0s, transform 0.2s ease-in-out;
  }

  .header .toggle-menu.toggle-open svg path:nth-child(2) {
    opacity: 0;
  }

  .header .toggle-menu.toggle-open svg path:first-of-type {
    transform: rotate(45deg) translate(4px, -11px);
  }

  .header .toggle-menu.toggle-open svg path:last-of-type {
    transform: rotate(-45deg) translate(-13px, -2px);
  }

  .header__container .header__menu > .hs_cos_wrapper:last-child a {
    position: fixed;
    bottom: 0;
    left: 100vw;
    width: 100%;
    border-radius: 0;
    min-height: 76px;
    transition: all 0.4s ease-in-out;
  }

  .header__container .header__menu.open > .hs_cos_wrapper:last-child a {
    max-width: 100vw;
    left: 0;
  }

  .header__container .header__menu {
    position: fixed;
    top: 0;
    left: 100vw;
    width: 100vw;
    height: 100vh;
    background: #161e22;
    padding: 130px 20px 0;
    align-items: flex-start;
    transition: all 0.4s ease-in-out;
  }

  .header__container .header__menu.open {
    left: 0;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .header__container .header__menu::after {
    content: "";
    position: fixed;
    top: 0;
    left: 100vw;
    width: 100vw;
    height: 95px;
    background-color: var(--neutrals-obsidian);
    transition: all 0.4s ease-in-out;
  }

  .header__container .header__menu.open::after {
    left: 0;
  }

  .header .hs-menu-wrapper li.hs-menu-depth-1 a {
    width: 100%;
  }

  .header .hs-menu-wrapper li.hs-menu-depth-1 > a {
    font-family: "Maison Neue Extended";
    font-style: normal;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  header .hs-menu-wrapper > ul {
    flex-direction: column;
    gap: 40px;
    padding-bottom: 130px;
  }

  .header__menu.open > div:first-child {
    width: 100%;
    flex: 0 0 100%;
  }

  /* .header__menu.open > div:last-child {
    display: none;
  } */

  .header .hs-menu-item.hs-menu-depth-1.hs-item-has-children svg {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    transition: all 0.4s ease-in-out;
  }

  .header .hs-menu-item.hs-menu-depth-1.hs-item-has-children.open svg {
    transform: rotate(180deg);
  }

  .header
    .hs-menu-item.hs-menu-depth-1.hs-item-has-children
    .hs-menu-children-wrapper {
    visibility: hidden !important;
    opacity: 0 !important;
    display: none !important;
  }

  .header
    .hs-menu-item.hs-menu-depth-1.hs-item-has-children.open
    .hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
  }

  .header .hs-menu-wrapper.flyouts .hs-item-has-children {
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .header__container .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    display: none;
    position: relative;
  }

  header .hs-menu-wrapper ul.hs-menu-children-wrapper {
    background: unset;
    clip-path: unset;
    padding: 0;
  }

  header .hs-menu-wrapper ul.hs-menu-children-wrapper li {
    border-bottom: none;
    padding: 0;
    margin-top: 24px;
  }

  .header__container .hs-menu-wrapper.flyouts .hs-menu-children-wrapper.open {
    display: flex;
  }

  header .hs-menu-wrapper ul.hs-menu-children-wrapper li a {
    color: var(--neutrals-white);
    font-family: "Maison Neue Extended";
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.8rem;
    max-width: unset;
  }

  header .hs-menu-wrapper li.hs-menu-depth-1:hover > a {
    color: var(--neutrals-white);
  }

  header .hs-menu-wrapper li.hs-menu-depth-1:hover > a:after {
    content: unset;
  }

  header.dark-header .hs-menu-wrapper ul.hs-menu-children-wrapper li a,
  header.dark-header .hs-menu-wrapper li.hs-menu-depth-1:hover > a {
    color: var(--neutrals-charcoal);
  }
}

.dark-header,
header.dark-header .hs-menu-wrapper li.hs-menu-depth-1 > a {
  color: var(--neutrals-charcoal);
}

.dark-header .toggle-menu svg path {
  stroke: var(--neutrals-charcoal);
}

.dark-header .header__container .header__menu {
  background: var(--neutrals-white);
}

.dark-header .header__container .header__menu svg path {
  fill: var(--neutrals-charcoal) !important;
}

li.iti__country {
  font-size: 14px;
  font-family: "Lato";
}

@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  @media screen and (max-width: 991px) {
    header .hs-menu-wrapper > ul > li ~ li {
      margin-top: 40px;
    }
  }
}
footer.footer {
  position: relative;
  background-color: var(--green-dark);
  padding: 80px 0 41px;
  overflow: hidden;
}

footer.footer .grid {
  justify-items: unset;
}

.footer-wrapper .logo-wrapper img {
  max-width: 148px;
  object-fit: contain;
}

.footer-wrapper .logo-wrapper .stores img {
  max-width: none;
  height: 26px !important;
  max-height: none !important;
  width: auto;
}

.footer-wrapper {
  max-width: 1312px;
  margin: 0 auto;
  width: 100%;
}

.footer-wrapper .grid {
  margin-top: 64px;
}

.footer .section-1 {
  gap: 40px;
}

footer.footer .lang-holder > p {
  font-family: "Maison Neue Extended";
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.6rem;
  color: #ffffff;
}

.footer .section-1 .hs-menu-wrapper ul {
  flex-direction: column;
  row-gap: 8px;
}

.footer .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  row-gap: 8px;
  margin-top: 8px;
}

.footer .hs-menu-depth-1 a {
  font-family: "Maison Neue Extended";
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.6rem;
  color: var(--neutrals-white);
}

.footer .hs-menu-depth-2 a,
.footer .section-1 .hs-menu-depth-1 a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.6rem;
  color: var(--neutrals-white);
}

.partners-copyright {
  align-items: flex-end;
}

.partners-copyright .social-links {
  align-items: flex-start;
  flex-direction: column;
}

.partners-copyright .social-links__link {
  display: flex;
  align-items: center;
  width: auto !important;
  height: 32px !important;
}

.partners-copyright .hs-menu-wrapper ul {
  justify-content: space-between;
  padding-right: 14%;
}

.partners-copyright .hs-menu-depth-1 a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2.6rem;
  color: var(--neutrals-white);
}

.partners-copyright .hs-menu-depth-1:last-child a {
  opacity: 0.4;
}

footer.footer .current-lang {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

footer.footer .current-lang .globe_class {
  background: none;
}

footer.footer .current-lang:hover .lang_list_class {
  display: block;
  width: 100px;
}

footer.footer .current-lang > svg:last-of-type {
  transition: all 0.4s ease-in-out;
}

footer.footer .current-lang:hover > svg:last-of-type {
  transform: rotate(180deg);
}

footer.footer .current-lang svg {
  max-width: 21px;
  height: 16px;
}

footer.footer .current-lang span {
  margin-right: 8px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.6rem;
  color: #ffffff;
}

ul.lang_list_class {
  border: none;
  padding: 0;
  top: 12px;
  transform: translateX(-103px);
  left: 0;
}

ul.lang_list_class:before,
ul.lang_list_class:after {
  content: unset;
}

ul.lang_list_class > li {
  background: 0;
  border: none !important;
  padding: 0;
  text-align: left;
}

ul.lang_list_class > li a,
ul.lang_list_class > li a:hover {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.6rem;
}

@media screen and (max-width: 1352px) {
  .footer-wrapper {
    max-width: calc(100vw - 40px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer .grid.menu-holder {
    margin-top: 32px;
  }

  .footer .menu-holder > * {
    margin-top: 20px;
  }

  .footer .copyright-holder {
    padding-top: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .footer .section-1 > div:first-child {
    order: 2;
  }

  .footer .section-1 > .lang-holder {
    order: 1;
    margin-top: 8px;
  }

  .footer .social-links {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer .hs-menu-item.hs-menu-depth-1.hs-item-has-children svg {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .footer .stores {
    margin-top: 0;
  }
}

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

  .footer-wrapper .grid {
    grid-template-columns: 1fr;
  }

  .footer .stores {
    margin-top: 0;
  }

  .footer .stores svg,
  .footer .stores img {
    max-width: 80px;
  }

  .footer-wrapper .logo-wrapper + .grid {
    gap: 20px;
  }

  .footer-wrapper .grid:not(.logo-wrapper) {
    margin-top: 24px;
  }

  .footer-wrapper .logo-wrapper {
    margin-bottom: 0;
  }

  .footer-wrapper .stores-wrapper {
    margin-top: 32px;
  }

  .footer .social-links {
    flex-direction: column;
    margin-top: 40px;
    align-items: flex-start;
  }

  .footer-wrapper .partners-copyright {
    margin-top: 40px;
  }

  .footer-wrapper .partners-copyright .hs-menu-wrapper ul li {
    padding: 10px 0 0;
  }

  .footer-wrapper .partners-copyright .hs-menu-wrapper ul li:first-of-type,
  .footer-wrapper .partners-copyright .hs-menu-wrapper ul li:last-of-type {
    padding-top: 0;
  }

  .footer-wrapper .partners-copyright .mob {
    margin-top: 40px;
  }

  .footer .hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    position: relative;
  }

  .footer
    .hs-menu-item.hs-menu-depth-1.hs-item-has-children
    .hs-menu-children-wrapper {
    visibility: hidden !important;
    opacity: 0 !important;
    display: none !important;
  }

  .footer .hs-menu-item.hs-menu-depth-1.hs-item-has-children svg {
    position: absolute;
    right: 0;
    top: 4px;
    width: 32px;
    height: 32px;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
  }

  .footer .hs-menu-item.hs-menu-depth-1.hs-item-has-children.open svg {
    transform: rotate(180deg) scale(0.8);
  }

  .footer
    .hs-menu-item.hs-menu-depth-1.hs-item-has-children.open
    .hs-menu-children-wrapper,
  .footer ul.hs-menu-children-wrapper.open-menu-list {
    visibility: visible !important;
    opacity: 1 !important;
    display: flex !important;
  }

  .partners-copyright > div:last-child {
    grid-column: unset !important;
    margin-top: 40px;
  }

  .partners-copyright .hs-menu-depth-1 a {
    font-size: 1.4rem;
  }

  .partners-copyright .hs-menu-depth-1:last-child {
    margin-top: 40px;
  }

  .footer .section-1 + div {
    margin-top: 20px;
  }

  .footer-wrapper .grid {
    margin-top: 24px;
  }

  /* .footer .section-1 > div:not(.widget-type-menu) {
    display: none;
  } */
}

@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .footer .stores-wrapper .content > * ~ * {
    margin-top: 16px;
  }

  .footer .stores-wrapper .content .stores > * ~ * {
    margin-left: 24px;
  }

  .footer .section-1 > div:first-child {
    margin-top: 40px;
  }

  .footer .section-1 > .lang-holder {
    margin-top: 28px;
  }
  .footer .section-1 .hs-menu-wrapper ul > li ~ li {
    margin-top: 8px;
  }

  .footer
    .hs-menu-wrapper.hs-menu-flow-horizontal
    .hs-menu-children-wrapper
    > li
    ~ li {
    margin-top: 16px;
  }

  .partners-copyright .social-links > div > * ~ * {
    margin-left: 20px;
  }

  footer.footer .current-lang > * ~ * {
    margin-right: 8px;
  }

  @media screen and (max-width: 767px) {
    .footer-wrapper .logo-wrapper + .grid > div {
      margin-top: 20px;
    }

    .footer-wrapper .logo-wrapper + .grid > div:first-child {
      margin-top: 0;
    }
  }
}

@media (min-width: 768px) {
  .footer .hs-menu-depth-1 a[href^="javascript"] {
    pointer-events: none;
  }
}

.partners-copyright .hs-menu-depth-1 a[href^="javascript"] {
  pointer-events: none;
}
/* 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;
  padding-bottom: 30px;
  margin-bottom: -30px;
}

.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 screen and (max-width: 991px) {
  .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;
  }
}