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

/**
 * Add border box sizing in all browsers (opinionated).
 */

*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  overflow-wrap: anywhere; /* 3 */
  -moz-tab-size: 4; /* 4 */
  tab-size: 4; /* 4 */
  -webkit-tap-highlight-color: transparent /* 5 */;
  -webkit-text-size-adjust: 100%; /* 6 */
}

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

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

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

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

/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */

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

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */

hr {
  color: inherit; /* 1 */
  height: 0; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
  list-style: url("/css/data:image/svg+xml,%3Csvg xmlns='http:/www.w3.org/2000/svg'/%3E");
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */

nav li::before {
  content: '\200B';
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */

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

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

/**
 * Add the correct text decoration in Safari.
 */

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

iframe {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg:not([fill]) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */

/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */

table {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

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

/**
 * Remove the margin on controls in Safari.
 */

button,
input,
select {
  margin: 0;
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

button {
  text-transform: none;
}

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

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */

fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */

textarea {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}

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

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

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */

:-moz-ui-invalid {
  box-shadow: none;
}

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

/*
 * Add the correct styles in Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

summary {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy='true' i] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled='true' i],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden='false' i][hidden] {
  display: initial;
}

[aria-hidden='false' i][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* Colors */
:root {
  --primary: #44f;
  --text: #111;
  --white: #fff;
  --black: #000;
  --light: #dfdfdf;
  --dark: #5a5a5a;
  --highlight: #ffa;
  --danger: #f55;
  --line: #eaeaea;
  --disabled: #fafafa;
  --medium: #ccc;
  --preserve: #fafafa;
  --button: #efefef;
  --small: #999;

  /* Basic stylings */
  --border: 1px solid var(--line);
  --border-radius: 4px;

  /* Padding */
  --xs-pad: 4px;
  --sm-pad: 8px;
  --md-pad: 16px;
  --lg-pad: 20px;
  --xl-pad: 40px;

  /* Breakpoints */
  --xxl-breakpoint: 1200px;
  --xl-breakpoint: 1024px;
  --lg-breakpoint: 960px;
  --md-breakpoint: 768px;
  --sm-breakpoint: 600px;
  --xs-breakpoint: 480px;
  --xxs-breakpoint: 320px;

  /* Buttons */
  --button-background-color: var(--button);
  --button-border-radius: var(--border-radius);
  --button-color: var(--text);
  --button-padding: var(--sm-pad) var(--md-pad);
  --button-border: 1px solid var(--medium);
  --button-font-size: 1rem;
  --button-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  --button-hover-background-color: #e1e1e1; /* Darken button by 7.5% */
  --button-active-background-color: #d8d8d8; /* Darken button by 10% */
  --button-focus-outline: 0;
  --button-focus-shadow: 0 0 0 0.2rem rgba(68, 68, 255, 0.75); /* Fade out primary */
  --button-disabled-background-color: var(--button);

  /* Forms */
  --label-color: var(--dark);
  --label-font-size: 90%;
  --label-line-height: 2;
  --input-border: 1px solid var(--medium);
  --input-focus-background-color: #fff;
  --input-focus-border-color: #44f; /* Mix primary with white */
  --input-focus-outline: 0;
  --input-focus-shadow: 0 0 0 0.2rem rgba(68, 68, 255, 0.75); /* Fade out primary */
  --input-outline: 1px thin var(--line);
  --input-disabled-background-color: var(--disabled);
  --input-readonly-background-color: var(--disabled);
  --input-invalid-border-color: #e04e4e; /* Darken danger by 10% */
  --input-invalid-color: var(--danger);
  --input-focus-invalid-outline-color: var(--danger);

  /* Font */
  --sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol';
  --serif: Georgia, Times, 'Times New Roman', serif;
  --monospace: Menlo, Monaco, Consolas, 'Courier New', monospace;
  --font-family: var(--sans-serif);

  /* Typography */
  --font-size: 16px;
  --font-size-small: calc(var(--font-size) * 0.85);
  --font-size-h1: 40px;
  --font-size-h2: 32px;
  --font-size-h3: 25px;
  --font-size-h4: 18px;
  --font-size-h5: 16px;
  --font-size-h6: 80%;
  --line-height: 1.6;
}

/* Main, header, footer, article, section, aside, details, summary */
main,
header,
footer,
article,
section,
aside,
details,
summary {
  margin: 0 auto;
  margin-bottom: var(--md-pad);
  width: 100%;
  box-sizing: border-box;
}

/* Main */
main {
  display: block;
  max-width: var(--md-breakpoint);
  padding: 0 var(--md-pad) var(--md-pad);
}

/* Footer */
footer {
  padding: var(--md-pad) 0;
  text-align: center;
}

footer p {
  margin-bottom: 0;
}

/* Horizontal Rule */
hr {
  border: 0;
  border-top: var(--border);
  display: block;
  margin: var(--md-pad) 0;
  width: 100%;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* Images */
img {
  height: auto;
  max-width: 100%;
  vertical-align: baseline;
}

/* Embed, iframe, video */
embed,
iframe,
video {
  border: 0;
}

/* Media Query */
@media screen and (max-width: var(--sm-breakpoint)) {
  article,
  section,
  aside {
    clear: both;
    display: block;
    max-width: 100%;
  }
}

body {
  color: var(--text);
  font-family: var(--font-family);
  font-size: var(--font-size);
  line-height: var(--line-height);
}

p {
  margin: 0 0 var(--md-pad);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: inherit;
  line-height: 1.2;
}

h1 {
  font-size: var(--font-size-h1);
  margin: var(--lg-pad) 0 var(--md-pad);
}

h2 {
  font-size: var(--font-size-h2);
  margin: var(--lg-pad) 0 var(--md-pad);
}

h3 {
  font-size: var(--font-size-h3);
  margin: var(--md-pad) 0 var(--sm-pad);
}

h4 {
  font-size: var(--font-size-h4);
  margin: var(--md-pad) 0 var(--sm-pad);
}

h5 {
  font-size: var(--font-size-h5);
  margin: var(--md-pad) 0 var(--sm-pad);
}

h6 {
  font-size: var(--font-size-h6);
  margin: var(--md-pad) 0 var(--sm-pad);
}

pre {
  background: var(--preserve);
  color: var(--text);
  display: block;
  font-family: var(--monospace);
  font-size: var(--font-size);
  margin: var(--md-pad) 0;
  padding: var(--md-pad);
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

code {
  color: var(--text);
  font-family: var(--monospace);
  font-size: var(--font-size);
  line-height: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-all;
  word-wrap: break-word;
}

a {
  color: var(--link-color);
  text-decoration: none;
  background-color: transparent;
}

a:hover,
a:focus {
  color: var(--link-hover-color);
  text-decoration: underline;
}

blockquote {
  border-left: 2px solid var(--medium);
  font-family: var(--serif);
  font-style: italic;
  margin: var(--md-pad) 0;
  padding-left: var(--md-pad);
}

figcaption {
  font-family: var(--serif);
}

u {
  text-decoration: underline;
}

s {
  text-decoration: line-through;
}

sup {
  font-size: var(--font-size-small);
  vertical-align: super;
}

sub {
  font-size: var(--font-size-small);
  vertical-align: sub;
}

mark {
  background: var(--highlight);
}

input:not([type]),
input[type='text'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='week'],
input[type='number'],
input[type='search'],
input[type='tel'],
select,
textarea,
trix-editor,
.StripeElement {
  background: var(--white);
  background-clip: padding-box;
  border: var(--input-border);
  border-radius: var(--border-radius);
  color: var(--text);
  display: block;
  width: 100%;
  font-size: 1rem;
  /* padding: var(--sm-pad) var(--md-pad); */
  line-height: 1.5;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: var(--sans-serif);
  word-break: normal;
}

input:not([type]):focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='tel']:focus,
select:focus,
textarea:focus,
trix-editor:focus,
.StripeElement--focus {
  background-color: var(--input-focus-background-color);
  border-color: var(--input-focus-border-color);
  outline: var(--input-focus-outline);
  box-shadow: var(--input-focus-shadow);
}

input:not([type])[disabled],
input[type='text'][disabled],
input[type='password'][disabled],
input[type='email'][disabled],
input[type='url'][disabled],
input[type='date'][disabled],
input[type='month'][disabled],
input[type='time'][disabled],
input[type='datetime'][disabled],
input[type='datetime-local'][disabled],
input[type='week'][disabled],
input[type='number'][disabled],
input[type='search'][disabled],
input[type='tel'][disabled],
select[disabled],
textarea[disabled],
trix-editor[disabled],
.StripeElement[disabled] {
  background-color: var(--input-disabled-background-color);
  cursor: not-allowed;
  opacity: 1;
}

input:not([type])[readonly],
input[type='text'][readonly],
input[type='password'][readonly],
input[type='email'][readonly],
input[type='url'][readonly],
input[type='date'][readonly],
input[type='month'][readonly],
input[type='time'][readonly],
input[type='datetime'][readonly],
input[type='datetime-local'][readonly],
input[type='week'][readonly],
input[type='number'][readonly],
input[type='search'][readonly],
input[type='tel'][readonly],
select[readonly],
textarea[readonly],
trix-editor[readonly],
.StripeElement[readonly] {
  background-color: var(--input-readonly-background-color);
}

input[type='color'] {
  background: var(--white);
  border: var(--input-border);
  border-radius: var(--border-radius);
  display: inline-block;
  vertical-align: middle;
}

input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: var(--input-outline);
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  border-color: var(--input-invalid-border-color);
  color: var(--input-invalid-color);
}

input[type='file']:focus:invalid:focus,
input[type='radio']:focus:invalid:focus,
input[type='checkbox']:focus:invalid:focus {
  outline-color: var(--input-focus-invalid-outline-color);
}

select {
  vertical-align: sub;
}

select:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select[multiple] {
  height: auto;
}

label {
  display: inline-block;
  line-height: var(--label-line-height);
  color: var(--label-color);
  font-size: var(--label-font-size);
}

legend {
  padding: 0;
  display: table;
  font-size: var(--label-font-size);
  color: var(--label-color);
  margin-bottom: var(--sm-pad);
}

fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
  display: inline;
}

form em {
  display: block;
  color: var(--danger);
  font-style: normal;
}

form fieldset {
  margin: 0 0 var(--md-pad);
}

/* Button styles */
input[type='submit'],
input[type='reset'],
input[type='button'],
button,
a.button {
  background-color: var(--button-background-color);
  border-radius: var(--button-border-radius);
  color: var(--button-color);
  padding: var(--button-padding);
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: var(--button-border);
  font-size: var(--button-font-size);
  line-height: 1.5;
  transition: var(--button-transition);
  text-decoration: none;
  cursor: pointer;
}

/* Remove inner padding for focus in some browsers */
input[type='submit']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
}

/* Hover state */
input[type='submit']:hover,
input[type='reset']:hover,
input[type='button']:hover,
button:hover,
.button:hover {
  background-color: var(--button-hover-background-color);
}

/* Active state */
input[type='submit']:not(:disabled):active,
input[type='reset']:not(:disabled):active,
input[type='button']:not(:disabled):active,
button:not(:disabled):active,
.button:active {
  background-color: var(--button-active-background-color);
}

/* Focus state */
input[type='submit']:focus,
input[type='reset']:focus,
input[type='button']:focus,
button:focus,
.button:focus {
  outline: var(--button-focus-outline);
  box-shadow: var(--button-focus-shadow);
}

/* Disabled state */
input[type='submit']:disabled,
input[type='reset']:disabled,
input[type='button']:disabled,
button:disabled,
.button.disabled {
  opacity: 0.65;
  cursor: not-allowed;
  background-color: var(--button-disabled-background-color);
}

dl {
  margin-bottom: var(--md-pad);
}

dd {
  margin-left: var(--xl-pad);
}

ul,
ol {
  margin-bottom: var(--sm-pad);
  padding-left: var(--xl-pad);
  vertical-align: baseline;
}

caption {
  padding: var(--sm-pad) 0;
}

table {
  margin-bottom: var(--md-pad);
}

th,
td {
  text-align: left;
  padding: var(--md-pad);
  vertical-align: inherit;
  border: 0;
}

:root {
  --primary: #d73a40;
  --secondary: #636362;
  --accent: #f4a39d;
  --accent-light: #f8c4be;
  --dark: #000000;
  --light: #ffffff;

  --success: ##5ab55f;
  --link: #3344dd;
  --danger: red;
}

@font-face {
  font-family: 'Averta';
  font-weight: 400;
  src: url('fonts/AvertaStd-Regular.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Averta';
  font-weight: 600;
  src: url('fonts/AvertaStd-Semibold.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Averta';
  font-weight: 800;
  src: url('fonts/AvertaStd-Bold.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Averta';
  font-style: italic;
  src: url('fonts/AvertaStd-RegularItalic.otf') format('opentype');
  font-display: swap;
}

/* @font-face {
  font-family: 'Averta';
  src: url('fonts/avertastdpe-regular.woff2') format('woff2'),
    url('fonts/avertastdpe-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Averta';
  src: url('fonts/avertastdpe-Bold.woff2') format('woff2'),
    url('fonts/avertastdpe-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Averta';
  src: url('fonts/avertastdpe-regularitalic.woff2') format('woff2'),
    url('fonts/avertastdpe-regularitalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Averta';
  src: url('fonts/avertastdpe-semibold.woff2') format('woff2'),
    url('fonts/avertastdpe-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
} */

h1 {
  font-size: 3.75rem;
}

h2 {
  font-size: 2.8125rem;
}

h3 {
  font-size: 2.1875rem;
}

p {
  font-size: 1.25rem;
}

@media (max-width: 992px) {
  h1 {
    font-size: 3rem;
  }
}

@media (max-width: 798px) {
  h1 {
    font-size: 2.1875rem !important;
  }
  h2 {
    font-size: 2rem !important;
  }

  h3 {
    font-size: 1.875rem !important;
  }
  p {
    font-size: 1rem !important;
  }
}

button,
a.button {
  font-family: 'Averta', sans-serif;
  border-radius: 20px;
  border: none;
  display: inline-block;
  padding: 8px 24px;
  text-decoration: none !important;
  font-size: 1.125rem;
  font-weight: 600 !important;
  transition: background-color 0.3s ease;
  font-weight: 100;
}

button.red,
a.button.red {
  background: var(--primary);
  border: 1px solid var(--primary);
  color: var(--light);
}

button.red:hover,
a.button.red:hover {
  background: #db4d53;
  border: 1px solid #db4d53;
  text-decoration: underline;
}

button.white,
a.button.white {
  background: var(--light);
  border: 1px solid var(--light);
  color: var(--dark);
  text-decoration: none;
}

button.white:hover,
a.button.white:hover {
  background: #dfdfdf;
  border: 1px solid #dfdfdf;
  color: var(--dark);
  text-decoration: underline;
}

button.gray,
a.button.gray {
  background: var(--secondary);
  border: 1px solid var(--secondary);
  color: var(--light);
  text-decoration: none;
}

button.gray:hover,
a.button.gray:hover {
  background: var(--dark);
  border: 1px solid var(--dark);
  text-decoration: underline;
}

button,
.button.red svg path {
  fill: var(--light);
}

button,
.button.white svg path {
  fill: var(--dark) !important;
}

button,
.button.gray svg path {
  fill: var(--light);
}

a.button.red.partner {
  display: inline;
  inline-size: fit-content;
}

.search-button:hover,
.search-button-s:hover {
  background: transparent !important;
}

button.small {
  padding: 4px 16px;
  font-size: 1rem;
  border-radius: 10px;
}

.find-partner-btn {
  margin: 2rem 0;
  inline-size: fit-content;
}

.column-sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {
  .column-sections {
    display: block;
  }
}

.column-sections .productTeaser:nth-child(2) {
  background: #eee;
}

.promotion-banner {
  background: var(--secondary);
  color: var(--light);
  place-items: center;
  display: grid;
  grid-template-columns: 1fr 4fr;
  height: 100%;
}

.promotion-banner-content h3 {
  margin-bottom: 1rem;
}

.promotion-title {
  font-size: 1.5625rem;
  font-weight: bold;
  padding-bottom: 1rem;
}

.promotion-banner-content {
  margin: 2rem 2rem 2rem 0;
}

@media (max-width: 768px) {
  /* .column-section.promotionBanner:last-child {
    display: none;
  } */
  .promotion-banner .icon {
    height: 60px;
    width: 60px;
  }
  .promotion-title {
    font-size: 1rem;
  }
  .promotion-text {
    font-size: 1rem;
  }
}

.info-banner {
  background: var(--primary);
  color: var(--light);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
}

.info-banner-content {
  flex: 1;
  font-size: 1.125rem;
}

.info-banner-text {
  margin: 0;
  width: 90%;
}

.info-banner-link {
  text-decoration: underline;
  color: var(--light);
  font-size: 1.125rem;
}

.info-banner-link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .info-banner {
    padding: 1rem;
  }
  .info-banner-text p {
    width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .info-banner-link {
    font-size: 1rem;
  }
  .info-banner-content {
    font-size: 1rem;
  }
}

@media (max-width: 450px) {
  .info-banner-text p {
    width: 200px;
  }
}

.contact {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  gap: 30px;
}

.contact-form {
  width: 75%;
  background-color: #f5f5f5;
  padding: 0 1rem;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.contact-form h2 {
  margin-bottom: 32px;
  font-size: 1.5rem !important;
  font-weight: normal;
}

.contact-form label {
  font-size: 1rem;
  margin-bottom: 8px;
}

.contact-form input,
.contact-form textarea,
.contact-form select,
.contact-form select#options {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.contact-form select {
  width: 300px;
}

.contact-form [type='file'] {
  border: none;
}

select:not([size]):not([multiple]) {
  height: calc(2.25rem + 6px);
}

.contact-form select,
.contact-form select#options {
  height: auto;
  padding: 5px;
  border: 6px solid #fff;
  outline: 1px solid #ccc;
}

.contact-form label span {
  color: var(--primary);
}

.contact-info-text {
  width: 48%;
  padding: 0 1rem;
  border-radius: 8px;
}

.contact-info-text h3 {
  margin-bottom: 1.2rem;
  font-size: 1.375rem;
  color: var(--primary);
}

.contact-info-text p {
  font-size: 1.125rem;
  margin-bottom: 8px;
}

.contact-info-text address {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.8;
}

.sensitive-information span {
  line-height: 1.8;
  font-size: 16px;
}

.sensitive-information img {
  position: relative;
  top: 8px;
  right: 2px;
}

.sensitive-information p {
  font-size: 16px;
  margin-top: 0.5rem;
  margin-left: 2rem;
}

.sensitive-information a {
  text-decoration: underline;
  color: var(--link);
}

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

  .contact-form,
  .contact-info-text {
    width: 100%;
  }

  .contact-info-text p,
  strong {
    font-size: 1rem;
  }
  .sensitive-information p {
    margin-left: 0;
  }
}

.faq-question {
  display: flex;
  align-items: center;
  text-align: left;
  border: 1px solid var(--primary);
  padding: 16px 24px;
  margin: 1.4rem 0 1rem;
  border-radius: 6px;
  cursor: pointer;
  color: var(--dark);
}

.faq-question:hover {
  background: #fdf3f2;
}

.faq-parent.open .faq-question {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #fdf3f2;
}
.faq-question img {
  margin-left: auto;
}

.faq-answer a {
  text-decoration: underline;
  color: var(--link);
}

.faq-question span {
  margin-right: 4px;
}
.faq-parent.open .faq-question img {
  transform: rotate(90deg);
}
.faq-answer {
  display: none;
}
.faq-parent.open .faq-answer {
  display: block;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 24px;
  margin-top: -1rem;
  text-align: left;
  line-height: 1.4;
  white-space: pre-line;
  border-bottom: 1px solid var(--primary);
  border-right: 1px solid var(--primary);
  border-left: 1px solid var(--primary);
}

.faq-content h4 {
  padding: 1.5rem 0 0;
}

@media (max-width: 768px) {
  .faq-question,
  .faq-answer,
  .faq-parent.open .faq-answer {
    font-size: 1rem;
    padding: 16px;
  }
}

.hero {
  position: relative;
  height: 70vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-title {
  margin-bottom: 30px;
  max-width: 1000px;
  line-height: 1.1;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 48px;
}

.hero-container {
  background: transparent;
  max-width: 56%;
  position: absolute;
  padding: 32px 32px 130px;
}

.hero-container.white {
  color: white;
}

.hero-container.black {
  color: black;
}

.overlay {
  background: transparent;
  text-align: left;
  max-width: 768px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.overlay.black {
  background: rgba(255, 255, 255, 0.8);
  padding: 32px;
}

.overlay.white {
  background: rgba(0, 0, 0, 0.7);
  padding: 32px;
}

@media (max-width: 1374px) {
  .hero-container {
    max-width: 100%;
    padding: 0 24px;
  }
}

@media (max-width: 768px) {
  /* .hero-image {
    position: relative;
  } */

  .overlay.black,
  .overlay.white {
    padding: 20px;
  }
  .hero-container {
    max-width: 100%;
    padding: 24px 24px 100px;
  }

  .hero-text {
    font-size: 85%;
  }

  .hero-buttons {
    margin-top: 16px;
    gap: 16px;
  }
}

@media (max-width: 600px) {
  .hero-buttons {
    display: inline-grid;
  }
  .hero-title {
    font-size: 35px !important;
  }
}

.product-teaser-content a {
  text-decoration: underline;
}

.product-teaser-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.product-teaser-image img {
  width: 500px;
  height: 100%;
  object-fit: cover;
}

.product-teaser-text {
  width: 80%;
}

@media (max-width: 1800px) {
  .product-teaser-image {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 1200px) {
  .product-teaser {
    display: block;
    margin: 0;
  }
  .product-teaser-content {
    width: 100%;
  }
  .product-teaser-content h2 {
    font-size: 2.1875rem;
  }
}

@media (max-width: 768px) {
  .product-teaser-text {
    width: 100%;
    font-size: 16px;
  }

  .productTeaser {
    padding: 2rem 0;
  }
}

.articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.articles .article {
  max-width: 380px;
  background: #e5e4e2;
  border-radius: 20px;
  position: relative;
}

.articles .article:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.article a {
  text-decoration: none;
}

.article a:hover {
  text-decoration: underline;
}

.article img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 230px;
  min-height: 230px;
  width: 100%;
  object-fit: cover;
}

.article-document h1.title {
  font-weight: bold;
}

.article-list,
.article-title {
  padding: 1.5rem;
}

.article-date {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 1rem;
  font-weight: normal;
  background: var(--light);
  padding: 6px 10px;
  border-radius: 20px;
}

@media (max-width: 992px) {
  .articles {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .articles {
    grid-template-columns: 1fr;
  }
  .articles .article {
    max-width: 100%;
  }
}

.newsTeaser {
  position: relative;
}

.news-teaser-image .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.news-teaser-overlay {
  position: absolute;
  bottom: 0;
  width: 80%;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  margin: 32px;
  padding: 48px;
}

.news-teaser-overlay a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .news-teaser-image .image {
    position: relative;
    height: 330px;
  }
  .news-teaser-overlay {
    position: relative;
    margin: 0;
    padding: 24px 24px 48px;
    width: 100%;
  }
  .news-teaser-text {
    font-size: 1rem;
  }
}

.quote {
  display: flex;
  align-items: center;
  max-width: 650px;
  margin: 2rem auto;
}

.quote blockquote {
  border-left: 2px solid #b2b2b1;
  padding-left: 32px;
  font-size: 1.125rem;
  line-height: 1.4;
}

.quote-image {
  flex-grow: 1;
  margin-right: 2rem;
  width: 100%;
}

.quote-image img {
  width: 300px;
}

@media (max-width: 768px) {
  .quote {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .quote blockquote {
    font-size: 1rem;
  }

  .quote-image {
    text-align: center;
    width: 100%;
  }
}

.partner-list {
  margin: 2rem 0;
  padding: 0;
}

.partner-list ul li {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 2rem;
}

.partner-list ul li:last-child {
  margin-bottom: 0;
}

.partner-list-name {
  font-weight: 600;
}

.partner-list-address {
  font-size: 1rem;
  margin: 10px 0;
  color: var(--secondary);
}

.partner-list-details {
  margin-top: 10px;
  text-decoration: underline;
}

.partner-details-intro {
  margin-bottom: 2rem;
}

.partner-container .buttons {
  margin: 2rem 0;
}

.contact-form,
.partner {
  width: 100%;
}

.contact-form,
.partner legend {
  margin: 1rem 0;
}

.contact-form.partner {
  max-width: 760px;
}

.contact-form.partner input[type='checkbox'] {
  width: 2rem;
}

mark {
  color: var(--secondary);
  font-size: 1rem;
}

.partner-list-intro {
  margin-bottom: 3rem;
}

.map-distance {
  font-size: 15px;
  font-weight: normal;
  color: var(--secondary);
}

.location {
  position: relative;
  top: 4px;
}

.search .search-input {
  width: 600px;
}

.search {
  background: #f2f2f2;
}

.search-suggestion a {
  text-decoration: underline;
}

.search-suggestion h5 {
  margin-top: 3rem;
}

.search-wrapper {
  position: relative;
}

.search-button-s {
  position: relative;
  top: 48px;
  left: 6px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
  font-size: 18px;
}

.not-found {
  margin-top: 1rem;
  font-size: 1.125rem;
}

.search-result {
  padding: 2rem 0 4rem;
}

.search-result h4 {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.search-result ul,
li {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .search .search-input {
    width: 100%;
  }
}

.text-block {
  position: relative;
  height: 74vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.text-block-text ul {
  padding-left: 24px !important;
}

.text-block-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.text-block-title {
  margin-bottom: 30px;
  font-size: 60px;
  max-width: 1000px;
}

.text-block-button {
  margin-top: 48px;
}

.text-block-container {
  z-index: 1;
  background: transparent;
  width: 70%;
}

.text-block-container ul,
li {
  list-style-type: inherit;
}

.text-block-container.white {
  color: white;
}

.text-block-container.black {
  color: black;
}

@media (max-width: 1200px) {
  .text-block-container {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .text-block {
    display: block;
  }

  .text-block-title {
    margin-bottom: 16px;
    font-size: 35px;
  }
}

@media (max-width: 768px) {
  .text-block-container {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  .text-block-text p,
  ul {
    font-size: 16px;
  }

  .text-block-button {
    margin: 2rem 0;
  }
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.98);
  z-index: 2000;
}

.lightbox-header {
  position: absolute;
  top: 10px;
  right: 10px;
}

.lightbox-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

body.no-scroll {
  overflow: hidden;
}

/* Product */
.product {
  display: grid;
  grid-template-columns: 1fr;
}

.product-image {
  width: 180px;
  height: 140px;
  object-fit: contain;
}

.image-big {
  height: inherit;
  max-width: 500px;
  max-height: 410px;
  width: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-small {
  width: 82px;
  height: 62px;
  margin: 0 0.3rem;
  padding: 0.8rem;
  background: #f5f5f5;
  border-radius: 10px;
  cursor: pointer;
}

.image-small-wrapper {
  margin-top: 1.5rem;
}

.image-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-small:hover {
  background: #eee;
}

.product-detail {
  margin-bottom: 2rem;
}

.product-detail h1.title {
  width: 48%;
}

.product-desc p,
.product-specs {
  font-size: 18px;
}

.product-section {
  max-width: 1000px;
}

.product-detail-container {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  width: 100%;
}

.product-content {
  flex: 1;
  margin: 0 2rem;
}

.product-list-item .image-wrapper {
  background: #f5f5f5;
  padding: 3rem;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: box-shadow 0.3s ease;
}

.product-list-item:hover .image-wrapper {
  transform: scale(1.02);
}

.product-list-item {
  text-decoration: none;
  cursor: pointer;
  font-size: 20px;
}

.product-list-item:hover {
  text-decoration: underline;
}

.product-list-item h4 {
  font-size: 20px;
}

.product-content .partner-btn {
  padding-top: 2rem;
}

.product-tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem 0 2rem;
  gap: 20px;
}

.product-tabs a {
  background: #eee;
  padding: 0.6rem 1rem;
  border-radius: 20px;
}

.product-tabs a.active {
  background: var(--accent-light);
  text-decoration: none;
}

.product-tabs img {
  position: relative;
  right: 8px;
  top: 4px;
  margin-left: 1rem;
}

#product-specs {
  border-collapse: collapse;
  width: 100%;
}

#product-specs td,
#product-specs tr {
  border: 1px solid #ddd;
  padding: 8px;
}

#product-specs tr:nth-child(odd) {
  background-color: #f2f2f2;
  width: 200px;
}

.product-documentation ul {
  padding-left: 0 !important;
  border-top: 1px solid #b2b2b1;
  padding-bottom: 1.5rem;
}

.product-documentation li {
  list-style-type: none;
  display: block;
}

.product-documentation-date {
  font-size: 15px;
  color: var(--secondary);
  margin-left: 50px;
  margin-top: 8px;
}

.product-documentation-link {
  text-decoration: underline;
}

.pdf-icon {
  margin-right: 10px;
  position: relative;
  top: 19px;
}

.compatible-products {
  margin: 4rem 0 6rem;
}

.compatible-products h3 {
  padding-bottom: 2rem;
}

.compatible-products-image {
  background: #f5f5f5;
  border-radius: 20px;
}

/* ProductList */

.product-selector {
  height: 100%;
  position: relative;
  display: flex;
}

.product-selector-sidebar {
  position: sticky;
  top: 100px;
  height: 100vh;
  width: 374px;
  background: #f5f5f5;
  padding: 48px 32px;
  box-sizing: border-box;
}

.product-selector-sidebar .selected {
  text-decoration: underline;
}

.product-selector-sidebar h2 {
  font-size: 22px !important;
  text-transform: uppercase;
  margin-top: 0;
}

.top-menu h2 {
  margin-top: 2rem;
  font-size: 20px !important;
  text-transform: uppercase;
}

.product-selector-sidebar ul {
  padding: 0;
}

.product-selector-sidebar ul li {
  list-style-type: none;
  margin-left: 0 !important;
}

.product-selector-sidebar ul li ul {
  font-size: 90%;
  display: block;
  padding: 8px 0 4px;
}

.product-selector-category {
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.product-selector-category img.arrow-toggle {
  transform: rotate(90deg);
  position: relative;
  top: 3px;
  left: 4px;
}

.product-container,
.product-list {
  flex-grow: 1;
  overflow-y: auto;
  width: 100%;
}

img.arrow-white {
  position: relative;
  top: 3px;
  left: 4px;
}

.product-list h3 {
  color: var(--dark);
}

.product-list button.see-all {
  float: right;
}

.see-all-btn {
  margin-bottom: 3rem;
  margin-top: 1.5rem;
  text-align: right;
}

.product-list-description {
  margin: 2rem 0;
  font-weight: 600;
  width: 85%;
}

.product-list-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-bottom: 2rem;
}

.no-products {
  color: var(--secondary);
}

.product-list-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.list-show-all {
  font-weight: 600;
  padding: 8px 0;
  text-transform: uppercase;
}

.category-more-info-btn {
  margin-top: 1rem;
  inline-size: fit-content;
}

@media (max-width: 1200px) {
  .product-detail-container {
    display: block;
  }

  .product-content {
    margin-top: 2rem;
    margin-left: 0;
  }

  img.image-small {
    width: 66px;
    height: 50px;
    margin: 1rem 0.2rem 0;
    border-radius: 10px;
  }

  .product-list-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .product-container {
    margin-left: 0;
  }
  .product-selector-sidebar {
    display: none;
  }
  .product-selector {
    display: block;
  }

  .product-detail {
    margin-top: 4rem;
  }

  .product-detail h1.title {
    width: 100%;
  }

  .product-gallery,
  .product-content {
    display: block;
    min-width: 100%;
    height: 100%;
    width: 100%;
    padding-right: 0;
  }

  .hero-container {
    margin-top: 7rem;
  }
  .product-list-details h1.title {
    padding-top: 3rem;
  }
}

@media (max-width: 768px) {
  .product-list-items {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .product,
  .manuals {
    display: block;
  }
  .manuals div {
    margin-bottom: 1.5rem;
  }
  .product-desc p,
  .product-specs {
    font-size: 1rem;
  }
  .image-big {
    max-width: 100%;
  }
  .image-small-wrapper {
    text-align: center;
    margin-top: 0;
  }
  .product-content ul {
    padding-left: 2rem;
  }
  .product-tabs {
    display: grid;
  }
  .product-tabs a {
    font-size: 16px;
    font-weight: 600;
  }
}

.product-category .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.product-category .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.product-category-name.title {
  color: var(--dark);
  font-weight: 900;
}

.category-hero .overlay {
  top: 25px;
  padding: 24px;
}

.layout .sub-category-title {
  margin-bottom: 1.5rem;
}

.layout-cat {
  padding: 32px;
}

.sub-category-title {
  scroll-margin-top: 120px;
  padding-bottom: 1rem;
}

.product-category-image img {
  min-height: 450px;
  height: 450px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .product-category-image img {
    max-width: 100%;
    position: relative;
    width: 100%;
  }

  .layout-cat {
    padding: 32px 24px;
  }
}

@media (max-width: 768px) {
  .category-hero .overlay {
    top: -25px;
    padding: 16px;
  }
}

form.filter {
  display: flex;
  margin-bottom: 2rem;
}

form.filter select {
  width: 180px;
  margin-right: 2rem;
  padding: 5px;
  border-color: #f5f5f5;
  border-right: 6px solid #f5f5f5;
  outline: 1px solid #f5f5f5;
  background: #f5f5f5;
  cursor: pointer;
}

.category-filters select,
select option {
  text-transform: capitalize;
}

@media (max-width: 768px) {
  form.filter {
    display: block;
  }
  form.filter select {
    margin-bottom: 1rem;
    width: 100%;
    margin-right: 0;
  }
}

.article-document .tag {
  margin-bottom: 2rem;
  letter-spacing: 1.5px;
}

.article-content {
  margin-top: 2rem;
}

.article-content p {
  margin: 1rem 0;
}

.article-content h1 h2 h3 {
  padding-top: 2rem;
}

.infobox {
  background: #eee;
  padding: 2rem;
  border-radius: 20px;
  margin: 2rem 0;
}

header {
  margin-bottom: 0;
}

.header-desktop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--light);
  padding: 20px 32px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  margin: 0 auto;
  z-index: 9999;
}

.header-desktop-links {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.header-desktop-links a {
  margin-left: 1rem;
  color: var(--dark);
  text-decoration: none;
  padding: 5px 10px;
  white-space: nowrap;
}

.header-desktop-links a:first-child {
  margin-left: 0;
}

.header-desktop-links a:hover {
  text-decoration: underline;
}

.header-desktop-links a.active {
  font-weight: bold;
}

.header-desktop-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#header-desktop-menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
}

#header-desktop-menu #toggler {
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  text-decoration: none;
}

#toggler span {
  font-size: 16px;
  margin-top: 8px;
  text-transform: capitalize;
}

#lang-menu img,
img.toggle.flag {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

#lang-menu {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 6px;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

#lang-menu.toggle-open {
  display: block;
  padding: 0.5rem;
  margin-top: 19rem;
}

#lang-menu.toggle-open a {
  display: block;
  margin: 5px 0;
  padding: 2px 5px;
  text-decoration: none;
}

/* Search */

.search-container {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.search-input {
  width: 100%;
  padding: 10px 10px 10px 40px;
  font-size: 16px;
  border: 2px solid #ccc;
  border-radius: 20px !important;
  outline: none;
  box-sizing: border-box;
}

.search-button {
  position: absolute;
  left: 5px;
  top: 6px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
  font-size: 18px;
}

@media (max-width: 1240px) {
  .header-desktop {
    display: none;
  }

  .search-container {
    display: none;
  }
}

.logo-mobile img {
  position: relative;
  top: 15px;
}
#header-mobile #toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  text-decoration: none;
  text-transform: capitalize;
}

#lang-menu-mobile img {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

#lang-menu-mobile {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 6px;
  z-index: 9999;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

#lang-menu-mobile.toggle-open {
  display: block;
  margin-left: 0;
  margin-top: 6px;
}

#lang-menu-mobile.toggle-open a {
  display: block;
  margin: 5px 0;
  padding: 2px 5px;
  text-decoration: none;
}

.lang-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#toggle span {
  font-size: 14px;
  margin-top: 8px;
  text-transform: capitalize;
}

