@charset "UTF-8";
/* ============================ 00_tools ============================
                        Add third party tools here
================================================================== */
/* =========================== 01_helpers ===========================
        Variables, mixins and functions are loaded onto the
                individual scss files using @use

Example:
In stylesheets/scss/05_pages//home_hero.scss add on top
@use "01_helpers/mixins/breakpoints";
================================================================== */
/*Nothing needs to be added here.
Add mixins, variables to necessary individual scss files using @use*/
/* ============================ 02_base =============================
        Any reset or normalize to override them custom build
                            Global elements
================================================================== */
.breadcrumb {
  display: none;
}

.l-main-pagecontent {
  padding-top: 0;
  background-color: white;
}
.l-main-pagecontent .standard-content > .row > .columns {
  padding-left: 0;
  padding-right: 0;
}
.l-main-pagecontent .standard-content {
  padding-bottom: 0;
}
.l-main-pagecontent .standard-content .row {
  max-width: none;
}
.l-main-pagecontent .standard-content .row .columns h1:first-child {
  display: none;
  margin: 0;
}
.l-main-pagecontent .standard-content .row .large-9 {
  width: 100%;
}

.l-contact {
  margin-top: 0;
}

.row .osn-row-layout .row {
  margin-left: auto;
  margin-right: auto;
  max-width: min(800px, 100% - 10px);
}
@media (min-width: 640px) {
  .row .osn-row-layout .row {
    max-width: min(100% - 120px + 1.875rem, 1440px);
  }
}

/*
Copy pastas:
===========

@use "01_helpers/variables/fonts";

font-family: fonts.$font-neue-plak-text;
font-family: fonts.$font-neue-plak-text-bold;
font-family: fonts.$font-neue-plak-bold;
font-family: fonts.$font-neue-plak;
font-family: fonts.$font-neue-plak-black;
*/
@font-face {
  font-family: "NeuePlakRegular";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url("/_ttu-template/_global/stylesheets/fonts/NeuePlakRegular_normal_normal.woff2") format("woff2"), url("/_ttu-template/_global/stylesheets/fonts/NeuePlakRegular_normal_normal.woff") format("woff");
}
@font-face {
  font-family: "NeuePlakTextBold";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url("/_ttu-template/_global/stylesheets/fonts/NeuePlakTextBold_normal_normal.woff2") format("woff2"), url("/_ttu-template/_global/stylesheets/fonts/NeuePlakTextBold_normal_normal.woff") format("woff");
}
@font-face {
  font-family: "NeuePlakTextItalic";
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
  src: url("/_ttu-template/_global/stylesheets/fonts/NeuePlakTextItalic_italic_normal.woff2") format("woff2"), url("/_ttu-template/_global/stylesheets/fonts/NeuePlakTextItalic_italic_normal.woff") format("woff");
}
@font-face {
  font-family: "NeuePlakTextRegular";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url("/_ttu-template/_global/stylesheets/fonts/NeuePlakTextRegular_normal_normal.woff2") format("woff2"), url("/_ttu-template/_global/stylesheets/fonts/NeuePlakTextRegular_normal_normal.woff") format("woff");
}
@font-face {
  font-family: "NeuePlakTextBoldItalic";
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
  src: url("/_ttu-template/_global/stylesheets/fonts/NeuePlakTextBoldItalic_italic_normal.woff2") format("woff2"), url("/_ttu-template/_global/stylesheets/fonts/NeuePlakTextBoldItalic_italic_normal.woff") format("woff");
}
@font-face {
  font-family: "NeuePlakBlack";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url("/_ttu-template/_global/stylesheets/fonts/NeuePlakBlack_normal_normal.woff2") format("woff2"), url("/_ttu-template/_global/stylesheets/fonts/NeuePlakBlack_normal_normal.woff") format("woff");
}
@font-face {
  font-family: "NeuePlakBold";
  font-style: normal;
  font-stretch: normal;
  src: url("/_ttu-template/_global/stylesheets/fonts/NeuePlak-Bold.woff2") format("woff2"), url("/_ttu-template/_global/stylesheets/fonts/NeuePlak-Bold.woff") format("woff"), url("/_ttu-template/_global/stylesheets/fonts/NeuePlakBold.ttf") format("ttf");
}
@font-face {
  font-family: "NeuePlakCompressedBold";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url("/_ttu-template/_global/stylesheets/fonts/NeuePlakCompBold.woff2") format("woff2"), url("/_ttu-template/_global/stylesheets/fonts/NeuePlakCompBold.woff") format("woff"), url("/_ttu-template/_global/stylesheets/fonts/NeuePlakCompressedBold.eot") format("eot"), url("/_ttu-template/_global/stylesheets/fonts/NeuePlakCompressedBold.ttf") format("ttf");
}
@font-face {
  font-family: "NeuePlakSemiBold";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url("/_ttu-template/_global/stylesheets/fonts/NeuePlakSemiBold.ttf") format("ttf");
}
@font-face {
  font-family: "NeuePlakWideBold";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url("/_ttu-template/_global/stylesheets/fonts/NeuePlakWideBold.woff2") format("woff2"), url("/_ttu-template/_global/stylesheets/fonts/NeuePlakWideBold.woff") format("woff");
}
@font-face {
  font-family: "NeuePlakExtendedExtraBlack";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url("/_ttu-template/_global/stylesheets/fonts/NeuePlakExtendedExtraBlack.woff2") format("woff2"), url("/_ttu-template/_global/stylesheets/fonts/NeuePlakExtendedExtraBlack.woff") format("woff");
}
/*
Copy pastas:
===========

@use "01_helpers/mixins/breakpoints"; //Load the mixin collection

@include breakpoints.for-narrow-phone-only {} //vw <= 399px
@include breakpoints.for-wide-phone-up {} // vw >= 400px
@include breakpoints.for-tablet-portrait-up {} // vw >= 600px
@include breakpoints.for-tablet-landscape-up {} //  vw >= 900px
@include breakpoints.for-desktop-up {} // vw >= 1200px
@include breakpoints.for-desktop-lim-up {} // vw >= 1440px
@include breakpoints.for-big-desktop-up {} // vw >= 1800px

//Traditional tablet sizes

@include breakpoints.for-tablet-small-up {}
@include breakpoints.for-tablet-med-up {} // vw >= 768px
@include breakpoints.for-tablet-large-up {}

-----

Usage Example:
============

.my-box
{
    padding: 1rem;
    @include breakpoints.for-wide-phone-up {padding: 1.25rem;}
    @include breakpoints.for-tablet-portrait-up {padding: 1.5px}
    @include for-desktop-up {padding: 2rem;}
}
*/
/*
Copy pastas:
===========

@use "01_helpers/variables/colors";

color: colors.$scarlet;
color: colors.$light-gray;
color: colors.$med-gray;
color: colors.$dark-gray;
*/
.scarlet {
  color: #e90802 !important;
}

.med-gray {
  color: #757575 !important;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "NeuePlakTextRegular", Inter, Tahoma, sans-serif;
}

/* text */
.l-main-pagecontent .p1 {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.16px;
  font-weight: 500;
}
@media (min-width: 640px) {
  .l-main-pagecontent .p1 {
    font-size: 18px;
    letter-spacing: -0.18px;
  }
}

.l-main-pagecontent .p1--bold {
  font-family: "NeuePlakBold", Inter, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.16px;
}
@media (min-width: 640px) {
  .l-main-pagecontent .p1--bold {
    font-size: 20px;
    letter-spacing: -0.2px;
  }
}

h1.display-xl,
h2.display-xl,
h3.display-xl,
h4.display-xl,
h5.display-xl,
h6.display-xl,
p.display-xl {
  font-family: "NeuePlakCompressedBold", Inter, Tahoma, sans-serif;
  font-size: 160px;
  line-height: 75%;
  text-transform: uppercase;
}
@media (min-width: 640px) {
  h1.display-xl,
  h2.display-xl,
  h3.display-xl,
  h4.display-xl,
  h5.display-xl,
  h6.display-xl,
  p.display-xl {
    font-size: 368px;
  }
}

/* headings */
h1.heading-1,
h2.heading-1,
h3.heading-1,
h4.heading-1,
h5.heading-1,
h6.heading-1,
div.heading-1,
p.heading-1,
button.heading-1,
a.heading-1,
span.heading-1 {
  font-family: "NeuePlakCompressedBold", Inter, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 110px;
  line-height: 80%;
  font-weight: normal;
}
@media (min-width: 640px) {
  h1.heading-1,
  h2.heading-1,
  h3.heading-1,
  h4.heading-1,
  h5.heading-1,
  h6.heading-1,
  div.heading-1,
  p.heading-1,
  button.heading-1,
  a.heading-1,
  span.heading-1 {
    font-size: 155px;
  }
}
@media (min-width: 1200px) {
  h1.heading-1,
  h2.heading-1,
  h3.heading-1,
  h4.heading-1,
  h5.heading-1,
  h6.heading-1,
  div.heading-1,
  p.heading-1,
  button.heading-1,
  a.heading-1,
  span.heading-1 {
    font-size: 200px;
  }
}

h1.heading-2,
h2.heading-2,
h3.heading-2,
h4.heading-2,
h5.heading-2,
h6.heading-2,
div.heading-2,
p.heading-2,
button.heading-2,
a.heading-2,
span.heading-2 {
  font-family: "NeuePlakWideBold", Inter, Tahoma, sans-serif;
  font-size: 32px;
  line-height: 110%;
  font-weight: normal;
}
@media (min-width: 1200px) {
  h1.heading-2,
  h2.heading-2,
  h3.heading-2,
  h4.heading-2,
  h5.heading-2,
  h6.heading-2,
  div.heading-2,
  p.heading-2,
  button.heading-2,
  a.heading-2,
  span.heading-2 {
    font-size: 50px;
    line-height: 100%;
  }
}

h1.heading-3,
h2.heading-3,
h3.heading-3,
h4.heading-3,
h5.heading-3,
h6.heading-3,
div.heading-3,
p.heading-3,
button.heading-3,
a.heading-3,
span.heading-3 {
  font-family: "NeuePlakCompressedBold", Inter, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 90%;
  letter-spacing: 0.35px;
  font-weight: normal;
}
@media (min-width: 640px) {
  h1.heading-3,
  h2.heading-3,
  h3.heading-3,
  h4.heading-3,
  h5.heading-3,
  h6.heading-3,
  div.heading-3,
  p.heading-3,
  button.heading-3,
  a.heading-3,
  span.heading-3 {
    font-size: 50px;
    letter-spacing: 0.5px;
  }
}

h1.heading-3--v2,
h2.heading-3--v2,
h3.heading-3--v2,
h4.heading-3--v2,
h5.heading-3--v2,
h6.heading-3--v2,
div.heading-3--v2,
p.heading-3--v2,
button.heading-3--v2,
a.heading-3--v2 span.heading-3--v2 {
  font-family: "NeuePlakCompressedBold", Inter, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 90%;
  letter-spacing: 0.35px;
  font-weight: normal;
}
@media (min-width: 640px) {
  h1.heading-3--v2,
  h2.heading-3--v2,
  h3.heading-3--v2,
  h4.heading-3--v2,
  h5.heading-3--v2,
  h6.heading-3--v2,
  div.heading-3--v2,
  p.heading-3--v2,
  button.heading-3--v2,
  a.heading-3--v2 span.heading-3--v2 {
    font-size: 50px;
    letter-spacing: 0.5px;
  }
}

h1.heading-4,
h2.heading-4,
h3.heading-4,
h4.heading-4,
h5.heading-4,
h6.heading-4,
div.heading-4,
p.heading-4,
button.heading-4,
a.heading-4,
span.heading-4 {
  font-family: "NeuePlakBold", Inter, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 120%;
  font-weight: normal;
}
@media (min-width: 640px) {
  h1.heading-4,
  h2.heading-4,
  h3.heading-4,
  h4.heading-4,
  h5.heading-4,
  h6.heading-4,
  div.heading-4,
  p.heading-4,
  button.heading-4,
  a.heading-4,
  span.heading-4 {
    font-size: 28px;
  }
}

h1.heading-6,
h2.heading-6,
h3.heading-6,
h4.heading-6,
h5.heading-6,
h6.heading-6,
div.heading-6,
p.heading-6,
button.heading-6,
a.heading-6,
span.heading-6 {
  font-family: "NeuePlakBold", Inter, Tahoma, sans-serif;
  font-size: 25px;
  line-height: 100%;
  font-weight: normal;
}
@media (min-width: 640px) {
  h1.heading-6,
  h2.heading-6,
  h3.heading-6,
  h4.heading-6,
  h5.heading-6,
  h6.heading-6,
  div.heading-6,
  p.heading-6,
  button.heading-6,
  a.heading-6,
  span.heading-6 {
    font-size: 30px;
  }
}

