/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./resources/scss/pages/_cookiepolicy.scss ***!
  \**************************************************************************************************************************************************************/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --clr-primary: hsla(339, 100%, 56%, 1);
  --clr-primary-30: hsla(339, 100%, 56%, .3);
  --clr-primary-lighten: #FF699E;
  --clr-secondary: rgb(35, 28, 115);
  --clr-secondary-lighten: #543BF2;
  --clr-highlight: #758FED;
  --clr-highlight-lighten: #dce2f7;
  --clr-light: #fff6f8;
  --clr-dark: #ff00ca;
  --clr-grey: #80869B;
  --clr-grey-light: #82869b;
  --clr-grey-lighter: #CCC;
  --clr-grey-lighter-secondary: #8e9095;
  --clr-grey-lightest: #F3F4F6;
  --clr-grey-the-lightest: #e4e4e4;
  --clr-grey-brdr: #ddd;
  --clr-grey-dark: #696969;
  --clr-reservation-bg: #f3f4f6;
  --clr-neutral: hsl(0, 0%, 80%);
  --clr-white: #FFFFFF;
  --clr-black: #000000;
  --clr-form-brd: #aeb2bc;
  --clr-transparent: transparent;
  --clr--grey-table: rgba(214, 220, 233, 0.25);
  --clr-highlighter: rgba(225, 225, 225, 0.3);
  --clr-is-error: #ECD9D9;
  --clr-is-error-outline: #BF7979;
  --clr-is-valid: #D9ECDB;
  --clr-is-valid-outline: #83BF79;
  --clr-is-warning: #F0ECD2;
  --clr-is-info: #E5EAFE;
  --brdr-rad-50p: 50%;
  --brdr-rad-50: 50px;
  --brdr-rad-30: 30px;
  --brdr-rad-20: 20px;
  --brdr-rad-15: 15px;
  --brdr-rad-12: 12px;
  --brdr-rad-10: 10px;
  --brdr-rad-8: 8px;
  --brdr-rad-5: 5px;
  --brdr-rad-2: 2px;
  --box-shadow-primary: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  --fnt-sz-18: 18px;
  --fnt-sz-20: 20px;
  --fnt-sz-30: 30px;
  --fnt-wgt-500: 500;
  --fnt-wgt-600: 600;
  /* Fonts */
  --fnt-small: 400 clamp(0.9rem, 3vw, 1rem)/1.8em "Inter", sans-serif;
  --fnt-regular: 500 clamp(1rem, 3vw, 1.1250rem)/1.8em "Inter", sans-serif;
  --fnt-big: 500 clamp(1.250rem, 1rem + 3vw, 1.625rem)/1.8em "Inter", sans-serif;
  --fnt-forms: 500 clamp(1.2rem, 1vw, 1.125rem)/1.8em "Inter", sans-serif !important;
  --fnt-forms-material-label: 500 clamp(0.85rem, 3vw, 1rem)/1.8em "Inter", sans-serif !important;
  --fnt-heading: 600 clamp(1.2rem, 3vw, 1.6rem)/1.4em "Inter", sans-serif !important;
  --fnt-heading-secondary: 600 clamp(1.250rem, 0.5rem + 2vw, 1.375rem)/1.8em "Inter", sans-serif !important;
  --spacer-1: 1rem;
  --spacer-15: 1.5rem;
  --spacer-2: 2rem;
  --spacer-3: 3rem;
  --top-m: 68px;
  --top-l: 70px;
  --top-ll: 70px;
  --top-xll: 74px;
}

html, body {
  /* sticky footer setup */
  height: 100%;
}

body {
  line-height: 1.8;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /* sticky header */
  padding-top: 60px;
  /* sticky footer */
}
@media (min-width: 62rem) {
  body {
    /* remove sticky header*/
    padding-top: 0;
  }
}
body > footer {
  position: sticky;
  top: 100vh;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

a {
  text-decoration: none;
}

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

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  transition: width 0.1s;
}
@media (min-width: 43rem) {
  .container {
    max-width: 43rem;
  }
}
@media (min-width: 62rem) {
  .container {
    max-width: 62rem;
  }
}
@media (min-width: 75rem) {
  .container {
    max-width: 75rem;
  }
}