.mobile-search {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.mobile-search span {
  font-size: 14px;
}

.mobile-search-button {
  background: transparent;
  padding: 0;
}

.mobile-search-button:hover {
  background: transparent;
}

.mobile-search-button:focus {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

.mobile-search-button:not(:disabled):active {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

.searchbar-mobile.collapse:not(.show) {
  display: none;
}

.nav-mobile-search {
  display: block;
  position: relative;
  padding: 1rem;
  width: 100%;
  border-radius: 0 !important;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
  background: #fafafa !important;
  margin-top: 0;
}

.search-btn {
  background: transparent;
  display: flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.search-btn:hover {
  background: none;
}

.search-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px hsla(220, 100%, 50%, 80%);
}

.header-mobile,
.searchbar-mobile {
  display: none;
}

#mobile-links {
  display: none;
}

#mobile-links.visible {
  display: block;
  height: 100%;
  opacity: 1;
  transition: height 0ms 0ms, opacity 600ms 0ms;
}
#mobile-links {
  display: none;
  position: fixed;
  background: #f5f5f5;
  top: 83px;
  right: 0;
  left: 0;
  margin: 0;
  height: 100%;
  list-style-type: none;
  z-index: 999;
  padding-left: 0;
}

#mobile-links a {
  display: block;
  text-decoration: none;
  margin: 24px 0;
  font-size: 25px;
  padding: 0 10px;
  z-index: 1;
}