.breadcrumb {
  font-family: "NeuePlakSemiBold", Inter, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.data-number {
  font-family: "NeuePlakCompressedBold", Inter, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 80%;
}

.data-bottom {
  font-family: "NeuePlakBold", Inter, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 100%;
}
@media (min-width: 1200px) {
  .data-bottom {
    font-size: 23px;
  }
}

.data-top {
  font-family: "NeuePlakBold", Inter, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 110%;
}

.link {
  font-family: "NeuePlakBlack", Inter, Tahoma, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 22.5px */
  color: #991B1E;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: #991B1E !important;
  text-decoration-thickness: 10%; /* ~1.5px */
  text-underline-offset: 20%; /* ~3px */
}

.link:hover, .link:focus {
  text-decoration-color: transparent !important;
}

.tt-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 2;
}
@media (min-width: 640px) {
  .tt-buttons {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.tt-button {
  font-family: "NeuePlakExtendedExtraBlack", Inter, Tahoma, sans-serif;
  font-size: 15px;
  line-height: 150%;
  text-transform: uppercase;
  text-decoration-color: inherit !important;
  text-decoration-line: none !important;
  text-decoration-thickness: 0.1rem !important;
  text-decoration: none;
  letter-spacing: 2.25px;
  width: 100%;
  display: block;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 14px;
  padding-bottom: 9px;
  border: 4px solid #fff;
  text-align: center;
  transition: transform 0.2s ease;
  position: relative;
  min-width: 150px;
}
@media (min-width: 640px) {
  .tt-button {
    display: inline-block;
    width: auto;
  }
}
.tt-button.bg-red {
  background-color: #e90802;
}
.tt-button.bg-white {
  background-color: #fff;
}
.tt-button.bg-black {
  background-color: #000;
}
.tt-button.bg-light-gray {
  background-color: #EDEDED;
}
.tt-button.txt-red {
  color: #e90802;
}
.tt-button.txt-white {
  color: #fff;
}
.tt-button.txt-black {
  color: #000;
}
.tt-button.txt-brick {
  color: #991B1E;
}
.tt-button.bdr-red {
  border-color: #e90802;
}
.tt-button.bdr-brick {
  border-color: #991B1E;
}
.tt-button.bdr-white {
  border-color: #fff;
}
.tt-button.bdr-white:hover {
  border-color: #e90802;
}
.tt-button.bdr-black {
  border-color: #000;
}
.tt-button {
  /* hovers */
}
.tt-button.bg-red.bdr-white:hover, .tt-button.bg-red.bdr-white:focus {
  color: #fff;
  background-color: #e90802;
  border: 4px solid #fff !important;
  box-shadow: -8px 8px 0 0 #000;
}
.tt-button.bg-red.bdr-black:hover, .tt-button.bg-red.bdr-black:focus {
  color: #e90802;
  background-color: #fff;
  box-shadow: -8px 8px 0 0 #000;
}
.tt-button.bg-light-gray.bdr-black:hover, .tt-button.bg-light-gray.bdr-black:focus {
  color: #000;
  background-color: #fff;
  box-shadow: 8px 8px 0 0 #e90802;
}
.tt-button.bg-black.bdr-red:hover, .tt-button.bg-black.bdr-red:focus {
  color: #e90802;
  background-color: #000;
  border: 4px solid #e90802 !important;
  box-shadow: -8px 8px 0 0 #e90802;
}
.tt-button.bg-white.bdr-white:hover, .tt-button.bg-white.bdr-white:focus {
  color: #e90802;
  background-color: #fff;
  border: 4px solid #fff !important;
  box-shadow: -8px 8px 0 0 #000;
}
.tt-button.bg-white.bdr-red:hover, .tt-button.bg-white.bdr-red:focus, .tt-button.bg-light-gray.bdr-red:hover, .tt-button.bg-light-gray.bdr-red:focus {
  color: #e90802;
  background-color: #fff;
  border: 4px solid #e90802 !important;
  box-shadow: -8px 8px 0 0 #000;
}
.tt-button.bdr-brick:hover, .tt-button.bdr-brick:focus {
  color: #991B1E;
  background-color: #fff;
  border: 4px solid #991B1E !important;
  box-shadow: -8px 8px 0 0 #000;
}

/* =========================== 03_layouts ===========================
            Layouts added here. Gutters, columns, grids.
================================================================== */
/*
Copy pastas:
===========

@use "01_helpers/variables/margins";

margin-left: margins.$phone-only;
margin-right: margins.$phone-only;

margin-left: margins.$wide-phone;
margin-right: margins.$wide-phone;

margin-left: margins.$tablet-portrait;
margin-right: margins.$tablet-portrait;

margin-left: margins.$tablet-landscape;
margin-right: margins.$tablet-landscape;

margin-left: margins.$desktop;
margin-right: margins.$pdesktop;

margin-left: auto;
margin-right: auto;
max-width : margins.$max-width
*/
.lim-width {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media (min-width: 400px) {
  .lim-width {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media (min-width: 640px) {
  .lim-width {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 900px) {
  .lim-width {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .lim-width {
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media (min-width: 1440px) {
  .lim-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 1290px;
  }
}

.two-cols-50-50,
.two-cols-50-50-desktop,
.two-cols-50-50-tablet-portrait,
.two-cols-50-50-wrap {
  display: flex;
  flex-direction: column;
}

@media (min-width: 900px) {
  .two-cols-50-50 {
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 900px) {
  .two-cols-50-50 .col {
    width: calc(50% - 0.5rem);
  }
}

@media (min-width: 1200px) {
  .two-cols-50-50-desktop {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .two-cols-50-50-desktop .col {
    width: calc(50% - 0.5rem);
  }
}

.two-cols-50-50-wrap {
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .two-cols-50-50-wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .two-cols-50-50-wrap .col {
    width: calc(50% - 0.5rem);
  }
}

@media (min-width: 640px) {
  .two-cols-50-50-tablet-portrait {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 640px) {
  .two-cols-50-50-tablet-portrait .col {
    width: calc(50% - 0.5rem);
  }
}

.vertical-margins {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 400px) {
  .vertical-margins {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }
}
@media (min-width: 640px) {
  .vertical-margins {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 900px) {
  .vertical-margins {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .vertical-margins {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1440px) {
  .vertical-margins {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

.vertical-paddings {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 400px) {
  .vertical-paddings {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
}
@media (min-width: 640px) {
  .vertical-paddings {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 900px) {
  .vertical-paddings {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .vertical-paddings {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1440px) {
  .vertical-paddings {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

/* ========================= 04_components ==========================
                    buttons, accordions, elements
================================================================== */
/* ============================ 05_pages ============================
                        page specific styles
================================================================== */
.block-hero {
  background-color: #e90802;
  border-bottom: 20px solid #000;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.block-hero h2,
.block-hero p {
  color: #fff;
  margin: 0;
}
.block-hero .speck {
  position: relative;
}
.block-hero .speck::before {
  content: "";
  background: url("/images/speck.svg") repeat;
  display: block;
  width: 100%;
  height: 1090px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.block-hero-video {
  position: relative;
}
.block-hero-video video {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.block-hero-video .video-controls {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
  transition: none;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
.block-hero-video .video-controls:hover {
  color: #fff;
  background: transparent;
  border: 0;
  margin: 0;
  transition: none;
}
.block-hero-video .video-controls::after {
  content: none;
}
.block-hero-inner {
  display: grid;
  align-items: center;
  gap: 10px;
  position: relative;
  padding: 140px 0;
}
@media (min-width: 1024px) {
  .block-hero-inner {
    grid-template-columns: 60% 40%;
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.block-hero-a {
  position: relative;
}
.block-hero-a img {
  z-index: 1;
  margin: -230px 0 0 -100px;
}
@media (min-width: 1024px) {
  .block-hero-a img {
    margin: 0;
    position: absolute;
    top: -520px;
    left: -400px;
    max-width: none;
  }
}
.block-hero-b {
  position: relative;
  z-index: 2;
}
.block-hero-b .heading-2 {
  margin-bottom: 20px;
}
.block-hero-b p {
  font-weight: 700;
}
.block-hero-b .tt-buttons {
  margin: 60px 0 0;
}
@media (min-width: 1024px) {
  .block-hero-b .tt-buttons {
    margin-top: 60px;
  }
}

/* remove */
/*
section.l-main-pagecontent + section.l-contact
{
    display: none;
}
*/
.l-contact {
  background-color: #333;
  color: #EDEDED;
  border-bottom: 4px solid #991B1E;
  padding: 64px 0;
}
@media (min-width: 1024px) {
  .l-contact {
    padding-top: 87px;
    padding-bottom: 87px;
  }
}
.l-contact {
  /* hard-coding lim-width here, we can add a lim-width div to the actual html */
}
.l-contact .c-contactinfo__container {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  gap: 55px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .l-contact .c-contactinfo__container {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
@media (min-width: 400px) {
  .l-contact .c-contactinfo__container {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
.l-contact .c-contactinfo__title {
  align-items: flex-start;
}
.l-contact .c-contactinfo__title-logo {
  width: 46px;
}
.l-contact h1 {
  font-family: "NeuePlakBold", Inter, Tahoma, sans-serif;
  font-size: 30px;
  line-height: 100%;
  font-weight: normal;
  display: block;
  color: #EDEDED;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .l-contact h1 {
    max-width: 400px;
  }
}
.l-contact ul {
  text-align: start;
  margin: 0;
  padding: 0;
  display: grid;
  align-items: flex-start;
  gap: 30px 0;
  max-width: 550px;
}
@media (min-width: 1024px) {
  .l-contact ul {
    grid-template-columns: 1fr 1fr;
  }
}
.l-contact ul li {
  text-align: start;
  margin: 0 0 10px;
  padding: 0;
  align-items: flex-start;
  width: 100%;
  color: #EDEDED;
}
.l-contact ul li:first-child {
  display: none;
}
.l-contact h3 {
  color: #EDEDED;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .l-contact h3 {
    font-size: 14px;
  }
}
.l-contact a {
  color: #EDEDED;
  font-size: 16px;
  line-height: 100%;
  -webkit-text-decoration: underline #ededed 0.05rem;
          text-decoration: underline #ededed 0.05rem;
}
@media (min-width: 1024px) {
  .l-contact a {
    font-size: 14px;
  }
}
.l-contact a:hover {
  color: #e6e6e6;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.5s;
}

.block-community {
  margin-bottom: 209px;
  overflow: visible;
  position: relative;
}
@media (min-width: 1024px) {
  .block-community {
    margin-bottom: 0;
  }
}
.block-community-inner {
  display: grid;
  gap: 60px;
}
@media (min-width: 1024px) {
  .block-community-inner {
    gap: 80px;
    grid-template-columns: 45% 1fr;
  }
}
.block-community-a .heading-1 {
  margin-top: 17px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .block-community-a .heading-1 {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .block-community-a .heading-1 {
    margin-top: 15px;
  }
}
.block-community-a .tt-buttons {
  margin: 40px 0 360px;
}
@media (min-width: 1024px) {
  .block-community-a .tt-buttons {
    grid-template-columns: 40% 60%;
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
.block-community-a p:last-child {
  margin-bottom: 0;
}
.block-community-b {
  position: relative;
}
@media (min-width: 1024px) {
  .block-community-b {
    margin-top: 45px;
  }
}
.block-community-b div {
  position: absolute;
  cursor: pointer;
}
.block-community-b div:hover {
  z-index: 10;
}
.block-community-b div:hover span {
  display: inline-block;
}
.block-community-b span {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e90802;
  color: #fff;
  font-family: "NeuePlakBlack", Inter, Tahoma, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 110%;
  letter-spacing: 1.2px;
  padding: 6px 8px 8px;
  text-transform: uppercase;
  max-width: 372px;
}
.block-community-b .photo img {
  border: 3px solid #e90802;
}
.block-community-b .photo1 {
  top: -360px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
  width: 230px;
}
@media (min-width: 640px) {
  .block-community-b .photo1 {
    width: 372px;
  }
}
@media (min-width: 1024px) {
  .block-community-b .photo1 {
    top: 100px;
    width: 230px;
  }
}
@media (min-width: 1200px) {
  .block-community-b .photo1 {
    width: 272px;
  }
}
@media (min-width: 1440px) {
  .block-community-b .photo1 {
    width: 372px;
  }
}
.block-community-b .photo2 {
  top: -330px;
  left: 0;
  z-index: 8;
  width: 273px;
}
@media (min-width: 640px) {
  .block-community-b .photo2 {
    width: 437px;
  }
}
@media (min-width: 1024px) {
  .block-community-b .photo2 {
    width: 273px;
    top: 150px;
    left: 30px;
  }
}
@media (min-width: 1200px) {
  .block-community-b .photo2 {
    width: 337px;
  }
}
@media (min-width: 1440px) {
  .block-community-b .photo2 {
    width: 437px;
  }
}
.block-community-b .photo3 {
  top: -214px;
  right: 0;
  z-index: 8;
  width: 215px;
}
@media (min-width: 640px) {
  .block-community-b .photo3 {
    width: 304px;
  }
}
@media (min-width: 1024px) {
  .block-community-b .photo3 {
    top: 270px;
    right: auto;
    left: 192px;
    width: 215px;
  }
}
@media (min-width: 1200px) {
  .block-community-b .photo3 {
    width: 264px;
    right: 80px;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .block-community-b .photo3 {
    right: auto;
    left: 192px;
    width: 364px;
  }
}
.block-community-b .photo4 {
  top: -45px;
  right: 56px;
  left: auto;
  z-index: 6;
  width: 168px;
}
@media (min-width: 640px) {
  .block-community-b .photo4 {
    top: 0;
  }
}
@media (min-width: 1024px) {
  .block-community-b .photo4 {
    top: 193px;
    right: auto;
    left: 278px;
    width: 168px;
  }
}
@media (min-width: 1200px) {
  .block-community-b .photo4 {
    width: 235px;
    top: 293px;
    left: auto;
    right: 0;
  }
}
@media (min-width: 1440px) {
  .block-community-b .photo4 {
    top: 263px;
    left: 340px;
    width: 335px;
  }
}
.block-community-b .photo5 {
  top: -128px;
  left: 36px;
  z-index: 7;
  width: 215px;
}
@media (min-width: 640px) {
  .block-community-b .photo5 {
    width: 342px;
    top: -100px;
  }
}
@media (min-width: 1024px) {
  .block-community-b .photo5 {
    top: 429px;
    left: 93px;
    width: 215px;
  }
}
@media (min-width: 1200px) {
  .block-community-b .photo5 {
    width: 242px;
    top: 429px;
    left: 0;
  }
}
@media (min-width: 1440px) {
  .block-community-b .photo5 {
    width: 342px;
  }
}
.block-community-b .photo6 {
  bottom: -233px;
  right: 0;
  left: auto;
  z-index: 5;
  width: 271px;
}
@media (min-width: 640px) {
  .block-community-b .photo6 {
    width: 395px;
    right: 30px;
    bottom: -283px;
  }
}
@media (min-width: 1024px) {
  .block-community-b .photo6 {
    left: auto;
    top: 528px;
    z-index: 6;
    right: 0;
    width: 295px;
  }
}
@media (min-width: 1200px) {
  .block-community-b .photo6 {
    width: 395px;
    right: 60px;
  }
}
@media (min-width: 1440px) {
  .block-community-b .photo6 {
    width: 395px;
    right: 0;
  }
}
.block-community-b .photo7 {
  top: 190px;
  left: 0;
  z-index: 5;
  width: 219px;
}
@media (min-width: 640px) {
  .block-community-b .photo7 {
    width: 340px;
  }
}
@media (min-width: 1024px) {
  .block-community-b .photo7 {
    top: 550px;
    left: -63px;
    width: 219px;
    z-index: 7;
  }
}
@media (min-width: 1200px) {
  .block-community-b .photo7 {
    top: 663px;
    width: 240px;
  }
}
@media (min-width: 1440px) {
  .block-community-b .photo7 {
    width: 340px;
  }
}
.block-community-b .photo8 {
  top: 370px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  width: 240px;
}
@media (min-width: 640px) {
  .block-community-b .photo8 {
    width: 416px;
  }
}
@media (min-width: 1024px) {
  .block-community-b .photo8 {
    top: 720px;
    left: 121px;
    margin: 0;
    width: 240px;
    z-index: 8;
  }
}
@media (min-width: 1200px) {
  .block-community-b .photo8 {
    top: 800px;
    left: auto;
    right: 0;
    width: 316px;
  }
}
@media (min-width: 1440px) {
  .block-community-b .photo8 {
    right: auto;
    left: 180px;
    width: 416px;
  }
}
.block-community-b .tortilla {
  top: -350px;
  right: 0;
  z-index: 6;
  width: 200px;
}
@media (min-width: 640px) {
  .block-community-b .tortilla {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .block-community-b .tortilla {
    top: 29px;
    left: 260px;
    right: -40px;
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .block-community-b .tortilla {
    right: 0;
    left: auto;
    width: 334px;
  }
}
@media (min-width: 1440px) {
  .block-community-b .tortilla {
    left: 325px;
  }
}

.block-experience {
  position: relative;
}
.block-experience-a {
  position: relative;
  overflow: hidden;
  min-height: 1373px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.block-experience-a .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-experience-a .text {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 0 -10px;
  width: 100%;
  max-width: 1290px;
  padding: 0 0.625rem;
}
@media (min-width: 768px) {
  .block-experience-a .text {
    margin-inline: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 1439px) {
  .block-experience-b .lim-width {
    margin-inline: 0;
  }
}
.block-experience-b ul {
  display: flex;
  gap: 30px;
  margin-top: 38px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
  padding-bottom: 30px;
}
@media (min-width: 1440px) {
  .block-experience-b ul {
    justify-content: center;
    overflow-x: visible;
    padding-bottom: 0;
  }
}
.block-experience-b li {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 150px;
}
@media (min-width: 640px) {
  .block-experience-b li {
    min-width: 200px;
  }
}
.block-experience-b li span {
  font-family: "NeuePlakBold", Inter, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 100%;
  font-weight: normal;
  color: black;
}
@media (min-width: 640px) {
  .block-experience-b li span {
    font-size: 30px;
  }
}
.block-experience-b .icon {
  display: inline-flex;
  align-items: flex-end;
}

.block-join {
  position: relative;
  padding: 30px 0;
}
.block-join::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e90802 url("/images/warped-bg-sm.svg") left center no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (min-width: 768px) {
  .block-join::before {
    background-image: url("/images/warped-bg.svg");
  }
}
@media (min-width: 768px) {
  .block-join::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #000;
    z-index: 2;
  }
}
.block-join .heading-2 {
  margin-top: 0;
}
.block-join p {
  max-width: 536px;
}
.block-join .friends {
  z-index: 4;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .block-join .friends {
    max-width: 521px;
  }
}
@media (min-width: 1440px) {
  .block-join .friends {
    max-width: none;
  }
}
.block-join .tt-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.block-join .tt-links a {
  text-decoration: none;
}
.block-join .tt-links a:hover {
  text-decoration: underline;
}
.block-join .edge {
  width: 100%;
  display: block;
  padding: 64px 20px 150px;
  position: relative;
  z-index: 3;
  margin-bottom: 200px;
  background-color: #EDEDED;
  border-radius: 28px;
}
@media (min-width: 640px) {
  .block-join .edge {
    margin-bottom: 300px;
  }
}
@media (min-width: 768px) {
  .block-join .edge {
    background: url("/images/edge.svg") no-repeat;
    min-height: 534px;
    padding: 64px 131px;
    border-radius: 0;
    margin-bottom: 140px;
  }
}
@media (min-width: 1200px) {
  .block-join .edge {
    margin-bottom: 40px;
  }
}

.block-scroll {
  position: relative;
  padding: 70px 20px 120px;
}
@media (min-width: 640px) {
  .block-scroll {
    padding: 130px 0 110px;
  }
}
@media (min-width: 640px) {
  .block-scroll .scroll {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
  }
}
.block-scroll .scroll a {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.block-scroll .scroll a:hover img,
.block-scroll .scroll a a:focus img {
  transition: all 0.3s ease-in;
  transform: scale(1.05);
}
@media (min-width: 640px) {
  .block-scroll .scroll a {
    display: inline-block;
    margin: 0 15px;
  }
}
.block-scroll .scroll a.hide-sm {
  display: none;
}
@media (min-width: 640px) {
  .block-scroll .scroll a.hide-sm {
    display: inline-block;
  }
}
.block-scroll .scroll-links {
  border-top: 5px solid #991B1E;
  border-bottom: 5px solid #991B1E;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.block-scroll .scroll-links a:first-child {
  border-bottom: 5px solid #991B1E;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .block-scroll .scroll-links {
    margin-bottom: 10px;
  }
  .block-scroll .scroll-links a:first-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .block-scroll .scroll-links-inner {
    animation: scrollLeft 60s linear infinite;
  }
}
@media (min-width: 640px) {
  .block-scroll .scroll-apply-inner {
    animation: scrollRight 120s linear infinite;
    padding: 20px 0;
  }
}
@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes scrollRight {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

.block-stats {
  position: relative;
  background-color: #000;
  color: #fff;
  margin-top: 100px;
  padding-top: 20px;
  overflow: visible;
}
@media (min-width: 768px) {
  .block-stats {
    padding-top: 0;
    border-top: 5px solid #e90802;
  }
}
.block-stats-inner {
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .block-stats-inner {
    grid-template-columns: 60% 40%;
    gap: 60px;
  }
}
.block-stats-a {
  position: relative;
  order: 2;
}
@media (min-width: 768px) {
  .block-stats-a {
    order: 1;
  }
}
.l-main-pagecontent .block-stats-a .heading-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .l-main-pagecontent .block-stats-a .heading-1 {
    margin-top: 20px;
  }
}
.block-stats-a p {
  color: #fff;
  max-width: 610px;
}
.block-stats-a p:last-child {
  margin-bottom: 0;
}
.block-stats-a .tt-buttons {
  margin: 60px 0;
}
.block-stats-a .stats {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 30px 0 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .block-stats-a .stats {
    flex-wrap: nowrap;
    margin-bottom: 120px;
  }
}
.block-stats-a .stats li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #fff;
  position: relative;
}
.block-stats-a .stats li::before {
  content: "";
  background: url("/images/red-carat.svg") center no-repeat;
  background-size: 32px 15px;
  width: 32px;
  height: 15px;
  display: block;
}
.block-stats-a .stats span {
  display: block;
}
.block-stats-a .stats .data-number {
  margin-top: 10px;
}
.block-stats-a .stats .data-bottom {
  max-width: 205px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.block-stats-b {
  position: relative;
  order: 1;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .block-stats-b {
    width: 110%;
  }
  .block-stats-b::before {
    content: "";
    border-top: 5px solid #e90802;
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    top: -5px;
    right: 0;
  }
}
@media (min-width: 768px) {
  .block-stats-b {
    order: 2;
  }
}
.block-stats-b .flag {
  position: absolute;
  top: -100px;
  right: 0;
  max-width: 115%;
  z-index: 2;
}
@media (min-width: 768px) {
  .block-stats-b .flag {
    top: -100px;
    max-width: 481px;
  }
}
@media (min-width: 1440px) {
  .block-stats-b .flag {
    max-width: none;
  }
}
.block-stats-b .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .block-stats-b .bg {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.block-social {
  margin-bottom: 100px;
  padding-top: 40px;
  position: relative;
  overflow: visible;
  cursor: default;
}
@media (hover: hover) and (pointer: fine) {
  .block-social:hover .finger {
    display: none;
  }
  .block-social:hover {
    cursor: url("/images/finger-cursor.png") 68 13, pointer;
  }
  .block-social:hover li a {
    cursor: url("/images/finger-cursor.png") 68 13, pointer;
  }
  .block-social:hover *:not(a) {
    cursor: inherit;
  }
}
@media (min-width: 1024px) {
  .block-social {
    padding-top: 0;
  }
}
.l-main-pagecontent .block-social .heading-1 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 30px;
  order: 2;
}
@media (min-width: 1024px) {
  .l-main-pagecontent .block-social .heading-1 {
    margin-top: 17px;
    position: relative;
  }
}
.block-social .top {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .block-social .top {
    display: inline-block;
    position: relative;
  }
}
.block-social .feed {
  margin-top: 20px;
}
.block-social .feed .referral {
  display: none !important;
}
.block-social .feed .slick-track {
  display: flex;
  gap: 20px;
}
.block-social .finger {
  position: absolute;
  bottom: -50px;
  left: 20px;
  cursor: pointer;
  z-index: 1;
}
@media (min-width: 1024px) {
  .block-social .finger {
    bottom: auto;
    left: auto;
    top: 125px;
    right: -16%;
  }
}
@media (min-width: 1200px) {
  .block-social .finger {
    right: -15%;
  }
}
.block-social ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 40px;
  order: 1;
}
.block-social ul li + li {
  margin-left: 40px;
}
@supports (gap: 1rem) {
  .block-social ul li + li {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .block-social ul {
    position: absolute;
    bottom: -10px;
    right: -65%;
    order: 2;
  }
}
@media (min-width: 1200px) {
  .block-social ul {
    right: -45%;
    order: 2;
  }
}
.block-social li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.block-social a:hover img,
.block-social a:focus img {
  transition: all 0.3s ease-in;
  transform: scale(1.2);
}
.block-social button::after {
  content: none;
}

.j-overlay-content button::after {
  content: none;
}

.block-checkerboard {
  position: relative;
}
.block-checkerboard .checkerboard__image {
  aspect-ratio: 376/268;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.block-checkerboard .checkerboard__text-box {
  margin-top: 30px;
  margin-bottom: 40px;
}
.block-checkerboard .checkerboard__text-box .checkerboard__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #e90802;
}
.block-checkerboard .checkerboard__text-box .checkerboard__copy {
  margin-top: 20px;
  margin-bottom: 54px;
}
@media (min-width: 640px) {
  .block-checkerboard .checkerboard__image {
    width: 50%;
    position: absolute;
    height: 100%;
    aspect-ratio: none;
  }
  .block-checkerboard.block-checkerboard--inverse .checkerboard__image {
    left: 50%;
  }
  .block-checkerboard .checkerboard__text-box {
    margin-top: 124px;
    margin-bottom: 124px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .block-checkerboard .checkerboard__text-box .checkerboard__copy {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .block-checkerboard .checkerboard__text-box .checkerboard__button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 640px) and (max-width: 800px) {
  .block-checkerboard .checkerboard__title {
    font-size: 25px;
  }
}

.block-action {
  background-color: #e90802;
  background-image: url("/images/speck.svg");
  padding-top: 92px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.action__image {
  aspect-ratio: 331/256;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.action__image-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}

.action__image-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100.5%;
  height: 95%;
  background-color: black;
  z-index: -1;
  transform: translateX(7px) translateY(-3px) rotate(-3.5deg);
  transform-origin: left bottom;
}

.action__text-box {
  margin-top: 23px;
  margin-bottom: 56px;
  position: relative;
  z-index: 1;
  max-width: 480px;
}
.action__text-box .action__title {
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  margin-top: 25px;
}
.action__text-box .action__copy {
  color: white;
  margin-top: 20px;
  margin-bottom: 40px;
}
.action__text-box {
  position: relative;
}
.action__text-box:before {
  content: "";
  border-radius: 100%;
  width: 100%;
  height: 100%;
  background-color: #e90802;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: -1;
}

.action-image-column--desktop {
  display: none;
}

.action__texas {
  display: none;
}

@media (min-width: 640px) {
  .action-image-column--mobile {
    display: none;
  }
  .action-image-column--desktop {
    display: block;
  }
  .block-action {
    padding-top: 110px;
    padding-bottom: 91px;
    position: relative;
  }
  .action__text-column {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .action__text-column + .small-12 {
    margin-right: 8.33333%;
  }
  .action__image {
    aspect-ratio: 545/492;
  }
  .action__text-box {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .action__text-box .action__title {
    margin-top: 0;
  }
  .action__text-box .tt-buttons .tt-button {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .action__text-box:before {
    content: "";
    border-radius: 100%;
    width: 130%;
    height: 130%;
    background-color: #e90802;
    position: absolute;
    left: -20%;
    top: -20%;
    z-index: -1;
  }
  .action__texas {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 130px;
    transform: translate(40%, -50%);
  }
}
@media (min-width: 640px) and (max-width: 840px) {
  .block-action {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.block-careers {
  border-top: 6px solid #991B1E;
  padding-bottom: 68px;
  border-bottom: 3px solid white;
  background-color: #e90802;
  position: relative;
}

.careers__top-triangle {
  width: 21px;
  height: 21px;
  /* background-color: #991B1E; */
  border-bottom: 11px solid #991B1E;
  border-right: 11px solid #991B1E;
  border-left: 11px solid transparent;
  border-top: 11px solid transparent;
  box-sizing: border-box;
  transform: translateY(-12px) scaleX(0.7) rotate(45deg);
}

.block-careers .careers__title {
  margin-top: 33px;
  margin-bottom: 0;
  color: white;
}
.block-careers .careers__copy {
  margin-top: 20px;
  margin-bottom: 67px;
  color: white;
  max-width: 900px;
}
.block-careers .embla {
  overflow: hidden;
}
.block-careers .embla__container {
  display: flex;
}
.block-careers .embla__slide {
  flex: 0 0 273px;
  min-width: 0;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  transition: none;
  text-decoration: none;
}
.block-careers .embla__slide-image {
  width: 100%;
  height: 399px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: box-shadow 0.5s;
}
.block-careers .embla__slide:hover .embla__slide-image {
  box-shadow: -8px 8px 0 0 #000;
}
.block-careers .embla__slide-title {
  margin-top: 20px;
  margin-bottom: 0;
  color: white;
  text-transform: uppercase;
  transition: color 0.5s;
  text-decoration: none;
}
.block-careers .embla__slide:hover .embla__slide-title {
  color: black;
}
.block-careers .embla__osn-wrapper {
  width: 100%;
  position: relative;
}
.block-careers .embla__arrow {
  width: 56px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: transparent;
  padding: 0;
  border: 0;
  margin: 0;
  cursor: pointer;
  filter: brightness(1);
  transition: filter 0.25s, left 0.25s, right 0.25s;
}
.block-careers .embla__arrow:hover, .block-careers .embla__arrow:focus {
  filter: brightness(0);
}
.block-careers .embla__arrow::after {
  display: none;
}
.block-careers .embla__arrow--left {
  left: 18px;
  display: none;
}
.block-careers .embla__arrow--left:hover, .block-careers .embla__arrow--left:focus {
  left: 12px;
}
.block-careers .embla__arrow--right {
  right: 18px;
}
.block-careers .embla__arrow--right:hover, .block-careers .embla__arrow--right:focus {
  right: 12px;
}
.block-careers .careers__final-button {
  position: absolute;
  bottom: -0.5px;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  z-index: 3;
  width: calc(100% - 40px);
}
@media (min-width: 640px) {
  .block-careers .embla__osn-wrapper::before,
  .block-careers .embla__osn-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 160px;
    height: 100%;
    z-index: 1;
    pointer-events: none;
  }
  .block-careers .embla__osn-wrapper::before {
    left: 0;
    background: #e90802;
    background: linear-gradient(90deg, rgba(233, 8, 2, 0.9) 0%, rgba(233, 8, 2, 0.7) 10%, rgba(233, 8, 2, 0) 100%);
  }
  .block-careers .embla__osn-wrapper::after {
    right: 0;
    background: #e90802;
    background: linear-gradient(270deg, rgba(233, 8, 2, 0.9) 0%, rgba(233, 8, 2, 0.7) 10%, rgba(233, 8, 2, 0) 100%);
  }
  .block-careers .embla__arrow--left {
    display: block;
    left: 12px;
  }
  .block-careers .embla__arrow--left:hover, .block-careers .embla__arrow--left:focus {
    left: 8px;
  }
  .block-careers .embla__arrow--right {
    right: 12px;
  }
  .block-careers .embla__arrow--right:hover, .block-careers .embla__arrow--right:focus {
    right: 8px;
  }
  .block-careers .careers__title {
    margin-top: 21px;
  }
  .block-careers .careers__copy {
    margin-bottom: 60px;
  }
  .block-careers .embla__slide {
    flex: 0 0 325px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .block-careers .careers__final-button {
    width: auto;
  }
}

.block-program-hero {
  background-color: #e90802;
  padding-top: 20px;
  padding-bottom: 80px;
}
.block-program-hero .program-hero__breadcrumb {
  display: none;
  position: relative;
  z-index: 7;
}
.block-program-hero .program-hero__breadcrumb,
.block-program-hero .program-hero__breadcrumb a {
  color: black;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "NeuePlakTextBold";
  font-size: 16px;
  font-style: normal;
  line-height: 120%; /* 19.2px */
  text-decoration: none;
}
.block-program-hero .program-hero__title {
  color: white;
  margin-top: 20px;
  margin-bottom: 0;
  max-width: 675px;
  position: relative;
  z-index: 6;
}
.block-program-hero .program-hero__sandbox {
  width: 100%;
  height: 984px;
  position: relative;
}
.block-program-hero .program-hero__sandbox > div:hover {
  z-index: 20;
}
.block-program-hero .program-hero__sandbox > div span {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  color: #e90802;
  font-family: "NeuePlakBlack", Inter, Tahoma, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 110%;
  letter-spacing: 1.2px;
  padding: 6px 8px 8px;
  text-transform: uppercase;
  max-width: 372px;
}
.block-program-hero .program-hero__sandbox > div:hover span {
  display: block;
}
.block-program-hero .program-hero__sandbox-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-program-hero .program-hero__sandbox-code {
  position: absolute;
  top: 132px;
  right: 33px;
  width: 198px;
  height: 219px;
  border: 3px solid white;
  box-sizing: border-box;
}
.block-program-hero .program-hero__sandbox-notetaker {
  position: absolute;
  top: 71px;
  left: 20px;
  width: 216px;
  height: 287px;
  border: 3px solid white;
  box-sizing: border-box;
}
.block-program-hero .program-hero__sandbox-lizard {
  position: absolute;
  top: 234px;
  left: calc(50% + 45px);
  transform: translateX(-50%);
  width: 243px;
  height: 323px;
  border: 3px solid white;
  box-sizing: border-box;
}
.block-program-hero .program-hero__sandbox-tortilla {
  position: absolute;
  top: 324px;
  left: 23px;
  width: 144px;
  height: 144px;
  box-sizing: border-box;
}
.block-program-hero .program-hero__sandbox-soccer {
  position: absolute;
  top: 498px;
  left: 50px;
  width: 279px;
  height: 165px;
  border: 3px solid white;
  box-sizing: border-box;
}
.block-program-hero .program-hero__sandbox-doctor {
  position: absolute;
  top: 597px;
  right: 22px;
  width: 217px;
  height: 128px;
  border: 3px solid white;
  box-sizing: border-box;
}
.block-program-hero .program-hero__sandbox-sky {
  position: absolute;
  top: 630px;
  left: 20px;
  width: 194px;
  height: 149px;
  border: 3px solid white;
  box-sizing: border-box;
}
.block-program-hero .program-hero__sandbox-handl {
  position: absolute;
  top: 743px;
  left: calc(50% - 15px);
  transform: translateX(-50%);
  width: 266px;
  height: 158px;
  border: 3px solid white;
  box-sizing: border-box;
}
.block-program-hero .program-hero__copy {
  color: white;
}
@media (min-width: 640px) {
  .block-program-hero .program-hero__breadcrumb {
    display: block;
  }
  .block-program-hero .program-hero__sandbox {
    height: 741px;
  }
  .block-program-hero .program-hero__sandbox-code {
    top: 51px;
    right: 10vw;
    width: 335px;
    height: 372px;
  }
  .block-program-hero .program-hero__sandbox-notetaker {
    top: -71px;
    left: calc(50% - 117px);
    width: 357px;
    height: 473px;
    z-index: 3;
  }
  .block-program-hero .program-hero__sandbox-lizard {
    top: 186px;
    left: calc(50% - 3px);
    width: 357px;
    height: 473px;
    z-index: 3;
  }
  .block-program-hero .program-hero__sandbox-tortilla {
    top: 56px;
    left: auto;
    right: calc(50% - 44px);
    width: 364px;
    height: 364px;
    z-index: 1;
  }
  .block-program-hero .program-hero__sandbox-soccer {
    top: 168px;
    left: 3vw;
    width: 473px;
    height: 258px;
  }
  .block-program-hero .program-hero__sandbox-doctor {
    top: 238px;
    right: 5vw;
    width: 420px;
    height: 249px;
  }
  .block-program-hero .program-hero__sandbox-sky {
    top: 355px;
    left: 15vw;
    width: 342px;
    height: 264px;
  }
  .block-program-hero .program-hero__sandbox-handl {
    top: 266px;
    left: 6vw;
    transform: none;
    width: 420px;
    height: 249px;
    z-index: 2;
  }
}
@media (min-width: 1216px) {
  .block-program-hero .program-hero__sandbox {
    height: 741px;
  }
  .block-program-hero .program-hero__sandbox-code {
    top: 51px;
    right: auto;
    left: calc(50% + 93px);
    width: 335px;
    height: 372px;
  }
  .block-program-hero .program-hero__sandbox-notetaker {
    top: -71px;
    left: calc(50% - 117px);
    width: 357px;
    height: 473px;
    z-index: 3;
  }
  .block-program-hero .program-hero__sandbox-lizard {
    top: 186px;
    left: calc(50% - 3px);
    transform: none;
    width: 357px;
    height: 473px;
    z-index: 3;
  }
  .block-program-hero .program-hero__sandbox-tortilla {
    top: 56px;
    left: auto;
    right: calc(50% - 44px);
    width: 364px;
    height: 364px;
    z-index: 1;
  }
  .block-program-hero .program-hero__sandbox-soccer {
    top: 168px;
    left: auto;
    right: calc(50% + 126px);
    width: 473px;
    height: 258px;
  }
  .block-program-hero .program-hero__sandbox-doctor {
    top: 238px;
    right: auto;
    left: calc(50% + 145px);
    width: 420px;
    height: 249px;
  }
  .block-program-hero .program-hero__sandbox-sky {
    top: 355px;
    left: auto;
    right: calc(50% - 59px);
    width: 342px;
    height: 264px;
  }
  .block-program-hero .program-hero__sandbox-handl {
    top: 266px;
    left: auto;
    right: calc(50% + 55px);
    transform: none;
    width: 420px;
    height: 249px;
    z-index: 2;
  }
  .block-program-hero .program-hero__copy {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .block-program-hero .program-hero__title {
    font-size: 100px;
  }
}

.block-l1-hero {
  position: relative;
  min-height: 600px;
  overflow: hidden;
}
.block-l1-hero .l1-hero__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-l1-hero .l1-hero__wrapper {
  position: absolute;
  bottom: 50%;
  right: 0;
  z-index: 1;
  width: -moz-max-content;
  width: max-content;
}
.block-l1-hero .l1-hero__title {
  display: block !important;
  transform-origin: bottom right;
  transform: rotate(-90deg) translateX(50%) translateY(10%);
  color: white;
  line-height: 100%;
}
.block-l1-hero .l1-hero__breadcrumb-wrapper {
  display: none;
}
.block-l1-hero .l1-hero__control-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  right: 0;
}
.block-l1-hero .video-controls {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
  transition: none;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  pointer-events: all;
}
.block-l1-hero .video-controls::after {
  display: none;
}
@media (min-width: 640px) {
  .block-l1-hero {
    min-height: 0px;
    height: 400px;
    overflow: visible;
  }
  .block-l1-hero .l1-hero__media {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 500px;
    z-index: 1;
  }
  .block-l1-hero .l1-hero__wrapper {
    position: absolute;
    bottom: -100px;
    right: auto;
    width: 100%;
    overflow: hidden;
  }
  .block-l1-hero .l1-hero__title {
    transform-origin: center center;
    transform: none;
    color: white;
    text-align: center;
    line-height: 84%;
    transform: translateY(3px);
  }
  .block-l1-hero .l1-hero__texture {
    width: 100%;
    height: 400px;
    position: absolute;
    background-image: url(/images/l1-texture.png);
    background-size: cover;
    background-position: center;
  }
  .block-l1-hero.block-l1-hero--alt-1 .l1-hero__texture {
    background-image: url(/images/l1-texture--alt-1.png);
  }
  .block-l1-hero.block-l1-hero--alt-2 .l1-hero__texture {
    background-image: url(/images/l1-texture--alt-2.png);
  }
  .block-l1-hero .l1-hero__breadcrumb-wrapper,
  .block-l1-hero .l1-hero__control-wrapper {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
  }
  .block-l1-hero .l1-hero__breadcrumb {
    position: absolute;
    top: 18px;
    z-index: 1;
    color: #757575;
    display: block;
    font-weight: 600;
    text-decoration: none;
  }
  .block-l1-hero .l1-hero__breadcrumb a {
    color: #757575;
    text-decoration: none;
  }
  .block-l1-hero .l1-hero__breadcrumb a:last-child {
    color: black;
  }
  .block-l1-hero .l1-hero__breadcrumb--light {
    color: #b5b5b5;
  }
  .block-l1-hero .l1-hero__breadcrumb--light a {
    color: #b5b5b5;
  }
  .block-l1-hero .l1-hero__breadcrumb--light a:last-child {
    color: white;
  }
}
@media (min-width: 640px) and (max-width: 1060px) {
  .block-l1-hero .l1-hero__title {
    font-size: 130px;
  }
}
@media (min-width: 1060px) and (max-width: 1260px) {
  .block-l1-hero .l1-hero__title {
    font-size: 200px;
  }
}

.block-l2-hero {
  width: 100%;
  background-image: url(/images/l1-texture.png);
  background-size: cover;
  background-position: center;
}
.block-l2-hero.block-l2-hero--alt-1 {
  background-image: url(/images/l1-texture--alt-1.png);
}
.block-l2-hero.block-l2-hero--alt-2 {
  background-image: url(/images/l1-texture--alt-2.png);
}
.block-l2-hero .l2-hero__title {
  color: white;
  display: block !important;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 160px;
  padding-bottom: 160px;
  padding-left: 20px;
  padding-right: 20px;
}
.block-l2-hero .l2-hero__breadcrumb-wrapper {
  display: none;
}
@media (min-width: 640px) {
  .block-l2-hero .l2__hero__title {
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .block-l2-hero .l2-hero__breadcrumb-wrapper {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
  }
  .block-l2-hero .l2-hero__breadcrumb {
    position: absolute;
    top: 18px;
    z-index: 1;
    color: #757575;
    display: block;
    font-weight: 600;
    text-decoration: none;
  }
  .block-l2-hero .l2-hero__breadcrumb a {
    color: #757575;
    text-decoration: none;
  }
  .block-l2-hero .l2-hero__breadcrumb a:last-child {
    color: black;
  }
  .block-l2-hero .l2-hero__breadcrumb--light {
    color: #b5b5b5;
  }
  .block-l2-hero .l2-hero__breadcrumb--light a {
    color: #b5b5b5;
  }
  .block-l2-hero .l2-hero__breadcrumb--light a:last-child {
    color: white;
  }
}
@media (max-width: 450px) {
  .block-l2-hero .l2-hero__title {
    font-size: 80px;
  }
}

.block-l1-feature {
  position: relative;
  text-align: center;
}
.block-l1-feature .l1-feature__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.block-l1-feature .l1-feature__title {
  margin-top: 0;
  padding-top: 121px;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  color: white;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.block-l1-feature .l1-feature__button {
  width: auto;
  display: inline-block;
}
.block-l1-feature .l1-feature__rider {
  position: relative;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 319px;
  margin-top: -12px;
  transform: translateY(21px);
}
.block-l1-feature .l1-feature__control-wrapper {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.block-l1-feature .video-controls {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
  transition: none;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  pointer-events: all;
}
.block-l1-feature .video-controls::after {
  display: none;
}
@media (min-width: 640px) {
  .block-l1-feature .l1-feature__title {
    margin-top: 0;
    padding-top: 212px;
    max-width: 680px;
  }
  .block-l1-feature .l1-feature__rider {
    max-width: 615px;
    margin-top: -58px;
    transform: translateY(58px);
  }
}

.block-l2-frame {
  width: 100%;
  background-color: #991B1E;
  background-image: url(/images/l2-texture.png);
  background-size: cover;
  background-position: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.block-l2-frame .l2-frame__white-box {
  background-color: white;
  border-radius: 20px;
  padding-top: 63px;
  padding-bottom: 63px;
  padding-left: 20px;
  padding-right: 20px;
}
.block-l2-frame .l2-frame__title {
  color: #e90802;
  margin-top: 0;
  margin-bottom: 20px;
}
.block-l2-frame .l2-frame__copy {
  color: #e90802;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (min-width: 640px) {
  .block-l2-frame {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .block-l2-frame .l2-frame__white-box {
    background-color: white;
    padding-top: 94px;
    padding-bottom: 94px;
    text-align: center;
  }
  .block-l2-frame .l2-frame__title,
  .block-l2-frame .l2-frame__copy {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .block-l2-frame .l2-frame__buttons {
    justify-content: center;
  }
}

.block-l3-simple {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: white;
  border-bottom: 3px solid #e90802;
  box-sizing: border-box;
}
.block-l3-simple .l3-simple__title {
  margin-top: 0;
  margin-bottom: 0;
}
.block-l3-simple .l3-simple__copy {
  margin-top: 20px;
  margin-bottom: 0;
}
.block-l3-simple.block-l3-simple--dark {
  background-color: black;
  border-bottom: 0px solid black;
  color: white;
}
.block-l3-simple.block-l3-simple--dark .l3-simple__title,
.block-l3-simple.block-l3-simple--dark .l3-simple__copy {
  color: white;
}
@media (min-width: 640px) {
  .block-l3-simple {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    border-bottom: 6px solid #e90802;
  }
  .block-l3-simple .l3-simple__copy {
    margin-top: 50px;
  }
  .block-l3-simple.block-l3-simple--dark {
    border-bottom: 0px solid black;
  }
}

@media (min-width: 640px) {
  .block-l1-hero + .block-l3-simple {
    padding-top: 200px;
  }
}

.block-text-primary {
  background-color: black;
  border-top: 6px solid #e90802;
  box-sizing: border-box;
}
.block-text-primary .text-primary__title {
  margin-top: 41px;
  margin-bottom: 20px;
  color: white;
}
.block-text-primary .text-primary__image {
  display: block;
  width: 100%;
  aspect-ratio: 335/196;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-text-primary .text-primary__copy {
  margin-top: 40px;
  margin-bottom: 52px;
  color: white;
}
.block-text-primary .text-primary__copy p {
  color: white;
}
.block-text-primary .text-primary__copy a {
  color: white;
  text-decoration-color: white;
}
.block-text-primary .text-primary__copy p:first-child {
  margin-top: 0;
}
.block-text-primary .text-primary__copy p:last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .block-text-primary {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .block-text-primary .text-primary__title {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .block-text-primary .text-primary__image {
    aspect-ratio: 433/258;
  }
  .block-text-primary .text-primary__copy {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .block-text-primary .medium-6 {
    margin-right: 8.33333%;
  }
}
@media (min-width: 640px) and (max-width: 700px) {
  .block-text-primary .text-primary__title {
    font-size: 24px;
  }
}

.block-text-sub {
  background-color: #EDEDED;
  box-sizing: border-box;
}
.block-text-sub.block-text-sub--white {
  background-color: white;
}
.block-text-sub .text-sub__title {
  margin-top: 40px;
  margin-bottom: 0px;
  color: black;
}
.block-text-sub .text-sub__copy {
  margin-top: 24px;
  margin-bottom: 42px;
  color: black;
}
.block-text-sub .text-sub__copy ul, .block-text-sub .text-sub__copy ol {
  margin-left: 28px;
}
.block-text-sub .text-sub__copy li {
  color: black;
}
.block-text-sub .text-sub__copy p {
  color: black;
}
.block-text-sub .text-sub__copy a {
  color: black;
  text-decoration-color: black;
}
.block-text-sub .text-sub__copy p:first-child {
  margin-top: 0;
}
.block-text-sub .text-sub__copy p:last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .block-text-sub {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .block-text-sub .text-sub__title {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .block-text-sub .text-sub__copy {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .block-text-sub .medium-6 {
    margin-right: 8.33333%;
  }
}
@media (min-width: 640px) and (max-width: 700px) {
  .block-text-sub .text-sub__title {
    font-size: 40px;
  }
}

.block-profile {
  background-color: #EDEDED;
  padding-top: 28px;
  border-bottom: 3px solid #e90802;
  overflow: hidden;
}
.block-profile .profile__title {
  margin-top: 0;
  margin-bottom: 0;
}
.block-profile .profile__copy {
  margin-top: 20px;
  margin-bottom: 40px;
}
.block-profile .profile__wreck-background-wrapper {
  position: relative;
}
.block-profile .profile__wreck-background {
  position: absolute;
  bottom: 0px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% - 60px);
  overflow: hidden;
}
.block-profile .profile__wreck-background::before {
  content: "";
  position: absolute;
  background-image: url(/images/WreckWhite2.png);
  background-size: cover;
  background-position: center;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-profile .link {
  display: block;
}
.block-profile .link:not(:first-of-type) {
  margin-top: 7px;
}
.block-profile .profile__headshot {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
@media (min-width: 640px) {
  .block-profile {
    padding-top: 0px;
    border-bottom: 6px solid #e90802;
    overflow: visible;
  }
  .block-profile .row {
    position: relative;
  }
  .block-profile .profile__title {
    margin-top: 137px;
  }
  .block-profile .profile__wreck-background-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
  }
  .block-profile .profile__wreck-background {
    left: 0px;
    width: 100%;
    height: 100%;
    transform: translateY(30%) scale(0.97);
  }
  .block-profile .profile__wreck-background::before {
    bottom: auto;
    height: 70%;
  }
  .block-profile .link:last-child {
    margin-bottom: 137px;
  }
  .block-profile .link:not(:first-of-type) {
    margin-top: 17px;
  }
  .block-profile .profile__headshot {
    transform-origin: bottom center;
    transform: scale(0.8);
  }
}

.block-two-column + .block-profile {
  padding-top: 0;
}
.block-two-column + .block-profile .profile__title {
  margin-top: 0;
}

.block-grid {
  background-color: black;
  border-top: 6px solid #e90802;
  position: relative;
  overflow: hidden;
}
.block-grid .grid__top-triangle {
  width: 21px;
  height: 21px;
  border-bottom: 11px solid #e90802;
  border-right: 11px solid #e90802;
  border-left: 11px solid transparent;
  border-top: 11px solid transparent;
  box-sizing: border-box;
  transform: translateY(-12px) scaleX(0.7) rotate(45deg);
}
.block-grid .grid__item {
  margin-top: 55px;
  display: block;
  text-decoration: none;
}
.block-grid:not(.block-grid--expanded) .grid__item {
  display: none;
}
.block-grid .columns:first-child .grid__item,
.block-grid .columns:nth-child(2) .grid__item,
.block-grid .columns:nth-child(3) .grid__item,
.block-grid .columns:nth-child(4) .grid__item,
.block-grid .columns:nth-child(5) .grid__item,
.block-grid .columns:nth-child(6) .grid__item {
  display: block;
}
.block-grid .grid__title {
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}
.block-grid .grid__copy {
  color: white;
  margin-top: 20px;
  margin-bottom: 45px;
  text-decoration: none;
}
.block-grid .grid__item-image {
  width: 100%;
  height: 144px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: translateX(-20px);
  display: block;
  transition: box-shadow 0.5s;
}
.block-grid .grid__item-title {
  display: block;
  margin-top: -20px;
  border-top: 3px solid #e90802;
  position: relative;
  z-index: 1;
  color: white;
  background-color: black;
  padding: 8px;
  margin-bottom: 0;
  text-decoration: none;
  transition: color 0.5s;
}
.block-grid .grid__item:hover .grid__item-image {
  box-shadow: -8px 8px 0 0 #e90802;
}
.block-grid .grid__item:hover .grid__item-title {
  color: #e90802;
}
.block-grid .grid__items .columns:first-child .grid__item {
  margin-top: 0;
}
.block-grid .grid__item-copy {
  margin-top: 16px;
  margin-bottom: 0;
  display: none;
  text-decoration: none;
}
.block-grid .grid__more-link {
  color: #e90802;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: -moz-max-content;
  width: max-content;
  margin-top: 40px;
  margin-bottom: 0px;
  position: relative;
  border: none;
  padding: 0;
  background-color: transparent;
}
.block-grid .grid__more-link::before {
  content: "₊";
  display: block;
  position: absolute;
  left: 50%;
  top: calc(100% - 4px);
  transform: translateX(-50%);
  color: #e90802;
  font-size: 47px;
  font-weight: bold;
  font-family: serif;
  width: 13px;
}
.block-grid .grid__more-link::after {
  display: none;
}
.block-grid.block-grid--expanded .grid__more-link {
  display: none;
}
.block-grid .grid__button {
  margin-top: 60px;
  margin-bottom: 60px;
}
.block-grid.block-grid--red {
  background-color: #e90802;
  border-top: 6px solid #991B1E;
}
.block-grid.block-grid--red .grid__top-triangle {
  border-bottom: 11px solid #991B1E;
  border-right: 11px solid #991B1E;
}
.block-grid.block-grid--red .grid__item-title {
  background-color: #e90802;
  border-top: 3px solid black;
}
.block-grid.block-grid--red .grid__item:hover .grid__item-title {
  color: black;
}
.block-grid.block-grid--red .grid__item-image {
  transition: box-shadow 0.5s;
}
.block-grid.block-grid--red .grid__item:hover .grid__item-image {
  box-shadow: -8px 8px 0 0 #000;
}
.block-grid.block-grid--red .grid__more-link {
  color: black;
}
@media (min-width: 640px) {
  .block-grid .grid__item {
    margin-top: 80px;
  }
  .block-grid .grid__items .columns:first-child .grid__item {
    margin-top: 80px;
  }
  .block-grid .grid__items {
    display: grid;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .block-grid .grid__items > * {
    width: 100%;
  }
  .block-grid .grid__items::before,
  .block-grid .grid__items::after {
    display: none;
  }
  .block-grid:not(.block-grid--expanded) .grid__item {
    display: block;
  }
  .block-grid .grid__copy {
    color: white;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .block-grid .grid__item-image {
    height: 237px;
    transform: translateX(0px);
  }
  .block-grid .grid__item-title {
    position: relative;
    z-index: 1;
    padding: 5px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .block-grid .grid__item-title::after {
    position: absolute;
    content: "";
    display: block;
    top: 17px;
    left: 100%;
    width: 17px;
    height: 50px;
    background-color: black;
  }
  .block-grid .grid__item-copy {
    display: block;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
  }
  .block-grid .grid__more-link {
    display: none;
  }
  .block-grid.block-grid--expanded .grid__more-link {
    display: none;
  }
  .block-grid .grid__button {
    margin-top: 142px;
    margin-bottom: 82px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 1;
  }
  .block-grid::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 105px;
    width: 100%;
    height: 3px;
    left: 0;
    background-color: #e90802;
    z-index: 0;
  }
  .block-grid .grid__items .columns:last-child:not(:first-child) {
    float: left;
  }
  .block-grid.block-grid--red::after {
    background-color: black;
  }
  .block-grid.block-grid--red .grid__item-title::after {
    background-color: #e90802;
  }
}
@media (min-width: 1024px) {
  .block-grid .grid__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.block-grid.block-grid--no-button {
  padding-bottom: 60px;
}
.block-grid.block-grid--no-button::after {
  display: none;
}

.block-cta-layers {
  position: relative;
  background-color: black;
  padding-bottom: 60px;
}
.block-cta-layers .cta-layers__image-wrapper {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 1;
  transform: translateY(-85px);
}
.block-cta-layers .cta-layers__image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 100%;
  transform: rotate(-2.5deg);
  background-color: #e90802;
  z-index: -1;
}
.block-cta-layers .cta-layers__backdrop {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 75vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: center;
     object-fit: center;
  z-index: 0;
}
.block-cta-layers .cta-layers__image {
  width: 100%;
  aspect-ratio: 313/336;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.block-cta-layers .cta-layers__text {
  margin-top: 40px;
}
.block-cta-layers .cta-layers__title {
  margin-top: 0;
  margin-bottom: 0;
  color: white;
}
.block-cta-layers .cta-layers__copy {
  margin-top: 20px;
  margin-bottom: 40px;
  color: white;
}
.block-cta-layers .cta-layers__column--desktop-only {
  display: none;
}
.block-cta-layers .cta-layers__stats {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  row-gap: 40px;
}
.block-cta-layers .cta-layers__stat {
  width: 50%;
  flex-shrink: 0;
  position: relative;
  color: white;
  padding-top: 25px;
}
.block-cta-layers .cta-layers__stat::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='12' viewBox='0 0 28 12' fill='none'%3E%3Cpath d='M13.8555 11.25L-0.000937432 -7.02781e-07L27.7119 1.71995e-06L13.8555 11.25Z' fill='%23E90802'/%3E%3C/svg%3E");
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 19px;
}
.block-cta-layers .cta-layers__stat-title {
  color: white;
  padding-right: 10px;
}
.block-cta-layers .cta-layers__stat-copy {
  color: white;
  margin-top: 10px;
  padding-right: 10px;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .block-cta-layers .cta-layers__column--mobile-only {
    display: none;
  }
  .block-cta-layers .cta-layers__column--desktop-only {
    display: block;
  }
  .block-cta-layers .cta-layers__image-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    z-index: 1;
    transform: translateY(-60px);
  }
  .block-cta-layers .cta-layers__image-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotate(-2.5deg);
  }
  .block-cta-layers .cta-layers__backdrop {
    width: 33vw;
    height: 100%;
  }
  .block-cta-layers.block-cta-layers--inverse .cta-layers__backdrop {
    left: auto;
    right: 0;
  }
  .block-cta-layers .cta-layers__image {
    width: 100%;
    aspect-ratio: 544/584;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
  }
  .block-cta-layers .cta-layers__text {
    margin-top: 40px;
  }
  .block-cta-layers .cta-layers__text .tt-buttons .tt-button:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .block-cta-layers .cta-layers__stats {
    width: 125%;
    justify-content: flex-start;
  }
  .block-cta-layers .cta-layers__stat {
    width: 33%;
    flex-shrink: 1;
    min-width: 150px;
  }
  .block-cta-layers .cta-layers__stat::before {
    width: 28px;
  }
  .block-cta-layers .cta-layers__stat-title {
    padding-right: 30px;
  }
  .block-cta-layers .cta-layers__stat-copy {
    padding-right: 30px;
    margin-top: 5px;
    max-width: 165px;
  }
}

.spacer-red {
  width: 100%;
  background-color: #e90802;
  height: 131px;
}
@media (min-width: 640px) {
  .spacer-red {
    height: 72px;
  }
}

.spacer-black {
  width: 100%;
  background-color: black;
  height: 131px;
}
@media (min-width: 640px) {
  .spacer-black {
    height: 72px;
  }
}

.spacer-white-with-border {
  width: 100%;
  background-color: white;
  height: 120px;
  border-top: 6px solid #e90802;
}

.spacer-white {
  width: 100%;
  background-color: white;
  height: 54px;
}

.desktop-only {
  display: none;
}

@media (min-width: 640px) {
  .mobile-only {
    display: none;
  }
  .desktop-only {
    display: block;
  }
}
@media (min-width: 640px) and (max-width: 1000px) {
  .block-cta-layers .cta-layers__title {
    font-size: 80px;
  }
}
@media (min-width: 1000px) and (max-width: 1400px) {
  .block-cta-layers .cta-layers__title {
    font-size: 120px;
  }
}
.block-two-column-headers {
  border-top: 6px solid #e90802;
  padding-top: 37px;
  padding-bottom: 64px;
  background-color: #EDEDED;
}
.block-two-column-headers .two-column-headers__title {
  margin-top: 0;
  margin-bottom: 30px;
  color: black;
}
.block-two-column-headers .link {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}
.block-two-column-headers .two-column-headers__image {
  margin-top: 30px;
  display: block;
  margin-bottom: 0;
  padding-bottom: 10px;
  width: 75px;
}
.block-two-column-headers .two-column-headers__category {
  color: black;
  margin-top: 40px;
  margin-bottom: 0;
}
.block-two-column-headers .two-column-headers__date {
  margin-top: 40px;
  margin-bottom: 0;
  color: #e90802;
}
.block-two-column-headers .two-column-headers__item {
  margin-top: 0;
  margin-bottom: 0;
  color: black;
}
@media (min-width: 640px) {
  .block-two-column-headers {
    padding-top: 40px;
    padding-bottom: 107px;
  }
  .block-two-column-headers .two-column-headers__title {
    margin-bottom: 40px;
  }
  .block-two-column-headers .two-column-headers__image {
    margin-top: 32px;
    padding-bottom: 40px;
    width: 100px;
  }
  .block-two-column-headers .two-column-headers__category {
    margin-top: 45px;
  }
  .block-two-column-headers .two-column-headers__category:first-child {
    margin-top: 0;
  }
  .block-two-column-headers .small-12 .two-column-headers__category:first-child,
  .block-two-column-headers .small-12 .two-column-headers__date:first-child,
  .block-two-column-headers .small-12 .two-column-headers__item:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .block-two-column-headers .row .large-3:last-child {
    margin-right: 8.3333%;
  }
}

.block-two-column {
  border-top: 6px solid #e90802;
  padding-top: 20px;
  padding-bottom: 64px;
  background-color: #EDEDED;
}
.block-two-column .small-12 {
  position: relative;
}
.block-two-column .two-column__title {
  margin-top: 0;
  margin-bottom: 60px;
  color: black;
  max-width: calc(100% - 70px);
}
.block-two-column .link {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}
.block-two-column .two-column__image {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 80px;
}
.block-two-column .two-column__date {
  margin-top: 0;
  margin-bottom: 15px;
  color: #e90802;
}
.block-two-column .two-column__item {
  margin-top: 0px;
  margin-bottom: 40px;
  color: black;
}
@media (min-width: 640px) {
  .block-two-column {
    padding-top: 40px;
    padding-bottom: 107px;
  }
  .block-two-column .two-column__title {
    margin-bottom: 40px;
    max-width: 100%;
  }
  .block-two-column .two-column__image {
    position: static;
    margin-top: 0px;
    padding-bottom: 40px;
    width: 94px;
  }
}

.block-accordion {
  background-color: #EDEDED;
  padding-top: 34px;
  padding-bottom: 64px;
}
.block-accordion .accordion__title {
  color: black;
  margin-top: 0;
  margin-bottom: 28px;
}
.block-accordion .accordion__image {
  width: 90px;
  display: block;
  padding-bottom: 40px;
}
.block-accordion .accordion__item h3 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.block-accordion .accordion__item h3 .accordion__header {
  width: 100%;
  background-color: transparent;
  border: none;
  color: black;
  text-align: left;
  padding-right: 55px;
  padding-left: 0;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 3px solid #991B1E;
  transition: color 0.25s;
}
.block-accordion .accordion__item h3 .accordion__header[aria-expanded=true] {
  color: #e90802;
}
.block-accordion .accordion__item h3 .accordion__header::after {
  background-image: none;
  background-color: #e90802;
  width: 28px;
  height: 3px;
  right: 0;
}
.block-accordion .accordion__item h3 .accordion__header::before {
  content: "";
  display: block;
  background-image: none;
  background-color: #e90802;
  width: 3px;
  height: 28px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  transition: height 0.25s;
}
.block-accordion .accordion__item h3 .accordion__header:hover {
  color: #e90802;
}
.block-accordion .accordion__item h3 .accordion__header[aria-expanded=true]::before {
  height: 1px;
}
.block-accordion .accordion__button {
  margin-top: 57px;
}
.block-accordion .accordion__item .accordion__panel {
  width: 100%;
  max-height: 0px;
  transition: max-height 0.4s cubic-bezier(0, 1, 0, 1), background-color 0.25s;
  overflow: hidden;
}
.block-accordion .accordion__item .accordion__panel:not([aria-hidden=true]) {
  max-height: 1000px;
  transition: max-height 0.8s ease-in-out, background-color 0.25s;
}
.block-accordion .accordion__item:last-of-type {
  border-bottom: 3px solid #991B1E;
}
.block-accordion .accordion__item .accordion__subheader {
  margin-top: 40px;
  margin-bottom: 0px;
}
.block-accordion .accordion__item .accordion__copy {
  margin-top: 10px;
  margin-bottom: 0px;
}
.block-accordion .accordion__item .accordion__panel .accordion__subheader:first-child {
  margin-top: 25px;
}
.block-accordion .accordion__item .accordion__button {
  margin-top: 40px;
}
.block-accordion .accordion__item .accordion__panel > *:last-child {
  margin-bottom: 57px;
}
.block-accordion.block-accordion--red {
  background-color: #e90802;
}
.block-accordion.block-accordion--red .accordion__item h3 .accordion__header {
  color: white;
  transition: color 0.25s, background-color 0.25s;
  background-color: #e90802;
  padding-left: 10px;
}
.block-accordion.block-accordion--red .accordion__item h3 .accordion__header::before, .block-accordion.block-accordion--red .accordion__item h3 .accordion__header::after {
  background-color: white;
  right: 10px;
}
.block-accordion.block-accordion--red .accordion__item h3 .accordion__header::before {
  right: 24px;
}
.block-accordion.block-accordion--red .accordion__item h3 .accordion__header:hover {
  color: black;
}
.block-accordion.block-accordion--red .accordion__item h3 .accordion__header[aria-expanded=true] {
  background-color: white;
  color: #e90802;
}
.block-accordion.block-accordion--red .accordion__item h3 .accordion__header[aria-expanded=true]::before, .block-accordion.block-accordion--red .accordion__item h3 .accordion__header[aria-expanded=true]::after {
  background-color: #e90802;
}
.block-accordion.block-accordion--red .accordion__panel {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #e90802;
}
.block-accordion.block-accordion--red .accordion__panel[aria-hidden=false] {
  background-color: white;
}
@media (min-width: 640px) {
  .block-accordion {
    padding-top: 40px;
    padding-bottom: 83px;
  }
  .block-accordion .accordion__title {
    margin-bottom: 40px;
    margin-top: -6px;
  }
  .block-accordion .accordion__image {
    width: 155px;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .block-accordion .accordion__item h3 .accordion__header {
    padding-top: 17px;
    padding-bottom: 20px;
  }
  .block-accordion .accordion__button {
    margin-top: 40px;
  }
  .block-accordion .accordion__item .accordion__subheader {
    margin-top: 30px;
  }
  .block-accordion .accordion__item .accordion__copy {
    margin-top: 3px;
  }
  .block-accordion .accordion__item .accordion__panel .accordion__subheader:first-child {
    margin-top: 20px;
  }
  .block-accordion .accordion__item .accordion__panel > *:last-child {
    margin-bottom: 60px;
  }
  .block-accordion.block-accordion--red {
    padding-top: 80px;
  }
  .block-accordion.block-accordion--red .accordion__panel {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.block-arrow-list {
  background-color: black;
  padding-top: 40px;
  padding-bottom: 80px;
  border-top: 12px solid #e90802;
  position: relative;
}
.block-arrow-list .arrow-list__top-triangle {
  position: absolute;
  top: -11px;
  width: 21px;
  height: 21px;
  border-bottom: 11px solid #e90802;
  border-right: 11px solid #e90802;
  border-left: 11px solid transparent;
  border-top: 11px solid transparent;
  box-sizing: border-box;
  transform: scaleX(0.7) rotate(45deg);
}
.block-arrow-list .arrow-list__title {
  color: white;
  margin-top: 0;
  margin-bottom: 0;
}
.block-arrow-list .arrow-list__copy {
  margin-top: 20px;
  margin-bottom: 0;
  color: white;
}
.block-arrow-list .arrow-list__arrow-card {
  margin-top: 54px;
  display: block;
}
.block-arrow-list .arrow-list__arrow-card .row {
  display: block;
}
.block-arrow-list .arrow-list__arrow-card + .arrow-list__arrow-card {
  margin-top: 0;
}
.block-arrow-list .arrow-list__arrow-card .arrow-card__brick-line {
  width: 100%;
  height: 3px;
  background-color: #991B1E;
}
.block-arrow-list .arrow-list__arrow-card .arrow-card__relative {
  position: relative;
  width: 100%;
}
.block-arrow-list .arrow-list__arrow-card .arrow-card__arrow {
  position: absolute;
  right: 0;
  width: 45px;
  top: 20px;
}
.block-arrow-list .arrow-list__arrow-card .arrow-card__image {
  width: calc(100% - 65px);
  max-width: 150px;
  height: 93px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  margin-bottom: 20px;
  margin-top: 16px;
}
.block-arrow-list .arrow-list__arrow-card .arrow-card__title {
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  transition: color 0.25s;
  text-decoration: none;
}
.block-arrow-list .arrow-list__arrow-card:hover .arrow-card__title {
  color: #e90802;
}
.block-arrow-list .arrow-list__arrow-card .arrow-card__copy {
  color: white;
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 16px;
  display: block;
  text-decoration: none;
}
@media (min-width: 640px) {
  .block-arrow-list .arrow-list__arrow-card .arrow-card__arrow {
    top: 52px;
  }
  .block-arrow-list .arrow-list__arrow-card .arrow-card__image {
    width: 100%;
    max-width: 292px;
    height: 209px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .block-arrow-list .arrow-list__arrow-card .arrow-card__title {
    margin-top: 20px;
    padding-right: 80px;
  }
  .block-arrow-list .arrow-list__arrow-card .arrow-card__copy {
    margin-top: 30px;
    padding-bottom: 20px;
    display: block;
    width: 75%;
    min-width: 325px;
  }
}

.block-application-types {
  padding-top: 60px;
  padding-bottom: 190px;
}
.block-application-types .application-types__title {
  color: #e90802;
  margin-top: 0;
  margin-bottom: 0;
}
.block-application-types .application-types__copy {
  color: black;
  margin-top: 20px;
}
.block-application-types .application-types__selectors-wrapper {
  width: 100%;
  overflow: auto;
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  margin-top: 50px;
  height: 90px;
}
.block-application-types .application-types__selectors-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.block-application-types .application-types__selectors {
  display: flex;
  background-color: #EDEDED;
  padding-left: 30px;
  padding-right: 30px;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  overflow: visible;
  height: 80px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  border-bottom: 6px solid #991B1E;
}
.block-application-types .application-types__selector {
  color: black;
  font-family: "NeuePlakExtendedExtraBlack", Inter, Tahoma, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: 2.25px;
  text-transform: uppercase;
  background-color: transparent;
  border: 0px solid transparent;
  padding: 0;
  margin: 0;
  height: 100%;
  position: relative;
}
.block-application-types .application-types__selector::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -11px;
  width: 21px;
  height: 21px;
  border-bottom: 11px solid transparent;
  border-right: 11px solid transparent;
  border-left: 11px solid #991B1E;
  border-top: 11px solid #991B1E;
  box-sizing: border-box;
  transform: translateX(-50%) scaleX(0.7) rotate(45deg);
  left: 50%;
  opacity: 0;
  transition: opacity 0.25s;
}
.block-application-types .application-types__selector::after {
  display: none;
}
.block-application-types .application-type__type {
  color: #e90802;
  margin-top: 20px;
  margin-bottom: 0;
  padding-right: 45px;
}
.block-application-types .application-type__name {
  margin-top: 5px;
  margin-bottom: 0;
  padding-right: 45px;
  cursor: pointer;
}
.block-application-types .application-type__image {
  margin-top: 20px;
  width: calc(100% - 40px);
  max-width: 163px;
  height: 93px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: height 0.25s;
}
.block-application-types .application-types__application-type.open .application-type__image {
  height: 178px;
}
.block-application-types .application-type__brick-bottom {
  height: 3px;
  width: 100%;
  background-color: #991B1E;
  margin-top: 20px;
}
.block-application-types .application-type--desktop {
  display: none;
}
.block-application-types .application-types__application-type {
  display: none;
}
.block-application-types[data-filtered-type=all] [data-application-filter=all], .block-application-types[data-filtered-type=undergraduate] [data-application-filter=undergraduate], .block-application-types[data-filtered-type=transfers] [data-application-filter=transfers] {
  color: #991B1E;
}
.block-application-types[data-filtered-type=all] [data-application-filter=all]::before, .block-application-types[data-filtered-type=undergraduate] [data-application-filter=undergraduate]::before, .block-application-types[data-filtered-type=transfers] [data-application-filter=transfers]::before {
  opacity: 1;
}
.block-application-types[data-filtered-type=all] [data-application-type=undergraduate], .block-application-types[data-filtered-type=all] [data-application-type=transfers], .block-application-types[data-filtered-type=undergraduate] [data-application-type=undergraduate], .block-application-types[data-filtered-type=transfers] [data-application-type=transfers] {
  display: block;
}
.block-application-types .application-types__selectors--desktop {
  display: none;
}
.block-application-types .application-type--mobile, .block-application-types .application-type--desktop {
  position: relative;
}
.block-application-types .application-type__toggle {
  width: 28px;
  height: 28px;
  background-color: transparent;
  position: absolute;
  right: 0.9375rem;
  top: 65px;
  border: none;
  padding: 0;
  margin: 0;
}
.block-application-types .application-type__toggle::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 4px;
  background-color: #e90802;
  transform: translateY(-50%);
}
.block-application-types .application-type__toggle::after {
  content: "";
  display: block;
  position: absolute;
  background-image: none;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 100%;
  background-color: #e90802;
  transform: translateX(-50%) translateY(-50%);
  transition: height 0.25s;
}
.block-application-types .application-type__process {
  list-style-type: none;
  margin-left: 0;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s;
}
.block-application-types .application-types__application-type.open .application-type__process {
  max-height: 10000px;
  transition: max-height 2s;
}
.block-application-types .application-types__application-type.open .application-type__toggle::after {
  height: 1px;
}
.block-application-types .application-type__process-step-title {
  margin-top: 40px;
  margin-bottom: 0;
  color: black;
  text-decoration: none;
}
.block-application-types .application-type__process-step-copy {
  margin-top: 10px;
  margin-bottom: 0;
  color: black;
}
.block-application-types .application-type__process-bullets {
  margin-left: 24px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.block-application-types .application-type__process-bullet {
  color: black;
}
.block-application-types .application-type__process-buttons {
  margin-top: 65px;
  padding-bottom: 40px;
}
.block-application-types .application-type__process--desktop {
  display: none;
}
@media (min-width: 640px) {
  .block-application-types {
    padding-top: 110px;
    padding-bottom: 160px;
  }
  .block-application-types .application-type--mobile {
    display: none;
  }
  .block-application-types .application-type--desktop {
    display: block;
  }
  .block-application-types .application-types__selectors--desktop {
    display: flex;
  }
  .block-application-types .application-types__selectors--mobile {
    display: none;
  }
  .block-application-types .application-type__process--desktop {
    display: block;
  }
  .block-application-types .application-type__process--mobile {
    display: none;
  }
  .block-application-types .application-types__selectors {
    height: 90px;
    gap: 30px;
  }
  .block-application-types .application-types__selectors-wrapper {
    height: auto;
  }
  .block-application-types .application-type__type {
    color: #e90802;
    margin-top: 20px;
    margin-bottom: 0;
    padding-right: 70px;
  }
  .block-application-types .application-type__name {
    margin-top: 5px;
    width: 77.777%;
    padding-right: 0;
    max-width: 785px;
    cursor: pointer;
    transition: color 0.25s;
  }
  .block-application-types .application-type__name:hover {
    color: #e90802;
  }
  .block-application-types .application-type__image {
    margin-top: 20px;
    width: 100%;
    max-width: 280px;
    height: 170px;
  }
  .block-application-types .application-types__application-type.open .application-type__image {
    height: 294px;
  }
  .block-application-types .application-type__toggle {
    width: 50px;
    height: 50px;
    right: calc(0.9375rem + 20px);
    top: 80px;
  }
  .block-application-types .application-type__process-step-title {
    margin-top: 35px;
    margin-bottom: 0;
    color: black;
    text-decoration: none;
  }
  .block-application-types .application-type__process-step-copy {
    margin-top: 15px;
  }
  .block-application-types .application-type__process-bullets {
    margin-left: 28px;
  }
  .block-application-types .application-type__process-buttons {
    margin-top: 35px;
    padding-bottom: 90px;
  }
}

.block-poster {
  overflow: hidden;
}
.block-poster .poster__backdrop {
  background-size: cover;
  background-position: center;
}
.block-poster .poster__wrapper {
  min-height: 610px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: relative;
  padding-bottom: 65px;
}
.block-poster .poster__title {
  color: white;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.block-poster .poster__button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.block-poster .poster__callouts {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 45px;
  padding-bottom: 115px;
}
.block-poster .poster__callout {
  padding-top: 40px;
  margin-top: 0;
  margin-bottom: 40px;
  position: relative;
}
.block-poster .poster__callout::before {
  content: "";
  background: url(/images/red-carat.svg) center no-repeat;
  background-size: 28px 19px;
  width: 28px;
  height: 19px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 640px) {
  .block-poster .poster__wrapper {
    min-height: 750px;
    padding-bottom: 0px;
  }
  .block-poster .poster__button {
    position: absolute;
    bottom: 67px;
    left: 50%;
    transform: translateX(-50%);
  }
  .block-poster .poster__callouts {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding-top: 56px;
    padding-bottom: 35px;
  }
}
@media (min-width: 1024px) {
  .block-poster .poster__callouts {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 640px) and (max-width: 1200px) {
  .block-poster .poster__title {
    font-size: 300px;
  }
}

.block-video {
  background-color: black;
  padding-top: 150px;
}
.block-video .video__frame {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 987px;
  background-image: url(/images/video-texture.png);
  background-size: cover;
  background-position: center;
  padding: 20px;
  box-sizing: border-box;
}
.block-video .video__video {
  width: 100%;
  height: auto;
}
@media (min-width: 640px) {
  .block-video .video__frame {
    padding: 44px;
  }
}

body .ttu-enrollment__skip-link {
  position: fixed;
  bottom: calc(100% + 100px);
  height: 40px;
  margin: 0;
  padding: 10px;
  background-color: #e90802;
  color: black;
  font-family: "NeuePlakBold", Inter, Tahoma, sans-serif;
  font-size: 18px;
  border: 1px solid black;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
}
body .ttu-enrollment__skip-link:focus {
  bottom: calc(100% - 40px);
  text-decoration: underline;
  opacity: 1;
  pointer-events: all;
}
body .ttu-enrollment-nav {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}
body .ttu-enrollment-nav__image-preload {
  width: 0px;
  height: 0px;
  display: block;
  overflow: hidden;
}
body .ttu-enrollment-nav__bar {
  background-color: white;
  border-bottom: 1px solid pink;
}
body .ttu-enrollment-nav__bar-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
body .ttu-enrollment-nav__bar--left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  height: 100%;
}
body .ttu-enrollment__nav-logo {
  margin-right: 11px;
  flex-shrink: 0;
}
body .ttu-enrollment__nav-logo-image {
  width: 46px;
}
body .ttu-enrollment__nav-title {
  width: min(85%, 180px);
  padding-left: 0;
  padding-right: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  background-color: transparent;
  color: black;
  text-transform: none;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.44px;
}
@media (max-width: 335px) {
  body .ttu-enrollment__nav-title {
    display: none;
  }
}
body .ttu-enrollment-nav__mobile-hamburger {
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}
body .ttu-enrollment-nav__mobile-hamburger::after {
  display: none;
}
body .ttu-enrollment-nav__bar--right {
  flex-shrink: 0;
}
body .ttu-enrollment-nav__bar--right-desktop {
  display: none;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  list-style-type: none;
}
body .ttu-desktop-nav-button {
  padding: 0 12px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 60px;
  color: black;
  cursor: pointer;
  font-family: "NeuePlakBold", Inter, Tahoma, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 150%;
  transition: background-color 0.25s, border-color 0.25s, opacity 0.25s;
  text-decoration: none;
}
body .ttu-desktop-nav-button::after {
  display: none;
}
body .ttu-desktop-nav-button--search {
  background-color: transparent;
  border: none;
  border-radius: 100%;
  padding: 12px;
  padding-right: 12px;
  transform: translateX(-12px);
  margin-left: 16px;
  cursor: pointer;
}
body .ttu-desktop-nav-button--search::after {
  display: none;
}
body .ttu-desktop-nav-input--search-wrapper {
  position: relative;
  overflow: hidden;
}
body .ttu-desktop-nav-button--search-cancel {
  position: absolute;
  background-color: transparent;
  border: none;
  border-radius: 0;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  padding: 6px;
  cursor: pointer;
}
body .ttu-desktop-nav-button--search-cancel img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
body .ttu-desktop-nav-button--search img {
  display: block;
  width: 24px;
  transform: translateY(1px);
}
body .ttu-desktop-nav-input--search {
  background-color: rgba(255, 255, 255, 0.15);
  height: 48px;
  border: none;
  border-radius: 0;
  width: 0;
  overflow: hidden;
  transition: width 0.25s;
  box-sizing: border-box;
  padding: 0px;
  color: white;
}
body .nav-search-open .ttu-desktop-nav-input--search {
  width: 386px;
  pointer-events: all;
  padding: 8px 12px;
}
body .ttu-desktop-nav-button--search {
  opacity: 1;
  transition: opacity 0.25s;
}
body .nav-search-open .ttu-desktop-nav-button, body .nav-search-open .ttu-desktop-nav-button--search {
  opacity: 0;
  pointer-events: none;
}
body .ttu-desktop-nav-button--outlined {
  border-color: white;
}
body .ttu-desktop-nav-button:hover, body .ttu-desktop-nav-button:focus, body .ttu-desktop-nav-button--active {
  color: #e90802;
}
body .ttu-desktop-megamenu {
  position: absolute;
  top: 80px;
  left: 0;
  height: calc(100vh - 80px);
  width: 100%;
  background-color: white;
  z-index: 1;
  overflow-y: auto;
  background-color: red;
  display: none;
}
body .ttu-desktop-megamenu > .row {
  margin-left: auto;
  margin-right: auto;
}
body .ttu-desktop-megamenu > .row > .columns:first-child {
  position: relative;
}
body .ttu-desktop-megamenu > .row > .columns:first-child .ttu-desktop-megamenu__left-side-middle-text {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + (100vw - 1360px) / 2);
  min-width: calc(100% + 15px);
  height: 100%;
  right: 0;
  background-image: url(/images/nav-megamenu-background.png);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .ttu-desktop-megamenu__right-bg {
  content: "";
  display: block;
  position: fixed;
  left: 50%;
  top: 80px;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-image: url(/wp-content/themes/ttu-enrollment-theme/assets/images/medical-background.png);
  background-size: cover;
  background-position: center;
}
body .ttu-desktop-megamenu__left-side {
  min-height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: border-box;
  color: orange;
}
body .ttu-desktop-megamenu__left-side-logo {
  width: 162px;
  margin-bottom: 20px;
}
body .ttu-desktop-megamenu__left-side-title {
  text-transform: uppercase;
}
body .ttu-desktop-megamenu__left-side-body {
  margin-top: 20px;
  margin-bottom: 20px;
}
body .ttu-desktop-megamenu__socials {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  margin-top: 20px;
}
body .ttu-desktop-megamenu__social {
  text-decoration: none;
  color: orange;
}
body .ttu-desktop-megamenu__social:last-child {
  margin-left: 12px;
}
body .ttu-desktop-megamenu__social:hover:last-child, body .ttu-desktop-megamenu__social:focus:last-child {
  text-decoration: underline;
}
body .ttu-desktop-megamenu__social-image {
  width: 30px;
}
body .ttu-desktop-megamenu__right-side {
  min-height: calc(100vh - 80px);
  box-sizing: border-box;
  position: relative;
}
body .ttu-desktop-megamenu__right-side--inner {
  width: 100%;
  padding-left: 27px;
  padding-top: 34px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 19px;
  max-height: calc(100vh - 170px);
  overflow: auto;
  line-height: normal;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
body .ttu-desktop-megamenu__right-side--inner::-webkit-scrollbar {
  width: 0;
  height: 0;
}
body .ttu-desktop__right-side-link {
  text-decoration: none;
  color: white;
  display: block;
  position: relative;
  z-index: 1;
  line-height: normal;
}
body .ttu-desktop__right-side-link:hover, body .ttu-desktop__right-side-link:focus {
  color: black;
}
body .ttu-desktop-megamenu__right-side--bottom {
  position: absolute;
  bottom: 54px;
  padding-left: 27px;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
body .ttu-desktop-megamenu__right-side--bottom .ttu-desktop__right-bottom-title {
  color: black;
  font-family: "NeuePlakBlack", Inter, Tahoma, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 14px;
  letter-spacing: 0.24px;
}
body .ttu-desktop-megamenu__right-side--bottom .ttu-desktop__right-bottom-links {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
body .ttu-desktop-megamenu__right-side--bottom .ttu-desktop__right-bottom-link {
  color: black;
  font-family: "NeuePlakRegular", Inter, Tahoma, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.24px;
}
body .ttu-desktop-megamenu__right-side--bottom .ttu-desktop__right-bottom-link:hover, body .ttu-desktop-megamenu__right-side--bottom .ttu-desktop__right-bottom-link:focus {
  color: black;
  text-decoration: underline;
}
body .ttu-desktop-nav__mobile-container {
  display: none;
}
body .ttu-enrollment-nav__mobile-container {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  height: calc(100vh - 80px);
  width: 100%;
  background-color: #e90802;
  overflow-y: auto;
}
body .ttu-enrollment-nav__mobile-container .columns {
  padding-right: 0;
  padding-left: 0;
}
body .ttu-enrollment-nav__mobile-container > .row {
  width: 100%;
  margin-right: 0;
  max-width: 100%;
  margin-left: 0;
}
body.nav-mobile-menu-open .ttu-enrollment-nav__mobile-container {
  display: block;
}
body.nav-mobile-menu-open .ttu-enrollment__nav-logo, body.nav-mobile-menu-open .ttu-enrollment__nav-title {
  display: none;
}
@media (max-width: 959.999px) {
  body.nav-mobile-menu-open .ttu-enrollment-nav__bar {
    background-image: url(/images/nav-mobile-open-bg.png);
    background-size: cover;
    background-position: center;
  }
}
body .ttu-enrollment-nav__mobile-hamburger-image:first-child {
  display: block;
}
body .ttu-enrollment-nav__mobile-hamburger-image:first-child {
  display: block;
}
body.nav-mobile-menu-open .ttu-enrollment-nav__mobile-hamburger-image:first-child {
  display: none;
}
body .ttu-enrollment-nav__mobile-hamburger-image:nth-child(2) {
  display: none;
}
body.nav-mobile-menu-open .ttu-enrollment-nav__mobile-hamburger-image:nth-child(2) {
  display: block;
}
body .ttu-enrollment-nav__mobile-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
body .ttu-enrollment-nav__mobile-item {
  width: 100%;
}
body .ttu-enrollment-nav__mobile-item-button {
  background-color: transparent;
  width: 100%;
  color: white;
  border: none;
  height: 74px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 3px solid #991B1E;
  position: relative;
  cursor: pointer;
}
body .ttu-enrollment-nav__mobile-item-button::after {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 7px;
  background-image: url(/wp-content/themes/ttu-enrollment-theme/assets/images/down-caret.svg);
  background-size: cover;
  background-position: center;
  top: calc(50% - 3.5px);
  right: 6px;
  transform: rotateX(0deg);
  transition: transform 0.25s;
}
body .ttu-enrollment-nav__mobile-item-button[aria-expanded=true]::after {
  transform: rotateX(180deg);
}
body .ttu-enrollment-nav__mobile-subitems {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
body .ttu-enrollment-nav__mobile-subitems--open {
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: black;
  border-bottom: 3px solid #991B1E;
}
body .ttu-enrollment-nav__mobile-subitem {
  background-color: black;
  box-sizing: border-box;
  width: 100%;
}
body .ttu-enrollment-nav__mobile-subitem-link {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 12px 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 50px;
  text-decoration: none;
  color: white;
  background-color: black;
  font-family: "NeuePlakBold", Inter, Tahoma, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 120%;
}
body .ttu-enrollment-nav__mobile-subitem-link:hover {
  text-decoration: underline;
}
body .ttu-enrollment-nav__mobile-cta {
  color: white;
  min-height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid white;
  border-radius: 60px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
body .ttu-enrollment-nav__mobile-cta + .ttu-enrollment-nav__mobile-cta {
  margin-top: -20px;
}
body .ttu-desktop-nav__mobile-standalone-title {
  margin-top: 60px;
  margin-bottom: 30px;
  text-decoration: none;
  display: block;
  padding-left: 20px;
  color: black;
  font-family: "NeuePlakRegular", Inter, Tahoma, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 116.667% */
  letter-spacing: 0.24px;
  font-weight: bold;
}
body .ttu-desktop-nav__mobile-standalone-link {
  margin-top: 0;
  margin-bottom: 30px;
  text-decoration: none;
  display: block;
  padding-left: 20px;
  color: black;
  font-family: "NeuePlakRegular", Inter, Tahoma, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 116.667% */
  letter-spacing: 0.24px;
}
body .ttu-desktop-nav__mobile-standalone-link:focus, body .ttu-desktop-nav__mobile-standalone-link:hover {
  text-decoration: underline;
}
body .ttu-enrollment-nav__ticker-bar {
  background-color: red;
  width: 100%;
  height: 65px;
  padding-top: 10px;
  padding-bottom: 7px;
  box-sizing: border-box;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body .ttu-enrollment-nav__ticker-bar .grid-container {
  max-width: none !important;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
}
body .ttu-enrollment-nav__ticker-bar-inner {
  display: flex;
  flex-direction: row;
  height: 48px;
  gap: 8px;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
}
body .ttu-enrollment-nav__ticker-bar-pill {
  border-radius: 16px;
  overflow: hidden;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding-left: 16px;
  padding-right: 16px;
  transition: background-color 0.25s;
  width: -moz-max-content;
  width: max-content;
  max-width: 312px;
  flex-shrink: 0;
}
body .ttu-enrollment-nav__ticker-bar-pill:hover, body .ttu-enrollment-nav__ticker-bar-pill:focus {
  background-color: purple;
}
body .ttu-enrollment-nav__ticker-bar-pill:hover .ttu-enrollment-nav__ticker-bar-pill-type,
body .ttu-enrollment-nav__ticker-bar-pill:hover .ttu-enrollment-nav__ticker-bar-pill-date,
body .ttu-enrollment-nav__ticker-bar-pill:hover .ttu-enrollment-nav__ticker-bar-pill-title,
body .ttu-enrollment-nav__ticker-bar-pill:focus .ttu-enrollment-nav__ticker-bar-pill-type,
body .ttu-enrollment-nav__ticker-bar-pill:focus .ttu-enrollment-nav__ticker-bar-pill-date,
body .ttu-enrollment-nav__ticker-bar-pill:focus .ttu-enrollment-nav__ticker-bar-pill-title {
  color: white;
}
body .ttu-enrollment-nav__ticker-bar-pill-type,
body .ttu-enrollment-nav__ticker-bar-pill-date,
body .ttu-enrollment-nav__ticker-bar-pill-title {
  transition: color 0.25s;
}
body .ttu-enrollment-nav__ticker-bar-pill,
body .ttu-enrollment-nav__ticker-bar-pill-type,
body .ttu-enrollment-nav__ticker-bar-pill-date,
body .ttu-enrollment-nav__ticker-bar-pill-title {
  text-decoration: none;
  color: purple;
}
body .ttu-enrollment-nav__ticker-bar-pill-type, body .ttu-enrollment-nav__ticker-bar-pill-date {
  font-family: "work-sans-regular";
  font-size: 12px;
  line-height: 150%;
}
body .ttu-enrollment-nav__ticker-bar-pill-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "work-sans-semibold";
  font-size: 12px;
  line-height: 150%;
}
body .ttu-desktop-megamenu__left-side-middle-text .tt-button {
  transition: background-color 0.25s, color 0.25s, border-color 0.25s, box-shadow 0.25s;
}
body .ttu-desktop-megamenu__left-side-middle-text .tt-button:hover,
body .ttu-desktop-megamenu__left-side-middle-text .tt-button:focus {
  background-color: #e90802;
  border-color: white;
  box-shadow: -8px 8px 0 0 #000;
}
@media (max-width: 959.9999px) {
  body.nav-mobile-menu-open {
    overflow: hidden;
  }
}
@media (min-width: 960px) {
  body .ttu-enrollment-nav__ticker-bar-pill {
    gap: 8px;
  }
}
@media (min-width: 960px) {
  body .ttu-enrollment-nav__mobile-container {
    display: none !important;
  }
  body .ttu-enrollment-nav__bar--right-mobile {
    display: none;
  }
  body .ttu-enrollment-nav__bar--right-desktop {
    display: flex;
  }
  body .nav-menu-open {
    overflow: hidden;
  }
  body .ttu-desktop-megamenu--open {
    display: block;
  }
  body .ttu-desktop-megamenu__socials {
    gap: 12px;
  }
  body .ttu-desktop-megamenu__social-image {
    width: 24px;
  }
}
/*# sourceMappingURL=main.css.map */
