/*
Theme Name: JMC Landing Page
Theme URI: https://clientwebsite.co.nz
Description: A custom theme for JMC.
Version: 1.0
Author: Pixelplay
Author URI: https://www.pixelplay.co.nz
*/
/* --------------------------------------------------------------
***** IMPORTANT: Do not edit the styles directly in style.css
***** Make style changes via the SCSS files in the css folders. 
-------------------------------------------------------------- */
/* Fonts
-------------------------------------------------------------- */
@font-face {
  font-family: "Special Gothic Condensed";
  src: url("fonts/SpecialGothicCondensed-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Special Gothic Condensed";
  src: url("fonts/SpecialGothicCondensed-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Special Gothic Condensed";
  src: url("fonts/SpecialGothicCondensed-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Special Gothic Condensed";
  src: url("fonts/SpecialGothicCondensed-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("fonts/Switzer-Regular.woff2") format("woff2"), url("fonts/Switzer-Regular.woff") format("woff"), url("fonts/Switzer-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Switzer";
  src: url("fonts/Switzer-Italic.woff2") format("woff2"), url("fonts/Switzer-Italic.woff") format("woff"), url("fonts/Switzer-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Switzer";
  src: url("fonts/Switzer-Medium.woff2") format("woff2"), url("fonts/Switzer-Medium.woff") format("woff"), url("fonts/Switzer-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Switzer";
  src: url("fonts/Switzer-MediumItalic.woff2") format("woff2"), url("fonts/Switzer-MediumItalic.woff") format("woff"), url("fonts/Switzer-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Switzer";
  src: url("fonts/Switzer-Semibold.woff2") format("woff2"), url("fonts/Switzer-Semibold.woff") format("woff"), url("fonts/Switzer-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Switzer";
  src: url("fonts/Switzer-SemiboldItalic.woff2") format("woff2"), url("fonts/Switzer-SemiboldItalic.woff") format("woff"), url("fonts/Switzer-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Switzer";
  src: url("fonts/Switzer-Bold.woff2") format("woff2"), url("fonts/Switzer-Bold.woff") format("woff"), url("fonts/Switzer-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Switzer";
  src: url("fonts/Switzer-BoldItalic.woff2") format("woff2"), url("fonts/Switzer-BoldItalic.woff") format("woff"), url("fonts/Switzer-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Switzer";
  src: url("fonts/Switzer-Extrabold.woff2") format("woff2"), url("fonts/Switzer-Extrabold.woff") format("woff"), url("fonts/Switzer-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Switzer";
  src: url("fonts/Switzer-ExtraboldItalic.woff2") format("woff2"), url("fonts/Switzer-ExtraboldItalic.woff") format("woff"), url("fonts/Switzer-ExtraboldItalic.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Switzer";
  src: url("fonts/Switzer-Black.woff2") format("woff2"), url("fonts/Switzer-Black.woff") format("woff"), url("fonts/Switzer-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Switzer";
  src: url("fonts/Switzer-BlackItalic.woff2") format("woff2"), url("fonts/Switzer-BlackItalic.woff") format("woff"), url("fonts/Switzer-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
/* CSS Variables
-------------------------------------------------------------- */
:root {
  /* Colours
  -------------------------------------------------------------- */
  --primary: #ED1C24;
  --secondary: #000000;
  --heading-color: #1A1A1A;
  --text-color: #0A0B0A;
  --grey: #3d3935;
  --mid-grey: #b2b0af;
  --light-grey: #ebebeb;
  --white: #fff;
  --black: #000;
  /* Typography
  ---------------------------------------------------------- */
  --font: "Switzer", sans-serif;
  --font-heading: "Special Gothic Condensed", sans-serif;
  --text-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  :root {
    --text-size: 1.5rem;
  }
}
:root {
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semi-bold: 600;
  --bold: 700;
  --extra-bold: 800;
  --heavy: 900;
  /* Layout
  ---------------------------------------------------------- */
  --section-padding: 12rem;
}
@media screen and (max-width: 992px) {
  :root {
    --section-padding: 7.5rem;
  }
}
@media screen and (max-width: 576px) {
  :root {
    --section-padding: 7.5rem;
  }
}
:root {
  --container-padding: 5rem;
}
@media screen and (max-width: 992px) {
  :root {
    --container-padding: 3rem;
  }
}
:root {
  --container-max-width: 1460px;
  --container-max-width-sm: 966px;
  --gap: 3rem;
  --gap-md: 5rem;
  --gap-lg: 10rem;
}

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

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  width: 100%;
  font-family: var(--font);
  font-size: var(--text-size);
  font-weight: var(--regular);
  line-height: 1.5;
  color: var(--white);
  background: linear-gradient(rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.76)), url(images/grain-texture-dark-fine.png) repeat;
  background-size: auto, 512px;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.no-scroll {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
}

:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--primary), 0 0 0 4px rgba(255, 255, 255, 0.6);
  border-radius: 2px;
}

h1,
h2,
h3,
h4,
h5 {
  clear: both;
  line-height: 0.9;
  font-family: var(--font-heading);
  font-weight: var(--bold);
  color: var(--white);
  margin: 0;
  padding: 0;
}

h1,
.h1 {
  color: var(--white);
  font-size: 18rem;
  line-height: 0.8;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  background: linear-gradient(92.66deg, var(--white) 0.88%, rgba(255, 255, 255, 0.75) 92.91%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1380px) {
  h1,
  .h1 {
    font-size: 14rem;
  }
}
@media screen and (max-width: 1200px) {
  h1,
  .h1 {
    font-size: 10rem;
  }
}
@media screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 6rem;
  }
}

.heading-label {
  display: block;
  color: var(--primary);
  font-size: 2.4rem;
  font-weight: var(--bold);
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  padding-bottom: 2.6rem;
  margin-bottom: 2.7rem;
  border-bottom: 1px solid rgba(244, 255, 255, 0.25);
}
@media screen and (max-width: 768px) {
  .heading-label {
    font-size: 1.8rem;
    padding-bottom: 0.9rem;
    margin-bottom: 1.2rem;
  }
}

h2,
.h2 {
  font-size: 9.6rem;
  margin: 0 0 0.5em;
  text-transform: uppercase;
  background: linear-gradient(92.66deg, var(--white) 0.88%, rgba(255, 255, 255, 0.75) 92.91%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1200px) {
  h2,
  .h2 {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 768px) {
  h2,
  .h2 {
    font-size: 4.8rem;
  }
}

* + :is(h2, .h2) {
  margin-top: 4rem;
}

.heading-label + :is(h2, .h2) {
  margin-top: 0;
}

h3,
.h3 {
  font-size: 4.8rem;
  margin: 3rem 0 1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  h3,
  .h3 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  h3,
  .h3 {
    font-size: 3.2rem;
  }
}

h4,
.h4 {
  font-size: 2rem;
  margin: 2rem 0 1rem;
}
@media screen and (max-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  h4,
  .h4 {
    font-size: 1.7rem;
  }
}

h5,
.h5 {
  font-size: 1.8rem;
  margin: 2rem 0 1rem;
}
@media screen and (max-width: 1200px) {
  h5,
  .h5 {
    font-size: 1.6rem;
  }
}

p {
  margin: 0 0 1em;
}
@media screen and (max-width: 768px) {
  p {
    margin: 0 0 1.1em;
  }
}

p.intro-text {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  p.intro-text {
    font-size: 1.8rem;
  }
}

figure {
  margin: 1rem 0 2rem;
}

a {
  color: var(--primary);
  text-decoration: none;
}

a:hover {
  color: var(--primary);
  text-decoration: underline;
}

main ul,
main ol,
.popup__content ul,
.popup__content ol {
  margin: 0 0 2rem;
}
main ul li,
main ol li,
.popup__content ul li,
.popup__content ol li {
  margin-bottom: 0.8rem;
}

main ul,
.popup__content ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
main ul li,
.popup__content ul li {
  position: relative;
  padding-left: 2rem;
}
main ul li::before,
.popup__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.6rem;
  height: 0.6rem;
  background: var(--primary);
}

hr {
  clear: both;
  border: 0;
  height: 1px;
  background-color: var(--light-grey);
  margin: 3rem 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 2rem;
}

th,
td {
  border: 1px solid var(--light-grey);
  padding: 0.75rem;
  text-align: left;
  vertical-align: top;
}

strong {
  font-weight: var(--semi-bold);
}

.small {
  font-size: 1.2rem;
}

.large {
  font-size: 1.8rem;
}

.left {
  float: left;
}

.right {
  float: right;
}

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

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

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

/* --------- Buttons --------- */
.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 0 0 2rem;
}
@media screen and (max-width: 768px) {
  .btn-group {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .btn-group .btn,
  .btn-group a.btn {
    min-width: 255px;
  }
}
@media screen and (max-width: 576px) {
  .btn-group .btn,
  .btn-group a.btn {
    min-width: 100%;
  }
}

.btn,
a.btn {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: var(--medium);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.0333em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  padding: 1.1em 1.8em;
  margin: 0;
  border-radius: 2px;
  border: 1px solid transparent;
  background: var(--primary);
  text-decoration: none;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
@media screen and (max-width: 768px) {
  .btn,
  a.btn {
    padding: 0.6em 1.4em;
  }
}
.btn:hover, .btn:focus-visible,
a.btn:hover,
a.btn:focus-visible {
  color: var(--white);
  background: color-mix(in srgb, var(--primary) 90%, black);
  text-decoration: none;
}

.btn-secondary,
a.btn-secondary {
  color: var(--white);
  border-color: var(--primary);
  background: transparent;
  text-decoration: none;
}
.btn-secondary:hover, .btn-secondary:focus-visible,
a.btn-secondary:hover,
a.btn-secondary:focus-visible {
  color: var(--white);
  background: color-mix(in srgb, var(--primary) 30%, transparent);
}

/* GSAP Animations
-------------------------------------------------------------- */
.fade-in,
.fade-up,
.fade-in-from-left,
.fade-in-from-right {
  visibility: hidden;
}

/* Responsive Images
-------------------------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Flex
-------------------------------------------------------------- */
.flex {
  display: flex;
}

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

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

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 0 0 2rem;
}

.aligncenter {
  display: block;
  margin: 0 auto 2rem;
}

.alignleft {
  float: left;
  margin: 0 4rem 2rem 0;
}

.alignright {
  float: right;
  margin: 0 0 2rem 4rem;
}

.wp-caption {
  max-width: 100%;
  font-size: 1.4rem;
  font-weight: var(--semi-bold);
  line-height: 1.3;
  text-align: center;
  margin-bottom: 2rem;
  background: var(--light-grey);
}

.wp-caption img {
  display: block;
  width: 100%;
  height: auto;
}

.wp-caption-text {
  margin: 1rem;
}

@media screen and (max-width: 576px) {
  .alignleft,
  .alignright {
    float: none;
    display: block;
    margin: 0 auto 2rem;
  }
}
/* --------- Desktop/Mobile Only --------- */
.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}
/* --------- Fixes --------- */
/* Screen readers only */
.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;
}

.clear-floats {
  clear: both;
}

.clearfix:after,
header:after,
main:after,
section:after,
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/* --------------------------------------------------------------
Header
-------------------------------------------------------------- */
.header {
  position: fixed;
  width: 100%;
  height: 98px;
  background: color-mix(in srgb, var(--black) 30%, transparent);
  z-index: 300;
  transition: all 0.6s ease-in-out;
  border-top: 2px solid var(--primary);
}
@media screen and (max-width: 768px) {
  .header {
    height: 74px;
  }
}
.header__inner {
  display: flex;
  height: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
}
.header__logo {
  display: block;
  width: 149px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 85px;
  }
}
.header .jump-menu .btn-group {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .header .jump-menu .btn-group .btn,
  .header .jump-menu .btn-group a.btn {
    min-width: auto;
  }
}
.header .jump-menu .btn-group .desktop-only {
  display: inline-flex;
}
.header .jump-menu .btn-group .mobile-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .jump-menu .btn-group .desktop-only {
    display: none;
  }
  .header .jump-menu .btn-group .mobile-only {
    display: inline-flex;
  }
}

/* Show header on scroll up */
/* Nav
-------------------------------------------------------------- */
.nav ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  column-gap: 3rem;
}
.nav ul li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
.nav ul li a {
  display: block;
  padding: 1rem 0;
  color: var(--text-color);
  font-size: var(--text-size);
  line-height: 1;
  text-decoration: none;
}
.nav ul li a:hover, .nav ul li a:focus-visible {
  color: var(--primary);
  text-decoration: none;
}
.nav ul li span,
.nav ul li button {
  display: none;
}

/* --------- Dropdown Menu --------- */
.nav ul.sub-menu {
  flex-direction: column;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  z-index: 1000;
}
.nav ul.sub-menu li {
  display: block;
  float: none;
  position: relative;
}
.nav ul.sub-menu li a {
  width: 220px;
  color: var(--text-color);
  font-size: 1.5rem;
  padding: 1rem 1.5rem;
  font-weight: var(--regular);
  text-decoration: none;
  background: var(--light-grey);
}
.nav ul.sub-menu li a:hover, .nav ul.sub-menu li a:focus-visible {
  color: var(--white);
  text-decoration: none;
  background: var(--primary);
}

.nav ul li:hover > .sub-menu,
.nav ul li:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
}

/* Second-level submenu */
.nav .sub-menu .sub-menu {
  visibility: hidden;
  top: 0;
  left: 100%;
}

/* --------- Mobile Nav --------- */
#mobile-menu-btn {
  display: none;
}

@media (max-width: 1200px) {
  #mobile-menu-btn {
    display: block;
    width: 30px;
    background: transparent;
    z-index: 1001;
    transition: all 0.5s ease-in-out;
  }
  .nav {
    display: none;
    position: fixed;
    inset: 0;
    overflow-y: auto;
    height: 100dvh;
    padding: 150px var(--container-padding);
    background: color-mix(in srgb, var(--primary) 95%, transparent);
    z-index: 1000;
  }
  .nav ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: static;
  }
  .nav ul li {
    position: relative;
    width: 100%;
  }
  .nav ul li a {
    display: inline-block;
    color: var(--white);
    padding: 1.5rem 6rem 1.5rem 0;
    font-size: 1.8rem;
    line-height: 1;
    text-decoration: none;
  }
  .nav ul li a:hover {
    color: var(--light-grey);
    text-decoration: none;
  }
  .nav ul li a + .sub-menu, .nav ul li a.hover + .sub-menu,
  .nav ul li a .sub-menu:hover {
    display: none;
  }
  .nav ul li button {
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    padding: 0;
    border: 0;
    text-align: center;
    cursor: pointer;
    background: url(images/plus-icon.png) no-repeat center center;
  }
  .nav ul li button.active {
    background: url(images/minus-icon.png) no-repeat center center;
  }
  /* Submenu */
  .nav ul li .sub-menu {
    display: none;
    visibility: visible;
    opacity: 1;
    position: relative;
  }
  .nav ul li .sub-menu ul {
    margin-left: 0;
  }
  .nav ul li .sub-menu li a {
    width: auto;
    color: var(--white);
    font-size: var(--text-size);
    padding-left: 1.5rem;
    background: none;
  }
  .nav ul li .sub-menu li a:hover {
    color: var(--white);
  }
  .nav ul li .sub-menu li {
    /* Second-level submenu */
  }
  .nav ul li .sub-menu li .sub-menu {
    left: 0;
  }
  .nav ul li .sub-menu li .sub-menu li a {
    color: var(--white);
    padding-left: 3rem;
  }
  .nav ul li .sub-menu li .sub-menu li a:hover {
    color: var(--white);
  }
  .hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  .hamburger:hover {
    opacity: 0.7;
  }
  .hamburger-box {
    width: 30px;
    height: 22px;
    display: inline-block;
    position: relative;
  }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
  }
  .hamburger-inner::before {
    top: -9px;
  }
  .hamburger-inner::after {
    bottom: -9px;
  }
  .hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .hamburger-label {
    display: none;
    position: relative;
    top: -9px;
    font-size: 1.2rem;
  }
}
/* --------------------------------------------------------------
Layout
-------------------------------------------------------------- */
.container,
.container-small {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--container-padding);
}

.container {
  max-width: calc(var(--container-max-width) + var(--container-padding) * 2);
}

.container-small {
  max-width: calc(var(--container-max-width-sm) + var(--container-padding) * 2);
}

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

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.main-content {
  position: relative;
  padding-top: var(--section-padding);
}
@media screen and (max-width: 768px) {
  .main-content {
    padding-top: 6rem;
  }
}

.no-banner .main-content {
  padding-top: 7rem;
}
@media screen and (max-width: 992px) {
  .no-banner .main-content {
    padding-top: 5rem;
  }
}

.section {
  position: relative;
  padding-bottom: var(--section-padding);
  z-index: 1;
}

.bg-color,
.bg-colour {
  padding-block: var(--section-padding);
  margin-bottom: var(--section-padding);
}

.section-padding-large {
  padding-bottom: calc(var(--section-padding) * 1.5);
}

.section.section-margin-large {
  margin-bottom: calc(var(--section-padding) * 1.5);
}

.section-padding-small {
  padding-bottom: calc(var(--section-padding) * 0.5);
}

.section-margin-small {
  margin-bottom: calc(var(--section-padding) * 0.5);
}

.section-padding-none {
  padding: 0;
}

.section-margin-none {
  margin-bottom: 0;
}

/* Main heading
-------------------------------------------------------------- */
.main-heading {
  position: relative;
  z-index: 100;
}
.main-heading .container {
  display: grid;
  gap: 0.8rem;
  padding-top: 10.8rem;
  transform: translateY(10rem);
}
@media screen and (min-width: 992px) {
  .main-heading .container {
    grid-template-columns: minmax(0, 100rem) 32rem;
    justify-content: space-between;
    gap: var(--gap);
  }
}
@media screen and (min-width: 1600px) {
  .main-heading .container {
    grid-template-columns: minmax(0, 100rem) 40rem;
  }
}
@media screen and (max-width: 1380px) {
  .main-heading .container {
    transform: translateY(7.7rem);
  }
}
@media screen and (max-width: 1200px) {
  .main-heading .container {
    transform: translateY(5.5rem);
  }
}
@media screen and (max-width: 768px) {
  .main-heading .container {
    padding-top: 7.2rem;
    transform: translateY(3.2rem);
  }
}
.main-heading h1 {
  max-width: 100rem;
  text-wrap: balance;
}
.main-heading .coming-soon {
  color: var(--primary);
  font-size: 5rem;
  font-weight: var(--bold);
  letter-spacing: 0.047em;
  line-height: 0.9;
  text-transform: uppercase;
  text-align: center;
  transform: translateY(0.2rem);
}
@media screen and (max-width: 1600px) {
  .main-heading .coming-soon {
    font-size: 4rem;
  }
}
@media screen and (max-width: 992px) {
  .main-heading .coming-soon {
    font-size: 1.8rem;
    text-align: left;
    order: -1;
    transform: translateY(-0.4rem);
  }
}
.main-heading .coming-soon span {
  display: block;
  max-width: fit-content;
  border-top: 2px solid var(--primary);
  padding-top: 0.2em;
  margin-top: 0.2em;
  position: relative;
}
.main-heading .coming-soon span .asterisk {
  color: var(--primary);
  position: absolute;
  top: 0.5em;
  right: -0.6em;
  font-size: 0.5em;
}
@media screen and (max-width: 768px) {
  .main-heading .coming-soon span .asterisk {
    font-size: 0.6em;
  }
}

/* Banner
-------------------------------------------------------------- */
.banner {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .banner {
    --corner-cut: 4.5rem;
    clip-path: polygon(0 0, calc(100% - var(--corner-cut)) 0, 100% var(--corner-cut), 100% 100%, var(--corner-cut) 100%, 0 calc(100% - var(--corner-cut)));
  }
}
@media screen and (min-width: 1200px) {
  .banner {
    --corner-cut: 9rem;
    clip-path: polygon(0 0, calc(100% - var(--corner-cut)) 0, 100% var(--corner-cut), 100% 100%, var(--corner-cut) 100%, 0 calc(100% - var(--corner-cut)));
  }
}
.banner img {
  width: 100vw;
}
.banner .bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .banner .bg-video {
    display: none;
  }
}

/* Home Page
-------------------------------------------------------------- */
.section-intro {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 1200px) {
  .section-intro {
    grid-template-columns: minmax(0, 84.5rem) 47.5rem;
    justify-content: space-between;
    gap: var(--gap-lg);
  }
}
.section-intro .btn-group {
  padding-top: 2.4rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-intro .btn-group {
    margin-bottom: 1rem;
  }
}
.section-intro .desktop {
  display: flex;
}
.section-intro .mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .section-intro .desktop {
    display: none;
  }
  .section-intro .mobile {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .section-intro .specs {
    grid-template-columns: 1fr;
  }
}

.specs {
  display: grid;
  gap: 5.4rem;
}
@media screen and (max-width: 768px) {
  .specs {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--gap);
  }
}
.specs .spec {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 768px) {
  .specs .spec {
    gap: 0.7rem;
    padding-top: 1.2rem;
  }
}
.specs .spec__label {
  color: var(--primary);
  font-size: 1.4rem;
  font-weight: var(--semi-bold);
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .specs .spec__label {
    font-size: 1.1rem;
  }
}
.specs .spec__value {
  font-size: 4.8rem;
  font-family: var(--font-heading);
  font-weight: var(--bold);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .specs .spec__value {
    font-size: 2.8rem;
  }
}