#mobile-links li {
  margin-top: 3rem;
}

.burger-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.burger-line {
  width: 30px;
  height: 3px;
  background: black;
  margin: 3px 0;
  transition: 0.3s;
}

.menu-text {
  font-size: 14px;
  color: black;
  margin-top: 10px;
  font-family: 'Averta', sans-serif;
}

@media (max-width: 1240px) {
  .header-mobile {
    display: grid;
    grid-template-columns: 8fr 1fr 1fr 1fr;
    place-items: flex-start;
    text-align: center;
    gap: 16px;
    padding: 20px 24px 16px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    height: 100px;
    min-height: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    margin: 0 auto;
    z-index: 9999;
  }
  .searchbar-mobile {
    display: block;
    position: relative;
  }
}

@media (max-width: 900px) {
  .header-mobile {
    grid-template-columns: 7fr 1fr 1fr 1fr;
  }
}

@media (max-width: 748px) {
  .header-mobile {
    grid-template-columns: 5fr 1fr 1fr 1fr;
    gap: 10px;
  }
  #toggle span {
    font-size: 13px;
  }
}

@media (max-width: 610px) {
  .header-mobile {
    grid-template-columns: 3fr 1fr 1fr 1fr;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .header-mobile {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    place-items: center;
    gap: 10px;
  }
  .logo-mobile img {
    width: 110px;
    display: flex;
    justify-content: center;
    position: relative;
    top: 0px;
  }
}

@media (max-width: 400px) {
  #toggle span {
    font-size: 11px;
  }
  .mobile-search span {
    font-size: 11px;
  }
  .menu-text {
    font-size: 11px;
  }
}

