/*! 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;
}
/*Things that need to be extended*/
._3q6B {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*filter: blur(10px) opacity(0.5) brightness(3);*/
  filter: blur(6px) saturate(0) brightness(0.8) contrast(1.25);
}
@supports (filter: blur(2px)) {
  ._3q6B {
    display: block;
  }
}
._3yAq {
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 var(--twice-rem-size);
  border-bottom: calc(var(--base-pixel-size) / 2) solid black;
}
._2PpJ {
  animation: globalFadeInUp 0.75s;
  animation-play-state: paused;
}
._25rS {
  animation-play-state: paused;
}
.UZBo {
  animation-play-state: running;
}
._3ygr {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
}
._2sqm {
  position: relative;
}
._2sqm:before {
  content: "";
  height: 0;
  display: block;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
._2sqm > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._2NdC {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  max-width: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Efeather-external-link%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-442.000000%2C%20-660.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Support%22%20transform%3D%22translate(157.000000%2C%20647.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22feather-external-link%22%20transform%3D%22translate(282.000000%2C%2010.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(4.153846%2C%204.153846)%22%20stroke%3D%22%23FCAF17%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon-Group%22%20transform%3D%22translate(0.494505%2C%200.494505)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.2527473%2C14.8351648%20L22.2527473%2C23.7362637%20C22.2527473%2C25.3749108%2020.9243613%2C26.7032967%2019.2857143%2C26.7032967%20L2.96703297%2C26.7032967%20C1.32838591%2C26.7032967%200%2C25.3749108%200%2C23.7362637%20L0%2C7.41758242%20C0%2C5.77893536%201.32838591%2C4.45054945%202.96703297%2C4.45054945%20L11.8681319%2C4.45054945%22%20id%3D%22Icon-Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Icon-Path%22%20points%3D%2217.8021978%200%2026.7032967%200%2026.7032967%208.9010989%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%2210.3846154%22%20y1%3D%2216.3186813%22%20x2%3D%2226.7032967%22%20y2%3D%220%22%20id%3D%22Icon-Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22ViewBox%22%20fill-rule%3D%22nonzero%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
:root {
  --base-pixel-size: 12px;
  --base-rem-size: 0.75rem;
  --half-rem-size: calc(var(--base-rem-size) / 2);
  --twice-rem-size: calc(var(--base-rem-size) * 2);
  --section-margin-bottom: calc(var(--base-rem-size) * 4);
  --padding-sides: calc(var(--base-rem-size) * 2);
  --padding-top-bottom: var(--padding-sides);
  --header-height: 60px;
  --breadcrumbs-height: calc(var(--base-pixel-size) * 3.5);
  --max-width: 1420px;
  --yellow: #fcaf17;
}
html {
  font-family: "HelveticaNeueLTW07";
  transition: font-size 0.2s;
}
@media screen and (min-width: 0) {
  html {
    font-size: 0.8125em;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.89375em;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 0.975em;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 1.05625em;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 1.1375em;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 1.21875em;
  }
}
html * {
  box-sizing: border-box;
}
html a {
  color: inherit;
  text-decoration: none;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  letter-spacing: -0.025rem;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html p {
  margin: 0;
}
html h1 {
  font-size: 2em;
}
html h2 {
  font-size: 1.8em;
}
html h3 {
  font-size: 1.6em;
}
html h4 {
  font-weight: normal;
  font-size: 1.4em;
}
html h5 {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.125em;
}
html h6 {
  font-weight: normal;
  font-size: 1em;
}
html p {
  line-height: 1.4em;
}
body {
  overflow-x: hidden;
  overflow-y: scroll;
  background: white;
}
@keyframes globalFadeInUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes globalFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
#app {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  min-height: 100vh;
}
@supports (--custom: property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]:before {
    content: "";
    height: 0;
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }
  [style*="--aspect-ratio"] > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@font-face {
  font-family: "HelveticaNeueLTW07";
  src: url(../fonts/3v5c.woff2) format("woff2"), url(../fonts/27t6.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTW07";
  src: url(../fonts/26D_.woff2) format("woff2"), url(../fonts/21e7.woff) format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "HelveticaNeueLTW07";
  src: url(../fonts/1YcS.woff2) format("woff2"), url(../fonts/1gBB.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTW07";
  src: url(../fonts/19At.woff2) format("woff2"), url(../fonts/2rOC.woff) format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "HelveticaNeueLTW07-85Heavy";
  src: url(../fonts/PSnK.woff2) format("woff2"), url(../fonts/2pCM.woff) format("woff");
  font-weight: 750;
  font-style: normal;
}

/*Things that need to be extended*/
._2p9t {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*filter: blur(10px) opacity(0.5) brightness(3);*/
  filter: blur(6px) saturate(0) brightness(0.8) contrast(1.25);
}
@supports (filter: blur(2px)) {
  ._2p9t {
    display: block;
  }
}
.XY3W {
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 var(--twice-rem-size);
  border-bottom: calc(var(--base-pixel-size) / 2) solid black;
}
._1z2Q {
  animation: globalFadeInUp 0.75s;
  animation-play-state: paused;
}
._3RGi {
  animation-play-state: paused;
}
._1-2J {
  animation-play-state: running;
}
._3PJV,
._1O9H {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
}
._3j_H {
  position: relative;
}
._3j_H:before {
  content: "";
  height: 0;
  display: block;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
._3j_H > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._1LgA {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  max-width: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Efeather-external-link%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-442.000000%2C%20-660.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Support%22%20transform%3D%22translate(157.000000%2C%20647.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22feather-external-link%22%20transform%3D%22translate(282.000000%2C%2010.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(4.153846%2C%204.153846)%22%20stroke%3D%22%23FCAF17%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon-Group%22%20transform%3D%22translate(0.494505%2C%200.494505)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.2527473%2C14.8351648%20L22.2527473%2C23.7362637%20C22.2527473%2C25.3749108%2020.9243613%2C26.7032967%2019.2857143%2C26.7032967%20L2.96703297%2C26.7032967%20C1.32838591%2C26.7032967%200%2C25.3749108%200%2C23.7362637%20L0%2C7.41758242%20C0%2C5.77893536%201.32838591%2C4.45054945%202.96703297%2C4.45054945%20L11.8681319%2C4.45054945%22%20id%3D%22Icon-Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Icon-Path%22%20points%3D%2217.8021978%200%2026.7032967%200%2026.7032967%208.9010989%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%2210.3846154%22%20y1%3D%2216.3186813%22%20x2%3D%2226.7032967%22%20y2%3D%220%22%20id%3D%22Icon-Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22ViewBox%22%20fill-rule%3D%22nonzero%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
._2vJr {
  /* transition: filter 0.3s;
    filter: none;
    &.navOpen {
        filter: blur(4px);
        pointer-events: none;
        touch-action: none;
    }*/
  width: 100%;
  padding: calc(var(--header-height) + var(--padding-top-bottom)) var(--padding-sides) var(--padding-top-bottom) var(--padding-sides);
  opacity: 1;
  transition: transform 0.3s;
  display: flex;
  flex-flow: column;
  flex: 1;
}
@supports (-webkit-overflow-scrolling: touch) {
  ._2vJr._2mMx {
    /* -webkit-overflow-scrolling: touch;
            position: fixed;
            overflow: hidden;
            display: none;*/
  }
}
._2vJr._1EVR {
  background: white;
  color: black;
}
form.gQLW {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  display: flex;
  border-bottom: calc(var(--base-pixel-size) / 3) solid var(--yellow);
}
form.gQLW input {
  color: white;
  padding: 1em 1.25rem;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
}
form.gQLW input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
  font-style: italic;
}
form.gQLW input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
  font-style: italic;
}
form.gQLW input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
  font-style: italic;
}
form.gQLW input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
  font-style: italic;
}
form.gQLW button {
  content: "";
  width: 36px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FCAF17%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eui_search%3C%2Ftitle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M34.3%2C29.8L25.4%2C21c3.4-5.7%2C1.5-13.1-4.2-16.5S8.1%2C3.1%2C4.7%2C8.8S3.2%2C21.9%2C9%2C25.2c3.8%2C2.2%2C8.5%2C2.2%2C12.2%2C0l8.8%2C8.8%0A%09L34.3%2C29.8z%20M9.1%2C14.9c0-3.3%2C2.7-6%2C6-6s6%2C2.7%2C6%2C6s-2.7%2C6-6%2C6C11.8%2C20.9%2C9.1%2C18.2%2C9.1%2C14.9z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: left center;
  background-repeat: no-repeat;
  background-origin: content-box;
  padding: 0 0 0 10px;
}
._3ISU {
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.92rem;
  margin-bottom: var(--half-rem-size);
  color: black !important;
}
._3ISU i {
  margin-right: 3px;
  display: inline-block;
  width: 1em;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2014.88%22%3E%3Ctitle%3EAsset%206%3C%2Ftitle%3E%3Cstyle%3E%23Layer_1-2%7Bfill%3A%23000000%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22Layer_1-2%22%20data-name%3D%22Layer%201%22%3E%3Cpath%20d%3D%22M15%2C5.61H9.38L8.49%2C0%2C5.19%2C5.57H0L3.21%2C9%2C.45%2C14.88l5.9-3.5%2C4.4%2C3.38-.82-5.6Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}
._3ISU i:before {
  padding-top: 93.33333333%;
  content: "";
  display: block;
}
._2aRn {
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  align-self: center;
  display: inline-block;
  text-transform: uppercase;
  background-color: var(--yellow);
  border: none;
  padding: calc(var(--padding-top-bottom) / 2) var(--padding-sides);
  color: black;
  cursor: pointer;
}
._2aRn._3CI3 {
  position: relative;
  background: transparent;
  padding: 0;
  z-index: 1;
  font-family: "HelveticaNeueLTW07";
  outline: none;
  text-transform: none;
}
@media (max-width: 767px) {
  ._2aRn._3CI3 {
    text-decoration: underline;
    text-decoration-color: var(--yellow);
  }
}
@media (min-width: 768px) {
  ._2aRn._3CI3:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 4px;
    background: var(--yellow);
    left: 0;
    transition: height 0.2s;
    z-index: -1;
  }
  ._2aRn._3CI3:hover:before {
    height: 100%;
  }
}
._2aRn._3CI3 img {
  display: block;
}
._2aRn[disabled] {
  opacity: 0.5;
}
._1O9H {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  display: flex;
  flex-flow: column;
  padding: var(--padding-sides);
  align-items: center;
}
._1O9H h3 {
  color: rgba(0, 0, 0, 0.8);
}
._3NeI a:not(:last-child) {
  margin-right: 5px;
}
._3NeI a.ap91 {
  color: var(--yellow);
}
@keyframes mZ5k {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(359deg);
  }
}
footer._17s5 {
  font-weight: bold;
  background: black;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: var(--padding-top-bottom) var(--padding-sides);
  z-index: 2;
  margin-top: var(--section-margin-bottom);
}
footer._17s5 > * {
  flex: 1;
}
@media (max-width: 768px) {
  footer._17s5 {
    flex-flow: column;
    align-items: center;
  }
  footer._17s5 > div:not(:last-child) {
    margin-bottom: var(--section-margin-bottom);
  }
}
footer._17s5 ._1Vl0 {
  text-align: left;
}
footer._17s5 ._3saJ {
  text-align: center;
}
footer._17s5 ._3saJ span:not(:last-child) {
  margin-right: var(--base-rem-size);
}
footer._17s5 .Frps {
  text-align: right;
}

/*Things that need to be extended*/
._1kgN {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*filter: blur(10px) opacity(0.5) brightness(3);*/
  filter: blur(6px) saturate(0) brightness(0.8) contrast(1.25);
}
@supports (filter: blur(2px)) {
  ._1kgN {
    display: block;
  }
}
._1_A5 {
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 var(--twice-rem-size);
  border-bottom: calc(var(--base-pixel-size) / 2) solid black;
}
._1IR1 {
  animation: globalFadeInUp 0.75s;
  animation-play-state: paused;
}
._3YQi {
  animation-play-state: paused;
}
._34h5 {
  animation-play-state: running;
}
._2nH0 {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
}
._2rr1 {
  position: relative;
}
._2rr1:before {
  content: "";
  height: 0;
  display: block;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
._2rr1 > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._1AJr {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  max-width: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Efeather-external-link%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-442.000000%2C%20-660.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Support%22%20transform%3D%22translate(157.000000%2C%20647.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22feather-external-link%22%20transform%3D%22translate(282.000000%2C%2010.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(4.153846%2C%204.153846)%22%20stroke%3D%22%23FCAF17%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon-Group%22%20transform%3D%22translate(0.494505%2C%200.494505)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.2527473%2C14.8351648%20L22.2527473%2C23.7362637%20C22.2527473%2C25.3749108%2020.9243613%2C26.7032967%2019.2857143%2C26.7032967%20L2.96703297%2C26.7032967%20C1.32838591%2C26.7032967%200%2C25.3749108%200%2C23.7362637%20L0%2C7.41758242%20C0%2C5.77893536%201.32838591%2C4.45054945%202.96703297%2C4.45054945%20L11.8681319%2C4.45054945%22%20id%3D%22Icon-Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Icon-Path%22%20points%3D%2217.8021978%200%2026.7032967%200%2026.7032967%208.9010989%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%2210.3846154%22%20y1%3D%2216.3186813%22%20x2%3D%2226.7032967%22%20y2%3D%220%22%20id%3D%22Icon-Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22ViewBox%22%20fill-rule%3D%22nonzero%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.VOrc {
  background: white;
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: color;
  align-items: center;
}
.VOrc .vJRc {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background-image: url(../img/global/ymB-.svg);
  margin-bottom: var(--section-margin-bottom);
}
.VOrc .vJRc:after {
  content: "";
  display: block;
  padding-top: 25.34883721%;
}
.VOrc > *:not(:last-child) {
  margin-bottom: var(--padding-top-bottom);
}
.VOrc a {
  position: relative;
  background: transparent;
  padding: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .VOrc a {
    text-decoration: underline;
    text-decoration-color: var(--yellow);
  }
}
@media (min-width: 768px) {
  .VOrc a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 4px;
    background: var(--yellow);
    left: 0;
    transition: height 0.2s;
    z-index: -1;
  }
  .VOrc a:hover:before {
    height: 100%;
  }
}
.VOrc a img {
  display: block;
}
.VOrc form {
  width: 100%;
  max-width: 450px;
  border-top: 1px solid gray;
}

/*Things that need to be extended*/
._2gEF {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*filter: blur(10px) opacity(0.5) brightness(3);*/
  filter: blur(6px) saturate(0) brightness(0.8) contrast(1.25);
}
@supports (filter: blur(2px)) {
  ._2gEF {
    display: block;
  }
}
._2HM5 {
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 var(--twice-rem-size);
  border-bottom: calc(var(--base-pixel-size) / 2) solid black;
}
._3gmH {
  animation: globalFadeInUp 0.75s;
  animation-play-state: paused;
}
._2l4z {
  animation-play-state: paused;
}
._39BV {
  animation-play-state: running;
}
._1qsc {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
}
.zCzH {
  position: relative;
}
.zCzH:before {
  content: "";
  height: 0;
  display: block;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
.zCzH > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._2D5g {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  max-width: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Efeather-external-link%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-442.000000%2C%20-660.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Support%22%20transform%3D%22translate(157.000000%2C%20647.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22feather-external-link%22%20transform%3D%22translate(282.000000%2C%2010.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(4.153846%2C%204.153846)%22%20stroke%3D%22%23FCAF17%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon-Group%22%20transform%3D%22translate(0.494505%2C%200.494505)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.2527473%2C14.8351648%20L22.2527473%2C23.7362637%20C22.2527473%2C25.3749108%2020.9243613%2C26.7032967%2019.2857143%2C26.7032967%20L2.96703297%2C26.7032967%20C1.32838591%2C26.7032967%200%2C25.3749108%200%2C23.7362637%20L0%2C7.41758242%20C0%2C5.77893536%201.32838591%2C4.45054945%202.96703297%2C4.45054945%20L11.8681319%2C4.45054945%22%20id%3D%22Icon-Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Icon-Path%22%20points%3D%2217.8021978%200%2026.7032967%200%2026.7032967%208.9010989%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%2210.3846154%22%20y1%3D%2216.3186813%22%20x2%3D%2226.7032967%22%20y2%3D%220%22%20id%3D%22Icon-Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22ViewBox%22%20fill-rule%3D%22nonzero%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
._2LLW {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
._2LLW a._1ebF {
  cursor: pointer;
  width: calc(var(--base-pixel-size) * 3);
  height: calc(var(--base-pixel-size) * 3);
  background-size: contain;
  background-repeat: no-repeat;
}
._1SuQ._2LLW a._1ebF {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%20%20%20%20%20viewBox%3D%220%200%2048%2048%22%20style%3D%22enable-background%3Anew%200%200%2048%2048%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%20%20%20%20.st0%7Bopacity%3A0.1%3Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23FFFFFF%3B%7D%0A%20%20%20%20.st1%7Bclip-path%3Aurl(%23SVGID_2_)%3Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Ccircle%20class%3D%22st0%22%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2224%22%2F%3E%0A%3Cg%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22SVGID_1_%22%20d%3D%22M23.435%2C36C23.435%2C36%2C23.36%2C36%2C23.435%2C36h-0.6c-2.025%2C0-4.199%2C0-6.299-0.6%0A%20%20%20%20%20%20%20%20%20%20%20%20c-2.25-0.675-3.449-1.8-3.524-3.524c-0.075-0.825%2C0.225-1.65%2C0.75-2.325c0.825-1.125%2C2.025-1.8%2C3.074-2.325%0A%20%20%20%20%20%20%20%20%20%20%20%20c0.375-0.225%2C0.75-0.375%2C1.125-0.6c0.45-0.3%2C1.5-1.05%2C1.575-2.025c0-0.45-0.15-0.975-0.6-1.575l-0.45-0.675%0A%20%20%20%20%20%20%20%20%20%20%20%20c-0.3-0.45-0.6-0.9-0.9-1.425c-0.9-1.875-0.75-4.199%2C0.3-5.924c0.15-0.225%2C0.3-0.45%2C0.525-0.675c1.35-1.5%2C3.224-2.325%2C5.249-2.325%0A%20%20%20%20%20%20%20%20%20%20%20%20c2.025-0.075%2C3.974%2C0.825%2C5.399%2C2.25c0.225%2C0.225%2C0.45%2C0.525%2C0.6%2C0.75c1.05%2C1.725%2C1.125%2C4.049%2C0.225%2C5.924%0A%20%20%20%20%20%20%20%20%20%20%20%20c-0.3%2C0.525-0.6%2C0.975-0.9%2C1.425l-0.45%2C0.675c-0.375%2C0.6-0.6%2C1.125-0.6%2C1.575c0.075%2C0.975%2C1.125%2C1.725%2C1.575%2C2.025%0A%20%20%20%20%20%20%20%20%20%20%20%20c0.375%2C0.225%2C0.75%2C0.45%2C1.125%2C0.6c1.05%2C0.525%2C2.25%2C1.125%2C3.074%2C2.325c0.525%2C0.675%2C0.75%2C1.575%2C0.75%2C2.325%0A%20%20%20%20%20%20%20%20%20%20%20%20c-0.075%2C1.65-1.275%2C2.849-3.524%2C3.524c-0.525%2C0.15-1.05%2C0.225-1.5%2C0.375c-0.525%2C0.075-1.125-0.3-1.2-0.825%0A%20%20%20%20%20%20%20%20%20%20%20%20c-0.075-0.525%2C0.3-1.125%2C0.825-1.2c0.45-0.075%2C0.9-0.15%2C1.275-0.3c1.8-0.525%2C2.025-1.125%2C2.025-1.65%0A%20%20%20%20%20%20%20%20%20%20%20%20c0-0.375-0.075-0.675-0.375-1.05c-0.525-0.75-1.425-1.2-2.325-1.725c-0.45-0.225-0.825-0.45-1.275-0.675%0A%20%20%20%20%20%20%20%20%20%20%20%20c-1.575-0.975-2.475-2.25-2.55-3.674c-0.075-0.9%2C0.225-1.8%2C0.9-2.849c0.15-0.225%2C0.3-0.525%2C0.525-0.75%0A%20%20%20%20%20%20%20%20%20%20%20%20c0.3-0.375%2C0.525-0.75%2C0.75-1.125c0.6-1.2%2C0.525-2.7-0.15-3.899c-0.075-0.075-0.15-0.15-0.3-0.375%0A%20%20%20%20%20%20%20%20%20%20%20%20c-0.975-1.05-2.4-1.65-3.899-1.65c-1.425%2C0-2.774%2C0.6-3.749%2C1.65c-0.15%2C0.15-0.225%2C0.3-0.3%2C0.375c-0.675%2C1.2-0.75%2C2.7-0.15%2C3.899%0A%20%20%20%20%20%20%20%20%20%20%20%20c0.225%2C0.375%2C0.45%2C0.75%2C0.75%2C1.125c0.15%2C0.225%2C0.375%2C0.45%2C0.525%2C0.75c0.675%2C0.975%2C0.975%2C1.95%2C0.9%2C2.849%0A%20%20%20%20%20%20%20%20%20%20%20%20c-0.075%2C1.425-0.975%2C2.7-2.55%2C3.674c-0.375%2C0.225-0.825%2C0.45-1.275%2C0.675c-0.9%2C0.525-1.8%2C0.975-2.325%2C1.725%0A%20%20%20%20%20%20%20%20%20%20%20%20c-0.225%2C0.3-0.375%2C0.675-0.375%2C1.05c0%2C0.525%2C0.3%2C1.125%2C2.025%2C1.65c1.8%2C0.525%2C3.674%2C0.525%2C5.699%2C0.525h0.6%0A%20%20%20%20%20%20%20%20%20%20%20%20c0.3%2C0%2C0.6%2C0.15%2C0.75%2C0.375c0.225%2C0.225%2C0.3%2C0.525%2C0.225%2C0.825C24.409%2C35.625%2C23.959%2C36%2C23.435%2C36z%22%2F%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20style%3D%22overflow%3Avisible%3Bfill%3A%23FFFFFF%3B%22%2F%3E%0A%20%20%20%20%3CclipPath%20id%3D%22SVGID_2_%22%3E%0A%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20style%3D%22overflow%3Avisible%3B%22%2F%3E%0A%20%20%20%20%3C%2FclipPath%3E%0A%20%20%20%20%3Crect%20x%3D%228%22%20y%3D%227%22%20class%3D%22st1%22%20width%3D%2231.458%22%20height%3D%2234%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
._2LLW a._3q85 {
  display: flex;
  align-items: center;
}
._2LLW a._3q85:before {
  margin-right: calc(var(--base-pixel-size));
  content: "";
  width: 16px;
  height: 16px;
  background-size: 32px auto;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,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UmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTJCMkJGRTZCQTQxMTFFNTlFMkFGODU0RjdFRDNCQjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTJCMkJGRTdCQTQxMTFFNTlFMkFGODU0RjdFRDNCQjEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MkIyQkZFNEJBNDExMUU1OUUyQUY4NTRGN0VEM0JCMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MkIyQkZFNUJBNDExMUU1OUUyQUY4NTRGN0VEM0JCMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmyKNd8AABMESURBVHja7F19jFXFFb+zIBS1q9VVsCkoSkHxIwSwJgjaP4jEGBaJxtioyRJLoulSG/+gMa3LHyrwD2qDSpMSbUyaaiQR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");
}
._2LLW a._3q85._22CW:before {
  background-position: 0 -96px;
}
._2LLW a._3q85._9MQf:before {
  background-position: 0 -16px;
}
._2LLW a._3q85._1Cw4:before {
  background-position: 0 -32px;
}
._2LLW a._3q85._9NKL:before {
  background-position: 0 -48px;
}
._2LLW a._3q85._1pqg:before {
  background-position: 0 -64px;
}
._2LLW a._3q85._1YQR:before {
  background-position: 0 -80px;
}
nav._2vCM {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
  padding: calc(var(--padding-top-bottom) / 2);
  display: flex;
  flex-flow: column;
  background: white;
  color: black;
  position: fixed;
  z-index: -10;
  right: 0;
  top: var(--header-height);
  transition: transform 0.3s;
  transform: translateX(calc(100% + 10px));
}
nav._2vCM._3Pa4 {
  transform: translateX(0%);
}
nav._2vCM a:not(:last-child) {
  margin-bottom: var(--base-rem-size);
  padding-bottom: var(--base-rem-size);
  border-bottom: 1px solid rgba(217, 217, 217, 0.9);
}

/*Things that need to be extended*/
._10Rg {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*filter: blur(10px) opacity(0.5) brightness(3);*/
  filter: blur(6px) saturate(0) brightness(0.8) contrast(1.25);
}
@supports (filter: blur(2px)) {
  ._10Rg {
    display: block;
  }
}
._1V-n {
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 var(--twice-rem-size);
  border-bottom: calc(var(--base-pixel-size) / 2) solid black;
}
._3kL3 {
  animation: globalFadeInUp 0.75s;
  animation-play-state: paused;
}
._2Cfh {
  animation-play-state: paused;
}
._2W51 {
  animation-play-state: running;
}
.BGua {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
}
._3kLh {
  position: relative;
}
._3kLh:before {
  content: "";
  height: 0;
  display: block;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
._3kLh > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._1C1u {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  max-width: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Efeather-external-link%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-442.000000%2C%20-660.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Support%22%20transform%3D%22translate(157.000000%2C%20647.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22feather-external-link%22%20transform%3D%22translate(282.000000%2C%2010.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(4.153846%2C%204.153846)%22%20stroke%3D%22%23FCAF17%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon-Group%22%20transform%3D%22translate(0.494505%2C%200.494505)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.2527473%2C14.8351648%20L22.2527473%2C23.7362637%20C22.2527473%2C25.3749108%2020.9243613%2C26.7032967%2019.2857143%2C26.7032967%20L2.96703297%2C26.7032967%20C1.32838591%2C26.7032967%200%2C25.3749108%200%2C23.7362637%20L0%2C7.41758242%20C0%2C5.77893536%201.32838591%2C4.45054945%202.96703297%2C4.45054945%20L11.8681319%2C4.45054945%22%20id%3D%22Icon-Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Icon-Path%22%20points%3D%2217.8021978%200%2026.7032967%200%2026.7032967%208.9010989%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%2210.3846154%22%20y1%3D%2216.3186813%22%20x2%3D%2226.7032967%22%20y2%3D%220%22%20id%3D%22Icon-Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22ViewBox%22%20fill-rule%3D%22nonzero%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
._1Hh3 {
  position: relative;
  /*Needs a wrapper because position absolute/flex can't coexist*/
}
._1Hh3 button {
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
  display: flex;
  align-items: flex-end;
  outline: none;
  padding: 0;
}
._1Hh3 button span {
  position: relative;
  border-bottom: 1px solid var(--yellow);
  padding: 0 30px 2px 0;
}
._1Hh3 button span:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2213px%22%20height%3D%228px%22%20viewBox%3D%220%200%2013%208%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2Fdropdown%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-322.000000%2C%20-1224.000000)%22%20fill%3D%22%23FCAF17%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22language-selector%22%20transform%3D%22translate(163.000000%2C%201208.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22language%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon%2Fdropdown%22%20transform%3D%22translate(159.000000%2C%2016.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22DROPDOWN%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Path%22%20points%3D%227.86%206.415%2012.825%201.445%2011.38%200%206.415%204.965%201.445%200%200%201.445%204.965%206.415%206.415%207.86%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  width: 13px;
  height: 100%;
  background-position: center;
  background-size: 100%;
  transform: rotate(0deg);
  transition: transform 0.3s;
}
._1GF0._1Hh3 button span:after {
  transform: rotate(180deg);
}
._1Hh3 button i {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon-language%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22path-1%22%20points%3D%220%200%2024%200%2024%2024%200%2024%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-163.000000%2C%20-1217.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22language-selector%22%20transform%3D%22translate(163.000000%2C%201208.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22language%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon-language%22%20transform%3D%22translate(0.000000%2C%209.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Clip-2%22%3E%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17.8336%2C14.7712%20C17.9376%2C13.8816%2018%2C12.9568%2018%2C12%20C18%2C11.0448%2017.9376%2C10.12%2017.8336%2C9.2288%20C19.2048%2C9.0576%2020.5312%2C8.832%2021.7984%2C8.5472%20C22.1808%2C9.6304%2022.4%2C10.7888%2022.4%2C12%20C22.4%2C13.2128%2022.1808%2C14.3696%2021.7984%2C15.4528%20C20.5312%2C15.168%2019.2048%2C14.944%2017.8336%2C14.7712%20Z%20M15.4576%2C21.7968%20C16.4112%2C20.448%2017.1568%2C18.5632%2017.5856%2C16.3552%20C18.8144%2C16.5072%2020.0032%2C16.7056%2021.144%2C16.952%20C19.9232%2C19.1968%2017.896%2C20.9328%2015.4576%2C21.7968%20Z%20M2.856%2C16.952%20C3.9984%2C16.7056%205.1872%2C16.5072%206.4144%2C16.3552%20C6.8448%2C18.5632%207.5904%2C20.448%208.5424%2C21.7968%20C6.104%2C20.9328%204.0768%2C19.1968%202.856%2C16.952%20Z%20M1.6%2C12%20C1.6%2C10.7888%201.8192%2C9.6304%202.2016%2C8.5472%20C3.4688%2C8.832%204.7952%2C9.0576%206.1664%2C9.2288%20C6.0624%2C10.12%206%2C11.0448%206%2C12%20C6%2C12.9568%206.0624%2C13.8816%206.1664%2C14.7712%20C4.7952%2C14.944%203.4688%2C15.168%202.2016%2C15.4528%20C1.8192%2C14.3696%201.6%2C13.2128%201.6%2C12%20Z%20M8.5424%2C2.2032%20C7.5904%2C3.552%206.8448%2C5.4384%206.4144%2C7.6448%20C5.1872%2C7.4928%203.9984%2C7.2944%202.856%2C7.0496%20C4.0768%2C4.8032%206.104%2C3.0672%208.5424%2C2.2032%20Z%20M12%2C1.6%20C13.552%2C1.6%2015.2384%2C4.0816%2015.9936%2C7.8176%20C14.6928%2C7.9328%2013.3616%2C8%2012%2C8%20C10.6384%2C8%209.3072%2C7.9328%208.0064%2C7.8176%20C8.7616%2C4.0816%2010.4496%2C1.6%2012%2C1.6%20Z%20M12%2C22.4%20C10.4496%2C22.4%208.7616%2C19.9184%208.0064%2C16.1824%20C9.3072%2C16.0688%2010.6384%2C16%2012%2C16%20C13.3616%2C16%2014.6928%2C16.0688%2015.9936%2C16.1824%20C15.2384%2C19.9184%2013.552%2C22.4%2012%2C22.4%20Z%20M16.4%2C12%20C16.4%2C12.9056%2016.3408%2C13.7712%2016.2416%2C14.5984%20C14.8624%2C14.4752%2013.4496%2C14.4%2012%2C14.4%20C10.5504%2C14.4%209.1376%2C14.4752%207.7584%2C14.5984%20C7.6592%2C13.7712%207.6%2C12.9056%207.6%2C12%20C7.6%2C11.0944%207.6592%2C10.2288%207.7584%2C9.4016%20C9.1376%2C9.5248%2010.5504%2C9.6%2012%2C9.6%20C13.4496%2C9.6%2014.8624%2C9.5248%2016.2416%2C9.4016%20C16.3408%2C10.2288%2016.4%2C11.0944%2016.4%2C12%20Z%20M21.144%2C7.0496%20C20.0032%2C7.2944%2018.8144%2C7.4928%2017.5856%2C7.6448%20C17.1568%2C5.4384%2016.4112%2C3.552%2015.4576%2C2.2032%20C17.896%2C3.0672%2019.9232%2C4.8032%2021.144%2C7.0496%20Z%20M23.3648%2C8.1696%20C23.1904%2C7.6544%2022.9808%2C7.1568%2022.7424%2C6.6752%20C20.7792%2C2.7232%2016.712%2C0%2012%2C0%20C7.288%2C0%203.2208%2C2.7232%201.2576%2C6.6752%20C1.0192%2C7.1568%200.8096%2C7.6544%200.6352%2C8.1696%20C0.2304%2C9.3744%200%2C10.6592%200%2C12%20C0%2C13.3408%200.2304%2C14.6272%200.6352%2C15.8304%20C0.8096%2C16.3456%201.0192%2C16.8432%201.2576%2C17.3248%20C3.2208%2C21.2768%207.288%2C24%2012%2C24%20C16.712%2C24%2020.7792%2C21.2768%2022.7424%2C17.3248%20C22.9808%2C16.8432%2023.1904%2C16.3456%2023.3648%2C15.8304%20C23.7696%2C14.6272%2024%2C13.3408%2024%2C12%20C24%2C10.6592%2023.7696%2C9.3744%2023.3648%2C8.1696%20L23.3648%2C8.1696%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23FCAF17%22%20mask%3D%22url(%23mask-2)%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  width: calc(var(--base-pixel-size) * 1.5);
  background-size: contain;
  margin-right: calc(var(--base-pixel-size) / 2);
}
._1Hh3 button i:after {
  content: "";
  display: block;
  padding-top: 100%;
}
._1Hh3 ._15Lf {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 4px);
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
}
._1GF0._1Hh3 ._15Lf {
  pointer-events: auto;
  opacity: 1;
}
.k43J {
  display: flex;
  flex-flow: column;
  min-width: max-content;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 0 10px 0 0;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-bottom: none;
  padding: var(--base-rem-size);
}
.k43J a {
  min-width: max-content;
  padding: calc(var(--base-pixel-size) / 2) 0;
}

/*Things that need to be extended*/
._3PP5 {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*filter: blur(10px) opacity(0.5) brightness(3);*/
  filter: blur(6px) saturate(0) brightness(0.8) contrast(1.25);
}
@supports (filter: blur(2px)) {
  ._3PP5 {
    display: block;
  }
}
._1HhW {
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 var(--twice-rem-size);
  border-bottom: calc(var(--base-pixel-size) / 2) solid black;
}
._3d7W {
  animation: globalFadeInUp 0.75s;
  animation-play-state: paused;
}
._2JG5 {
  animation-play-state: paused;
}
._1n7Z {
  animation-play-state: running;
}
._1Znx,
._6Jbp {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
}
._2UEN {
  position: relative;
}
._2UEN:before {
  content: "";
  height: 0;
  display: block;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
._2UEN > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._1FkF,
._1Wst a[href^="http"]:after {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  max-width: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Efeather-external-link%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-442.000000%2C%20-660.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Support%22%20transform%3D%22translate(157.000000%2C%20647.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22feather-external-link%22%20transform%3D%22translate(282.000000%2C%2010.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(4.153846%2C%204.153846)%22%20stroke%3D%22%23FCAF17%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon-Group%22%20transform%3D%22translate(0.494505%2C%200.494505)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.2527473%2C14.8351648%20L22.2527473%2C23.7362637%20C22.2527473%2C25.3749108%2020.9243613%2C26.7032967%2019.2857143%2C26.7032967%20L2.96703297%2C26.7032967%20C1.32838591%2C26.7032967%200%2C25.3749108%200%2C23.7362637%20L0%2C7.41758242%20C0%2C5.77893536%201.32838591%2C4.45054945%202.96703297%2C4.45054945%20L11.8681319%2C4.45054945%22%20id%3D%22Icon-Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Icon-Path%22%20points%3D%2217.8021978%200%2026.7032967%200%2026.7032967%208.9010989%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%2210.3846154%22%20y1%3D%2216.3186813%22%20x2%3D%2226.7032967%22%20y2%3D%220%22%20id%3D%22Icon-Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22ViewBox%22%20fill-rule%3D%22nonzero%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
footer._3mkF {
  padding-top: var(--padding-top-bottom);
  padding-bottom: var(--padding-top-bottom);
  background: rgba(0, 0, 0, 0.8);
  color: var(--yellow);
}
._6Jbp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  ._6Jbp {
    flex-flow: column;
    align-items: flex-start;
  }
  ._6Jbp > div:not(:last-child) {
    margin-bottom: var(--twice-rem-size);
  }
}
._1Wst {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 991px) {
  ._1Wst {
    flex-flow: column;
  }
}
._1Wst a {
  padding: var(--base-rem-size) 0;
  transition: color 0.3s;
}
._1Wst a[href^="http"]:after {
  background-size: 75%;
}
._1Wst a:hover {
  color: white;
}
._1Wst a:not(:last-child) {
  margin-right: var(--base-pixel-size);
}
._3gRX {
  display: flex;
  align-items: center;
}
._3gRX a {
  width: calc(var(--base-pixel-size) * 1.5);
  height: calc(var(--base-pixel-size) * 1.5);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
._3gRX a:not(:last-child) {
  margin-right: var(--twice-rem-size);
}
._3gRX a._1mwQ {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2221px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2021%2021%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Esocial%2Ffacebook%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22path-1%22%20points%3D%220.00118043102%200.000786954013%2020.1460227%200.000786954013%2020.1460227%2020.0236514%200.00118043102%2020.0236514%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-1560.000000%2C%20-1221.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22SOCIAL%22%20transform%3D%22translate(1560.000000%2C%201220.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22social%2Ffacebook%22%20transform%3D%22translate(-0.000000%2C%201.303905)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22f_logo_RGB-White_1024%22%20transform%3D%22translate(0.000000%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Clip-2%22%3E%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20.1460227%2C10.0730114%20C20.1460227%2C4.50983671%2015.636186%2C0%2010.0730114%2C0%20C4.50983671%2C0%200%2C4.50983671%200%2C10.0730114%20C0%2C15.1007425%203.68355467%2C19.2679788%208.49910334%2C20.0236514%20L8.49910334%2C12.9847412%20L5.9415028%2C12.9847412%20L5.9415028%2C10.0730114%20L8.49910334%2C10.0730114%20L8.49910334%2C7.85380105%20C8.49910334%2C5.32925257%2010.0029331%2C3.93477006%2012.3038293%2C3.93477006%20C13.4058993%2C3.93477006%2014.5586492%2C4.13150857%2014.5586492%2C4.13150857%20L14.5586492%2C6.61041371%20L13.2884661%2C6.61041371%20C12.0371502%2C6.61041371%2011.6469194%2C7.38688156%2011.6469194%2C8.18347576%20L11.6469194%2C10.0730114%20L14.4406061%2C10.0730114%20L13.9940097%2C12.9847412%20L11.6469194%2C12.9847412%20L11.6469194%2C20.0236514%20C16.4624681%2C19.2679788%2020.1460227%2C15.1007425%2020.1460227%2C10.0730114%22%20id%3D%22Fill-1%22%20fill%3D%22%23FCAF17%22%20mask%3D%22url(%23mask-2)%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
._3gRX a._1RrR {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2222px%22%20height%3D%2222px%22%20viewBox%3D%220%200%2022%2022%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Esocial%2Finstagram%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22path-1%22%20points%3D%220%200.00658161533%2020.8558972%200.00658161533%2020.8558972%2020.8599951%200%2020.8599951%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-1604.000000%2C%20-1221.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22SOCIAL%22%20transform%3D%22translate(1560.000000%2C%201220.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22social%2Finstagram%22%20transform%3D%22translate(44.862479%2C%201.303905)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22glyph-logo_May2016%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-3%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Clip-2%22%3E%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.4279693%2C0.00658161533%20C7.59588778%2C0.00658161533%207.24077031%2C0.0185858194%206.12851872%2C0.0693346269%20C5.01858517%2C0.119959253%204.26054038%2C0.296255477%203.59724602%2C0.554056108%20C2.91151621%2C0.820508044%202.32997461%2C1.1770743%201.75021295%2C1.75679457%20C1.17049268%2C2.33655623%200.813926429%2C2.91809783%200.547474493%2C3.60382763%20C0.289673862%2C4.267122%200.113377638%2C5.02516679%200.0627530116%2C6.13510033%20C0.0120042041%2C7.24735193%200%2C7.6024694%200%2C10.4345509%20C0%2C13.266591%200.0120042041%2C13.6217085%200.0627530116%2C14.7339601%20C0.113377638%2C15.8438936%200.289673862%2C16.6019384%200.547474493%2C17.2652328%20C0.813926429%2C17.9509626%201.17049268%2C18.5325042%201.75021295%2C19.1122658%20C2.32997461%2C19.6919861%202.91151621%2C20.0485523%203.59724602%2C20.3150457%20C4.26054038%2C20.5728049%205.01858517%2C20.7491011%206.12851872%2C20.7997258%20C7.24077031%2C20.8504746%207.59588778%2C20.8624788%2010.4279693%2C20.8624788%20C13.2600094%2C20.8624788%2013.6151268%2C20.8504746%2014.7273784%2C20.7997258%20C15.837312%2C20.7491011%2016.5953568%2C20.5728049%2017.2586511%2C20.3150457%20C17.944381%2C20.0485523%2018.5259225%2C19.6919861%2019.1056842%2C19.1122658%20C19.6854045%2C18.5325042%2020.0419707%2C17.9509626%2020.3084641%2C17.2652328%20C20.5662233%2C16.6019384%2020.7425195%2C15.8438936%2020.7931442%2C14.7339601%20C20.843893%2C13.6217085%2020.8558972%2C13.266591%2020.8558972%2C10.4345509%20C20.8558972%2C7.6024694%2020.843893%2C7.24735193%2020.7931442%2C6.13510033%20C20.7425195%2C5.02516679%2020.5662233%2C4.267122%2020.3084641%2C3.60382763%20C20.0419707%2C2.91809783%2019.6854045%2C2.33655623%2019.1056842%2C1.75679457%20C18.5259225%2C1.1770743%2017.944381%2C0.820508044%2017.2586511%2C0.554056108%20C16.5953568%2C0.296255477%2015.837312%2C0.119959253%2014.7273784%2C0.0693346269%20C13.6151268%2C0.0185858194%2013.2600094%2C0.00658161533%2010.4279693%2C0.00658161533%20Z%20M10.4279693%2C1.88548791%20C13.2123237%2C1.88548791%2013.5421496%2C1.89612612%2014.6417347%2C1.94629542%20C15.6584493%2C1.99265648%2016.2106013%2C2.16253666%2016.5780542%2C2.3053453%20C17.0648039%2C2.494515%2017.4121808%2C2.72048379%2017.7770672%2C3.08541159%20C18.141995%2C3.450298%2018.3679638%2C3.79767483%2018.5571335%2C4.28442461%20C18.6999421%2C4.65187744%2018.8698223%2C5.20402943%2018.9161834%2C6.22074412%20C18.9663527%2C7.32032921%2018.9769909%2C7.65015507%2018.9769909%2C10.4345509%20C18.9769909%2C13.2189053%2018.9663527%2C13.5487312%2018.9161834%2C14.6483163%20C18.8698223%2C15.665031%2018.6999421%2C16.217183%2018.5571335%2C16.5846358%20C18.3679638%2C17.0713856%2018.141995%2C17.4187624%2017.7770672%2C17.7836488%20C17.4121808%2C18.1485766%2017.0648039%2C18.3745454%2016.5780542%2C18.5637151%20C16.2106013%2C18.7065237%2015.6584493%2C18.8764039%2014.6417347%2C18.922765%20C13.5423151%2C18.9729343%2013.2125307%2C18.9835725%2010.4279693%2C18.9835725%20C7.64336648%2C18.9835725%207.31362341%2C18.9729343%206.2141625%2C18.922765%20C5.19744781%2C18.8764039%204.64529582%2C18.7065237%204.27784299%2C18.5637151%20C3.79109322%2C18.3745454%203.44371639%2C18.1485766%203.07882998%2C17.7836488%20C2.71394357%2C17.4187624%202.48793338%2C17.0713856%202.29876368%2C16.5846358%20C2.15595505%2C16.217183%201.98607486%2C15.665031%201.9397138%2C14.6483163%20C1.88954451%2C13.5487312%201.8789063%2C13.2189053%201.8789063%2C10.4345509%20C1.8789063%2C7.65015507%201.88954451%2C7.32032921%201.9397138%2C6.22074412%20C1.98607486%2C5.20402943%202.15595505%2C4.65187744%202.29876368%2C4.28442461%20C2.48793338%2C3.79767483%202.71390217%2C3.450298%203.07882998%2C3.08541159%20C3.44371639%2C2.72048379%203.79109322%2C2.494515%204.27784299%2C2.3053453%20C4.64529582%2C2.16253666%205.19744781%2C1.99265648%206.2141625%2C1.94629542%20C7.31374759%2C1.89612612%207.64357345%2C1.88548791%2010.4279693%2C1.88548791%20L10.4279693%2C1.88548791%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23FCAF17%22%20mask%3D%22url(%23mask-2)%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.4279693%2C13.9105131%20C8.50820729%2C13.9105131%206.95196572%2C12.3542715%206.95196572%2C10.4345509%20C6.95196572%2C8.51478891%208.50820729%2C6.95854734%2010.4279693%2C6.95854734%20C12.3476899%2C6.95854734%2013.9039314%2C8.51478891%2013.9039314%2C10.4345509%20C13.9039314%2C12.3542715%2012.3476899%2C13.9105131%2010.4279693%2C13.9105131%20Z%20M10.4279693%2C5.07964104%20C7.47050594%2C5.07964104%205.07305942%2C7.47708756%205.07305942%2C10.4345509%20C5.07305942%2C13.3919728%207.47050594%2C15.7894194%2010.4279693%2C15.7894194%20C13.3853912%2C15.7894194%2015.7828377%2C13.3919728%2015.7828377%2C10.4345509%20C15.7828377%2C7.47708756%2013.3853912%2C5.07964104%2010.4279693%2C5.07964104%20L10.4279693%2C5.07964104%20Z%22%20id%3D%22Fill-4%22%20fill%3D%22%23FCAF17%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17.2457777%2C4.86807729%20C17.2457777%2C5.55918829%2016.6855125%2C6.11941208%2015.9944015%2C6.11941208%20C15.3033319%2C6.11941208%2014.7430667%2C5.55918829%2014.7430667%2C4.86807729%20C14.7430667%2C4.17696629%2015.3033319%2C3.61670111%2015.9944015%2C3.61670111%20C16.6855125%2C3.61670111%2017.2457777%2C4.17696629%2017.2457777%2C4.86807729%22%20id%3D%22Fill-5%22%20fill%3D%22%23FCAF17%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
._3gRX a._2bGH {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2222px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2022%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Esocial%2Fyoutube%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22path-1%22%20points%3D%220.00706869869%200.00471246579%2020.7348495%200.00471246579%2020.7348495%2014.608644%200.00706869869%2014.608644%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-1694.000000%2C%20-1223.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22SOCIAL%22%20transform%3D%22translate(1560.000000%2C%201220.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22social%2Fyoutube%22%20transform%3D%22translate(134.587436%2C%203.911715)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22yt_icon_mono_dark%22%20transform%3D%22translate(0.000000%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Clip-2%22%3E%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.24681514%2C10.3873349%20L8.24681514%2C4.22130905%20L13.6661508%2C7.30443979%20L8.24681514%2C10.3873349%20Z%20M20.3015383%2C2.28118688%20C20.0630875%2C1.38322652%2019.3604588%2C0.67612103%2018.4683891%2C0.436138709%20C16.8514242%2C0%2010.3674247%2C0%2010.3674247%2C0%20C10.3674247%2C0%203.88342525%2C0%202.26646042%2C0.436138709%20C1.37439065%2C0.67612103%200.671761999%2C1.38322652%200.43331123%2C2.28118688%20C0%2C3.90863694%200%2C7.30432198%200%2C7.30432198%20C0%2C7.30432198%200%2C10.6998892%200.43331123%2C12.3274571%20C0.671761999%2C13.2254174%201.37439065%2C13.9325229%202.26646042%2C14.1726231%20C3.88342525%2C14.608644%2010.3674247%2C14.608644%2010.3674247%2C14.608644%20C10.3674247%2C14.608644%2016.8514242%2C14.608644%2018.4683891%2C14.1726231%20C19.3604588%2C13.9325229%2020.0630875%2C13.2254174%2020.3015383%2C12.3274571%20C20.7348495%2C10.6998892%2020.7348495%2C7.30432198%2020.7348495%2C7.30432198%20C20.7348495%2C7.30432198%2020.7348495%2C3.90863694%2020.3015383%2C2.28118688%20L20.3015383%2C2.28118688%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23FCAF17%22%20mask%3D%22url(%23mask-2)%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
._3gRX a._3Kl1 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2220px%22%20height%3D%2217px%22%20viewBox%3D%220%200%2020%2017%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Esocial%2Ftwitter%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-1650.000000%2C%20-1223.000000)%22%20fill%3D%22%23FCAF17%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22SOCIAL%22%20transform%3D%22translate(1560.000000%2C%201220.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22social%2Ftwitter%22%20transform%3D%22translate(89.724958%2C%202.607810)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Twitter_Logo_WhiteOnImage%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.63658603%2C16.8010319%20C14.1364444%2C16.8010319%2018.2377406%2C10.5876381%2018.2377406%2C5.19987734%20C18.2377406%2C5.02331937%2018.2341633%2C4.84755635%2018.2260549%2C4.67274726%20C19.0221159%2C4.09728433%2019.7141977%2C3.37920771%2020.2601681%2C2.56160359%20C19.5295313%2C2.88610141%2018.7433276%2C3.10487112%2017.9185689%2C3.20344469%20C18.760419%2C2.69881164%2019.4067118%2C1.90004779%2019.7114949%2C0.948017944%20C18.9235423%2C1.41504995%2018.0512458%2C1.75473127%2017.1225079%2C1.93764883%20C16.378516%2C1.14516507%2015.3188502%2C0.649435438%2014.1463017%2C0.649435438%20C11.8943727%2C0.649435438%2010.0682975%2C2.47551071%2010.0682975%2C4.72656524%20C10.0682975%2C5.04661135%2010.1041496%2C5.35767454%2010.1740256%2C5.65625705%20C6.78540031%2C5.48589967%203.7804965%2C3.8633311%201.76967528%2C1.39620968%20C1.41918267%2C1.99862135%201.21750433%2C2.69881164%201.21750433%2C3.44550638%20C1.21750433%2C4.86019602%201.93732984%2C6.10897999%203.03189387%2C6.83953729%20C2.36318353%2C6.81894813%201.73477706%2C6.63515613%201.18522944%2C6.3294191%20C1.1842755%2C6.34643098%201.1842755%2C6.36352237%201.1842755%2C6.3814087%20C1.1842755%2C8.35637776%202.58998223%2C10.0049411%204.45548693%2C10.3788052%20C4.11310278%2C10.4719731%203.75267331%2C10.5222139%203.3806376%2C10.5222139%20C3.11798675%2C10.5222139%202.86249043%2C10.496219%202.61414865%2C10.4486812%20C3.13324976%2C12.0686264%204.63840449%2C13.2474549%206.42322196%2C13.2806838%20C5.02745209%2C14.3742939%203.26950386%2C15.0259923%201.35916409%2C15.0259923%20C1.03013507%2C15.0259923%200.705637254%2C15.0072315%200.386465592%2C14.969551%20C2.19107727%2C16.125962%204.33362138%2C16.8010319%206.63658603%2C16.8010319%22%20id%3D%22Fill-2%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
._3gRX a.piLt {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2221px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2021%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Esocial%2Ftwitch%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-1739.000000%2C%20-1220.000000)%22%20fill%3D%22%23FCAF17%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22SOCIAL%22%20transform%3D%22translate(1560.000000%2C%201220.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22social%2Ftwitch%22%20transform%3D%22translate(179.449915%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22TwitchGlitchWhite%22%20transform%3D%22translate(-0.000000%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.25764873%2C0%20L0%2C4.25764873%20L0%2C19.5851842%20L5.10917848%2C19.5851842%20L5.10917848%2C23.8428329%20L9.36682721%2C19.5851842%20L12.7729462%2C19.5851842%20L20.4367139%2C11.9214164%20L20.4367139%2C0%20L4.25764873%2C0%20Z%20M18.7336544%2C11.0698867%20L15.3275354%2C14.4760057%20L11.9214164%2C14.4760057%20L8.94106233%2C17.4563598%20L8.94106233%2C14.4760057%20L5.10917848%2C14.4760057%20L5.10917848%2C1.70305949%20L18.7336544%2C1.70305949%20L18.7336544%2C11.0698867%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle%22%20x%3D%2214.4760057%22%20y%3D%224.6834136%22%20width%3D%221.70305949%22%20height%3D%225.10917848%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle%22%20x%3D%229.79259208%22%20y%3D%224.6834136%22%20width%3D%221.70305949%22%20height%3D%225.10917848%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}

/*Things that need to be extended*/
._2iTQ {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*filter: blur(10px) opacity(0.5) brightness(3);*/
  filter: blur(6px) saturate(0) brightness(0.8) contrast(1.25);
}
@supports (filter: blur(2px)) {
  ._2iTQ {
    display: block;
  }
}
.UJ82 {
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 var(--twice-rem-size);
  border-bottom: calc(var(--base-pixel-size) / 2) solid black;
}
._1cul {
  animation: globalFadeInUp 0.75s;
  animation-play-state: paused;
}
._2eHa {
  animation-play-state: paused;
}
.i-OL {
  animation-play-state: running;
}
._3IKm,
.jBdq,
._2FhW {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
}
._24X1 {
  position: relative;
}
._24X1:before {
  content: "";
  height: 0;
  display: block;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
._24X1 > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._2Mjp,
.jBdq a[href^="http"]:after {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  max-width: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Efeather-external-link%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-442.000000%2C%20-660.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Support%22%20transform%3D%22translate(157.000000%2C%20647.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22feather-external-link%22%20transform%3D%22translate(282.000000%2C%2010.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(4.153846%2C%204.153846)%22%20stroke%3D%22%23FCAF17%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon-Group%22%20transform%3D%22translate(0.494505%2C%200.494505)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.2527473%2C14.8351648%20L22.2527473%2C23.7362637%20C22.2527473%2C25.3749108%2020.9243613%2C26.7032967%2019.2857143%2C26.7032967%20L2.96703297%2C26.7032967%20C1.32838591%2C26.7032967%200%2C25.3749108%200%2C23.7362637%20L0%2C7.41758242%20C0%2C5.77893536%201.32838591%2C4.45054945%202.96703297%2C4.45054945%20L11.8681319%2C4.45054945%22%20id%3D%22Icon-Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Icon-Path%22%20points%3D%2217.8021978%200%2026.7032967%200%2026.7032967%208.9010989%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%2210.3846154%22%20y1%3D%2216.3186813%22%20x2%3D%2226.7032967%22%20y2%3D%220%22%20id%3D%22Icon-Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22ViewBox%22%20fill-rule%3D%22nonzero%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
body._3T1K {
  -webkit-overflow-scrolling: touch;
  /*overflow-y: hidden;*/
}
._22gu {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
  border: none;
  position: fixed;
  z-index: 200;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  overflow: hidden;
  transition: transform 0.3s;
  transform: translateX(calc(-100% - 10px));
  background-size: cover;
  background-position: center center;
}
._22gu._3T1K {
  transform: translateX(0%);
}
.jBdq {
  font-size: 2em;
  display: flex;
  flex-flow: column;
  /*justify-content: space-evenly;*/
  color: var(--yellow);
  font-weight: bold;
}
.jBdq a {
  width: 100%;
  min-width: max-content;
  text-decoration: none;
  transition: color 0.3s linear;
}
.jBdq a:not(:last-child) {
  margin-bottom: calc(var(--twice-rem-size) * 1.5);
}
.jBdq a.-nZk,
.jBdq a:hover {
  color: white;
}
.jBdq a[href^="http"]:after {
  margin-left: 0.5em;
}
._1PXj {
  padding-top: calc(var(--header-height) + var(--padding-top-bottom));
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  overflow-y: auto;
  height: 100%;
}
.jBdq,
._2FhW {
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
  margin-bottom: calc(var(--twice-rem-size) * 2);
}

.dsWx {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)), url(../img/global/nav-bg/1-Yt.jpg);
  /*background-image: url("../../../assets/img/global/nav-bg/@{class}.jpg");*/
}
._3Xun {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)), url(../img/global/nav-bg/206t.jpg);
  /*background-image: url("../../../assets/img/global/nav-bg/@{class}.jpg");*/
}
.e6LZ {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)), url(../img/global/nav-bg/2UO5.jpg);
  /*background-image: url("../../../assets/img/global/nav-bg/@{class}.jpg");*/
}
/*
.navBgImg(esquire);
.navBgImg(hinge);
.navBgImg(marston);
.navBgImg(pow);
.navBgImg(scifi);*/
/*.navBgImg(code);*/
/*.navBgImg(graffiti);*/
/**/

/*Things that need to be extended*/
._36Nv {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*filter: blur(10px) opacity(0.5) brightness(3);*/
  filter: blur(6px) saturate(0) brightness(0.8) contrast(1.25);
}
@supports (filter: blur(2px)) {
  ._36Nv {
    display: block;
  }
}
._1ZkC {
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 var(--twice-rem-size);
  border-bottom: calc(var(--base-pixel-size) / 2) solid black;
}
._2DVC {
  animation: globalFadeInUp 0.75s;
  animation-play-state: paused;
}
.Dl7h {
  animation-play-state: paused;
}
._2jp6 {
  animation-play-state: running;
}
._23Fw {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
}
._2zmr {
  position: relative;
}
._2zmr:before {
  content: "";
  height: 0;
  display: block;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
._2zmr > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._3u9f {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  max-width: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Efeather-external-link%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-442.000000%2C%20-660.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Support%22%20transform%3D%22translate(157.000000%2C%20647.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22feather-external-link%22%20transform%3D%22translate(282.000000%2C%2010.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(4.153846%2C%204.153846)%22%20stroke%3D%22%23FCAF17%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon-Group%22%20transform%3D%22translate(0.494505%2C%200.494505)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.2527473%2C14.8351648%20L22.2527473%2C23.7362637%20C22.2527473%2C25.3749108%2020.9243613%2C26.7032967%2019.2857143%2C26.7032967%20L2.96703297%2C26.7032967%20C1.32838591%2C26.7032967%200%2C25.3749108%200%2C23.7362637%20L0%2C7.41758242%20C0%2C5.77893536%201.32838591%2C4.45054945%202.96703297%2C4.45054945%20L11.8681319%2C4.45054945%22%20id%3D%22Icon-Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Icon-Path%22%20points%3D%2217.8021978%200%2026.7032967%200%2026.7032967%208.9010989%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%2210.3846154%22%20y1%3D%2216.3186813%22%20x2%3D%2226.7032967%22%20y2%3D%220%22%20id%3D%22Icon-Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22ViewBox%22%20fill-rule%3D%22nonzero%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.Xs7C {
  /*.shadow;*/
  border: none;
  position: fixed;
  width: 100%;
  height: var(--header-height);
  z-index: 250;
  color: #fff;
  padding: var(--base-pixel-size) var(--padding-sides);
  display: grid;
  grid-template-columns: 1fr 74px 1fr;
  grid-template-rows: 100%;
  align-items: stretch;
  justify-content: space-between;
  transform: translateY(0);
  transition: transform 0.3s;
}
@keyframes WYtx {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 179px 0;
  }
}
.Xs7C .x_u7 a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.Xs7C .x_u7 a .euJN,
.Xs7C .x_u7 a ._3LFU {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.Xs7C .x_u7 a .euJN._3Auj,
.Xs7C .x_u7 a ._3LFU._3Auj {
  opacity: 1;
}
.Xs7C .x_u7 a .euJN {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20216%20198.83%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fcaf17%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%201%3C%2Ftitle%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22Layer_1-2%22%20data-name%3D%22Layer%201%22%3E%3Cpath%20d%3D%22M214.55%2C197.37a4.94%2C4.94%2C0%2C1%2C1%2C1.45-3.5A4.75%2C4.75%2C0%2C0%2C1%2C214.55%2C197.37Zm-6.52-6.5a4.27%2C4.27%2C0%2C0%2C0%2C0%2C6%2C4.25%2C4.25%2C0%2C0%2C0%2C6%2C0%2C4.26%2C4.26%2C0%2C0%2C0-6-6Zm2.92.27a4.24%2C4.24%2C0%2C0%2C1%2C1.5.2%2C1.36%2C1.36%2C0%2C0%2C1%2C.84%2C1.38%2C1.17%2C1.17%2C0%2C0%2C1-.53%2C1.08%2C2.45%2C2.45%2C0%2C0%2C1-.78.26%2C1.32%2C1.32%2C0%2C0%2C1%2C.93.52%2C1.57%2C1.57%2C0%2C0%2C1%2C.3.84v.39c0%2C.13%2C0%2C.27%2C0%2C.41a1.2%2C1.2%2C0%2C0%2C0%2C0%2C.28l0%2C.07h-.89a.07.07%2C0%2C0%2C0%2C0%2C0s0%2C0%2C0-.07l0-.17v-.42c0-.63-.17-1.05-.52-1.24a2.45%2C2.45%2C0%2C0%2C0-1.07-.17H210v2.12h-.95v-5.43Zm1%2C.89a2.38%2C2.38%2C0%2C0%2C0-1.16-.2H210v1.94h.87a2.48%2C2.48%2C0%2C0%2C0%2C.93-.13A.94.94%2C0%2C0%2C0%2C212%2C192Z%22%2F%3E%3Cpath%20d%3D%22M178.43%2C0H38.26C17.17%2C0%2C0%2C16.66%2C0%2C37.12V161.63c0%2C20.74%2C16.65%2C37%2C37.91%2C37H178.08c21.26%2C0%2C37.92-16.26%2C37.92-37V37.12C216%2C16.31%2C199.5%2C0%2C178.43%2C0Zm33.31%2C161.62c0%2C18.36-14.78%2C32.75-33.66%2C32.75H37.91C19%2C194.37%2C4.25%2C180%2C4.25%2C161.62V37.11c0-18.43%2C15-32.86%2C34-32.86H178.43c18.68%2C0%2C33.31%2C14.43%2C33.31%2C32.86Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M178.43%2C4.25H38.26c-19.06%2C0-34%2C14.43-34%2C32.86V161.62C4.25%2C180%2C19%2C194.37%2C37.91%2C194.37H178.08c18.88%2C0%2C33.66-14.39%2C33.66-32.75V37.11C211.74%2C18.68%2C197.11%2C4.25%2C178.43%2C4.25Z%22%2F%3E%3Cpath%20d%3D%22M185.49%2C118.2H158.43l-4.29-27L138.28%2C118h-3a23.14%2C23.14%2C0%2C0%2C1-2.52-10.42c0-4.6.34-9.1.34-15%2C0-7.76-2.28-11.92-8.37-13.38V79c12.94-1.8%2C18.81-10.36%2C18.81-22.42%2C0-17.12-11.39-20.84-26.32-20.84H77.08l-17%2C80.4H81.45l6.18-29.25h14.19c7.57%2C0%2C10.67%2C3.7%2C10.67%2C10.79%2C0%2C5.39-.56%2C9.66-.56%2C13.81%2C0%2C1.54.35%2C5.11%2C1.38%2C6.49%2C0%2C0%2C15.43%2C16.29%2C15.43%2C16.29l-13.27%2C28.55L143.86%2C146%2C165%2C162.23l-4-26.93ZM108.2%2C71.86h-17L95.3%2C52.48h15.79c5.62%2C0%2C11.46%2C1.46%2C11.46%2C8.34C122.55%2C69.49%2C115.9%2C71.86%2C108.2%2C71.86Z%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%22173.03%20122.13%20155.08%20122.13%20151.97%20102.6%20140.53%20121.94%20122.42%20121.94%20133.43%20133.54%20124.38%20152.98%20144.16%20141.23%20159.74%20153.21%20156.84%20133.46%20173.03%20122.13%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.Xs7C .x_u7 a ._3LFU {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20216%20198.62%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%201%3C%2Ftitle%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22Layer_1-2%22%20data-name%3D%22Layer%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M213.22%2C196.01c0-.14-.01-.28-.01-.41v-.39a1.565%2C1.565%2C0%2C0%2C0-.3-.84%2C1.316%2C1.316%2C0%2C0%2C0-.93-.52%2C2.222%2C2.222%2C0%2C0%2C0%2C.78-.26%2C1.172%2C1.172%2C0%2C0%2C0%2C.53-1.08%2C1.34%2C1.34%2C0%2C0%2C0-.84-1.37%2C4.018%2C4.018%2C0%2C0%2C0-1.5-.2h-1.9v5.42H210v-2.12h.77a2.45%2C2.45%2C0%2C0%2C1%2C1.07.17%2C1.312%2C1.312%2C0%2C0%2C1%2C.52%2C1.24v.43l.02.16c0%2C.03.01.05.01.07s.01.04.01.05h.89l-.04-.07A1.2%2C1.2%2C0%2C0%2C1%2C213.22%2C196.01Zm-1.42-2.58a2.484%2C2.484%2C0%2C0%2C1-.93.13H210v-1.94h.83a2.383%2C2.383%2C0%2C0%2C1%2C1.16.2.942.942%2C0%2C0%2C1-.19%2C1.61Zm1.42%2C2.58c0-.14-.01-.28-.01-.41v-.39a1.565%2C1.565%2C0%2C0%2C0-.3-.84%2C1.316%2C1.316%2C0%2C0%2C0-.93-.52%2C2.222%2C2.222%2C0%2C0%2C0%2C.78-.26%2C1.172%2C1.172%2C0%2C0%2C0%2C.53-1.08%2C1.34%2C1.34%2C0%2C0%2C0-.84-1.37%2C4.018%2C4.018%2C0%2C0%2C0-1.5-.2h-1.9v5.42H210v-2.12h.77a2.45%2C2.45%2C0%2C0%2C1%2C1.07.17%2C1.312%2C1.312%2C0%2C0%2C1%2C.52%2C1.24v.43l.02.16c0%2C.03.01.05.01.07s.01.04.01.05h.89l-.04-.07A1.2%2C1.2%2C0%2C0%2C1%2C213.22%2C196.01Zm-1.42-2.58a2.484%2C2.484%2C0%2C0%2C1-.93.13H210v-1.94h.83a2.383%2C2.383%2C0%2C0%2C1%2C1.16.2.942.942%2C0%2C0%2C1-.19%2C1.61Zm2.75-3.26a4.943%2C4.943%2C0%2C0%2C0-6.99%2C6.99%2C4.913%2C4.913%2C0%2C0%2C0%2C6.99%2C0%2C4.937%2C4.937%2C0%2C0%2C0%2C0-6.99Zm-.48%2C6.51a4.264%2C4.264%2C0%2C1%2C1-3.02-7.27%2C4.271%2C4.271%2C0%2C0%2C1%2C3.02%2C7.27Zm-.78-4.17a1.34%2C1.34%2C0%2C0%2C0-.84-1.37%2C4.018%2C4.018%2C0%2C0%2C0-1.5-.2h-1.9v5.42H210v-2.12h.77a2.45%2C2.45%2C0%2C0%2C1%2C1.07.17%2C1.312%2C1.312%2C0%2C0%2C1%2C.52%2C1.24v.43l.02.16c0%2C.03.01.05.01.07s.01.04.01.05h.89l-.04-.07a1.2%2C1.2%2C0%2C0%2C1-.03-.28c0-.14-.01-.28-.01-.41v-.39a1.565%2C1.565%2C0%2C0%2C0-.3-.84%2C1.316%2C1.316%2C0%2C0%2C0-.93-.52%2C2.222%2C2.222%2C0%2C0%2C0%2C.78-.26A1.172%2C1.172%2C0%2C0%2C0%2C213.29%2C192.51Zm-1.49.92a2.484%2C2.484%2C0%2C0%2C1-.93.13H210v-1.94h.83a2.383%2C2.383%2C0%2C0%2C1%2C1.16.2.942.942%2C0%2C0%2C1-.19%2C1.61Zm1.42%2C2.58c0-.14-.01-.28-.01-.41v-.39a1.565%2C1.565%2C0%2C0%2C0-.3-.84%2C1.316%2C1.316%2C0%2C0%2C0-.93-.52%2C2.222%2C2.222%2C0%2C0%2C0%2C.78-.26%2C1.172%2C1.172%2C0%2C0%2C0%2C.53-1.08%2C1.34%2C1.34%2C0%2C0%2C0-.84-1.37%2C4.018%2C4.018%2C0%2C0%2C0-1.5-.2h-1.9v5.42H210v-2.12h.77a2.45%2C2.45%2C0%2C0%2C1%2C1.07.17%2C1.312%2C1.312%2C0%2C0%2C1%2C.52%2C1.24v.43l.02.16c0%2C.03.01.05.01.07s.01.04.01.05h.89l-.04-.07A1.2%2C1.2%2C0%2C0%2C1%2C213.22%2C196.01Zm-1.42-2.58a2.484%2C2.484%2C0%2C0%2C1-.93.13H210v-1.94h.83a2.383%2C2.383%2C0%2C0%2C1%2C1.16.2.942.942%2C0%2C0%2C1-.19%2C1.61Zm1.42%2C2.58c0-.14-.01-.28-.01-.41v-.39a1.565%2C1.565%2C0%2C0%2C0-.3-.84%2C1.316%2C1.316%2C0%2C0%2C0-.93-.52%2C2.222%2C2.222%2C0%2C0%2C0%2C.78-.26%2C1.172%2C1.172%2C0%2C0%2C0%2C.53-1.08%2C1.34%2C1.34%2C0%2C0%2C0-.84-1.37%2C4.018%2C4.018%2C0%2C0%2C0-1.5-.2h-1.9v5.42H210v-2.12h.77a2.45%2C2.45%2C0%2C0%2C1%2C1.07.17%2C1.312%2C1.312%2C0%2C0%2C1%2C.52%2C1.24v.43l.02.16c0%2C.03.01.05.01.07s.01.04.01.05h.89l-.04-.07A1.2%2C1.2%2C0%2C0%2C1%2C213.22%2C196.01Zm-1.42-2.58a2.484%2C2.484%2C0%2C0%2C1-.93.13H210v-1.94h.83a2.383%2C2.383%2C0%2C0%2C1%2C1.16.2.942.942%2C0%2C0%2C1-.19%2C1.61Z%22%2F%3E%3Cpath%20d%3D%22M214.07%2C190.66a4.264%2C4.264%2C0%2C0%2C0-6.04%2C6.02%2C4.249%2C4.249%2C0%2C0%2C0%2C6.04%2C0%2C4.3%2C4.3%2C0%2C0%2C0%2C0-6.02Zm-1.16%2C3.71a1.565%2C1.565%2C0%2C0%2C1%2C.3.84v.39c0%2C.13.01.27.01.41a1.2%2C1.2%2C0%2C0%2C0%2C.03.28l.04.07h-.89c0-.01%2C0-.04-.01-.05s-.01-.04-.01-.07l-.02-.16v-.43a1.312%2C1.312%2C0%2C0%2C0-.52-1.24%2C2.45%2C2.45%2C0%2C0%2C0-1.07-.17H210v2.12h-.95v-5.42h1.9a4.018%2C4.018%2C0%2C0%2C1%2C1.5.2%2C1.34%2C1.34%2C0%2C0%2C1%2C.84%2C1.37%2C1.172%2C1.172%2C0%2C0%2C1-.53%2C1.08%2C2.222%2C2.222%2C0%2C0%2C1-.78.26A1.316%2C1.316%2C0%2C0%2C1%2C212.91%2C194.37Z%22%2F%3E%3Cpath%20d%3D%22M212.36%2C192.6a.8.8%2C0%2C0%2C1-.56.83%2C2.484%2C2.484%2C0%2C0%2C1-.93.13H210v-1.94h.83a2.383%2C2.383%2C0%2C0%2C1%2C1.16.2A.792.792%2C0%2C0%2C1%2C212.36%2C192.6Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M178.43%2C0H38.26C17.17%2C0%2C0%2C16.65%2C0%2C37.11V161.62c0%2C20.75%2C16.65%2C37%2C37.92%2C37H178.08c21.26%2C0%2C37.92-16.25%2C37.92-37V37.11C216%2C16.3%2C199.5%2C0%2C178.43%2C0Zm33.31%2C161.62c0%2C18.36-14.78%2C32.74-33.66%2C32.74H37.92c-18.88%2C0-33.67-14.38-33.67-32.74V37.1C4.25%2C18.68%2C19.2%2C4.25%2C38.26%2C4.25H178.43c18.68%2C0%2C33.31%2C14.43%2C33.31%2C32.85Z%22%2F%3E%3Cpath%20d%3D%22M178.43%2C4.25H38.26C19.2%2C4.25%2C4.25%2C18.68%2C4.25%2C37.1V161.62c0%2C18.36%2C14.79%2C32.74%2C33.67%2C32.74H178.08c18.88%2C0%2C33.66-14.38%2C33.66-32.74V37.1C211.74%2C18.68%2C197.11%2C4.25%2C178.43%2C4.25ZM161.07%2C135.29l3.95%2C26.94-21.16-16.26-28.39%2C16.87%2C13.27-28.55s-15.43-16.27-15.43-16.28c-1.03-1.39-1.38-4.96-1.38-6.49%2C0-4.15.56-8.42.56-13.82%2C0-7.08-3.1-10.79-10.67-10.79H87.63l-6.18%2C29.25H60.11L77.08%2C35.77h40.18c14.93%2C0%2C26.32%2C3.71%2C26.32%2C20.84%2C0%2C12.05-5.87%2C20.62-18.81%2C22.41v.23c6.09%2C1.47%2C8.37%2C5.63%2C8.37%2C13.39%2C0%2C5.85-.34%2C10.34-.34%2C14.95a23.135%2C23.135%2C0%2C0%2C0%2C2.52%2C10.42h2.96l15.86-26.79%2C4.29%2C26.98h27.06Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M185.49%2C118.2H158.43l-4.29-26.98-15.86%2C26.79h-2.96a23.135%2C23.135%2C0%2C0%2C1-2.52-10.42c0-4.61.34-9.1.34-14.95%2C0-7.76-2.28-11.92-8.37-13.39v-.23c12.94-1.79%2C18.81-10.36%2C18.81-22.41%2C0-17.13-11.39-20.84-26.32-20.84H77.08L60.11%2C116.16H81.45l6.18-29.25h14.19c7.57%2C0%2C10.67%2C3.71%2C10.67%2C10.79%2C0%2C5.4-.56%2C9.67-.56%2C13.82%2C0%2C1.53.35%2C5.1%2C1.38%2C6.49%2C0%2C.01%2C15.43%2C16.28%2C15.43%2C16.28l-13.27%2C28.55%2C28.39-16.87%2C21.16%2C16.26-3.95-26.94ZM108.2%2C71.86H91.23L95.3%2C52.48h15.79c5.62%2C0%2C11.46%2C1.46%2C11.46%2C8.34C122.55%2C69.49%2C115.9%2C71.86%2C108.2%2C71.86Zm35.96%2C69.37-19.78%2C11.74%2C9.05-19.44-11.01-11.59h18.11l11.44-19.34%2C3.11%2C19.53h17.96l-16.2%2C11.33%2C2.9%2C19.75Z%22%2F%3E%3Cpolygon%20points%3D%22156.84%20133.46%20159.74%20153.21%20144.16%20141.23%20124.38%20152.97%20133.43%20133.53%20122.42%20121.94%20140.53%20121.94%20151.97%20102.6%20155.08%20122.13%20173.04%20122.13%20156.84%20133.46%22%2F%3E%3Cpath%20d%3D%22M122.55%2C60.82c0%2C8.67-6.65%2C11.04-14.35%2C11.04H91.23L95.3%2C52.48h15.79C116.71%2C52.48%2C122.55%2C53.94%2C122.55%2C60.82Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.Xs7C ._2K8A {
  display: flex;
  justify-content: flex-end;
}
.Xs7C ._3GNz,
.Xs7C ._19fX {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  z-index: -1;
  transition: opacity 0.3s;
}
.Xs7C ._3GNz {
  animation: WYtx 3s linear infinite paused forwards;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/global/2qbg.png);
  background-repeat: repeat-x;
  background-size: auto 300%;
}
.WYtx.Xs7C ._3GNz {
  animation-play-state: running;
}
.FXP_.Xs7C ._3GNz {
  opacity: 0;
  transition-delay: 0.3s;
}
.Xs7C ._19fX {
  opacity: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #000000);
}
.FXP_.Xs7C ._19fX {
  opacity: 1;
}
._23pr a {
  width: calc(var(--base-pixel-size) * 2);
  height: 100%;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  outline: none;
}
._23pr a span {
  width: 100%;
  height: calc(var(--base-pixel-size) / 3);
  position: absolute;
  background: var(--yellow);
  transition: 0.2s;
  transform-origin: left center;
}
._23pr a span:first-child {
  transform: translateY(-200%);
}
._23pr a span:last-child {
  transform: translateY(200%);
}
.Xs7C.FXP_ ._23pr a span {
  background: var(--yellow);
}
.Xs7C.FXP_ ._23pr a span:first-child,
.Xs7C.FXP_ ._23pr a span:last-child {
  transform: translateY(0px);
}

/*Things that need to be extended*/
._1AVA {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*filter: blur(10px) opacity(0.5) brightness(3);*/
  filter: blur(6px) saturate(0) brightness(0.8) contrast(1.25);
}
@supports (filter: blur(2px)) {
  ._1AVA {
    display: block;
  }
}
.Ud0U {
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 var(--twice-rem-size);
  border-bottom: calc(var(--base-pixel-size) / 2) solid black;
}
._3-2D {
  animation: globalFadeInUp 0.75s;
  animation-play-state: paused;
}
._2a22 {
  animation-play-state: paused;
}
._1OiP {
  animation-play-state: running;
}
._20RE {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
}
.oE9J {
  position: relative;
}
.oE9J:before {
  content: "";
  height: 0;
  display: block;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
.oE9J > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._2Cd6 {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  max-width: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Efeather-external-link%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-442.000000%2C%20-660.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Support%22%20transform%3D%22translate(157.000000%2C%20647.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22feather-external-link%22%20transform%3D%22translate(282.000000%2C%2010.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(4.153846%2C%204.153846)%22%20stroke%3D%22%23FCAF17%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon-Group%22%20transform%3D%22translate(0.494505%2C%200.494505)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.2527473%2C14.8351648%20L22.2527473%2C23.7362637%20C22.2527473%2C25.3749108%2020.9243613%2C26.7032967%2019.2857143%2C26.7032967%20L2.96703297%2C26.7032967%20C1.32838591%2C26.7032967%200%2C25.3749108%200%2C23.7362637%20L0%2C7.41758242%20C0%2C5.77893536%201.32838591%2C4.45054945%202.96703297%2C4.45054945%20L11.8681319%2C4.45054945%22%20id%3D%22Icon-Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Icon-Path%22%20points%3D%2217.8021978%200%2026.7032967%200%2026.7032967%208.9010989%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%2210.3846154%22%20y1%3D%2216.3186813%22%20x2%3D%2226.7032967%22%20y2%3D%220%22%20id%3D%22Icon-Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22ViewBox%22%20fill-rule%3D%22nonzero%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
._2r-r {
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  z-index: 10;
  background: rgba(0, 0, 0, 0.9);
  position: sticky;
  top: var(--header-height);
  transition: height 0.3s;
  height: var(--breadcrumbs-height);
  display: flex;
  align-items: center;
  color: white;
}
._2r-r._3N4y {
  height: 0;
}
._37U6 {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
._3Dmx {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  font-weight: bold;
  /*    margin-left: 50%;
    transform: translateX(-50%);*/
}
._3Dmx a:not(:last-child) {
  margin-right: var(--base-rem-size);
}
._3L-e {
  display: flex;
  justify-content: flex-end;
  font-weight: bold;
}

/*Things that need to be extended*/
.oUQz {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*filter: blur(10px) opacity(0.5) brightness(3);*/
  filter: blur(6px) saturate(0) brightness(0.8) contrast(1.25);
}
@supports (filter: blur(2px)) {
  .oUQz {
    display: block;
  }
}
._245q,
._3R3b section h2 {
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 var(--twice-rem-size);
  border-bottom: calc(var(--base-pixel-size) / 2) solid black;
}
._3cfe {
  animation: globalFadeInUp 0.75s;
  animation-play-state: paused;
}
._1Pgq {
  animation-play-state: paused;
}
._13ab,
._3eTl._2H-S,
a._2zsf._2H-S {
  animation-play-state: running;
}
._10_O {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
}
._3hXE,
._3eTl,
._3sqq div,
a._2zsf {
  position: relative;
}
._3hXE:before,
._3eTl:before,
._3sqq div:before,
a._2zsf:before {
  content: "";
  height: 0;
  display: block;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
._3hXE > *,
._3eTl > *,
._3sqq div > *,
a._2zsf > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._1hmp {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  max-width: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Efeather-external-link%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-442.000000%2C%20-660.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Support%22%20transform%3D%22translate(157.000000%2C%20647.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22feather-external-link%22%20transform%3D%22translate(282.000000%2C%2010.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(4.153846%2C%204.153846)%22%20stroke%3D%22%23FCAF17%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon-Group%22%20transform%3D%22translate(0.494505%2C%200.494505)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.2527473%2C14.8351648%20L22.2527473%2C23.7362637%20C22.2527473%2C25.3749108%2020.9243613%2C26.7032967%2019.2857143%2C26.7032967%20L2.96703297%2C26.7032967%20C1.32838591%2C26.7032967%200%2C25.3749108%200%2C23.7362637%20L0%2C7.41758242%20C0%2C5.77893536%201.32838591%2C4.45054945%202.96703297%2C4.45054945%20L11.8681319%2C4.45054945%22%20id%3D%22Icon-Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Icon-Path%22%20points%3D%2217.8021978%200%2026.7032967%200%2026.7032967%208.9010989%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%2210.3846154%22%20y1%3D%2216.3186813%22%20x2%3D%2226.7032967%22%20y2%3D%220%22%20id%3D%22Icon-Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22ViewBox%22%20fill-rule%3D%22nonzero%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
._1Qei {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  /*.gridNumCols(4);*/
  display: grid;
  grid-row-gap: var(--padding-top-bottom);
  grid-column-gap: var(--padding-top-bottom);
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
._3R3b {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  grid-column-gap: var(--padding-sides);
  grid-row-gap: var(--padding-top-bottom);
  grid-template-areas: "left" "right";
}
@media screen and (min-width: 768px) {
  ._3R3b {
    grid-template-columns: minmax(320px, 640px) auto;
    grid-template-areas: "left right";
  }
}
._3R3b ._34ni {
  grid-area: left;
  display: flex;
  flex-flow: column;
  height: 100%;
}
._3R3b ._34ni > *:not(:last-child) {
  margin-bottom: var(--twice-rem-size);
}
@media (max-width: 767px) {
  ._3R3b ._34ni {
    align-items: center;
  }
}
@media (min-width: 768px) {
  ._3R3b ._34ni {
    position: sticky;
    height: max-content;
    top: calc(var(--header-height) + var(--breadcrumbs-height) + var(--padding-top-bottom));
    height: calc(100vh - var(--header-height) - var(--breadcrumbs-height) - var(--padding-top-bottom) * 2);
  }
}
._3R3b ._1s3b {
  grid-area: right;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
._3R3b ._1s3b > *:not(:last-child) {
  margin-bottom: var(--section-margin-bottom);
}
@media (min-width: 768px) {
  ._3R3b ._1s3b {
    justify-content: center;
    align-self: flex-start;
  }
}
._3R3b section {
  width: 100%;
}
._3R3b section._1klX,
._3R3b section._2zZH {
  display: flex;
  flex-flow: column;
}
._3R3b ._-W6 {
  display: flex;
}
@media screen and (max-width: 767px) {
  ._3R3b ._-W6 {
    flex-flow: column;
    align-items: center;
  }
  ._3R3b ._-W6 > :first-child {
    margin-bottom: var(--twice-rem-size);
  }
}
@media screen and (min-width: 767px) {
  ._3R3b ._-W6 > :first-child {
    margin-right: var(--twice-rem-size);
  }
}
._3eTl {
  /*.shadow;*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 320px;
  background-position: top left;
  background-size: contain;
  align-self: baseline;
  --aspect-ratio: 0.81012658;
  flex: 1;
}
@media (min-width: 768px) {
  ._3eTl {
    /*height: 0;*/
  }
}
._3eTl {
  animation: globalFadeInUp 0.75s;
  animation-play-state: paused;
}
.uEAT {
  /*.gridMinWidth(300px);*/
  display: grid;
  grid-row-gap: var(--padding-top-bottom);
  grid-column-gap: var(--padding-top-bottom);
  margin-bottom: var(--base-rem-size);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .uEAT {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .uEAT {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}
.hVY_ {
  /*.gridMinWidth(300px);*/
  display: grid;
  grid-row-gap: var(--padding-top-bottom);
  grid-column-gap: var(--padding-top-bottom);
  margin-bottom: var(--base-rem-size);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hVY_ {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .hVY_ {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}
._3sqq {
  display: grid;
  grid-row-gap: calc(var(--padding-top-bottom) / 2);
  grid-column-gap: calc(var(--padding-top-bottom) / 2);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  ._3sqq {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  ._3sqq {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}
._3sqq div {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  --aspect-ratio: 1.77777778;
}
.sHZi dl {
  display: grid;
  grid-column-gap: var(--half-rem-size);
  grid-template-columns: repeat(2, 1fr);
  margin: 0 0 var(base-rem-size) 0;
}
.sHZi dl._12CV dd {
  font-size: 50%;
  font-weight: normal;
}
.sHZi dl._12CV a {
  width: 50px;
  display: inline-block;
}
.sHZi dl._12CV a img {
  width: 100%;
  height: auto;
}
.sHZi dt {
  text-align: right;
}
.sHZi dd {
  font-weight: bold;
  margin: 0;
}
._12CV a {
  width: 50px;
}
a._2zsf {
  --aspect-ratio: 0.81012658;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: color 0.3s;
}
a._2zsf {
  animation: globalFadeInUp 0.75s;
  animation-play-state: paused;
}
a._2zsf:hover {
  color: var(--yellow);
}

/*Things that need to be extended*/
._3Dd3 {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*filter: blur(10px) opacity(0.5) brightness(3);*/
  filter: blur(6px) saturate(0) brightness(0.8) contrast(1.25);
}
@supports (filter: blur(2px)) {
  ._3Dd3 {
    display: block;
  }
}
.hOIL {
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 var(--twice-rem-size);
  border-bottom: calc(var(--base-pixel-size) / 2) solid black;
}
._3SWB {
  animation: globalFadeInUp 0.75s;
  animation-play-state: paused;
}
._3Bgt {
  animation-play-state: paused;
}
.Zeuv {
  animation-play-state: running;
}
.S_81 {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
}
._3X27,
.BrZE {
  position: relative;
}
._3X27:before,
.BrZE:before {
  content: "";
  height: 0;
  display: block;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
._3X27 > *,
.BrZE > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._2wmk {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  max-width: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Efeather-external-link%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-442.000000%2C%20-660.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Support%22%20transform%3D%22translate(157.000000%2C%20647.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22feather-external-link%22%20transform%3D%22translate(282.000000%2C%2010.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(4.153846%2C%204.153846)%22%20stroke%3D%22%23FCAF17%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon-Group%22%20transform%3D%22translate(0.494505%2C%200.494505)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.2527473%2C14.8351648%20L22.2527473%2C23.7362637%20C22.2527473%2C25.3749108%2020.9243613%2C26.7032967%2019.2857143%2C26.7032967%20L2.96703297%2C26.7032967%20C1.32838591%2C26.7032967%200%2C25.3749108%200%2C23.7362637%20L0%2C7.41758242%20C0%2C5.77893536%201.32838591%2C4.45054945%202.96703297%2C4.45054945%20L11.8681319%2C4.45054945%22%20id%3D%22Icon-Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Icon-Path%22%20points%3D%2217.8021978%200%2026.7032967%200%2026.7032967%208.9010989%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%2210.3846154%22%20y1%3D%2216.3186813%22%20x2%3D%2226.7032967%22%20y2%3D%220%22%20id%3D%22Icon-Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22ViewBox%22%20fill-rule%3D%22nonzero%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.BrZE {
  --aspect-ratio: 1.77777778;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
  flex-flow: column;
  justify-content: center;
  background: black;
  color: white;
  opacity: 0;
  transition: opacity 1s;
}
.BrZE.M8na {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.BrZE .bCwC {
  visibility: hidden;
  animation-play-state: paused;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.BrZE.Cn_b {
  opacity: 1;
}
.BrZE.Cn_b .bCwC {
  animation-play-state: running !important;
}

/*Things that need to be extended*/
._1O1i {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*filter: blur(10px) opacity(0.5) brightness(3);*/
  filter: blur(6px) saturate(0) brightness(0.8) contrast(1.25);
}
@supports (filter: blur(2px)) {
  ._1O1i {
    display: block;
  }
}
._25QT {
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 var(--twice-rem-size);
  border-bottom: calc(var(--base-pixel-size) / 2) solid black;
}
._1t2s {
  animation: globalFadeInUp 0.75s;
  animation-play-state: paused;
}
.hEhN {
  animation-play-state: paused;
}
._3uyR {
  animation-play-state: running;
}
._3YbZ,
._2hHu {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
}
.t-T5 {
  position: relative;
}
.t-T5:before {
  content: "";
  height: 0;
  display: block;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
.t-T5 > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._34lG {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  max-width: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Efeather-external-link%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-442.000000%2C%20-660.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Support%22%20transform%3D%22translate(157.000000%2C%20647.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22feather-external-link%22%20transform%3D%22translate(282.000000%2C%2010.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(4.153846%2C%204.153846)%22%20stroke%3D%22%23FCAF17%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon-Group%22%20transform%3D%22translate(0.494505%2C%200.494505)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.2527473%2C14.8351648%20L22.2527473%2C23.7362637%20C22.2527473%2C25.3749108%2020.9243613%2C26.7032967%2019.2857143%2C26.7032967%20L2.96703297%2C26.7032967%20C1.32838591%2C26.7032967%200%2C25.3749108%200%2C23.7362637%20L0%2C7.41758242%20C0%2C5.77893536%201.32838591%2C4.45054945%202.96703297%2C4.45054945%20L11.8681319%2C4.45054945%22%20id%3D%22Icon-Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Icon-Path%22%20points%3D%2217.8021978%200%2026.7032967%200%2026.7032967%208.9010989%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%2210.3846154%22%20y1%3D%2216.3186813%22%20x2%3D%2226.7032967%22%20y2%3D%220%22%20id%3D%22Icon-Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22ViewBox%22%20fill-rule%3D%22nonzero%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
._29Wp {
  overflow: hidden;
  position: relative;
}
._29Wp footer {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  color: white;
  overflow: hidden;
}
._29Wp footer ._7U3o {
  background: black;
  overflow: hidden;
  margin-bottom: var(--base-rem-size);
}
._29Wp footer ._2LVc {
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
._29Wp footer ._2LVc._25DH {
  display: flex;
}
._29Wp footer ._2LVc ._12sr {
  text-transform: uppercase;
  padding: 0 var(--padding-sides);
}
._29Wp footer ._2LVc ._3ZMX {
  min-width: max-content;
}
@media (max-width: 768px) {
  ._29Wp footer ._2LVc ._3ZMX {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  ._29Wp footer ._2LVc {
    flex-flow: column;
    align-items: center;
  }
  ._29Wp footer ._2LVc ._12sr {
    padding: var(--padding-sides);
  }
}
._2nmN {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  transition: transform 0.3s;
}
._2nmN a {
  flex: 1 0 auto;
  width: 100%;
}
._2nmN._2nYz {
  transition-duration: 0s;
}
._2hHu {
  background: white;
  display: flex;
  justify-content: center;
}
._2hHu button {
  border: none;
  outline: none;
  padding: 0;
  background: black;
  transition: background 0.3s;
  cursor: pointer;
  border-radius: 50%;
  height: calc(var(--base-rem-size) * 0.75);
  width: calc(var(--base-rem-size) * 0.75);
}
._2hHu button:not(:last-child) {
  margin-right: var(--base-rem-size);
}
._2hHu button._25DH {
  background: var(--yellow);
}

/*Things that need to be extended*/
.qJ56 {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*filter: blur(10px) opacity(0.5) brightness(3);*/
  filter: blur(6px) saturate(0) brightness(0.8) contrast(1.25);
}
@supports (filter: blur(2px)) {
  .qJ56 {
    display: block;
  }
}
._1DKp,
._1_lU h2 {
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 var(--twice-rem-size);
  border-bottom: calc(var(--base-pixel-size) / 2) solid black;
}
._1bVo {
  animation: globalFadeInUp 0.75s;
  animation-play-state: paused;
}
._1c89 {
  animation-play-state: paused;
}
._2PcA,
._1qYC._2gft {
  animation-play-state: running;
}
._2dIC {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
}
.mCh4,
._1qYC ._3zxu,
._3zdX:not(._2ywg).hFgM ._1qYC:nth-child(1) ._3zxu,
._3zdX:not(._2ywg)._3HvH ._1qYC:nth-child(1) ._3zxu {
  position: relative;
}
.mCh4:before,
._1qYC ._3zxu:before,
._3zdX:not(._2ywg).hFgM ._1qYC:nth-child(1) ._3zxu:before,
._3zdX:not(._2ywg)._3HvH ._1qYC:nth-child(1) ._3zxu:before {
  content: "";
  height: 0;
  display: block;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
.mCh4 > *,
._1qYC ._3zxu > *,
._3zdX:not(._2ywg).hFgM ._1qYC:nth-child(1) ._3zxu > *,
._3zdX:not(._2ywg)._3HvH ._1qYC:nth-child(1) ._3zxu > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._3RLP {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  max-width: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Efeather-external-link%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-442.000000%2C%20-660.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Support%22%20transform%3D%22translate(157.000000%2C%20647.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22feather-external-link%22%20transform%3D%22translate(282.000000%2C%2010.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(4.153846%2C%204.153846)%22%20stroke%3D%22%23FCAF17%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon-Group%22%20transform%3D%22translate(0.494505%2C%200.494505)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.2527473%2C14.8351648%20L22.2527473%2C23.7362637%20C22.2527473%2C25.3749108%2020.9243613%2C26.7032967%2019.2857143%2C26.7032967%20L2.96703297%2C26.7032967%20C1.32838591%2C26.7032967%200%2C25.3749108%200%2C23.7362637%20L0%2C7.41758242%20C0%2C5.77893536%201.32838591%2C4.45054945%202.96703297%2C4.45054945%20L11.8681319%2C4.45054945%22%20id%3D%22Icon-Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Icon-Path%22%20points%3D%2217.8021978%200%2026.7032967%200%2026.7032967%208.9010989%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%2210.3846154%22%20y1%3D%2216.3186813%22%20x2%3D%2226.7032967%22%20y2%3D%220%22%20id%3D%22Icon-Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22ViewBox%22%20fill-rule%3D%22nonzero%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
._3fOs {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
._1qYC {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
  transition: color 0.3s;
  overflow: hidden;
  display: flex;
  flex-flow: column;
}
._1qYC:hover {
  color: var(--yellow);
}
._1qYC {
  animation: globalFadeInUp 0.75s;
  animation-play-state: paused;
}
._1qYC iframe {
  pointer-events: none;
}
._1qYC ._2hbd {
  padding: calc(var(--padding-top-bottom) / 2);
}
._1qYC ._2hbd ._1oUd span:not(.highlight) {
  display: block;
  font-size: 75%;
}
._1qYC ._3zxu {
  --aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
}
._3zdX {
  display: grid;
  grid-column-gap: var(--twice-rem-size);
  grid-row-gap: var(--twice-rem-size);
  margin-bottom: calc(var(--base-rem-size) * 4);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  ._3zdX {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  ._3zdX {
    grid-template-columns: repeat(4, minmax(0px, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  ._3zdX {
    grid-template-columns: repeat(6, minmax(0px, 1fr));
  }
}
._3zdX:not(._2ywg).hFgM ._1qYC:nth-child(1),
._3zdX:not(._2ywg)._3HvH ._1qYC:nth-child(1) {
  font-size: 125%;
}
._3zdX:not(._2ywg).hFgM ._1qYC:nth-child(1) h3,
._3zdX:not(._2ywg)._3HvH ._1qYC:nth-child(1) h3 {
  /*text-align: center;*/
}
._3zdX:not(._2ywg).hFgM ._1qYC:nth-child(1) ._3zxu,
._3zdX:not(._2ywg)._3HvH ._1qYC:nth-child(1) ._3zxu {
  --aspect-ratio: 1.77777778;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  ._3zdX:not(._2ywg) > *:nth-child(1) {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  ._3zdX:not(._2ywg) > *:nth-child(1) {
    grid-column: 1/-1;
  }
  ._3zdX:not(._2ywg) > *:nth-child(n + 2) {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1200px) {
  ._3zdX:not(._2ywg) > *:nth-child(1) {
    grid-column: 1/-1;
  }
  ._3zdX:not(._2ywg) > *:nth-child(2) {
    grid-column: span 3;
  }
  ._3zdX:not(._2ywg) > *:nth-child(3) {
    grid-column: span 3;
  }
  ._3zdX:not(._2ywg) > *:nth-child(n + 4) {
    grid-column: span 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  ._3zdX._2ywg > *:nth-child(n) {
    grid-column: span 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  ._3zdX._2ywg > *:nth-child(n) {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1200px) {
  ._3zdX._2ywg > *:nth-child(n) {
    grid-column: span 2;
  }
}
._1_lU {
  margin-top: calc(var(--padding-top-bottom) * 2);
}
._1_lU ._3Maq {
  -ms-overflow-style: none;
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: var(--padding-top-bottom);
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  --per-page: 4;
  grid-auto-columns: calc(100% / var(--per-page) - (var(--per-page) - 1) / var(--per-page) * var(--padding-top-bottom));
  justify-content: baseline;
}
._1_lU ._3Maq ::-webkit-scrollbar {
  display: none;
}
._1_lU ._3Maq > * {
  scroll-snap-align: start;
}
@media (max-width: 1200px) {
  ._1_lU ._3Maq {
    --per-page: 3;
  }
}
@media (max-width: 992px) {
  ._1_lU ._3Maq {
    --per-page: 2;
  }
}
@media (max-width: 768px) {
  ._1_lU ._3Maq {
    --per-page: 1;
  }
}
._1_lU ._3Maq > a {
  box-shadow: none;
}
._3L3d {
  position: relative;
}
._3L3d p {
  font-size: 68%;
  margin-bottom: 15px;
}
._3L3d ._2P3h {
  display: grid;
  grid-row-gap: 5vw;
  grid-column-gap: 5vw;
  grid-template-columns: repeat(auto-fit, minmax(min(100px, 100%), 1fr));
  padding: 0 5vw 5vw 5vw;
}
@media screen and (min-width: 992px) {
  ._3L3d ._2P3h {
    grid-row-gap: 50px;
    grid-column-gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  ._3L3d ._2P3h {
    grid-template-columns: 100%;
  }
}
._3L3d ._2P3h h1 {
  text-align: left;
  margin-bottom: 20px;
}
._3L3d ._2P3h h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  ._3L3d ._2P3h h1,
  ._3L3d ._2P3h h3,
  ._3L3d ._2P3h p {
    padding: 0 10px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  ._3L3d ._2P3h {
    text-align: center;
    padding: 0;
  }
  ._3L3d ._2P3h h1 {
    text-align: center;
  }
}
._3L3d ._2P3h ._2oxs {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
._3L3d ._2P3h ._2oxs img {
  max-width: 100%;
}
._3L3d ._2tJa {
  display: grid;
  grid-row-gap: 5vw;
  grid-column-gap: 5vw;
  grid-template-columns: repeat(auto-fit, minmax(min(100px, 100%), 1fr));
  padding: 5vw 5vw 0 5vw;
}
@media screen and (min-width: 992px) {
  ._3L3d ._2tJa {
    grid-row-gap: 50px;
    grid-column-gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  ._3L3d ._2tJa {
    grid-template-columns: 100%;
  }
}
._3L3d ._2tJa h1 {
  text-align: left;
}
._3L3d ._2tJa h4 {
  margin-bottom: 15px;
}
._3L3d ._2tJa img {
  width: 100%;
}
._3Nx2 {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
._3Nx2 p {
  font-size: 68%;
}
._3Nx2 ._2TZg {
  width: 46%;
  padding: 5vw;
}
@media screen and (max-width: 768px) {
  ._3Nx2 ._2TZg {
    width: 100%;
  }
}
._3Nx2 ._2TZg h1 {
  text-align: left;
  margin-bottom: 25px;
}
._2hOR {
  margin-bottom: 5vw;
  display: flex;
  flex-direction: row-reverse;
}
.FF4Q {
  display: grid;
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(min(100px, 100%), 1fr));
}
@media screen and (max-width: 768px) {
  .FF4Q {
    grid-template-columns: 100%;
  }
}
.FF4Q ._1BFd,
.FF4Q ._2TO7 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.FF4Q ._1dJq {
  padding: 5vw;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.FF4Q ._1dJq h1 {
  margin-top: 50px;
  text-align: left;
  text-transform: none;
}
._1tP6 {
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  ._1tP6 {
    text-align: center;
    padding: 0;
  }
}
._1tP6 li {
  display: inline-block;
}
._1tP6 li:not(:first-child) {
  margin-left: 10px;
}

/*Things that need to be extended*/
.G-ge {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*filter: blur(10px) opacity(0.5) brightness(3);*/
  filter: blur(6px) saturate(0) brightness(0.8) contrast(1.25);
}
@supports (filter: blur(2px)) {
  .G-ge {
    display: block;
  }
}
._1YD6,
section.ymBR h2,
section._20UL h2,
section._3Jfm h2 {
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 var(--twice-rem-size);
  border-bottom: calc(var(--base-pixel-size) / 2) solid black;
}
._3Z3i {
  animation: globalFadeInUp 0.75s;
  animation-play-state: paused;
}
._1r12 {
  animation-play-state: paused;
}
._2mBw {
  animation-play-state: running;
}
.nup3 {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
}
._1KGu {
  position: relative;
}
._1KGu:before {
  content: "";
  height: 0;
  display: block;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
._1KGu > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._2YQx {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  max-width: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Efeather-external-link%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-442.000000%2C%20-660.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Support%22%20transform%3D%22translate(157.000000%2C%20647.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22feather-external-link%22%20transform%3D%22translate(282.000000%2C%2010.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(4.153846%2C%204.153846)%22%20stroke%3D%22%23FCAF17%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon-Group%22%20transform%3D%22translate(0.494505%2C%200.494505)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.2527473%2C14.8351648%20L22.2527473%2C23.7362637%20C22.2527473%2C25.3749108%2020.9243613%2C26.7032967%2019.2857143%2C26.7032967%20L2.96703297%2C26.7032967%20C1.32838591%2C26.7032967%200%2C25.3749108%200%2C23.7362637%20L0%2C7.41758242%20C0%2C5.77893536%201.32838591%2C4.45054945%202.96703297%2C4.45054945%20L11.8681319%2C4.45054945%22%20id%3D%22Icon-Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Icon-Path%22%20points%3D%2217.8021978%200%2026.7032967%200%2026.7032967%208.9010989%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%2210.3846154%22%20y1%3D%2216.3186813%22%20x2%3D%2226.7032967%22%20y2%3D%220%22%20id%3D%22Icon-Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22ViewBox%22%20fill-rule%3D%22nonzero%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
._3PC1 section:not(:last-child) {
  margin-bottom: var(--section-margin-bottom);
}
._3PC1 section:first-of-type {
  margin-top: calc(var(--padding-top-bottom) * -1);
  margin-left: calc(var(--padding-sides) * -1);
  width: 100vw;
}
section.ymBR,
section._20UL,
section._3Jfm {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  background: white;
}
section.ymBR ._2qUK,
section._20UL ._2qUK,
section._3Jfm ._2qUK {
  margin-bottom: calc(var(--base-rem-size) * 2.5);
}
section._3Jfm {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
section._3Jfm ._2qUK {
  width: 100%;
  display: grid;
  grid-row-gap: var(--padding-top-bottom);
  grid-column-gap: var(--padding-top-bottom);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  section._3Jfm ._2qUK {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  section._3Jfm ._2qUK {
    grid-template-columns: repeat(4, minmax(0px, 1fr));
  }
}
section.ymBR {
  z-index: 8;
  display: flex;
  flex-flow: column;
}
section._20UL {
  z-index: 9;
  display: none;
  color: blue;
}

/*Things that need to be extended*/
._3bH7 {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*filter: blur(10px) opacity(0.5) brightness(3);*/
  filter: blur(6px) saturate(0) brightness(0.8) contrast(1.25);
}
@supports (filter: blur(2px)) {
  ._3bH7 {
    display: block;
  }
}
._1d3Q {
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 var(--twice-rem-size);
  border-bottom: calc(var(--base-pixel-size) / 2) solid black;
}
._28GT {
  animation: globalFadeInUp 0.75s;
  animation-play-state: paused;
}
._3yOw {
  animation-play-state: paused;
}
._2m1C {
  animation-play-state: running;
}
._2nrt {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
}
._38jz {
  position: relative;
}
._38jz:before {
  content: "";
  height: 0;
  display: block;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
._38jz > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._3OJ9 {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  max-width: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Efeather-external-link%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-442.000000%2C%20-660.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Support%22%20transform%3D%22translate(157.000000%2C%20647.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22feather-external-link%22%20transform%3D%22translate(282.000000%2C%2010.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(4.153846%2C%204.153846)%22%20stroke%3D%22%23FCAF17%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon-Group%22%20transform%3D%22translate(0.494505%2C%200.494505)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.2527473%2C14.8351648%20L22.2527473%2C23.7362637%20C22.2527473%2C25.3749108%2020.9243613%2C26.7032967%2019.2857143%2C26.7032967%20L2.96703297%2C26.7032967%20C1.32838591%2C26.7032967%200%2C25.3749108%200%2C23.7362637%20L0%2C7.41758242%20C0%2C5.77893536%201.32838591%2C4.45054945%202.96703297%2C4.45054945%20L11.8681319%2C4.45054945%22%20id%3D%22Icon-Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Icon-Path%22%20points%3D%2217.8021978%200%2026.7032967%200%2026.7032967%208.9010989%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%2210.3846154%22%20y1%3D%2216.3186813%22%20x2%3D%2226.7032967%22%20y2%3D%220%22%20id%3D%22Icon-Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22ViewBox%22%20fill-rule%3D%22nonzero%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
._3mMu button {
  position: relative;
  border-bottom: 1px solid var(--yellow);
  padding: 0 30px 2px 0;
  text-transform: uppercase;
  color: inherit;
  font-weight: bold;
  margin: 0;
  padding: 0 calc(var(--base-rem-size) * 1.5) 0 0;
  border: none;
  background: none;
  outline: none;
}
._3mMu button:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2213px%22%20height%3D%228px%22%20viewBox%3D%220%200%2013%208%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2Fdropdown%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-322.000000%2C%20-1224.000000)%22%20fill%3D%22%23FCAF17%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22language-selector%22%20transform%3D%22translate(163.000000%2C%201208.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22language%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon%2Fdropdown%22%20transform%3D%22translate(159.000000%2C%2016.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22DROPDOWN%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Path%22%20points%3D%227.86%206.415%2012.825%201.445%2011.38%200%206.415%204.965%201.445%200%200%201.445%204.965%206.415%206.415%207.86%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  width: 13px;
  height: 100%;
  background-position: center;
  background-size: 100%;
  transform: rotate(0deg);
  transition: transform 0.3s;
}
._8-Gf._3mMu button:after {
  transform: rotate(180deg);
}
._3mMu ._39Vb {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
}
._3mMu ._39Vb a {
  cursor: pointer;
  width: max-content;
}
._3mMu ._39Vb a._2GVq {
  color: var(--yellow);
}
._8-Gf._3mMu ._39Vb {
  transform: translateY(100%) translateX(-50%);
  opacity: 1;
}
._39Vb {
  font-weight: normal;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: transform 0.3s, opacity 0.3s;
  transform: translateY(0%) translateX(-50%);
  background: black;
  width: 100%;
  padding: var(--padding-top-bottom) var(--padding-sides) var(--padding-top-bottom);
  z-index: -1;
  opacity: 0;
  display: grid;
  --per-page: 4;
  grid-template-columns: repeat(var(--per-page), 1fr);
  grid-row-gap: var(--base-rem-size);
  grid-column-gap: var(--base-rem-size);
}
@media (max-width: 1200px) {
  ._39Vb {
    --per-page: 3;
  }
}
@media (max-width: 992px) {
  ._39Vb {
    --per-page: 2;
  }
}
@media (max-width: 768px) {
  ._39Vb {
    --per-page: 2;
  }
}

/*Things that need to be extended*/
._2Syf {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*filter: blur(10px) opacity(0.5) brightness(3);*/
  filter: blur(6px) saturate(0) brightness(0.8) contrast(1.25);
}
@supports (filter: blur(2px)) {
  ._2Syf {
    display: block;
  }
}
._1PBz {
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 var(--twice-rem-size);
  border-bottom: calc(var(--base-pixel-size) / 2) solid black;
}
._1Idl {
  animation: globalFadeInUp 0.75s;
  animation-play-state: paused;
}
._30_r {
  animation-play-state: paused;
}
._30TM {
  animation-play-state: running;
}
._3wMa {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
}
._3b4K,
._70lK section._1rz_ ._35EI {
  position: relative;
}
._3b4K:before,
._70lK section._1rz_ ._35EI:before {
  content: "";
  height: 0;
  display: block;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
._3b4K > *,
._70lK section._1rz_ ._35EI > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._2wAi {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  max-width: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Efeather-external-link%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-442.000000%2C%20-660.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Support%22%20transform%3D%22translate(157.000000%2C%20647.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22feather-external-link%22%20transform%3D%22translate(282.000000%2C%2010.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(4.153846%2C%204.153846)%22%20stroke%3D%22%23FCAF17%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon-Group%22%20transform%3D%22translate(0.494505%2C%200.494505)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.2527473%2C14.8351648%20L22.2527473%2C23.7362637%20C22.2527473%2C25.3749108%2020.9243613%2C26.7032967%2019.2857143%2C26.7032967%20L2.96703297%2C26.7032967%20C1.32838591%2C26.7032967%200%2C25.3749108%200%2C23.7362637%20L0%2C7.41758242%20C0%2C5.77893536%201.32838591%2C4.45054945%202.96703297%2C4.45054945%20L11.8681319%2C4.45054945%22%20id%3D%22Icon-Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Icon-Path%22%20points%3D%2217.8021978%200%2026.7032967%200%2026.7032967%208.9010989%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%2210.3846154%22%20y1%3D%2216.3186813%22%20x2%3D%2226.7032967%22%20y2%3D%220%22%20id%3D%22Icon-Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22ViewBox%22%20fill-rule%3D%22nonzero%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.dHYO {
  /*overflow: hidden;*/
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.dHYO section:not(:last-child) {
  margin-bottom: var(--section-margin-bottom);
}
.dHYO section._2LDO {
  display: grid;
  grid-column-gap: var(--padding-sides);
  grid-row-gap: var(--padding-sides);
  grid-template-columns: repeat(2, 1fr);
}
.dHYO section._2LDO a:nth-child(1) {
  grid-column: 1/-1;
}
._15Zu {
  transition: color 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
._15Zu:hover {
  color: var(--yellow);
}
._15Zu ._19Mp {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
._15Zu .NtXB {
  position: relative;
  z-index: 1;
  padding: calc(var(--padding-top-bottom) / 2);
}
._15Zu ._223j {
  margin-top: var(--half-rem-size);
  opacity: 0.8;
}
._70lK section:not(:last-child) {
  margin-bottom: var(--section-margin-bottom);
}
._70lK section._1rz_ {
  margin-top: calc(var(--padding-top-bottom) * -1);
  margin-left: calc(var(--padding-sides) * -1);
  width: 100vw;
  padding: var(--padding-sides);
  background-color: #191919;
  color: white;
}
._70lK section._1rz_ ._35EI {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: var(--section-margin-bottom);
  --aspect-ratio: 1.77777778;
}
._70lK section._1rz_ ._35EI iframe {
  border: none;
  width: 100%;
  height: 100%;
}
._70lK section._1rz_ ._2RSJ {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
._70lK section._1rz_ ._2RSJ h2 {
  margin-bottom: var(--base-rem-size);
}
._70lK section._1rz_ ._2RSJ time {
  margin: var(--base-rem-size) 0;
  display: block;
  color: rgba(255, 255, 255, 0.5);
}
._70lK section._1rz_ ._2RSJ p {
  max-width: 800px;
}
._70lK .Svg5 {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

/*Things that need to be extended*/
._2-au {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*filter: blur(10px) opacity(0.5) brightness(3);*/
  filter: blur(6px) saturate(0) brightness(0.8) contrast(1.25);
}
@supports (filter: blur(2px)) {
  ._2-au {
    display: block;
  }
}
.nvHh,
._2Usi h2 {
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 var(--twice-rem-size);
  border-bottom: calc(var(--base-pixel-size) / 2) solid black;
}
._16CA {
  animation: globalFadeInUp 0.75s;
  animation-play-state: paused;
}
._1MEG {
  animation-play-state: paused;
}
.nTJA {
  animation-play-state: running;
}
._1VR1 {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
}
._1Apn {
  position: relative;
}
._1Apn:before {
  content: "";
  height: 0;
  display: block;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
._1Apn > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._9yW {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  max-width: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Efeather-external-link%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-442.000000%2C%20-660.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Support%22%20transform%3D%22translate(157.000000%2C%20647.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22feather-external-link%22%20transform%3D%22translate(282.000000%2C%2010.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(4.153846%2C%204.153846)%22%20stroke%3D%22%23FCAF17%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon-Group%22%20transform%3D%22translate(0.494505%2C%200.494505)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.2527473%2C14.8351648%20L22.2527473%2C23.7362637%20C22.2527473%2C25.3749108%2020.9243613%2C26.7032967%2019.2857143%2C26.7032967%20L2.96703297%2C26.7032967%20C1.32838591%2C26.7032967%200%2C25.3749108%200%2C23.7362637%20L0%2C7.41758242%20C0%2C5.77893536%201.32838591%2C4.45054945%202.96703297%2C4.45054945%20L11.8681319%2C4.45054945%22%20id%3D%22Icon-Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Icon-Path%22%20points%3D%2217.8021978%200%2026.7032967%200%2026.7032967%208.9010989%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%2210.3846154%22%20y1%3D%2216.3186813%22%20x2%3D%2226.7032967%22%20y2%3D%220%22%20id%3D%22Icon-Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22ViewBox%22%20fill-rule%3D%22nonzero%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
._2Usi {
  display: flex;
  flex-flow: column;
}
._2Usi h2 {
  display: flex;
  justify-content: space-between;
}
._2Usi ._5ZNT {
  display: flex;
}
._2Usi ._13bC {
  position: relative;
  display: flex;
}
._2Usi ._13bC ._1vql {
  flex: 0 1 auto;
  overflow: hidden;
  /*transform: translateX(calc(var(--padding-sides) / 2));*/
  width: 100%;
}
._2Usi ._1HtS {
  display: grid;
  grid-auto-flow: column;
  transition: transform 0.3s;
  grid-column-gap: var(--padding-sides);
}
._2Usi ._1HtS._3uuq {
  transition-duration: 0s;
}
._2Usi .SGDB {
  width: calc(var(--base-pixel-size) * 2);
  transition: opacity 0.3s;
  flex: 0 0 auto;
  z-index: 5;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 50% auto;
}
._2Usi .SGDB._33l4 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2220px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2020%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eui_arrow_right%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22VIDEO-LANDING%22%20transform%3D%22translate(-160.000000%2C%20-1998.000000)%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22ui_arrow_right%22%20transform%3D%22translate(170.000000%2C%202013.000000)%20scale(-1%2C%201)%20translate(-170.000000%2C%20-2013.000000)%20translate(160.000000%2C%201998.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Path%22%20points%3D%2219.545%2015%2015.305%2019.24%204.7%2029.85%200.46%2025.61%2011.065%2015%200.455%204.39%204.7%200.15%2015.31%2010.76%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-position: left 0 bottom 5px;
}
._2Usi .SGDB._2pJ6 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2220px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2020%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3EPath%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22VIDEO-LANDING%22%20transform%3D%22translate(-1740.000000%2C%20-1998.000000)%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22ui_arrow_right%22%20transform%3D%22translate(1740.000000%2C%201998.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Path%22%20points%3D%2219.545%2015%2015.305%2019.24%204.7%2029.85%200.46%2025.61%2011.065%2015%200.455%204.39%204.7%200.15%2015.31%2010.76%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-position: right 0 bottom 5px;
}
._2Usi .SGDB._3jkK {
  opacity: 0.25;
}

/*Things that need to be extended*/
._7qhl {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*filter: blur(10px) opacity(0.5) brightness(3);*/
  filter: blur(6px) saturate(0) brightness(0.8) contrast(1.25);
}
@supports (filter: blur(2px)) {
  ._7qhl {
    display: block;
  }
}
._1hhb,
._2pL9 h2 {
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 var(--twice-rem-size);
  border-bottom: calc(var(--base-pixel-size) / 2) solid black;
}
._1qJX {
  animation: globalFadeInUp 0.75s;
  animation-play-state: paused;
}
._1Tgq {
  animation-play-state: paused;
}
._3XsC {
  animation-play-state: running;
}
._3Frz {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
}
._3jVt {
  position: relative;
}
._3jVt:before {
  content: "";
  height: 0;
  display: block;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
._3jVt > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.MyKo {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  max-width: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Efeather-external-link%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-442.000000%2C%20-660.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Support%22%20transform%3D%22translate(157.000000%2C%20647.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22feather-external-link%22%20transform%3D%22translate(282.000000%2C%2010.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(4.153846%2C%204.153846)%22%20stroke%3D%22%23FCAF17%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon-Group%22%20transform%3D%22translate(0.494505%2C%200.494505)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.2527473%2C14.8351648%20L22.2527473%2C23.7362637%20C22.2527473%2C25.3749108%2020.9243613%2C26.7032967%2019.2857143%2C26.7032967%20L2.96703297%2C26.7032967%20C1.32838591%2C26.7032967%200%2C25.3749108%200%2C23.7362637%20L0%2C7.41758242%20C0%2C5.77893536%201.32838591%2C4.45054945%202.96703297%2C4.45054945%20L11.8681319%2C4.45054945%22%20id%3D%22Icon-Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Icon-Path%22%20points%3D%2217.8021978%200%2026.7032967%200%2026.7032967%208.9010989%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%2210.3846154%22%20y1%3D%2216.3186813%22%20x2%3D%2226.7032967%22%20y2%3D%220%22%20id%3D%22Icon-Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22ViewBox%22%20fill-rule%3D%22nonzero%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
._2pL9 {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
._2pL9 h5 {
  margin-top: var(--base-rem-size);
}
._2pL9 p._3hql {
  font-weight: bold;
}
._1-gO {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
  position: sticky;
  z-index: 1;
  top: var(--header-height);
  background: #e5e5e5;
  margin-bottom: 40px;
}
._1-gO a {
  display: inline-block;
  padding: var(--base-rem-size);
}
._1-gO a._3d4S {
  color: var(--yellow);
}
.HB3X {
  display: grid;
  grid-row-gap: var(--padding-top-bottom);
  grid-column-gap: var(--padding-top-bottom);
  grid-template-columns: repeat(auto-fit, minmax(263px, 1fr));
}
.HB3X h3 {
  font-weight: normal;
  padding: var(--base-rem-size);
}
.HB3X.sNmU {
  display: grid;
  grid-row-gap: var(--padding-top-bottom);
  grid-column-gap: var(--padding-top-bottom);
  grid-template-columns: repeat(auto-fit, minmax(456px, 1fr));
}
@media screen and (max-width: 991px) {
  .HB3X.sNmU {
    display: grid;
    grid-row-gap: var(--padding-top-bottom);
    grid-column-gap: var(--padding-top-bottom);
    grid-template-columns: repeat(auto-fit, minmax(336px, 1fr));
  }
}
.HB3X._3iwy {
  display: grid;
  grid-row-gap: var(--padding-top-bottom);
  grid-column-gap: var(--padding-top-bottom);
  grid-template-columns: repeat(auto-fill, minmax(256px, 1fr));
}
.HB3X.vRsQ,
.HB3X.t6St,
.HB3X._185D,
.HB3X._2oN9 {
  display: grid;
  grid-row-gap: var(--padding-top-bottom);
  grid-column-gap: var(--padding-top-bottom);
  grid-template-columns: repeat(auto-fill, minmax(263px, 1fr));
}
._1_ob {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.zKpz {
  cursor: pointer;
  margin-top: var(--base-rem-size);
  margin-bottom: var(--twice-rem-size);
  position: relative;
}
.zKpz ._18i6 {
  position: relative;
}
.zKpz ._18i6 .tABQ {
  border-bottom: calc(var(--base-pixel-size) / 4) solid black;
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.zKpz ul._2sdK {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  opacity: 0;
  position: absolute;
  z-index: 151;
  width: 100%;
  background-color: #000;
  transition: max-height 0.3s linear;
  overflow: hidden;
  color: #fff;
}
.zKpz ul._2sdK._233W {
  max-height: 280px;
  opacity: 1;
}
.zKpz ul._2sdK li._2Hve a {
  font-family: "HelveticaNeueLTW07";
  font-weight: bold;
  display: block;
  padding: 6px 15px 9px;
}
.zKpz ul._2sdK li._2Hve a:hover {
  background: hsla(0, 0%, 100%, 0.2);
}
.zKpz .Xxn3 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2213px%22%20height%3D%228px%22%20viewBox%3D%220%200%2013%208%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2Fdropdown%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-322.000000%2C%20-1224.000000)%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22language-selector%22%20transform%3D%22translate(163.000000%2C%201208.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22language%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon%2Fdropdown%22%20transform%3D%22translate(159.000000%2C%2016.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22DROPDOWN%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Path%22%20points%3D%227.86%206.415%2012.825%201.445%2011.38%200%206.415%204.965%201.445%200%200%201.445%204.965%206.415%206.415%207.86%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  width: 13px;
  height: 100%;
  transition: 0.3s linear;
  transform: rotate(0deg);
}
.zKpz .Xxn3._233W {
  transform: rotate(180deg);
}
._3Ykp {
  margin-top: var(--padding-top-bottom);
}
.sNmU ._3icr {
  background-image: url(../img/global/featured-downloads/1Mcl.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sNmU .Q7e8 {
  background-image: url(../img/global/featured-downloads/2urX.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sNmU ._2CMa {
  background-image: url(../img/global/featured-downloads/9_Tm.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sNmU .MOSu {
  background-image: url(../img/global/featured-downloads/1dBQ.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sNmU .TVX4 {
  background-image: url(../img/global/featured-downloads/ZTUm.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sNmU .IJvi h5 {
  text-align: center;
}
.sNmU ._2z6e {
  margin-bottom: var(--padding-top-bottom);
}
.sNmU ._2szJ {
  padding: 6vw;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .sNmU ._2szJ {
    padding: 0;
  }
}
.sNmU ._2szJ p {
  margin: 10% 0 10% 0;
}
.sNmU ._2szJ h3 {
  padding: 0;
}
.sNmU ._2szJ a {
  align-self: flex-start;
}
.sNmU ._35e4 {
  text-align: center;
  margin-top: var(--padding-top-bottom);
  margin-bottom: calc(var(--twice-rem-size) * 2);
}
.sNmU ._35e4 a {
  position: relative;
  background: transparent;
  padding: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .sNmU ._35e4 a {
    text-decoration: underline;
    text-decoration-color: var(--yellow);
  }
}
@media (min-width: 768px) {
  .sNmU ._35e4 a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 4px;
    background: var(--yellow);
    left: 0;
    transition: height 0.2s;
    z-index: -1;
  }
  .sNmU ._35e4 a:hover:before {
    height: 100%;
  }
}
.sNmU ._35e4 a img {
  display: block;
}

/*Things that need to be extended*/
._12H9 {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*filter: blur(10px) opacity(0.5) brightness(3);*/
  filter: blur(6px) saturate(0) brightness(0.8) contrast(1.25);
}
@supports (filter: blur(2px)) {
  ._12H9 {
    display: block;
  }
}
._2uYt {
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 var(--twice-rem-size);
  border-bottom: calc(var(--base-pixel-size) / 2) solid black;
}
.Peq9 {
  animation: globalFadeInUp 0.75s;
  animation-play-state: paused;
}
.-IdS {
  animation-play-state: paused;
}
._1Wqi {
  animation-play-state: running;
}
._7CMh {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
}
._2IDF {
  position: relative;
}
._2IDF:before {
  content: "";
  height: 0;
  display: block;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
._2IDF > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._1Gpx {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  max-width: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Efeather-external-link%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-442.000000%2C%20-660.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Support%22%20transform%3D%22translate(157.000000%2C%20647.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22feather-external-link%22%20transform%3D%22translate(282.000000%2C%2010.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(4.153846%2C%204.153846)%22%20stroke%3D%22%23FCAF17%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon-Group%22%20transform%3D%22translate(0.494505%2C%200.494505)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.2527473%2C14.8351648%20L22.2527473%2C23.7362637%20C22.2527473%2C25.3749108%2020.9243613%2C26.7032967%2019.2857143%2C26.7032967%20L2.96703297%2C26.7032967%20C1.32838591%2C26.7032967%200%2C25.3749108%200%2C23.7362637%20L0%2C7.41758242%20C0%2C5.77893536%201.32838591%2C4.45054945%202.96703297%2C4.45054945%20L11.8681319%2C4.45054945%22%20id%3D%22Icon-Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Icon-Path%22%20points%3D%2217.8021978%200%2026.7032967%200%2026.7032967%208.9010989%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%2210.3846154%22%20y1%3D%2216.3186813%22%20x2%3D%2226.7032967%22%20y2%3D%220%22%20id%3D%22Icon-Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22ViewBox%22%20fill-rule%3D%22nonzero%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.BPbk {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.KE67 {
  /*.gridMinWidth(320px);*/
  display: grid;
  grid-row-gap: var(--padding-top-bottom);
  grid-column-gap: var(--padding-top-bottom);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .KE67 {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .KE67 {
    grid-template-columns: repeat(4, minmax(0px, 1fr));
  }
}
section._3YdF {
  max-width: 800px;
  margin: 0 auto var(--section-margin-bottom) auto;
}
section._3YdF h3 {
  margin-bottom: var(--base-rem-size);
}
section.zRCW {
  margin-bottom: var(--section-margin-bottom);
  border-bottom: calc(var(--base-pixel-size) / 2) solid var(--yellow);
  padding-bottom: var(--base-rem-size);
  text-transform: uppercase;
  font-weight: bold;
}
section.zRCW a:not(:last-child) {
  margin-right: var(--base-rem-size);
}
section.zRCW a span {
  font-size: 80%;
  vertical-align: top;
}
section.zRCW a._3N2T {
  color: var(--yellow);
}
section._1jCD {
  text-align: center;
}
section._1jCD:empty {
  display: none;
}
section._39MF {
  margin-bottom: var(--section-margin-bottom);
}

/*Things that need to be extended*/
.GHIJ {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*filter: blur(10px) opacity(0.5) brightness(3);*/
  filter: blur(6px) saturate(0) brightness(0.8) contrast(1.25);
}
@supports (filter: blur(2px)) {
  .GHIJ {
    display: block;
  }
}
._1HdC {
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 var(--twice-rem-size);
  border-bottom: calc(var(--base-pixel-size) / 2) solid black;
}
._2R2G {
  animation: globalFadeInUp 0.75s;
  animation-play-state: paused;
}
._2y0p {
  animation-play-state: paused;
}
._1Ev- {
  animation-play-state: running;
}
._1ZJJ {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
}
._3vHF {
  position: relative;
}
._3vHF:before {
  content: "";
  height: 0;
  display: block;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
._3vHF > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._3788 {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  max-width: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Efeather-external-link%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-442.000000%2C%20-660.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Support%22%20transform%3D%22translate(157.000000%2C%20647.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22feather-external-link%22%20transform%3D%22translate(282.000000%2C%2010.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(4.153846%2C%204.153846)%22%20stroke%3D%22%23FCAF17%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon-Group%22%20transform%3D%22translate(0.494505%2C%200.494505)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.2527473%2C14.8351648%20L22.2527473%2C23.7362637%20C22.2527473%2C25.3749108%2020.9243613%2C26.7032967%2019.2857143%2C26.7032967%20L2.96703297%2C26.7032967%20C1.32838591%2C26.7032967%200%2C25.3749108%200%2C23.7362637%20L0%2C7.41758242%20C0%2C5.77893536%201.32838591%2C4.45054945%202.96703297%2C4.45054945%20L11.8681319%2C4.45054945%22%20id%3D%22Icon-Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Icon-Path%22%20points%3D%2217.8021978%200%2026.7032967%200%2026.7032967%208.9010989%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%2210.3846154%22%20y1%3D%2216.3186813%22%20x2%3D%2226.7032967%22%20y2%3D%220%22%20id%3D%22Icon-Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22ViewBox%22%20fill-rule%3D%22nonzero%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
@font-face {
  font-family: "SackersGothicW01-Square";
  src: url(../fonts/1xK8.woff2) format("woff2"), url(../fonts/1eqZ.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
._3YiZ {
  display: flex;
  flex-flow: column;
}
._3YiZ iframe {
  border: none;
}
._3YiZ h1 {
  margin: var(--h1-margin, 0);
  text-transform: var(--h1-textTransform, none);
  color: var(--title-color, inherit);
}
._3YiZ h2 {
  margin: var(--h2-margin, 0);
  text-transform: var(--h2-textTransform, none);
  color: var(--title-color, inherit);
}
._3YiZ h3 {
  margin: var(--h3-margin, 0);
  text-transform: var(--h3-textTransform, none);
  color: var(--h3-color, inherit);
  font-family: var(--h3-font-family, inherit);
  font-weight: var(--h3-font-weight, 700);
}
._3YiZ h4 {
  margin: var(--h4-margin, 0);
  text-transform: var(--h4-textTransform, none);
  color: var(--title-color, inherit);
}
._3YiZ ul {
  padding-left: 20px;
}
._3YiZ p a {
  position: relative;
  background: transparent;
  padding: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  ._3YiZ p a {
    text-decoration: underline;
    text-decoration-color: var(--yellow);
  }
}
@media (min-width: 768px) {
  ._3YiZ p a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 4px;
    background: var(--yellow);
    left: 0;
    transition: height 0.2s;
    z-index: -1;
  }
  ._3YiZ p a:hover:before {
    height: 100%;
  }
}
._3YiZ p a img {
  display: block;
}
._3YiZ .fontFamilyTitle {
  font-family: var(--font-title-family);
  font-weight: var(--font-title-weight, 700);
  text-transform: uppercase;
}
._3YiZ .subtitle {
  margin: var(--subtitle-margin, 0);
  text-transform: var(--subtitle-textTransform, none);
}
._3YiZ .subtitle:empty {
  display: none;
}
@media (min-width: 768px) {
  ._3YiZ .reverseChildrenWhenLarge > *:nth-child(2) {
    order: -1;
  }
}
._3YiZ .flexRemainingHeight {
  flex: 1 1 auto;
  height: 0;
  overflow: hidden;
}
._3YiZ .twoColumnsStretched {
  grid-template-columns: auto 1fr;
}
._3YiZ .bgCover {
  background-repeat: no-repeat;
  background-size: cover;
}
._3YiZ .justifyContentCenter {
  justify-content: center;
}
._3YiZ .alignFlexContentToCenter {
  justify-content: center;
  align-items: center;
}
._3YiZ .flexFlowCenterRow {
  justify-content: center;
  align-items: center;
  flex-flow: row !important;
}
._3YiZ .normalPaddingSides {
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
}
._3YiZ .largePaddingSides {
  padding-left: 7vw;
  padding-right: 7vw;
}
@media (min-width: 1200px) {
  ._3YiZ .largePaddingSides {
    padding-left: 100px;
    padding-right: 100px;
  }
}
._3YiZ .normalPaddingTopBottom {
  padding-top: var(--padding-top-bottom);
  padding-bottom: var(--padding-top-bottom);
}
._3YiZ .largePaddingTopBottom {
  padding-top: 7vw;
  padding-bottom: 7vw;
}
@media (min-width: 1200px) {
  ._3YiZ .largePaddingTopBottom {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
._3YiZ .semiLargePaddingTopBottom {
  padding-top: 3.5vw;
  padding-bottom: 7vw;
}
@media (min-width: 1200px) {
  ._3YiZ .semiLargePaddingTopBottom {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
._3YiZ .responsiveGridTwoColumnsWhenLarge {
  grid-auto-flow: row;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  ._3YiZ .hiddenMobile {
    display: none;
  }
}
@media (min-width: 768px) {
  ._3YiZ .hiddenLarge {
    display: none;
  }
}
._3YiZ .centeredText {
  text-align: center;
}
._3YiZ p.caption {
  font-size: 75%;
}
._3YiZ [style*="--max-width"] {
  max-width: var(--max-width);
  margin: 0 auto;
}
._3YiZ .standardized60x40 {
  --grid-template-columns: 1fr 40%;
  --grid-column-gap: 7vw;
}
@media (min-width: 1200px) {
  ._3YiZ .standardized60x40 {
    --grid-column-gap: 100px;
  }
}
._3YiZ .standardized70x30 {
  --grid-template-columns: 1fr 30%;
  --grid-column-gap: 7vw;
}
@media (min-width: 1200px) {
  ._3YiZ .standardized70x30 {
    --grid-column-gap: 100px;
  }
}
._3YiZ .noGaps {
  --grid-column-gap: 0px;
  --grid-row-gap: 0px;
}
._3YiZ .inline {
  display: inline;
}
._3YiZ .stdLogoMaxWidth {
  max-width: 400px;
  margin: 0 auto;
}
._2k-p {
  text-transform: uppercase;
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  margin-bottom: 10px;
}
._2Ouf {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
._2Ouf span {
  display: block;
  width: 100%;
}
._40-5 {
  padding: var(--cta-padding, 20px);
  background: var(--cta-background, black);
  color: var(--cta-color, white);
  text-transform: uppercase;
  font-family: "HelveticaNeueLTW07";
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
}
._2Yt6 {
  position: relative;
}
._2Yt6:not(:last-child) {
  margin-bottom: var(--article-section-margin-bottom, 0);
}
._1MmS {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: var(--grid-template-columns, repeat(auto-fit, minmax(0, 1fr)));
  grid-column-gap: var(--grid-column-gap, var(--padding-sides));
  grid-row-gap: var(--grid-row-gap, var(--padding-top-bottom));
}
@media (max-width: 767px) {
  ._1MmS {
    grid-auto-flow: row;
    grid-template-columns: repeat(1, 1fr);
  }
}
._1vck {
  align-self: var(--children-align-self, center);
}
._1auJ {
  position: relative;
  display: flex;
}
._1auJ .v-I5 {
  flex: 1 1 auto;
  width: 50%;
  display: flex;
  flex-flow: column;
}
@media (max-width: 767px) {
  ._1auJ {
    flex-flow: column;
  }
  ._1auJ .v-I5 {
    width: 100% !important;
  }
  ._1auJ .v-I5 ._2Ouf {
    height: auto !important;
  }
}
@keyframes _1AnU {
  0% {
    width: 0;
  }
}
@keyframes _34Jv {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
._169L {
  opacity: 0;
}
.XMjC {
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.5s;
}
.XMjC._2wWL {
  opacity: 1;
}
.XMjC._2wWL ._15Qi {
  animation: _1AnU 2s 0.5s forwards;
}
.XMjC._2wWL ._169L {
  animation: _34Jv 1s 1s forwards;
}

/*Things that need to be extended*/
._2ZlQ {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*filter: blur(10px) opacity(0.5) brightness(3);*/
  filter: blur(6px) saturate(0) brightness(0.8) contrast(1.25);
}
@supports (filter: blur(2px)) {
  ._2ZlQ {
    display: block;
  }
}
._2VNP {
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 var(--twice-rem-size);
  border-bottom: calc(var(--base-pixel-size) / 2) solid black;
}
.feEi {
  animation: globalFadeInUp 0.75s;
  animation-play-state: paused;
}
.XsKK {
  animation-play-state: paused;
}
.ZabQ {
  animation-play-state: running;
}
._3wrU {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
}
._1iFo,
._1Er0 ._2gtq,
._1Er0 ._9VTz .iframe-wrapper,
._1Er0 ._9VTz .d_16x9,
._1Er0 ._9VTz .d_1x1 {
  position: relative;
}
._1iFo:before,
._1Er0 ._2gtq:before,
._1Er0 ._9VTz .iframe-wrapper:before,
._1Er0 ._9VTz .d_16x9:before,
._1Er0 ._9VTz .d_1x1:before {
  content: "";
  height: 0;
  display: block;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
._1iFo > *,
._1Er0 ._2gtq > *,
._1Er0 ._9VTz .iframe-wrapper > *,
._1Er0 ._9VTz .d_16x9 > *,
._1Er0 ._9VTz .d_1x1 > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._26pM {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  max-width: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Efeather-external-link%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-442.000000%2C%20-660.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Support%22%20transform%3D%22translate(157.000000%2C%20647.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22feather-external-link%22%20transform%3D%22translate(282.000000%2C%2010.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(4.153846%2C%204.153846)%22%20stroke%3D%22%23FCAF17%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon-Group%22%20transform%3D%22translate(0.494505%2C%200.494505)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.2527473%2C14.8351648%20L22.2527473%2C23.7362637%20C22.2527473%2C25.3749108%2020.9243613%2C26.7032967%2019.2857143%2C26.7032967%20L2.96703297%2C26.7032967%20C1.32838591%2C26.7032967%200%2C25.3749108%200%2C23.7362637%20L0%2C7.41758242%20C0%2C5.77893536%201.32838591%2C4.45054945%202.96703297%2C4.45054945%20L11.8681319%2C4.45054945%22%20id%3D%22Icon-Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Icon-Path%22%20points%3D%2217.8021978%200%2026.7032967%200%2026.7032967%208.9010989%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%2210.3846154%22%20y1%3D%2216.3186813%22%20x2%3D%2226.7032967%22%20y2%3D%220%22%20id%3D%22Icon-Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22ViewBox%22%20fill-rule%3D%22nonzero%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.wqKg {
  margin-top: calc(var(--padding-top-bottom) * -1);
  margin-left: calc(var(--padding-sides) * -1);
  width: 100vw;
}
._2MSi {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
._1Er0 {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
._1Er0 h1 {
  margin-bottom: var(--twice-rem-size);
  text-align: center;
}
._1Er0 h1 span {
  display: block;
  font-size: 75%;
}
._1Er0 ._2gtq {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  --aspect-ratio: 1.77777778;
  background: black;
  margin-bottom: var(--twice-rem-size);
}
._1Er0 ._2gtq iframe {
  border: none;
  width: 100%;
  height: 100%;
}
@font-face {
  font-family: "RDRLino-Regular";
  src: url(../fonts/nzuB.woff2) format("woff2"), url(../fonts/dw_T.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DINNext-HvyIta";
  src: url(../fonts/2poY.woff2) format("woff2"), url(../fonts/1A8L.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "neue-helvetica-w01-67-condensed-medium-oblique";
  src: url(../fonts/2s1E.woff2) format("woff2"), url(../fonts/3t-I.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
._1Er0 ._9VTz blockquote.instagram-media,
._1Er0 ._9VTz .instagram-media-registered,
._1Er0 ._9VTz iframe.instagram-media:not(.instagram-media-rendered) {
  opacity: 0;
}
._1Er0 ._9VTz .instagram-media-rendered {
  margin: 0 auto var(--padding-top-bottom) !important;
}
._1Er0 ._9VTz ul {
  list-style-type: none;
  padding-left: var(--padding-sides);
}
@media screen and (min-width :768px) {
  ._1Er0 ._9VTz ul.item-list,
  ._1Er0 ._9VTz ol.item-list {
    columns: 2;
  }
}
._1Er0 ._9VTz ul li,
._1Er0 ._9VTz ol li {
  position: relative;
  padding-left: var(--padding-sides);
}
._1Er0 ._9VTz ul li:before,
._1Er0 ._9VTz ol li:before {
  content: "";
  height: 11px;
  width: 11px;
  position: absolute;
  top: 0.3em;
  left: 0;
  background-image: url(../img/global/newswire/3_io.svg);
  background-size: 100% 100%;
}
._1Er0 ._9VTz .caption,
._1Er0 ._9VTz .legal {
  font-size: 0.8em;
  display: block;
  line-height: 135%;
  margin-top: -15px !important;
  text-align: center;
}
._1Er0 ._9VTz .legal {
  font-size: 0.6em;
}
._1Er0 ._9VTz .black-swipe-exciting-rdr2 {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 25px 20px 20px;
  margin-bottom: 0 !important;
  color: white !important;
}
._1Er0 ._9VTz .black-swipe-exciting-rdr2.bg-big-1 {
  background-image: url(../img/global/newswire/black-swipe-exciting-rdr2/2W_D.png);
  padding: 35px 25px 30px !important;
}
._1Er0 ._9VTz .black-swipe-exciting-rdr2.bg-big-2 {
  background-image: url(../img/global/newswire/black-swipe-exciting-rdr2/2Jjt.png);
  padding-top: 45px !important;
}
._1Er0 ._9VTz .black-swipe-exciting-rdr2.bg-headline {
  background-image: url(../img/global/newswire/black-swipe-exciting-rdr2/2Qfr.png);
  padding-top: 25px !important;
}
._1Er0 ._9VTz .black-swipe-exciting-rdr2.bg-headline h4 {
  margin: 5px !important;
}
._1Er0 ._9VTz .black-swipe-exciting-rdr2.bg-headline h5 {
  margin-bottom: 5px !important;
}
._1Er0 ._9VTz .black-swipe-exciting-rdr2 h3 {
  font-size: 34px;
  margin-bottom: 5px !important;
}
._1Er0 ._9VTz .black-swipe-exciting-rdr2 h4 {
  font-size: 30px;
  margin: 20px 0 0 !important;
}
._1Er0 ._9VTz .black-swipe-exciting-rdr2 h5 {
  font-size: 18px;
  margin-bottom: 10px !important;
}
._1Er0 ._9VTz .black-swipe-exciting-rdr2 h1,
._1Er0 ._9VTz .black-swipe-exciting-rdr2 h2,
._1Er0 ._9VTz .black-swipe-exciting-rdr2 h3,
._1Er0 ._9VTz .black-swipe-exciting-rdr2 h4,
._1Er0 ._9VTz .black-swipe-exciting-rdr2 h5 {
  font-family: "RDRLino-Regular" !important;
  font-weight: normal;
  text-align: inherit;
  color: inherit;
  margin: 0;
  line-height: 1;
}
._1Er0 ._9VTz .black-swipe-exciting-rdr2 p {
  margin: 0 0 15px 0;
}
._1Er0 ._9VTz .black-swipe-exciting-rdr2 .font-red {
  color: #cc0000 !important;
}
._1Er0 ._9VTz .black-swipe-exciting-rdr2 .font-yellow {
  color: #ffb000 !important;
}
._1Er0 ._9VTz h4.newswire-section {
  color: white;
  font-family: "DINNext-HvyIta", sans-serif !important;
  text-align: left;
  position: relative;
  font-size: 1.2em !important;
  padding-left: 20px;
  margin-bottom: 20px;
  width: calc(100% - 25px);
}
._1Er0 ._9VTz h4.newswire-section:lang(ja_jp),
._1Er0 ._9VTz h4.newswire-section:lang(ko_kr),
._1Er0 ._9VTz h4.newswire-section:lang(pl_pl),
._1Er0 ._9VTz h4.newswire-section:lang(ru_ru),
._1Er0 ._9VTz h4.newswire-section:lang(zh_tw),
._1Er0 ._9VTz h4.newswire-section:lang(zh_hans) {
  font-family: Arial, sans-serif !important;
  font-weight: 700 !important;
}
._1Er0 ._9VTz h4.newswire-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25px;
  top: 0;
  left: 0;
  background: black;
  transform: skew(-45deg);
  z-index: -1;
}
._1Er0 ._9VTz h4.newswire-section:after {
  content: "";
  display: table;
  clear: both;
}
._1Er0 ._9VTz h4.newswire-section span {
  float: left;
  margin: 0 3px;
}
._1Er0 ._9VTz h4.newswire-section span:not(.title) {
  width: 35px;
  transform: translateY(calc((100% - 25px)/-2));
  display: inline-block;
  vertical-align: middle;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}
._1Er0 ._9VTz h4.newswire-section span:not(.title):after {
  content: "";
  display: block;
  padding-top: 100%;
}
@media screen and (min-width :992px) {
  ._1Er0 ._9VTz h4.newswire-section span:not(.title).spacer {
    display: none !important;
  }
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).ammo {
  background-image: url(../img/global/newswire/2q43.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).arm-wrestling {
  background-image: url(../img/global/newswire/2uC6.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).avenger {
  background-image: url(../img/global/newswire/WZFR.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).bennys {
  background-image: url(../img/global/newswire/V8G3.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).bikes {
  background-image: url(../img/global/newswire/1Ttm.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).boats {
  background-image: url(../img/global/newswire/38VM.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).body-armor {
  background-image: url(../img/global/newswire/18Af.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).bunker {
  background-image: url(../img/global/newswire/MZaQ.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).capture {
  background-image: url(../img/global/newswire/1OBE.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).clothes {
  background-image: url(../img/global/newswire/3c1L.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).clubhouse {
  background-image: url(../img/global/newswire/1fnU.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).crew {
  background-image: url(../img/global/newswire/1wjS.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).darts {
  background-image: url(../img/global/newswire/1BVc.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).deathmatch {
  background-image: url(../img/global/newswire/2Grf.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).dollar {
  background-image: url(../img/global/newswire/2pMa.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).explosives {
  background-image: url(../img/global/newswire/QJqA.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).facilities {
  background-image: url(../img/global/newswire/3B4R.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).flight-school {
  background-image: url(../img/global/newswire/b8ac.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).garage {
  background-image: url(../img/global/newswire/13Qf.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).golf {
  background-image: url(../img/global/newswire/yp1Z.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).haircuts {
  background-image: url(../img/global/newswire/2Ivu.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).hangar {
  background-image: url(../img/global/newswire/pW1m.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).helicopter {
  background-image: url(../img/global/newswire/3kFL.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).hotring {
  background-image: url(../img/global/newswire/PsqQ.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).lastteamstanding {
  background-image: url(../img/global/newswire/sJeH.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).livestream {
  background-image: url(../img/global/newswire/2jI3.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).masks {
  background-image: url(../img/global/newswire/3wqD.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).moc {
  background-image: url(../img/global/newswire/Hjnt.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).modshops {
  background-image: url(../img/global/newswire/JBrc.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).movies {
  background-image: url(../img/global/newswire/1EL3.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).office {
  background-image: url(../img/global/newswire/3k1q.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).parachuting {
  background-image: url(../img/global/newswire/2TWv.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).planes {
  background-image: url(../img/global/newswire/wuBW.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).premiumrace {
  background-image: url(../img/global/newswire/3mb4.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).properties {
  background-image: url(../img/global/newswire/1U0u.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).race-air {
  background-image: url(../img/global/newswire/30Bk.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).race-bike {
  background-image: url(../img/global/newswire/108O.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).race-land {
  background-image: url(../img/global/newswire/VYD_.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).race-sea {
  background-image: url(../img/global/newswire/3ZtX.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).race-stuntraces {
  background-image: url(../img/global/newswire/1vZb.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).rp {
  background-image: url(../img/global/newswire/1Co7.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).special-races {
  background-image: url(../img/global/newswire/2Jee.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).stunt-races {
  background-image: url(../img/global/newswire/1FXk.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).survival {
  background-image: url(../img/global/newswire/FRJm.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).target-assault {
  background-image: url(../img/global/newswire/1gdB.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).tattoos {
  background-image: url(../img/global/newswire/1O8Y.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).teamdeathmatch {
  background-image: url(../img/global/newswire/1kwF.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).tennis {
  background-image: url(../img/global/newswire/1tZG.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).timetrial {
  background-image: url(../img/global/newswire/1W6r.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).transform-races {
  background-image: url(../img/global/newswire/231y.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).unlock {
  background-image: url(../img/global/newswire/ogKa.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).vehicledeathmatch {
  background-image: url(../img/global/newswire/3NQy.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).vehicles {
  background-image: url(../img/global/newswire/1N2J.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).vehicle-warehouse {
  background-image: url(../img/global/newswire/3P0w.svg);
}
._1Er0 ._9VTz h4.newswire-section span:not(.title).yacht {
  background-image: url(../img/global/newswire/2PGZ.svg);
}
._1Er0 ._9VTz h4.newswire-section span.title {
  margin-bottom: 0;
  margin-left: 5px;
  line-height: 25px;
}
@media screen and (min-width :1200px) {
  ._1Er0 ._9VTz h4.newswire-section span.title:lang(ja_jp),
  ._1Er0 ._9VTz h4.newswire-section span.title:lang(zh_tw),
  ._1Er0 ._9VTz h4.newswire-section span.title:lang(ko_kr) {
    padding-top: 1px;
  }
}
._1Er0 ._9VTz h4.newswire-section:lang(pt_br),
._1Er0 ._9VTz h4.newswire-section:lang(fr_fr),
._1Er0 ._9VTz h4.newswire-section:lang(ja_jp),
._1Er0 ._9VTz h4.newswire-section:lang(ko_kr),
._1Er0 ._9VTz h4.newswire-section:lang(zh_tw),
._1Er0 ._9VTz h4.newswire-section:lang(zh_hans) {
  font-size: 1em !important;
}
._1Er0 ._9VTz h4.newswire-section:lang(pl_pl),
._1Er0 ._9VTz h4.newswire-section:lang(ru_ru) {
  font-size: 0.85em !important;
}
@media screen and (max-width :991px) {
  ._1Er0 ._9VTz h4.newswire-section {
    text-align: center;
    margin-bottom: 20px !important;
    padding: 0;
  }
  ._1Er0 ._9VTz h4.newswire-section span {
    float: none;
  }
  ._1Er0 ._9VTz h4.newswire-section span.title {
    display: block;
    padding-bottom: 12px;
    color: black;
    border-bottom: 1px solid #ccc;
  }
  ._1Er0 ._9VTz h4.newswire-section span:not(.title) {
    width: 40px;
  }
  ._1Er0 ._9VTz h4.newswire-section:lang(pl_pl),
  ._1Er0 ._9VTz h4.newswire-section:lang(ru_ru) {
    font-size: 1.1em !important;
  }
  ._1Er0 ._9VTz h4.newswire-section:lang(pt_br),
  ._1Er0 ._9VTz h4.newswire-section:lang(fr_fr),
  ._1Er0 ._9VTz h4.newswire-section:lang(ja_jp),
  ._1Er0 ._9VTz h4.newswire-section:lang(ko_kr),
  ._1Er0 ._9VTz h4.newswire-section:lang(zh_tw),
  ._1Er0 ._9VTz h4.newswire-section:lang(zh_hans) {
    font-size: 1.2em !important;
  }
}
._1Er0 ._9VTz .horizontal-items {
  font-size: 0;
  /* one item */
  /* two items */
  /* three items */
  /* four items */
}
._1Er0 ._9VTz .horizontal-items > * {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
}
._1Er0 ._9VTz .horizontal-items > *:first-of-type {
  margin-left: 0;
}
._1Er0 ._9VTz .horizontal-items > *:last-of-type {
  margin-right: 0;
}
._1Er0 ._9VTz .horizontal-items > :first-child:nth-last-child(1) {
  width: 100%;
}
._1Er0 ._9VTz .horizontal-items > :first-child:nth-last-child(2),
._1Er0 ._9VTz .horizontal-items > :first-child:nth-last-child(2) ~ * {
  width: calc(50% - 2px);
}
._1Er0 ._9VTz .horizontal-items > :first-child:nth-last-child(3),
._1Er0 ._9VTz .horizontal-items > :first-child:nth-last-child(3) ~ * {
  width: calc(33.3333% - 3px);
}
._1Er0 ._9VTz .horizontal-items > :first-child:nth-last-child(4),
._1Er0 ._9VTz .horizontal-items > :first-child:nth-last-child(4) ~ * {
  width: calc(25% - 4px);
}
._1Er0 ._9VTz .horizontal-items span.caption {
  font-size: 13px;
  line-height: 13px;
  margin-top: 5px !important;
  padding: 0 5px;
}
._1Er0 ._9VTz .horizontal-items span.caption.bullet-caption {
  font-family: "DINNext", sans-serif !important;
  position: relative;
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
  line-height: 16px;
  margin-top: 10px !important;
}
._1Er0 ._9VTz .horizontal-items span.caption.bullet-caption:lang(ja_jp),
._1Er0 ._9VTz .horizontal-items span.caption.bullet-caption:lang(ko_kr),
._1Er0 ._9VTz .horizontal-items span.caption.bullet-caption:lang(pl_pl),
._1Er0 ._9VTz .horizontal-items span.caption.bullet-caption:lang(ru_ru),
._1Er0 ._9VTz .horizontal-items span.caption.bullet-caption:lang(zh_tw),
._1Er0 ._9VTz .horizontal-items span.caption.bullet-caption:lang(zh_hans) {
  font-family: Arial, sans-serif !important;
  font-weight: 400 !important;
}
._1Er0 ._9VTz .horizontal-items span.caption.bullet-caption:before {
  content: "";
  height: 11px;
  width: 11px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2050.61%2050.61%22%20style%3D%22enable-background%3Anew%200%200%2050.61%2050.61%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolygon%20points%3D%2250.61%2C19.53%2032.65%2C19.53%2029.55%2C0%2018.1%2C19.34%200%2C19.34%2011.01%2C30.94%201.96%2C50.38%2021.73%2C38.63%2037.31%2C50.61%2034.42%2C30.86%20%0A%09%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
}
._1Er0 ._9VTz .horizontal-items span.caption.bullet-caption .title {
  font-family: "DINNext-Bld", sans-serif !important;
  text-transform: uppercase;
}
._1Er0 ._9VTz .float-img-left,
._1Er0 ._9VTz .float-img-right {
  margin-bottom: 20px;
}
._1Er0 ._9VTz .float-img-left {
  float: left;
  margin-right: 20px;
}
._1Er0 ._9VTz .float-img-right {
  float: right;
  margin-left: 20px;
}
._1Er0 ._9VTz #sugoi .col-xxs-4,
._1Er0 ._9VTz #sugoi .col-xxs-8,
._1Er0 ._9VTz #sugoi .col-xxs-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
._1Er0 ._9VTz #sugoi .col-xxs-4,
._1Er0 ._9VTz #sugoi .col-xxs-8,
._1Er0 ._9VTz #sugoi .col-xxs-12 {
  float: left;
}
._1Er0 ._9VTz #sugoi .col-xxs-12 {
  width: 100%;
}
._1Er0 ._9VTz #sugoi .col-xxs-4 {
  width: 33.33333333%;
}
._1Er0 ._9VTz #sugoi .col-xxs-8 {
  width: 66.66666667%;
}
._1Er0 ._9VTz #sugoi .row {
  margin-left: -15px;
  margin-right: -15px;
}
._1Er0 ._9VTz #sugoi p {
  text-transform: capitalize;
  text-align: center;
  font-size: 85%;
  width: 85%;
  margin-bottom: 15px;
}
._1Er0 ._9VTz #sugoi p.sugoi-title {
  font-size: 250%;
}
._1Er0 ._9VTz #sugoi .iframe-wrapper {
  background-color: #000;
}
@media screen and (max-width :767px) {
  ._1Er0 ._9VTz #sugoi .iframe-wrapper.d_16x9:before {
    padding-top: 56.25% !important;
  }
}
._1Er0 ._9VTz #sugoi .flex {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}
._1Er0 ._9VTz #sugoi .flex.sugoi-row {
  flex-flow: row;
  align-items: stretch;
}
._1Er0 ._9VTz #sugoi .orange {
  background-image: url("https://media.rockstargames.com/rockstargames-newsite/uploads/sugoi/orange.jpg");
  background-size: cover;
  background-position: center;
}
._1Er0 ._9VTz #sugoi .sugoi-desc-top {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: left;
  font-size: inherit;
  text-transform: none !important;
}
._1Er0 ._9VTz #sugoi .interior {
  background-image: url("https://media.rockstargames.com/rockstargames-newsite/uploads/sugoi/interior.jpg");
  background-size: cover;
  background-position: center;
}
._1Er0 ._9VTz #sugoi .interior:before {
  content: "";
  display: block;
  padding-top: 66.015625%;
}
._1Er0 ._9VTz #sugoi .interior-desc {
  font-family: "neue-helvetica-w01-67-condensed-medium-oblique";
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
._1Er0 ._9VTz #sugoi .interior-desc p {
  font-size: 5vw;
  line-height: 5vw;
  text-transform: uppercase;
}
@media screen and (min-width :992px) {
  ._1Er0 ._9VTz #sugoi .interior-desc p {
    font-size: 267%;
    line-height: 45px;
  }
}
._1Er0 ._9VTz #sugoi .blue {
  background-image: url("https://media.rockstargames.com/rockstargames-newsite/uploads/sugoi/blue.jpg");
  background-size: cover;
  background-position: center;
}
._1Er0 ._9VTz #sugoi .blue-sunset {
  background-image: url("https://media.rockstargames.com/rockstargames-newsite/uploads/sugoi/blue-sunset.jpg");
  background-size: cover;
  background-position: center;
  font-family: "neue-helvetica-w01-67-condensed-medium-oblique";
}
._1Er0 ._9VTz #sugoi .blue-sunset p {
  text-transform: uppercase;
  margin-bottom: 4vw;
  font-size: 5vw;
}
@media screen and (min-width :992px) {
  ._1Er0 ._9VTz #sugoi .blue-sunset p {
    font-size: 267%;
    margin-bottom: 30px;
  }
}
._1Er0 ._9VTz #sugoi .squares > div {
  padding: 0;
}
._1Er0 ._9VTz #sugoi .squares > div:nth-child(1) {
  background-image: url("https://media.rockstargames.com/rockstargames-newsite/uploads/sugoi/square-01.jpg");
  background-size: cover;
  background-position: center;
}
._1Er0 ._9VTz #sugoi .squares > div:nth-child(2) {
  background-image: url("https://media.rockstargames.com/rockstargames-newsite/uploads/sugoi/square-02.jpg");
  background-size: cover;
  background-position: center;
}
._1Er0 ._9VTz #sugoi .squares > div:nth-child(3) {
  background-image: url("https://media.rockstargames.com/rockstargames-newsite/uploads/sugoi/square-03.jpg");
  background-size: cover;
  background-position: center;
}
._1Er0 ._9VTz #sugoi .bottom-dinka {
  background-color: #2298dc;
  padding: 20px;
}
._1Er0 ._9VTz #sugoi .dinka {
  background-repeat: no-repeat;
  background-position-x: center;
  background-image: url("https://media.rockstargames.com/rockstargames-newsite/uploads/sugoi/dinka.svg");
}
._1Er0 ._9VTz #sugoi .dinka:before {
  content: "";
  display: block;
  padding-top: 70px;
}
._1Er0 ._9VTz #sugoi .sugoi {
  background-repeat: no-repeat;
  background-position-x: center;
  background-image: url("https://media.rockstargames.com/rockstargames-newsite/uploads/sugoi/sugoi.svg");
  margin-bottom: 3vw;
}
@media screen and (min-width :992px) {
  ._1Er0 ._9VTz #sugoi .sugoi {
    margin-bottom: 30px;
  }
}
._1Er0 ._9VTz #sugoi .sugoi:before {
  content: "";
  display: block;
  padding-top: 9%;
}
._1Er0 ._9VTz #sugoi .sugoi-desc {
  width: auto;
}
@media screen and (max-width :767px) {
  ._1Er0 ._9VTz #sugoi .d_16x9:before {
    padding-top: 100% !important;
  }
}
._1Er0 ._9VTz #responsive-car-ad {
  max-width: none !important;
}
._1Er0 ._9VTz #responsive-car-ad p:not(.no-max-width) {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
._1Er0 ._9VTz #responsive-car-ad .img {
  background-image: var(--img-src);
  background-size: contain;
  background-repeat: no-repeat;
  flex-grow: 1;
  width: 100%;
}
._1Er0 ._9VTz #responsive-car-ad .img:after {
  content: "";
  display: block;
  padding-bottom: calc(100% / calc(var(--img-ratio)));
}
._1Er0 ._9VTz #responsive-car-ad .flex-columns {
  display: flex;
  flex-flow: column;
}
._1Er0 ._9VTz #responsive-car-ad .flex-columns > * {
  flex-basis: auto;
}
._1Er0 ._9VTz #responsive-car-ad section.text-and-car {
  display: flex;
  align-items: center;
}
._1Er0 ._9VTz #responsive-car-ad section.text-and-car p {
  max-width: none;
}
._1Er0 ._9VTz #responsive-car-ad section.text-and-car p.italic {
  font-family: "Times New Roman";
  padding: 20px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.18em;
}
._1Er0 ._9VTz #responsive-car-ad section.text-and-car p.italic span {
  text-transform: uppercase;
}
._1Er0 ._9VTz #responsive-car-ad section.text-and-car p.headline {
  font-family: "Times New Roman";
  line-height: 1em;
  margin-bottom: 30px;
}
._1Er0 ._9VTz #responsive-car-ad section.text-and-car p.line-above {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid black;
}
._1Er0 ._9VTz #responsive-car-ad section.text-and-car p.loud {
  font-size: 32px;
}
@media (min-width: 992px) {
  ._1Er0 ._9VTz #responsive-car-ad section:not(:last-child) {
    margin-bottom: 80px;
  }
  ._1Er0 ._9VTz #responsive-car-ad section.text-and-car {
    padding-left: 80px;
    padding-right: 80px;
  }
  ._1Er0 ._9VTz #responsive-car-ad .side {
    flex-basis: 370px;
    flex-shrink: 0;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  ._1Er0 ._9VTz #responsive-car-ad p.headline {
    font-size: 72px;
  }
  ._1Er0 ._9VTz #responsive-car-ad p.overlap {
    transform: scale(1.25);
    font-size: calc(32px / 1.25);
    transform-origin: left;
  }
}
@media (max-width: 992px) {
  ._1Er0 ._9VTz #responsive-car-ad section:not(:last-child) {
    margin-bottom: 24px;
  }
  ._1Er0 ._9VTz #responsive-car-ad section.text-and-car {
    padding-left: 20px;
    padding-right: 20px;
  }
  ._1Er0 ._9VTz #responsive-car-ad .side {
    margin: 20px auto;
  }
  ._1Er0 ._9VTz #responsive-car-ad section.text-and-car {
    flex-flow: column;
  }
  ._1Er0 ._9VTz #responsive-car-ad p {
    /*flex-basis: auto;*/
  }
  ._1Er0 ._9VTz #responsive-car-ad p.headline {
    font-size: 36px;
  }
  ._1Er0 ._9VTz #responsive-car-ad p.overlap {
    font-size: 32px;
  }
  ._1Er0 ._9VTz #responsive-car-ad .car-img {
    width: 100%;
  }
}
._1Er0 ._9VTz > *:not(.no-max-width) {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
._1Er0 ._9VTz > *:not(:last-child) {
  margin-bottom: var(--twice-rem-size);
}
._1Er0 ._9VTz .iframe-wrapper {
  --aspect-ratio: 1.77777778;
}
._1Er0 ._9VTz .iframe-wrapper iframe {
  width: 100% !important;
  height: 100% !important;
}
._1Er0 ._9VTz .d_16x9 {
  --aspect-ratio: 1.77777778;
}
._1Er0 ._9VTz .d_1x1 {
  --aspect-ratio: 1;
}
._1Er0 ._9VTz img {
  max-width: 100%;
}
._1Er0 ._9VTz a {
  position: relative;
  background: transparent;
  padding: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  ._1Er0 ._9VTz a {
    text-decoration: underline;
    text-decoration-color: var(--yellow);
  }
}
@media (min-width: 768px) {
  ._1Er0 ._9VTz a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 4px;
    background: var(--yellow);
    left: 0;
    transition: height 0.2s;
    z-index: -1;
  }
  ._1Er0 ._9VTz a:hover:before {
    height: 100%;
  }
}
._1Er0 ._9VTz a img {
  display: block;
}
._1Er0 ._9VTz u {
  text-decoration: none;
}

/*Things that need to be extended*/
.PMgb {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*filter: blur(10px) opacity(0.5) brightness(3);*/
  filter: blur(6px) saturate(0) brightness(0.8) contrast(1.25);
}
@supports (filter: blur(2px)) {
  .PMgb {
    display: block;
  }
}
._2d85 {
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 var(--twice-rem-size);
  border-bottom: calc(var(--base-pixel-size) / 2) solid black;
}
.z7mX {
  animation: globalFadeInUp 0.75s;
  animation-play-state: paused;
}
._1Jcg {
  animation-play-state: paused;
}
.Dc2G {
  animation-play-state: running;
}
._9pvo {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
}
._1CwY {
  position: relative;
}
._1CwY:before {
  content: "";
  height: 0;
  display: block;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
._1CwY > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._29GI {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  max-width: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Efeather-external-link%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-442.000000%2C%20-660.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Support%22%20transform%3D%22translate(157.000000%2C%20647.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22feather-external-link%22%20transform%3D%22translate(282.000000%2C%2010.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(4.153846%2C%204.153846)%22%20stroke%3D%22%23FCAF17%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon-Group%22%20transform%3D%22translate(0.494505%2C%200.494505)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.2527473%2C14.8351648%20L22.2527473%2C23.7362637%20C22.2527473%2C25.3749108%2020.9243613%2C26.7032967%2019.2857143%2C26.7032967%20L2.96703297%2C26.7032967%20C1.32838591%2C26.7032967%200%2C25.3749108%200%2C23.7362637%20L0%2C7.41758242%20C0%2C5.77893536%201.32838591%2C4.45054945%202.96703297%2C4.45054945%20L11.8681319%2C4.45054945%22%20id%3D%22Icon-Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Icon-Path%22%20points%3D%2217.8021978%200%2026.7032967%200%2026.7032967%208.9010989%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%2210.3846154%22%20y1%3D%2216.3186813%22%20x2%3D%2226.7032967%22%20y2%3D%220%22%20id%3D%22Icon-Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22ViewBox%22%20fill-rule%3D%22nonzero%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
._2MLR {
  width: 300px;
  position: relative;
}
._2MLR ._2RnY {
  width: 100%;
  display: flex;
  flex-flow: column;
  position: absolute;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
  background: var(--yellow);
  z-index: 5;
  top: 100%;
  left: 0;
}
._38WZ._2MLR ._2RnY {
  max-height: 750px;
}
._2MLR ._2RnY a {
  flex: 1;
  width: 100%;
  padding: var(--half-rem-size) var(--padding-sides);
  display: block;
}
._2MLR ._2RnY a:hover {
  background: black;
  color: var(--yellow);
}
._2MLR ._1F0A {
  width: 100%;
  outline: none;
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  align-self: center;
  display: inline-block;
  text-transform: uppercase;
  background-color: var(--yellow);
  border: none;
  padding: calc(var(--padding-top-bottom) / 2) var(--padding-sides);
  color: black;
  cursor: pointer;
  padding-right: calc(var(--padding-sides) * 1.5);
  text-align: left;
}
._2MLR ._1F0A._1q1l {
  position: relative;
  background: transparent;
  padding: 0;
  z-index: 1;
  font-family: "HelveticaNeueLTW07";
  outline: none;
  text-transform: none;
}
@media (max-width: 767px) {
  ._2MLR ._1F0A._1q1l {
    text-decoration: underline;
    text-decoration-color: var(--yellow);
  }
}
@media (min-width: 768px) {
  ._2MLR ._1F0A._1q1l:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 4px;
    background: var(--yellow);
    left: 0;
    transition: height 0.2s;
    z-index: -1;
  }
  ._2MLR ._1F0A._1q1l:hover:before {
    height: 100%;
  }
}
._2MLR ._1F0A._1q1l img {
  display: block;
}
._2MLR ._1F0A[disabled] {
  opacity: 0.5;
}
._2MLR ._1F0A:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2213px%22%20height%3D%228px%22%20viewBox%3D%220%200%2013%208%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2Fdropdown%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-322.000000%2C%20-1224.000000)%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22language-selector%22%20transform%3D%22translate(163.000000%2C%201208.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22language%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon%2Fdropdown%22%20transform%3D%22translate(159.000000%2C%2016.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22DROPDOWN%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Path%22%20points%3D%227.86%206.415%2012.825%201.445%2011.38%200%206.415%204.965%201.445%200%200%201.445%204.965%206.415%206.415%207.86%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  width: 13px;
  height: 100%;
  background-position: center;
  background-size: 100%;
  transform: rotate(0deg);
  transition: transform 0.3s;
}
._38WZ._2MLR ._1F0A:after {
  transform: rotate(180deg);
}
._2MLR ._1F0A:after {
  right: var(--base-pixel-size);
  width: 30px;
  background-size: 50%;
}

/*Things that need to be extended*/
._3D-d {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*filter: blur(10px) opacity(0.5) brightness(3);*/
  filter: blur(6px) saturate(0) brightness(0.8) contrast(1.25);
}
@supports (filter: blur(2px)) {
  ._3D-d {
    display: block;
  }
}
._2SJ9 {
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 var(--twice-rem-size);
  border-bottom: calc(var(--base-pixel-size) / 2) solid black;
}
.dz-g {
  animation: globalFadeInUp 0.75s;
  animation-play-state: paused;
}
._11Ls {
  animation-play-state: paused;
}
._2xv1 {
  animation-play-state: running;
}
.o3e_,
.HaEu {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
}
._2uuy {
  position: relative;
}
._2uuy:before {
  content: "";
  height: 0;
  display: block;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
._2uuy > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._1Mrd {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  max-width: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Efeather-external-link%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-442.000000%2C%20-660.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Support%22%20transform%3D%22translate(157.000000%2C%20647.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22feather-external-link%22%20transform%3D%22translate(282.000000%2C%2010.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(4.153846%2C%204.153846)%22%20stroke%3D%22%23FCAF17%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon-Group%22%20transform%3D%22translate(0.494505%2C%200.494505)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.2527473%2C14.8351648%20L22.2527473%2C23.7362637%20C22.2527473%2C25.3749108%2020.9243613%2C26.7032967%2019.2857143%2C26.7032967%20L2.96703297%2C26.7032967%20C1.32838591%2C26.7032967%200%2C25.3749108%200%2C23.7362637%20L0%2C7.41758242%20C0%2C5.77893536%201.32838591%2C4.45054945%202.96703297%2C4.45054945%20L11.8681319%2C4.45054945%22%20id%3D%22Icon-Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Icon-Path%22%20points%3D%2217.8021978%200%2026.7032967%200%2026.7032967%208.9010989%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%2210.3846154%22%20y1%3D%2216.3186813%22%20x2%3D%2226.7032967%22%20y2%3D%220%22%20id%3D%22Icon-Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22ViewBox%22%20fill-rule%3D%22nonzero%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.HaEu section._3H8J {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: var(--padding-top-bottom) 0;
  background: white;
  position: sticky;
  top: var(--header-height);
  margin-bottom: var(--base-rem-size);
  text-align: center;
  z-index: 5;
}
.HaEu section._3H8J h1 {
  text-transform: uppercase;
}
.HaEu section._3M-x {
  font-size: 0.75rem;
  max-width: 720px;
  margin: 0 auto;
}
.HaEu section._3M-x p:not(:last-child) {
  margin-bottom: var(--base-rem-size);
}
.HaEu section._3M-x a {
  position: relative;
  background: transparent;
  padding: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .HaEu section._3M-x a {
    text-decoration: underline;
    text-decoration-color: var(--yellow);
  }
}
@media (min-width: 768px) {
  .HaEu section._3M-x a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 4px;
    background: var(--yellow);
    left: 0;
    transition: height 0.2s;
    z-index: -1;
  }
  .HaEu section._3M-x a:hover:before {
    height: 100%;
  }
}
.HaEu section._3M-x a img {
  display: block;
}
.HaEu .oWpT {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.HaEu .oWpT a {
  flex-basis: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  margin: 5px;
  width: 16px;
  height: 13px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAD+CAYAAAAzvYWTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjZWNkMGI0OS1lNTExLTk5NGItYjFjZS1kNzkxMTNlYTcyZjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjJBM0M3RjRGNTUzMTFFNzlDQkRBQTZCQUY5QjU5QjUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjJBM0M3RjNGNTUzMTFFNzlDQkRBQTZCQUY5QjU5QjUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjNGMUE5REQ1QjFEMTFFNEJEMTFGNkIzNjM2Q0Y0M0QiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjNGMUE5REU1QjFEMTFFNEJEMTFGNkIzNjM2Q0Y0M0QiLz4gPC9yZGY6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");
  background-repeat: no-repeat;
  background-position: center center;
}
.HaEu .oWpT a.ccu9 {
  background-position: 0 0;
}
.HaEu .oWpT a._31LJ {
  background-position: 0 -144px;
}
.HaEu .oWpT a._21St {
  background-position: 0 -224px;
}
.HaEu .oWpT a._3lSR {
  background-position: 0 -64px;
}
.HaEu .oWpT a._2jIu {
  background-position: 0 -32px;
}
.HaEu .oWpT a._2_kl {
  background-position: 0 -48px;
}
.HaEu .oWpT a.-p6a {
  background-position: 0 -80px;
}
.HaEu .oWpT a._1_6q {
  background-position: 0 -176px;
}
.HaEu .oWpT a._3qQ8 {
  background-position: 0 -192px;
}
.HaEu .oWpT a._8OqE {
  background-position: 0 -16px;
}
.HaEu .oWpT a._hn7 {
  background-position: 0 -96px;
}
.HaEu .oWpT a._3Lld {
  background-position: 0 -128px;
}
.HaEu .oWpT a._2wUq {
  background-position: 0 -112px;
}
.HaEu .oWpT a._2Kt_ {
  background-position: 0 -208px;
}
.HaEu .oWpT a._1g0Y {
  background-position: 0 -160px;
}
.HaEu .oWpT a._3PCl {
  background-position: 0 -240px;
}
button.V-nM {
  align-self: center;
  margin-bottom: var(--base-rem-size);
}
section._2xzP {
  display: none;
  position: fixed;
  z-index: 100001;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
section._2xzP._3yRW {
  display: flex;
}
section._2xzP ._3M-x {
  background: white;
  padding: 25px;
  max-width: 500px;
}
section._2xzP ._3M-x h3 {
  margin-bottom: 20px;
}
section._2xzP ._3M-x ._18RU {
  margin-bottom: 20px;
}
section._2xzP ._3M-x ._18RU ._3GJK {
  border-top: 1px solid gray;
  padding: 15px 0;
}
section._2xzP ._3M-x ._18RU ._3GJK span:last-child {
  float: right;
  text-transform: uppercase;
}
section._2xzP ._3M-x ._18RU ._3GJK:after {
  content: "";
  clear: both;
  display: table;
}
section._2xzP ._3M-x ._18RU ._3GJK._3YqE span._3rIk {
  cursor: pointer;
  width: 50px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2040%2020%22%20style%3D%22enable-background%3Anew%200%200%2040%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23CCCCCC%3B%7D%0A%09.st1%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M30%2C20H10C4.477%2C20%2C0%2C15.523%2C0%2C10v0C0%2C4.477%2C4.477%2C0%2C10%2C0l20%2C0c5.523%2C0%2C10%2C4.477%2C10%2C10v0%0A%09C40%2C15.523%2C35.523%2C20%2C30%2C20z%22%2F%3E%0A%3Ccircle%20class%3D%22st1%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%228%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
section._2xzP ._3M-x ._18RU ._3GJK._3YqE span._3rIk._2ESR {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2040%2020%22%20style%3D%22enable-background%3Anew%200%200%2040%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%2300CC00%3B%7D%0A%09.st1%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M30%2C20H10C4.477%2C20%2C0%2C15.523%2C0%2C10v0C0%2C4.477%2C4.477%2C0%2C10%2C0l20%2C0c5.523%2C0%2C10%2C4.477%2C10%2C10v0%0A%09C40%2C15.523%2C35.523%2C20%2C30%2C20z%22%2F%3E%0A%3Ccircle%20class%3D%22st1%22%20cx%3D%2230%22%20cy%3D%2210%22%20r%3D%228%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
section._2xzP ._3M-x ._18RU ._3GJK:last-child {
  border-bottom: 1px solid gray;
}
section._2xzP[data-locale="sa"] h3,
section._2xzP[data-locale="sa"] p,
section._2xzP[data-locale="sa"] span,
section._2xzP[data-locale="sa"] button {
  direction: rtl;
}

/*Things that need to be extended*/
._3Mii {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*filter: blur(10px) opacity(0.5) brightness(3);*/
  filter: blur(6px) saturate(0) brightness(0.8) contrast(1.25);
}
@supports (filter: blur(2px)) {
  ._3Mii {
    display: block;
  }
}
._3Vf_,
._1EbB h2 {
  font-family: "HelveticaNeueLTW07-85Heavy";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 var(--twice-rem-size);
  border-bottom: calc(var(--base-pixel-size) / 2) solid black;
}
._7joJ {
  animation: globalFadeInUp 0.75s;
  animation-play-state: paused;
}
._3CpC {
  animation-play-state: paused;
}
._DcN {
  animation-play-state: running;
}
._34yN {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--padding-sides);
  padding-right: var(--padding-sides);
}
.ICx0,
._1EbB ._17yr ._300P ._3gNJ {
  position: relative;
}
.ICx0:before,
._1EbB ._17yr ._300P ._3gNJ:before {
  content: "";
  height: 0;
  display: block;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
.ICx0 > *,
._1EbB ._17yr ._300P ._3gNJ > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._1CLX {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  max-width: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2062%20(91390)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Efeather-external-link%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Homepage-Insitu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22002_HP_NAVCONCEPT_opt1_Expanded_XL%22%20transform%3D%22translate(-442.000000%2C%20-660.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Support%22%20transform%3D%22translate(157.000000%2C%20647.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22feather-external-link%22%20transform%3D%22translate(282.000000%2C%2010.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(4.153846%2C%204.153846)%22%20stroke%3D%22%23FCAF17%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon-Group%22%20transform%3D%22translate(0.494505%2C%200.494505)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.2527473%2C14.8351648%20L22.2527473%2C23.7362637%20C22.2527473%2C25.3749108%2020.9243613%2C26.7032967%2019.2857143%2C26.7032967%20L2.96703297%2C26.7032967%20C1.32838591%2C26.7032967%200%2C25.3749108%200%2C23.7362637%20L0%2C7.41758242%20C0%2C5.77893536%201.32838591%2C4.45054945%202.96703297%2C4.45054945%20L11.8681319%2C4.45054945%22%20id%3D%22Icon-Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Icon-Path%22%20points%3D%2217.8021978%200%2026.7032967%200%2026.7032967%208.9010989%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%2210.3846154%22%20y1%3D%2216.3186813%22%20x2%3D%2226.7032967%22%20y2%3D%220%22%20id%3D%22Icon-Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22ViewBox%22%20fill-rule%3D%22nonzero%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2236%22%20height%3D%2236%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
._1EbB ._17yr {
  display: grid;
  grid-row-gap: var(--padding-top-bottom);
  grid-column-gap: var(--padding-top-bottom);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  ._1EbB ._17yr {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  ._1EbB ._17yr {
    grid-template-columns: repeat(4, minmax(0px, 1fr));
  }
}
._1EbB ._17yr ._300P ._3gNJ {
  --aspect-ratio: 0.81012658;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
._1EbB ._15aN {
  width: 100%;
  text-align: center;
}
._1EbB ._15aN .SGrA {
  padding: 0 15px;
}
._1EbB ._15aN a {
  font-size: 0.8em;
}

