:root {
  --yellow: #ecff00;
  --black: #131313;
  --dark: #171a23;
  --light: #fefeff;
  --white: #ffffff;
  --grey: #a2a2a2;
}
/*! 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 {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'Big Shoulders Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bigshouldersdisplay/v4/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1Ud_XLJg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjARc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ABc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
body {
  font-family: "Roboto", sans-serif;
}
.grid {
  display: grid;
  overflow: hidden;
  height: 100vh;
  grid-template-columns: 60px 1fr;
  grid-template-areas: "sidePanel mainPanel";
}
.grid > *[grid-area="sidePanel"] {
  grid-area: sidePanel;
}
.grid > *[grid-area="mainPanel"] {
  grid-area: mainPanel;
}
@media (max-aspect-ratio: 1/1) {
  .grid {
    grid-template-columns: 1fr;
    grid-template-rows: 60px 1fr;
    grid-template-areas: "sidePanel" "mainPanel";
  }
}
.mobile .grid {
  display: block;
  height: auto;
  overflow: inherit;
}
@media (max-aspect-ratio: 1/1) {
  .mobile .grid {
    padding-top: 60px;
  }
}
@media (min-aspect-ratio: 1/1) {
  .mobile .grid {
    padding-left: 60px;
  }
}
.endSection {
  position: relative;
  background: var(--grey);
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.endMsg {
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 15.27777778vw;
  font-weight: bold;
  line-height: 1;
  color: var(--yellow);
  text-transform: uppercase;
  margin: auto;
}
.endCTA {
  color: var(--white);
}
.endCTA-title {
  font-size: 2.2222vw;
  font-weight: 300;
  line-height: 1.38;
  text-align: center;
  margin-bottom: 1.3889vw;
  letter-spacing: -0.02em;
}
.mobile .endCTA-title {
  font-size: 24px;
}
.endCTA-link {
  font-size: 1.0417vw;
  font-weight: 300;
  line-height: 1.87;
  text-align: center;
}
.mobile .endCTA-link {
  font-size: 15px;
  display: block;
  margin: 0 auto;
}
.endCTA-link a {
  text-decoration: none;
  font-size: 1.0417vw;
  font-weight: 500;
  line-height: 1.4583vw;
  color: var(--white);
  border-bottom: 0.2083vw solid var(--yellow);
  margin-left: 1.0417vw;
}
.mobile .endCTA-link a {
  font-size: 15px;
  line-height: 21px;
  border-bottom-width: 1px;
  margin-top: 10px;
  display: inline-block;
}
.endFooter {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5.0000vw;
  max-width: 45.1389vw;
  width: 100%;
  padding: 0 1vw;
}
.mobile .endFooter {
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.endFooter a {
  text-decoration: none;
  font-size: 1.0417vw;
  font-weight: 500;
  line-height: 1.4583vw;
  color: var(--white);
  border-bottom: 0.2083vw solid var(--yellow);
}
.mobile .endFooter a {
  font-size: 15px;
  line-height: 21px;
  border-bottom-width: 1px;
  margin-top: 10px;
}
.homeSection {
  position: relative;
  background: #b2b2b2;
  height: 150vh;
  overflow: visible !important;
  z-index: 999 !important;
}
.mobile .homeSection {
  height: 100vh;
  overflow: hidden !important;
}
.homePos {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 999999;
  visibility: hidden;
}
.homePosBg {
  position: absolute;
  top: 100vh;
  bottom: 50vh;
  left: 0px;
  right: 0;
  width: 10px;
  background: yellow;
}
.homePosSticky {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  right: 0;
  width: 10px;
  background: blue;
}
@media (max-aspect-ratio: 1/1) {
  .homePosSticky {
    bottom: 60px;
  }
}
.homeSticky {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-aspect-ratio: 1/1) {
  .homeSticky {
    top: 60px;
    height: calc( 100vh - 60px);
  }
}
.homeDots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mobile .homeDots {
  width: 300%;
  margin-left: -160%;
}
.homeDots-dot {
  position: absolute;
  top: 50px;
  left: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: currentColor;
  width: 4px;
  height: 4px;
  -webkit-box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
.homeDots-dot.show {
  opacity: 1;
}
.homeStep1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: var(--yellow);
  z-index: 9;
}
.homeStep1 svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.mobile .homeStep1 svg {
  width: 300%;
  margin-left: -160%;
}
.homeStep1 svg path {
  stroke: currentColor;
  stroke-width: 1px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.homeStep2Lines {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
}
@media (max-aspect-ratio: 1/1) {
  .homeStep2Lines {
    top: -60px;
  }
}
.homeStep2Lines-line {
  position: absolute;
  left: 50px;
  top: 20px;
  bottom: -4px;
  width: 1px;
  overflow: hidden;
  -webkit-transform: translate(-50%, -4px);
  transform: translate(-50%, -4px);
}
.homeStep2Lines-line-inner {
  background: #cbe108;
  height: 0;
}
.homeStep2Lines-line_lineTop {
  top: 12.7778vw;
}
.homeLineTop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #cbe108;
  z-index: 9;
  height: 12.5000vw;
}
.mobile .homeLineTop {
  display: none;
}
.homeLineTop svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.homeLineTop svg path {
  stroke: currentColor;
  stroke-width: 1px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000px, 1000px;
  stroke-dashoffset: 1000px;
}
.homeLineBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #cbe108;
  z-index: 9;
  height: 12.5000vw;
}
.mobile .homeLineBottom {
  display: none;
}
@media (max-aspect-ratio: 1/1) {
  .homeLineBottom {
    left: -2.0833vw;
  }
}
.homeLineBottom svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.homeLineBottom svg path {
  stroke: currentColor;
  stroke-width: 1px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000px, 1000px;
  stroke-dashoffset: 1000px;
}
.homeBody {
  text-align: center;
  width: 58.3333vw;
  background: #b2b2b2;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mobile .homeBody {
  width: 78.6667vw;
  height: 100%;
  background: none;
}
.homeBody-inner {
  overflow: hidden;
  margin: auto 0;
}
.homeBody-title {
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 8.33333333vw;
  font-weight: bold;
  line-height: 1;
  color: var(--yellow);
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 2.8vw;
  white-space: nowrap;
  -webkit-transform: translateY(280px);
  transform: translateY(280px);
  position: relative;
  z-index: 8;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  background: #b2b2b2;
}
.mobile .homeBody-title {
  font-size: 54px;
  line-height: 1.06;
  white-space: normal;
}
.mobile .homeBody-title br {
  display: none;
}
.homeBody.loaded .homeBody-title {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.homeBody-line {
  height: 2px;
  background: var(--yellow);
  position: relative;
  z-index: 9;
  margin: 0 auto;
  width: 0;
  -webkit-transition: width 200ms ease-out;
  transition: width 200ms ease-out;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.mobile .homeBody-line {
  height: 2px;
}
.homeBody.loaded .homeBody-line {
  width: 100%;
}
.homeBody-subtitle {
  font-size: 1.66666667vw;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: -0.5px;
  color: var(--black);
  padding: 1.38vw 5vw 0;
  position: relative;
  z-index: 9;
  background: #b2b2b2;
}
.homeBody-subtitle-inner {
  opacity: 0;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.mobile .homeBody-subtitle {
  font-size: 14px;
  padding: 0;
  padding-top: 24px;
}
.homeBody.loaded .homeBody-subtitle-inner {
  opacity: 0.6;
}
.homeArrow {
  font-size: 0;
  position: absolute;
  bottom: 5.5556vw;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 9.5833vw;
  height: 10.4167vw;
  color: var(--yellow);
  background: #b2b2b2;
  padding: 2.0833vw;
  z-index: 99;
  display: block;
}
.mobile .homeArrow {
  position: static;
  width: 64px;
  height: 74px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 0;
  margin: 0 auto 23px;
}
.homeArrow svg {
  width: 100%;
  height: 100%;
}
.homeArrow svg path {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.homeArrow svg path:last-child {
  opacity: 0.5;
}
.homeArrow svg.done {
  -webkit-animation: bounce 500ms infinite alternate;
  animation: bounce 500ms infinite alternate;
}
.homeArrow_nobg {
  background: none;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-1.0417vw);
    transform: translateY(-1.0417vw);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-1.0417vw);
    transform: translateY(-1.0417vw);
  }
}
.mainPanel {
  overflow: hidden;
}
.mobile .mainPanel {
  overflow-y: auto;
}
@media (max-aspect-ratio: 1/1) {
  .mainPanel *[data-scroll-container] {
    margin-top: -60px;
  }
}
.mainPanel .panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainPanel .panel-anchor {
  display: block;
  position: relative;
  top: 0;
  visibility: hidden;
}
.mainPanel .panel-section {
  min-height: 100%;
  width: 100%;
  overflow: hidden;
}
.mainPanel .panel-helper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.mainPanel .panel[data-scroll-section-id="section0"] {
  z-index: 2;
}
.mainPanel .panel[data-scroll-section-id="section1"] {
  z-index: 1;
}
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--dark);
  z-index: 9999999;
}
.modalBackground {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(23, 26, 35, 0.81);
}
.modalContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid var(--yellow);
  background: var(--white);
  margin: 5.0000vw 6.9444vw;
  max-height: 90vh;
}
.mobile .modalContainer {
  margin: 10px;
  height: calc(100% - 20px);
  max-height: 400px;
  max-width: 375px;
}
.modalContainer-inner {
  overflow: auto;
  padding: 3.8889vw 5.5556vw 5.5556vw 4.1667vw;
  height: 100%;
}
.mobile .modalContainer-inner {
  padding: 32px;
  overflow: auto;
}
.modal-close {
  position: absolute;
  top: 1.6667vw;
  right: 1.6667vw;
  width: 3.7500vw;
  height: 3.7500vw;
  cursor: pointer;
}
.mobile .modal-close {
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
}
.modal-headline {
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 3.3333vw;
  font-weight: bold;
  line-height: 1.67;
  line-height: 1.33;
  text-transform: uppercase;
}
.mobile .modal-headline {
  font-size: 30px;
  margin-top: 32px;
}
.modalBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile .modalBody {
  display: block;
}
.modalBody-image {
  min-width: 50%;
  padding-right: 5.5556vw;
}
.mobile .modalBody-image {
  padding-right: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
.modalBody-image_custom {
  padding-top: 22px;
}
.modalBody-image_custom img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.modalBody-image-caption {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 12px;
}
.modalBody-text {
  min-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.mobile .modalBody-text {
  height: auto;
}
.modal-text {
  font-size: 1.0417vw;
  font-weight: 300;
  line-height: 1.87;
}
.mobile .modal-text {
  font-size: 14px;
}
.modal-text p {
  margin-bottom: 2.0139vw;
}
.modal-text p:first-child {
  font-size: 1.2500vw;
  font-weight: 500;
  line-height: 1.56;
}
.mobile .modal-text p:first-child {
  font-size: 16px;
}
.modal a {
  -webkit-text-decoration-color: var(--yellow);
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 0.2083vw;
  font-weight: 500;
  color: inherit;
}
.modal a:hover {
  background: var(--dark);
  color: var(--yellow);
  -webkit-text-decoration-color: var(--dark);
  text-decoration-color: var(--dark);
}
.sidePanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: var(--dark);
  color: var(--yellow);
  border: 1px solid currentColor;
  border-width: 0 1px 0 0;
}
.mobile .sidePanel {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}
@media (max-aspect-ratio: 1/1) {
  .mobile .sidePanel {
    right: 0;
  }
}
@media (min-aspect-ratio: 1/1) {
  .mobile .sidePanel {
    bottom: 0;
    width: 60px;
  }
}
@media (max-aspect-ratio: 1/1) {
  .sidePanel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-width: 0 0 1px 0;
  }
}
.sidePanel-menu {
  border: 1px solid currentColor;
  border-width: 0 0 1px 0;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: relative;
}
@media (max-aspect-ratio: 1/1) {
  .sidePanel-menu {
    border-width: 0 1px 0 0;
  }
}
.sidePanel-menu span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sidePanel-menu span,
.sidePanel-menu span:before,
.sidePanel-menu span:after {
  display: block;
  background: currentColor;
  height: 2px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.sidePanel-menu span:before,
.sidePanel-menu span:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.sidePanel-menu span:after {
  top: auto;
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.sidePanel-menu-layer {
  display: none;
  position: fixed;
  left: 60px;
  top: 0;
  bottom: 0;
  z-index: 999999;
  max-width: 62.36vw;
  width: 100%;
}
.sidePanel-menu-layer-inner {
  padding: 10px 0;
  background: var(--yellow);
  position: relative;
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media (max-aspect-ratio: 1/1) {
  .sidePanel-menu-layer {
    top: 60px;
    left: 0;
    bottom: auto;
    right: 0;
    max-width: 100%;
  }
}
.sidePanel-menu-layer:before {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 60px;
  opacity: 0.75;
  background: var(--dark);
  z-index: 9;
}
@media (max-aspect-ratio: 1/1) {
  .sidePanel-menu-layer:before {
    top: 60px;
    left: 0;
  }
}
.sidePanel-menu-layer a {
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 3.3333vw;
  font-weight: bold;
  line-height: 1.67;
  color: var(--dark);
  display: block;
  padding: 0.69vw 5.0694vw;
  text-decoration: none;
  text-transform: uppercase;
}
.mobile .sidePanel-menu-layer a {
  font-size: 24px;
}
.sidePanel-menu-layer a svg {
  display: inline-block;
  margin-left: 2.5vw;
  vertical-align: -0.28vw;
  width: 3.3333vw;
  height: 3.3333vw;
}
.mobile .sidePanel-menu-layer a svg {
  width: 24px;
  height: 24px;
}
.sidePanel-menu input {
  position: absolute;
  top: -999em;
}
input:checked ~ .sidePanel-menu-layer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidePanel-menu input:checked ~ span {
  display: block;
  background: transparent;
}
.sidePanel-menu input:checked ~ span:before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.sidePanel-menu input:checked ~ span:after {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.sidePanel-bottom {
  margin-top: auto;
}
.sidePanel-link {
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: -0.38px;
  font-size: 18px;
  white-space: nowrap;
  -webkit-transform: rotate(90deg) translateX(-100%);
  transform: rotate(90deg) translateX(-100%);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  color: inherit;
  text-decoration: none;
}
.sidePanel-link span {
  display: block;
  padding: 0 40px;
}
@media (max-aspect-ratio: 1/1) {
  .sidePanel-link {
    -webkit-transform: none;
    transform: none;
    line-height: 60px;
    margin-bottom: 0;
  }
}
button {
  border: 0;
  background: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  color: inherit;
}
svg {
  width: 100%;
  height: 100%;
}
br {
  height: 1em;
}

/*# sourceMappingURL=../maps/style.css.map */