/* DROPOWN MOBILE */

.product-selector-sidebar-mobile {
  display: none;
}

@media (max-width: 992px) {
  .product-selector-sidebar-mobile {
    display: block;
    position: fixed;
    z-index: 10;
    background: white;
  }
}

.wrapper {
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
}
.title {
  flex: 1;
  margin-right: 32px;
}
.current {
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.top-menu a {
  font-size: 18px;
  color: black;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 0 16px;
  text-decoration: none;
  width: 100%;
  transition: all 0.5s;
}

.top-menu .arrow-toggle {
  position: relative;
  left: 8px;
}

.top-menu a.open h2 img {
  transform: rotate(180deg);
  position: relative;
  bottom: 4px;
}

.top-menu a:hover,
.top-menu a.active {
  background-color: transparent;
  color: black;
}

.dropdown {
  display: none;
  position: relative;
}
.dropdown.open {
  display: block;
}

.list {
  background: white;
  z-index: 10;
  padding: 1rem 0 2rem;
  background: #f5f5f5;
}

.list ul {
  list-style-type: none;
  padding-left: 16px;
}

.product-selector-sidebar-mobile .find-partner-btn {
  margin: 2rem 1rem;
  inline-size: fit-content;
}

footer {
  background: var(--primary);
  color: var(--light);
  text-align: left;
  padding: 0;
  margin: 0;
  z-index: 1000;
}

.footer-content.top {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
  grid-auto-rows: minmax(230px, auto);
}

.footer-link-block ul {
  list-style-type: none;
  padding-left: 0 !important;
}

.footer-content.top h5 {
  margin: 1.5rem 0 1rem;
}

.footer-content.top a {
  text-decoration: none;
}

.footer-content.top a:hover {
  text-decoration: underline;
}

.footer-top-logo {
  grid-column: 5/5;
  grid-row: 1;
  text-align: right;
}

.footer-content.bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid var(--accent-light);
  padding-top: 32px;
}