.section-our-range {
  color: var(--text-color);
  background: var(--white) url(images/bg-our-range.jpg) repeat-x;
  background-position: bottom left;
}
.section-our-range h2 {
  color: var(--text-color);
  background: linear-gradient(92.66deg, var(--heading-color) 0.88%, rgba(255, 255, 255, 0.75) 92.91%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.section-our-range h3, .section-our-range h4, .section-our-range h5 {
  color: var(--text-color);
  margin: 0.5em 0 0.8em;
}
.section-our-range .our-range {
  display: grid;
  gap: var(--gap);
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .section-our-range .our-range {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--gap);
    margin-bottom: 4rem;
  }
}
.section-our-range .our-range .vehicle p {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .section-our-range .our-range .vehicle p {
    font-size: var(--text-size);
  }
}
@media screen and (max-width: 768px) {
  .section-our-range .our-range .vehicle .vehicle__image {
    margin-bottom: 0.5rem;
  }
}
.section-our-range .our-range .vehicle__logo {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .section-our-range .our-range .vehicle__logo {
    margin-bottom: 1.5rem;
  }
}
.section-our-range .our-range .vehicle__logo img {
  height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .section-our-range .our-range .vehicle__logo img {
    height: 2rem;
  }
}
.section-our-range .our-range .vehicle__logo span {
  font-size: 1.8rem;
  font-weight: var(--semi-bold);
  color: var(--primary);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-our-range .our-range .vehicle__logo span {
    font-size: 1.4rem;
  }
}
.section-our-range .our-range .vehicle__content {
  max-width: 64rem;
}
.section-our-range .our-range .vehicle__content ul li {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .section-our-range .our-range .vehicle__content ul li {
    font-size: 1.8rem;
  }
}
.section-our-range .our-range .vehicle__content ul li::before {
  top: 0.67em;
}
.section-our-range .btn-group {
  justify-content: center;
}
.section-our-range .bx-controls-direction {
  position: absolute;
  top: -49px;
  width: var(--container-max-width);
  margin-left: calc((100vw - var(--container-max-width)) / 2);
}
@media screen and (max-width: 1560px) {
  .section-our-range .bx-controls-direction {
    width: calc(100vw - var(--container-padding));
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .section-our-range .bx-controls-direction {
    top: -32px;
  }
}
.section-our-range .bx-wrapper .bx-prev {
  left: auto;
  right: 58px;
}
@media screen and (max-width: 768px) {
  .section-our-range .bx-wrapper .bx-prev {
    right: 50px;
  }
}
.section-our-range .bx-wrapper .bx-next {
  right: 0;
}

.feature-slider {
  margin-top: 12rem;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .feature-slider {
    margin-top: 8.7rem;
  }
}
.feature-slider .slide {
  max-width: 700px;
  padding-right: 4.8rem;
  padding-bottom: 4.1rem;
}
@media screen and (max-width: 992px) {
  .feature-slider .slide {
    padding: 0 3rem 6.8rem;
  }
}
@media screen and (max-width: 768px) {
  .feature-slider .slide {
    padding: 0 3rem 3.7rem;
  }
}
.feature-slider .slide:first-child {
  margin-left: calc((100vw - var(--container-max-width)) / 2);
}
@media screen and (max-width: 1560px) {
  .feature-slider .slide:first-child {
    margin-left: var(--container-padding);
  }
}
@media screen and (max-width: 992px) {
  .feature-slider .slide:first-child {
    margin-left: 0;
  }
}
.feature-slider .slide .slide__image {
  position: relative;
}
.feature-slider .slide .slide__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  mix-blend-mode: multiply;
  pointer-events: none;
  transition: all 0.2s ease-out;
  z-index: 1;
}
.feature-slider .slide .slide__image .slide__image-caption {
  position: absolute;
  bottom: 2.1rem;
  left: 3rem;
  color: var(--white);
  font-size: 2.4rem;
  padding-right: 2.1rem;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .feature-slider .slide .slide__image .slide__image-caption {
    font-size: 1.8rem;
    bottom: 1.8rem;
    left: 2.1rem;
  }
}
.feature-slider .slide .slide__caption {
  padding: 1.4rem 1.5rem 0;
}
.feature-slider .slide .slide__caption p {
  margin-bottom: 0;
  margin-top: 1rem;
  font-size: 1.4rem;
}

.section-about-jmc {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.about-jmc {
  display: grid;
  gap: var(--gap);
}
@media screen and (min-width: 992px) {
  .about-jmc {
    grid-template-columns: minmax(0, 63rem) 32rem;
    justify-content: space-between;
    gap: var(--gap-lg);
  }
  .about-jmc .specs {
    transform: translateY(-2.4rem);
  }
}
.about-jmc .about-jmc__intro {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .about-jmc .about-jmc__intro {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .about-jmc .specs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.section-engineered {
  background: var(--black) url(images/bg-engineered.jpg) repeat;
}

.engineered {
  display: grid;
  gap: 3rem;
}
@media screen and (min-width: 992px) {
  .engineered {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .engineered {
    grid-template-columns: minmax(0, 84rem) 60rem;
  }
}

.partner-logos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6rem;
  max-width: 70rem;
  padding: 5rem 0 7rem;
}
@media screen and (max-width: 768px) {
  .partner-logos {
    gap: 5rem;
    padding: 3rem 0 4rem;
  }
}
.partner-logos .partner {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
@media screen and (min-width: 1200px) {
  .partner-logos .partner {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .partner-logos .partner {
    gap: 1.8rem;
  }
}
.partner-logos .partner__logo {
  width: 20rem;
}
@media screen and (min-width: 1200px) {
  .partner-logos .partner__logo {
    flex: 0 0 20rem;
  }
}
@media screen and (max-width: 768px) {
  .partner-logos .partner__logo {
    width: 15rem;
  }
}
.partner-logos .partner__content {
  display: grid;
  gap: 2rem;
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .partner-logos .partner__content {
    gap: 1.1rem;
  }
}
.partner-logos .partner__content h3 {
  font-family: var(--font);
  font-size: 2rem;
  font-weight: var(--semi-bold);
  text-transform: none;
  margin: 0;
}
.partner-logos .partner__content p {
  margin: 0;
  color: #B2B2B2;
}

/* Section Pages
-------------------------------------------------------------- */
/* About */
/* Contact */
/* --------------------------------------------------------------
Sliders
-------------------------------------------------------------- */
.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  overflow: visible !important;
}

/* Prevent text selection inside bxSlider slides */
.bx-wrapper .bx-viewport,
.bx-wrapper .bx-viewport * {
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none; /* Standard */
}

.bx-wrapper {
  background: transparent;
  overflow-x: clip;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  width: 100%;
  bottom: 0;
}

/* PAGER */
.bx-pager-item:first-of-type:last-of-type {
  display: none; /* Hide pager if just one slide */
}

.bx-wrapper .bx-pager {
  text-align: right;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 0;
  padding-right: calc((100vw - var(--container-max-width)) / 2);
}
@media screen and (max-width: 1560px) {
  .bx-wrapper .bx-pager {
    padding-right: var(--container-padding);
  }
}
@media screen and (max-width: 992px) {
  .bx-wrapper .bx-pager {
    top: auto;
    bottom: 13px;
    width: 100%;
    right: 0;
  }
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #808080;
  text-indent: -9999px;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 1.2rem;
  outline: 0;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px;
    height: 8px;
    margin: 0 0 0 0.6rem;
  }
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: var(--primary);
}

.bx-wrapper .bx-pager.bx-default-pager a:after {
  content: none;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  position: absolute;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  top: 50%;
  font-size: 1px;
  text-indent: -9000px;
  z-index: 100;
  background: var(--primary) url(images/icon-slider-arrow-white.svg) no-repeat;
  background-position: calc(50% + 3px) center;
  background-size: 10px;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .bx-wrapper .bx-prev,
  .bx-wrapper .bx-next {
    width: 40px;
    height: 40px;
    background-size: 8px;
  }
}
.bx-wrapper .bx-prev::after,
.bx-wrapper .bx-next::after {
  content: none;
}

.bx-wrapper .bx-prev {
  left: 50px;
  transform: rotate(180deg);
}

.bx-wrapper .bx-next {
  right: 50px;
  transform: rotate(0deg);
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
  background-color: color-mix(in srgb, var(--primary) 90%, black);
}

.bx-wrapper .bx-controls-direction a.disabled,
.bx-wrapper .bx-controls-direction a.disabled:hover {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

.slider {
  width: 100%;
  height: auto;
  position: relative;
}

/* --------------------------------------------------------------
Forms
-------------------------------------------------------------- */
input, optgroup, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: var(--regular);
  line-height: inherit;
  color: var(--text-color);
  margin: 0;
  padding: 0;
  border-radius: 0;
}

button, input {
  overflow: visible;
}

input[type=submit],
input[type=button],
body .gform_wrapper.gravity-theme .gform_footer button {
  width: 100%;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: var(--medium);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.0333em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.1em 1.8em !important;
  margin: 0 !important;
  border-radius: 2px;
  border: 1px solid transparent;
  background: var(--primary);
  text-decoration: none;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  cursor: pointer;
  -webkit-appearance: none;
}
@media screen and (max-width: 768px) {
  input[type=submit],
  input[type=button],
  body .gform_wrapper.gravity-theme .gform_footer button {
    padding: 0.6em 1.4em !important;
  }
}
input[type=submit]:hover, input[type=submit]:focus-visible,
input[type=button]:hover,
input[type=button]:focus-visible,
body .gform_wrapper.gravity-theme .gform_footer button:hover,
body .gform_wrapper.gravity-theme .gform_footer button:focus-visible {
  color: var(--white);
  background: color-mix(in srgb, var(--primary) 90%, black);
  text-decoration: none;
}

/* Gravity Forms */
body .gform_wrapper {
  margin: 0;
}

body .gform_body {
  padding: 16px 0;
}

body .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 1.6rem;
  grid-row-gap: 2rem;
}

body .gform_required_legend {
  display: none;
}

body .gform_wrapper .validation_message {
  color: var(--primary);
}

body .gform_wrapper.gravity-theme .gfield_required {
  color: var(--primary);
}

body .gform_confirmation_wrapper {
  text-align: center;
  padding: 50px;
  background: var(--primary);
  color: var(--white);
  border-radius: 2px;
  margin-bottom: 20px;
}

body .gform_wrapper .gform_fields .gfield {
  position: relative;
}

body .gform_wrapper .gform_fields .gf_left_half,
body .gform_wrapper .gform_fields .gf_right_half {
  float: left;
  width: 50%;
  display: inline-block;
  clear: none;
  margin-bottom: 16px;
}
@media screen and (max-width: 641px) {
  body .gform_wrapper .gform_fields .gf_left_half,
  body .gform_wrapper .gform_fields .gf_right_half {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
}

body .gform_wrapper.gravity-theme label.gfield_label {
  color: #B2B2B2;
  font-weight: var(--regular);
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper.gravity-theme textarea,
body .gform_wrapper.gravity-theme select {
  color: var(--white);
  font-size: 1.6rem;
  font-family: inherit;
  font-weight: var(--regular);
  line-height: 1.5;
  padding: 12px 18px !important;
  border-radius: 2px;
  border: 1px solid #333333;
  transition: 0.2s ease all;
  background: rgba(255, 255, 255, 0.05);
  min-height: 50px;
}
@media screen and (max-width: 768px) {
  body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  body .gform_wrapper.gravity-theme textarea,
  body .gform_wrapper.gravity-theme select {
    font-size: 1.5rem;
  }
}

body .gform_wrapper.gravity-theme select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px 8px;
}

body input[type=checkbox] {
  appearance: none;
  width: 2rem;
  height: 2rem;
  border: 1px solid #333333;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  cursor: pointer;
}
body input[type=checkbox]:checked {
  background: var(--primary);
  border-color: var(--primary);
}
body input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 0.65rem;
  top: 0.3rem;
  width: 0.5rem;
  height: 0.9rem;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
body input[type=checkbox]:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 2px;
}

@-moz-document url-prefix() {
  body input[type=checkbox] {
    margin-top: 4px !important;
  }
  @media screen and (max-width: 992px) {
    body input[type=checkbox] {
      margin-top: 4px !important;
    }
  }
}
body .gform_wrapper.gravity-theme .gfield--input-type-checkbox {
  padding: 0;
}
body .gform_wrapper.gravity-theme .gfield--input-type-checkbox label {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  body .gform_wrapper.gravity-theme .gfield--input-type-checkbox label {
    font-size: 1.1rem;
  }
}
body .gform_wrapper.gravity-theme .gfield--input-type-checkbox .gfield_description {
  font-size: 1.3rem;
  padding-bottom: 8px;
}

body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 1px solid var(--primary) !important;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus-visible,
body .gform_wrapper textarea:focus,
body .gform_wrapper textarea:focus-visible,
body .gform_wrapper select:focus,
body .gform_wrapper select:focus-visible {
  outline: none;
  box-shadow: none;
  border: 1px solid #B2B2B2;
}

/* Hide number field description */
.gform_wrapper.gravity-theme #field_1_9 .instruction {
  display: none;
}

/* Hide number field arrows */
.gform_wrapper input[type=number]::-webkit-outer-spin-button,
.gform_wrapper input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.gform_wrapper input[type=number] {
  -moz-appearance: textfield;
}

.consent {
  color: #808080;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .consent {
    font-size: 1.1rem;
  }
}
.consent p {
  margin: 0;
}
.consent a {
  color: #808080;
  text-decoration: underline;
}
.consent a:hover {
  color: var(--white);
  text-decoration: none;
}

body .gform_wrapper.gravity-theme .gform_footer,
body .gform_wrapper.gravity-theme .gform_page_footer {
  padding: 1.2rem 0 0;
  margin: 0;
}

body .gform_wrapper.gravity-theme .gform_footer input {
  margin-bottom: 0;
}

::placeholder {
  color: #999;
  font-weight: var(--regular);
  opacity: 1;
}

/* --------------------------------------------------------------
Footer
-------------------------------------------------------------- */
footer {
  color: var(--white);
  padding: 0;
  background: color-mix(in srgb, var(--black) 50%, transparent);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  footer {
    padding: 3rem 0;
  }
}

.footer {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.footer {
  gap: var(--gap);
  font-size: 1.4rem;
}
.footer a {
  color: var(--white);
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .footer__logo {
    padding: 3.6rem 0;
    border-bottom: 2px solid var(--primary);
  }
}
.footer__logo img {
  width: 149px;
}
@media screen and (max-width: 768px) {
  .footer__logo img {
    width: 85px;
  }
}

.footer__links {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .footer__links {
    align-items: flex-end;
  }
}
.footer__links {
  gap: 0.2rem;
}
.footer__links ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
}
.footer__links ul li {
  margin: 0;
  padding: 0;
}
.footer__links p.disclaimer,
.footer__links p.copyright {
  color: #808080;
  margin: 0;
}
.footer__links p.disclaimer a,
.footer__links p.copyright a {
  color: #808080;
}

/* Popup */
.popup {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scroll if content is tall */
  background-color: rgba(0, 0, 0, 0.5);
}
.popup h3 {
  margin: 4rem 0 2rem;
}
.popup p {
  margin: 0 0 2rem;
}
.popup ul,
.popup ol {
  margin: 0 0 2rem;
}
.popup ul li,
.popup ol li {
  margin-bottom: 0.8em;
}

/* Popup content box */
.popup__content {
  color: var(--text-color);
  background-color: var(--white);
  margin: 80px auto; /* Center vertically */
  padding: 3rem;
  border-radius: 8px;
  width: calc(100% - var(--container-padding) * 2);
  max-width: 1140px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.popup__content h1, .popup__content h2, .popup__content h3, .popup__content h4 {
  color: var(--text-color);
}

/* Close button */
button.popup__close-btn {
  color: var(--text-color);
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 4rem;
  font-weight: var(--regular);
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
button.popup__close-btn:hover {
  color: var(--primary);
}
