@font-face {
  font-family: Gt Super Display;
  src: url('../fonts/GT-Super-Display-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt America;
  src: url('../fonts/GT-America-Standard-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tay Birdie;
  src: url('../fonts/TAYBirdie.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --swatch--sand-stone: #f6f3ef;
  --body--font-family: var(--font--secondary-family);
  --swatch--dusk: #031a33;
  --body--font-size: 16px;
  --body--line-height: var(--line-height--lg);
  --body--font-weight: var(--font-weight--400);
  --size--0px: 0rem;
  --size--16px: 1rem;
  --size--80px: 5rem;
  --size--64px: 4rem;
  --size--48px: 3rem;
  --size--32px: 2rem;
  --size--10px: .625rem;
  --size--24px: 1.5rem;
  --size--18px: 1.125rem;
  --swatch--flare: #fe6039;
  --size--40px: 2.5rem;
  --size--8px: .5rem;
  --size--6px: .375rem;
  --radius--sm: var(--size--2px);
  --size--2px: .125rem;
  --size--12px: .75rem;
  --swatch--utility-focus: var(--swatch--sol);
  --radius--lg: 100vw;
  --swatch--black: black;
  --size--14px: .875rem;
  --font--tertiary-family: "Tay Birdie", Arial, sans-serif;
  --font--primary-family: "Gt Super Display", "Times New Roman", sans-serif;
  --font-weight--300: 300;
  --swatch--sand: #f6edde;
  --swatch--verdant: #9cc7ab;
  --line-height--sm: 1;
  --font-weight--500: 500;
  --swatch--ray: #f1ed1b;
  --padding-horizontal--sm: var(--size--24px);
  --line-height--md: 1.5;
  --font--inherit: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --font--secondary-family: "GT America", Arial, sans-serif;
  --font-weight--inherit: 0px;
  --font-weight--100: 100;
  --font-weight--200: 200;
  --font-weight--400: 400;
  --font-weight--600: 600;
  --font-weight--700: 700;
  --font-weight--800: 800;
  --font-weight--900: 900;
  --letter-spacing--sm: 0em;
  --letter-spacing--md: .5em;
  --letter-spacing--lg: 1em;
  --line-height--lg: 1.65;
  --text-transform--inherit: 0px;
  --text-transform--none: 0px;
  --text-transform--uppercase: 0px;
  --text-transform--capitalize: 0px;
  --text-transform--lowercase: 0px;
  --swatch--afterglow: #482f57;
  --swatch--sol: #fd9303;
  --swatch--mirage: #f0b48a;
  --swatch--dawn: #f7b7c7;
  --swatch--drift: #60bfb7;
  --swatch--utility-error: #ff3131;
  --swatch--utility-default: #a29b9b;
  --swatch--white: white;
  --body--letter-spacing: var(--size--0px);
  --max-width--sm: 70.5rem;
  --max-width--md: 90rem;
  --max-width--lg: 90rem;
  --padding-horizontal--none: var(--size--0px);
  --padding-horizontal--md: var(--size--40px);
  --padding-vertical--none: var(--size--0px);
  --padding-vertical--sm: var(--size--24px);
  --padding-vertical--md: var(--size--80px);
  --padding-vertical--lg: 11.25rem;
  --radius--md: var(--size--8px);
  --gap--sm: var(--size--16px);
  --gap--md: var(--size--32px);
  --gap--lg: var(--size--64px);
  --gap--xl: var(--size--80px);
  --heading-display--font-size: 11.25rem;
  --heading-display--font-family: var(--font--primary-family);
  --heading-display--letter-spacing: var(--letter-spacing--sm);
  --heading-display--text-transform: var(--text-transform--inherit);
  --heading-display--margin: var(--size--16px);
  --heading-display--font-weight: var(--font-weight--300);
  --heading-display--line-height: var(--line-height--sm);
  --heading-4xl--font-size: var(--size--80px);
  --heading-4xl--font-family: var(--font--primary-family);
  --heading-4xl--letter-spacing: var(--letter-spacing--sm);
  --heading-4xl--text-transform: var(--text-transform--inherit);
  --heading-4xl--margin: var(--size--14px);
  --heading-4xl--font-weight: var(--font-weight--300);
  --heading-4xl--line-height: var(--line-height--sm);
  --heading-3xl--font-size: var(--size--64px);
  --heading-3xl--font-family: var(--font--primary-family);
  --heading-3xl--letter-spacing: var(--letter-spacing--sm);
  --heading-3xl--text-transform: var(--text-transform--inherit);
  --heading-3xl--margin: var(--size--14px);
  --heading-3xl--font-weight: var(--font-weight--300);
  --heading-3xl--line-height: var(--line-height--sm);
  --heading-2xl--font-size: var(--size--56px);
  --heading-2xl--font-family: var(--font--primary-family);
  --heading-2xl--letter-spacing: var(--letter-spacing--sm);
  --heading-2xl--text-transform: var(--text-transform--inherit);
  --heading-2xl--margin: var(--size--14px);
  --heading-2xl--font-weight: var(--font-weight--300);
  --heading-2xl--line-height: var(--line-height--sm);
  --heading-lg--font-size: var(--size--40px);
  --heading-lg--font-family: var(--font--primary-family);
  --heading-lg--letter-spacing: var(--letter-spacing--sm);
  --heading-lg--text-transform: var(--text-transform--inherit);
  --heading-lg--margin: var(--size--14px);
  --heading-lg--font-weight: var(--font-weight--300);
  --heading-lg--line-height: var(--line-height--sm);
  --heading-md--font-size: var(--size--32px);
  --heading-md--font-family: var(--font--primary-family);
  --heading-md--letter-spacing: var(--letter-spacing--sm);
  --heading-md--text-transform: var(--text-transform--inherit);
  --heading-md--margin: var(--size--14px);
  --heading-md--font-weight: var(--font-weight--300);
  --heading-md--line-height: var(--line-height--sm);
  --heading-sm--font-size: var(--size--24px);
  --heading-sm--font-family: var(--font--primary-family);
  --heading-sm--letter-spacing: var(--letter-spacing--sm);
  --heading-sm--text-transform: var(--text-transform--inherit);
  --heading-sm--margin: var(--size--14px);
  --heading-sm--font-weight: var(--font-weight--300);
  --heading-sm--line-height: var(--line-height--sm);
  --heading-xl--font-size: var(--size--48px);
  --heading-xl--font-family: var(--font--primary-family);
  --heading-xl--letter-spacing: var(--letter-spacing--sm);
  --heading-xl--text-transform: var(--text-transform--inherit);
  --heading-xl--margin: var(--size--14px);
  --heading-xl--font-weight: var(--font-weight--300);
  --heading-xl--line-height: var(--line-height--sm);
  --heading-xs--font-size: var(--size--18px);
  --heading-xs--font-family: var(--font--primary-family);
  --heading-xs--letter-spacing: var(--letter-spacing--sm);
  --heading-xs--text-transform: var(--text-transform--inherit);
  --heading-xs--margin: var(--size--8px);
  --heading-xs--font-weight: var(--font-weight--300);
  --heading-xs--line-height: var(--line-height--sm);
  --paragraph-lg--font-size: var(--size--24px);
  --paragraph-lg--font-family: var(--font--secondary-family);
  --paragraph-lg--letter-spacing: var(--letter-spacing--sm);
  --paragraph-lg--font-weight: var(--font-weight--400);
  --paragraph-lg--line-heigh: var(--line-height--lg);
  --paragraph-sm--font-size: var(--size--14px);
  --paragraph-sm--font-family: var(--font--secondary-family);
  --paragraph-sm--letter-spacing: var(--letter-spacing--sm);
  --paragraph-sm--font-weight: var(--font-weight--400);
  --paragraph-sm--line-height: var(--line-height--lg);
  --paragraph-xs--font-size: var(--size--12px);
  --paragraph-xs--font-family: var(--font--secondary-family);
  --paragraph-xs--letter-spacing: var(--letter-spacing--sm);
  --paragraph-xs--font-weight: var(--font-weight--400);
  --paragraph-xs--line-height: var(--line-height--lg);
  --size--4px: .25rem;
  --size--56px: 3.5rem;
  --size--72px: 4.5rem;
  --size--88px: 5.5rem;
  --size--96px: 6rem;
  --size--104px: 6.5rem;
  --size--112px: 7rem;
  --size--120px: 7.5rem;
  --size--128px: 8rem;
  --size--136px: 8.5rem;
  --size--144px: 9rem;
  --size--152px: 9.5rem;
  --size--160px: 10rem;
  --size--168px: 10.5rem;
  --size--176px: 11rem;
  --size--184px: 11.5rem;
  --size--192px: 12rem;
  --size--200px: 12.5rem;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--swatch--sand-stone);
  font-family: var(--body--font-family);
  color: var(--swatch--dusk);
  font-size: var(--body--font-size);
  line-height: var(--body--line-height);
  font-weight: var(--body--font-weight);
}

h1 {
  margin-top: var(--size--0px);
  margin-bottom: var(--size--16px);
  font-size: var(--size--80px);
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  margin-top: var(--size--0px);
  margin-bottom: var(--size--16px);
  font-size: var(--size--64px);
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  margin-top: var(--size--0px);
  margin-bottom: var(--size--16px);
  font-size: var(--size--48px);
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  margin-top: var(--size--0px);
  margin-bottom: var(--size--16px);
  font-size: var(--size--32px);
  font-weight: 500;
  line-height: 1.1;
}

h5 {
  margin-top: var(--size--0px);
  margin-bottom: var(--size--10px);
  font-size: var(--size--24px);
  font-weight: 500;
  line-height: 1.1;
}

h6 {
  margin-top: var(--size--0px);
  margin-bottom: var(--size--10px);
  font-size: var(--size--18px);
  font-weight: 500;
  line-height: 1.1;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--swatch--flare);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: .09375rem solid var(--swatch--flare);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.page_wrapper {
  overflow: clip;
}

.global-code {
  display: none;
}

.container {
  width: 100%;
  max-width: 90rem;
  padding-right: var(--size--40px);
  padding-left: var(--size--40px);
  margin-left: auto;
  margin-right: auto;
}

.sg-container {
  width: 100%;
  max-width: 100%;
}

.sg-grid_2col {
  grid-column-gap: var(--size--24px);
  grid-row-gap: var(--size--32px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sg-text_wrap {
  min-height: 8rem;
}

.sg-label {
  margin-right: var(--size--8px);
  margin-bottom: var(--size--8px);
  padding: var(--size--8px) var(--size--6px);
  border-radius: var(--radius--sm);
  font-size: var(--size--10px);
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.heading {
  font-weight: 500;
}

.sg-header {
  margin-top: var(--size--80px);
  margin-bottom: var(--size--24px);
  padding-bottom: var(--size--8px);
  border-bottom: var(--size--2px) solid black;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sg-sub-header {
  margin-top: 1.5rem;
  margin-bottom: var(--size--24px);
  padding: var(--size--24px);
  grid-column-gap: var(--size--24px);
  grid-row-gap: var(--size--24px);
  border: var(--size--2px) solid black;
  border-radius: var(--radius--sm);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sg-grid_4col {
  grid-column-gap: var(--size--24px);
  grid-row-gap: var(--size--32px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sg-color_chip {
  aspect-ratio: 3 / 2;
  width: 100%;
}

.sg-color-info_wrap {
  margin-top: var(--size--6px);
  grid-column-gap: var(--size--6px);
  grid-row-gap: var(--size--6px);
  flex-direction: column;
  display: flex;
}

.sg-color-info {
  font-size: var(--size--12px);
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.sg-component_wrap {
  margin-top: 1.5rem;
  margin-bottom: var(--size--24px);
  padding: var(--size--24px);
  grid-column-gap: var(--size--40px);
  grid-row-gap: var(--size--40px);
  border: var(--size--2px) solid black;
  border-radius: var(--radius--sm);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.sg-component-header {
  grid-column-gap: var(--size--24px);
  grid-row-gap: var(--size--24px);
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.sg-prop-info_wrap {
  grid-column-gap: var(--size--8px);
  grid-row-gap: var(--size--8px);
  flex-direction: column;
  display: flex;
}

.sg-component-info {
  grid-column-gap: var(--size--24px);
  grid-row-gap: var(--size--24px);
  border-bottom: var(--size--2px) solid black;
  font-size: var(--size--12px);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.video-volume-wrapper {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 12% 8% auto auto;
}

.video-volume-wrapper._1 {
  z-index: 14;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  position: static;
  top: 7%;
  right: 3%;
}

.video-sub-dropdown-item {
  color: #fff;
  text-align: center;
  padding: 8px 5px;
  transition: background-color .2s;
}

.video-sub-dropdown-item:hover {
  background-color: #292929;
}

.button-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.video-dropdown-toggle {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.video-duration {
  color: #ffffffb3;
  width: 9ch;
}

.video-subtitle {
  color: #efefef;
  max-width: 54ch;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.fullscreen {
  display: flex;
}

.video-sub-dropdown-list {
  position: static;
}

.video-sub-dropdown-list.w--open {
  color: #fff;
  background-color: #ffffff14;
}

.html-video-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px #ececec, 0 5px 20px -1px #02031633;
}

.video-poster-image {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-loading-track {
  background-color: #9094a0;
  border-radius: 40px;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-play {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.video-track-wrapper {
  grid-column-gap: 4px;
  display: flex;
}

.video-title {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
}

.videos-sub-dropdown-toggle {
  color: #fff;
  border-bottom: .0625rem solid #ffffff12;
  justify-content: center;
  align-items: center;
  padding: .875rem;
  display: flex;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.track {
  background-color: #fafafa29;
  width: 100%;
  height: 5px;
}

.track.video-element {
  border-radius: 40px;
  position: relative;
}

.video-title-wrapper {
  z-index: 2;
  grid-row-gap: 5px;
  background-image: url('../images/Background.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: contain;
  flex-direction: column;
  padding: 1.5625rem 2.1875rem 1.875rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.lower-video-controls {
  justify-content: space-between;
  display: flex;
}

.video-player-style {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.html-icon {
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  height: 1.3rem;
  display: flex;
}

.html-icon.small {
  width: 1.2rem;
  height: 1.2rem;
}

.video-controls {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  align-items: center;
  display: flex;
}

.control-button {
  z-index: 19;
  color: #fff;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.video-sub-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.video-sub-dropdown-list-wrapper {
  inset: auto 0% 0% auto;
}

.video-sub-dropdown-list-wrapper.w--open {
  color: #fff;
  background-color: #202020;
  border-radius: .75rem;
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  inset: auto 0% 2.6rem auto;
  overflow: hidden;
}

.video-dropdown {
  position: relative;
}

.video-element {
  color: #fff9f9;
}

.video-play-overlay {
  z-index: 1;
  color: #fff;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-play-overlay.is-gradient {
  border-radius: var(--size--0px);
  background-image: linear-gradient(#08080866, #02020200 12%, #1110 91%, #080808);
  overflow: hidden;
}

.video-controls-wrapper {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-image: linear-gradient(#fff0, #08090d 95%);
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 1rem 3rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.video-controls-wrapper.player_1 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-direction: column;
  align-items: stretch;
}

.icon {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.trackinner {
  z-index: 1;
  background-color: #fff;
  border-radius: 40px;
  width: 0%;
  height: 100%;
  position: relative;
}

.video-volume-embed {
  display: flex;
  transform: rotate(0);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block {
  font-size: 6rem;
}

.input_main-wrap {
  margin-bottom: var(--size--18px);
  grid-column-gap: var(--size--6px);
  grid-row-gap: var(--size--6px);
  flex-flow: column;
  padding-top: 1rem;
  display: flex;
  position: relative;
}

.input_main-wrap.newsletter {
  padding-top: 0;
}

.input_main-wrap.split {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
}

.input-label {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
  transition: font-size .5s cubic-bezier(.62, .05, .01, .99), top .5s cubic-bezier(.62, .05, .01, .99);
  position: absolute;
  inset: .75rem auto auto 0;
}

.input-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.input {
  width: 100%;
  min-height: var(--size--48px);
  padding: var(--size--8px) var(--size--12px) var(--size--8px) 0px;
  border-bottom: .09375rem solid var(--swatch--dusk);
  color: var(--swatch--dusk);
  font-size: var(--size--18px);
  background-color: #0000;
  margin-bottom: 0;
  transition: border-color .2s;
  position: relative;
}

.input:hover {
  z-index: 2;
  border-color: var(--swatch--utility-focus);
}

.input:focus {
  border-bottom-color: var(--swatch--utility-focus);
}

.input::placeholder {
  color: #909090;
}

.input.has-right-icon {
  padding-right: 40px;
}

.input.text-area {
  min-height: var(--size--80px);
}

.input.select {
  appearance: none;
}

.input.newsletter {
  height: 48px;
  min-height: 48px;
  padding-left: var(--size--18px);
  border-width: 1.5px;
  border-color: var(--swatch--dusk);
  border-radius: var(--radius--lg);
  background-color: #0000;
}

.input.newsletter::placeholder {
  color: var(--swatch--dusk);
}

.input-svg {
  z-index: 3;
  opacity: 0;
  color: #12133140;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: opacity .2s;
  position: absolute;
  inset: 10px auto auto 10px;
}

.input-svg.is-right {
  width: 1.25rem;
  height: 1.25rem;
  top: auto;
  left: auto;
  right: 12px;
}

.input-svg.is-select {
  opacity: 1;
  pointer-events: none;
  width: 2rem;
  height: 2rem;
  color: var(--swatch--black);
  top: auto;
  left: auto;
  right: 8px;
}

.input-help-text {
  opacity: 0;
  font-size: var(--size--14px);
  line-height: 1;
  transition: opacity .2s;
}

.ms-embed {
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 10px;
  font-style: italic;
  display: none;
}

.submit-btn {
  width: 100%;
  max-width: 10.25rem;
  min-height: var(--size--48px);
  padding: var(--size--8px) var(--size--16px);
  background-color: var(--swatch--dusk);
  font-size: var(--size--16px);
  justify-content: center;
  align-items: center;
  transition: color .2s, background-color .2s;
  display: flex;
}

.submit-btn:hover {
  background-color: var(--swatch--utility-focus);
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.ms-text-area {
  min-height: 80px;
}

.ms-input.nice-select {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.ms-input-label {
  color: #121331;
  margin-bottom: 5px;
  font-weight: 700;
}

.checkbox-wrap {
  font-size: var(--size--14px);
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.checkbox {
  border-width: 1.5px 1.5px .09375rem;
  border-color: #12133140 #12133140 var(--swatch--dusk);
  border-bottom-style: solid;
  flex: none;
  width: 18px;
  height: 18px;
}

.checkbox:hover {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), linear-gradient(#2962ff, #2962ff);
  border-color: #2962ff;
}

.checkbox.w--redirected-checked {
  background-color: var(--swatch--utility-focus);
  background-image: url('../images/smallcheck.svg');
  background-size: 70%;
  border-color: #12133140;
  border-radius: 33%;
}

.checkbox-link {
  color: var(--swatch--utility-focus);
}

.checkbox-group-wrap {
  margin-top: -.5rem;
  margin-bottom: var(--size--16px);
  grid-column-gap: var(--size--8px);
  grid-row-gap: var(--size--8px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.limit-test {
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
}

.home-hero_container.container {
  z-index: 10;
  height: 300vh;
  position: relative;
}

.home-hero-bg_container {
  z-index: 1;
  width: 100%;
  height: 300vh;
  position: absolute;
  inset: 0% 0% auto;
}

.home-hero-sticky_wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.home-hero-clouds_container.container {
  z-index: 10;
  pointer-events: none;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.home-hero-bg-img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 300vh;
  position: absolute;
  inset: 0%;
}

.cloud-1 {
  width: 100%;
  max-width: 77.4375rem;
  position: absolute;
  bottom: 0%;
  left: -34.375rem;
}

.cloud-2 {
  width: 100%;
  max-width: 77.4375rem;
  position: absolute;
  bottom: 25%;
  right: -38rem;
}

.home-hero-content_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 51.875rem;
  display: flex;
  position: relative;
}

.svg-tagline {
  width: 100%;
  max-width: 17.5625rem;
  position: relative;
}

.svg-wordmark {
  width: 100%;
  max-width: 14rem;
  position: relative;
}

.test-block {
  z-index: 10;
  height: 100svh;
}

.nav {
  z-index: 888;
  width: 100%;
  position: fixed;
  top: 0;
}

.nav-container {
  z-index: 888;
  width: 100%;
  max-width: 90rem;
  padding: 1.5rem var(--size--40px);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-logo-link {
  width: 2.25rem;
  height: 2.25rem;
  color: var(--swatch--dusk);
  padding-bottom: 0;
  position: absolute;
  left: calc(50% - 1.125rem);
}

.svg-glyph {
  padding-bottom: 0;
  position: absolute;
}

.svg-hero-glyph {
  aspect-ratio: 1;
  width: 11.1656rem;
  position: absolute;
}

.home-brands_container.container {
  z-index: 20;
  flex-flow: column;
  display: flex;
  position: relative;
}

.home-brands_wrapper {
  z-index: 20;
  grid-column-gap: 11.25rem;
  grid-row-gap: 11.25rem;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 67.5rem;
  display: flex;
  position: relative;
}

.glow_wrapper {
  z-index: 1;
  width: 100%;
  height: 100vh;
  margin-bottom: -100svh;
  position: sticky;
  top: 0;
}

.home-hero_section.section {
  margin-bottom: -100svh;
}

.home-intro_section.section {
  z-index: 20;
}

.home-intro_container.container {
  justify-content: center;
  align-items: center;
  padding-top: 17.5rem;
  display: flex;
}

.home-intro-content_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 39rem;
  display: flex;
}

.gobo-overlay {
  z-index: 15;
  opacity: .05;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
  position: sticky;
  top: 0;
}

.gobo-section_clip {
  z-index: 10;
  background-color: var(--swatch--sand-stone);
  border-top-left-radius: 100vw;
  border-top-right-radius: 100vw;
  position: relative;
  overflow: clip;
}

.gobo-section_wrapper {
  position: relative;
}

.home-brands-content_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 30rem;
  display: flex;
}

.home-brands-img_wrapper {
  width: 100%;
  max-width: 32.75rem;
  position: relative;
}

.home-brands-img {
  z-index: 2;
  aspect-ratio: 1;
  border-top-left-radius: 100vw;
  border-top-right-radius: 100vw;
  width: 100%;
  position: relative;
}

.home-brands-logo {
  width: 100%;
  max-width: 13.5rem;
}

.hide {
  display: none;
}

.home-brands-top {
  z-index: 3;
  aspect-ratio: 1;
  width: 100%;
  max-width: 26.25rem;
  position: absolute;
  inset: auto auto -13.125rem -13.125rem;
}

.home-brands-bottom {
  z-index: 1;
  aspect-ratio: 1;
  width: 100%;
  max-width: 26.25rem;
  position: absolute;
  top: auto;
  right: -13.125rem;
}

.btn__circle-wrap {
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.btn__circle {
  background-color: var(--swatch--dusk);
  pointer-events: none;
  border-radius: 50%;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.btn-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 2em;
  display: flex;
  position: relative;
}

.btn__text {
  color: var(--swatch--dusk);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.btn__text:where(.w-variant-bd53bef9-6760-ccfa-ccc9-29ca3ee255ca), .btn__text.submit {
  color: var(--swatch--sand-stone);
}

.btn-text-p {
  font-family: var(--font--tertiary-family);
  color: currentColor;
  white-space: nowrap;
  margin-bottom: 0;
  padding-bottom: .05em;
  line-height: 1;
}

.img__founder {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.btn__bg {
  border: 1.5px solid var(--swatch--dusk);
  background-color: #0000;
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.btn__bg:where(.w-variant-bd53bef9-6760-ccfa-ccc9-29ca3ee255ca) {
  border-color: var(--swatch--sand-stone);
}

.btn__bg.submit {
  background-color: var(--swatch--dusk);
}

.before__100 {
  padding-top: 100%;
  display: block;
}

.btn__image {
  border-radius: 50%;
  width: 2.25em;
  height: 2.25em;
  margin-left: -.75em;
  margin-right: .5em;
  position: relative;
  overflow: hidden;
}

.btn {
  cursor: pointer;
  border-radius: 1em;
  border-radius: calc(var(--btn-height) * .5);
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 3em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn:hover {
  text-decoration: none;
}

.btn.submit {
  z-index: 20;
  background-color: #0000;
  height: 40px;
  position: absolute;
  top: 4px;
  right: 4px;
}

.footer_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-content_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.footer-link_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn-animate-chars {
  font-family: var(--font--tertiary-family);
  color: var(--swatch--dusk);
  letter-spacing: -1px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-top: .25em;
  padding-bottom: .25em;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-animate-chars.nav-link {
  width: 100%;
  font-family: var(--font--primary-family);
  font-size: var(--size--80px);
  font-weight: var(--font-weight--300);
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.btn-animate-chars__bg {
  background-color: #efeeec;
  border-radius: .25em;
  position: absolute;
  inset: 0;
}

.btn-animate-chars__text {
  white-space: nowrap;
  line-height: 1.3;
}

.mvnifest-logo {
  width: 100%;
  max-width: 9.0625rem;
}

.mvnifest-cta_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_container.container {
  z-index: 20;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.footer-glow_wrapper {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.divider {
  background-color: var(--swatch--dusk);
  flex: none;
  width: 100%;
  height: .09375rem;
  min-height: .09375rem;
}

.divider.is-vertical {
  align-self: stretch;
  width: .09375rem;
  min-width: .09375rem;
  height: 1.5rem;
  min-height: 100%;
}

.divider.is-pagination {
  flex: 0 auto;
}

.footer-logo-svg {
  padding: 1px;
  overflow: visible;
}

.footer-meta_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-location_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-location {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.policy-link {
  color: var(--swatch--dusk);
}

.transition {
  z-index: 999;
  background-color: var(--swatch--sand);
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-menu {
  z-index: 777;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-menu_container.container {
  z-index: 10;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 100vh;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.nav-menu-bg {
  z-index: 1;
  background-color: var(--swatch--verdant);
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.nav-link_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 32.6875rem;
  display: flex;
}

.nav-link_wrapper {
  width: 100%;
  position: relative;
}

.label {
  font-family: var(--font--tertiary-family);
  line-height: var(--line-height--sm);
  font-weight: var(--font-weight--500);
  letter-spacing: -1px;
}

.label.nav-label {
  position: absolute;
  inset: 0% 0% auto auto;
}

.label.nav-tagline {
  opacity: 0;
}

.label.brands-link {
  border-radius: var(--radius--lg);
  background-color: var(--swatch--ray);
  opacity: 0;
  padding: .25rem .5rem;
  transition: opacity .35s cubic-bezier(.62, .05, .01, .99);
}

.label.success {
  border-radius: var(--radius--lg);
  background-color: var(--swatch--ray);
  margin-bottom: 1rem;
  padding: .25rem .5rem;
  transition: opacity .35s cubic-bezier(.62, .05, .01, .99);
}

.menu-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: all .35s cubic-bezier(.62, .05, .01, .99);
  display: flex;
  position: relative;
}

.menu-button:hover {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.menu-line {
  background-color: var(--swatch--dusk);
  width: 100%;
  height: 2px;
  transition: all .35s cubic-bezier(.62, .05, .01, .99);
}

.menu-line.is-open {
  position: absolute;
  transform: rotate(45deg);
}

.menu-line.is-bottom.is-open {
  transform: rotate(-45deg);
}

.simple-masthead_container.container {
  padding-top: 18.75rem;
}

.simple-masthead-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.simple-masthead-content:where(.w-variant-32f0ce5e-6c43-3dcc-d61b-09878429c523) {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.simple-masthead_section.section {
  z-index: 20;
}

.brands-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brands-card {
  aspect-ratio: 1;
  border: .09375rem solid var(--swatch--dusk);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: border-radius .5s cubic-bezier(.62, .05, .01, .99);
  display: flex;
  position: relative;
  overflow: hidden;
}

.brands-card:hover {
  border-top-left-radius: var(--radius--lg);
  border-top-right-radius: var(--radius--lg);
}

.brands-card-logo {
  z-index: 10;
  width: 100%;
  max-width: 13.5rem;
  transition: transform .35s cubic-bezier(.62, .05, .01, .99), opacity .35s cubic-bezier(.62, .05, .01, .99);
  position: relative;
}

.brands-card-img {
  z-index: 1;
  opacity: 0;
  width: 100%;
  transition: transform .5s cubic-bezier(.62, .05, .01, .99), opacity .5s cubic-bezier(.62, .05, .01, .99);
  position: absolute;
  inset: 0%;
}

.brands-card-info {
  z-index: 10;
  width: 100%;
  height: 2rem;
  color: var(--swatch--dusk);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: absolute;
  bottom: 2rem;
  overflow: hidden;
}

.brand-list_section.section {
  z-index: 20;
}

.brands-description {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  line-height: 1;
  transition: opacity .35s cubic-bezier(.62, .05, .01, .99);
  position: absolute;
  inset: 0%;
}

.glyph-line.bottom-center {
  transform-origin: 50% 100%;
}

.news-list_wrapper {
  width: 100%;
  max-width: 66.75rem;
  margin-left: auto;
  margin-right: auto;
}

.news-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.news-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: .09375rem solid var(--swatch--dusk);
  width: 100%;
  color: var(--swatch--dusk);
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.news-card-img_wrapper {
  width: 100%;
  max-width: 18.75rem;
  overflow: hidden;
}

.news-card-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  transition: transform .5s cubic-bezier(.62, .05, .01, .99);
}

.news-card-content_wrapper {
  width: 100%;
  max-width: 40rem;
}

.join-us_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 66.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.join-us_sticky {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 28.75rem;
  display: flex;
  position: sticky;
  top: 5rem;
}

.join-us_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 32.6875rem;
  display: flex;
}

.join-us_section.section {
  z-index: 20;
}

.join-us_row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  display: flex;
}

.about-hero-content_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 57rem;
  display: flex;
  position: relative;
}

.about-hero_container.container {
  z-index: 10;
  height: 200vh;
  position: relative;
}

.about-intro-content_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 39rem;
  display: flex;
}

.about_section.section {
  z-index: 20;
}

.about_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  width: 100%;
  max-width: 66.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about_wrapper.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.about-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.about-img-row_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  display: flex;
}

.about-img_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 32.8125rem;
  display: flex;
}

.about-img {
  aspect-ratio: 1;
  border: .09375rem solid var(--swatch--dusk);
  object-fit: cover;
  width: 100%;
}

.about-img.is-small-arch {
  aspect-ratio: auto;
  border-top-left-radius: 100vw;
  border-top-right-radius: 100vw;
  flex: 1;
}

.about-img.is-lg-arch {
  aspect-ratio: 1;
  border-top-left-radius: 100vw;
  border-top-right-radius: 100vw;
  flex: 1;
}

.about-row_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  max-width: 28.75rem;
  display: flex;
}

.about-img_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.about-content_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-self: center;
  width: 100%;
  max-width: 28.75rem;
  display: block;
}

.card-link {
  z-index: 10;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.news-listing_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  max-width: 66.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.news-header_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.news-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.main-rich-text {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.main-rich-text h1, .main-rich-text h2, .main-rich-text h3, .main-rich-text h4, .main-rich-text h5 {
  margin-top: 2rem;
}

.main-rich-text h6 {
  margin-top: var(--padding-horizontal--sm);
}

.main-rich-text p {
  margin-bottom: 1rem;
}

.main-rich-text blockquote {
  font-size: 1.5rem;
  line-height: var(--line-height--md);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.main-rich-text figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.news-info_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact_section.section {
  z-index: 20;
}

.contact_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 66.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-copy_wrapper {
  width: 100%;
  max-width: 28.125rem;
}

.contact-main-form_wrapper {
  width: 100%;
  max-width: 32.5rem;
}

.form_wrapper {
  width: 100%;
  margin-bottom: 0;
}

.input-newsletter {
  width: 100%;
  min-height: var(--size--48px);
  padding: var(--size--8px) var(--size--12px) var(--size--8px) 0px;
  border-bottom: .09375rem solid var(--swatch--dusk);
  color: var(--swatch--black);
  font-size: var(--size--18px);
  background-color: #0000;
  margin-bottom: 0;
  transition: border-color .2s;
  position: relative;
}

.input-newsletter:hover {
  z-index: 2;
  border-color: var(--swatch--utility-focus);
}

.input-newsletter::placeholder {
  color: #909090;
}

.input-newsletter.has-right-icon {
  padding-right: 40px;
}

.input-newsletter.text-area {
  min-height: var(--size--80px);
}

.input-newsletter.select {
  appearance: none;
}

.input-newsletter.newsletter {
  height: 48px;
  min-height: 48px;
  padding-left: var(--size--18px);
  border-width: 1.5px;
  border-color: var(--swatch--dusk);
  border-radius: var(--radius--lg);
  background-color: #0000;
}

.input-newsletter.newsletter::placeholder {
  color: var(--swatch--dusk);
}

.input-header {
  border-bottom: .09375rem solid var(--swatch--dusk);
  margin-top: 3rem;
  margin-bottom: 1.125rem;
  padding-bottom: .5rem;
}

.input-header.is-top {
  margin-top: 0;
}

.form-nav {
  justify-content: space-between;
  margin-top: 2.5rem;
  transition: all .3s cubic-bezier(.62, .05, .01, .99);
  display: flex;
  position: relative;
}

.form-btn_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.form-pagination_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 5rem;
  display: flex;
}

.pagination-bubble {
  border: .09375rem solid var(--swatch--dusk);
  border-radius: var(--radius--lg);
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  font-family: var(--font--tertiary-family);
  font-size: var(--size--14px);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.select_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: .09375rem solid var(--swatch--dusk);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.select-box {
  border: .09375rem solid var(--swatch--dusk);
  flex: none;
  width: 18px;
  height: 18px;
  transition: all .35s;
}

.select-box.w--redirected-checked {
  background-color: var(--swatch--utility-focus);
  background-image: url('../images/smallcheck.svg');
  background-size: 70%;
  border-color: #12133140;
  border-radius: 33%;
}

.tool-tip {
  background-color: var(--swatch--sand-stone);
  font-size: var(--size--14px);
  border: .09375rem solid #000;
  padding: .25rem .5rem;
  position: absolute;
  inset: -2rem auto auto 0%;
}

.success_wrapper {
  background-color: #0000;
  border: .09375rem solid #000;
  padding: 1.5rem;
}

.success-message {
  aspect-ratio: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.generic-header_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.generic-listing_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._404-heading {
  font-size: 30rem;
}

._404-hero_container.container {
  z-index: 10;
  min-height: 100vh;
  position: relative;
}

._404-hero-sticky_wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

._404-content_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.pb-header_section.section {
  z-index: 20;
}

.pb-header_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.pb-image {
  aspect-ratio: 1;
  border: .09375rem solid var(--swatch--dusk);
  object-fit: cover;
  width: 100%;
  max-width: 23.125rem;
  position: relative;
  left: -3rem;
}

.pb-image.is-small {
  max-width: 16.25rem;
  left: auto;
}

.pb-image.is-right {
  left: auto;
  right: -3rem;
}

.pb-img_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 25rem;
  display: flex;
}

.pb-split_section.section {
  z-index: 20;
}

.pb-split_wrapper {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pb-split-content_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 38rem;
  display: flex;
}

.pb-split-copy_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.pb-split-row_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.pb-split-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pb-split-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 28rem;
  display: flex;
}

.pb-split-icon {
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.pb-split-cta_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-3col_wrapper {
  grid-column-gap: 1.45rem;
  grid-row-gap: 1.45rem;
  justify-content: space-between;
  display: flex;
}

.about-3col-divider {
  background-color: var(--swatch--dusk);
  width: .09375rem;
}

.about-3col-card {
  grid-column-gap: 6.75rem;
  grid-row-gap: 6.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: 28.75rem;
  padding-top: 2.5rem;
  display: flex;
}

.about-icon {
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.newsletter-success {
  width: 100%;
  min-height: var(--size--48px);
  padding: var(--size--8px) var(--size--12px) var(--size--8px) 0px;
  border-bottom: .09375rem solid var(--swatch--dusk);
  color: var(--swatch--black);
  font-size: var(--size--18px);
  text-align: center;
  background-color: #0000;
  margin-bottom: 0;
  transition: border-color .2s;
  position: relative;
}

.newsletter-success:hover {
  z-index: 2;
  border-color: var(--swatch--utility-focus);
}

.newsletter-success::placeholder {
  color: #909090;
}

.newsletter-success.has-right-icon {
  padding-right: 40px;
}

.newsletter-success.text-area {
  min-height: var(--size--80px);
}

.newsletter-success.select {
  appearance: none;
}

.newsletter-success.newsletter {
  height: 48px;
  min-height: 48px;
  padding-left: var(--size--18px);
  border: 1px solid var(--swatch--dusk);
  border-radius: var(--radius--lg);
  background-color: #0000;
}

.newsletter-success.newsletter::placeholder {
  color: var(--swatch--dusk);
}

.contact_container.container {
  min-height: 95vh;
}

.card-slot {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .video-subtitle {
    font-size: 1rem;
  }

  .html-video-wrapper {
    border-radius: 1.25rem;
    min-width: 90vw;
    min-height: auto;
  }

  .video-title {
    font-size: 1.2rem;
  }

  .video-title-wrapper {
    padding-top: 1.45rem;
    padding-left: 1.575rem;
    padding-right: 1.575rem;
    overflow: hidden;
  }

  .video-controls-wrapper.player_1 {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    padding-bottom: .8rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }

  .cloud-1 {
    left: -25rem;
  }

  .cloud-2 {
    right: -28rem;
  }

  .home-hero-content_wrapper {
    max-width: 50rem;
  }

  .home-brands_container.container {
    grid-column-gap: 11rem;
    grid-row-gap: 11rem;
  }

  .home-brands_wrapper {
    flex-flow: column;
    height: auto;
    max-height: none;
  }

  .footer_wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .footer-content_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-bottom: .125rem solid var(--swatch--dusk);
    padding-bottom: 2.5rem;
  }

  .footer-content_wrapper.is-cta {
    order: -1;
  }

  .mvnifest-cta_wrapper {
    justify-content: space-between;
  }

  .footer-meta_wrapper {
    flex-flow: wrap;
  }

  .footer-newsletter_wrapper {
    margin-bottom: 0;
  }

  .brands-list {
    grid-template-columns: 1fr 1fr;
  }

  .about-hero-content_wrapper {
    max-width: 50rem;
  }

  .about-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-img-row_wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  ._404-heading {
    font-size: 20rem;
  }

  .pb-header_wrapper {
    justify-content: center;
  }

  .pb-image {
    position: absolute;
    left: -13rem;
  }

  .pb-image.is-small {
    position: relative;
  }

  .pb-image.is-right {
    right: -13rem;
  }

  .pb-split_wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .about-3col_wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-3col-divider {
    width: 100%;
    height: .09375rem;
  }
}

@media screen and (max-width: 767px) {
  .sg-grid_2col {
    grid-template-columns: 1fr;
  }

  .sg-grid_4col {
    grid-template-columns: 1fr 1fr;
  }

  .video-subtitle {
    font-size: .9rem;
  }

  .fullscreen {
    display: none;
  }

  .video-title {
    font-size: 1.1rem;
  }

  .div-block {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% .8rem;
  }

  .lower-video-controls {
    margin: auto;
  }

  .html-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .video-controls.player_1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    justify-items: center;
    display: flex;
  }

  .control-button {
    width: 2rem;
    height: 2rem;
  }

  .control-button.hide-mobile-landscape {
    display: flex;
  }

  .video-controls-wrapper.player_1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: linear-gradient(#fff0, #08090d8f);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center stretch;
    inset: 0%;
  }

  .home-brands_wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .home-brands-top {
    max-width: 16rem;
    bottom: -8rem;
    left: -8rem;
  }

  .home-brands-bottom {
    max-width: 16rem;
    right: -8rem;
  }

  .footer-location_wrapper {
    flex-flow: wrap;
  }

  .nav-menu_container.container {
    padding-bottom: 10rem;
  }

  .news-card {
    flex-flow: column;
  }

  .news-card-img_wrapper {
    order: -1;
    max-width: none;
  }

  .join-us_wrapper {
    flex-flow: column;
  }

  .join-us_sticky {
    position: relative;
    top: auto;
  }

  .contact_wrapper {
    flex-flow: column;
  }

  ._404-heading {
    font-size: 14rem;
  }

  .pb-image {
    max-width: 18rem;
    left: -10rem;
  }

  .pb-image.is-small {
    max-width: 11rem;
  }

  .pb-image.is-right {
    right: -11rem;
  }

  .pb-img_wrapper {
    max-width: 19rem;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: var(--size--32px);
    padding-left: var(--size--32px);
  }

  .sg-grid_2col, .sg-grid_4col {
    grid-template-columns: 1fr;
  }

  .video-subtitle {
    font-size: .7rem;
  }

  .video-title {
    font-size: .9rem;
  }

  .video-title-wrapper {
    z-index: 7;
    grid-row-gap: 0px;
    padding: 1rem 1.3rem 1.5rem;
  }

  .video-controls.hide-mobile-landscape {
    display: none;
  }

  .control-button {
    height: 2.5rem;
    padding: 0;
  }

  .checkbox-wrap {
    display: flex;
  }

  .cloud-1 {
    left: -12rem;
  }

  .cloud-2 {
    right: -12rem;
  }

  .hero-heading {
    font-size: var(--size--48px);
  }

  .nav-container {
    padding: 1rem var(--size--18px);
    justify-content: flex-end;
  }

  .home-brands_container.container {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .home-intro_container.container {
    padding-top: 7.5rem;
  }

  .footer-link_wrapper {
    flex-flow: wrap;
  }

  .btn-animate-chars.nav-link {
    font-size: var(--size--40px);
  }

  .mvnifest-cta_wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
  }

  .nav-menu {
    display: none;
  }

  .nav-link_container {
    flex-flow: wrap;
  }

  .label.nav-tagline {
    display: none;
  }

  .simple-masthead_container.container {
    padding-top: 11.25rem;
  }

  .brands-list {
    grid-template-columns: 1fr;
  }

  .join-us_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .about-intro-content_wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .about_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  ._404-heading {
    font-size: 10rem;
  }

  .pb-header_wrapper {
    padding-top: 4.5rem;
  }

  .pb-image {
    max-width: 7rem;
    left: -2rem;
  }

  .pb-image.is-small {
    max-width: 7rem;
  }

  .pb-image.is-right {
    max-width: 7rem;
    right: -2rem;
  }

  .pb-img_wrapper {
    max-width: 13rem;
  }

  .pb-split-row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-3col-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

#w-node-_6893381f-902c-8958-ed1f-83ca3e1f5952-421c5013 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_38c995fa-ac3e-a081-3a7e-e31f65f6321c-421c5013, #w-node-_3fe7f7e5-2e53-7fc8-c9da-3065a851049f-421c5013, #w-node-_217fbb44-6faf-d01f-9f9a-1bbddb869cbe-421c5013, #w-node-_217fbb44-6faf-d01f-9f9a-1bbddb869cd0-421c5013, #w-node-_5b5a206b-b2c6-dd9f-c2c7-a2c5271bde0b-421c5013, #w-node-f1460493-4367-f011-a70d-02abb3970b80-421c5013, #w-node-_2e0fcd09-0b44-9d1a-0cc3-81b0a32eaa1f-421c5013, #w-node-_20785ce4-ec7b-0c8c-ed5d-bca699ecc4b2-421c5013, #w-node-_20785ce4-ec7b-0c8c-ed5d-bca699ecc4c4-421c5013, #w-node-_1a90c0db-bb92-2f76-7a0c-ca4e947c0b74-421c5013, #w-node-_1a90c0db-bb92-2f76-7a0c-ca4e947c0b86-421c5013, #w-node-_484185d6-aac4-7152-7474-8422433dd42c-421c5013, #w-node-_484185d6-aac4-7152-7474-8422433dd450-421c5013, #w-node-_484185d6-aac4-7152-7474-8422433dd43e-421c5013 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11b13190-60f6-e9f2-6f55-908694f63c78-94f63c58 {
  place-self: stretch stretch;
}

@media screen and (max-width: 767px) {
  #w-node-_6893381f-902c-8958-ed1f-83ca3e1f5952-421c5013 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gt Super Display';
  src: url('../fonts/GT-Super-Display-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America';
  src: url('../fonts/GT-America-Standard-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tay Birdie';
  src: url('../fonts/TAYBirdie.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}