.footer-logo {
  flex-grow: 1;
}

.footer-company {
  flex-grow: 2;
}

.footer-content a {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  text-decoration: underline;
}

.footer-company p {
  font-size: 16px;
}

.footer-policies.align a {
  display: inline;
  margin-right: 1rem;
}

@media (max-width: 1260px) {
  .footer-content.top {
    gap: 20px;
  }
}

@media (max-width: 992px) {
  .footer-top-logo {
    margin: 2rem 0;
    text-align: left;
  }
  .footer-content.top {
    display: block;
  }
  .footer-content.bottom {
    display: block;
  }
  .footer-company p {
    margin-top: 1rem;
  }
  .footer-policies.align a {
    display: block;
    margin: 1rem 0;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2000;
}

.modal .modal-frame {
  max-width: 520px;
  margin: 0 auto;
  position: relative;
  top: 2rem;
}

.modal .modal-frame.wider {
  max-width: 680px;
}

.modal .modal-frame.wide {
  max-width: 850px;
}

.modal .modal-border {
  background: #fff;
  border: 1px solid #ccc;
  margin: 1rem;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.modal .modal-header {
  display: flex;
  align-items: center;
  text-align: right;
  padding: 0.5rem 1rem;
}

.modal .modal-title {
  font-size: 24px;
  flex-grow: 1;
  text-align: left;
}

.close:hover .cross,
.close .minus {
  display: none;
}
.close:hover .minus {
  display: inline;
}

.modal .modal-content {
  min-height: 100px;
  max-height: calc(100vh - 5rem);
  max-height: 80vh;
  overflow-y: auto;
  padding: 1rem;
}

.modal-layout {
  display: none;
}

/* Disable scroll */
body.modal-open {
  overflow: hidden;
}

/* Custom modal styles */
.modal-close {
  display: flex;
  align-items: center;
}

.modal-close .done {
  margin-right: 1rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Averta', sans-serif;
}

html,
body {
  height: 100%;
  /* overflow-x: hidden; */
}

section {
  margin: 0;
}

.layout {
  padding: 48px 32px;
}

aside {
  margin: 0 !important;
}

body {
  font-family: 'Averta', sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: var(--dark);
  background-color: var(--light);
  position: static;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  padding-top: 100px;
}

main {
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
  flex: 1;
}

.wider {
  max-width: 1200px;
  margin: 0 auto;
}

.wide {
  max-width: 1000px;
  margin: 0 auto;
}

.narrow {
  max-width: 800px;
  margin: 0 auto;
}

ul li {
  padding-left: 0 !important;
}

h1.title {
  margin-bottom: 2rem;
  margin-top: 0;
  color: var(--primary);
  font-size: 2.1875rem;
  font-weight: normal;
}

nav a {
  margin: 0 0.5rem;
}

h1 {
  font-size: 3.75rem; /* 60px */
}

h2 {
  font-size: 2.8125rem; /* 45px */
}

h3 {
  font-size: 2.1875rem; /* 35px */
}

h4 {
  font-size: 1.5625rem; /* 25px */
}

h5 {
  font-size: 1.25rem; /* 20px */
  /* font-weight: bold; */
}

p {
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.6;
}

b,
strong {
  font-weight: 600;
}

.chevron-next {
  position: relative;
  left: 6px;
}

.tag {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.back img {
  transform: rotate(180deg);
  margin-right: 8px;
}

.back a {
  display: flex;
  text-decoration: underline;
  margin-bottom: 3rem;
}

.block a {
  margin: 0 4px;
  text-decoration: underline;
  color: var(--link);
}

.block b,
strong {
  margin-left: 4px;
}

@media (max-width: 992px) {
  h1 {
    font-size: 3rem; /* 48px */
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.1875rem !important;
  }

  h1.title {
    font-size: 1.875rem !important;
  }

  p {
    font-size: 16px;
  }

  .layout {
    padding: 48px 24px;
  }

  .wider {
    max-width: 100%;
  }

  .wide {
    max-width: 100%;
  }

  .narrow {
    max-width: 100%;
  }
}