.container--small {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 43rem) {
  .container--small {
    width: 70%;
  }
}
@media (min-width: 62rem) {
  .container--small {
    width: 60%;
  }
}

/* Accessibility */
/* Visible only to screen readers */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Skip to content */
.skip-link {
  position: absolute;
  left: -9999px;
  background: var(--clr-primary-lighten);
  color: var(--clr-white);
  border-radius: var(--brdr-rad-8);
  padding: 1rem;
  z-index: 999;
  opacity: 0;
}

.skip-link:focus {
  left: 2px;
  top: 2px;
  opacity: 1;
}

@font-face {
  font-family: "Inter";
  src: url(/assets/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");
  font-display: swap;
}
body {
  font-family: "Inter", sans-serif;
}

h1 {
  font: var(--fnt-wgt-500) clamp(1.4rem, 3vw, 2.5rem)/1.4em "Inter", sans-serif;
  margin: 0 0 1.2em;
}

h2 {
  font: var(--fnt-wgt-500) clamp(1.25rem, 3vw, 2rem)/1.4em "Inter", sans-serif;
  margin: 0 0 1.2em;
}

h3 {
  font: var(--fnt-wgt-500) clamp(1rem, 3vw, 1.5rem)/1.4em "Inter", sans-serif;
  margin: 0 0 1.2em;
}

h2, h3 {
  color: var(--clr-secondary);
}

p {
  font: normal clamp(1rem, 3vw, 1.25rem)/1.8em "Inter", sans-serif;
  margin-bottom: 1rem;
}

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

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

@font-face {
  font-family: "enruto-ico";
  src: url(/assets/fonts/enruto-ico.eot);
  src: url(/assets/fonts/enruto-ico.eot#iefix) format("embedded-opentype"), url(/assets/fonts/enruto-ico.ttf) format("truetype"), url(/assets/fonts/enruto-ico.woff) format("woff"), url(/assets/svg/enruto-ico.svg#enruto-ico) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "icomoon";
  src: url(/assets/fonts/icomoon.eot);
  src: url(/assets/fonts/icomoon.eot#iefix) format("embedded-opentype"), url(/assets/fonts/icomoon.ttf) format("truetype"), url(/assets/fonts/icomoon.woff) format("woff"), url(/assets/svg/icomoon.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: enruto-ico, icomoon !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Main quote icons */
.icon-car:before {
  content: "\e902";
}

.icon-plane:before {
  content: "\e913";
}

.icon-train:before {
  content: "\e919";
}

.icon-location:before {
  content: "\e90c";
}

.icon-calendar:before {
  content: "\e901";
}

.icon-time:before {
  content: "\e918";
}

/* Customer icons */
.icon-customer:before {
  content: "\e906";
}

.icon-adult:before {
  content: "\e900";
}

.icon-adult2:before {
  content: "\e91d";
}

.icon-child:before {
  content: "\e904";
}

.icon-child2:before {
  content: "\e91e";
}

.icon-infant:before {
  content: "\e90b";
}

.icon-infant2:before {
  content: "\e923";
}

.icon-supplier:before {
  content: "\e917";
}

/* Luggage */
.icon-luggage-large:before {
  content: "\e926";
}

.icon-luggage-large2:before {
  content: "\e927";
}

.icon-luggage-medium:before {
  content: "\e928";
}

.icon-luggage-medium2:before {
  content: "\e929";
}

.icon-luggage-small:before {
  content: "\e92a";
}

.icon-luggage-small2:before {
  content: "\e92b";
}

.icon-luggage:before {
  content: "\e90f";
}

.icon-luggage2:before {
  content: "\e910";
}

/* Page icons */
.icon-home:before {
  content: "\e909";
}

.icon-search:before {
  content: "\e93a";
}

.icon-arrow-down:before {
  content: "\e934";
}

.icon-arrow-right:before {
  content: "\e935";
}

.icon-check:before {
  content: "\e939";
}

.icon-check-circle:before {
  content: "\e903";
}

.icon-edit:before {
  content: "\e91f";
}

.icon-edit2:before {
  content: "\e920";
}

.icon-email:before {
  content: "\e921";
}

.icon-email2:before {
  content: "\e922";
}

.icon-info:before {
  content: "\e924";
}

.icon-info2:before {
  content: "\e925";
}

.icon-close:before {
  content: "\e905";
}

.icon-plus:before {
  content: "\e92c";
}

.icon-eye:before {
  content: "\e938";
}

.icon-filter:before {
  content: "\e93c";
}

.icon-distance:before {
  content: "\e93d";
}

.icon-oneway:before {
  content: "\e93f";
}

.icon-roundtrip:before {
  content: "\e93e";
}

.icon-map:before {
  content: "\e93b";
}

.icon-star-full:before {
  content: "\e916";
}

.icon-list-view:before {
  content: "\e936";
}

.icon-grid-view:before {
  content: "\e937";
}

/* Misc */
.icon-lock:before {
  content: "\e90d";
}

.icon-speedy:before {
  content: "\e915";
}

.icon-ticket:before {
  content: "\e92d";
}

/* Design specific */
.icon-door-to-door:before {
  content: "\e907";
}

.icon-door:before {
  content: "\e908";
}

.icon-hours:before {
  content: "\e90a";
}

.icon-low-prices:before {
  content: "\e90e";
}

.icon-meet-and-greet:before {
  content: "\e911";
}

.icon-search-ab:before {
  content: "\e914";
}

.icon-pencil-box:before {
  content: "\e912";
}

/* Social */
.icon-twitter:before {
  content: "\e91a";
}

.icon-facebook:before {
  content: "\e91b";
}

.icon-blog:before {
  content: "\e91c";
}

/* Clients */
.icon-client-settings:before {
  content: "\e92e";
}

.icon-client-road-miles:before {
  content: "\e92f";
}

.icon-client-reservation:before {
  content: "\e930";
}

.icon-client-help:before {
  content: "\e931";
}

.icon-client-docs:before {
  content: "\e932";
}

.icon-client-booking:before {
  content: "\e933";
}

/* Uncategorized */
.icon-browse:before {
  content: "\e986";
}

.icon-equalizer:before {
  content: "\e993";
}

.ico-primary {
  color: var(--clr-primary);
}

.ico-primary-lighten {
  color: var(--clr-primary-lighten);
}

.ico-secondary {
  color: var(--clr-secondary);
}

.ico-secondary-lighten {
  color: var(--clr-secondary-lighten);
}

.ico-affirm {
  color: #03A800;
}

.ico-white {
  color: var(--clr-white);
}

.ico-black {
  color: var(--clr-black);
}

.ico-form-brd {
  color: var(--clr-form-brd);
}

.ico-gradient {
  background: -webkit-linear-gradient(74deg, #466DFA 0, #FF216E 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ico-16 {
  display: block;
  text-align: center;
  font-size: 16px;
}

.ico-18 {
  display: block;
  text-align: center;
  font-size: 18px;
}

.ico-20 {
  display: block;
  text-align: center;
  font-size: 20px;
}

.ico-22 {
  display: block;
  text-align: center;
  font-size: 22px;
}

.ico-23 {
  display: block;
  text-align: center;
  font-size: 23px;
}

.ico-24 {
  display: block;
  text-align: center;
  font-size: 24px;
}

.ico-25 {
  display: block;
  text-align: center;
  font-size: 25px;
}

.ico-26 {
  display: block;
  text-align: center;
  font-size: 26px;
}

.ico-28 {
  display: block;
  text-align: center;
  font-size: 28px;
}

.ico-30 {
  display: block;
  text-align: center;
  font-size: 30px;
}

.ico-36 {
  display: block;
  text-align: center;
  font-size: 36px;
}

.ico-44 {
  display: block;
  text-align: center;
  font-size: 44px;
}

.ico-50 {
  display: block;
  text-align: center;
  font-size: 50px;
}

.ico-52 {
  display: block;
  text-align: center;
  font-size: 52px;
}

.ico-62 {
  display: block;
  text-align: center;
  font-size: 62px;
}

.ico-80 {
  display: block;
  text-align: center;
  font-size: 80px;
}

header {
  background: var(--clr-secondary);
  color: var(--clr-white);
  height: 60px;
  display: grid;
  align-items: center;
  padding: var(--spacer-1);
  /* sticky header, mobile only */
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media (min-width: 62rem) {
  header {
    height: 80px;
    /* remove sticky header */
    position: relative;
  }
}

.header--primary {
  position: relative;
  z-index: 1001;
}
@media (min-width: 75rem) {
  .header--primary {
    display: grid;
    align-items: center;
    grid-template-columns: [menu-left] 35% [middle-content] auto [menu-right] 35%;
  }
}

.menu__first {
  margin-top: 60px;
}
@media (min-width: 75rem) {
  .menu__first {
    grid-area: menu-left;
    display: flex;
    justify-content: flex-start;
    margin-top: 0;
  }
  .menu__first > li:first-child {
    margin-right: 2rem;
  }
}

@media (min-width: 75rem) {
  .menu__last {
    grid-area: menu-right;
    display: flex;
    justify-content: space-between;
  }
}

.middle__content {
  display: grid;
  place-content: center;
}
@media (min-width: 75rem) {
  .middle__content {
    grid-area: middle-content;
  }
}

@media (min-width: 75rem) {
  .logo {
    margin-top: -1.5rem;
  }
}
.logo img {
  margin: auto;
  height: 30px;
}
@media (min-width: 62rem) {
  .logo img {
    height: 44px;
  }
}

footer {
  font: var(--fnt-regular);
  margin-top: auto;
}
footer p {
  font: var(--fnt-regular);
  color: var(--clr-white);
}
footer li {
  padding: 0.4em 0;
}

.footer__logo {
  width: clamp(6.625rem, 1vw + 12rem, 15rem);
  margin-bottom: 1em;
}

/* footer navigation */
.footer--primary > div {
  margin: 0 0 3rem;
}
.footer--primary > div:last-child {
  margin: 0;
}
@media (min-width: 43rem) {
  .footer--primary {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .footer--primary > div:first-child {
    grid-row: 1;
    grid-column: 1;
  }
  .footer--primary > div:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
    padding-left: 3em;
  }
  .footer--primary > div:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
    padding-left: 3em;
  }
  .footer--primary > div:last-child {
    grid-row: 3;
    grid-column: 2;
    padding-left: 3em;
  }
}
@media (min-width: 62rem) {
  .footer--primary {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .footer--primary > div:last-child {
    grid-row: 1;
    grid-column: 3;
  }
}
@media (min-width: 75rem) {
  .footer--primary {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
  .footer--primary > div:nth-child(3) {
    grid-row: 1;
    grid-column: 3;
  }
  .footer--primary > div:last-child {
    grid-row: 1;
    grid-column: 4;
  }
}

.content--below-website {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content--below-website > * {
  padding: 1.4rem 0;
}
.content--below-website a {
  color: var(--clr-secondary);
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
@media (min-width: 75rem) {
  .content--below-website {
    flex-direction: row-reverse;
  }
  .content--below-website > *:first-child {
    text-align: right;
  }
}

.payment-logos {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.payment-logos img {
  width: 80px;
  filter: grayscale(1) invert(0.5);
  padding: 0.3rem;
}
@media (min-width: 75rem) {
  .payment-logos img {
    margin-right: 1rem;
  }
}
@media (min-width: 75rem) {
  .payment-logos {
    justify-content: flex-start;
  }
}

section {
  padding-block: min(5vh, 3rem);
  color: var(--clr-secondary);
}
@media (min-width: 75rem) {
  section {
    padding-block: min(20vh, 5rem);
  }
}

.section--leading {
  padding-block: min(5vh, 5rem);
}

/* Section with a primary background color */
.section__bg-primary {
  background: var(--clr-primary);
  color: var(--clr-white);
}
.section__bg-primary h3 {
  color: var(--clr-white) !important;
}
.section__bg-primary a {
  color: var(--clr-white);
  text-decoration: none;
}

/* Section with a secondary background color */
.section__bg-secondary {
  background: var(--clr-secondary);
  color: var(--clr-white);
}
.section__bg-secondary h2, .section__bg-secondary h1 {
  color: var(--clr-white);
}
.section__bg-secondary .block__title {
  color: var(--clr-white);
}
.section__bg-secondary .cards p {
  color: var(--clr-secondary);
}
.section__bg-secondary .form__control {
  border: 1px solid var(--clr-form-brd);
}

/* Section with a grey background color */
.section--grey {
  background: var(--clr-grey-lightest);
}

/* Section with a blue light background color */
.section--blue-light {
  background: var(--clr-secondary-lighten);
}
.section--blue-light p {
  color: var(--clr-white);
}

.section--extend {
  padding-bottom: 20em;
}

.section--overlap {
  padding-block: 0 min(20vh, 5rem);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: var(--gap, 1.5rem);
}
@media (min-width: 62rem) {
  .flex {
    flex-direction: row;
  }
}

/* Justify content */
.flex-justify-start {
  justify-content: flex-start !important;
}

.flex-justify-end {
  justify-content: flex-end !important;
}

.flex-justify-center {
  justify-content: center !important;
}

.flex-justify-between {
  justify-content: space-between !important;
}

.flex-justify-around {
  justify-content: space-around !important;
}

/* Align items */
.flex-items-start {
  align-items: flex-start !important;
}

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

.flex-items-center {
  align-items: center !important;
}

.flex-items-baseline {
  align-items: baseline !important;
}

.flex-items-stretch {
  align-items: stretch !important;
}

.flex-1 {
  flex: 1 !important;
}

.flex-2 {
  flex: 2 !important;
}

.flex-3 {
  flex: 3 !important;
}

.flex-4 {
  flex: 4 !important;
}

.grid {
  display: grid;
  gap: var(--gap, 1.5rem);
  width: 100%;
}

/* two columns in a paragraph */
.columns-2 {
  column-count: 1;
}
@media (min-width: 62rem) {
  .columns-2 {
    column-count: 2;
  }
}

/* Global class for JS */
.hidden {
  display: none !important;
}

.u--show {
  display: block !important;
}

.u--show--flex {
  display: flex !important;
}

.mobile__nav--toggle {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  width: 3rem;
  height: 3rem;
  padding: 0.5rem;
  cursor: pointer;
  z-index: 1001;
  /* x-icon menu to close mobile menu nav */
}
@media (min-width: 75rem) {
  .mobile__nav--toggle {
    display: none;
  }
}
.mobile__nav--toggle span[aria-hidden=true] {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background: white;
  border-radius: var(--brdr-rad-2);
  margin: 0 auto;
}
.mobile__nav--toggle span[aria-hidden=true]::before, .mobile__nav--toggle span[aria-hidden=true]::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: white;
  border-radius: var(--brdr-rad-2);
  left: 0;
  transition: transform 0.3s ease;
}
.mobile__nav--toggle span[aria-hidden=true]::before {
  top: -10px;
}
.mobile__nav--toggle span[aria-hidden=true]::after {
  bottom: -10px;
}
.mobile__nav--toggle[aria-expanded=true] span[aria-hidden=true] {
  background: transparent; /* Hide middle line */
}
.mobile__nav--toggle[aria-expanded=true] span[aria-hidden=true]::before {
  transform: translateY(10px) rotate(45deg);
}
.mobile__nav--toggle[aria-expanded=true] span[aria-hidden=true]::after {
  transform: translateY(-10px) rotate(-45deg);
}

/* Menu container for the primary menu at the top */
.nav--primary {
  position: fixed;
  inset: 0;
  background: var(--clr-secondary);
  padding: min(5vh, 10em);
  height: 100vh;
  transform: translateX(200vw);
  z-index: 1000;
}
.nav--primary[data-visible=true] {
  transform: translateX(0);
}
@media (min-width: 75rem) {
  .nav--primary {
    inset: unset;
    padding: 0;
    position: relative;
    transform: translateX(0);
    height: 100%;
    display: contents;
  }
}
.nav--primary li {
  padding: 0.5em 0 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav--primary li .icon {
  margin-right: 5px;
}
.nav--primary a {
  color: var(--clr-white);
  text-decoration: none;
  font: 500 clamp(1.125rem, 3vw, 1.25rem)/1.8em "Inter", sans-serif;
}
.nav--primary a.active {
  text-decoration: underline var(--clr-primary) 3px;
  text-underline-offset: 0.5em;
}

/* Social nav icons in footer */
.social__nav {
  display: flex;
}
.social__nav li {
  padding: var(--spacer-1);
}
