html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  box-sizing: border-box;
  font-family: sans-serif;
  height: 100%;
  line-height: 1.15;
}

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

::selection {
  background: #f7ba3d;
  color: #fff;
}

@-ms-viewport {
  width: device-width;
}

figure,
footer,
header,
main,
nav,
section {
  display: block;
}

body {
  background-color: #ededed;
  color: #121212;
  font-family: DIN Pro,Gilroy,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.6666666667;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5 {
  margin-bottom: .5em;
  margin-top: 0;
}

p,
ul {
  margin-bottom: calc(1rem + .7vw);
  margin-top: 0;
}

ul ul {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -.5em;
  vertical-align: baseline;
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  text-decoration: none;
  transition: all .5s cubic-bezier(.22,.61,.36,1);
}

a,
a:hover {
  color: #f7ba3d;
}

a:hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

a,
button,
input,
label,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

label {
  display: inline-block;
  font-size: .875rem;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

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

[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

@font-face {
  font-display: swap;
  font-family: DIN Pro;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/din-pro/DINPro.woff2) format("woff2"),url(/assets/fonts/din-pro/DINPro.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: DIN Pro;
  font-style: normal;
  font-weight: 500;
  src: url(/assets/fonts/din-pro/DINPro-Medium.woff2) format("woff2"),url(/assets/fonts/din-pro/DINPro-Medium.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: DIN Pro;
  font-style: normal;
  font-weight: 700;
  src: url(/assets/fonts/din-pro/DINPro-Bold.woff2) format("woff2"),url(/assets/fonts/din-pro/DINPro-Bold.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: DIN Pro;
  font-style: normal;
  font-weight: 900;
  src: url(/assets/fonts/din-pro/DINPro-Black.woff2) format("woff2"),url(/assets/fonts/din-pro/DINPro-Black.woff) format("woff");
}

.alpha,
.beta,
.delta,
.gamma,
.sonic,
.ultra,
h1,
h2,
h3,
h4,
h5 {
  color: inherit;
  display: block;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0;
}

.sonic {
  font-size: 3.375rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.ultra {
  font-size: 6.25rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.alpha,
h1 {
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.beta,
h2 {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.gamma,
h3 {
  font-size: 1.0625rem;
  line-height: 1.5rem;
}

.delta,
h4 {
  font-size: .9375rem;
  line-height: 1.3125rem;
}

hr {
  border: 0;
  border-top: 1px solid #d9d9df;
  margin-bottom: 1.5625rem;
  margin-top: 1.5625rem;
}

.small {
  font-size: 80%;
  font-weight: 400;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
}

[class*=u-gap],
[class^=g-] {
  display: grid;
}

.g-container,
.g-container-wide {
  grid-auto-flow: dense;
  grid-template-columns: 1.5625rem 1.5625rem repeat(2,1fr) 1.5625rem 1.5625rem;
}

.o-background--parallax {
  bottom: -5%;
  top: -5%;
  will-change: transform;
}

.has-parallax {
  overflow: hidden;
  position: relative;
}

.o-band {
  padding-bottom: 4.6875rem;
  padding-top: 4.6875rem;
}

.o-band-extra-small {
  padding-bottom: 1.5625rem;
  padding-top: 1.5625rem;
}

.o-band-small {
  padding-bottom: 3.125rem;
  padding-top: 3.125rem;
}

.o-band-large {
  padding-bottom: 6.25rem;
  padding-top: 6.25rem;
}

.o-loader {
  background-color: #f7ba3d;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform .5s cubic-bezier(.645,.045,.355,1);
  z-index: 2000;
}

.dom-is-loaded .o-loader,
.dom-is-reloaded .o-loader {
  transform: scaleX(0);
  transform-origin: right;
}

.dom-is-loading .o-loader {
  transform: scaleX(1);
  transform-origin: left;
}

.o-logo {
  display: block;
  height: 1.75rem;
  width: 11rem;
}

.o-logo__svg {
  height: inherit;
  width: inherit;
}

.o-logo__text {
  transition: fill .5s cubic-bezier(.22,.61,.36,1);
}

.has-scrolled .o-logo__text,
.menu-is-open .o-logo__text {
  fill: #121212;
}

.o-logo-small {
  display: block;
  height: 1.125rem;
  width: 9.625rem;
}

.o-picture {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.o-picture--parallax {
  bottom: -10%;
  height: 120%;
  top: -10%;
  width: 100%;
}

.o-img,
.o-img-contain {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.o-img-contain {
  object-fit: contain;
}

.o-content {
  grid-template-rows: repeat(3,auto) 4.6875rem;
}

.o-link {
  align-items: center;
  color: #121212;
  display: flex;
  justify-content: flex-start;
}

.o-link._inverse {
  color: #fff;
}

.o-link-icon,
.o-link:focus,
.o-link:hover {
  color: #f7ba3d;
}

.o-link-icon {
  height: auto;
  margin-right: .625rem;
  width: .9375rem;
}

.o-link-list {
  line-height: 2;
}

.o-link-list._large {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.o-media {
  padding-bottom: 114%;
}

.o-media-small {
  padding-bottom: 80%;
}

.o-split-content {
  border-bottom: .0625rem solid hsla(0,1%,48%,.25);
}

.c-alert {
  background-color: #f4f4f9;
  border-left: .3125rem solid #7b7878;
  font-size: .875rem;
  margin-top: 1.5625rem;
  padding: .78125rem 1.5625rem;
}

.c-alert__link {
  color: #121212;
}

.c-alert--info {
  background-color: #87e0f2;
  border-left-color: #14a0bd;
  color: #14a0bd;
}

.c-alert--success {
  background-color: #86f8cc;
  border-left-color: #0cc980;
  color: #0cc980;
}

.c-alert--danger {
  background-color: #f7dad9;
  border-left-color: #d9534f;
  color: #d9534f;
}

.c-alert--warning {
  background-color: #ffe7af;
  border-left-color: #ffb307;
  color: #ffb307;
}

.c-alert--fixed {
  left: 0;
  position: fixed;
  right: 0;
  top: 3.90625rem;
  z-index: 1030;
}

.c-header {
  background-color: #ededed;
  height: 3.90625rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all .5s cubic-bezier(.22,.61,.36,1);
  z-index: 1030;
}

.c-header--trans {
  background-color: transparent;
}

.has-scrolled .c-header,
.menu-is-open .c-header {
  background-color: #fff;
  box-shadow: 0 0 .5rem rgba(0,0,0,.15);
  height: 3.90625rem;
}

html:not(.has-scrolled) .c-header__btn {
  background-color: #fff;
  border-color: #fff;
}

.sticky-header {
  padding-top: 3.90625rem;
}

.c-nav__list {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-nav__item+.c-nav__item {
  margin-left: 1.5625rem;
}

.c-nav__link {
  color: #121212;
  font-weight: 500;
}

.c-nav__link:focus,
.c-nav__link:hover {
  color: #f7ba3d!important;
}

.c-nav--inverse .c-nav__link {
  color: #fff;
}

.c-nav--inverse .c-nav__link:focus,
.c-nav--inverse .c-nav__link:hover {
  color: #f7ba3d!important;
}

.has-scrolled .c-nav--inverse .c-nav__link {
  color: #121212;
}

.c-nav__link--current {
  color: #f7ba3d!important;
}

.c-hero {
  grid-template-rows: 1fr 7.8125rem;
  height: calc(var(--vh, 1vh)*100);
}

.c-hero__bg {
  position: relative;
}

.c-hero__bg:after {
  background-color: rgba(0,0,0,.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.c-hero__shade {
  background-color: rgba(0,0,0,.7);
  height: 100%;
  pointer-events: auto;
  width: 100%;
}

.c-hero__shade--static {
  height: 7.8125rem;
}

.c-hero__content {
  font-weight: 500;
}

.c-hero__title {
  max-width: 8ch;
}

.form {
  grid-gap: .78125rem;
  display: grid;
}

.form-fieldset,
.form-row {
  grid-gap: 1.5625rem;
  display: grid;
}

.form-text {
  font-size: .75rem;
}

.form div:empty,
.form input[class^=wf-],
.form input[type=submit] {
  display: none;
}

.form--has-error {
  position: relative;
}

.form--has-error:before {
  background-color: hsla(0,0%,100%,.67);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.form-errors {
  background-color: #d9534f;
  border-radius: .3125rem;
  color: #fff;
  font-size: .875rem;
  margin-top: 2rem;
  padding: 1rem;
}

.form-errors:empty {
  display: none;
}

.form-control {
  background-clip: padding-box;
  background-color: #fff;
  background-image: none;
  border: .0625rem solid #fff;
  border-radius: .3125rem;
  box-shadow: none;
  color: #121212;
  display: block;
  font-size: .875rem;
  font-weight: 400;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: .1875rem 1.5625rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  width: 100%;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  background-color: #fff;
  border-color: #f7ba3d;
  box-shadow: 0 0 0 .1875rem rgba(247,186,61,.15);
  color: #121212;
  outline: none;
}

.form-control::placeholder {
  color: #7b7878;
  opacity: 1;
}

.form-control:disabled {
  background-color: #f4f4f9;
  opacity: .7;
}

textarea.form-control {
  height: auto;
}

.fv-plugins-icon-container,
.fv-plugins-message-container {
  position: relative;
}

.fv-plugins-icon-container .form-control {
  background-position: center right 1.25rem;
  background-repeat: no-repeat;
  background-size: 1.0416666667rem;
}

.form-control-feedback {
  font-size: .75rem;
  margin-top: .1875rem;
}

.has-success .form-control-feedback {
  color: #0cc980;
}

.has-success .form-control {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%230CC980' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  border-color: #0cc980;
}

.has-success .form-control:focus {
  box-shadow: none;
}

.has-danger .form-control-feedback {
  color: #d9534f;
}

.has-danger .form-control {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  border-color: #d9534f;
}

.has-danger .form-control:focus {
  box-shadow: none;
}

.custom-select__trigger--has-badge {
  padding-left: 3.125rem;
  padding-right: 2.5rem;
}

.custom-select__option--current {
  color: #000;
}

.custom-select--offset {
  margin-right: .75rem;
}

.custom-checkbox+.custom-checkbox {
  margin-top: .78125rem;
}

.custom-control-name {
  align-self: flex-end;
  color: #7b7878;
  display: block;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.2857142857;
  padding-left: 1.875rem;
  position: relative;
}

.custom-control-name:before {
  background-color: transparent;
  border: .125rem solid #7b7878;
  border-radius: .3125rem;
  content: "";
  display: block;
  height: 1.25rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all .3s cubic-bezier(.22,.61,.36,1);
  user-select: none;
  width: 1.25rem;
}

.custom-radio .custom-control-name:before {
  border-radius: 50%;
}

.custom-control-name:after {
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") 50% no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: .75rem;
  left: .25rem;
  position: absolute;
  top: .25rem;
  transform: scale(0);
  transition: all .3s cubic-bezier(.22,.61,.36,1);
  width: .75rem;
}

.custom-radio .custom-control-name:after {
  background: #fff;
  border-radius: 50%;
  height: .75rem;
  left: .25rem;
  top: .25rem;
  width: .75rem;
}

.custom-control-label {
  cursor: pointer;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
}

.custom-control-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.custom-control-input:checked~.custom-control-name:before {
  background-color: #f7ba3d!important;
  border-color: #f7ba3d;
}

.custom-control-input:checked~.custom-control-name:after {
  transform: scale(1);
}

.custom-control-input:focus~.custom-control-name:before {
  box-shadow: 0 0 0 .125rem rgba(247,186,61,.15);
}

.custom-control-input:hover~.custom-control-name:before {
  background-color: #fff;
}

.custom-control-input:active~.custom-control-name:before {
  background-color: #f7ba3d!important;
  color: #f7ba3d;
}

.custom-control-input:disabled~.custom-control-name {
  color: #ededed;
}

.custom-control-input:disabled~.custom-control-name:before {
  background-color: #ededed;
  border-color: #ededed;
}

.c-menu {
  bottom: 0;
  left: 0;
  overflow: auto;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 3.90625rem;
  z-index: 1030;
}

.menu-is-open .c-menu {
  pointer-events: auto;
}

.c-menu__inner {
  background-color: #f7ba3d;
  padding: 4.6875rem 3.125rem;
  position: relative;
  transform: translateY(-100%);
  transition: transform .5s ease-in-out;
  z-index: 5;
}

.menu-is-open .c-menu__inner {
  transform: translateY(0);
}

.c-menu__item {
  display: block;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform .5s cubic-bezier(.22,.61,.36,1),opacity .5s cubic-bezier(.22,.61,.36,1);
}

.c-menu__item:nth-child(3) {
  transition-delay: .3s;
}

.c-menu__item:nth-child(2) {
  transition-delay: .4s;
}

.c-menu__item:first-child {
  transition-delay: .5s;
}

.c-menu__item:nth-child(0) {
  transition-delay: .6s;
}

.c-menu__item+.c-menu__item {
  margin-top: 1.25rem;
}

.menu-is-open .c-menu__item {
  opacity: 1;
  transform: translateY(0);
}

.menu-is-loading .c-menu__item {
  opacity: 0;
  transform: translateY(100%);
}

.menu-is-loading .c-menu__item:nth-child(3) {
  transition-delay: .2s;
}

.menu-is-loading .c-menu__item:nth-child(2) {
  transition-delay: .3s;
}

.menu-is-loading .c-menu__item:first-child {
  transition-delay: .4s;
}

.menu-is-loading .c-menu__item:nth-child(0) {
  transition-delay: .5s;
}

.c-menu__link {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 900;
}

.c-menu__link--current,
.c-menu__link:focus,
.c-menu__link:hover {
  color: #121212;
}

.c-menu__bg {
  background-color: #f7ba3d;
  bottom: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: bottom .5s ease-in-out;
}

.menu-is-loading .c-menu__bg {
  bottom: 0;
}

.c-menu-toggle {
  align-items: center;
  border: .125rem solid #f7ba3d;
  border-radius: 1.625rem;
  color: #f7ba3d;
  display: inline-flex;
  height: 2.75rem;
  justify-content: center;
  padding: 0 1.5625rem;
  position: relative;
}

.c-menu-toggle__text {
  opacity: 1;
  transition: opacity .5s cubic-bezier(.22,.61,.36,1),transform .5s cubic-bezier(.22,.61,.36,1);
}

.menu-is-open .c-menu-toggle__text {
  opacity: 0;
}

.c-menu-toggle__text--close {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%) scale(.7);
}

.menu-is-open .c-menu-toggle__text--close {
  opacity: 1;
  transform: translate(-50%,-50%) scale(1);
}

html:not(.has-scrolled) .c-menu-toggle--inverse {
  border-color: #fff;
  color: #fff;
}

.menu-is-open .c-menu-toggle--inverse {
  border-color: #f7ba3d!important;
  color: #f7ba3d!important;
}

.c-usps__item {
  padding-left: 1.5625rem;
  position: relative;
}

.c-usps__item:before {
  background: url(/assets/images/usp.svg) no-repeat 50%/contain;
  content: "";
  height: 1rem;
  left: 0;
  position: absolute;
  top: .25rem;
  width: 1rem;
}

.c-usps__item+.c-usps__item {
  margin-top: .9375rem;
}

.c-label {
  align-items: center;
  background: #f7ba3d;
  border-radius: 1.25rem;
  color: #121212;
  display: inline-flex;
  font-size: .875rem;
  height: 1.875rem;
  padding: 0 .9375rem;
  position: absolute;
  right: .78125rem;
  top: .78125rem;
}

.dropdown {
  position: relative;
}

.dropdown-menu.is-open {
  display: block;
}

.dropdown.dropdown-is-open {
  display: flex;
  flex-direction: column;
}

.dropdown.dropdown-is-open .dropdown-toggle:after {
  background: transparent url(/assets/images/chevron-black.svg) no-repeat 50%;
}

.dropdown-toggle:after {
  background: transparent url(/assets/images/chevron-white.svg) no-repeat 50%;
  background-size: contain;
  content: "";
  display: inline-block;
  height: .8rem;
  margin-left: .255em;
  width: 0;
  width: .8rem;
}

.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border-radius: .25rem;
  color: #121212;
  display: none;
  float: left;
  font-size: .9375rem;
  list-style: none;
  margin: .125rem 0 0;
  min-width: max-content;
  padding: 1rem 1.5rem;
  text-align: left;
  z-index: 1000;
}

.dropdown-item a.dropdown-link {
  color: #7b7878;
}

.dropdown-item a.dropdown-link:focus,
.dropdown-item a.dropdown-link:hover {
  color: #f7ba3d;
}

.c-btn {
  align-items: center;
  background-color: #f7ba3d;
  border: .0625rem solid transparent;
  border-radius: 1.8125rem;
  color: #121212;
  cursor: pointer;
  display: inline-flex;
  font-size: .9375rem;
  font-weight: 500;
  height: 3.125rem;
  justify-self: start;
  line-height: 3.125rem;
  overflow: hidden;
  padding: 0 3.125rem 0 1.5625rem;
  position: relative;
  text-align: left;
  transition: background-color .5s cubic-bezier(.22,.61,.36,1),color .5s cubic-bezier(.22,.61,.36,1),padding .5s cubic-bezier(.22,.61,.36,1);
  user-select: none;
  vertical-align: middle;
  z-index: 1;
}

.c-btn:focus,
.c-btn:hover {
  box-shadow: none;
  color: #121212;
  outline: 0;
  padding: 0 1.5625rem 0 3.125rem;
}

.c-btn:focus:before,
.c-btn:hover:before {
  opacity: 1;
  transform: translateX(0);
}

.c-btn:focus:after,
.c-btn:hover:after {
  opacity: 0;
  transform: translateX(100%);
}

.c-btn:disabled {
  box-shadow: none;
  opacity: .5;
}

.c-btn:after,
.c-btn:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNS41NTYiPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCAyOSIgZD0iTTEyLjE3MiA2Ljc3OCA2LjgwOCAxLjQxNCA4LjIyMiAwIDE2IDcuNzc4bC03Ljc3OCA3Ljc3OC0xLjQxNC0xLjQxNCA1LjM2NC01LjM2NEgwdi0yWiIvPjwvc3ZnPg==") no-repeat 50%/contain;
  content: "";
  height: 1rem;
  left: 1.5625rem;
  opacity: 0;
  position: absolute;
  top: 1rem;
  transform: translateX(-100%);
  transition: opacity .5s cubic-bezier(.22,.61,.36,1),transform .5s cubic-bezier(.22,.61,.36,1);
  width: 1rem;
}

.c-btn:after {
  left: calc(100% - 1.25rem);
  opacity: 1;
  transform: translateX(-100%);
}

.c-btn--inverse {
  background: #fff;
  color: #121212;
}

.c-btn.is-error,
.c-btn.is-loading,
.c-btn.is-success {
  background-image: url(/assets/images/loader.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.125rem;
}

.c-btn.is-error {
  background-color: #c9302c;
  background-image: url(/assets/images/error.svg);
}

.c-btn.is-success {
  background-color: #099961;
  background-image: url(/assets/images/success.svg);
}

.c-btn-outline {
  align-items: center;
  color: #f7ba3d;
  display: inline-flex;
  font-size: 1.0625rem;
  font-weight: 700;
  height: 3.125rem;
  line-height: 3.125rem;
  padding-left: 0;
  padding-right: 4.6875rem;
  transition: padding-left .5s cubic-bezier(.22,.61,.36,1);
}

.c-btn-outline:focus,
.c-btn-outline:hover {
  padding-left: 1.5625rem;
}

.c-btn-outline:focus:before,
.c-btn-outline:hover:before {
  left: 0;
}

.c-btn-outline:before {
  border: .125rem solid #f7ba3d;
  border-radius: 2.5rem;
  bottom: 0;
  content: "";
  left: calc(100% - 4rem);
  position: absolute;
  right: 0;
  top: 0;
  transition: left .5s cubic-bezier(.22,.61,.36,1);
}

.c-btn-outline:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNS41NTYiPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCAyOSIgZD0iTTEyLjE3MiA2Ljc3OCA2LjgwOCAxLjQxNCA4LjIyMiAwIDE2IDcuNzc4bC03Ljc3OCA3Ljc3OC0xLjQxNC0xLjQxNCA1LjM2NC01LjM2NEgwdi0yWiIgZmlsbD0iI2Y3YmEzZCIvPjwvc3ZnPg==") no-repeat 50%/contain;
  content: "";
  height: 1rem;
  position: absolute;
  right: 1.5625rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}

.c-btn-play {
  align-items: center;
  display: inline-flex;
  justify-content: flex-start;
  pointer-events: auto;
  transition: color .5s cubic-bezier(.22,.61,.36,1);
}

.c-btn-play:focus,
.c-btn-play:hover {
  color: #fff;
}

.c-btn-play:focus .c-btn-play__icon,
.c-btn-play:hover .c-btn-play__icon {
  background-color: #fff;
  border-color: #fff;
}

.c-btn-play__icon {
  align-items: center;
  background-color: transparent;
  border: .125rem solid #f7ba3d;
  border-radius: 50%;
  display: flex;
  height: 2.875rem;
  justify-content: center;
  margin-right: .9375rem;
  position: relative;
  transition: border-color .5s cubic-bezier(.22,.61,.36,1),background-color .5s cubic-bezier(.22,.61,.36,1);
  width: 2.875rem;
}

.c-btn-play__icon:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjE5OSIgaGVpZ2h0PSIxMi4wMDEiPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCAzMiIgZD0ibTkuMDIyIDYuMzMxLTguNDA2IDUuNkEuNC40IDAgMCAxIDAgMTEuNjA1Vi4zOTdhLjQuNCAwIDAgMSAuNjE2LS4zM2w4LjQwNiA1LjZhLjQuNCAwIDAgMSAwIC42NloiIGZpbGw9IiNmN2JhM2QiLz48L3N2Zz4=") no-repeat 50%/contain;
  content: "";
  display: block;
  height: .75rem;
  width: .5625rem;
}

.c-popup {
  background: #f7ba3d;
  bottom: 0;
  left: 0;
  padding: 1.5625rem;
  position: fixed;
  transform: none;
  transition: transform .3s ease-in-out;
  z-index: 50;
}

.c-popup.popover-is-closed {
  transform: translate(-100%,100%);
}

.c-popup__close {
  color: #121212;
  cursor: pointer;
  position: absolute;
  right: 1.5625rem;
  top: 1.5625rem;
  transition: color .5s cubic-bezier(.22,.61,.36,1);
}

.c-popup__close:focus,
.c-popup__close:hover {
  color: #fff;
}

.c-modal {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1050;
}

.c-modal,
.c-modal.modal-is-open {
  overflow-x: hidden;
  overflow-y: auto;
}

.c-modal.modal-is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.c-modal__dialog {
  margin: 10px;
  opacity: 0;
  pointer-events: none;
  position: relative;
  transform: scale(.5);
  transition: transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1);
  width: auto;
}

.c-modal.modal-is-open .c-modal__dialog {
  opacity: 1;
  transform: none;
}

.c-modal__dialog--scrollable {
  height: calc(100% - 20px);
}

.c-modal__dialog--scrollable .c-modal__content {
  max-height: 100%;
  overflow: hidden;
}

.c-modal__dialog--scrollable .c-modal__body {
  overflow-y: auto;
}

.c-modal__dialog--centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - 20px);
}

.c-modal__dialog--fullscreen {
  height: 100%;
  margin: 0!important;
  max-width: none!important;
  width: 100vw;
}

.c-modal__dialog--fullscreen .c-modal__content {
  border: 0;
  border-radius: 0;
  height: 100%;
}

.c-modal__dialog--fullscreen .c-modal__body {
  overflow-y: auto;
}

.c-modal__dialog--story .c-modal__body,
.c-modal__dialog--video .c-modal__body {
  padding: 0!important;
}

.c-modal__dialog--story {
  background-color: rgba(0,0,0,.9);
}

.c-modal__dialog--story .c-modal__content {
  align-items: center;
  background-color: transparent;
  flex-direction: row;
}

.c-modal__content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .9375rem;
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}

.c-modal-backdrop {
  backdrop-filter: blur(.625rem);
  background-color: rgba(0,0,0,.75);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040;
}

.c-modal__header {
  align-items: center;
  border-bottom: 1px solid #f4f4f9;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: 1.5625rem;
}

.c-modal__close {
  margin: -.5rem -.5rem -.5rem auto;
}

.c-modal__dialog--story .c-modal__close,
.c-modal__dialog--video .c-modal__close {
  left: 1.5625rem;
  margin: 0;
  position: absolute;
  top: 1.5625rem;
  z-index: 100;
}

.c-modal__title {
  color: #121212;
  line-height: 1;
  margin-bottom: 0;
}

.c-modal__body {
  flex: 1 1 auto;
  padding: 1.5625rem;
  position: relative;
}

.c-toggles {
  display: flex;
  flex-wrap: wrap;
}

.c-toggle {
  align-items: center;
  background-color: #fff;
  border-radius: .3125rem;
  color: #121212;
  display: flex;
  font-size: .875rem;
  height: 3.125rem;
  justify-content: center;
  margin-bottom: .78125rem;
  margin-right: .78125rem;
  padding: .1875rem 1.5625rem;
}

.c-toggle.is-active {
  background-color: #f7ba3d;
}

.c-toggle.is-active:focus,
.c-toggle.is-active:hover {
  color: #121212;
}

.c-footer {
  background-color: #121212;
  border-top: .0625rem solid hsla(0,1%,48%,.5);
  padding-bottom: 1.5625rem;
  padding-top: 1.5625rem;
}

.c-footer__item+.c-footer__item {
  margin-top: .625rem;
}

.c-footer__link {
  color: #fff;
  font-weight: 500;
}

.c-footer__creator {
  align-items: center;
  background-color: #f7ba3d;
  border-bottom-left-radius: .3125rem;
  border-top-left-radius: .3125rem;
  bottom: 6.25rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: .9375rem .625rem;
  position: absolute;
  right: 0;
  transition: all .5s cubic-bezier(.22,.61,.36,1);
}

.c-footer__creator:hover {
  padding-right: 1rem;
}

.c-footer__creator-text {
  opacity: 0;
  position: absolute;
}

.c-slider--fs:after {
  bottom: 2.4375rem;
  color: #fff;
  content: "Swipe";
  font-size: .6875rem;
  left: 50%;
  line-height: 1;
  position: absolute;
  transform: translateX(-50%);
}

.c-slider__slide {
  margin: 0 .78125rem;
  width: 14.0625rem;
}

.c-slider__banner {
  padding-bottom: 135%;
  position: relative;
}

.c-node__image {
  background: #fff;
  padding-bottom: 120%;
  position: relative;
}

.c-node__content {
  grid-gap: .4375rem;
  align-self: start;
  display: grid;
  padding-top: 1.171875rem;
}

.c-card {
  background-color: #fff;
  padding: 3.125rem;
  position: relative;
}

.c-card--small {
  padding: 1.5625rem 3.125rem;
}

.c-micro {
  background-color: #000;
  padding-bottom: 3.125rem;
  padding-top: 3.125rem;
}

.c-micro__item+.c-micro__item {
  margin-top: .3125rem;
}

.c-micro__link {
  color: #7b7878;
  font-size: .9375rem;
  font-weight: 500;
}

.c-social {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  line-height: 1;
}

.c-social__item+.c-social__item {
  margin-left: .9375rem;
}

.c-social__link {
  color: #7b7878;
  display: inline-block;
  font-size: 0;
}

.c-social__link:focus,
.c-social__link:hover {
  color: #f7ba3d;
}

@keyframes scroller {
  0%, to {
    height: .6875rem;
    top: .25rem;
  }

  50% {
    height: .8125rem;
    top: 1.6875rem;
  }
}

.c-scroller {
  display: flex;
  flex-direction: column;
  height: 7.375rem;
  margin-bottom: 4rem;
  width: 1.5rem;
}

.c-scroller__icon {
  border: .125rem solid #fff;
  border-radius: 2.5rem;
  display: block;
  height: 3rem;
  margin-top: auto;
  position: relative;
  width: 1.5rem;
}

.c-scroller__icon:after {
  animation: scroller 2s infinite;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: .6875rem;
  left: 50%;
  position: absolute;
  top: .25rem;
  transform: translateX(-50%);
  width: .6875rem;
}

.c-scroller__text {
  color: #fff;
  display: inline-block;
  font-size: .9375rem;
  font-weight: 500;
  text-transform: uppercase;
  transform: rotate(90deg);
}

.c-embed-responsive {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.c-embed-responsive .c-embed-responsive__item,
.c-embed-responsive embed,
.c-embed-responsive iframe,
.c-embed-responsive video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-embed-responsive--21by9 {
  padding-bottom: 42.8571428571%;
}

.c-embed-responsive--16by9 {
  padding-bottom: 56.25%;
}

.c-embed-responsive--4by3 {
  padding-bottom: 75%;
}

.c-embed-responsive--1by1 {
  padding-bottom: 100%;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.flickity-slider {
  height: 100%;
  position: absolute;
  width: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  align-items: center;
  background: #000;
  border: .125rem solid #000;
  border-radius: 2.5rem;
  color: #fff;
  display: flex;
  height: 2.375rem;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -1.5625rem;
  transform: translateY(-100%);
  transition: background-color .5s cubic-bezier(.22,.61,.36,1);
  width: 3.125rem;
}

.flickity-button:focus,
.flickity-button:hover {
  background: transparent;
  box-shadow: none;
  color: #000;
  cursor: pointer;
  outline: none;
}

.c-slider--fs .flickity-button {
  background-color: #fff;
  border-color: #fff;
  bottom: 1.5625rem;
  color: #121212;
  left: calc(50% + 1.5625rem);
  right: auto;
  top: auto;
  transform: none;
}

.c-slider--fs .flickity-button:focus,
.c-slider--fs .flickity-button:hover {
  background-color: transparent;
  color: #fff;
}

.flickity-button:disabled {
  cursor: auto;
  opacity: .6;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button.previous {
  background-color: transparent;
  color: #121212;
  right: 3.75rem;
}

.flickity-prev-next-button.previous:focus,
.flickity-prev-next-button.previous:hover {
  background-color: #000;
  color: #fff;
}

.c-slider--fs .flickity-prev-next-button.previous {
  background-color: transparent;
  color: #fff;
  left: auto;
  right: calc(50% + 1.5625rem);
  top: auto;
}

.c-slider--fs .flickity-prev-next-button.previous:focus,
.c-slider--fs .flickity-prev-next-button.previous:hover {
  background-color: #fff;
  color: #121212;
}

.flickity-prev-next-button .flickity-button-icon {
  height: 35%;
  width: 35%;
}

.flickity-page-dots {
  bottom: 1.5625rem;
  left: 1.5625rem;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  transform: translateY(50%);
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  background-color: #f7ba3d;
  border-radius: 50%;
  box-shadow: 0 0 0 .1875rem rgba(247,186,61,.6);
  cursor: pointer;
  display: inline-block;
  height: .375rem;
  margin: 0 .625rem;
  opacity: .5;
  width: .375rem;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.js-stagger {
  opacity: 0;
  transform: translateY(10%);
}

.js-stagger[data-stagger=bounce] {
  opacity: 1;
  transform: scale(0);
}

.js-stagger[data-stagger=children] {
  opacity: 1;
  transform: none;
}

.js-stagger[data-stagger=children]>* {
  opacity: 0;
  transform: translateY(5%);
}

.s-text {
  grid-gap: .78125rem;
  display: grid;
}

.s-text img {
  display: block;
  height: auto;
  margin-bottom: calc(1rem + .7vw);
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}

.s-text ul {
  list-style: none;
  padding-left: 0;
}

.s-text ul li {
  padding-left: 1.875rem;
  position: relative;
}

.s-text ul li:before {
  background: #f7ba3d;
  content: "";
  height: .5rem;
  left: 0;
  position: absolute;
  top: .5625rem;
  width: .5rem;
}

.s-text * {
  margin-bottom: 0;
}

.s-text--master p,
.s-text--master ul {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.s-text--lead p,
.s-text--lead ul {
  font-size: 1.125rem;
  font-weight: inherit;
  line-height: 1.625rem;
}

.u-bg-white {
  background-color: #fff!important;
}

a.u-bg-white:focus,
a.u-bg-white:hover {
  background-color: #e6e6e6!important;
}

.u-bg-gray-darker {
  background-color: #121212!important;
}

a.u-bg-gray-darker:focus,
a.u-bg-gray-darker:hover {
  background-color: #000!important;
}

.u-bg-gray-light {
  background-color: #ededed!important;
}

a.u-bg-gray-light:focus,
a.u-bg-gray-light:hover {
  background-color: #d4d4d4!important;
}

.is-negative {
  background-color: #000;
  color: #fff;
}

.has-overlay {
  overflow: hidden;
}

.has-overlay:before {
  background-image: linear-gradient(180deg,transparent 0,rgba(0,0,0,.5));
  background-repeat: repeat-x;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 20%;
  z-index: 1;
}

.u-object-cover {
  object-fit: cover;
}

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

.u-pointer-none {
  pointer-events: none;
}

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

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

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

.justify-self-center {
  justify-self: center!important;
}

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

.align-self-start {
  align-self: flex-start!important;
}

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

.align-self-center {
  align-self: center!important;
}

.g-cols\:auto\/1 {
  grid-template-columns: auto minmax(0,1fr);
}

.u-col\:full-width {
  grid-column: 1/-1;
}

.u-col\:1 {
  grid-column-start: 1;
}

.u-row\:1 {
  grid-row-start: 1;
}

.u-col\:2 {
  grid-column-start: 2;
}

.u-col\:span-2 {
  grid-column-end: span 2;
}

.u-row\:2 {
  grid-row-start: 2;
}

.u-row\:span-2 {
  grid-row-end: span 2;
}

.u-col\:span-3 {
  grid-column-end: span 3;
}

.u-row\:3 {
  grid-row-start: 3;
}

.u-col\:4 {
  grid-column-start: 4;
}

.u-col\:span-4 {
  grid-column-end: span 4;
}

.u-row\:4 {
  grid-row-start: 4;
}

.u-col\:span-5 {
  grid-column-end: span 5;
}

.u-col\:6 {
  grid-column-start: 6;
}

.u-col\:span-6 {
  grid-column-end: span 6;
}

.u-col\:7 {
  grid-column-start: 7;
}

.u-col\:span-7 {
  grid-column-end: span 7;
}

.u-gap\:1-xs {
  grid-gap: 1.5625rem;
}

.u-gap\:y-1-xs {
  row-gap: 1.5625rem;
}

.u-gap\:1-xs\/2 {
  grid-gap: .78125rem;
}

.u-gap\:2-xs {
  grid-gap: 3.125rem;
}

.u-gap\:y-2-xs {
  row-gap: 3.125rem;
}

.u-g-autoflow-dense {
  grid-auto-flow: dense;
}

.u-fill {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.u-relative {
  position: relative!important;
}

.u-z-3 {
  z-index: 3;
}

.u-z-4 {
  z-index: 4;
}

.u-z-5 {
  z-index: 5;
}

.u-sr-only {
  clip: rect(0,0,0,0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.u-mb-0 {
  margin-bottom: 0!important;
}

.u-pb-0 {
  padding-bottom: 0!important;
}

.u-pt-0 {
  padding-top: 0!important;
}

.u-mb-15 {
  margin-bottom: .9375rem;
}

.u-text-center {
  text-align: center!important;
}

.u-font-weight-medium {
  font-weight: 500;
}

.u-font-weight-bold {
  font-weight: 700;
}

.u-font-weight-black {
  font-weight: 900;
}

.u-font-italic {
  font-style: italic;
}

.u-text-gray-dark {
  color: #7b7878!important;
}

a.u-text-gray-dark:focus,
a.u-text-gray-dark:hover {
  color: #615f5f!important;
}

.u-text-gray-lighter {
  color: #f4f4f9!important;
}

a.u-text-gray-lighter:focus,
a.u-text-gray-lighter:hover {
  color: #d3d3e7!important;
}

.u-text-white {
  color: #fff!important;
}

a.u-text-white:focus,
a.u-text-white:hover {
  color: #e6e6e6!important;
}

.u-text-primary {
  color: #f7ba3d!important;
}

a.u-text-primary:focus,
a.u-text-primary:hover {
  color: #f5a90c!important;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-zero {
  margin: 0;
  padding: 0;
}

.u-hide {
  display: none!important;
}

.u-invisible {
  opacity: 0;
  visibility: hidden;
}

@media (min-width:768px) {
  body {
    font-size: 1rem;
    line-height: 1.625rem;
  }

  .sonic {
    font-size: 5rem;
  }

  .ultra {
    font-size: 11.25rem;
  }

  .alpha,
  h1 {
    font-size: 2.375rem;
    line-height: 2.875rem;
  }

  .beta,
  h2 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }

  .gamma,
  h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .delta,
  h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .g-container,
  .g-container-wide {
    grid-template-columns: 4rem 2rem 1fr repeat(2,3rem) 1fr 2rem 4rem;
  }

  .o-band {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }

  .o-band-extra-small {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  .o-band-small {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .o-band-large {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }

  .o-logo {
    height: 1.875rem;
    width: 12.1875rem;
  }

  .o-content {
    grid-template-rows: repeat(3,auto) 6rem;
  }

  .o-link-list._large {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }

  .o-media-small {
    padding-bottom: 60%;
  }

  .c-alert {
    padding: 1rem 2rem;
  }

  .c-alert--fixed {
    top: 5rem;
  }

  .c-header {
    height: 5rem;
  }

  .has-scrolled .c-header,
  .menu-is-open .c-header {
    height: 5rem;
  }

  .sticky-header {
    padding-top: 5rem;
  }

  .c-hero {
    grid-template-rows: 1fr 14rem;
  }

  .c-hero__shade--static {
    height: 14rem;
  }

  .c-menu {
    top: 5rem;
  }

  .c-menu__link {
    font-size: 2.5rem;
  }

  .c-usps__item:before {
    top: .3125rem;
  }

  .c-label {
    right: 2rem;
    top: 2rem;
  }

  html:not(:has(.has-scrolled)) .c-header--trans .dropdown-toggle:after {
    background: transparent url(/assets/images/chevron-white.svg) no-repeat 50%;
  }

  html.has-scrolled .c-header--trans .dropdown-toggle:after {
    background: transparent url(/assets/images/chevron-black.svg) no-repeat 50%;
  }

  .dropdown-menu {
    left: 0;
    position: absolute;
    top: 100%;
  }

  .c-btn {
    padding: 0 3rem 0 2rem;
  }

  .c-btn:focus,
  .c-btn:hover {
    padding: 0 2rem 0 3rem;
  }

  .c-popup {
    padding: 4rem;
    width: 28rem;
  }

  .c-popup__close {
    right: 2.34375rem;
    top: 2.34375rem;
  }

  .c-modal__header {
    padding: 2rem;
  }

  .c-modal__dialog--story .c-modal__close,
  .c-modal__dialog--video .c-modal__close {
    left: 4rem;
    top: 4rem;
  }

  .c-modal__body {
    padding: 2rem;
  }

  .c-modal__dialog {
    margin: 30px auto;
    max-width: 75%;
  }

  .c-modal__dialog--scrollable {
    height: calc(100% - 60px);
  }

  .c-modal__dialog--centered {
    min-height: calc(100% - 60px);
  }

  .c-modal__content {
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }

  .c-footer {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  .c-footer__item+.c-footer__item {
    margin-left: 1.25rem;
    margin-top: 0;
  }

  .c-slider--fs:after {
    bottom: 4rem;
  }

  .c-slider__slide {
    margin: 0 1rem;
    width: 16.25rem;
  }

  .c-slider__banner {
    padding-bottom: 100%;
  }

  .c-card {
    padding: 6rem 4rem;
  }

  .c-card--small {
    padding: 2rem;
  }

  .c-micro__item+.c-micro__item {
    margin-left: 1.25rem;
    margin-top: 0;
  }

  .flickity-button {
    height: 2.75rem;
    top: -2rem;
    width: 4rem;
  }

  .c-slider--fs .flickity-button {
    bottom: 3rem;
  }

  .flickity-prev-next-button.previous {
    right: 4.75rem;
  }

  .s-text {
    grid-gap: 1.5rem;
  }

  .s-text--master p,
  .s-text--master ul {
    font-size: 2.375rem;
    line-height: 2.875rem;
  }

  .s-text--lead p,
  .s-text--lead ul {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }

  .u-d-sm-flex {
    display: flex!important;
  }

  .justify-self-sm-end {
    justify-self: flex-end!important;
  }

  .g-cols\:2\>sm {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .g-cols\:2\/auto\>sm {
    grid-template-columns: repeat(2,auto);
  }

  .g-cols\:auto\/1\>sm {
    grid-template-columns: auto minmax(0,1fr);
  }

  .g-cols\:1\/auto\>sm {
    grid-template-columns: minmax(0,1fr) auto;
  }

  .u-col\:1\>sm {
    grid-column-start: 1;
  }

  .u-col\:2\>sm {
    grid-column-start: 2;
  }

  .u-col\:span-2\>sm {
    grid-column-end: span 2;
  }

  .u-col\:3\>sm {
    grid-column-start: 3;
  }

  .u-col\:span-4\>sm {
    grid-column-end: span 4;
  }

  .u-col\:5\>sm {
    grid-column-start: 5;
  }

  .u-col\:span-6\>sm {
    grid-column-end: span 6;
  }

  .u-col\:span-8\>sm {
    grid-column-end: span 8;
  }

  .u-gap\:1-xs\>sm {
    grid-gap: 1.5625rem;
  }

  .u-gap\:1-sm\>sm {
    grid-gap: 2rem;
  }

  .u-gap\:y-1-sm\>sm {
    row-gap: 2rem;
  }

  .u-gap\:2-sm\>sm {
    grid-gap: 4rem;
  }

  .u-gap\:y-2-sm\>sm {
    row-gap: 4rem;
  }
}

@media (min-width:992px) {
  .o-content {
    grid-template-rows: repeat(2,auto) 6rem;
  }

  .o-media {
    height: 100%;
    padding: 0;
  }

  .o-media-small {
    height: 100%;
    padding: 0;
  }

  .o-split-content {
    grid-template-rows: 1fr auto;
    min-height: calc(var(--vh, 1vh)*100);
  }

  .o-split-content--small {
    min-height: calc(var(--vh, 1vh)*100 - 5rem);
  }

  .c-hero__shade {
    margin-left: auto;
    width: 24rem;
  }

  .c-hero__shade--static {
    bottom: 0;
    position: absolute;
    right: 0;
  }

  .c-modal__dialog--story .c-modal__close,
  .c-modal__dialog--video .c-modal__close {
    top: 2rem;
  }

  .c-slider__banner {
    padding-bottom: 75%;
  }

  .c-card {
    padding: 6rem;
  }

  .c-card--small {
    padding: 3rem 2rem;
  }

  .align-self-md-end {
    align-self: flex-end!important;
  }

  .g-cols\:1\>md {
    grid-template-columns: minmax(0,1fr);
  }

  .g-cols\:2\>md {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .g-cols\:3\>md {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }

  .g-cols\:auto\/1\>md {
    grid-template-columns: auto minmax(0,1fr);
  }

  .u-col\:1\>md {
    grid-column-start: 1;
  }

  .u-col\:span-1\>md {
    grid-column-end: span 1;
  }

  .u-row\:1\>md {
    grid-row-start: 1;
  }

  .u-col\:2\>md {
    grid-column-start: 2;
  }

  .u-col\:span-2\>md {
    grid-column-end: span 2;
  }

  .u-row\:2\>md {
    grid-row-start: 2;
  }

  .u-row\:span-2\>md {
    grid-row-end: span 2;
  }

  .u-col\:span-3\>md {
    grid-column-end: span 3;
  }

  .u-row\:3\>md {
    grid-row-start: 3;
  }

  .u-col\:span-4\>md {
    grid-column-end: span 4;
  }

  .u-col\:5\>md {
    grid-column-start: 5;
  }

  .u-col\:span-5\>md {
    grid-column-end: span 5;
  }

  .u-col\:6\>md {
    grid-column-start: 6;
  }

  .u-col\:span-6\>md {
    grid-column-end: span 6;
  }

  .u-gap\:1-sm\>md {
    grid-gap: 2rem;
  }

  .u-gap\:2-sm\>md {
    grid-gap: 4rem;
  }

  .u-gap\:y-2-sm\>md {
    row-gap: 4rem;
  }

  .u-gap\:x-2-sm\>md {
    column-gap: 4rem;
  }

  .u-gap\:x-6-sm\>md {
    column-gap: 12rem;
  }

  .u-mb-0\>md {
    margin-bottom: 0!important;
  }

  .u-hidden-md-up {
    display: none!important;
  }
}

@media (min-width:1200px) {
  body {
    font-size: 1.0625rem;
    line-height: 1.6875rem;
  }

  ::-webkit-scrollbar {
    background-color: #f4f4f9;
    width: .5rem;
  }

  ::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #f7ba3d;
    outline: .0625rem solid #de9809;
  }

  .sonic {
    font-size: 6.25rem;
  }

  .ultra {
    font-size: 16.25rem;
  }

  .alpha,
  h1 {
    font-size: 3rem;
    line-height: 3.625rem;
  }

  .beta,
  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .gamma,
  h3 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }

  .delta,
  h4 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .g-container,
  .g-container-wide {
    grid-template-columns: 4rem 2rem 1fr repeat(2,4rem) 1fr 2rem 4rem;
  }

  .o-band-small {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }

  .o-logo {
    height: 2.1875rem;
    width: 14.0625rem;
  }

  .o-logo-small {
    height: 1.25rem;
    width: 10.9375rem;
  }

  .o-link-list._large {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .c-hero {
    grid-template-rows: 1fr 16rem;
  }

  .c-hero__shade--static {
    height: 16rem;
  }

  .c-hero__content {
    font-size: 1.25rem;
  }

  .form {
    grid-gap: 1rem;
  }

  .c-btn-outline {
    font-size: 1.25rem;
  }

  .c-footer__item+.c-footer__item {
    margin-left: 1.875rem;
  }

  .c-slider__slide {
    width: 21.5625rem;
  }

  .c-slider__banner {
    padding-bottom: 50%;
  }

  .c-node__content {
    grid-gap: .75rem;
    padding-top: 1.5rem;
  }

  .c-micro__item+.c-micro__item {
    margin-left: 1.875rem;
  }

  .c-micro__link {
    font-size: 1.0625rem;
  }

  .c-scroller--offset-right {
    margin-right: 26rem;
  }

  .s-text--master p,
  .s-text--master ul {
    font-size: 3rem;
    line-height: 3.625rem;
  }

  .s-text--lead p,
  .s-text--lead ul {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .g-cols\:2\>lg {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .g-cols\:4\>lg {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }

  .g-cols\:auto\/1\>lg {
    grid-template-columns: auto minmax(0,1fr);
  }

  .u-col\:2\>lg {
    grid-column-start: 2;
  }

  .u-col\:span-2\>lg {
    grid-column-end: span 2;
  }

  .u-col\:span-3\>lg {
    grid-column-end: span 3;
  }

  .u-col\:span-5\>lg {
    grid-column-end: span 5;
  }

  .u-col\:6\>lg {
    grid-column-start: 6;
  }

  .u-gap\:2-sm\>lg {
    grid-gap: 4rem;
  }

  .u-gap\:y-3-sm\>lg {
    row-gap: 6rem;
  }

  .u-gap\:x-4-sm\>lg {
    column-gap: 8rem;
  }
}

@media (min-width:1550px) {
  body {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sonic {
    font-size: 7.5rem;
  }

  .ultra {
    font-size: 19rem;
  }

  .alpha,
  h1 {
    font-size: 3.625rem;
    line-height: 4.375rem;
  }

  .beta,
  h2 {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }

  .gamma,
  h3 {
    font-size: 1.625rem;
    line-height: 2.375rem;
  }

  .delta,
  h4 {
    font-size: 1.375rem;
    line-height: .125rem;
  }

  .g-container,
  .g-container-wide {
    grid-template-columns: 10rem 1fr repeat(2,5rem) 1fr 10rem;
  }

  .g-container-wide {
    grid-template-columns: 7.5rem 1fr repeat(2,5rem) 1fr 7.5rem;
  }

  .o-band {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
  }

  .o-band-extra-small {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .o-band-small {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
  }

  .o-band-large {
    padding-bottom: 10rem;
    padding-top: 10rem;
  }

  .o-logo {
    height: 2.5rem;
    width: 16rem;
  }

  .o-content {
    grid-template-rows: repeat(2,auto) 7.5rem;
  }

  .o-link-list._large {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }

  .o-split-content--small {
    min-height: calc(var(--vh, 1vh)*100 - 7.5rem);
  }

  .c-alert--fixed {
    top: 7.5rem;
  }

  .c-header {
    height: 7.5rem;
  }

  .has-scrolled .c-header,
  .menu-is-open .c-header {
    height: 7.5rem;
  }

  .sticky-header {
    padding-top: 7.5rem;
  }

  .c-nav__item+.c-nav__item {
    margin-left: 2.5rem;
  }

  .c-hero {
    grid-template-rows: 1fr 17.5rem;
  }

  .c-hero__shade {
    width: 30rem;
  }

  .c-hero__shade--static {
    height: 17.5rem;
  }

  .c-hero__content {
    font-size: 1.375rem;
  }

  .c-menu {
    top: 7.5rem;
  }

  .c-usps__item:before {
    top: .375rem;
  }

  .c-label {
    right: 2.5rem;
    top: 2.5rem;
  }

  .c-btn {
    padding: 0 3.75rem 0 2.5rem;
  }

  .c-btn:focus,
  .c-btn:hover {
    padding: 0 2.5rem 0 3.75rem;
  }

  .c-btn-outline {
    font-size: 1.375rem;
    height: 3.125rem;
    line-height: 3.125rem;
    padding-right: 6.25rem;
  }

  .c-btn-outline:before {
    left: calc(100% - 5rem);
  }

  .c-btn-outline:after {
    right: 2.1875rem;
  }

  .c-popup {
    padding: 3.75rem 5rem;
    width: 37.5rem;
  }

  .c-modal__header {
    padding: 2.5rem;
  }

  .c-modal__dialog--story .c-modal__close,
  .c-modal__dialog--video .c-modal__close {
    left: 5rem;
    top: 2.5rem;
  }

  .c-modal__body {
    padding: 2.5rem;
  }

  .c-modal__dialog {
    max-width: 50%;
  }

  .c-footer__creator {
    bottom: 12.5rem;
  }

  .c-slider--fs:after {
    bottom: 5.9375rem;
  }

  .c-slider__slide {
    margin: 0 1.25rem;
    width: 23.125rem;
  }

  .c-card {
    padding: 7.5rem;
  }

  .c-card--small {
    padding: 3.75rem;
  }

  .c-scroller--offset-right {
    margin-right: 35rem;
  }

  .flickity-button {
    top: -2.5rem;
  }

  .c-slider--fs .flickity-button {
    bottom: 5rem;
  }

  .flickity-page-dots .dot {
    box-shadow: 0 0 0 .25rem rgba(247,186,61,.6);
    height: .5rem;
    margin: 0 1.25rem;
    width: .5rem;
  }

  .s-text {
    grid-gap: 1.875rem;
  }

  .s-text--master p,
  .s-text--master ul {
    font-size: 3.625rem;
    line-height: 4.375rem;
  }

  .s-text--lead p,
  .s-text--lead ul {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }

  .u-col\:span-1\>xl {
    grid-column-end: span 1;
  }

  .u-col\:2\>xl {
    grid-column-start: 2;
  }

  .u-col\:span-2\>xl {
    grid-column-end: span 2;
  }

  .u-col\:span-4\>xl {
    grid-column-end: span 4;
  }

  .u-col\:5\>xl {
    grid-column-start: 5;
  }

  .u-col\:6\>xl {
    grid-column-start: 6;
  }

  .u-gap\:1-xl\>xl {
    grid-gap: 2.5rem;
  }

  .u-gap\:y-1-xl\>xl {
    row-gap: 2.5rem;
  }

  .u-gap\:2-xl\>xl {
    grid-gap: 5rem;
  }

  .u-gap\:y-2-xl\>xl {
    row-gap: 5rem;
  }

  .u-gap\:x-4-xl\>xl {
    column-gap: 10rem;
  }

  .u-gap\:x-5-xl\>xl {
    column-gap: 12.5rem;
  }

  .u-gap\:x-10-xl\>xl {
    column-gap: 25rem;
  }
}

@media (min-width:1800px) {
  .o-content {
    grid-template-rows: repeat(2,auto) 15rem;
  }
}

@media (min-width:2000px) {
  html {
    font-size: 20px;
  }
}

@media (min-width:3000px) {
  html {
    font-size: 22px;
  }
}

@media (max-width:1199px) {
  .u-hidden-md-down {
    display: none!important;
  }
}

@media (max-width:991px) {
  .u-hidden-sm-down {
    display: none!important;
  }
}

@media (max-width:767px) {
  .c-popup {
    right: 4.6875rem;
  }

  .u-hidden-xsl-down {
    display: none!important;
  }
}

@media (min-width:544px)and (max-width:767px) {
  body:before {
    align-items: center;
    background-color: #121212;
    bottom: 0;
    color: #fff;
    content: "Please rotate your device";
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5000;
  }
}

@media (min-width:768px)and (max-width:991px) {
  .c-hero__content {
    max-width: 60%;
  }

  .c-footer__creator {
    bottom: 3.125rem;
  }
}

@media (min-width:992px)and (max-width:1199px) {
  .c-label {
    right: .78125rem;
    top: .78125rem;
  }

  .u-d-block\@md {
    display: block;
  }
}