@charset "UTF-8";
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #FFFFFF;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1240px;
  --breakpoint-xxl: 1440px;
  --font-family-sans-serif: "Poppins", "Helvetica Neue", Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #FFFFFF;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1, h2, h3, h4, .media-card__heading, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, .media-card__heading, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "VTFRedzoneClassicRegular", "Helvetica Neue", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .media-card__heading, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid, .profile-tiles__wrap .profile-tile__image {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFFFFF;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .packages-table__container, .not-found__container, .experiences-detail__container, .fixtures__results__container--desktop, .fixtures__container, .next-match__container, .memberships__container, .story__container:not(.story__container--full-height-image):not(.story__container--span-image), .video-module__container, .side-nav__menu--open, .footer-banner__container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, .packages-table__container, .not-found__container, .experiences-detail__container, .fixtures__results__container--desktop, .fixtures__container, .next-match__container, .memberships__container, .story__container:not(.story__container--full-height-image):not(.story__container--span-image), .video-module__container, .side-nav__menu--open, .footer-banner__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .packages-table__container, .not-found__container, .experiences-detail__container, .fixtures__results__container--desktop, .fixtures__container, .next-match__container, .memberships__container, .story__container:not(.story__container--full-height-image):not(.story__container--span-image), .video-module__container, .side-nav__menu--open, .footer-banner__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .packages-table__container, .not-found__container, .experiences-detail__container, .fixtures__results__container--desktop, .fixtures__container, .next-match__container, .memberships__container, .story__container:not(.story__container--full-height-image):not(.story__container--span-image), .video-module__container, .side-nav__menu--open, .footer-banner__container {
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .packages-table__container, .not-found__container, .experiences-detail__container, .fixtures__results__container--desktop, .fixtures__container, .next-match__container, .memberships__container, .story__container:not(.story__container--full-height-image):not(.story__container--span-image), .video-module__container, .side-nav__menu--open, .footer-banner__container {
    max-width: 1180px;
  }
}
.row, .feature-links__wrap, .media-cards__wrap, .profile-tiles__wrap, .footer-banner__bottom, .footer-banner__top, .hero__tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters, .profile-tiles__wrap, .hero__tiles {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .profile-tiles__wrap > .col, .hero__tiles > .col,
.no-gutters > [class*=col-],
.profile-tiles__wrap > [class*=col-],
.hero__tiles > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .feature-link--medium, .footer-banner__bottom div:first-of-type, .col-lg-5, .col-lg-4, .feature-link--small, .col-lg-3, .media-card, .profile-tiles__wrap .profile-tile--social, .profile-tiles__wrap .profile-tile, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .hero__tile, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .feature-link--large, .profile-tiles__wrap .profile-tile__overlay, .footer-banner__top__col, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .footer-banner__bottom div:not(:first-of-type), .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6, .profile-tiles__wrap .profile-tile--social, .profile-tiles__wrap .profile-tile, .footer-banner__bottom div:not(:first-of-type) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11, .media-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12, .feature-link--large, .feature-link--medium, .feature-link--small, .profile-tiles__wrap .profile-tile__overlay, .footer-banner__bottom div:first-of-type, .footer-banner__top__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4, .profile-tiles__wrap .profile-tile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6, .media-card, .profile-tiles__wrap .profile-tile--social {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4, .media-card, .hero__tile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3, .media-card, .profile-tiles__wrap .profile-tile--social, .profile-tiles__wrap .profile-tile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4, .feature-link--small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6, .feature-link--medium, .footer-banner__bottom div:first-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1240px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.table, .standard-content table, .ladder__ladder {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th, .standard-content table th, .ladder__ladder th,
.table td,
.standard-content table td,
.ladder__ladder td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #EFF1F2;
}
.table thead th, .standard-content table thead th, .ladder__ladder thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #EFF1F2;
}
.table tbody + tbody, .standard-content table tbody + tbody, .ladder__ladder tbody + tbody {
  border-top: 2px solid #EFF1F2;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered, .standard-content table {
  border: 1px solid #EFF1F2;
}
.table-bordered th, .standard-content table th,
.table-bordered td,
.standard-content table td {
  border: 1px solid #EFF1F2;
}
.table-bordered thead th, .standard-content table thead th,
.table-bordered thead td,
.standard-content table thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th, .standard-content table .thead-dark th, .ladder__ladder .thead-dark th {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th, .standard-content table .thead-light th, .ladder__ladder .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #EFF1F2;
}

.table-dark {
  color: #FFFFFF;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered, .standard-content table.table-dark {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered, .standard-content .table-responsive-sm > table {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered, .standard-content .table-responsive-md > table {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered, .standard-content .table-responsive-lg > table {
    border: 0;
  }
}
@media (max-width: 1239.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered, .standard-content .table-responsive-xl > table {
    border: 0;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered, .standard-content .table-responsive-xxl > table {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered, .standard-content .table-responsive > table {
  border: 0;
}

.form-control, .mobile-side-nav__menu {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .mobile-side-nav__menu {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand, .mobile-side-nav__menu::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .mobile-side-nav__menu:focus {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder, .mobile-side-nav__menu::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder, .mobile-side-nav__menu::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .mobile-side-nav__menu:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder, .mobile-side-nav__menu::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, .mobile-side-nav__menu::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .mobile-side-nav__menu:disabled, .form-control[readonly], [readonly].mobile-side-nav__menu {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control, input[type=date].mobile-side-nav__menu,
input[type=time].form-control,
input[type=time].mobile-side-nav__menu,
input[type=datetime-local].form-control,
input[type=datetime-local].mobile-side-nav__menu,
input[type=month].form-control,
input[type=month].mobile-side-nav__menu {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring, select.mobile-side-nav__menu:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value, select.mobile-side-nav__menu:focus::-ms-value {
  color: #495057;
  background-color: #FFFFFF;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select[size].mobile-side-nav__menu, select.form-control[multiple], select[multiple].mobile-side-nav__menu {
  height: auto;
}

textarea.form-control, textarea.mobile-side-nav__menu {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .mobile-side-nav__menu:valid, .form-control.is-valid, .is-valid.mobile-side-nav__menu {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .mobile-side-nav__menu:valid:focus, .form-control.is-valid:focus, .is-valid.mobile-side-nav__menu:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, .was-validated select.mobile-side-nav__menu:valid, select.form-control.is-valid, select.is-valid.mobile-side-nav__menu {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, .was-validated textarea.mobile-side-nav__menu:valid, textarea.form-control.is-valid, textarea.is-valid.mobile-side-nav__menu {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .mobile-side-nav__menu:invalid, .form-control.is-invalid, .is-invalid.mobile-side-nav__menu {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .mobile-side-nav__menu:invalid:focus, .form-control.is-invalid:focus, .is-invalid.mobile-side-nav__menu:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, .was-validated select.mobile-side-nav__menu:invalid, select.form-control.is-invalid, select.is-invalid.mobile-side-nav__menu {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, .was-validated textarea.mobile-side-nav__menu:invalid, textarea.form-control.is-invalid, textarea.is-invalid.mobile-side-nav__menu {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .mobile-side-nav__menu {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #FFFFFF;
  background-color: #0069d9;
  border-color: #0062cc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #FFFFFF;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #FFFFFF;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #FFFFFF;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #FFFFFF;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #FFFFFF;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #FFFFFF;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #FFFFFF;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #FFFFFF;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #FFFFFF;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #FFFFFF;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1240px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .mobile-side-nav__menu,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .input-group > .mobile-side-nav__menu + .form-control, .input-group > .form-control + .mobile-side-nav__menu, .input-group > .mobile-side-nav__menu + .mobile-side-nav__menu,
.input-group > .form-control + .custom-select,
.input-group > .mobile-side-nav__menu + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .mobile-side-nav__menu + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .mobile-side-nav__menu,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .mobile-side-nav__menu,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .mobile-side-nav__menu,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .input-group > .mobile-side-nav__menu:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child), .input-group > .mobile-side-nav__menu:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .mobile-side-nav__menu:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3), .input-group.has-validation > .mobile-side-nav__menu:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .input-group-lg > .mobile-side-nav__menu:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control, .input-group-lg > .mobile-side-nav__menu,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea), .input-group-sm > .mobile-side-nav__menu:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control, .input-group-sm > .mobile-side-nav__menu,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFFFFF;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #FFFFFF;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FFFFFF;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #FFFFFF;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #dee2e6 #dee2e6 #FFFFFF;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container, .navbar .packages-table__container, .navbar .not-found__container, .navbar .experiences-detail__container, .navbar .fixtures__results__container--desktop, .navbar .fixtures__container, .navbar .next-match__container, .navbar .memberships__container, .navbar .story__container:not(.story__container--full-height-image):not(.story__container--span-image), .navbar .video-module__container, .navbar .side-nav__menu--open, .navbar .footer-banner__container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .packages-table__container, .navbar-expand-sm > .not-found__container, .navbar-expand-sm > .experiences-detail__container, .navbar-expand-sm > .fixtures__results__container--desktop, .navbar-expand-sm > .fixtures__container, .navbar-expand-sm > .next-match__container, .navbar-expand-sm > .memberships__container, .navbar-expand-sm > .story__container:not(.story__container--full-height-image):not(.story__container--span-image), .navbar-expand-sm > .video-module__container, .navbar-expand-sm > .side-nav__menu--open, .navbar-expand-sm > .footer-banner__container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .packages-table__container, .navbar-expand-sm > .not-found__container, .navbar-expand-sm > .experiences-detail__container, .navbar-expand-sm > .fixtures__results__container--desktop, .navbar-expand-sm > .fixtures__container, .navbar-expand-sm > .next-match__container, .navbar-expand-sm > .memberships__container, .navbar-expand-sm > .story__container:not(.story__container--full-height-image):not(.story__container--span-image), .navbar-expand-sm > .video-module__container, .navbar-expand-sm > .side-nav__menu--open, .navbar-expand-sm > .footer-banner__container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .packages-table__container, .navbar-expand-md > .not-found__container, .navbar-expand-md > .experiences-detail__container, .navbar-expand-md > .fixtures__results__container--desktop, .navbar-expand-md > .fixtures__container, .navbar-expand-md > .next-match__container, .navbar-expand-md > .memberships__container, .navbar-expand-md > .story__container:not(.story__container--full-height-image):not(.story__container--span-image), .navbar-expand-md > .video-module__container, .navbar-expand-md > .side-nav__menu--open, .navbar-expand-md > .footer-banner__container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .packages-table__container, .navbar-expand-md > .not-found__container, .navbar-expand-md > .experiences-detail__container, .navbar-expand-md > .fixtures__results__container--desktop, .navbar-expand-md > .fixtures__container, .navbar-expand-md > .next-match__container, .navbar-expand-md > .memberships__container, .navbar-expand-md > .story__container:not(.story__container--full-height-image):not(.story__container--span-image), .navbar-expand-md > .video-module__container, .navbar-expand-md > .side-nav__menu--open, .navbar-expand-md > .footer-banner__container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .packages-table__container, .navbar-expand-lg > .not-found__container, .navbar-expand-lg > .experiences-detail__container, .navbar-expand-lg > .fixtures__results__container--desktop, .navbar-expand-lg > .fixtures__container, .navbar-expand-lg > .next-match__container, .navbar-expand-lg > .memberships__container, .navbar-expand-lg > .story__container:not(.story__container--full-height-image):not(.story__container--span-image), .navbar-expand-lg > .video-module__container, .navbar-expand-lg > .side-nav__menu--open, .navbar-expand-lg > .footer-banner__container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .packages-table__container, .navbar-expand-lg > .not-found__container, .navbar-expand-lg > .experiences-detail__container, .navbar-expand-lg > .fixtures__results__container--desktop, .navbar-expand-lg > .fixtures__container, .navbar-expand-lg > .next-match__container, .navbar-expand-lg > .memberships__container, .navbar-expand-lg > .story__container:not(.story__container--full-height-image):not(.story__container--span-image), .navbar-expand-lg > .video-module__container, .navbar-expand-lg > .side-nav__menu--open, .navbar-expand-lg > .footer-banner__container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1239.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .packages-table__container, .navbar-expand-xl > .not-found__container, .navbar-expand-xl > .experiences-detail__container, .navbar-expand-xl > .fixtures__results__container--desktop, .navbar-expand-xl > .fixtures__container, .navbar-expand-xl > .next-match__container, .navbar-expand-xl > .memberships__container, .navbar-expand-xl > .story__container:not(.story__container--full-height-image):not(.story__container--span-image), .navbar-expand-xl > .video-module__container, .navbar-expand-xl > .side-nav__menu--open, .navbar-expand-xl > .footer-banner__container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1240px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .packages-table__container, .navbar-expand-xl > .not-found__container, .navbar-expand-xl > .experiences-detail__container, .navbar-expand-xl > .fixtures__results__container--desktop, .navbar-expand-xl > .fixtures__container, .navbar-expand-xl > .next-match__container, .navbar-expand-xl > .memberships__container, .navbar-expand-xl > .story__container:not(.story__container--full-height-image):not(.story__container--span-image), .navbar-expand-xl > .video-module__container, .navbar-expand-xl > .side-nav__menu--open, .navbar-expand-xl > .footer-banner__container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .navbar-expand-xxl > .container, .navbar-expand-xxl > .packages-table__container, .navbar-expand-xxl > .not-found__container, .navbar-expand-xxl > .experiences-detail__container, .navbar-expand-xxl > .fixtures__results__container--desktop, .navbar-expand-xxl > .fixtures__container, .navbar-expand-xxl > .next-match__container, .navbar-expand-xxl > .memberships__container, .navbar-expand-xxl > .story__container:not(.story__container--full-height-image):not(.story__container--span-image), .navbar-expand-xxl > .video-module__container, .navbar-expand-xxl > .side-nav__menu--open, .navbar-expand-xxl > .footer-banner__container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container, .navbar-expand-xxl > .packages-table__container, .navbar-expand-xxl > .not-found__container, .navbar-expand-xxl > .experiences-detail__container, .navbar-expand-xxl > .fixtures__results__container--desktop, .navbar-expand-xxl > .fixtures__container, .navbar-expand-xxl > .next-match__container, .navbar-expand-xxl > .memberships__container, .navbar-expand-xxl > .story__container:not(.story__container--full-height-image):not(.story__container--span-image), .navbar-expand-xxl > .video-module__container, .navbar-expand-xxl > .side-nav__menu--open, .navbar-expand-xxl > .footer-banner__container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container, .navbar-expand > .packages-table__container, .navbar-expand > .not-found__container, .navbar-expand > .experiences-detail__container, .navbar-expand > .fixtures__results__container--desktop, .navbar-expand > .fixtures__container, .navbar-expand > .next-match__container, .navbar-expand > .memberships__container, .navbar-expand > .story__container:not(.story__container--full-height-image):not(.story__container--span-image), .navbar-expand > .video-module__container, .navbar-expand > .side-nav__menu--open, .navbar-expand > .footer-banner__container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container, .navbar-expand > .packages-table__container, .navbar-expand > .not-found__container, .navbar-expand > .experiences-detail__container, .navbar-expand > .fixtures__results__container--desktop, .navbar-expand > .fixtures__container, .navbar-expand > .next-match__container, .navbar-expand > .memberships__container, .navbar-expand > .story__container:not(.story__container--full-height-image):not(.story__container--span-image), .navbar-expand > .video-module__container, .navbar-expand > .side-nav__menu--open, .navbar-expand > .footer-banner__container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #FFFFFF;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFFFFF;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFFFFF;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #FFFFFF;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #FFFFFF;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #FFFFFF;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #FFFFFF;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #FFFFFF;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #FFFFFF;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #FFFFFF;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #FFFFFF;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #FFFFFF;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #FFFFFF;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #FFFFFF;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #FFFFFF;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #FFFFFF;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #FFFFFF;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #FFFFFF;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #FFFFFF;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media, .media-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body, .media-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #FFFFFF;
}
.list-group-item.active {
  z-index: 2;
  color: #FFFFFF;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1240px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1440px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #EFF1F2;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #EFF1F2;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1240px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #FFFFFF;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #FFFFFF;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #FFFFFF;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #FFFFFF;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #FFFFFF;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFFFFF;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #EFF1F2 !important;
}

.border-top {
  border-top: 1px solid #EFF1F2 !important;
}

.border-right {
  border-right: 1px solid #EFF1F2 !important;
}

.border-bottom {
  border-bottom: 1px solid #EFF1F2 !important;
}

.border-left {
  border-left: 1px solid #EFF1F2 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #FFFFFF !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1240px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1240px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1240px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

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

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

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

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

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

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

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

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1240px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1240px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #007bff !important;
}

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

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container, .packages-table__container, .not-found__container, .experiences-detail__container, .fixtures__results__container--desktop, .fixtures__container, .next-match__container, .memberships__container, .story__container:not(.story__container--full-height-image):not(.story__container--span-image), .video-module__container, .side-nav__menu--open, .footer-banner__container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table, .standard-content table, .ladder__ladder {
    border-collapse: collapse !important;
  }
  .table td, .standard-content table td, .ladder__ladder td,
.table th,
.standard-content table th,
.ladder__ladder th {
    background-color: #FFFFFF !important;
  }
  .table-bordered th, .standard-content table th,
.table-bordered td,
.standard-content table td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #EFF1F2;
  }
  .table .thead-dark th, .standard-content table .thead-dark th, .ladder__ladder .thead-dark th {
    color: inherit;
    border-color: #EFF1F2;
  }
}
@font-face {
  font-family: "VTFRedzoneClassicRegular";
  src: url("../fonts/font.woff2") format("woff2"), url("../fonts/font.woff") format("woff");
}
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: -webkit-box;
    display: flex;
    opacity: 0;
  }
  100% {
    display: -webkit-box;
    display: flex;
    opacity: 1;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
  }
  100% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
}
@-webkit-keyframes slideInFromNone {
  0% {
    display: none;
    height: 0%;
  }
  1% {
    display: block;
  }
  100% {
    display: block;
    height: 100%;
  }
}
@keyframes slideInFromNone {
  0% {
    display: none;
    height: 0%;
  }
  1% {
    display: block;
  }
  100% {
    display: block;
    height: 100%;
  }
}
.button {
  padding: 12px 27px;
  font-weight: 600 !important;
  font-size: 14px;
  line-height: 20px;
  color: #010039;
  border-radius: 4px;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.button:hover {
  text-decoration: none;
}
.button--primary {
  background-color: #010039;
  border: 1px solid #010039;
  height: 56px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
}
.button--primary:hover {
  color: #d50042;
  background-color: #02006c;
  border-color: #02006c;
}
.button--secondary {
  background-color: #0ebfeb;
  border: 1px solid #0ebfeb;
  height: 56px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button--secondary:hover {
  color: #d50042;
  background-color: #ffbcd0;
  border-color: #ffbcd0;
}
.button--accent {
  background-color: #d50042;
  border: 1px solid #d50042;
  height: 56px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
}
.button--accent:hover {
  color: #010039;
  background-color: #ff568a;
  border-color: #ff2367;
}
.button--light-grey {
  background-color: #DADADA;
  font-weight: 600;
  font-size: 14px;
  color: #555555 !important;
  text-align: center;
  height: 48px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button--light-grey:hover {
  border-bottom: none;
  background-color: #cdcdcd;
}
.button--light-grey:hover::after {
  display: none;
}
.button--outline-white {
  padding: 8px 24px;
  border: 1px solid #fff;
}
.button--outline-dark {
  padding: 8px 24px;
  border: 1px solid #555555;
  color: #555555;
}
.button--outline-dark:hover {
  border-color: #d50042 !important;
  color: #d50042 !important;
}
.button--dark {
  background-color: #010039;
  color: #fff !important;
  border: 2px #010039 solid;
}
.button--dark:hover {
  text-decoration: none !important;
  color: #fff;
}
.button--sm {
  padding: 9px 18px;
}
.button--call-to-action {
  height: 56px;
  width: 100%;
  max-width: 228px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 56px;
  padding-left: 0;
  color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' viewBox='0 0 48 48'%3E%3Cpath d='M36 14.828 21.785 29.044a2 2 0 1 1-2.829-2.829L33.172 12h-4.505a2 2 0 1 1 0-4H38a2 2 0 0 1 2 2v9.333a2 2 0 1 1-4 0v-4.505ZM31.852 25.28a2 2 0 1 1 4 0v9.54a5.18 5.18 0 0 1-5.18 5.18H13.18A5.18 5.18 0 0 1 8 34.82V17.328a5.18 5.18 0 0 1 5.18-5.18h9.541a2 2 0 1 1 0 4h-9.54A1.18 1.18 0 0 0 12 17.328V34.82c0 .652.528 1.18 1.18 1.18h17.492a1.18 1.18 0 0 0 1.18-1.18v-9.541Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: calc(100% - 24px) center;
}
.button--call-to-action:hover {
  color: #FFFFFF;
}
.button--apple-pay {
  background-color: #000000;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
  height: 56px;
  width: 100%;
  background-color: #000;
  background-image: url("/svg/buy-with-apple-pay.svg");
  background-size: auto 38px;
  background-repeat: no-repeat;
  background-position: center;
}

.arrow-link {
  font-weight: 600;
  font-size: 14px;
  color: #010039;
  padding-right: 53px;
  background-image: url("/svg/forward-arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
  line-height: 18px;
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.arrow-link:before, .arrow-link:after {
  content: " ";
  display: table;
}
.arrow-link:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.arrow-link {
  *zoom: 1;
}
.arrow-link:hover {
  text-decoration: none;
  opacity: 0.8;
  background-position: calc(100% - 15px);
  color: #010039;
}
.arrow-link:active {
  background-position: calc(100% - 0px);
}
.arrow-link-white {
  font-weight: 600;
  font-size: 14px;
  color: #010039;
  padding-right: 53px;
  background-image: url("/svg/forward-arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
  line-height: 18px;
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-image: url("/svg/forward-arrow-white.svg");
  color: #fff !important;
}
.arrow-link-white:before, .arrow-link-white:after {
  content: " ";
  display: table;
}
.arrow-link-white:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.arrow-link-white {
  *zoom: 1;
}
.arrow-link-white:hover {
  text-decoration: none;
  opacity: 0.8;
  background-position: calc(100% - 15px);
  color: #010039;
}
.arrow-link-white:active {
  background-position: calc(100% - 0px);
}

.btn {
  padding: 10px 42px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn:hover {
  color: #fff !important;
}
.btn--outline {
  background-color: transparent;
  border: 2px solid #171717;
  color: #171717;
}
.btn--outline:hover {
  border: 2px solid #000;
  color: #000 !important;
}
.btn-secondary, .btn--secondary {
  -webkit-transition: background-color ease 0.3s !important;
  transition: background-color ease 0.3s !important;
  color: #010039 !important;
  border: none;
  background-color: #0ebfeb;
}
.btn-secondary:hover, .btn--secondary:hover {
  background-color: #51d4f5;
  color: #010039 !important;
}
.btn-secondary.btn--play::before, .btn--secondary.btn--play::before {
  background-image: url("/svg/play-icon-white.svg");
}
.btn--loading {
  background-color: #010039;
  opacity: 0.33;
}
.btn--sm, .btn-sm, .btn-group-sm > .btn {
  padding: 10px 24px;
}
.btn--play, .btn--pdf, .btn--ticket, .btn--location-pin, .btn--calendar {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  height: 40px;
}
.btn--play::before, .btn--pdf::before, .btn--ticket::before, .btn--location-pin::before, .btn--calendar::before {
  content: "";
  height: 22px;
  width: 22px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-size: 24px;
  display: block;
  border-radius: 100%;
  margin-right: 6px;
  margin-left: -8px;
  position: relative;
  bottom: 1px;
}
.btn--play::before {
  background-image: url("/svg/play-icon.svg");
  height: 10px;
  width: 8px;
  background-size: unset;
  border-radius: 0;
  margin-right: 10px;
}
.btn--pdf::before {
  background-image: url("/svg/pdf.svg");
}
.btn--ticket::before {
  background-image: url("/svg/ticket.svg");
}
.btn--location-pin::before {
  background-image: url("/svg/location-pin.svg");
}
.btn--calendar::before {
  background-image: url("/svg/calendar.svg");
}
.btn--load-more {
  width: 150px;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.btn--load-more#loading {
  padding-top: 10px;
  padding-bottom: 10px;
}

.packages,
.members-banner,
.feature-links,
.sponsors,
.subscribe,
.membership-details,
.choose-a-package {
  margin-top: calc(5.8823529412vw + 49.4117647059px);
  margin-bottom: calc(5.8823529412vw + 49.4117647059px);
}
@media (max-width: 520px) {
  .packages,
.members-banner,
.feature-links,
.sponsors,
.subscribe,
.membership-details,
.choose-a-package {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .packages,
.members-banner,
.feature-links,
.sponsors,
.subscribe,
.membership-details,
.choose-a-package {
    margin-top: 120px;
  }
}
@media (max-width: 520px) {
  .packages,
.members-banner,
.feature-links,
.sponsors,
.subscribe,
.membership-details,
.choose-a-package {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .packages,
.members-banner,
.feature-links,
.sponsors,
.subscribe,
.membership-details,
.choose-a-package {
    margin-bottom: 120px;
  }
}
.packages__container,
.members-banner__container,
.feature-links__container,
.sponsors__container,
.subscribe__container,
.membership-details__container,
.choose-a-package__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .packages__container,
.members-banner__container,
.feature-links__container,
.sponsors__container,
.subscribe__container,
.membership-details__container,
.choose-a-package__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .packages__container,
.members-banner__container,
.feature-links__container,
.sponsors__container,
.subscribe__container,
.membership-details__container,
.choose-a-package__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .packages__container,
.members-banner__container,
.feature-links__container,
.sponsors__container,
.subscribe__container,
.membership-details__container,
.choose-a-package__container {
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .packages__container,
.members-banner__container,
.feature-links__container,
.sponsors__container,
.subscribe__container,
.membership-details__container,
.choose-a-package__container {
    max-width: 1180px;
  }
}

.sponsors__heading {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .sponsors__heading {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .sponsors__heading {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .sponsors__heading {
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .sponsors__heading {
    max-width: 1180px;
  }
}

.packages__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 32px;
}

.packages .call-to-action {
  width: 100%;
}
.packages .call-to-action .call-to-action__heading {
  text-align: left;
}
.packages .call-to-action .call-to-action__container {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .packages__header {
    margin-right: 6px;
    margin-left: 6px;
    margin-bottom: 16px;
  }
  .packages__card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .packages__container {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (min-width: 1240px) {
  .packages__header {
    margin-right: 15px;
    margin-left: 15px;
  }
  .packages__container {
    padding-right: 5px;
    padding-left: 5px;
  }
}
html {
  font-size: 62.5%; /* font-size 1em = 1px on default browser settings */
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #171717;
  font-size: calc(0.2941176471vw + 12.4705882353px);
  line-height: calc(0.5882352941vw + 24.9411764706px);
  line-height: 1.43;
}
@media (max-width: 520px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  body {
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  body {
    line-height: 32px;
  }
}

h1 {
  font-size: calc(8.2352941176vw + 5.1764705882px);
  line-height: calc(6.1764705882vw + 5.8823529412px);
  letter-spacing: calc(0vw + -2px);
  color: #FFFFFF;
  font-style: normal;
  text-transform: uppercase;
  font-family: "VTFRedzoneClassicRegular", "Helvetica Neue", sans-serif;
}
@media (max-width: 520px) {
  h1 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 104px;
  }
}
@media (max-width: 520px) {
  h1 {
    line-height: 38px;
  }
}
@media (min-width: 1200px) {
  h1 {
    line-height: 80px;
  }
}
@media (max-width: 520px) {
  h1 {
    letter-spacing: -2px;
  }
}
@media (min-width: 1200px) {
  h1 {
    letter-spacing: -2px;
  }
}

h2 {
  font-size: calc(2.3529411765vw + 25.7647058824px);
  line-height: calc(2.0588235294vw + 19.2941176471px);
  letter-spacing: calc(-0.1470588235vw + -0.2352941176px);
  color: #171717;
  text-transform: uppercase;
}
@media (max-width: 520px) {
  h2 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 54px;
  }
}
@media (max-width: 520px) {
  h2 {
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  h2 {
    line-height: 44px;
  }
}
@media (max-width: 520px) {
  h2 {
    letter-spacing: -1px;
  }
}
@media (min-width: 1200px) {
  h2 {
    letter-spacing: -2px;
  }
}

h3 {
  font-weight: 600;
  color: #171717;
  letter-spacing: 0;
  line-height: 24px;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 16px;
}

h4, .media-card__heading {
  font-weight: 600;
  color: #171717;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  line-height: 27px;
}

h5 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.4;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  color: #171717;
}

p.lead {
  font-weight: 600;
  color: #171717;
  font-size: calc(0.2941176471vw + 16.4705882353px);
  line-height: calc(1.1764705882vw + 21.8823529412px);
}
@media (max-width: 520px) {
  p.lead {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  p.lead {
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  p.lead {
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  p.lead {
    line-height: 36px;
  }
}

.color--primary {
  color: #010039;
}
.color--primary-background {
  background-color: #010039;
}
.color--secondary {
  color: #0ebfeb;
}
.color--accent {
  color: #d50042 !important;
}

.multiplechoice .input > div > label:not(:first-of-type), .checkboxes .input > div > label:not(:first-of-type) {
  margin-left: 16px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  appearance: none;
  -webkit-appearance: none;
}

a {
  position: relative;
  color: #d50042;
}
a:hover {
  text-decoration: none;
  color: #ff2367;
}
a::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  -webkit-transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  left: 0;
  top: calc(100% - 1px);
  background-color: #d50042;
}

[overflow-hidden=on] {
  overflow: hidden;
}

@media (min-width: 1240px) {
  body {
    line-height: 1.42;
  }
}
[v-cloak] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.footer {
  padding-top: 42px;
  padding-bottom: 68px;
  background-color: #010039;
  position: relative;
  z-index: 2;
}
.footer a {
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767.98px) {
  .footer .row:first-of-type, .footer .feature-links__wrap:first-of-type, .footer .media-cards__wrap:first-of-type, .footer .profile-tiles__wrap:first-of-type, .footer .footer-banner__bottom:first-of-type, .footer .footer-banner__top:first-of-type, .footer .hero__tiles:first-of-type {
    margin-bottom: 50px;
  }
}
.footer .row:first-of-type > *, .footer .feature-links__wrap:first-of-type > *, .footer .media-cards__wrap:first-of-type > *, .footer .profile-tiles__wrap:first-of-type > *, .footer .footer-banner__bottom:first-of-type > *, .footer .footer-banner__top:first-of-type > *, .footer .hero__tiles:first-of-type > * {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  opacity: 0.5;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .footer .row:first-of-type > *:not(:last-child), .footer .feature-links__wrap:first-of-type > *:not(:last-child), .footer .media-cards__wrap:first-of-type > *:not(:last-child), .footer .profile-tiles__wrap:first-of-type > *:not(:last-child), .footer .footer-banner__bottom:first-of-type > *:not(:last-child), .footer .footer-banner__top:first-of-type > *:not(:last-child), .footer .hero__tiles:first-of-type > *:not(:last-child) {
    margin-bottom: 7px;
  }
}
.footer .row:first-of-type > *:hover, .footer .feature-links__wrap:first-of-type > *:hover, .footer .media-cards__wrap:first-of-type > *:hover, .footer .profile-tiles__wrap:first-of-type > *:hover, .footer .footer-banner__bottom:first-of-type > *:hover, .footer .footer-banner__top:first-of-type > *:hover, .footer .hero__tiles:first-of-type > *:hover {
  opacity: 0.8;
}
.footer .row:last-of-type a, .footer .feature-links__wrap:last-of-type a, .footer .media-cards__wrap:last-of-type a, .footer .profile-tiles__wrap:last-of-type a, .footer .footer-banner__bottom:last-of-type a, .footer .footer-banner__top:last-of-type a, .footer .hero__tiles:last-of-type a {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  opacity: 0.5;
}
.footer .row:last-of-type a:hover, .footer .feature-links__wrap:last-of-type a:hover, .footer .media-cards__wrap:last-of-type a:hover, .footer .profile-tiles__wrap:last-of-type a:hover, .footer .footer-banner__bottom:last-of-type a:hover, .footer .footer-banner__top:last-of-type a:hover, .footer .hero__tiles:last-of-type a:hover {
  opacity: 0.8;
}
.footer .row:last-of-type svg, .footer .feature-links__wrap:last-of-type svg, .footer .media-cards__wrap:last-of-type svg, .footer .profile-tiles__wrap:last-of-type svg, .footer .footer-banner__bottom:last-of-type svg, .footer .footer-banner__top:last-of-type svg, .footer .hero__tiles:last-of-type svg {
  width: 32px;
  height: 32px;
  fill: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.footer .footer-link {
  -webkit-transition: none;
  transition: none;
}
.footer .footer-link svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  margin-top: -2px;
}
.footer .footer-link:hover {
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 768px) {
  .footer {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .footer .row:first-of-type > *:not(:last-child), .footer .feature-links__wrap:first-of-type > *:not(:last-child), .footer .media-cards__wrap:first-of-type > *:not(:last-child), .footer .profile-tiles__wrap:first-of-type > *:not(:last-child), .footer .footer-banner__bottom:first-of-type > *:not(:last-child), .footer .footer-banner__top:first-of-type > *:not(:last-child), .footer .hero__tiles:first-of-type > *:not(:last-child) {
    margin-right: 17px;
  }
  .footer .row:last-of-type a, .footer .feature-links__wrap:last-of-type a, .footer .media-cards__wrap:last-of-type a, .footer .profile-tiles__wrap:last-of-type a, .footer .footer-banner__bottom:last-of-type a, .footer .footer-banner__top:last-of-type a, .footer .hero__tiles:last-of-type a {
    margin-right: 0;
  }
  .footer .row:last-of-type a:not(:first-of-type), .footer .feature-links__wrap:last-of-type a:not(:first-of-type), .footer .media-cards__wrap:last-of-type a:not(:first-of-type), .footer .profile-tiles__wrap:last-of-type a:not(:first-of-type), .footer .footer-banner__bottom:last-of-type a:not(:first-of-type), .footer .footer-banner__top:last-of-type a:not(:first-of-type), .footer .hero__tiles:last-of-type a:not(:first-of-type) {
    margin-left: 10px;
  }
}
.hero--hype {
  z-index: 0;
}
.hero--hype.dim--heavy .hero--banner-image {
  opacity: 0.4;
}
.hero--hype.dim--light .hero--banner-image {
  opacity: 0.6;
}
.hero--hype.dim--no .hero--banner-image {
  opacity: 1;
}

.hero--banner-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 50%;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .hero--banner-image.hype {
    height: calc(100vh - 164px);
    margin-top: 70px;
    background-position: 75% 50%;
  }
}
@media (max-width: 767.98px) {
  .hero--banner-image.hype {
    height: calc(100vh - 164px);
    margin-top: 70px;
  }
}
.hero--banner-image.video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.stipple-overlay {
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path d="M0 0h1v1H0V0z" fill="%23000000" /></svg>');
  background-repeat: repeat;
  background-size: 2px 2px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.4;
}

.content-stipple:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path d="M0 0h1v1H0V0z" fill="%23000000" /></svg>');
  background-repeat: repeat;
  background-size: 2px 2px;
  opacity: 0.4;
}

.hero--mini {
  height: 60px;
}
@media (min-width: 768px) {
  .hero--mini {
    height: 90px;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin-bottom: 60px;
  list-style-type: none;
}
.breadcrumbs__separator {
  height: 6px;
  opacity: 0.7;
  margin: auto 9px;
}
.breadcrumbs__home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs a {
  font-size: 10px;
  font-weight: 500;
  color: #ffffff;
  opacity: 0.7;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.breadcrumbs a:hover {
  opacity: 1;
}
.breadcrumbs li:before {
  content: "";
  width: 4px;
  height: 6px;
  opacity: 0.7;
  display: inline-block;
  margin: auto 9px;
  background-image: url(/svg/arrow-right-breadcrumb.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 4px 6px;
}
.breadcrumbs li:last-of-type a {
  opacity: 1;
}

.hero {
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.hero h1, .hero h1 > a {
  max-width: 1100px;
  margin-left: 0;
}
.hero__tiles {
  background-color: #d50042;
  width: 100%;
  padding: 80px 15px;
}
.hero__tiles div:not(:first-of-type) {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.hero__tile {
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 32px !important;
  background: #FFFFFF;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}
.hero__tile h4, .hero__tile .media-card__heading {
  font-weight: 500;
  font-size: 14px;
  color: #555;
  line-height: 22px;
  margin-bottom: 16px;
  max-width: 240px;
}
.hero__tile:not(:first-of-type) {
  margin-top: 16px;
}
.hero__tile__heading {
  color: #fff;
  margin-bottom: 5px;
}
.hero__tile__blurb {
  color: #fff;
  opacity: 0.8;
  margin-bottom: 15px;
  max-width: 330px;
}
.hero__tile:hover .hero__tile__link::after {
  width: 100%;
}
.hero__tile .hero__tile__link {
  margin-top: auto;
  font-weight: 600;
  font-size: 14px;
  color: #d50042;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
}
.hero__tile .hero__tile__link:hover {
  text-decoration: none;
}
.hero__tile .hero__tile__link::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  -webkit-transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  left: 0;
  top: calc(100% - 1px);
  background-color: #d50042;
}
.hero__heading-container {
  position: static;
}
.hero__sponsor {
  position: absolute;
  width: 58.9px;
  top: 0;
  right: 15px;
}
.hero__sponsor img {
  max-width: 100%;
  height: auto;
}
.hero__sponsor-title {
  display: none;
}
.hero__filters {
  display: none;
}
.hero--large-text .hero__heading {
  font-size: calc(8.8235294118vw + 4.1176470588px);
  max-width: 880px;
}
@media (max-width: 520px) {
  .hero--large-text .hero__heading {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .hero--large-text .hero__heading {
    font-size: 110px;
  }
}
.hero--large-text .breadcrumbs {
  margin-bottom: 38px !important;
}
.hero--sm {
  padding-top: 92px;
  padding-bottom: 26px;
}
.hero--sm .hero__content {
  min-height: 150px;
  position: relative;
}
.hero--sm .hero__heading {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.hero--sm .hero__heading > * {
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .hero--sm + section {
    margin-top: 40px;
  }
}
.hero--hype .hero__content {
  position: relative;
  margin-top: 70px;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
@media (max-width: 575.98px) {
  .hero--hype .hero__content {
    height: calc(100vh - 164px);
    margin-top: 70px;
  }
}
.hero--hype .hero__content--centre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero--hype .hero__content--centre h1, .hero--hype .hero__content--centre p {
  text-align: center;
}
@media (max-width: 767.98px) {
  .hero--hype .hero__content--centre {
    margin-left: 0 !important;
    top: 130px !important;
    bottom: 0px !important;
  }
}
@media (min-width: 992px) {
  .hero--hype .hero__content--centre {
    padding-top: 120px;
  }
}
.hero--hype .hero__content p {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.5;
}
.hero--hype .hero__content h1, .hero--hype .hero__content h1 > a {
  font-size: calc(8.2352941176vw + 5.1764705882px);
  line-height: calc(6.1764705882vw + 5.8823529412px);
  letter-spacing: calc(0vw + -2px);
  color: #FFFFFF;
  font-style: normal;
  text-transform: uppercase;
  font-family: "VTFRedzoneClassicRegular", "Helvetica Neue", sans-serif;
  margin-bottom: 15px;
}
@media (max-width: 520px) {
  .hero--hype .hero__content h1, .hero--hype .hero__content h1 > a {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .hero--hype .hero__content h1, .hero--hype .hero__content h1 > a {
    font-size: 104px;
  }
}
@media (max-width: 520px) {
  .hero--hype .hero__content h1, .hero--hype .hero__content h1 > a {
    line-height: 38px;
  }
}
@media (min-width: 1200px) {
  .hero--hype .hero__content h1, .hero--hype .hero__content h1 > a {
    line-height: 80px;
  }
}
@media (max-width: 520px) {
  .hero--hype .hero__content h1, .hero--hype .hero__content h1 > a {
    letter-spacing: -2px;
  }
}
@media (min-width: 1200px) {
  .hero--hype .hero__content h1, .hero--hype .hero__content h1 > a {
    letter-spacing: -2px;
  }
}
.hero--hype .hero__content h1.text-extra-large {
  font-size: calc(8.8235294118vw + 14.1176470588px);
  line-height: calc(6.9117647059vw + 12.0588235294px);
  letter-spacing: calc(0vw + -2px);
  text-transform: uppercase;
  font-family: "VTFRedzoneClassicRegular", "Helvetica Neue", sans-serif;
}
@media (max-width: 520px) {
  .hero--hype .hero__content h1.text-extra-large {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .hero--hype .hero__content h1.text-extra-large {
    font-size: 120px;
  }
}
@media (max-width: 520px) {
  .hero--hype .hero__content h1.text-extra-large {
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  .hero--hype .hero__content h1.text-extra-large {
    line-height: 95px;
  }
}
@media (max-width: 520px) {
  .hero--hype .hero__content h1.text-extra-large {
    letter-spacing: -2px;
  }
}
@media (min-width: 1200px) {
  .hero--hype .hero__content h1.text-extra-large {
    letter-spacing: -2px;
  }
}
.hero--hype .hero__content .container > *, .hero--hype .hero__content .packages-table__container > *, .hero--hype .hero__content .not-found__container > *, .hero--hype .hero__content .experiences-detail__container > *, .hero--hype .hero__content .fixtures__results__container--desktop > *, .hero--hype .hero__content .fixtures__container > *, .hero--hype .hero__content .next-match__container > *, .hero--hype .hero__content .memberships__container > *, .hero--hype .hero__content .story__container:not(.story__container--full-height-image):not(.story__container--span-image) > *, .hero--hype .hero__content .video-module__container > *, .hero--hype .hero__content .side-nav__menu--open > *, .hero--hype .hero__content .footer-banner__container > * {
  max-width: 368px;
}
.hero--hype .hero__content .button {
  margin-bottom: 14px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero--hype .hero__content .button {
    margin-bottom: 32px;
  }
}
.hero--hype .hero__content .container, .hero--hype .hero__content .packages-table__container, .hero--hype .hero__content .not-found__container, .hero--hype .hero__content .experiences-detail__container, .hero--hype .hero__content .fixtures__results__container--desktop, .hero--hype .hero__content .fixtures__container, .hero--hype .hero__content .next-match__container, .hero--hype .hero__content .memberships__container, .hero--hype .hero__content .story__container:not(.story__container--full-height-image):not(.story__container--span-image), .hero--hype .hero__content .video-module__container, .hero--hype .hero__content .side-nav__menu--open, .hero--hype .hero__content .footer-banner__container {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.hero--hype .hero__content .hero__custom-heading {
  max-width: 380px !important;
  display: block;
}
@media (min-width: 576px) {
  .hero--hype .hero__content .hero__custom-heading {
    max-width: 440px !important;
  }
}
@media (min-width: 768px) {
  .hero--hype .hero__content .hero__custom-heading {
    max-width: 480px !important;
  }
}
@media (min-width: 992px) {
  .hero--hype .hero__content .hero__custom-heading {
    max-width: 550px !important;
  }
}
@media (min-width: 992px) {
  .hero--hype .hero__content .hero__custom-heading {
    max-width: 672px !important;
  }
}
@media (max-width: 991.98px) {
  .hero--hype .hero__content::before {
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 0, 57, 0)), to(#010039));
    background-image: linear-gradient(180deg, rgba(1, 0, 57, 0) 0%, #010039 100%);
    content: "";
  }
  .hero--hype .hero__content .container, .hero--hype .hero__content .packages-table__container, .hero--hype .hero__content .not-found__container, .hero--hype .hero__content .experiences-detail__container, .hero--hype .hero__content .fixtures__results__container--desktop, .hero--hype .hero__content .fixtures__container, .hero--hype .hero__content .next-match__container, .hero--hype .hero__content .memberships__container, .hero--hype .hero__content .story__container:not(.story__container--full-height-image):not(.story__container--span-image), .hero--hype .hero__content .video-module__container, .hero--hype .hero__content .side-nav__menu--open, .hero--hype .hero__content .footer-banner__container {
    position: absolute;
    bottom: 24px;
  }
  .hero--hype .hero__content .container p, .hero--hype .hero__content .packages-table__container p, .hero--hype .hero__content .not-found__container p, .hero--hype .hero__content .experiences-detail__container p, .hero--hype .hero__content .fixtures__results__container--desktop p, .hero--hype .hero__content .fixtures__container p, .hero--hype .hero__content .next-match__container p, .hero--hype .hero__content .memberships__container p, .hero--hype .hero__content .story__container:not(.story__container--full-height-image):not(.story__container--span-image) p, .hero--hype .hero__content .video-module__container p, .hero--hype .hero__content .side-nav__menu--open p, .hero--hype .hero__content .footer-banner__container p {
    font-size: 1.2rem;
    max-width: 316px !important;
    margin-bottom: 10px;
  }
  .hero--hype .hero__content .container h1 > a:not(.button), .hero--hype .hero__content .packages-table__container h1 > a:not(.button), .hero--hype .hero__content .not-found__container h1 > a:not(.button), .hero--hype .hero__content .experiences-detail__container h1 > a:not(.button), .hero--hype .hero__content .fixtures__results__container--desktop h1 > a:not(.button), .hero--hype .hero__content .fixtures__container h1 > a:not(.button), .hero--hype .hero__content .next-match__container h1 > a:not(.button), .hero--hype .hero__content .memberships__container h1 > a:not(.button), .hero--hype .hero__content .story__container:not(.story__container--full-height-image):not(.story__container--span-image) h1 > a:not(.button), .hero--hype .hero__content .video-module__container h1 > a:not(.button), .hero--hype .hero__content .side-nav__menu--open h1 > a:not(.button), .hero--hype .hero__content .footer-banner__container h1 > a:not(.button) {
    opacity: 1;
  }
}
.hero #slider .carousel-indicators, .hero #slider .slick-dots {
  bottom: 0;
  right: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 8px 0 36px 0;
  width: 100%;
}
.hero #slider .carousel-indicators li, .hero #slider .slick-dots li {
  height: 4px;
  width: 34px;
  border-radius: 2px;
  background-color: rgba(247, 247, 247, 0.2);
}
.hero #slider .carousel-indicators li:last-of-type, .hero #slider .slick-dots li:last-of-type {
  margin-right: 0;
}

@media (min-width: 576px) {
  .hero--hype .hero__content {
    padding-left: 0;
    padding-right: 0;
    min-height: 480px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero--hype .hero__content {
    height: calc(100vh - 70px);
    margin-top: 70px;
  }
}
@media (min-width: 576px) {
  .hero--sm .hero__content {
    min-height: 180px;
  }
}
@media (min-width: 576px) {
  .hero__heading--word-break {
    word-spacing: 9999999px;
    font-size: calc(8.2352941176vw + 5.1764705882px);
    line-height: calc(6.1764705882vw + 5.8823529412px);
    letter-spacing: calc(0vw + -2px);
    color: #FFFFFF;
    font-style: normal;
    text-transform: uppercase;
    font-family: "VTFRedzoneClassicRegular", "Helvetica Neue", sans-serif;
  }
}
@media (min-width: 576px) and (max-width: 520px) {
  .hero__heading--word-break {
    font-size: 48px;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .hero__heading--word-break {
    font-size: 104px;
  }
}
@media (min-width: 576px) and (max-width: 520px) {
  .hero__heading--word-break {
    line-height: 38px;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .hero__heading--word-break {
    line-height: 80px;
  }
}
@media (min-width: 576px) and (max-width: 520px) {
  .hero__heading--word-break {
    letter-spacing: -2px;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .hero__heading--word-break {
    letter-spacing: -2px;
  }
}
@media (min-width: 576px) {
  .hero--full-width .slide__text {
    position: relative;
    z-index: 1;
  }
  .hero--full-width .slide__text * {
    max-width: 368px !important;
  }
  .hero--full-width .hero__content {
    padding-top: 70px !important;
  }
  .hero--full-width .slide__wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
  }
  .hero--full-width .slide__wrap::before {
    background-image: none;
    background-color: #000;
    background: rgba(0, 0, 0, 0.14);
    background-image: linear-gradient(178deg, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.27) 100%);
  }
  .hero--full-width .slide__content {
    height: 480px;
    width: 100vw;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 24px 24px 40px 24px;
  }
  .hero--full-width .slide__content .slide__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero--full-width .button {
    z-index: 1;
    opacity: 1;
    padding: 14px 27px;
  }
  .hero--full-width #slider {
    overflow: hidden;
    width: 100% !important;
    position: static !important;
  }
  .hero--full-width .slick-dots {
    margin-bottom: 0 !important;
    bottom: 40px !important;
    z-index: 1;
    right: 24px !important;
    position: absolute;
    width: 100vw !important;
  }
}
@media (max-width: 991.98px) {
  .hero--season-two .hero__content {
    height: auto !important;
    padding-top: 120px;
  }
  .hero--season-two .hero__content .container, .hero--season-two .hero__content .packages-table__container, .hero--season-two .hero__content .not-found__container, .hero--season-two .hero__content .experiences-detail__container, .hero--season-two .hero__content .fixtures__results__container--desktop, .hero--season-two .hero__content .fixtures__container, .hero--season-two .hero__content .next-match__container, .hero--season-two .hero__content .memberships__container, .hero--season-two .hero__content .story__container:not(.story__container--full-height-image):not(.story__container--span-image), .hero--season-two .hero__content .video-module__container, .hero--season-two .hero__content .side-nav__menu--open, .hero--season-two .hero__content .footer-banner__container {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }
  .hero--season-two .hero__content .container > *, .hero--season-two .hero__content .packages-table__container > *, .hero--season-two .hero__content .not-found__container > *, .hero--season-two .hero__content .experiences-detail__container > *, .hero--season-two .hero__content .fixtures__results__container--desktop > *, .hero--season-two .hero__content .fixtures__container > *, .hero--season-two .hero__content .next-match__container > *, .hero--season-two .hero__content .memberships__container > *, .hero--season-two .hero__content .story__container:not(.story__container--full-height-image):not(.story__container--span-image) > *, .hero--season-two .hero__content .video-module__container > *, .hero--season-two .hero__content .side-nav__menu--open > *, .hero--season-two .hero__content .footer-banner__container > * {
    max-width: none !important;
  }
  .hero--season-two .hero__content .button {
    margin-top: auto;
  }
  .hero--season-two .hero__content .slide__content {
    height: 100%;
  }
  .hero--season-two .hero__content h1, .hero--season-two .hero__content h1 > a {
    max-width: 480px;
  }
  .hero--season-two .hero__content #slider .slick-dots {
    margin-bottom: 64px;
    margin-top: -4px;
  }
}
@media (max-width: 767.98px) {
  .hero--season-two .hero__content {
    padding-top: 95px;
  }
  .hero--season-two .hero__content #slider .slick-dots {
    margin-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .hero--season-two .hero__content {
    padding-top: 70px;
  }
  .hero--season-two .hero__content .container, .hero--season-two .hero__content .packages-table__container, .hero--season-two .hero__content .not-found__container, .hero--season-two .hero__content .experiences-detail__container, .hero--season-two .hero__content .fixtures__results__container--desktop, .hero--season-two .hero__content .fixtures__container, .hero--season-two .hero__content .next-match__container, .hero--season-two .hero__content .memberships__container, .hero--season-two .hero__content .story__container:not(.story__container--full-height-image):not(.story__container--span-image), .hero--season-two .hero__content .video-module__container, .hero--season-two .hero__content .side-nav__menu--open, .hero--season-two .hero__content .footer-banner__container {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .hero__tiles {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 148px;
  }
  .hero__tiles div:not(:first-of-type) {
    border-top: none;
  }
  .hero__tile {
    -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    cursor: pointer;
    z-index: 1;
    border-top: none !important;
    position: relative;
    top: 68px;
  }
  .hero__tile h3, .hero__tile h4, .hero__tile .media-card__heading {
    -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .hero__tile:not(:first-of-type) {
    margin-top: 0;
  }
  .hero__tile:nth-last-of-type(2) {
    margin-left: 15px;
    margin-right: 15px;
  }
  .hero__tile.col-md-4, .hero__tile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: calc(33.3333% - 10px);
        flex-basis: calc(33.3333% - 10px);
    max-width: calc(33.3333% - 10px);
  }
  .hero__tile:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    z-index: 8;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 5px 24px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 24px 8px rgba(0, 0, 0, 0.15);
  }
  .hero__tile:hover a::after {
    width: 100%;
  }
  .hero__tile__heading {
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero__tile__heading {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero__tile__blurb {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .hero__heading-container {
    position: relative;
  }
}
@media (min-width: 768px) {
  .hero__sponsor {
    width: 92px;
    top: 5px;
    right: 15px;
  }
  .hero__sponsor img {
    max-width: 100%;
    height: auto;
  }
  .hero__sponsor-title {
    opacity: 0.39;
    font-size: 0.7rem;
    font-weight: bold;
    letter-spacing: 0.3px;
    color: #ffffff;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
}
@media (min-width: 768px) {
  .hero--hype .hero__content {
    min-height: 480px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero--hype .hero__content {
    height: calc(100vh - 164px);
  }
}
@media (min-width: 768px) {
  .hero--hype .hero__content .container > h1, .hero--hype .hero__content .packages-table__container > h1, .hero--hype .hero__content .not-found__container > h1, .hero--hype .hero__content .experiences-detail__container > h1, .hero--hype .hero__content .fixtures__results__container--desktop > h1, .hero--hype .hero__content .fixtures__container > h1, .hero--hype .hero__content .next-match__container > h1, .hero--hype .hero__content .memberships__container > h1, .hero--hype .hero__content .story__container:not(.story__container--full-height-image):not(.story__container--span-image) > h1, .hero--hype .hero__content .video-module__container > h1, .hero--hype .hero__content .side-nav__menu--open > h1, .hero--hype .hero__content .footer-banner__container > h1 {
    max-width: 700px !important;
  }
}
@media (min-width: 768px) {
  .hero--sm {
    padding-bottom: 60px;
  }
  .hero--sm .hero__content {
    min-height: 200px;
  }
}
@media (min-width: 768px) {
  .hero--full-width .hero__content {
    padding-top: 0px !important;
  }
  .hero--full-width .slide__content {
    height: 630px !important;
    padding-bottom: 64px;
  }
  .hero--full-width .button {
    width: 172px;
  }
}
@media (min-width: 768px) {
  .hero .breadcrumbs {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .hero {
    padding-top: 90px;
  }
  .hero-tiles {
    padding-top: 0;
    background-color: #d50042;
  }
  .hero__tiles {
    margin-bottom: 220px;
  }
  .hero__tile {
    padding-top: 36px;
    padding-bottom: 36px;
    top: 79px;
  }
  .hero__slides {
    top: 10px;
  }
  .hero__tiles {
    padding-left: 0;
    padding-right: 0;
  }
  .hero__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (min-width: 992px) {
  .hero__container {
    max-width: 960px;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (min-width: 1200px) {
  .hero__container {
    max-width: 1180px;
  }
}
@media (min-width: 992px) {
  .hero--hype {
    padding-top: 0;
  }
  .hero--hype .hero__container {
    top: 0;
    max-width: none !important;
    padding-left: 0;
    padding-right: 0;
  }
  .hero--hype .hero__content {
    height: 680px;
  }
  .hero--hype .hero__content .container > h1, .hero--hype .hero__content .packages-table__container > h1, .hero--hype .hero__content .not-found__container > h1, .hero--hype .hero__content .experiences-detail__container > h1, .hero--hype .hero__content .fixtures__results__container--desktop > h1, .hero--hype .hero__content .fixtures__container > h1, .hero--hype .hero__content .next-match__container > h1, .hero--hype .hero__content .memberships__container > h1, .hero--hype .hero__content .story__container:not(.story__container--full-height-image):not(.story__container--span-image) > h1, .hero--hype .hero__content .video-module__container > h1, .hero--hype .hero__content .side-nav__menu--open > h1, .hero--hype .hero__content .footer-banner__container > h1 {
    max-width: 900px !important;
  }
  .hero--hype .hero__content .container, .hero--hype .hero__content .packages-table__container, .hero--hype .hero__content .not-found__container, .hero--hype .hero__content .experiences-detail__container, .hero--hype .hero__content .fixtures__results__container--desktop, .hero--hype .hero__content .fixtures__container, .hero--hype .hero__content .next-match__container, .hero--hype .hero__content .memberships__container, .hero--hype .hero__content .story__container:not(.story__container--full-height-image):not(.story__container--span-image), .hero--hype .hero__content .video-module__container, .hero--hype .hero__content .side-nav__menu--open, .hero--hype .hero__content .footer-banner__container {
    margin-top: 40px;
  }
  .hero--hype .hero__content p {
    color: #fff;
    margin-bottom: 30px;
  }
  .hero--hype .hero__content h1, .hero--hype .hero__content h1 > a {
    font-size: calc(8.2352941176vw + 5.1764705882px);
    line-height: calc(6.1764705882vw + 5.8823529412px);
    letter-spacing: calc(0vw + -2px);
    color: #FFFFFF;
    font-style: normal;
    text-transform: uppercase;
    font-family: "VTFRedzoneClassicRegular", "Helvetica Neue", sans-serif;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 520px) {
  .hero--hype .hero__content h1, .hero--hype .hero__content h1 > a {
    font-size: 48px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .hero--hype .hero__content h1, .hero--hype .hero__content h1 > a {
    font-size: 104px;
  }
}
@media (min-width: 992px) and (max-width: 520px) {
  .hero--hype .hero__content h1, .hero--hype .hero__content h1 > a {
    line-height: 38px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .hero--hype .hero__content h1, .hero--hype .hero__content h1 > a {
    line-height: 80px;
  }
}
@media (min-width: 992px) and (max-width: 520px) {
  .hero--hype .hero__content h1, .hero--hype .hero__content h1 > a {
    letter-spacing: -2px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .hero--hype .hero__content h1, .hero--hype .hero__content h1 > a {
    letter-spacing: -2px;
  }
}
@media (min-width: 992px) {
  .hero--hype .hero__tiles {
    margin-right: auto;
    width: 920px;
    position: absolute;
    top: 560px;
    left: 50%;
    margin-left: -465px;
  }
}
@media (min-width: 992px) {
  .hero--season-two .hero__content {
    height: 750px;
  }
  .hero--season-two .hero__content .container, .hero--season-two .hero__content .packages-table__container, .hero--season-two .hero__content .not-found__container, .hero--season-two .hero__content .experiences-detail__container, .hero--season-two .hero__content .fixtures__results__container--desktop, .hero--season-two .hero__content .fixtures__container, .hero--season-two .hero__content .next-match__container, .hero--season-two .hero__content .memberships__container, .hero--season-two .hero__content .story__container:not(.story__container--full-height-image):not(.story__container--span-image), .hero--season-two .hero__content .video-module__container, .hero--season-two .hero__content .side-nav__menu--open, .hero--season-two .hero__content .footer-banner__container {
    position: relative;
    margin-top: 0;
    min-height: 456px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .hero--season-two .hero__content .container h1, .hero--season-two .hero__content .packages-table__container h1, .hero--season-two .hero__content .not-found__container h1, .hero--season-two .hero__content .experiences-detail__container h1, .hero--season-two .hero__content .fixtures__results__container--desktop h1, .hero--season-two .hero__content .fixtures__container h1, .hero--season-two .hero__content .next-match__container h1, .hero--season-two .hero__content .memberships__container h1, .hero--season-two .hero__content .story__container:not(.story__container--full-height-image):not(.story__container--span-image) h1, .hero--season-two .hero__content .video-module__container h1, .hero--season-two .hero__content .side-nav__menu--open h1, .hero--season-two .hero__content .footer-banner__container h1, .hero--season-two .hero__content .container h1 > a, .hero--season-two .hero__content .packages-table__container h1 > a, .hero--season-two .hero__content .not-found__container h1 > a, .hero--season-two .hero__content .experiences-detail__container h1 > a, .hero--season-two .hero__content .fixtures__results__container--desktop h1 > a, .hero--season-two .hero__content .fixtures__container h1 > a, .hero--season-two .hero__content .next-match__container h1 > a, .hero--season-two .hero__content .memberships__container h1 > a, .hero--season-two .hero__content .story__container:not(.story__container--full-height-image):not(.story__container--span-image) h1 > a, .hero--season-two .hero__content .video-module__container h1 > a, .hero--season-two .hero__content .side-nav__menu--open h1 > a, .hero--season-two .hero__content .footer-banner__container h1 > a {
    max-width: 602px;
  }
  .hero--season-two .hero__content .container a, .hero--season-two .hero__content .packages-table__container a, .hero--season-two .hero__content .not-found__container a, .hero--season-two .hero__content .experiences-detail__container a, .hero--season-two .hero__content .fixtures__results__container--desktop a, .hero--season-two .hero__content .fixtures__container a, .hero--season-two .hero__content .next-match__container a, .hero--season-two .hero__content .memberships__container a, .hero--season-two .hero__content .story__container:not(.story__container--full-height-image):not(.story__container--span-image) a, .hero--season-two .hero__content .video-module__container a, .hero--season-two .hero__content .side-nav__menu--open a, .hero--season-two .hero__content .footer-banner__container a {
    opacity: 1;
  }
  .hero--season-two .hero__content .container p, .hero--season-two .hero__content .packages-table__container p, .hero--season-two .hero__content .not-found__container p, .hero--season-two .hero__content .experiences-detail__container p, .hero--season-two .hero__content .fixtures__results__container--desktop p, .hero--season-two .hero__content .fixtures__container p, .hero--season-two .hero__content .next-match__container p, .hero--season-two .hero__content .memberships__container p, .hero--season-two .hero__content .story__container:not(.story__container--full-height-image):not(.story__container--span-image) p, .hero--season-two .hero__content .video-module__container p, .hero--season-two .hero__content .side-nav__menu--open p, .hero--season-two .hero__content .footer-banner__container p {
    max-width: 221px !important;
    opacity: 0.68;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
  }
  .hero--season-two .hero__content .container > *, .hero--season-two .hero__content .packages-table__container > *, .hero--season-two .hero__content .not-found__container > *, .hero--season-two .hero__content .experiences-detail__container > *, .hero--season-two .hero__content .fixtures__results__container--desktop > *, .hero--season-two .hero__content .fixtures__container > *, .hero--season-two .hero__content .next-match__container > *, .hero--season-two .hero__content .memberships__container > *, .hero--season-two .hero__content .story__container:not(.story__container--full-height-image):not(.story__container--span-image) > *, .hero--season-two .hero__content .video-module__container > *, .hero--season-two .hero__content .side-nav__menu--open > *, .hero--season-two .hero__content .footer-banner__container > * {
    position: relative;
    z-index: 1;
  }
  .hero--season-two #slider {
    z-index: 0;
    position: absolute;
    bottom: -50px;
    left: 20px;
    max-width: none !important;
    width: calc(100% + 100vw - 920px);
  }
  .hero--season-two #slider #slick {
    overflow: visible;
  }
  .hero--season-two #slider .slick-list {
    overflow: visible;
  }
  .hero--season-two #slider .slide {
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  }
  .hero--season-two #slider .slide.slick-active {
    opacity: 1;
  }
  .hero--season-two #slider .slide.slick-active + .slide {
    opacity: 1;
  }
  .hero--season-two #slider .slide {
    height: 456px;
    width: 920px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-right: 40px;
    margin-left: 40px;
  }
  .hero--season-two #slider .slide.leaving {
    opacity: 0 !important;
  }
  .hero--season-two #slider .slide:focus {
    outline: none;
  }
  .hero--season-two #slider .slide__wrap {
    width: 750px !important;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  .hero--season-two #slider .slide__teams {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 33px;
    margin-bottom: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero--season-two #slider .slide__teams img {
    max-width: 48px;
    max-height: 48px;
  }
  .hero--season-two #slider .slide__score--score {
    margin-left: 16px;
    margin-right: 16px;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    line-height: 20px;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
    line-height: 20px;
  }
  .hero--season-two #slider .slide__score--score strong {
    color: #FFFFFF;
  }
  .hero--season-two #slider .slick-clone-current {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
  .hero--season-two #slider .slick-clone-current + .slide {
    opacity: 1;
  }
  .hero--season-two #slider .slick-current, .hero--season-two #slider .slick-clone-current {
    opacity: 1 !important;
  }
  .hero--season-two #slider .slick-current .slide__wrap, .hero--season-two #slider .slick-clone-current .slide__wrap {
    left: 170px;
  }
  .hero--season-two #slider .slick-current .slide__content > h1, .hero--season-two #slider .slick-current .slide__content > h1 > a, .hero--season-two #slider .slick-current .slide__content ul, .hero--season-two #slider .slick-current .slide__content a, .hero--season-two #slider .slick-current .slide__text > h1, .hero--season-two #slider .slick-current .slide__text > h1 > a, .hero--season-two #slider .slick-current .slide__text ul, .hero--season-two #slider .slick-current .slide__text a, .hero--season-two #slider .slick-clone-current .slide__content > h1, .hero--season-two #slider .slick-clone-current .slide__content > h1 > a, .hero--season-two #slider .slick-clone-current .slide__content ul, .hero--season-two #slider .slick-clone-current .slide__content a, .hero--season-two #slider .slick-clone-current .slide__text > h1, .hero--season-two #slider .slick-clone-current .slide__text > h1 > a, .hero--season-two #slider .slick-clone-current .slide__text ul, .hero--season-two #slider .slick-clone-current .slide__text a {
    opacity: 1 !important;
    -webkit-transition: opacity 0.2s linear 0.4s !important;
    transition: opacity 0.2s linear 0.4s !important;
  }
  .hero--season-two #slider .slick-current .slide__content > p, .hero--season-two #slider .slick-current .slide__text > p, .hero--season-two #slider .slick-clone-current .slide__content > p, .hero--season-two #slider .slick-clone-current .slide__text > p {
    opacity: 0.65 !important;
    -webkit-transition: opacity 0.2s linear 0.4s !important;
    transition: opacity 0.2s linear 0.4s !important;
  }
  .hero--season-two #slider .slide__content > h1, .hero--season-two #slider .slide__content > h1 > a, .hero--season-two #slider .slide__content > p, .hero--season-two #slider .slide__content ul, .hero--season-two #slider .slide__content a, .hero--season-two #slider .slide__text > h1, .hero--season-two #slider .slide__text > h1 > a, .hero--season-two #slider .slide__text > p, .hero--season-two #slider .slide__text ul, .hero--season-two #slider .slide__text a {
    position: relative;
    z-index: 1;
    opacity: 0 !important;
    -webkit-transition: opacity 0.2s linear 0s !important;
    transition: opacity 0.2s linear 0s !important;
  }
  .hero--season-two #slider .slide__content > p, .hero--season-two #slider .slide__text > p {
    margin-top: 15px;
    margin-bottom: 33px;
  }
  .hero--season-two #slider .carousel-indicators, .hero--season-two #slider .slick-dots {
    width: 920px;
    margin: 49px 0 3px 0;
  }
}
@media (min-width: 992px) {
  .hero--card {
    margin-bottom: -215px;
  }
}
@media (min-width: 992px) {
  .hero--sm {
    padding-top: 168px;
    margin-top: 0;
  }
  .hero--sm .hero__content {
    min-height: 140px;
  }
}
@media (min-width: 992px) {
  .hero--full-width .slide__text {
    position: relative;
    z-index: 1;
  }
  .hero--full-width .slide__text * {
    max-width: 500px !important;
  }
  .hero--full-width .slide__content {
    height: 750px !important;
    width: 100% !important;
    padding-bottom: 90px;
  }
  .hero--full-width .slide__content h1 {
    margin-bottom: 32px;
  }
  .hero--full-width .slide {
    width: 100vw !important;
    height: 100% !important;
  }
  .hero--full-width .slide__text {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .hero--full-width .slide__text {
    max-width: 540px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .hero--full-width .slide__text {
    max-width: 720px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .hero--full-width .slide__text {
    max-width: 960px;
  }
}
@media (min-width: 992px) and (min-width: 1240px) {
  .hero--full-width .slide__text {
    max-width: 1180px;
  }
}
@media (min-width: 992px) {
  .hero--full-width .slick-dots {
    bottom: 72px !important;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    right: calc((100vw - 960px) / 2) !important;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .hero--full-width .slick-dots {
    max-width: 540px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .hero--full-width .slick-dots {
    max-width: 720px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .hero--full-width .slick-dots {
    max-width: 960px;
  }
}
@media (min-width: 992px) and (min-width: 1240px) {
  .hero--full-width .slick-dots {
    max-width: 1180px;
  }
}
@media (min-width: 992px) {
  .hero--full-width #slider .slide__wrap {
    height: 100% !important;
    width: 100% !important;
    left: 0 !important;
  }
}
@media (min-width: 1240px) {
  .hero__tile {
    padding-top: 44px;
    padding-bottom: 40px;
    height: 224px;
  }
  .hero__tile.col-md-4, .hero__tile {
    -ms-flex-preferred-size: calc(33.3333% - 20px);
        flex-basis: calc(33.3333% - 20px);
    max-width: calc(33.3333% - 20px);
  }
  .hero__tile:nth-last-of-type(2) {
    margin-left: 30px;
    margin-right: 30px;
  }
  .hero__tiles {
    height: 215px;
  }
  .hero--hype .hero__container {
    top: 0;
  }
  .hero--hype .hero__content {
    height: 800px;
  }
  .hero--hype .hero__tiles {
    margin-right: auto;
    width: 1140px;
    position: absolute;
    top: 650px;
    left: 50%;
    margin-left: -570px;
  }
  .hero--season-two .hero__content {
    height: 805px;
  }
  .hero--season-two #slider {
    width: calc(100% + (100vw - 1140px) / 2);
  }
  .hero--season-two #slider .slider__slides {
    width: calc(100% + (100vw - 1140px) / 2);
    top: 18px;
  }
  .hero--season-two #slider .slide {
    margin-right: 60px;
    margin-left: 60px;
    width: 1040px;
  }
  .hero--season-two #slider .slick-active .slide__wrap, .hero--season-two #slider .slick-clone-current .slide__wrap {
    left: 290px;
  }
  .hero--season-two #slider .carousel-indicators, .hero--season-two #slider .slick-dots {
    width: 1040px;
  }
  .hero--season-two #slider .carousel-indicators li:first-of-type, .hero--season-two #slider .slick-dots li:first-of-type {
    margin-left: 290px;
  }
  .hero--full-width .slide__content {
    padding-bottom: 130px;
  }
  .hero--full-width .slick-dots {
    bottom: 114px !important;
    left: auto !important;
    right: calc((100vw - 1180px) / 2) !important;
  }
  .hero--full-width .slide__content {
    height: 805px !important;
  }
  .hero--full-width .slider__slides {
    top: 0 !important;
    width: 100vw !important;
  }
}
[data-nav=off] .navbar {
  height: 88px;
  background-color: transparent;
}
@media (min-width: 992px) {
  [data-nav=off] .navbar .navbar-brand--full {
    display: block;
  }
  [data-nav=off] .navbar .navbar-brand--simple {
    display: none;
  }
}

[data-nav-m=on] {
  overflow: hidden;
}

[data-nav=white] .navbar {
  position: fixed;
  top: 0;
  height: 70px !important;
  background-color: #fff !important;
  background-image: none !important;
  z-index: 4999;
  border-bottom: 1px solid #EFF1F2;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
[data-nav=white] .navbar .nav-link {
  color: #191919;
}
[data-nav=white] .navbar .nav-link svg {
  fill: #191919;
}
[data-nav=white] .navbar .nav-link:hover {
  color: #d50042;
}
[data-nav=white] .navbar .nav-link:hover svg {
  fill: #d50042;
}
[data-nav=white] .navbar svg {
  fill: #191919;
}
[data-nav=white] .navbar__favourites-link:hover .navbar__favourites-link__icon, [data-nav=white] .navbar__favourites-link:focus .navbar__favourites-link__icon {
  fill: #d50042;
}
[data-nav=white] .navbar__favourites-link:hover .navbar__favourites-link__badge, [data-nav=white] .navbar__favourites-link:focus .navbar__favourites-link__badge {
  background: #d50042;
}
[data-nav=white] .navbar__buy-link:hover {
  text-decoration: none;
  color: #d50042 !important;
  border-color: #d50042 !important;
}
[data-nav=white] .navbar .navbar__right--contact path {
  fill: #191919;
}
[data-nav=white] .navbar .navbar__right--store path {
  stroke: #191919;
}
[data-nav=white] .navbar .navbar__right--member path {
  stroke: #191919;
}
[data-nav=white] .navbar .navbar__right--member path:last-of-type {
  fill: #191919;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  [data-nav=white] .navbar {
    padding: 0.5rem 1.5rem;
  }
  [data-nav=white] .navbar .navbar-brand .navbar-brand--simple {
    max-height: 60px;
    max-width: 118px;
    height: 60px;
    margin-left: 0;
    margin-right: 0;
  }
  [data-nav=white] .navbar .navbar-toggler svg {
    fill: #000;
  }
  [data-nav=white] .navbar .navbar-toggler svg rect {
    fill: #000 !important;
  }
}
@media (min-width: 768px) {
  [data-nav=white] .navbar {
    padding-top: 5px;
  }
  [data-nav=white] .navbar .navbar-brand .navbar-brand--full {
    display: none;
  }
  [data-nav=white] .navbar .navbar__login-link {
    color: #191919;
  }
  [data-nav=white] .navbar .navbar__login-link svg g, [data-nav=white] .navbar .navbar__login-link path {
    fill: #191919;
  }
  [data-nav=white] .navbar .navbar__buy-link {
    border-color: #191919;
    color: #191919;
  }
  [data-nav=white] .navbar .navbar__favourites-link__icon {
    fill: #191919;
  }
  [data-nav=white] .navbar .navbar__favourites-link__badge {
    background: #191919;
    color: #fff;
  }
}
[data-nav=white] .navbar + .mobile-nav {
  top: 70px;
}

.navbar {
  height: 85px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  will-change: background-color;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: absolute;
  top: 34px;
  width: 100%;
  left: 0;
  z-index: 20;
}
.navbar .navbar-brand {
  width: 80px;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  text-align: center;
  position: absolute;
  left: calc(50% - 51px);
}
.navbar .navbar-brand .navbar-brand--full {
  max-height: 80px;
  max-width: 75px;
  height: 90px;
  margin-top: 0px;
}
.navbar .navbar-brand .navbar-brand--simple {
  max-height: 55px;
  max-width: 50px;
  height: 100%;
  width: 100%;
  margin: auto;
  position: relative;
  top: 4px;
}
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: block;
}
.navbar .nav-link svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-top: -2px;
}
.navbar__buy-link {
  font-weight: 600;
  font-size: 14px;
  color: #010039;
  text-align: center;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  min-width: 60px;
}
.navbar__buy-link:hover {
  text-decoration: none;
  color: #d50042 !important;
  border-color: #d50042 !important;
  color: #B7EBFF !important;
  border-color: #B7EBFF !important;
}
.navbar__login-link {
  display: none;
}
.navbar__favourites-link {
  border: none;
  background: none;
  position: relative;
  margin-right: 4px;
}
.navbar__favourites-link:hover .navbar__favourites-link__icon, .navbar__favourites-link:focus .navbar__favourites-link__icon {
  fill: #d50042;
  fill: #B7EBFF;
}
.navbar__favourites-link:hover .navbar__favourites-link__badge, .navbar__favourites-link:focus .navbar__favourites-link__badge {
  background: #d50042;
  background: #B7EBFF;
}
.navbar__favourites-link__icon {
  fill: #191919;
  opacity: 0.9;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.navbar__favourites-link__badge {
  background: #191919;
  color: #fff;
  text-align: center;
  border-radius: 60px;
  font-weight: 600;
  font-size: 9px;
  letter-spacing: -1px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14px;
  height: 14px;
  right: -1px;
  top: -1px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.navbar.fixed {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 5000;
}

.navbar-toggler {
  padding-left: 0.4rem;
  border: none;
  width: 60px;
  text-align: left;
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler .menu {
  display: none;
}
.navbar-toggler.collapsed .menu {
  display: block;
}
.navbar-toggler.collapsed .menu-close {
  display: none;
}

@media (max-width: 991.98px) {
  .navbar {
    height: 70px !important;
    background-color: #fff !important;
    top: 0;
  }
  .navbar .navbar-brand {
    width: 102px;
  }
  .navbar .navbar-brand .navbar-brand--full {
    display: none !important;
  }
  .navbar .navbar-brand .navbar-brand--simple {
    -webkit-animation: fadeInFromNone 0.2s linear;
            animation: fadeInFromNone 0.2s linear;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .navbar--simple .navbar__buy-link {
    border: 1px solid #FFF;
    color: #FFF;
    width: 90px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
  }
  .navbar--simple .navbar__buy-link:hover {
    border-color: #d50042;
    color: #d50042;
  }
  .navbar--with-favorites .navbar__buy-link {
    display: none;
  }
  .mobile-nav {
    position: fixed;
    top: 106px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 600000;
    display: none;
    background-color: #010039;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-animation: fadeInFromNone 0.2s linear;
            animation: fadeInFromNone 0.2s linear;
  }
  .mobile-nav[data-state=open] {
    display: block;
  }
  .mobile-nav::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.38)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.38));
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .mobile-nav .navbar-nav {
    width: 100%;
    height: 100%;
    position: relative;
    list-style: none;
    overflow: scroll;
    padding-bottom: 90px;
  }
  .mobile-nav .navbar__login-link {
    max-width: 114px;
  }
  .mobile-nav li:not(:last-of-type) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .mobile-nav a {
    height: 70px;
    width: 100%;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 600;
    color: #171717;
    letter-spacing: 0;
    line-height: 24px;
    font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 21px !important;
    padding-right: 21px !important;
    color: #fff;
  }
  .mobile-nav svg {
    width: 20px;
    height: 20px;
    fill: #fff;
  }
  .mobile-nav .dropdown__menu ul {
    list-style: none;
  }
  .mobile-nav .dropdown__menu a {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    height: 34px;
    margin: 10px 0;
    max-width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nav-item--extra {
    border: none !important;
    margin-top: 32px;
    opacity: 0.7;
  }
  .nav-item--extra a {
    font-size: 18px;
    font-weight: 600;
    height: 20px;
    padding-left: 15px !important;
  }
  .nav-text {
    opacity: 0.5;
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    margin-top: 32px;
  }
  .dropdown__menu {
    display: none;
    padding-bottom: 40px;
  }
  .toggle-dropdown__close {
    display: none;
  }
  .dropdown__menu {
    overflow: hidden;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 0px;
    padding-bottom: 0px;
  }
  .dropdown.open {
    background-color: #010039;
  }
  .dropdown.open .dropdown__menu {
    display: block;
    padding-bottom: 30px;
  }
  .dropdown.open a {
    color: #FFF;
  }
  .dropdown.open > a {
    color: #FFF !important;
  }
  .dropdown.open .toggle-dropdown__open {
    display: none;
  }
  .dropdown.open .toggle-dropdown__close {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .mobile-nav {
    top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar {
    background-color: transparent !important;
    height: 88px !important;
    padding-top: 16px;
  }
  .navbar .navbar-brand {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 150px;
    margin-left: 31px;
  }
  .navbar .navbar-brand .navbar-brand--simple {
    max-height: 45px;
    width: 150px;
    height: 45px;
    top: 0;
    display: none !important;
  }
  .navbar .navbar-brand .navbar-brand--full {
    display: block !important;
  }
  .navbar .navbar-toggler {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .navbar .navbar-toggler svg {
    fill: #fff;
  }
  .navbar .navbar-toggler svg rect {
    fill: #fff !important;
  }
  .mobile-nav {
    top: 108px;
    padding-top: 40px;
  }
  [data-nav=white] .navbar .navbar-brand .navbar-brand--simple {
    display: block !important;
  }
  [data-nav=white] .navbar .navbar-brand .navbar-brand--full {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-brand {
    position: relative;
    left: auto;
  }
  .navbar .navbar__buy-link {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 24px;
    padding: 8px 24px;
    border: 1px solid #fff;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
    width: 113px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navbar .navbar__right-links {
    margin-left: auto;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar .navbar__login-link {
    margin-right: 19px;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .navbar .navbar__login-link svg g path {
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .navbar .navbar__login-link:hover {
    color: #d50042;
  }
  .navbar .navbar__login-link:hover svg g path {
    fill: #d50042;
  }
  .navbar .navbar__login-link svg {
    margin-right: 8px;
  }
  .navbar .navbar__favourites-link {
    margin-right: 32px;
  }
  .navbar .navbar__favourites-link__icon {
    fill: #ffffff;
  }
  .navbar .navbar__favourites-link__badge {
    background: #ffffff;
    color: #000000;
    width: 16px;
    height: 16px;
    right: -3px;
    top: 7px;
  }
}
@media (min-width: 992px) {
  [data-nav-m=on] {
    overflow: auto;
  }
  .mobile-nav {
    display: none !important;
  }
  .navbar {
    border-bottom: none;
    padding-top: 9px;
    padding-bottom: 9px;
    top: 0;
  }
  .navbar .dropdown li a {
    text-decoration: none;
    color: #000;
  }
  .navbar .dropdown:hover .nav__link {
    text-decoration: none;
  }
  .navbar .dropdown:hover .dropdown__menu {
    display: block;
    -webkit-animation: 0.2s fadeInFromNone linear;
            animation: 0.2s fadeInFromNone linear;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    max-width: 540px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    max-width: 720px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    max-width: 960px;
  }
}
@media (min-width: 992px) and (min-width: 1240px) {
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    max-width: 1180px;
  }
}
@media (min-width: 992px) {
  .navbar .navbar__login-link {
    margin-right: 32px;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-brand {
    position: relative;
    width: auto;
  }
  .navbar .navbar-brand img {
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .navbar .navbar-brand .navbar__logo--small {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 3px;
    height: 81px;
    width: 81px;
    opacity: 0;
  }
  .navbar .navbar-brand .navbar__logo--big {
    height: 81px;
    position: relative;
    top: 13px;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .navbar .navbar__buy-link {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .navbar .navbar__right-links {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav {
    margin-left: 33px !important;
  }
}
@media (min-width: 992px) {
  .navbar .nav-link {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    padding-top: 0;
    padding-bottom: 0;
    color: #191919;
    color: #FFF;
    opacity: 1;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .navbar .nav-link:hover {
    color: #d50042;
    color: #B7EBFF;
  }
  .navbar .nav-link:hover svg {
    fill: #d50042;
  }
  .navbar .nav-link:hover svg {
    fill: #B7EBFF;
  }
}
@media (min-width: 992px) {
  .navbar .toggle-dropdown {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-link {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 992px) {
  .navbar svg {
    fill: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    opacity: 0.9;
  }
  .navbar svg:hover {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .navbar .dropdown__menu {
    display: none;
    position: absolute;
    padding: 15px 0 0;
    top: 100%;
    left: 0px;
  }
  .navbar .dropdown__menu ul {
    list-style: none;
    background-color: #fff;
    padding: 20px 0 20px 0;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 26px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 26px 0 rgba(0, 0, 0, 0.2);
  }
  .navbar .dropdown__menu li > a {
    -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    white-space: nowrap;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    padding: 0 50px 0 30px;
    display: block;
  }
  .navbar .dropdown__menu li > a:hover, .navbar .dropdown__menu li > a:focus, .navbar .dropdown__menu li > a.active, .navbar .dropdown__menu li > a:active {
    color: #d50042;
  }
  .navbar .dropdown__menu li:not(:last-of-type) a {
    padding-bottom: 13px;
  }
  .navbar .dropdown__menu::before {
    position: absolute;
    display: block;
    opacity: 1;
    top: 9px;
    left: 29px;
    height: 0;
    width: 0;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
@media (min-width: 992px) {
  .navbar .nabar__right--contact {
    margin-right: 12px;
  }
  .navbar .nabar__right--contact path {
    fill: #fff;
  }
}
@media (min-width: 992px) {
  .navbar .nabar__right--store {
    margin-right: 12px;
  }
  .navbar .nabar__right--store path {
    stroke: #fff;
  }
}
@media (min-width: 1240px) {
  .navbar .navbar-nav {
    margin-left: 75px !important;
  }
  .navbar .navbar-nav .nav-link {
    padding-left: 12px;
    padding-right: 12px;
  }
  .navbar .navbar-nav .nav-link {
    padding-left: 16px;
    padding-right: 16px;
  }
  .navbar__right {
    margin-right: 16px;
  }
  .navbar__right a:last-child {
    margin-right: 0;
  }
}
.slide__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 400px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.slide__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-61deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
}
.slide__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-130deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}
.slide__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 15px;
  width: calc(100vw - 30px);
}
.slide .button {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.slide__list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.slide__list li {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  padding: 1px 0 1px 40px;
  position: relative;
}
.slide__list li:not(:last-of-type) {
  margin-bottom: 6px;
}
.slide__list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 24px;
  width: 24px;
  background-image: url("/svg/star.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.slide__footer {
  position: relative;
  padding: 0 15px 24px;
  cursor: pointer;
}
.slide__footer:hover a {
  opacity: 1;
}
.slide h1, .slide a {
  position: relative;
}
.slide h1, .slide h1 a {
  margin-bottom: 10px;
  opacity: 1;
}

.slick-dots li:hover .slide__thumbnail {
  opacity: 1;
}
.slick-dots li:hover::after {
  opacity: 1;
}

.carousel-indicators, .slick-dots {
  bottom: 18px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 15px;
  margin-right: 15px;
}
.carousel-indicators li, .slick-dots li {
  height: 8px;
  width: 8px;
  border-radius: 100%;
  margin-right: 4px;
  margin-left: 4px;
  cursor: pointer;
}
.carousel-indicators li button, .slick-dots li button {
  top: -15px;
}
.carousel-indicators li.active, .slick-dots li.active {
  background-color: #FFFFFF;
}

.slick-dots {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-dots li {
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
}
.slick-dots li::before {
  -webkit-transition: width linear 0s;
  transition: width linear 0s;
  width: 0%;
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 2px;
}
.slick-dots li.slick-active::before {
  -webkit-transition: width linear 5.2s;
  transition: width linear 5.2s;
  width: 100% !important;
  background-color: #d50042;
  height: 100%;
}
.slick-dots button {
  content: "";
  font-size: 0;
  padding: 0;
  border: none;
  background-color: transparent !important;
  width: 100%;
  height: 500%;
  position: absolute;
  cursor: pointer;
  top: -15px;
}
.slick-dots button:focus {
  outline: none;
}

@media (max-width: 991.98px) {
  .slide.carousel-item {
    width: auto;
    margin-right: auto;
  }
  .slide .slide__wrap {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    height: calc(40.931372549vw + 85.6470588235px);
  }
}
@media (max-width: 991.98px) and (max-width: 360px) {
  .slide .slide__wrap {
    height: 233px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .slide .slide__wrap {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .slide .slide__content h1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    bottom: 23px;
    z-index: 1;
    margin-bottom: -7px !important;
  }
  .slide .slide__content a.button {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 12px 27px;
    font-weight: 700;
    font-size: 14px;
    color: #010039;
    border-radius: 4px;
    text-align: center;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .slide .slide__content a.button:hover {
    text-decoration: none;
    color: #d50042;
  }
}
@media (max-width: 991.98px) {
  .slide .slide__list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 992px) {
  .slide__wrap {
    min-height: 426px;
  }
  .slide::before {
    display: none;
  }
  .slide__footer {
    padding: 19px 60px 15px 30px;
  }
  .slide__footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
  }
  .slide__thumbnail {
    width: 84px;
    height: 56px;
    position: absolute;
    bottom: 18px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    left: 50%;
    border: 2px #f0f0f0 solid;
    padding-bottom: 12px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  .slide h1 {
    margin-bottom: 4px;
  }
  .carousel-indicators, .slick-dots {
    bottom: 9px;
  }
  .slick-dots li {
    position: relative;
  }
  .slick-dots li::after {
    opacity: 0;
    content: "";
    left: 0;
    top: 0;
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f0f0f0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -14px;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
}
@media (min-width: 1240px) {
  .carousel-indicators li, .slick-dots li {
    height: 6px;
    width: 6px;
  }
}
.package {
  width: 100%;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  border-radius: 6px;
  display: block;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.package:not(:last-of-type) {
  margin-bottom: 16px;
}
.package__header {
  height: calc(13.7254901961vw + 154.5882352941px);
  padding: 44px 40px 48px;
  border-radius: 6px 6px 0 0;
  position: relative;
  background-color: #010039;
}
@media (max-width: 360px) {
  .package__header {
    height: 204px;
  }
}
@media (min-width: 768px) {
  .package__header {
    height: 260px;
  }
}
.package__image {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.3;
}
.package__title {
  opacity: 0.8;
  font-weight: 600;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.1px;
  position: relative;
  z-index: 1;
  margin-bottom: 9px;
  display: block;
  line-height: 17px;
}
.package__heading {
  font-weight: 700;
  font-size: 25px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 32px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  font-style: normal;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
}
.package__coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 22px;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.package__coupon-name {
  font-weight: 600;
  font-size: 13px;
  color: #d50042;
  letter-spacing: 2px;
  text-align: center;
  line-height: 20px;
  padding: 3px 9px 2px 10px;
  background-color: #FBDFE6;
  margin-right: 16px;
  border-radius: 2px;
}
.package__coupon-name + span {
  font-weight: 500;
  font-size: 12px;
  color: #555555;
  text-align: right;
  line-height: 20px;
  text-decoration: underline;
  cursor: pointer;
}
.package__coupon-value {
  margin-left: auto;
  font-weight: 600;
  font-size: 16px;
  color: #d50042;
  text-align: right;
  line-height: 20px;
}
.package__ribbon {
  position: absolute;
  right: -6px;
  top: -5px;
  width: 115px;
  height: 112px;
  z-index: 1;
}
.package__highlight {
  font-weight: 600;
  font-size: 12px;
  color: #FFF;
  text-transform: uppercase;
  padding: 1px 26px 1px 40px;
  display: inline-block;
  position: relative;
  bottom: 16px;
  border-radius: 0 20px 20px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
}
.package__highlight svg, .package__highlight img, .package__highlight path, .package__highlight g {
  fill: #FFFFFF !important;
}
.package__highlight svg, .package__highlight img {
  margin-right: 4px;
  height: 24px;
  width: 24px;
}
.package__highlight__primary {
  background-color: #010039;
}
.package__favorite {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.package__favorite::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-image: url("/svg/heart-hover.svg");
  opacity: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-size: 24px 24px;
}
.package__favorite:hover::after {
  opacity: 1;
}
.package__favorite[data-favorite=true] {
  background-image: url("/svg/heart-filled.svg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.package__favorite[data-favorite=true]::after {
  opacity: 0;
}
.package__favorite[data-favorite=true] svg g, .package__favorite[data-favorite=true] svg path {
  fill: #000 !important;
}
.package__details {
  padding: 20px 40px 48px 40px;
  border-radius: 0 0 6px 6px;
  margin-bottom: 0;
  list-style: none;
}
.package__price {
  padding-bottom: 22px;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 25px;
}
.package__price .grey, .package__price .grey span {
  color: #ABABAB !important;
}
.package__price--yearly, .package__price--monthly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.package__price--yearly > span:first-of-type, .package__price--monthly > span:first-of-type {
  font-weight: 600;
  font-size: 13px;
  color: #555555;
  line-height: 20px;
}
.package__price--yearly > span:last-of-type, .package__price--monthly > span:last-of-type {
  font-weight: 600;
  font-size: 13px;
  color: #555555;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 106px;
          flex: 0 0 106px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.package__price--yearly > span:last-of-type > span, .package__price--monthly > span:last-of-type > span {
  font-weight: 600;
  font-size: 22px;
  color: #555555;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}
.package__price--yearly > span:last-of-type > span span, .package__price--monthly > span:last-of-type > span span {
  font-weight: 500;
  font-size: 14px;
  color: #555555;
  text-align: right;
  line-height: 20px;
  position: relative;
  bottom: 2px;
  margin-right: 3px;
  display: inline-block;
}
.package__price--monthly {
  margin-top: 6px;
}
.package__price--monthly span {
  color: #B3B3B3 !important;
}
.package__price--total {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.package__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.package__item:not(:last-of-type) {
  margin-bottom: 6px;
}
.package__item svg, .package__item img {
  width: 16px;
  height: 16px;
  margin-right: 17px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  position: relative;
  top: 4px;
}
.package__item svg g, .package__item svg path, .package__item img g, .package__item img path {
  fill: #555555 !important;
  stroke: none;
}
.package__item span {
  font-weight: 400;
  font-size: 13px;
  color: #555555;
  letter-spacing: 0;
  line-height: 22px;
}
.package__footer {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.package__footer .button {
  height: 56px;
  background-color: #DBE0E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  color: #555;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
}
.package__footer .button:hover {
  background-color: rgba(219, 224, 227, 0.75);
}
.package__footer svg, .package__footer img {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  -ms-flex-preferred-size: 24px;
      flex-basis: 24px;
  cursor: pointer;
  position: relative;
}

@media (min-width: 576px) {
  .package:not(:last-of-type) {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .package {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: 294px;
        flex-basis: 294px;
    max-width: 294px;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .package__heading {
    font-style: normal;
  }
  .package__image {
    -webkit-transition: opacity 0.2s ease-in-out 0.01ms;
    transition: opacity 0.2s ease-in-out 0.01ms;
  }
  .package:hover {
    -webkit-transform: scale(1.036);
            transform: scale(1.036);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  }
  .package:hover .package__image {
    opacity: 0.5;
  }
  .package:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .package__footer {
    margin-top: auto;
    padding-top: 32px;
  }
  .package__details {
    height: calc(100% - 292px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .package__details .package__item:nth-last-of-type(2) {
    margin-bottom: auto;
  }
  .packages__card-wrap {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  .packages__card-wrap-enter {
    -webkit-transform: scale(0.5) translateY(-80px);
            transform: scale(0.5) translateY(-80px);
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .packages__card-wrap-leave-to {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  .packages__card-wrap-leave-active {
    position: absolute;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .package {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    margin-right: 10px;
  }
}
@media (min-width: 1240px) {
  .package {
    -ms-flex-preferred-size: 359.98px;
        flex-basis: 359.98px;
    max-width: 359.98px;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    margin-bottom: 24px;
    margin-top: 24px;
  }
  .package__header {
    height: 200px;
  }
  .package .package__details {
    height: calc(100% - 232px);
  }
}
.subscribe {
  padding-top: calc(4.7058823529vw + 31.5294117647px);
  padding-bottom: calc(6.4705882353vw + 22.3529411765px);
  background-color: #d50042;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 520px) {
  .subscribe {
    padding-top: 56px;
  }
}
@media (min-width: 1200px) {
  .subscribe {
    padding-top: 88px;
  }
}
@media (max-width: 520px) {
  .subscribe {
    padding-bottom: 56px;
  }
}
@media (min-width: 1200px) {
  .subscribe {
    padding-bottom: 100px;
  }
}
.subscribe__heading {
  margin-bottom: 16px;
  font-size: calc(2.3529411765vw + 25.7647058824px);
  line-height: calc(2.0588235294vw + 19.2941176471px);
  letter-spacing: calc(-0.1470588235vw + -0.2352941176px);
  color: #171717;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 520px) {
  .subscribe__heading {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .subscribe__heading {
    font-size: 54px;
  }
}
@media (max-width: 520px) {
  .subscribe__heading {
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .subscribe__heading {
    line-height: 44px;
  }
}
@media (max-width: 520px) {
  .subscribe__heading {
    letter-spacing: -1px;
  }
}
@media (min-width: 1200px) {
  .subscribe__heading {
    letter-spacing: -2px;
  }
}
.subscribe__form-group:not(:last-of-type) {
  margin-bottom: 8px;
}
.subscribe__sub-text {
  margin-bottom: 26px;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
}
.subscribe input {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  padding: 14px 24px 14px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  border: none;
}
.subscribe label {
  display: none;
}
.subscribe ::-webkit-input-placeholder {
  color: #FFFFFF;
}
.subscribe :-moz-placeholder {
  color: #FFFFFF;
}
.subscribe ::-moz-placeholder {
  color: #FFFFFF;
}
.subscribe :-ms-input-placeholder {
  color: #FFFFFF;
}
.subscribe .button {
  width: 100%;
  border: none;
  padding-top: 18px;
  padding-bottom: 18px;
}

@media (min-width: 768px) {
  .subscribe__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .subscribe .button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 208px;
            flex: 0 0 208px;
    margin-left: 48px;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .subscribe__sub-text {
    margin-bottom: 0;
    max-width: 450px;
  }
  .subscribe__heading {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .subscribe__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 750px;
            flex: 0 0 750px;
  }
}
.footer-banner {
  background-color: #010039;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 60px;
  padding-bottom: 54px;
  z-index: 2;
  padding-top: calc(16.1764705882vw + -29.1176470588px);
  padding-bottom: calc(3.5294117647vw + 32.6470588235px);
}
@media (max-width: 520px) {
  .footer-banner {
    padding-top: 55px;
  }
}
@media (min-width: 1200px) {
  .footer-banner {
    padding-top: 165px;
  }
}
@media (max-width: 520px) {
  .footer-banner {
    padding-bottom: 51px;
  }
}
@media (min-width: 1200px) {
  .footer-banner {
    padding-bottom: 75px;
  }
}
.footer-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.38)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.38));
}
.footer-banner__team-logo {
  margin-bottom: 28px;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}
.footer-banner__container {
  z-index: 1;
  position: relative;
}
.footer-banner__heading {
  font-size: calc(8.2352941176vw + 5.1764705882px);
  line-height: calc(6.1764705882vw + 5.8823529412px);
  letter-spacing: calc(0vw + -2px);
  color: #FFFFFF;
  font-style: normal;
  text-transform: uppercase;
  font-family: "VTFRedzoneClassicRegular", "Helvetica Neue", sans-serif;
  color: #fff;
  margin-bottom: calc(2.9411764706vw + 24.7058823529px);
}
@media (max-width: 520px) {
  .footer-banner__heading {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .footer-banner__heading {
    font-size: 104px;
  }
}
@media (max-width: 520px) {
  .footer-banner__heading {
    line-height: 38px;
  }
}
@media (min-width: 1200px) {
  .footer-banner__heading {
    line-height: 80px;
  }
}
@media (max-width: 520px) {
  .footer-banner__heading {
    letter-spacing: -2px;
  }
}
@media (min-width: 1200px) {
  .footer-banner__heading {
    letter-spacing: -2px;
  }
}
@media (max-width: 520px) {
  .footer-banner__heading {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .footer-banner__heading {
    margin-bottom: 60px;
  }
}
.footer-banner__top {
  padding-bottom: 50px;
}
.footer-banner__top__col {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-banner .footer-banner__logo {
  height: calc(11.5196078431vw + 61.5294117647px);
  width: calc(11.5196078431vw + 61.5294117647px);
  margin: 0 auto 30px;
  margin-bottom: calc(2.3529411765vw + 20.7647058824px);
}
@media (max-width: 360px) {
  .footer-banner .footer-banner__logo {
    height: 103px;
  }
}
@media (min-width: 768px) {
  .footer-banner .footer-banner__logo {
    height: 150px;
  }
}
@media (max-width: 360px) {
  .footer-banner .footer-banner__logo {
    width: 103px;
  }
}
@media (min-width: 768px) {
  .footer-banner .footer-banner__logo {
    width: 150px;
  }
}
@media (max-width: 520px) {
  .footer-banner .footer-banner__logo {
    margin-bottom: 33px;
  }
}
@media (min-width: 1200px) {
  .footer-banner .footer-banner__logo {
    margin-bottom: 49px;
  }
}
.footer-banner hr {
  margin-top: 0;
  margin-bottom: 44px;
  height: 0px;
  opacity: 0.32;
  border: solid 1px #979797;
}
.footer-banner p {
  opacity: 0.4;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  color: #ffffff;
  max-width: 333px;
  margin-bottom: 16px;
}
.footer-banner__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-banner__content-wrap a:hover::after {
  width: 100%;
}
.footer-banner__bottom a {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
  line-height: 20px;
}
.footer-banner__bottom a::after {
  background-color: #fff;
}
.footer-banner__bottom h5 {
  color: #fff;
  opacity: 0.8;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 12px;
  line-height: 20px;
}
.footer-banner__bottom div:first-of-type {
  margin-bottom: 64px;
}
.footer-banner__bottom img {
  margin-bottom: 20px;
  height: 40px;
}
.footer-banner__bottom div:not(:first-of-type) p {
  font-size: 11px;
  margin-bottom: 13px;
}
.footer-banner__bottom div:last-of-type img {
  height: 40px;
  margin-bottom: 16px;
  position: relative;
}

@media (min-width: 768px) {
  .footer-banner {
    padding-top: 163px;
    padding-bottom: 78px;
  }
  .footer-banner__top {
    padding-bottom: 92.5px;
  }
  .footer-banner__top__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-banner__logo {
    width: 106px;
    height: 106px;
    margin-bottom: 35px;
  }
  .footer-banner hr {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .footer-banner__bottom div:first-of-type {
    margin-right: auto;
    margin-bottom: 0;
  }
  .footer-banner__bottom div:not(:first-of-type) {
    width: 196px;
    max-width: 196px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 196px;
            flex: 0 0 196px;
  }
  .footer-banner__bottom div:last-of-type {
    padding-right: 9px;
  }
  .footer-banner__bottom div:last-of-type p {
    width: 166px;
  }
}
.filters {
  height: calc(3.9705882353vw + 65.3529411765px);
}
@media (max-width: 520px) {
  .filters {
    height: 86px;
  }
}
@media (min-width: 1200px) {
  .filters {
    height: 113px;
  }
}
.filters__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: calc(2.3529411765vw + 3.7647058824px);
  padding-bottom: calc(1.1764705882vw + 17.8823529412px);
  -webkit-transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}
@media (min-width: 576px) {
  .filters__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .filters__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .filters__container {
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .filters__container {
    max-width: 1180px;
  }
}
@media (max-width: 520px) {
  .filters__container {
    padding-top: 16px;
  }
}
@media (min-width: 1200px) {
  .filters__container {
    padding-top: 32px;
  }
}
@media (max-width: 520px) {
  .filters__container {
    padding-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .filters__container {
    padding-bottom: 32px;
  }
}
.filters__clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  margin-top: 0;
  margin-left: 24px;
  text-transform: capitalize;
}
.filters__clear span {
  cursor: pointer;
}
.filters__clear img {
  width: 24px;
  height: 24px;
  position: static;
  margin-left: 3px;
  cursor: pointer;
  background-color: transparent !important;
  z-index: 1 !important;
}
.filters__clear--disabled {
  opacity: 0.2;
  cursor: not-allowed !important;
}
.filters__clear--disabled span, .filters__clear--disabled img {
  cursor: not-allowed !important;
}

[data-filters=fixed] .navbar {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
[data-filters=fixed] .filters .filters__container {
  position: fixed;
  top: 70px;
  z-index: 1030;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-shadow: inset 0 4px 12px rgba(0, 0, 0, 0.54);
          box-shadow: inset 0 4px 12px rgba(0, 0, 0, 0.54);
}
[data-filters=fixed] .filters .filters__container::before {
  position: absolute;
  height: 100%;
  width: 100vw;
  content: "";
  background-color: #fff;
  top: 0;
  left: 0;
  border-bottom: 1px solid #EFF1F2;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
[data-filters=fixed] .filters .filters__wrap {
  position: relative;
}

.multi-select {
  position: static;
}
.multi-select__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 8px 15px 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #171717;
}
.multi-select__header span {
  font-weight: 500;
  font-size: 14px;
  color: #171717;
  letter-spacing: 0;
  line-height: 16px;
}
.multi-select__header:hover {
  border: 1px solid #d50042;
}
.multi-select__header:hover span {
  color: #d50042;
}
.multi-select__header:hover path {
  fill: #d50042 !important;
}
.multi-select__header svg {
  height: 32px;
  width: 32px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.multi-select__header svg g {
  fill: transparent !important;
}
.multi-select__header svg path {
  fill: #171717 !important;
}
.multi-select__header.multi-select__header--selected {
  border: 1px solid #d50042;
}
.multi-select__header.multi-select__header--selected span {
  color: #d50042;
}
.multi-select__header.multi-select__header--selected svg path {
  fill: #d50042 !important;
}
.multi-select__options {
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  height: 0px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  list-style: none;
  padding-left: 0;
  width: 100%;
  -webkit-box-shadow: 2px 2px 26px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 26px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.multi-select__options li span {
  background-color: #fff;
  width: 100%;
  display: block;
  padding: 18px 40px 17px 25px;
  font-weight: 500;
  color: #171717;
  letter-spacing: -0.32px;
  line-height: 20px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  border-bottom: 1px solid #F0F0F0;
}
.multi-select__options li span:hover {
  background-color: #F0F0F0;
}
.multi-select__options li span[data-selected=true] {
  background-color: #F0F0F0;
}
.multi-select[data-state=open] {
  border-bottom: 1px solid transparent;
  position: relative;
  z-index: 2;
}
.multi-select[data-state=open] .multi-select__options-wrap {
  padding-top: 9px;
}
.multi-select[data-state=open] .multi-select__header {
  border-color: #d50042;
}
.multi-select[data-state=open] .multi-select__header span {
  color: #d50042;
}
.multi-select[data-state=open] .multi-select__header svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.multi-select[data-state=open] .multi-select__header svg path {
  fill: #d50042 !important;
}
.multi-select li span {
  padding-left: 48px;
  background-image: url("/svg/checkbox-initial.svg");
  background-position: 24px center;
  background-repeat: no-repeat;
}
.multi-select li span[data-selected=true] {
  background-image: url("/svg/checkbox.svg");
}
.multi-select--single .multi-select__options li span {
  padding-left: 25px;
  background-image: none;
}

@media (max-width: 991.98px) {
  [data-filters=fixed] .filters .filters__container {
    z-index: 9999;
  }
  .filters__header {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .filters__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 14px 8px 14px 16px;
    border: 1px solid #171717;
    border-radius: 4px;
    cursor: pointer;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .filters__header--selected {
    border-color: #d50042;
  }
  .filters__header--selected h5 {
    color: #d50042;
  }
  .filters__header--selected svg, .filters__header--selected g, .filters__header--selected path {
    fill: #d50042 !important;
  }
  .filters__header img, .filters__header svg {
    width: 24px;
    height: 24px;
  }
  .filters__header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .filters__heading {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    color: #171717;
    letter-spacing: 0;
    line-height: 1.43;
  }
  .filters__heading--desktop {
    display: none;
  }
  .filters__multiselect {
    position: fixed;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .filters__apply {
    height: 68px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #d50042;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    z-index: 1;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    margin-bottom: env(safe-area-inset-bottom);
  }
  .filters-select {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-animation: fadeInFromNone 0.3s linear;
            animation: fadeInFromNone 0.3s linear;
  }
  .filters-select[data-state=open] {
    display: block;
    z-index: 9999999999;
  }
  .filters-select__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 124px;
    text-align: right;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  .filters-select__container {
    max-width: 540px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .filters-select__container {
    max-width: 720px;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .filters-select__container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) and (min-width: 1240px) {
  .filters-select__container {
    max-width: 1180px;
  }
}
@media (max-width: 991.98px) {
  .filters-select__close {
    position: relative;
    cursor: pointer;
    z-index: 5000;
    top: -30px;
    right: 0px;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .filters-select__close img {
    height: 24px;
    width: 24px;
  }
}
@media (max-width: 991.98px) {
  .filters-select__heading {
    font-weight: 600;
    margin-bottom: 23px;
    font-size: 16px;
    color: #171717;
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .filters-select .filters__clear {
    position: absolute;
    bottom: 83px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .filters-select .filters-select--desktop {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .multi-select {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #F0F0F0;
    text-align: left;
    z-index: 0;
  }
  .multi-select:not(:last-of-type) {
    margin-bottom: 8px;
  }
  .multi-select:first-of-type {
    border-radius: 4px 4px 0 0;
  }
  .multi-select:last-of-type {
    border-radius: 0 0 4px 4px;
  }
  .multi-select--desktop {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  [data-filters=fixed] .filters .filters-select {
    height: 100vh;
    width: 100vw;
    top: -70px;
    left: calc((100vw - 540px) / -2);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  [data-filters=fixed] .filters .filters-select {
    height: 100vh;
    width: 100vw;
    top: -70px;
    left: calc((100vw - 720px) / -2);
  }
}
@media (min-width: 576px) {
  [data-filters=fixed] .filters .filters__container {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  [data-filters=fixed] .filters .filters__container::before {
    left: calc((100vw - 540px) / -2);
  }
}
@media (min-width: 768px) {
  [data-filters=fixed] .filters .filters__container::before {
    left: calc((100vw - 720px) / -2);
  }
}
@media (min-width: 992px) {
  .filters {
    border-bottom: 1px solid #F0F0F0;
  }
  .filters__header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87px;
            flex: 0 0 87px;
    margin-right: 26px;
    position: absolute;
    left: 0;
    top: 9px;
  }
  .filters__header + .filters__clear {
    display: none;
  }
  .filters__header img, .filters__header svg {
    display: none;
  }
  .filters__heading {
    font-size: 18px;
    color: #171717;
    margin-bottom: 0;
  }
  .filters__heading--mobile {
    display: none;
  }
  .filters__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    position: relative;
    padding-left: 109px;
  }
  .filters__wrap--filter {
    padding-right: 130px;
  }
  .filters__clear {
    cursor: pointer;
  }
  .filters__clear span {
    font-weight: 500;
    font-size: 14px;
    color: #171717;
  }
  .filters .filters__container > .filters__clear {
    display: none;
  }
  .filters__apply {
    display: none;
  }
  .filters-select {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .filters-select > .filters-select__close {
    display: none;
  }
  .filters-select > .filters__clear {
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
    margin-left: 20px;
    position: absolute;
    right: 0;
    top: 9px;
  }
  .filters-select__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .filters-select__container > .filters-select__close {
    display: none;
  }
  .filters-select--mobile {
    display: none;
  }
  .filters-select__heading {
    display: none;
  }
  [data-filters=fixed] .filters {
    border-bottom: none;
  }
  [data-filters=fixed] .filters .filters__container {
    padding-top: 11px;
    padding-bottom: 11px;
    height: 70px;
  }
  [data-filters=fixed] .filters .filters__container::before {
    left: calc((100vw - 960px) / -2);
  }
  .multi-select {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    z-index: 0;
    position: relative;
    text-align: left;
  }
  .multi-select:not(:last-of-type) {
    margin-right: 8px;
  }
  .multi-select:last-of-type .multi-select__options {
    right: 0;
    width: 340px;
  }
  .multi-select__header {
    padding: 14px 8px 14px 16px;
    border-radius: 4px;
    height: 48px;
    border: 1px solid #171717;
  }
  .multi-select__header svg {
    height: 24px;
    width: 24px;
  }
  .multi-select__header span {
    font-size: 14px;
    letter-spacing: 0;
  }
  .multi-select[data-state=open] .multi-select__header {
    border-color: #d50042;
    margin-bottom: -1px;
  }
  .multi-select[data-state=open] .multi-select__header span {
    color: #d50042;
  }
  .multi-select[data-state=open] .multi-select__header svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .multi-select[data-state=open] .multi-select__header svg path {
    fill: #d50042 !important;
  }
  .multi-select[data-state=open] .multi-select__options {
    display: block;
    opacity: 1;
  }
  .multi-select[data-state=open] .multi-select__options-wrap {
    padding-top: 9px;
  }
  .multi-select__options {
    position: absolute;
    top: 57px;
    width: 240px;
    height: auto !important;
    -webkit-box-shadow: 2px 2px 26px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 26px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    height: auto;
    display: none;
  }
  .multi-select__options li span {
    padding-left: 40px;
    background-image: url("/svg/checkbox-initial.svg");
    background-color: #fff;
    background-position: 16px center;
    background-repeat: no-repeat;
  }
  .multi-select__options li span[data-selected=true] {
    background-image: url("/svg/checkbox.svg");
  }
  .multi-select--single .multi-select__options li span {
    padding-left: 30px;
    background-image: none;
  }
}
@media (min-width: 1240px) {
  [data-filters=fixed] .filters .filters__container {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  [data-filters=fixed] .filters .filters__container::before {
    left: calc((100vw - 1180px) / -2);
  }
  .multi-select__options {
    width: 286px;
  }
}
.buy-now-card {
  border-radius: 9px;
  padding: 40px 32px 35px 32px;
  background-color: #F0F0F0;
}
.buy-now-card [data-display=monthly] .buy-now-card__cost--monthly {
  display: block;
  -webkit-animation: 0.3s fadeInFromNone linear;
          animation: 0.3s fadeInFromNone linear;
}
.buy-now-card [data-display=monthly] .buy-now-card__cost--yearly {
  display: none;
}
.buy-now-card [data-display=monthly] .buy-now-card__toggle span:first-of-type {
  color: #000000;
}
.buy-now-card [data-display=yearly] .buy-now-card__cost--monthly {
  display: none;
}
.buy-now-card [data-display=yearly] .buy-now-card__cost--yearly {
  display: block;
  -webkit-animation: 0.3s fadeInFromNone linear;
          animation: 0.3s fadeInFromNone linear;
}
.buy-now-card [data-display=yearly] .buy-now-card__toggle span:last-of-type {
  color: #000000;
}
.buy-now-card [data-display=yearly] .buy-now-card__toggle::after {
  left: 50%;
}
.buy-now-card__toggle {
  height: 40px;
  width: 100%;
  border-radius: 6px;
  background-color: #DADADA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  cursor: pointer;
  position: relative;
  margin-bottom: 16px;
}
.buy-now-card__toggle::after {
  left: 0;
  top: 0;
  border-radius: 6px;
  position: absolute;
  content: "";
  background-color: #fff;
  height: 40px;
  width: 50%;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.buy-now-card__toggle span {
  font-weight: 600;
  font-size: 10px;
  color: #9C9A99;
  text-align: center;
  line-height: 20px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  z-index: 1;
}
.buy-now-card__toggle span:hover {
  color: #555555;
}
.buy-now-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.buy-now-card__row:not(:last-of-type) {
  border-bottom: #DADADA 1px solid;
}
.buy-now-card__row:last-of-type {
  margin-bottom: 14px;
}
.buy-now-card__row > span:first-of-type {
  font-weight: 600;
  font-size: 13px;
  color: #555555;
  line-height: 20px;
}
.buy-now-card__cost {
  font-weight: 600;
  font-size: 22px;
  color: #555555;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.buy-now-card__cost > span {
  font-weight: 500;
  font-size: 14px;
  color: #555555;
  line-height: 20px;
  position: relative;
  bottom: 3px;
  display: inline-block;
  margin-right: 3px;
}
.buy-now-card .button {
  width: 100%;
  margin-bottom: 32px;
  margin-bottom: 0 !important;
}
.buy-now-card__heading {
  font-weight: 500;
  font-size: 13px;
  color: #171717;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.buy-now-card__blurb, .buy-now-card__blurb a {
  font-weight: 400;
  font-size: 13px;
  color: #555555;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 0;
}
.buy-now-card__blurb a, .buy-now-card__blurb a a {
  color: #d50042;
}
.buy-now-card .package__ribbon {
  position: relative;
  right: 0;
  left: -44px;
  top: -10px;
  width: 297px;
  height: 65px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-bottom: 14px;
}

.buy-now-card--monthly {
  border-radius: 6px;
  border: 1px solid #F0F0F0;
  margin-top: 11px;
  padding: 34px 40px 38px 34px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}
.buy-now-card--monthly .buy-now-card__heading {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 20px;
  color: #171717;
  letter-spacing: 0;
  line-height: 26px;
}

@media (max-width: 991.98px) {
  .buy-now-card__wrap {
    position: static !important;
  }
}
@media (min-width: 992px) {
  .buy-now-card__wrap {
    width: 290px;
  }
}
@media (min-width: 1240px) {
  .buy-now-card {
    padding: 40px 40px 35px 40px;
  }
  .buy-now-card .package__ribbon {
    left: -53px;
  }
  .buy-now-card__wrap {
    width: 360px;
  }
}
.buy-now-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 70px;
  z-index: 1030;
  padding-top: calc(1.1764705882vw + 5.8823529412px);
  padding-bottom: calc(1.1764705882vw + 5.8823529412px);
  z-index: 5000;
  background-color: #F0F0F0;
  display: none;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 520px) {
  .buy-now-header {
    padding-top: 12px;
  }
}
@media (min-width: 1200px) {
  .buy-now-header {
    padding-top: 20px;
  }
}
@media (max-width: 520px) {
  .buy-now-header {
    padding-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .buy-now-header {
    padding-bottom: 20px;
  }
}
.buy-now-header.active {
  -webkit-animation: 0.2s fadeInFromNone linear;
          animation: 0.2s fadeInFromNone linear;
  display: block;
}
.buy-now-header__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media (min-width: 576px) {
  .buy-now-header__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .buy-now-header__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .buy-now-header__container {
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .buy-now-header__container {
    max-width: 1180px;
  }
}
.buy-now-header__heading {
  font-weight: 600;
  color: #000C14;
  line-height: calc(0.4411764706vw + 14.7058823529px);
  font-size: calc(1.1764705882vw + 5.8823529412px);
}
@media (max-width: 520px) {
  .buy-now-header__heading {
    line-height: 17px;
  }
}
@media (min-width: 1200px) {
  .buy-now-header__heading {
    line-height: 20px;
  }
}
@media (max-width: 520px) {
  .buy-now-header__heading {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .buy-now-header__heading {
    font-size: 20px;
  }
}
.buy-now-header__price {
  font-weight: 600;
  display: inline-block;
  max-width: 200px;
  font-size: 11px;
  color: #555555;
  line-height: 20px;
  margin-top: 2px;
}
.buy-now-header__text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 200px;
}
.buy-now-header img {
  margin-left: 10px;
}
.buy-now-header--desktop {
  display: none;
}

@media (min-width: 768px) {
  .buy-now-header__text-content {
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 32px;
  }
  .buy-now-header__price {
    font-weight: 600;
    margin-top: 0;
    font-size: 13px;
    color: #555555;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 20px;
    max-width: none;
  }
  .buy-now-header__price span:first-of-type {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #555555;
    text-align: right;
    line-height: 20px;
    bottom: 3px;
    margin-right: 3px;
  }
  .buy-now-header__price span:last-of-type {
    font-weight: 600;
    font-size: 22px;
    color: #555555;
    text-align: right;
    line-height: 20px;
  }
  .buy-now-header .button {
    width: 140px;
  }
}
@media (min-width: 992px) {
  .buy-now-header .button {
    width: 170px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 56px;
  padding: 18px 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0 1px 3px 0 #e6ebf1;
          box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  -webkit-transition: -webkit-box-shadow 150ms ease;
  transition: -webkit-box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease, -webkit-box-shadow 150ms ease;
}

.StripeElement--focus {
  -webkit-box-shadow: 0 1px 3px 0 #cfd7df;
          box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.purchase-form {
  padding-bottom: 80px;
}
.purchase-form .package .package__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.purchase-form .package .package__price span:first-of-type {
  font-weight: 600;
  font-size: 13px;
  color: #555555;
  line-height: 20px;
}
.purchase-form .package .package__price span:last-of-type {
  font-weight: 600;
  font-size: 22px;
  color: #555555;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 20px;
}
.purchase-form .package .package__price span:last-of-type span {
  font-weight: 500;
  font-size: 14px;
  color: #555555;
  text-align: right;
  line-height: 20px;
  position: relative;
  bottom: 2px;
  margin-right: 3px;
  display: inline-block;
}
.purchase-form__confirmation {
  padding: 50px 24px 20px 16px;
}
.purchase-form__confirmation p {
  line-height: 1.8;
}
.purchase-form__confirmation .number {
  margin-top: 30px;
  padding: 16px 20px;
  border: 1px solid #d50042;
  background: rgba(213, 0, 66, 0.2);
}

#form-step3 .form__member-header {
  margin-bottom: 32px;
}

.processing {
  padding: 20px 24px 40px 24px;
  background: #F0F0F0;
  border-radius: 6px;
}
.processing h4, .processing .media-card__heading {
  margin-bottom: 0 !important;
}
.processing .loader {
  margin-left: 20px;
}

.form:not(:last-of-type) {
  border-bottom: 2px #F0F0F0 solid;
}
.form dd {
  margin-bottom: 0;
}
.form__header {
  position: relative;
  padding: 32px 16px 34px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__header img {
  height: 16px;
  width: 16px;
  margin-right: 8px;
}
.form[data-current=true] .form__body {
  height: auto;
}
.form__body {
  overflow: hidden;
  height: 0px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding-left: 41px;
  padding-right: 15px;
}
.form__heading {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  color: #000C14;
  line-height: 28px;
  margin-right: auto;
  max-width: 202px;
}
.form__heading.clickable {
  cursor: pointer;
}
.form__section-number {
  font-weight: 600;
  font-size: 14px;
  color: #000C14;
  display: inline-block;
  margin-right: 16px;
  width: 8.5px;
}
.form__edit {
  font-weight: 600;
  font-size: 14px;
  color: #d50042;
  cursor: pointer;
}
.form div.error, .form div.success {
  font-weight: 400;
  font-size: 14px;
  color: #BC494D;
  letter-spacing: 0;
  line-height: 16px;
}
.form div.success {
  color: #d50042;
}
.form div.error {
  color: #BC494D;
}
.form #card-errors {
  color: #BC494D;
  padding: 10px 0 20px;
}
.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.form__group .button {
  position: absolute !important;
  height: 48px;
  right: 4px;
  top: 25px;
  border-color: transparent;
  width: 110px;
}
.form__group .button--disabled {
  color: rgba(213, 0, 66, 0.64);
  background-color: #FBDFE6;
}
.form__group .button--outline-dark {
  border-color: #555555;
  background-color: transparent;
}
.form__group.error {
  position: relative;
}
.form__group.error::after {
  content: "";
  position: absolute;
  background-image: url("/svg/error-badge.svg");
  height: 23px;
  width: 23px;
  right: 16px;
  top: 38px;
}
.form__group.error input {
  border-color: #BC494D;
}
.form__group:not(:last-of-type) {
  margin-bottom: 16px;
}
.form .number-input {
  padding-right: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .number-input:not(:last-of-type) {
  margin-bottom: 16px;
}
.form .number-input span {
  font-weight: 600;
  font-size: 16px;
  color: #555555;
  line-height: 16px;
}
.form .number-input__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 133px;
          flex: 0 0 133px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  color: #555555;
  text-align: center;
  margin-right: 0;
}
.form .number-input img {
  cursor: pointer;
}
.form .number-input img.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.form label {
  font-weight: 500;
  font-size: 10px;
  color: #555555;
  letter-spacing: 0.3px;
  margin-bottom: 6px;
  line-height: 15px;
}
.form input {
  background-color: #F4F4F4;
  margin-bottom: 8px;
  border: none;
  border-radius: 6px;
  height: 56px;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
  font-weight: 400;
  padding: 15px 15px 17px 15px;
  border: 1px solid transparent;
  width: 100%;
}
.form input span {
  font-weight: 500;
  font-size: 16px;
  color: #555555;
}
.form input:focus {
  outline: none;
  border: 1px solid #d50042;
}
.form input.error {
  border-color: #BC494D;
  position: relative;
  background-image: url("/svg/error-badge.svg") !important;
  background-size: 23px 23px;
  background-size: 23px 23px !important;
  background-image: url("/svg/error-badge.svg") !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center !important;
}
.form textarea {
  background-color: #F4F4F4;
  margin-bottom: 8px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
  font-weight: 400;
  padding: 15px 15px 17px 15px;
  border: 1px solid transparent;
  width: 100%;
}
.form textarea span {
  font-weight: 500;
  font-size: 16px;
  color: #555555;
}
.form textarea:focus {
  outline: none;
  border: 1px solid #d50042;
}
.form textarea.error {
  border-color: #BC494D;
  position: relative;
  background-image: url("/svg/error-badge.svg") !important;
  background-size: 23px 23px;
  background-size: 23px 23px !important;
  background-image: url("/svg/error-badge.svg") !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center !important;
}
.form select {
  background-color: #F4F4F4;
  margin-bottom: 8px;
  border-radius: 6px;
  height: 56px;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
  font-weight: 400;
  outline: none;
  padding: 15px 15px 17px 15px;
  width: 100%;
  cursor: pointer;
  /* Prefixed box-sizing rules necessary for older browsers */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2em;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form select:focus {
  outline: none;
  border: 1px solid #d50042;
}
.form select.error {
  border: 1px solid #BC494D;
}
.form [type=submit] {
  margin-top: 24px;
  margin-bottom: 48px !important;
  width: 193px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.form h4, .form .media-card__heading {
  font-weight: 600;
  font-size: 16px;
  color: #000C14;
  margin-bottom: 24px;
}
.form__member:not(:last-of-type) {
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #DADADA;
}
.form__radio {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: #555555;
  letter-spacing: -0.32px;
  line-height: 16px;
}
.form__radio-heading {
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  letter-spacing: 0;
  display: inline-block;
  margin-top: 16px;
}
.form__radio-input {
  padding-left: 24px;
  position: relative;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
}
.form__radio-input:first-of-type {
  margin-right: 24px;
}
.form__radio-input::before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  height: 16px;
  width: 16px;
  background-image: url("/svg/checkbox-initial.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.form__radio-input.active::before {
  background-image: url("/svg/checkbox-white-check.svg");
}
.form #form-step4 .form__radio-heading {
  margin-bottom: 30px;
}
.form #form-step5 .form__group.error::after {
  right: 130px;
}
.form #form-step5 .form__group.success input {
  border-color: transparent;
}
.form #form-step6 .payment-form .form__note {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: calc(0.2941176471vw + 10.4705882353px);
}
@media (max-width: 520px) {
  .form #form-step6 .payment-form .form__note {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .form #form-step6 .payment-form .form__note {
    font-size: 14px;
  }
}
.form ::-webkit-input-placeholder {
  color: #BBBBBB;
}
.form :-moz-placeholder {
  color: #BBBBBB;
}
.form ::-moz-placeholder {
  color: #BBBBBB;
}
.form :-ms-input-placeholder {
  color: #BBBBBB;
}
.form__payment-option {
  padding: 20px 24px 20px 16px;
  position: relative;
  cursor: pointer;
  border-top: 2px solid #F0F0F0;
  border-bottom: 2px solid #F0F0F0;
}
.form__payment-option:last-of-type {
  margin-bottom: 48px;
}
.form__payment-option:not(:last-of-type) {
  margin-bottom: -2px;
}
.form__payment-option img {
  margin-right: 24px;
}
.form__payment-option::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/svg/radio-off.svg");
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  right: 24px;
  top: 28px;
}
.form__payment-option.selected::before {
  background-image: url("/svg/radio-on.svg");
}
.form .payment-form {
  background-color: #F0F0F0;
  border-radius: 6px;
  padding: 16px;
}
.form .payment-form input {
  background-color: #fff;
}
.form .payment-form button {
  margin-bottom: 4px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 56px;
}
.form .payment-form p {
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 25px;
  margin-bottom: 22px;
}
.form .payment-form .button.button--apple-pay {
  margin-top: 0;
}
.form .form__pay-heading {
  font-weight: 600;
  font-size: 16px;
  color: #000C14;
  margin-bottom: 8px;
}
.form .required label:after {
  content: "*";
  margin-left: 2px;
}

#form-step6 .button {
  margin-bottom: 0 !important;
}

#payment-request-button {
  margin-bottom: 30px;
}

.add-on {
  padding: 16px;
  background-color: #F0F0F0;
  border-radius: 6px;
  margin-bottom: 16px;
}
.add-on > div:first-of-type {
  margin-bottom: 16px;
}
.add-on__buttons {
  width: 100%;
}
.add-on__image {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-right: 16px;
  background-color: #F4F4F4;
}
.add-on__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.add-on__buttons button {
  height: 46px;
  margin-left: 8px;
}
.add-on__buttons .multi-select {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  border-radius: 4px;
}
.add-on__buttons .multi-select span {
  font-weight: 500;
  font-size: 12px;
  color: #555555;
  letter-spacing: 0;
}
.add-on__buttons .multi-select__options-wrap {
  padding: 0 !important;
}
.add-on__buttons .multi-select__options {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100% !important;
  max-height: 150px;
  overflow: scroll;
}
.add-on__buttons .multi-select__options li span {
  padding-top: 12px;
  padding-bottom: 11px;
  padding-left: 16px;
}
.add-on__buttons .multi-select__header {
  height: 38px;
  padding-left: 16px;
  padding-top: 15px;
  padding-right: 8px;
}
.add-on__buttons .multi-select__header svg {
  position: relative;
  bottom: 1px;
}
.add-on__title {
  font-weight: 500;
  font-size: 14px;
  color: #555555;
  line-height: 24px;
  margin-bottom: 3px;
}
.add-on__price {
  font-weight: 500;
  font-size: 14px;
  color: #555555;
  line-height: 24px;
  margin-bottom: 3px;
  margin-right: 16px;
  width: 60px;
}
.add-on__text {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.add-on__delete {
  font-size: 13px;
  text-decoration: underline;
}
.add-on__cost {
  font-weight: 600;
  font-size: 16px;
  color: #171717;
  line-height: 24px;
}
.add-on__lineitem {
  margin-top: 10px;
  border-top: 1px solid #DADADA;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: none;
}
.add-on__lineitem .add-on__title {
  margin-right: auto;
}
.add-on__lineitem .number-input__wrap {
  margin-left: 20px;
  margin-right: 0 !important;
}
.add-on__lineitem .number-input__wrap img {
  cursor: pointer;
}
.add-on .button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  -ms-flex-preferred-size: calc(50% - 4px);
      flex-basis: calc(50% - 4px);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media (max-width: 991.98px) {
  .add-on .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .add-on .add-on__image {
    width: 113px;
    height: 104px;
  }
  .add-on .add-on__buttons {
    margin-top: 13px;
  }
  .add-on__buttons .multi-select {
    -ms-flex-preferred-size: calc(50% - 4px);
        flex-basis: calc(50% - 4px);
    height: 100%;
    position: relative;
    top: 1px;
  }
  .add-on__buttons .multi-select__header {
    height: 46px;
  }
}

@media (max-width: 767.98px) {
  .add-on {
    padding: 16px 16px 4px 16px;
  }
  .add-on > div:first-of-type {
    margin-bottom: 16px;
  }
  .add-on__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .add-on__title {
    margin-bottom: 0;
  }
  .add-on__price {
    margin-bottom: -1px;
  }
  .add-on__delete {
    width: 40px;
    height: 40px;
    border: 3px solid #F0F0F0;
    border-radius: 100%;
    position: absolute;
    font-size: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: -22px;
  }
  .add-on__delete::after {
    height: 17px;
    width: 15px;
    background-image: url("/svg/trash.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: static;
    background-color: transparent;
  }
  .add-on__lineitem {
    padding: 10px 9px 10px 30px;
    margin-top: 2px;
    background-color: #fff;
    width: calc(100% + 24px);
    position: relative;
    left: -12px;
    border-radius: 4px;
  }
  .add-on__lineitem .number-input__wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 115px;
            flex: 0 0 115px;
  }
  .add-on__lineitem .number-input__wrap img {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 991.98px) {
  .purchase-form .package {
    display: none;
  }
}
.form__heading {
  max-width: none;
}

@media (min-width: 992px) {
  .purchase-form {
    position: relative;
    margin-top: calc(3.6764705882vw + 67.8823529412px);
  }
}
@media (min-width: 992px) and (max-width: 520px) {
  .purchase-form {
    margin-top: 87px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .purchase-form {
    margin-top: 112px;
  }
}
@media (min-width: 992px) {
  .purchase-form__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .purchase-form__container {
    max-width: 540px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .purchase-form__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .purchase-form__container {
    max-width: 960px;
  }
}
@media (min-width: 992px) and (min-width: 1240px) {
  .purchase-form__container {
    max-width: 1180px;
  }
}
@media (min-width: 992px) {
  .purchase-form__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: 550px;
        flex-basis: 550px;
    margin-right: 50px;
  }
}
@media (min-width: 992px) {
  .purchase-form__confirmation {
    padding: 0;
    margin-bottom: 200px;
  }
}
@media (min-width: 992px) {
  .purchase-form .package {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: none;
    margin: 0;
    width: 320px;
    -webkit-transition: none;
    transition: none;
  }
  .purchase-form .package:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .purchase-form .package:hover .package__image {
    opacity: 0.17;
  }
}
@media (min-width: 992px) {
  .purchase-form .number-input__wrap {
    margin-right: 100px;
  }
}
@media (min-width: 992px) {
  .form {
    position: relative;
    border-bottom: none !important;
  }
  .form::before {
    content: "";
    position: absolute;
    right: 0;
    width: 100vw;
    background-color: #F0F0F0;
    height: 2px;
  }
  .form .form__section-number {
    margin-right: 16px;
    width: 19px;
  }
  .form__body {
    padding-left: 51px;
  }
  .form__heading {
    font-weight: 600;
    font-size: 20px;
    color: #171717;
    letter-spacing: 0;
    line-height: 24px;
  }
  .form .payment-form {
    padding: 32px;
  }
  .form .payment-form .button.button--apple-pay {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .add-on__buttons {
    width: 160px;
    margin-left: auto;
  }
  .add-on .multi-select__options {
    top: 48px;
  }
  .add-on .multi-select__header {
    height: 46px;
  }
}
@media (min-width: 1240px) {
  .purchase-form__left {
    -ms-flex-preferred-size: 650px;
        flex-basis: 650px;
    margin-right: 137px;
  }
  .purchase-form .package {
    width: 353px;
  }
  .form__header {
    padding: 48px 16px 48px 16px;
  }
  .form [type=submit] {
    margin-bottom: 56px !important;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.side-nav {
  margin-bottom: 35px;
  display: none;
}
.side-nav__toggle {
  padding-top: 25px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  color: #171717;
  border-bottom: solid 1px #e6e6e6;
  cursor: pointer;
  position: relative;
}
.side-nav__toggle img {
  height: 30px !important;
  width: 30px !important;
  margin: 0 8px 0 0 !important;
}
.side-nav__toggle .side-nav__close {
  position: absolute;
}
.side-nav__toggle .side-nav__open, .side-nav__toggle .side-nav__close {
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.side-nav__toggle[data-state=open] .side-nav__close {
  opacity: 1;
}
.side-nav__toggle[data-state=closed] .side-nav__open {
  opacity: 1;
}
.side-nav__menu--open .side-nav__menu {
  display: block !important;
  border-top: 1px solid #e6e6e6;
  width: 100%;
  height: auto !important;
}
.side-nav__menu {
  list-style: none;
  padding-left: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 991.98px) {
  .side-nav__menu {
    position: static !important;
  }
}
.side-nav__menu svg {
  height: 12px;
  width: 22px;
  fill: #171717;
  margin-right: 3px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.side-nav__menu li {
  border-bottom: solid 1px #e6e6e6;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.side-nav__menu a {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  color: #171717;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 68px;
}
.side-nav__menu a span {
  color: #000;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.side-nav__menu a.active {
  text-decoration: none;
}
.side-nav__menu a.active span {
  color: #d50042;
}
.side-nav__menu a.active svg {
  fill: #d50042;
}
.side-nav__menu a:hover {
  text-decoration: none;
}
.side-nav__menu a:hover span {
  color: #B7EBFF;
}
.side-nav__menu a:hover svg {
  fill: #B7EBFF;
}
.side-nav__menu a::after {
  content: none;
}
.side-nav--game-day .side-nav__menu .side-nav__icon-background {
  width: 50px;
  height: 50px;
  background-color: #f0f0f0;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 14px 0 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.side-nav--game-day .side-nav__menu a {
  color: #555555;
}
.side-nav--game-day .side-nav__menu a.active, .side-nav--game-day .side-nav__menu a:hover {
  color: #d50042;
}
.side-nav--game-day .side-nav__menu a.active .side-nav__icon-background, .side-nav--game-day .side-nav__menu a:hover .side-nav__icon-background {
  background-color: #d50042;
}
.side-nav--game-day .side-nav__menu img {
  width: 20px;
  height: 20px;
  margin: 0;
}

@media (min-width: 768px) {
  .side-nav {
    display: block;
  }
}
@media (min-width: 992px) {
  .side-nav__toggle {
    display: none;
  }
  .side-nav__menu {
    border-top: solid 1px #e6e6e6;
    width: 210px;
    margin-bottom: 0;
    height: auto !important;
  }
  .side-nav__menu--open {
    display: none !important;
  }
}
@media (min-width: 1240px) {
  .side-nav__menu {
    width: 262.5px;
  }
}
.mobile-side-nav {
  width: 100%;
  height: 52px;
  background-color: #6c757d;
  margin-top: -40px;
  margin-bottom: 40px;
  position: relative;
}
.mobile-side-nav::before {
  content: "";
  height: 9px;
  width: 12px;
  background-image: url("/svg/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  bottom: 16px;
}
.mobile-side-nav::after {
  content: "";
  height: 9px;
  width: 12px;
  background-image: url("/svg/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  right: 15px;
  top: 16px;
}
.mobile-side-nav__menu {
  height: 52px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
.mobile-side-nav__menu:focus {
  background: transparent !important;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}

@media (min-width: 768px) {
  .mobile-side-nav {
    display: none;
  }
}
.loading {
  margin-bottom: 56px !important;
  margin-top: 10px;
  padding: 6px 27px;
  border-radius: 4px;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  background-color: rgba(213, 0, 66, 0.2);
  width: 190px;
  height: 56px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation: load7 1s infinite ease-in-out;
  animation: load7 1s infinite ease-in-out;
}

.loader {
  color: #d50042;
  font-size: 6px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

.news-loader,
.news-loader:after {
  border-radius: 20px;
  width: 28px;
  height: 28px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

.news-loader {
  border-top: 2px solid rgba(14, 191, 235, 0.8);
  border-right: 2px solid rgba(14, 191, 235, 0.8);
  border-bottom: 2px solid rgba(14, 191, 235, 0.8);
  border-left: 2px solid #010039;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 0.8s infinite linear;
  animation: load8 0.8s infinite linear;
}
.news-loader.postioned {
  -ms-flex-item-align: center;
      align-self: center;
}

a .news-loader {
  margin-top: -4px;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 5050;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
  .modal-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.alert {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300px;
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
}
@media (min-width: 768px) {
  .alert {
    width: 500px;
  }
}
.alert__container {
  padding: 30px 40px;
}
.alert__container p {
  font-size: 13px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.8;
}

.payment-options {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  min-width: 320px;
  max-width: 554px;
  background-color: #fff;
  border-radius: 6px;
  text-align: left;
  position: relative;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}
.payment-options__container {
  padding: 32px 24px 24px 24px;
}
.payment-options__container p {
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.8;
}
.payment-options__container .buy-now-card__row {
  border-bottom: #DADADA 1px solid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.payment-options__container .buy-now-card__row > span:nth-of-type(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
  padding-left: 8px;
  margin-right: 5px;
}
.payment-options__container .buy-now-card__row > span:nth-of-type(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
}
.payment-options__container .buy-now-card__row > span:nth-of-type(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
}
.payment-options__container a.buy-now-card__row {
  background-image: url(/svg/chevron-right.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 24px 12px;
}
.payment-options__container a.buy-now-card__row:hover {
  background-image: url(/svg/chevron-right.svg);
}
.payment-options__container a.buy-now-card__row:hover span {
  color: #d50042;
}
.payment-options__container a.buy-now-card__row:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.payment-options__header {
  background-color: #f0f0f0;
  border-bottom: 1px solid #DADADA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 0px 8px 0px;
}
.payment-options__header span {
  font-weight: 500;
  font-size: 10px;
  color: #555555;
  letter-spacing: 0.3px;
}
.payment-options__header span:nth-of-type(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
  margin-right: 5px;
  padding-left: 8px;
}
.payment-options__header span:nth-of-type(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
}
.payment-options__header span:nth-of-type(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
}
.payment-options .modal-close {
  position: absolute;
  top: -20px;
  right: 15px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background-color: #555555;
}
@media (min-width: 768px) {
  .payment-options {
    width: 554px;
  }
  .payment-options__container {
    padding: 40px 40px 36px 40px;
  }
  .payment-options__container .buy-now-card__row > span:nth-of-type(1) {
    padding-left: 13px;
    -ms-flex-preferred-size: 174px;
        flex-basis: 174px;
    margin-right: 15px;
  }
  .payment-options__container .buy-now-card__row > span:nth-of-type(2), .payment-options__container .buy-now-card__row > span:nth-of-type(3) {
    margin-right: 12px;
  }
  .payment-options__container .payment-options__header span:nth-of-type(1) {
    padding-left: 13px;
    -ms-flex-preferred-size: 174px;
        flex-basis: 174px;
    margin-right: 15px;
  }
  .payment-options__container .payment-options__header span:nth-of-type(2), .payment-options__container .payment-options__header span:nth-of-type(3) {
    margin-right: 12px;
  }
  .payment-options__container a.buy-now-card__row {
    background-size: 48px 12px;
  }
}

#event-modals .modal-wrap {
  overflow: scroll;
}

.event-modal {
  top: 40px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: calc(100% - 30px);
  padding: 0;
  border: none;
  max-width: 500px;
  margin-bottom: 40px;
}
.event-modal__image {
  width: 100%;
  height: calc(36.7647058824vw + 167.6470588235px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 6px 6px 0 0;
  margin-bottom: calc(2.3529411765vw + 11.7647058824px);
}
@media (max-width: 360px) {
  .event-modal__image {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .event-modal__image {
    height: 450px;
  }
}
@media (max-width: 520px) {
  .event-modal__image {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .event-modal__image {
    margin-bottom: 40px;
  }
}
.event-modal__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: calc(2.3529411765vw + 11.7647058824px);
}
@media (max-width: 520px) {
  .event-modal__info {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .event-modal__info {
    margin-bottom: 40px;
  }
}
.event-modal__info .event-modal-info-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  text-align: left;
}
.event-modal__info .event-modal-info-item:nth-of-type(n + 3) {
  margin-top: 10px;
}
.event-modal__left {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
}
.event-modal__heading {
  text-align: left;
  margin-bottom: calc(1.7647058824vw + 14.8235294118px);
}
@media (max-width: 520px) {
  .event-modal__heading {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .event-modal__heading {
    margin-bottom: 36px;
  }
}
.event-modal__description {
  text-align: left;
  margin-bottom: calc(1.7647058824vw + 14.8235294118px);
  font-weight: 400;
  font-size: 16px;
  color: #777777;
  line-height: 24px;
}
@media (max-width: 520px) {
  .event-modal__description {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .event-modal__description {
    margin-bottom: 36px;
  }
}
.event-modal__close {
  position: absolute;
  top: -20px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 8px;
  background-color: #555555;
  cursor: pointer;
}

.event-modal-info-item__heading {
  font-weight: 600;
  font-size: 13px;
  color: #555555;
  line-height: 20px;
  margin-bottom: 0;
}
.event-modal-info-item__text {
  font-weight: 500;
  font-size: 13px;
  color: #777777;
  line-height: 22px;
}

.event-pricing-table:nth-of-type(2) {
  margin-top: calc(1.7647058824vw + 14.8235294118px);
}
@media (max-width: 520px) {
  .event-pricing-table:nth-of-type(2) {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .event-pricing-table:nth-of-type(2) {
    margin-top: 36px;
  }
}
.event-pricing-table__heading {
  font-weight: 600;
  margin-bottom: 11px;
  font-size: 13px;
  color: #555555;
  line-height: 20px;
  text-align: left;
}
.event-pricing-table__content > div {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 11px;
  padding-right: 11px;
}
.event-pricing-table__content > div:nth-of-type(odd) {
  background-color: rgba(224, 224, 224, 0.3);
}
.event-pricing-table__content > div span {
  font-weight: 400;
  font-size: 12px;
  color: #555555;
  line-height: 20px;
}

@media (min-width: 576px) {
  .event-modal__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .event-modal__info:nth-of-type(n + 3) {
    margin-top: 0px;
  }
  .event-modal__heading {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .event-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 945px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .event-modal__left {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 56px 98px 56px 42px;
  }
  .event-modal__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 313px;
            flex: 0 0 313px;
  }
  .event-modal__image {
    height: 283px;
    border-radius: 0 6px 0 0;
  }
  .event-modal__info {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 78px;
  }
  .event-modal__info .event-modal-info-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .event-modal__info .event-modal-info-item:not(:first-of-type) {
    margin-top: 23px;
  }
  .event-pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .event-pricing-table {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 0 !important;
  }
}
.new-cards {
  margin-bottom: 70px;
}

.new-card {
  width: 100%;
  padding: 30px 24px 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767.98px) {
  .new-card:not(:first-of-type) {
    margin-top: 24px;
  }
}
.new-card__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 115px;
  width: 115px;
  margin-bottom: 62px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.new-card__image::after {
  background-image: url(/svg/image-shadow.svg);
  width: 67px;
  height: 28px;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  bottom: -38px;
  left: 23px;
}
.new-card__heading {
  font-weight: 600;
  font-size: 16px;
  color: #171717;
  line-height: 26px;
  margin-bottom: 0px !important;
}
.new-card__sub-heading {
  margin-top: 8px;
  font-weight: 400;
  font-size: 18px;
  color: #555555;
  line-height: 25px;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.new-card .button {
  width: 100%;
  margin-top: auto;
}
.new-card::after {
  content: none !important;
  display: none;
}
.new-card:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.new-card:hover .button {
  background-color: #d50042;
}
.new-card:hover::after {
  display: none;
}

@media (min-width: 768px) {
  .new-cards__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .new-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .new-card:nth-of-type(n + 3) {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .new-card {
    -ms-flex-preferred-size: calc(33% - 12px);
        flex-basis: calc(33% - 12px);
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .new-card:nth-of-type(n + 4) {
    margin-top: 24px;
  }
}
.new-cards {
  margin-top: calc(5.8823529412vw + 49.4117647059px);
  margin-bottom: calc(5.8823529412vw + 49.4117647059px);
}
@media (max-width: 520px) {
  .new-cards {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .new-cards {
    margin-top: 120px;
  }
}
@media (max-width: 520px) {
  .new-cards {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .new-cards {
    margin-bottom: 120px;
  }
}
.new-cards__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .new-cards__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .new-cards__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .new-cards__container {
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .new-cards__container {
    max-width: 1180px;
  }
}

@media (min-width: 576px) {
  .new-cards__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.box {
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F0F0F0;
  position: relative;
  padding: 30px 30px 50px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 32px;
  margin-bottom: 32px;
  bottom: 0;
  -webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
  -webkit-transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-bottom: 1px solid #DBE0E3;
}
.box__text {
  display: none;
  opacity: 0;
  -webkit-animation: fadeTextInFromNoneDelay 0.4s linear;
          animation: fadeTextInFromNoneDelay 0.4s linear;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  margin-bottom: 0;
  margin-top: 8px;
}
.box__text-content {
  position: absolute;
  left: 32px;
  bottom: 30px;
  width: calc(100% - 96px);
}
.box__text-content .box__title {
  display: none;
}
.box__heading {
  font-weight: 700;
  font-size: 34px;
  color: #010039;
  line-height: 30px;
  margin-bottom: 0;
  -webkit-transition: none;
  transition: none;
}
.box .arrow-link-white, .box .arrow-link {
  display: none;
  opacity: 0;
  -webkit-animation: fadeInFromNoneDelayHalf 0.4s linear;
          animation: fadeInFromNoneDelayHalf 0.4s linear;
}
.box::after {
  background-image: url("/svg/plus.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
  left: auto;
  -webkit-transition: none;
  transition: none;
  background-size: 24px 24px;
  content: "";
  background-color: transparent;
}
.box .box__title {
  font-size: 16px;
  color: #010039;
  line-height: 14px;
  font-weight: 500;
}
.box > .box__title {
  position: absolute;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  top: 48px;
  left: 32px;
}
.box__image {
  width: 216px;
  height: 216px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.box--default .box__heading, .box--callout .box__heading {
  color: #010039;
}
.box--default .box__text, .box--callout .box__text {
  color: #FFFFFF;
}
.box--default .box__text, .box--callout .box__text {
  font-size: 14px;
}
.box--visual .box__heading {
  font-size: 22px;
  color: #010039;
  line-height: 20px;
}
.box--visual .box__text {
  color: #FFFFFF;
  font-size: 14px;
}
.box--visual .box__text-content .box__title {
  display: block;
  margin-bottom: 16px;
}
.box--visual > .box__title {
  color: transparent;
}
.box--visual.open {
  text-decoration: none;
  -webkit-box-shadow: 20px 20px 30px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 20px 20px 30px 0 rgba(0, 0, 0, 0.14);
  height: 472px;
  background-color: #010039;
}
.box--visual.open .box__text {
  display: block;
}
.box--visual.open .arrow-link-white, .box--visual.open .arrow-link {
  display: block;
}
.box--visual.open .box__heading {
  color: #fff;
  -webkit-transition: color linear 0.1s 0.1s;
  transition: color linear 0.1s 0.1s;
  font-size: 34px;
  line-height: 48px;
}
.box--visual.open .box__title {
  color: #fff;
  -webkit-transition: color linear 0.1s 0.1s;
  transition: color linear 0.1s 0.1s;
}
.box--visual.open .box__text-content {
  top: 94px;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.box--visual.open .box__text-content .box__title {
  display: none;
}
.box--visual.open .box__image {
  display: none;
}
.box--visual.open::before {
  color: #fff;
}
.box--visual.open::after {
  background-image: url("/svg/minus-white.svg");
}

@media (max-width: 991.98px) {
  .box--default::after {
    display: none;
  }
  .box--default .box__text-content {
    top: 80px;
    -webkit-transform: none;
            transform: none;
  }
  .box--default .box__text {
    display: block;
    opacity: 0.8;
    font-weight: 400;
    font-size: 14px;
    color: #010039;
    line-height: 14px;
    margin-top: 24px;
  }
  .box--default .arrow-link-white {
    display: block !important;
    color: #010039 !important;
    font-weight: 600;
    font-size: 14px;
    color: #010039;
    padding-right: 53px;
    background-image: url("/svg/forward-arrow.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
    line-height: 18px;
    display: inline-block;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .box--default .arrow-link-white:before, .box--default .arrow-link-white:after {
    content: " ";
    display: table;
  }
  .box--default .arrow-link-white:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden;
  }
  .box--default .arrow-link-white {
    *zoom: 1;
  }
  .box--default .arrow-link-white:hover {
    text-decoration: none;
    opacity: 0.8;
    background-position: calc(100% - 15px);
    color: #010039;
  }
  .box--default .arrow-link-white:active {
    background-position: calc(100% - 0px);
  }
  .box--default:hover {
    background-color: #ffffff !important;
    border: 1px solid #DBE0E3;
  }
  .box--callout {
    height: auto;
    background-color: #010039;
  }
  .box--callout::after {
    display: none;
  }
  .box--callout .box__text-content {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .box--callout .box__heading {
    font-weight: 700;
    font-size: 46px;
    color: #FFFFFF;
    line-height: 48px;
    margin-bottom: 16px;
  }
  .box--callout .box__text {
    display: block;
    opacity: 1;
    margin-bottom: 24px;
    margin-top: 0;
  }
  .box--callout .arrow-link {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #010039;
    padding-right: 53px;
    background-image: url("/svg/forward-arrow.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
    line-height: 18px;
    display: inline-block;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-image: url("/svg/forward-arrow-white.svg");
    color: #fff !important;
  }
  .box--callout .arrow-link:before, .box--callout .arrow-link:after {
    content: " ";
    display: table;
  }
  .box--callout .arrow-link:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden;
  }
  .box--callout .arrow-link {
    *zoom: 1;
  }
  .box--callout .arrow-link:hover {
    text-decoration: none;
    opacity: 0.8;
    background-position: calc(100% - 15px);
    color: #010039;
  }
  .box--callout .arrow-link:active {
    background-position: calc(100% - 0px);
  }
  .box--callout:hover {
    background-color: #010039 !important;
  }
  .box--visual.open {
    height: 410px;
  }
  .box--visual:hover {
    background-color: #ffffff !important;
    border: 1px solid #DBE0E3;
  }
  .box--visual::after {
    display: none;
  }
  .box--contact {
    height: auto;
  }
  .box--contact:hover {
    text-decoration: none;
    background-color: #ffffff !important;
    border: 1px solid #DBE0E3;
  }
  .box--contact::after {
    display: none;
  }
  .box--contact .box__text-content {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .box--contact .box__text-content svg {
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 18px;
  }
  .box--contact .box__heading {
    font-weight: 700;
    font-size: 22px;
    color: #010039;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .box--contact .box__text {
    display: block;
    opacity: 0.8;
    font-weight: 400;
    font-size: 14px;
    color: #010039;
    line-height: 22px;
    padding-right: 45px;
  }
}
@media (max-width: 767.98px) {
  .box--callout, .box--contact {
    padding: 40px;
    margin-bottom: 24px;
    margin-top: 24px;
  }
}
@media (max-width: 575.98px) {
  .box--default {
    padding: 32px 32px 41px;
  }
  .box--default .box__title {
    top: 32px;
    left: 32px;
    font-size: 14px;
    line-height: 14px;
  }
  .box--default .box__heading {
    font-weight: 700;
    font-size: 26px;
    color: #010039;
    line-height: 36px;
  }
  .box--default .box__text-content {
    top: 70px;
    left: 32px;
  }
  .box--visual {
    height: 280px;
    padding: 32px 32px 40px 32px;
  }
  .box--visual::after {
    right: 28px;
    top: 28px;
  }
  .box--visual .box__title {
    top: 40px;
    left: 32px;
  }
  .box--visual .box__image {
    width: 173px;
    height: 138px;
  }
  .box--visual .box__heading {
    font-weight: 700;
    font-size: 22px !important;
    line-height: 20px !important;
  }
  .box--visual.open .box__text-content {
    top: 70px;
  }
  .box--visual .box__text-content {
    left: 32px;
    top: auto;
    -webkit-transform: none;
            transform: none;
    bottom: 40px;
    width: calc(100% - 64px);
  }
  .box--callout, .box--contact {
    padding: 32px;
  }
}
@media (min-width: 992px) {
  .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: calc(33% - 15.66666px);
        flex-basis: calc(33% - 15.66666px);
    max-width: calc(33% - 15.66666px);
    margin-top: 0;
    margin-bottom: 0;
  }
  .box:not(:last-child) {
    margin-right: 28px;
  }
  .box:hover {
    text-decoration: none;
    bottom: 46px;
    -webkit-box-shadow: 20px 20px 30px 0 rgba(0, 0, 0, 0.14);
            box-shadow: 20px 20px 30px 0 rgba(0, 0, 0, 0.14);
    height: 472px;
    background-color: #010039;
  }
  .box:hover .box__text {
    display: block;
    opacity: 0.8;
  }
  .box:hover .arrow-link-white, .box:hover .arrow-link {
    display: block;
    opacity: 1;
  }
  .box:hover .box__heading {
    color: #fff;
    -webkit-transition: color linear 0.1s 0.1s;
    transition: color linear 0.1s 0.1s;
    font-size: 24px;
    line-height: 30px;
  }
  .box:hover .box__title {
    color: #fff;
    -webkit-transition: color linear 0.1s 0.1s;
    transition: color linear 0.1s 0.1s;
  }
  .box:hover .box__text-content {
    top: 94px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .box:hover .box__text-content .box__title {
    display: none;
  }
  .box:hover .box__image {
    display: none;
  }
  .box:hover::before {
    color: #fff;
  }
  .box:hover::after {
    background-image: url("/svg/minus-white.svg");
    width: 24px !important;
  }
  .box--callout {
    -ms-flex-preferred-size: calc(25% - 21px);
        flex-basis: calc(25% - 21px);
    max-width: calc(25% - 21px);
    height: 256px;
    background-color: #010039;
  }
  .box--callout .box__heading {
    font-size: 52px;
    color: #FFFFFF;
    line-height: 48px;
    margin-bottom: 20px;
    letter-spacing: -2px;
  }
  .box--callout .box__title {
    color: #fff;
    -webkit-transition: color linear 0.1s 0.1s;
    transition: color linear 0.1s 0.1s;
  }
  .box--callout .box__text {
    display: block;
    opacity: 0.8;
    color: #FFFFFF;
    -webkit-transition: none;
    transition: none;
  }
  .box--callout .box__text-content {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    position: static;
    width: 100%;
  }
  .box--callout .arrow-link {
    margin-top: 25px;
  }
  .box--callout::after {
    background-image: url("/svg/plus-white.svg");
  }
  .box--callout:hover {
    bottom: 32px;
    height: 320px;
    background-color: #fff;
  }
  .box--callout:hover .box__heading {
    color: #010039;
    font-size: 50px;
    margin-bottom: 25px;
    letter-spacing: -3px;
  }
  .box--callout:hover .box__text {
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  }
  .box--callout:hover .box__text {
    color: #010039;
  }
  .box--callout:hover::after {
    background-image: url("/svg/minus-dark.svg");
  }
  .box--contact {
    height: 224px;
    -ms-flex-preferred-size: calc(25% - 21px);
        flex-basis: calc(25% - 21px);
    max-width: calc(25% - 21px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box--contact .box__text-content svg {
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 18px;
  }
  .box--contact .box__text-content {
    width: 100%;
    position: static;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .box--contact .box__text {
    display: block;
    opacity: 0.8;
    font-weight: 400;
    font-size: 14px;
    color: #010039;
    line-height: 18px;
    margin-top: 8px;
    -webkit-transition: none;
    transition: none;
  }
  .box--contact .box__heading {
    font-weight: 700;
    font-size: 22px;
    color: #010039;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .box--contact:hover {
    bottom: 32px;
    height: 290px;
  }
  .box--contact:hover .box__text {
    color: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  }
  .box--contact:hover path {
    fill: #fff;
    -webkit-transition: fill linear 0.1s 0.1s;
    transition: fill linear 0.1s 0.1s;
  }
  .box--contact:hover .arrow-link-white {
    margin-top: 38px;
  }
  .box--contact:hover .box__heading {
    font-size: 22px;
    line-height: 20px;
  }
}
.tile {
  display: block;
}
.tile:hover {
  text-decoration: none;
}

.tile--listing {
  margin-bottom: 100px;
}
.tile--listing:hover .tile__text {
  opacity: 0.8;
}
.tile--listing .tile__image {
  height: calc(21.5158924205vw + 134.5427872861px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: calc(100% + 32px);
  position: relative;
  left: -32px;
  margin-bottom: 32px;
}
@media (max-width: 360px) {
  .tile--listing .tile__image {
    height: 212px;
  }
}
@media (min-width: 769px) {
  .tile--listing .tile__image {
    height: 300px;
  }
}
.tile--listing .tile__text {
  padding-left: 44px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.tile--listing .tile__text p {
  line-height: 26px;
  margin-bottom: 22px;
  color: #1E3B54;
}
.tile--listing .tile__text a {
  font-weight: 600;
  font-size: 14px;
  color: #010039;
  padding-right: 53px;
  background-image: url("/svg/forward-arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
  line-height: 18px;
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.tile--listing .tile__text a:before, .tile--listing .tile__text a:after {
  content: " ";
  display: table;
}
.tile--listing .tile__text a:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.tile--listing .tile__text a {
  *zoom: 1;
}
.tile--listing .tile__text a:hover {
  text-decoration: none;
  opacity: 0.8;
  background-position: calc(100% - 15px);
  color: #010039;
}
.tile--listing .tile__text a:active {
  background-position: calc(100% - 0px);
}

.tile--category {
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  bottom: 0;
}
.tile--category:hover {
  bottom: 16px;
  -webkit-box-shadow: 20px 50px 30px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 20px 50px 30px 0 rgba(0, 0, 0, 0.14);
}
.tile--category:hover .tile__arrow {
  display: block;
  opacity: 1;
}
.tile--category:hover .tile__text .arrow-link {
  background-position: calc(100% - 2px) !important;
}
.tile--category:active .tile__text .arrow-link {
  background-position: calc(100% - 0px) !important;
}

.tile--category .tile__image, .tile--sport .tile__image {
  width: 100%;
  height: calc(58.3333333333vw + -36px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 360px) {
  .tile--category .tile__image, .tile--sport .tile__image {
    height: 174px;
  }
}
@media (min-width: 576px) {
  .tile--category .tile__image, .tile--sport .tile__image {
    height: 300px;
  }
}
.tile--category .tile__text, .tile--sport .tile__text {
  padding: 32px 24px 38px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #010039;
}
.tile--category .tile__text h3, .tile--sport .tile__text h3 {
  font-weight: 600;
  margin-bottom: 24px;
  color: #fff;
}
.tile--category .tile__text a, .tile--category .tile__text .arrow-link, .tile--sport .tile__text a, .tile--sport .tile__text .arrow-link {
  font-weight: 600;
  font-size: 14px;
  color: #010039;
  padding-right: 53px;
  background-image: url("/svg/forward-arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
  line-height: 18px;
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-image: url("/svg/forward-arrow-white.svg");
  color: #fff !important;
}
.tile--category .tile__text a:before, .tile--category .tile__text a:after, .tile--category .tile__text .arrow-link:before, .tile--category .tile__text .arrow-link:after, .tile--sport .tile__text a:before, .tile--sport .tile__text a:after, .tile--sport .tile__text .arrow-link:before, .tile--sport .tile__text .arrow-link:after {
  content: " ";
  display: table;
}
.tile--category .tile__text a:after, .tile--category .tile__text .arrow-link:after, .tile--sport .tile__text a:after, .tile--sport .tile__text .arrow-link:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.tile--category .tile__text a, .tile--category .tile__text .arrow-link, .tile--sport .tile__text a, .tile--sport .tile__text .arrow-link {
  *zoom: 1;
}
.tile--category .tile__text a:hover, .tile--category .tile__text .arrow-link:hover, .tile--sport .tile__text a:hover, .tile--sport .tile__text .arrow-link:hover {
  text-decoration: none;
  opacity: 0.8;
  background-position: calc(100% - 15px);
  color: #010039;
}
.tile--category .tile__text a:active, .tile--category .tile__text .arrow-link:active, .tile--sport .tile__text a:active, .tile--sport .tile__text .arrow-link:active {
  background-position: calc(100% - 0px);
}

.tile--sport {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
  cursor: pointer;
}
.tile--sport:hover {
  -webkit-box-shadow: 20px 20px 30px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 20px 20px 30px 0 rgba(0, 0, 0, 0.14);
  z-index: 1;
}
.tile--sport:hover .arrow-link {
  font-weight: 600;
  font-size: 14px;
  color: #010039;
  padding-right: 53px;
  background-image: url("/svg/forward-arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
  line-height: 18px;
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #1E3B54 !important;
  background-position: calc(100% - 2px) !important;
}
.tile--sport:hover .arrow-link:before, .tile--sport:hover .arrow-link:after {
  content: " ";
  display: table;
}
.tile--sport:hover .arrow-link:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.tile--sport:hover .arrow-link {
  *zoom: 1;
}
.tile--sport:hover .arrow-link:hover {
  text-decoration: none;
  opacity: 0.8;
  background-position: calc(100% - 15px);
  color: #010039;
}
.tile--sport:hover .arrow-link:active {
  background-position: calc(100% - 0px);
}
.tile--sport .tile__image-wrap {
  padding: 40px 24px 0;
  width: 100%;
}
.tile--sport .tile__image-wrap svg, .tile--sport .tile__image-wrap img {
  width: 48px;
  height: 48px;
}
.tile--sport .tile__image-wrap svg path, .tile--sport .tile__image-wrap img path {
  fill: #fff;
}
.tile--sport.tile .tile__text {
  padding-top: 32px;
  padding-bottom: 40px;
  height: calc(100% - 88px);
}
.tile--sport.tile .tile__text h3 {
  margin-bottom: 20px;
}

.tile--blog .tile__image {
  height: calc(58.3333333333vw + -36px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 360px) {
  .tile--blog .tile__image {
    height: 174px;
  }
}
@media (min-width: 576px) {
  .tile--blog .tile__image {
    height: 300px;
  }
}
.tile--blog .tile__text {
  padding: 24px;
  background-color: #fff;
  width: 100%;
}
.tile--blog .tile__text h3 {
  font-weight: 600;
  margin-bottom: 0;
}
.tile--blog .tile__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.tile--blog .tile__icon-wrap {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #EFF1F2;
  border-radius: 4px;
  color: #010039;
  font-weight: 700;
}
.tile--blog .tile__icon-wrap img {
  width: 16px;
  height: 16px;
}
@media (min-width: 576px) {
  .tile--blog .tile__icon-wrap {
    width: 32px;
    height: 32px;
  }
}
.tile--blog .tile__icon-wrap .tile__location {
  max-width: 10px;
  max-height: 10px;
}
.tile--blog .tile__date {
  margin-left: 8px;
  font-weight: 500;
  font-size: 11px;
  color: #748B99;
  line-height: 14px;
}

.tile--venue .tile__image {
  height: calc(58.3333333333vw + -36px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 360px) {
  .tile--venue .tile__image {
    height: 174px;
  }
}
@media (min-width: 576px) {
  .tile--venue .tile__image {
    height: 300px;
  }
}
.tile--venue .tile__text {
  padding: 38px 32px 42px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.tile--venue .tile__text h3 {
  line-height: 30px;
  margin-bottom: 16px;
}
.tile--venue .tile__blurb {
  margin-bottom: 0;
  opacity: 0.8;
  font-weight: 400;
  font-size: 14px;
  color: #1E3B54;
  line-height: 26px;
}
.tile--venue .tile__location {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
  color: #1E3B54;
  line-height: 26px;
}
.tile--venue .tile__icon-wrap {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #EFF1F2;
  border-radius: 4px;
}
.tile--venue .tile__icon-wrap img {
  width: 16px;
  height: 16px;
}
@media (min-width: 576px) {
  .tile--venue .tile__icon-wrap {
    width: 32px;
    height: 32px;
  }
}
.tile--venue .tile__icon-wrap .tile__location {
  max-width: 10px;
  max-height: 10px;
}
.tile--venue .arrow-link {
  height: 14px;
  padding-right: 30px;
  margin-top: 38px;
}

.tile--footer {
  height: calc(100vw - 40px);
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
  position: relative;
}
.tile--footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(212deg, rgba(24, 35, 49, 0.01) 54%, rgba(13, 25, 40, 0.96) 100%);
}
.tile--footer:hover {
  text-decoration: none;
  -webkit-box-shadow: 20px 20px 30px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 20px 20px 30px 0 rgba(0, 0, 0, 0.14);
  z-index: 1;
}
.tile--footer .tile__heading {
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 0;
  line-height: 30px;
  padding: 32px 32px 40px 32px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.tile--plan {
  width: 100%;
  -webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  bottom: 0px;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.tile--plan .tile__image {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: calc(35.5555555556vw + 88px);
}
@media (max-width: 360px) {
  .tile--plan .tile__image {
    height: 216px;
  }
}
@media (min-width: 540px) {
  .tile--plan .tile__image {
    height: 280px;
  }
}
.tile--plan .tile__text {
  background-color: #FFF;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tile--plan .tile__heading {
  font-weight: 700;
  font-size: 18px;
  color: #1D384B;
  line-height: 28px;
}
.tile--plan .arrow-link {
  width: 24px;
  height: 16px;
  -ms-flex-item-align: center;
      align-self: center;
}
.tile--plan:hover {
  -webkit-box-shadow: 20px 30px 30px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 20px 30px 30px 0 rgba(0, 0, 0, 0.14);
  position: relative;
  bottom: 4px;
}
.tile--plan:hover .arrow-link {
  background-position: calc(100% - 2px) center;
}

.tile--large .tile__text {
  width: 100%;
}
.tile--large .tile__text > .tile__date {
  display: none;
}

.tile--hero {
  background-color: #FFFFFF;
  padding: 30px 30px 40px 32px;
  display: block;
  width: 100vw;
  position: relative;
  left: -20px;
  border-bottom: 1px solid #EFF1F2;
}
.tile--hero:hover {
  text-decoration: none;
}
.tile--hero:hover .tile__heading svg {
  left: 3px;
}
.tile--hero:active .tile__heading svg {
  left: 5px;
}
.tile--hero .tile__heading {
  font-weight: 700;
  font-size: 17px;
  color: #1D384B;
  line-height: 39px;
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tile--hero .tile__heading svg {
  margin-left: 25px;
  margin-bottom: 5px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29px;
          flex: 0 0 29px;
  left: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.tile--hero .tile__sub-text {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.4;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  color: #171717;
  opacity: 0.7;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 25px;
  font-weight: 400;
  max-width: 266px;
}

.tile--event {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  bottom: 0;
  position: relative;
}
.tile--event .tile__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.tile--event .tile__location {
  margin-bottom: 0;
}
.tile--event .tile__heading {
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 24px;
}
.tile--event .tile__text {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.tile--event .tile__text > .tile__location {
  font-weight: 500;
  font-size: 16px;
  color: #1D384B;
  line-height: 17px;
  margin-bottom: 16px;
}
.tile--event .tile__text .tile__blurb {
  font-weight: 500;
  font-size: 11px;
  color: #748B99;
  line-height: 14px;
}

@media (max-width: 575.98px) {
  .tile--venue .tile__text {
    padding: 32px 24px 32px;
  }
  .tile--venue .arrow-link {
    margin-top: 25px;
  }
}
@media (max-width: 767.98px) {
  .tile--category:not(:last-of-type), .tile--blog:not(:last-of-type) {
    margin-bottom: 32px;
  }
  .tile--venue:not(:first-of-type), .tile--footer:not(:first-of-type) {
    margin-top: 30px;
  }
  .tile--desktop {
    display: none;
  }
  .tile--footer {
    height: calc(100vw - 40px);
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .tile--category:not(:last-of-type), .tile--blog:not(:last-of-type) {
    margin-bottom: 32px;
  }
  .tile--venue:not(:first-of-type) {
    margin-top: 30px;
  }
  .tile--desktop {
    display: none;
  }
  .tile--footer {
    margin-top: 0;
    height: 540px;
  }
}
@media (min-width: 576px) {
  .tile--listing .tile__image {
    width: calc((100vw - 540px) / 2 + 100% + 32px);
    left: calc((100vw - 540px) / -2 - 32px);
  }
  .tile--large {
    margin-right: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: calc(5.8823529412vw + 49.4117647059px);
    margin-bottom: calc(5.8823529412vw + 49.4117647059px);
  }
}
@media (min-width: 576px) and (max-width: 520px) {
  .tile--large {
    margin-top: 80px;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .tile--large {
    margin-top: 120px;
  }
}
@media (min-width: 576px) and (max-width: 520px) {
  .tile--large {
    margin-bottom: 80px;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .tile--large {
    margin-bottom: 120px;
  }
}
@media (min-width: 576px) {
  .tile--large .tile__image {
    width: 262px;
    height: auto !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: 262px;
        flex-basis: 262px;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 576px) {
  .tile--large .tile__text {
    min-height: 267px !important;
    height: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tile--large .tile__text > .tile__date {
    display: block;
  }
}
@media (min-width: 576px) {
  .tile--large .tile__location {
    max-height: 12px !important;
    max-width: 12px !important;
  }
}
@media (min-width: 576px) {
  .tile--large .tile__sport-icon {
    height: 24px !important;
    width: 24px !important;
  }
}
@media (min-width: 576px) {
  .tile--large .tile__heading {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 576px) {
  .tile--large .tile__header .tile__date {
    display: none;
  }
}
@media (min-width: 576px) {
  .tile--large .tile__date {
    margin-left: 0;
    font-weight: 500;
    width: 100%;
    font-size: 16px;
    color: #1D384B;
    line-height: 17px;
  }
}
@media (min-width: 576px) {
  .tile--large .tile__text-location {
    margin-top: 16px;
    display: block;
    font-weight: 500;
    font-size: 11px;
    color: #748B99;
    line-height: 14px;
  }
}
@media (min-width: 576px) {
  .tile--hero {
    width: 100%;
    left: 0px;
  }
}
@media (min-width: 768px) {
  .tile--listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tile--listing h3 {
    line-height: 39px;
    margin-top: 1px;
  }
  .tile--listing:hover .arrow-link {
    background-position: calc(100% - 2px);
  }
  .tile--listing:active {
    background-position: calc(100% - 0px);
  }
  .tile--listing .tile__image {
    width: 264px;
    height: 220px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 264px;
            flex: 0 0 264px;
    margin-bottom: 0;
    left: 0;
  }
  .tile--listing .tile__text p {
    margin-bottom: 16px;
  }
  .tile--sport .tile__image {
    height: 216px;
  }
  .tile--sport .tile__text {
    padding: 45px 32px 49px;
  }
  .tile--category {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
  }
  .tile--category .tile__image {
    height: 216px;
  }
  .tile--category .arrow-link {
    margin-top: auto;
  }
  .tile--category .tile__text {
    padding: 45px 32px 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100% - 216px);
  }
  .tile--blog {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: calc(50% - 14px);
        flex-basis: calc(50% - 14px);
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
    position: relative;
    bottom: 0px;
    cursor: pointer;
  }
  .tile--blog .tile__image {
    height: 220px;
  }
  .tile--blog .tile__text {
    padding: 32px 32px 39px;
    height: calc(100% - 220px);
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .tile--blog .tile__arrow {
    display: none;
    padding-top: 16px;
    height: 32px;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 32px;
    -webkit-animation: fadeInFromNoneDelay 0.3s linear;
            animation: fadeInFromNoneDelay 0.3s linear;
    opacity: 0;
  }
  .tile--blog:hover {
    bottom: 16px;
    -webkit-box-shadow: 20px 50px 30px 0 rgba(0, 0, 0, 0.14);
            box-shadow: 20px 50px 30px 0 rgba(0, 0, 0, 0.14);
  }
  .tile--blog:hover .tile__text {
    height: calc(100% - 188px);
  }
  .tile--blog:hover .tile__arrow {
    display: block;
    opacity: 1;
  }
  .tile--venue .tile__image {
    height: 213px;
  }
  .tile--venue .tile__text {
    height: calc(100% - 213px);
  }
  .tile--footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    height: 360px;
  }
  .tile--hero {
    max-width: 33.333333%;
    width: 33.333333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    border-bottom: none;
    -webkit-box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    z-index: 0;
  }
  .tile--hero:nth-of-type(3n - 1) {
    border-right: 1px solid #EFF1F2;
    border-left: 1px solid #EFF1F2;
  }
  .tile--hero:nth-of-type(n + 4) {
    border-top: 1px solid #EFF1F2;
  }
  .tile--hero .tile__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 30px;
    margin-bottom: 7px;
  }
  .tile--hero .tile__heading svg {
    margin-top: 7px;
  }
  .tile--hero:hover {
    -webkit-box-shadow: 20px 20px 30px 0 rgba(0, 0, 0, 0.14);
            box-shadow: 20px 20px 30px 0 rgba(0, 0, 0, 0.14);
    z-index: 1;
  }
  .tile--event {
    bottom: 0;
  }
  .tile--event .arrow-link {
    display: none;
    padding-top: 16px;
    height: 32px;
    width: auto;
    position: absolute;
    bottom: -4px;
    left: 32px;
    -webkit-animation: fadeInFromNoneDelay 0.3s linear;
            animation: fadeInFromNoneDelay 0.3s linear;
    opacity: 0;
  }
  .tile--event:hover {
    bottom: 16px;
    -webkit-box-shadow: 20px 50px 30px 0 rgba(0, 0, 0, 0.14);
            box-shadow: 20px 50px 30px 0 rgba(0, 0, 0, 0.14);
  }
  .tile--event:hover .tile__text {
    height: calc(100% - 188px);
  }
  .tile--event:hover .arrow-link {
    display: block;
    opacity: 1;
  }
  .tile--large:hover {
    bottom: 4px;
    -webkit-box-shadow: 20px 20px 30px 0 rgba(0, 0, 0, 0.14);
            box-shadow: 20px 20px 30px 0 rgba(0, 0, 0, 0.14);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tile--category:nth-of-type(odd) {
    margin-right: 28px;
  }
  .tile--category:nth-of-type(n + 3) {
    margin-top: 32px;
  }
  .tile--event {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 992px) {
  .tile--mobile {
    display: none;
  }
  .tile--listing .tile__text {
    width: 620px;
    padding-left: 0;
  }
  .tile--listing .tile__text h3 {
    margin-bottom: 16px;
  }
  .tile--listing .tile__text p {
    margin-bottom: 28px;
  }
  .tile--category {
    -ms-flex-preferred-size: calc(33.3333% - 18.7px);
        flex-basis: calc(33.3333% - 18.7px);
  }
  .tile--category:nth-of-type(3n + 1) {
    margin-right: 28px;
  }
  .tile--category:nth-of-type(3n + 2) {
    margin-right: 28px;
  }
  .tile--category:nth-of-type(n + 4) {
    margin-top: 28px;
  }
  .tile--blog {
    -ms-flex-preferred-size: calc(33.3333% - 20px);
        flex-basis: calc(33.3333% - 20px);
  }
  .tile--blog:nth-of-type(3n + 1) {
    margin-right: 30px;
  }
  .tile--blog:nth-of-type(3n + 2) {
    margin-right: 30px;
  }
  .tile--blog:nth-of-type(n + 4) {
    margin-top: 64px;
  }
  .tile--venue {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    max-width: 33.3333%;
    margin-top: 0;
    -webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    bottom: 0px;
    -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .tile--venue:hover {
    -webkit-box-shadow: 20px 30px 30px 0 rgba(0, 0, 0, 0.14);
            box-shadow: 20px 30px 30px 0 rgba(0, 0, 0, 0.14);
    position: relative;
    bottom: 4px;
  }
  .tile--venue:hover .arrow-link {
    background-position: calc(100% - 2px) center;
  }
  .tile--venue:active {
    background-position: 100% center;
  }
  .tile--venue:nth-of-type(2n) {
    border-right: 1px solid #EFF1F2;
    border-left: 1px solid #EFF1F2;
  }
  .tile--venue:nth-of-type(n + 4) {
    margin-top: 28px;
  }
  .tile--venue .tile__image {
    height: 213px;
  }
  .tile--footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    bottom: 0;
    -webkit-transition: none;
    transition: none;
  }
  .tile--footer:hover {
    bottom: 4px;
    -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .tile--event {
    -ms-flex-preferred-size: calc(33.3333% - 12px);
        flex-basis: calc(33.3333% - 12px);
    max-width: calc(33.3333% - 12px);
  }
  .tile--event:nth-of-type(3n - 1) {
    margin-left: 16px;
    margin-right: 16px;
  }
  .tile--plan .arrow-link {
    display: none;
  }
  .tile--plan .tile__image {
    display: none;
  }
  .tile--plan .tile__heading {
    font-weight: 600;
    font-size: 16px;
    color: #1D384B;
    text-align: left;
    line-height: 22px;
    text-align: center;
  }
  .tile--plan.active .tile__text {
    background-color: #FFFFFF;
  }
  .tile--plan.active .tile__heading {
    opacity: 1;
  }
  .tile--plan:hover .tile__text {
    background-color: #FFFFFF;
  }
  .tile--plan:hover .tile__heading {
    opacity: 1;
  }
}
@media (min-width: 1240px) {
  .tile--listing .tile__text {
    width: 750px;
  }
  .tile--hero {
    padding: 40px 48px 48px;
  }
  .tile--hero .tile__heading {
    margin-bottom: 7px;
  }
  .tile--event {
    -ms-flex-preferred-size: calc(33.3333% - 20px);
        flex-basis: calc(33.3333% - 20px);
    max-width: calc(33.3333% - 20px);
  }
  .tile--event:nth-of-type(3n - 1) {
    margin-left: 29px;
    margin-right: 29px;
  }
  .tile--footer {
    height: 404px;
  }
}
.video-module {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: calc(8.2352941176vw + -2.8235294118px);
  padding-bottom: calc(8.2352941176vw + -2.8235294118px);
  background: #010039;
}
@media (max-width: 520px) {
  .video-module {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .video-module {
    padding-top: 96px;
  }
}
@media (max-width: 520px) {
  .video-module {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .video-module {
    padding-bottom: 96px;
  }
}
@media (max-width: 767.98px) {
  .video-module__container {
    padding: 0 15px;
  }
}
.video-module__heading {
  margin-bottom: 56px;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 991.98px) {
  .video-module__heading {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .video-module__content {
    display: grid;
    grid-template-columns: 25fr 12fr;
    grid-gap: 30px;
  }
}
.video-module__player {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  aspect-ratio: 16/9;
  margin-bottom: 22px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-module__player__cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #717067;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.video-module__player:hover .video-module__player__cover, .video-module__player:focus .video-module__player__cover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.video-module__player:hover .video-module__play-button, .video-module__player:focus .video-module__play-button {
  opacity: 1;
}
.video-module__player:hover + .video-module__video-description-container, .video-module__player:focus + .video-module__video-description-container {
  opacity: 0.7;
}
@media (min-width: 1240px) {
  .video-module__player {
    height: 422px;
  }
}
@media (max-width: 991.98px) {
  .video-module__player {
    width: 100%;
    margin: 0 auto 24px auto;
  }
  .video-module__player .video-module__play-button {
    width: 44px;
    height: 44px;
  }
}
.video-module__video-description-container {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.video-module__video-heading {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  text-transform: none;
  font-size: 24px;
  line-height: 34px;
}
@media (max-width: 991.98px) {
  .video-module__video-heading {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
.video-module__video-description {
  font-weight: 400;
  color: #fff;
  max-width: 600px;
  font-size: calc(0vw + 14px);
  line-height: calc(0vw + 22px);
}
@media (max-width: 520px) {
  .video-module__video-description {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .video-module__video-description {
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  .video-module__video-description {
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .video-module__video-description {
    line-height: 22px;
  }
}
@media (max-width: 991.98px) {
  .video-module__videos-list {
    margin-top: 32px;
  }
}
.video-module__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin-bottom: 17px;
}
.video-module__list-item__cover-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 93px;
  width: 165px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
.video-module__list-item__duration {
  background: #010039;
  position: absolute;
  left: 4px;
  bottom: 4px;
  font-weight: 600;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  line-height: 18px;
}
.video-module__list-item__title {
  margin-left: 16px;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.video-module__list-item .video-module__play-button {
  opacity: 0;
}
.video-module__list-item:hover, .video-module__list-item:focus {
  color: #fff;
}
.video-module__list-item:hover .video-module__play-button, .video-module__list-item:focus .video-module__play-button {
  opacity: 1;
}
.video-module__list-item:hover .video-module__player__cover, .video-module__list-item:focus .video-module__player__cover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.video-module__list-item:hover .video-module__list-item__title, .video-module__list-item:focus .video-module__list-item__title {
  opacity: 0.7;
}
@media (max-width: 991.98px) {
  .video-module__list-item {
    margin-bottom: 16px;
  }
}
.video-module__play-button {
  z-index: 10;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity;
}
.video-module__play-button--transparent {
  opacity: 0.9;
}
.video-module__play-button__circle {
  fill: #0ebfeb;
  opacity: 0.9;
}
.video-module__play-button__triangle {
  fill: #fff;
}
.video-module__videos-list__button {
  background: #d50042;
  border-radius: 4px;
  display: block;
  font-weight: 600;
  line-height: 21px;
  color: #010039;
  font-size: 14px;
  text-align: center;
  padding: 14px 56px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.video-module__videos-list__button:hover, .video-module__videos-list__button:focus {
  background: #21c8f2;
  color: #010039;
}
.video-module__overlay {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-animation: fadeInFromNone 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: fadeInFromNone 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.video-module__overlay--hidden {
  display: none;
  opacity: 0;
}
.video-module__overlay__video-container {
  max-width: min(1140px, 100%);
  max-height: min(642px, 100% - 30px);
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  .video-module__overlay__video-container {
    margin: 0 150px;
  }
}
.video-module__overlay__video {
  width: 100%;
  height: 100%;
}
.video-module__overlay__close-button {
  background: none;
  border: none;
  position: absolute;
  padding: 0;
  bottom: 100%;
  margin-bottom: 16px;
  right: 15px;
}
.video-module__overlay__close-button__circle {
  stroke: #fff;
}
.video-module__overlay__close-button__cross {
  fill: #fff;
}
@media (min-width: 768px) {
  .video-module__overlay__close-button {
    margin-left: 16px;
    margin-bottom: 0;
    right: unset;
    bottom: unset;
  }
}

.fui-i {
  --fui-font: "Poppins", "Helvetica Neue", Arial, sans-serif;
  --fui-color: #010039;
  --fui-primary-color: #d50042;
  --fui-primary-color-hover: #d50042;
  --fui-border-color: #CBD5E1;
  --fui-border-radius: 4px;
  --fui-focus-border-color: #94A3B8;
  --fui-focus-shadow: 0 0 0 3px #d50042;
}

.fui-submit {
  --fui-submit-btn-bg-color: #010039;
  --fui-submit-btn-border-color: #010039;
  --fui-submit-btn-bg-color-hover: #d50042;
  --fui-submit-btn-border-color-hover: #d50042;
  --fui-submit-btn-color: #d50042;
  --fui-submit-btn-color-hover: #010039;
  --fui-submit-btn-spinner-color: #d50042;
}

.fui-btn {
  --fui-btn-padding: 18px 42px;
  --fui-btn-font-size: 14px;
  --fui-btn-font-weight: 600;
  --fui-btn-border-radius: 6px;
}

.fui-select {
  min-height: 60px;
}

.fui-label {
  --fui-label-font-size: 1.6rem;
  --fui-label-font-weight: 400;
}

.fui-checkbox {
  --fui-check-font-size: 1.4rem;
}

.fui-legend {
  --fui-label-font-weight: 600;
}

.alert-bar {
  background: #d50042;
  z-index: 300;
  position: absolute;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  color: #FFFFFF;
}
.alert-bar--transparent {
  background: rgba(1, 0, 57, 0.6);
}
.alert-bar--transparent, .alert-bar--transparent .alert-bar__link {
  color: #FFFFFF;
}
.alert-bar--transparent .alert-bar__link:hover, .alert-bar--transparent .alert-bar__link:focus {
  color: #FFFFFF;
}
.alert-bar--transparent .alert-bar__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.alert-bar--transparent .alert-bar__close-button__cross {
  fill: #FFFFFF;
}
.alert-bar--hidden {
  display: none;
}
.alert-bar__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.alert-bar__text-container {
  display: none;
}
.alert-bar__text-container--mobile {
  display: block;
  padding-right: 24px;
}
.alert-bar__text-container__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.alert-bar__text {
  margin: 0;
}
.alert-bar__text--emoji {
  margin-right: 4px;
}
.alert-bar__link {
  color: #FFFFFF;
  grid-column: 3/4;
  font-weight: 600;
}
.alert-bar__link__icon {
  margin-left: 6px;
}
.alert-bar__link:hover, .alert-bar__link:focus {
  color: initial;
  opacity: 0.5;
}
.alert-bar__close-button {
  position: absolute;
  right: 16px;
  top: 8px;
  background: none;
  border: none;
  padding: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.alert-bar__close-button__cross {
  fill: #FFFFFF;
}
.alert-bar__close-button:hover, .alert-bar__close-button:focus {
  opacity: 0.5;
}

.has-alert-bar .navbar {
  top: var(--navbar-top);
}

@media (min-width: 768px) {
  body[data-nav=off] {
    --navbar-top: 40px;
  }
  .alert-bar {
    font-size: 14px;
    line-height: 21px;
    padding-top: 10px;
    padding-bottom: 9px;
  }
  .alert-bar--transparent .alert-bar__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .alert-bar__text-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
  .alert-bar__text-container--mobile {
    display: none;
  }
  .alert-bar__text-container__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column: 2/3;
  }
  .alert-bar__text--emoji {
    margin-right: 8px;
  }
  .alert-bar__link {
    margin-left: 8px;
  }
  .alert-bar__link__icon {
    margin-left: 10px;
  }
}
@media (max-width: 767.98px) {
  .alert-bar {
    position: absolute;
    top: 70px;
  }
  .alert-bar__text-container {
    margin: 0 8px;
  }
  .alert-bar__close-button {
    right: 15px;
  }
  .alert-bar__close-button svg {
    width: 16px;
    height: 16px;
  }
}
.member-tally {
  background: #010039;
  color: #FFFFFF;
}
.member-tally--floating {
  border-radius: 8px;
  text-align: center;
  padding: 14px 29px 8px 29px;
}
.member-tally__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 4px;
  color: #d50042;
}
.member-tally__count {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}
.member-tally__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.member-tally__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  margin-right: 10px;
}
.member-tally__number {
  font-weight: 600;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  padding: 0 2px;
  width: 18px;
  text-align: center;
}

.member-tally-widget__container {
  position: fixed;
  right: 8px;
  bottom: 8px;
  z-index: 10;
}

.story {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background: #0ebfeb;
  position: relative;
}
.story--accent {
  background: #d50042;
}
.story--accent .story__image--drop-shadow {
  -webkit-filter: drop-shadow(44px 74px 65px #a20032);
          filter: drop-shadow(44px 74px 65px #a20032);
}
.story--dark {
  background: #010039;
}
.story--dark .story__image--drop-shadow {
  -webkit-filter: drop-shadow(44px 74px 65px #000006);
          filter: drop-shadow(44px 74px 65px #000006);
}
.story--accent .story__tagline, .story--accent .story__heading, .story--accent .story__paragraph, .story--accent .story__link, .story--dark .story__tagline, .story--dark .story__heading, .story--dark .story__paragraph, .story--dark .story__link {
  color: #FFFFFF;
}
.story--accent .story__link:hover, .story--accent .story__link:focus, .story--dark .story__link:hover, .story--dark .story__link:focus {
  color: #FFFFFF;
}
.story__container {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.story__container--full-height-image .story__image-container {
  height: 310px;
  margin: 0;
}
.story__container--full-height-image .story__image {
  background-position: center center;
  background-size: contain;
  bottom: 0;
}
.story__container:not(.story__container--full-height-image):not(.story__container--span-image) .story__headings {
  padding-top: 24px;
}
.story__content {
  padding-top: calc(14.7058823529vw + -52.4705882353px);
  padding-bottom: calc(10.5882352941vw + -3.0588235294px);
  width: 100%;
  z-index: 20;
}
@media (max-width: 520px) {
  .story__content {
    padding-top: 24px;
  }
}
@media (min-width: 1200px) {
  .story__content {
    padding-top: 124px;
  }
}
@media (max-width: 520px) {
  .story__content {
    padding-bottom: 52px;
  }
}
@media (min-width: 1200px) {
  .story__content {
    padding-bottom: 124px;
  }
}
.story__top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.story__columns {
  padding-bottom: calc(7.9411764706vw + 28.7058823529px);
}
@media (max-width: 520px) {
  .story__columns {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .story__columns {
    padding-bottom: 124px;
  }
}
.story__columns__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  aspect-ratio: 69/40;
  margin-top: 24px;
  margin-bottom: 16px;
}
.story__columns .story__paragraph {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
}
.story__link {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #010039;
}
.story__link:hover, .story__link:focus {
  color: inherit;
  opacity: 0.75;
}
.story__image-container {
  position: relative;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  height: 326px;
  margin: 0 -15px;
}
.story__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.story__image--drop-shadow {
  -webkit-filter: drop-shadow(44px 74px 65px #0b98bb);
          filter: drop-shadow(44px 74px 65px #0b98bb);
}
.story__tagline {
  text-transform: uppercase;
}
.story__paragraph {
  color: #010039;
}
.story__tagline {
  margin-bottom: 8px;
  color: #010039;
}
.story__heading {
  font-size: calc(8.8235294118vw + 14.1176470588px);
  line-height: calc(6.9117647059vw + 12.0588235294px);
  letter-spacing: calc(0vw + -2px);
  text-transform: uppercase;
  font-family: "VTFRedzoneClassicRegular", "Helvetica Neue", sans-serif;
  margin-bottom: 0;
  color: #010039;
}
@media (max-width: 520px) {
  .story__heading {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .story__heading {
    font-size: 120px;
  }
}
@media (max-width: 520px) {
  .story__heading {
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  .story__heading {
    line-height: 95px;
  }
}
@media (max-width: 520px) {
  .story__heading {
    letter-spacing: -2px;
  }
}
@media (min-width: 1200px) {
  .story__heading {
    letter-spacing: -2px;
  }
}
.story__text {
  margin-top: 16px;
}
.story__paragraph {
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.story__button {
  display: inline-block;
  background: #d50042;
  border-radius: 4px;
  font-weight: 600;
  line-height: 21px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 14px 80px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-top: 24px;
}
.story__button:hover, .story__button:focus {
  background: #ef004a;
  color: #fff;
}
@media (min-width: 768px) {
  .story .story__container {
    display: grid;
    padding: 0 15px;
  }
  .story .story__container--full-height-image .story__content, .story .story__container--span-image .story__content {
    margin: 0 0 0 auto;
  }
  .story .story__container--full-height-image .story__image-container, .story .story__container--span-image .story__image-container {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    margin: 0 -15px 0 0;
    height: 100%;
  }
  .story .story__container--full-height-image.story__container--reverse .story__content, .story .story__container--span-image.story__container--reverse .story__content {
    margin: 0 auto 0 0;
  }
  .story .story__container--full-height-image.story__container--reverse .story__headings, .story .story__container--full-height-image.story__container--reverse .story__text, .story .story__container--span-image.story__container--reverse .story__headings, .story .story__container--span-image.story__container--reverse .story__text {
    margin-right: 0;
  }
  .story .story__container--full-height-image.story__container--reverse .story__image-container, .story .story__container--span-image.story__container--reverse .story__image-container {
    margin: 0 0 0 -15px;
  }
  .story .story__container--full-height-image {
    grid-template-columns: 61fr 79fr;
  }
  .story .story__container--full-height-image .story__content {
    max-width: 387px;
  }
  .story .story__container--full-height-image .story__headings {
    position: relative;
    margin-right: -28%;
  }
  .story .story__container--full-height-image .story__image {
    background-position: left center;
    background-size: contain;
    bottom: 0;
  }
  .story .story__container--full-height-image.story__container--reverse .story__content {
    padding-left: 22px;
    max-width: 417px;
  }
  .story .story__container--full-height-image.story__container--reverse .story__image {
    background-position: right center;
  }
  .story .story__container--span-image {
    grid-template-columns: 49fr 47fr;
  }
  .story .story__container--span-image .story__content {
    max-width: 585px;
    margin-left: auto;
  }
  .story .story__container--span-image.story__container--reverse {
    grid-template-columns: 47fr 49fr;
  }
  .story .story__container--span-image.story__container--reverse .story__content {
    margin-left: calc(14.4117647059vw + -44.9411764706px);
  }
}
@media (min-width: 768px) and (max-width: 520px) {
  .story .story__container--span-image.story__container--reverse .story__content {
    margin-left: 30px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .story .story__container--span-image.story__container--reverse .story__content {
    margin-left: 128px;
  }
}
@media (min-width: 768px) {
  .story .story__container--span-image .story__image {
    min-height: 735px;
  }
}
@media (min-width: 768px) {
  .story .story__container--reverse {
    grid-template-columns: 79fr 61fr;
  }
  .story .story__container--reverse .story__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .story .story__container--reverse .story__image-container {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 768px) {
  .story .story__container--no-image .story__columns {
    margin-top: 30px;
  }
  .story .story__container--no-image .story__columns__image {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .story .story__container:not(.story .story__container--full-height-image):not(.story .story__container--span-image) .story__headings {
    padding-top: calc(14.7058823529vw + -52.4705882353px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 520px) {
  .story .story__container:not(.story .story__container--full-height-image):not(.story .story__container--span-image) .story__headings {
    padding-top: 24px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .story .story__container:not(.story .story__container--full-height-image):not(.story .story__container--span-image) .story__headings {
    padding-top: 124px;
  }
}
@media (min-width: 768px) {
  .story .story__container:not(.story .story__container--full-height-image):not(.story .story__container--span-image) .story__image-container {
    min-height: 522px;
  }
}
@media (min-width: 768px) {
  .story .story__container:not(.story .story__container--full-height-image):not(.story .story__container--span-image) .story__image {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .story .story__top-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
}
@media (min-width: 768px) {
  .story .story__tagline {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .story .story__image-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .story .story__image {
    bottom: 135px;
  }
}
@media (min-width: 768px) {
  .story .story__text {
    margin-top: 0;
    max-width: 457px;
    margin-right: 22px;
  }
}
@media (min-width: 768px) {
  .story .story__paragraph {
    margin-top: 24px;
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .story .story__columns {
    margin-top: 45px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .story .story__columns .story__columns__image {
    aspect-ratio: 11/8;
    margin-bottom: 24px;
  }
  .story .story__columns .story__paragraph {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .story .story__columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1240px) {
  .story .story__container--full-height-image .story__content {
    max-width: 477px;
    margin-left: calc((100vw - 1180px) / 2);
  }
  .story .story__container--full-height-image.story__container--reverse .story__content {
    max-width: 477px;
    margin-right: calc((100vw - 1180px) / 2);
  }
}

.hero--player-profile {
  padding-bottom: 17px;
}
.hero--sm + .player-profile__intro-container {
  margin-top: 12px;
}

.player-profile__intro-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 12px;
}
.player-profile__intro__content {
  margin-top: 44px;
  padding: 0 3px;
}
.player-profile__intro__header {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #000C14;
  margin-bottom: 19px;
}
.player-profile__intro__lead {
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  color: #171717;
  margin-bottom: 19px;
}
.player-profile__intro__text {
  font-size: 18px;
  line-height: 28px;
  color: #555555;
}
.player-profile__intro__text p {
  margin-bottom: 31px;
}
.player-profile__intro__text p:last-child {
  margin-bottom: 0;
}
.player-profile__intro__image {
  display: block;
  height: 345px;
  width: 100%;
  padding-top: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.player-profile__statistics-container {
  margin-top: calc(10.5882352941vw + -7.0588235294px);
  background: #010039;
  padding: 72px 0;
  overflow: hidden;
}
@media (max-width: 520px) {
  .player-profile__statistics-container {
    margin-top: 48px;
  }
}
@media (min-width: 1200px) {
  .player-profile__statistics-container {
    margin-top: 120px;
  }
}
.player-profile__statistics-container__inner {
  position: relative;
}
.player-profile__statistics-container__inner::after {
  display: block;
  content: "";
  height: 100%;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  width: 48px;
  pointer-events: none;
  background: -webkit-gradient(linear, right top, left top, from(#010039), to(rgba(1, 0, 57, 0)));
  background: linear-gradient(270deg, #010039 0%, rgba(1, 0, 57, 0) 100%);
}
.player-profile__statistics-container__scrollable {
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}
.player-profile__statistics__statistic__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #d50042;
  margin-bottom: 14px;
}
.player-profile__statistics__statistic__value {
  font-size: calc(8.8235294118vw + 14.1176470588px);
  line-height: calc(6.9117647059vw + 12.0588235294px);
  letter-spacing: calc(0vw + -2px);
  text-transform: uppercase;
  font-family: "VTFRedzoneClassicRegular", "Helvetica Neue", sans-serif;
  color: #ffffff;
}
@media (max-width: 520px) {
  .player-profile__statistics__statistic__value {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .player-profile__statistics__statistic__value {
    font-size: 120px;
  }
}
@media (max-width: 520px) {
  .player-profile__statistics__statistic__value {
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  .player-profile__statistics__statistic__value {
    line-height: 95px;
  }
}
@media (max-width: 520px) {
  .player-profile__statistics__statistic__value {
    letter-spacing: -2px;
  }
}
@media (min-width: 1200px) {
  .player-profile__statistics__statistic__value {
    letter-spacing: -2px;
  }
}
.player-profile__details {
  margin-top: calc(10.5882352941vw + -7.0588235294px);
  margin-bottom: calc(10.5882352941vw + -7.0588235294px);
}
@media (max-width: 520px) {
  .player-profile__details {
    margin-top: 48px;
  }
}
@media (min-width: 1200px) {
  .player-profile__details {
    margin-top: 120px;
  }
}
@media (max-width: 520px) {
  .player-profile__details {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .player-profile__details {
    margin-bottom: 120px;
  }
}
.player-profile__details__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
.player-profile__details__heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #010039;
  margin-bottom: 30px;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  text-transform: none;
}
.player-profile__details__question {
  font-size: 16px;
  line-height: 26px;
  color: #555555;
  margin-bottom: 32px;
}
.player-profile__details__question:last-child {
  margin-bottom: 0;
}
.player-profile__details__question__name {
  font-weight: 500;
  color: #010039;
}
.player-profile__details__question__answer {
  margin-bottom: 0;
}
.player-profile__details__facts {
  display: grid;
  grid-template-columns: minmax(80px, -webkit-max-content) minmax(50%, auto);
  grid-template-columns: minmax(80px, max-content) minmax(50%, auto);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
  margin-bottom: 48px;
}
.player-profile__details__facts__name {
  font-weight: 500;
  color: #010039;
}
.player-profile__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.player-profile__button {
  background: #0ebfeb;
  border-radius: 4px;
  padding: 12px 20px 12px 28px;
  color: #010039;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.player-profile__button__icon {
  fill: #010039;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.player-profile__button:hover, .player-profile__button:focus {
  color: #010039;
  background: #ff2367;
}

@media (min-width: 576px) {
  .player-profile__facts {
    row-gap: 2px;
    margin-bottom: 80px;
  }
  .player-profile__button {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (min-width: 768px) {
  .player-profile__details__inner {
    display: grid;
    grid-template-columns: 90fr 113fr;
    gap: 130px;
    margin: 0 -2.5px;
  }
}
@media (min-width: 992px) {
  .player-profile__intro-container {
    display: grid;
    grid-template-columns: 558px auto;
    gap: 29px;
    padding: 0 15px;
  }
  .player-profile__intro__content {
    margin-top: 29px;
    margin-bottom: 35px;
    padding: 0;
  }
  .player-profile__intro__image-container {
    margin-right: -6px;
    margin-top: -167px;
    position: relative;
  }
  .player-profile__statistics-container {
    padding: 69px 0;
  }
  .player-profile__statistics-container__scrollable {
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    gap: 80px;
    padding: 0 18px;
    overflow-x: visible;
  }
}
@media (min-width: 1240px) {
  .player-profile__intro__image {
    height: 542px;
  }
  .player-profile__statistics-container__scrollable {
    gap: 110px;
  }
  .player-profile__statistics-container__inner::after {
    display: none;
  }
}
.stats {
  padding-top: 15px;
}
.stats__display-image {
  width: 100%;
  margin-bottom: 35px;
}
.stats__position {
  font-size: 14px;
  font-weight: bold;
  color: #010039;
  margin-bottom: 16px;
}
.stats p.lead {
  margin-bottom: 16px;
}
.stats section {
  margin-bottom: 56px;
}
.stats h4, .stats .media-card__heading {
  margin-bottom: 14px;
}
.stats__statistics {
  font-size: 13px;
  font-weight: 600;
  color: #171717;
  margin-bottom: 15px;
}
.stats__statistic {
  margin-bottom: 32px;
}
.stats__statistic:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.stats__statistic div:first-child {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1;
}
.stats__statistic div:last-child {
  font-size: 72px;
  font-weight: bold;
  line-height: 0.82;
  color: #d50042;
}
.stats__social a:not(:last-of-type) {
  margin-right: 8px;
}
.stats__social svg {
  width: 32px;
  height: 32px;
}
.stats__player-links .media, .stats__player-links .media-card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stats__player-links img {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}
.stats__player-links h5 {
  color: #010039;
  margin-bottom: 12px;
  font-weight: 700;
}
.stats__player-links p {
  color: #010039;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.stats__numbers .row, .stats__numbers .feature-links__wrap, .stats__numbers .media-cards__wrap, .stats__numbers .profile-tiles__wrap, .stats__numbers .hero__tiles, .stats__numbers .footer-banner__top, .stats__numbers .footer-banner__bottom {
  margin-bottom: 5px;
}
.stats__next, .stats__previous {
  width: 56px;
  height: 56px;
  border: solid 2px #171717;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
}
.stats__next svg, .stats__previous svg {
  width: 12px;
  height: 12px;
  fill: #171717;
}

@media (min-width: 768px) {
  .stats {
    padding-top: 66px;
    padding-bottom: 134px;
  }
  .stats__paginate {
    margin-top: 13px;
  }
  .stats__paginate a:first-child {
    margin-right: 8px;
  }
  .stats__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 260px;
  }
  .stats__display-image {
    margin-bottom: 66px;
  }
  .stats .stats__statistics {
    margin-bottom: 0;
  }
  .stats__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .stats__block section {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .stats__display-image {
    margin-bottom: 108px;
  }
  .stats .stats__intro {
    margin-bottom: 100px;
  }
  .stats__top-row {
    margin-top: -108px;
  }
  .stats__paginate {
    margin-bottom: 0;
  }
  .stats__statistics .row .row, .stats__statistics .feature-links__wrap .row, .stats__statistics .row .feature-links__wrap, .stats__statistics .feature-links__wrap .feature-links__wrap, .stats__statistics .media-cards__wrap .row, .stats__statistics .media-cards__wrap .feature-links__wrap, .stats__statistics .row .media-cards__wrap, .stats__statistics .feature-links__wrap .media-cards__wrap, .stats__statistics .media-cards__wrap .media-cards__wrap, .stats__statistics .profile-tiles__wrap .row, .stats__statistics .profile-tiles__wrap .feature-links__wrap, .stats__statistics .profile-tiles__wrap .media-cards__wrap, .stats__statistics .row .profile-tiles__wrap, .stats__statistics .feature-links__wrap .profile-tiles__wrap, .stats__statistics .media-cards__wrap .profile-tiles__wrap, .stats__statistics .profile-tiles__wrap .profile-tiles__wrap, .stats__statistics .hero__tiles .row, .stats__statistics .hero__tiles .feature-links__wrap, .stats__statistics .hero__tiles .media-cards__wrap, .stats__statistics .hero__tiles .profile-tiles__wrap, .stats__statistics .footer-banner__top .row, .stats__statistics .footer-banner__top .feature-links__wrap, .stats__statistics .footer-banner__top .media-cards__wrap, .stats__statistics .footer-banner__top .profile-tiles__wrap, .stats__statistics .footer-banner__bottom .row, .stats__statistics .footer-banner__bottom .feature-links__wrap, .stats__statistics .footer-banner__bottom .media-cards__wrap, .stats__statistics .footer-banner__bottom .profile-tiles__wrap, .stats__statistics .row .hero__tiles, .stats__statistics .feature-links__wrap .hero__tiles, .stats__statistics .media-cards__wrap .hero__tiles, .stats__statistics .profile-tiles__wrap .hero__tiles, .stats__statistics .hero__tiles .hero__tiles, .stats__statistics .footer-banner__top .hero__tiles, .stats__statistics .footer-banner__bottom .hero__tiles, .stats__statistics .row .footer-banner__top, .stats__statistics .feature-links__wrap .footer-banner__top, .stats__statistics .media-cards__wrap .footer-banner__top, .stats__statistics .profile-tiles__wrap .footer-banner__top, .stats__statistics .hero__tiles .footer-banner__top, .stats__statistics .footer-banner__top .footer-banner__top, .stats__statistics .footer-banner__bottom .footer-banner__top, .stats__statistics .row .footer-banner__bottom, .stats__statistics .feature-links__wrap .footer-banner__bottom, .stats__statistics .media-cards__wrap .footer-banner__bottom, .stats__statistics .profile-tiles__wrap .footer-banner__bottom, .stats__statistics .hero__tiles .footer-banner__bottom, .stats__statistics .footer-banner__top .footer-banner__bottom, .stats__statistics .footer-banner__bottom .footer-banner__bottom {
    margin-top: 8px;
  }
  .stats__numbers .row, .stats__numbers .feature-links__wrap, .stats__numbers .media-cards__wrap, .stats__numbers .profile-tiles__wrap, .stats__numbers .hero__tiles, .stats__numbers .footer-banner__top, .stats__numbers .footer-banner__bottom {
    position: relative;
    top: 1px;
  }
}
@media (min-width: 1240px) {
  .stats__top-row {
    margin-top: -246px;
  }
}
.profile-tiles {
  margin-top: calc(5.8823529412vw + 49.4117647059px);
  margin-bottom: calc(5.8823529412vw + 49.4117647059px);
}
@media (max-width: 520px) {
  .profile-tiles {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .profile-tiles {
    margin-top: 120px;
  }
}
@media (max-width: 520px) {
  .profile-tiles {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .profile-tiles {
    margin-bottom: 120px;
  }
}
.profile-tiles__heading {
  margin-bottom: 35px;
}
.profile-tiles__heading a {
  font-size: 12px;
  font-weight: 600;
  position: relative;
  left: 8px;
  color: #171717;
}
.profile-tiles__heading a:hover {
  color: #000;
}
@media (min-width: 768px) {
  .profile-tiles__heading {
    margin-bottom: 48px;
  }
  .profile-tiles__heading a {
    left: 12px;
  }
}
@media (max-width: 991.98px) {
  .profile-tiles .profile-tile {
    background-image: none !important;
  }
}

.standard-content .profile-tiles:first-of-type {
  margin-top: 0;
}
.standard-content .profile-tiles__heading {
  font-weight: 600;
  color: #171717;
  letter-spacing: 0;
  line-height: 24px;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
}

@media (max-width: 991.98px) {
  .hero + .profile-tiles, .profile-tiles + .cards {
    margin-top: 76px;
    margin-bottom: 52px;
  }
}
@media (min-width: 576px) {
  .profile-tiles__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .profile-tiles__container {
    max-width: 540px;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .profile-tiles__container {
    max-width: 720px;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .profile-tiles__container {
    max-width: 960px;
  }
}
@media (min-width: 576px) and (min-width: 1240px) {
  .profile-tiles__container {
    max-width: 1180px;
  }
}
@media (max-width: 991.98px) {
  .profile-tiles__wrap .profile-tile {
    background-image: none !important;
  }
}
.profile-tiles__wrap .profile-tile {
  padding: 0;
}
.profile-tiles__wrap .profile-tile__image {
  margin-bottom: 16px;
}
.profile-tiles__wrap .profile-tile__sub-text {
  color: #010039;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.profile-tiles__wrap .profile-tile__heading {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
@media (max-width: 991.98px) {
  .profile-tiles__wrap .profile-tile {
    margin-bottom: 32px;
  }
  .profile-tiles__wrap .profile-tile:hover .profile-tile__heading {
    color: #010039;
  }
}
@media (min-width: 992px) {
  .profile-tiles__wrap .profile-tile {
    height: 235px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    -webkit-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
  }
  .profile-tiles__wrap .profile-tile:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0 5px 24px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 24px 8px rgba(0, 0, 0, 0.15);
    z-index: 9;
  }
  .profile-tiles__wrap .profile-tile:hover .profile-tile__overlay {
    opacity: 1;
  }
  .profile-tiles__wrap .profile-tile__image {
    display: none;
  }
  .profile-tiles__wrap .profile-tile__overlay {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #010039;
    opacity: 0;
    -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 0 24px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
  }
  .profile-tiles__wrap .profile-tile__heading {
    font-size: calc(2.3529411765vw + 25.7647058824px);
    line-height: calc(2.0588235294vw + 19.2941176471px);
    letter-spacing: calc(-0.1470588235vw + -0.2352941176px);
    color: #171717;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 16px;
    color: #d50042;
  }
}
@media (min-width: 992px) and (max-width: 520px) {
  .profile-tiles__wrap .profile-tile__heading {
    font-size: 38px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .profile-tiles__wrap .profile-tile__heading {
    font-size: 54px;
  }
}
@media (min-width: 992px) and (max-width: 520px) {
  .profile-tiles__wrap .profile-tile__heading {
    line-height: 30px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .profile-tiles__wrap .profile-tile__heading {
    line-height: 44px;
  }
}
@media (min-width: 992px) and (max-width: 520px) {
  .profile-tiles__wrap .profile-tile__heading {
    letter-spacing: -1px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .profile-tiles__wrap .profile-tile__heading {
    letter-spacing: -2px;
  }
}
@media (min-width: 992px) {
  .profile-tiles__wrap .profile-tile__sub-text {
    color: #fff;
  }
}
@media (min-width: 1240px) {
  .profile-tiles__wrap .profile-tile {
    height: 288px;
  }
}

.media-cards {
  margin-top: calc(5.8823529412vw + 49.4117647059px);
  margin-bottom: calc(5.8823529412vw + 49.4117647059px);
}
@media (max-width: 520px) {
  .media-cards {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .media-cards {
    margin-top: 120px;
  }
}
@media (max-width: 520px) {
  .media-cards {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .media-cards {
    margin-bottom: 120px;
  }
}
.media-cards__heading {
  margin-bottom: 35px;
}
.media-cards__heading a {
  font-size: 12px;
  font-weight: 600;
  position: relative;
  left: 8px;
  color: #171717;
}
.media-cards__heading a:hover {
  color: #000;
}
@media (min-width: 768px) {
  .media-cards__heading {
    margin-bottom: 48px;
  }
  .media-cards__heading a {
    left: 12px;
  }
}
.media-card {
  margin-bottom: 10px;
}
.media-card__image {
  width: 112px;
  height: 112px;
  margin-right: 24px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-color: #E6E6E6;
}
.media-card__heading {
  margin: 0 0 12px;
  color: #171717;
}
.media-card__link-heading, .media-card__link {
  font-size: 12px;
  font-weight: 500;
}
.media-card__link-heading {
  margin-bottom: 0;
  color: #d50042;
}
.media-card__link {
  color: #000;
}
.media-card__blurb {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  color: #171717;
}
.media-card__body {
  -ms-flex-item-align: center;
      align-self: center;
}

@media (min-width: 576px) {
  .media-cards {
    margin-top: calc(5.8823529412vw + 49.4117647059px);
    margin-bottom: calc(5.8823529412vw + 49.4117647059px);
  }
}
@media (min-width: 576px) and (max-width: 520px) {
  .media-cards {
    margin-top: 80px;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .media-cards {
    margin-top: 120px;
  }
}
@media (min-width: 576px) and (max-width: 520px) {
  .media-cards {
    margin-bottom: 80px;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .media-cards {
    margin-bottom: 120px;
  }
}
@media (min-width: 576px) {
  .media-cards__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .media-cards__container {
    max-width: 540px;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .media-cards__container {
    max-width: 720px;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .media-cards__container {
    max-width: 960px;
  }
}
@media (min-width: 576px) and (min-width: 1240px) {
  .media-cards__container {
    max-width: 1180px;
  }
}
@media (min-width: 576px) {
  .media-card {
    margin-bottom: 68px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .media-card__image {
    width: 192px;
    height: 192px;
    margin: 0 0 32px 0;
  }
  .media-card__body {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .media-card__heading, .media-card__blurb {
    width: 192px;
  }
  .media-card__blurb {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .media-cards .media-card {
    margin-bottom: 92px;
  }
}
.favorites-drawer {
  width: 100vw;
  background: #ffffff;
  margin-left: auto;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  max-height: calc(100% - 50px);
  margin-top: 50px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 6px 6px 0 0;
  pointer-events: all;
  z-index: 10;
}
.favorites-drawer[v-cloak] {
  display: none;
}
.favorites-drawer__body-background {
  -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.favorites-drawer__body-background--dark {
  background: rgba(0, 0, 0, 0.5);
}
.favorites-drawer__page-container {
  pointer-events: none;
  z-index: 5050;
}
.favorites-drawer__page-container, .favorites-drawer__overlay {
  position: fixed;
  inset: 0;
}
.favorites-drawer__overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
  pointer-events: all;
}
.favorites-drawer__container {
  position: relative;
  height: 100%;
}
.favorites-drawer__container__slide-in-enter-active, .favorites-drawer__container__slide-in-leave-active {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.favorites-drawer__container__slide-in-enter, .favorites-drawer__container__slide-in-leave-to {
  top: calc(100% - 30px);
}
.favorites-drawer__container__slide-in-enter-to, .favorites-drawer__container__slide-in-leave {
  top: 0;
}
.favorites-drawer__close-button {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  z-index: 15;
  top: -20px;
  right: 16px;
  pointer-events: all;
}
.favorites-drawer__close-button__circle {
  fill: #555555;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.favorites-drawer__close-button__cross {
  fill: #ffffff;
}
.favorites-drawer__close-button:hover .favorites-drawer__close-button__circle, .favorites-drawer__close-button:focus .favorites-drawer__close-button__circle {
  fill: #626262;
}
.favorites-drawer__header {
  padding: 32px 15px 24px;
  border-bottom: 1px solid #F0F0F0;
}
.favorites-drawer__header--idle {
  background: url("/svg/favorites-drawer-idle-texture.svg") center center no-repeat;
  background-size: cover;
  padding: 43px 15px;
  border-bottom: none;
}
.favorites-drawer__header--idle .favorites-drawer__header__heading {
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
}
.favorites-drawer__header__subtitle {
  color: #ffffff;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.favorites-drawer__header__heading {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: #171717;
  text-transform: none;
  margin: 0;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0;
}
.favorites-drawer__tabs {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  text-align: center;
}
.favorites-drawer__tabs__tab {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #171717;
  padding: 14px 5px 15px;
  border: none;
  background: none;
  border-bottom: solid 5px #E6E6E6;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.favorites-drawer__tabs__tab__name {
  display: none;
}
.favorites-drawer__tabs__tab__name--mobile {
  display: block;
}
.favorites-drawer__tabs__tab--active {
  border-bottom-color: #d50042;
}
.favorites-drawer__button {
  padding: 14px 20px;
  background: #F0F0F0;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #010039;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: none;
  cursor: pointer;
}
.favorites-drawer__button:hover, .favorites-drawer__button:focus {
  background: rgba(240, 240, 240, 0.5);
  color: #010039;
}
.favorites-drawer__button--accent {
  background: #d50042;
  color: #ffffff;
}
.favorites-drawer__button--accent:hover, .favorites-drawer__button--accent:focus {
  background: #ef004a;
  color: #ffffff;
}
.favorites-drawer__button--full-width {
  width: 100%;
}
.favorites-drawer__fade-enter-active, .favorites-drawer__fade-leave-active {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.favorites-drawer__fade-enter, .favorites-drawer__fade-leave-to {
  opacity: 0;
}
.favorites-drawer__fade-enter-to, .favorites-drawer__fade-leave {
  opacity: 1;
}
.favorites-drawer__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.favorites-drawer__list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.favorites-drawer__list__items--footer-padding {
  padding: 0 0 112px;
}
.favorites-drawer__list__items--empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  padding: 19px 15px;
  font-size: 16px;
  line-height: 26px;
}
.favorites-drawer__list__items__text {
  color: #555555;
  margin-bottom: 0;
}
.favorites-drawer__list__items__icon {
  fill: currentColor;
  height: 16px;
  width: 16px;
}
.favorites-drawer__list__item {
  padding: 17px 15px 16px;
  border-bottom: 1px solid #F0F0F0;
}
.favorites-drawer__list__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.favorites-drawer__list__item__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.favorites-drawer__list__item__buttons .favorites-drawer__button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.favorites-drawer__list__item__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 56px;
  width: 64px;
  border-radius: 5px;
  margin-top: 3px;
}
.favorites-drawer__list__item__details {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #555555;
}
.favorites-drawer__list__item__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #171717;
}
.favorites-drawer__list__item__remove-button {
  background: none;
  border: none;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.favorites-drawer__list__item__remove-button__icon {
  margin-top: 8px;
  fill: #171717;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.favorites-drawer__list__item__remove-button:hover .favorites-drawer__list__item__remove-button__icon, .favorites-drawer__list__item__remove-button:focus .favorites-drawer__list__item__remove-button__icon {
  fill: #646464;
}
.favorites-drawer__list__fade-enter-active, .favorites-drawer__list__fade-leave-active {
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.favorites-drawer__list__fade-enter, .favorites-drawer__list__fade-leave-to {
  opacity: 0;
}
.favorites-drawer__list__fade-enter-to, .favorites-drawer__list__fade-leave {
  opacity: 1;
}
.favorites-drawer__footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 24px 24px 40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.favorites-drawer__footer__fade-enter-active, .favorites-drawer__footer__fade-leave-active {
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.favorites-drawer__footer__fade-enter-active {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.favorites-drawer__footer__fade-enter, .favorites-drawer__footer__fade-leave-to {
  opacity: 0;
}
.favorites-drawer__footer__fade-enter-to, .favorites-drawer__footer__fade-leave {
  opacity: 1;
}

.favorites-notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5050;
  background: #171717;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  padding: 16px 16px 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
}
.favorites-notification__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
}
.favorites-notification__icon {
  opacity: 0.9;
  fill: #ffffff;
}
.favorites-notification__button {
  margin-left: auto;
  padding: 11px 24px;
  gap: 10px;
  background: #F0F0F0;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  border: none;
  color: #010039;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.favorites-notification__button:hover, .favorites-notification__button:focus {
  background: #fdfdfd;
  color: #010039;
}

@media (min-width: 576px) {
  .favorites-drawer {
    margin-top: 0;
    border-radius: 0;
    width: min(100vw, 423px);
    max-height: 100vh;
  }
  .favorites-drawer__container {
    position: relative;
  }
  .favorites-drawer__container__slide-in-enter, .favorites-drawer__container__slide-in-leave-to {
    top: initial;
    left: min(100vw + 20px, 443px);
  }
  .favorites-drawer__container__slide-in-enter-to, .favorites-drawer__container__slide-in-leave {
    left: 0;
    top: initial;
  }
  .favorites-drawer__close-button {
    top: 8px;
    right: min(100vw - 20px, 403px);
  }
  .favorites-drawer__header {
    padding: 16px 32px 15px;
  }
  .favorites-drawer__header--idle {
    padding: 43px 32px;
  }
  .favorites-drawer__header__heading {
    font-size: 20px;
    line-height: 32px;
  }
  .favorites-drawer__tabs__tab {
    padding: 15px 5px;
  }
  .favorites-drawer__tabs__tab__name {
    display: block;
  }
  .favorites-drawer__tabs__tab__name--mobile {
    display: none;
  }
  .favorites-drawer__list__item {
    padding: 17px 32px 16px;
  }
  .favorites-drawer__list__items--empty {
    padding: 24px 32px;
  }
  .favorites-drawer__list__items__icon {
    fill: currentColor;
    height: 20px;
    width: 20px;
  }
  .favorites-drawer__footer {
    padding: 32px;
    bottom: 0;
  }
  .favorites-notification {
    right: 32px;
    top: 32px;
    bottom: unset;
    left: unset;
    border-radius: 6px;
    padding: 16px;
  }
  .favorites-notification__button {
    margin-left: 50px;
  }
}
.feature-links__heading {
  margin-bottom: 35px;
}
.feature-links__heading a {
  font-size: 12px;
  font-weight: 600;
  position: relative;
  left: 8px;
  color: #171717;
}
.feature-links__heading a:hover {
  color: #000;
}
@media (min-width: 768px) {
  .feature-links__heading {
    margin-bottom: 48px;
  }
  .feature-links__heading a {
    left: 12px;
  }
}
@media (max-width: 767.98px) {
  .feature-links__heading {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.feature-link:hover {
  z-index: 5;
}
.feature-link:hover .feature-link__image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.feature-link:hover .feature-link__text h4, .feature-link:hover .feature-link__text .media-card__heading, .feature-link:hover .feature-link__text h3, .feature-link:hover .feature-link__text h2 {
  color: #d50042;
}
.feature-link:hover .feature-link__link::after {
  width: 100%;
}
.feature-link:hover .feature-link__link::after {
  background-color: #d50042;
}
.feature-link .feature-link__link {
  color: #d50042;
  font-weight: 600;
  font-size: 14px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
}
.feature-link .feature-link__link:hover {
  text-decoration: none;
}
.feature-link .feature-link__link::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  -webkit-transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  left: 0;
  top: calc(100% - 1px);
  background-color: #d50042;
}
.feature-link__image-wrap {
  overflow: hidden;
}
.feature-link__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 100%;
}
.feature-link__image-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feature-link__image-wrap svg {
  margin-top: -25px;
  height: 90px;
  width: 90px;
  position: absolute;
  opacity: 0.9;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.feature-link__play {
  display: none;
}
.feature-link__heading {
  color: #010039;
}
.feature-link__text {
  width: 87%;
  padding: 24px;
  position: relative;
  bottom: 56px;
  background-color: white;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.feature-link__text .feature-link__heading {
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.feature-link__text a {
  font-size: 12px;
  font-weight: 600;
  color: #555;
}
.feature-link__text .btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 14px;
  margin-bottom: -8px;
}
.feature-link__blurb {
  margin-bottom: 19px;
  font-weight: 500;
  font-size: 14px;
  color: #777777;
  line-height: 22px;
}
.feature-link--video:hover .feature-link__image::before {
  opacity: 1;
}
.feature-link--video:hover .feature-link__image-wrap img {
  opacity: 1;
}
.feature-link--video .feature-link__play {
  display: block;
  fill: #d50042;
}
.feature-link--overlay .feature-link__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(146deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6));
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.feature-link--xs {
  height: 240px;
}
.feature-link--xs .feature-link__heading {
  color: #171717;
}
.feature-link--xs .feature-link__image img {
  height: 70px;
  width: 70px;
}
.feature-link--xs .feature-link__text {
  width: 76%;
  bottom: 50px;
  padding: 16px;
}
.feature-link--xs .feature-link__text h5 {
  color: #000;
  line-height: 1.42;
  margin-bottom: 0;
}
.feature-link--xs .feature-link__image {
  height: 192px;
}
.feature-link--small .feature-link__image {
  height: 280px;
}
.feature-link--small .feature-link__text {
  bottom: 48px;
  padding: 24px 24px 36px;
  width: 75%;
  margin-bottom: -48px;
}
.feature-link--small .feature-link__heading {
  margin-bottom: 6px;
  color: #171717;
}
.feature-link--small .feature-link__title {
  color: #010039;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.feature-link--medium .feature-link__image {
  height: 280px;
}
.feature-link--medium .feature-link__text {
  min-height: 122px;
}
.feature-link--medium .feature-link__blurb {
  margin-bottom: 5px;
}
.feature-link--medium .feature-link__heading {
  color: #171717;
  margin-bottom: 15px;
}
.feature-link--large .feature-link__image {
  height: 304px;
}
.feature-link--large__heading {
  margin-bottom: 15px;
}
.feature-link--promotional {
  margin-bottom: 40px;
}
.feature-link--promotional .feature-link__heading {
  color: #171717;
}
.feature-link--promotional .feature-link__image {
  height: 260px;
}
.feature-link--promotional .feature-link__text {
  width: 100%;
  bottom: 0;
  padding: 26px 32px 25px;
}
.feature-link--promotional .feature-link__text .btn {
  margin-bottom: 0;
}
.feature-link--promotional .feature-link__heading {
  margin-bottom: 16px;
}
.feature-link--promotional:hover .feature-link__heading {
  color: #d50042;
}
.feature-link--left .feature-link__image-wrap {
  margin-left: auto;
}
.feature-link--left .feature-link__text {
  margin-left: 0;
  margin-right: auto;
}

@media (max-width: 767.98px) {
  .feature-links__container {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
  .news__container .feature-link--small .feature-link__play {
    width: 40px !important;
    height: 40px !important;
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .feature-link__text {
    width: 75%;
  }
  .feature-link--xs {
    height: 222px;
  }
  .feature-link--large .feature-link__image {
    height: 360px;
  }
  .feature-link--large .feature-link__text {
    width: 75%;
    bottom: 66px;
  }
  .feature-link--medium {
    margin-bottom: 80px;
  }
  .feature-link--medium .feature-link__image {
    height: 340px;
  }
  .feature-link--medium .feature-link__text {
    position: absolute;
    bottom: -15px;
    right: 0;
  }
}
@media (min-width: 992px) {
  .feature-link {
    position: relative;
  }
  .feature-link--xs {
    height: 210px;
  }
  .feature-link--xs .feature-link__image {
    height: 144px;
  }
  .feature-link--xs .feature-link__text {
    bottom: 45px;
  }
  .feature-link--large .feature-link__heading {
    margin-bottom: 24px;
  }
  .feature-link--large .feature-link__blurb {
    margin-bottom: 24px;
  }
  .feature-link--large .feature-link__text {
    padding: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 458px;
  }
  .feature-link--large .feature-link__image-wrap {
    width: 83%;
  }
  .feature-link--large .feature-link__image {
    width: 100%;
    height: 440px;
  }
  .feature-link--medium {
    margin-bottom: 100px;
  }
  .feature-link--medium:nth-of-type(even) {
    padding-left: 5px !important;
  }
  .feature-link--medium:nth-of-type(even) .feature-link__text {
    right: 15px;
  }
  .feature-link--medium:nth-of-type(odd) {
    padding-right: 5px !important;
  }
  .feature-link--medium .feature-link__image {
    width: 100%;
    height: 360px;
  }
  .feature-link--medium .feature-link__text {
    width: 83%;
    min-height: 180px;
    padding: 32px 32px 15px;
    bottom: -50px;
    right: 5px;
  }
  .feature-link--small {
    padding-left: 3.33px;
    padding-right: 3.33px;
  }
  .feature-link--small .feature-link__image {
    height: 230px;
  }
  .feature-link--small .feature-link__text {
    width: 250px;
  }
  .feature-link--promotional {
    margin-bottom: 80px;
  }
  .feature-link--left .feature-link__text {
    right: auto;
    left: 0;
  }
  .feature-link--left .feature-link__image {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 1240px) {
  .feature-link--promotional {
    margin-bottom: 130px;
  }
  .feature-link--large .feature-link__image-wrap {
    width: 848px;
  }
  .feature-link--large .feature-link__image {
    width: 848px;
  }
  .feature-link--medium .feature-link__image {
    height: 410px;
  }
  .feature-link--medium .feature-link__text {
    width: 470px;
  }
  .feature-link--small .feature-link__image {
    height: 280px;
  }
  .feature-link--small .feature-link__text {
    width: 283px;
  }
}
.experiences {
  padding-top: calc(0vw + 60px);
  padding-bottom: calc(0vw + 60px);
}
@media (max-width: 520px) {
  .experiences {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .experiences {
    padding-top: 60px;
  }
}
@media (max-width: 520px) {
  .experiences {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .experiences {
    padding-bottom: 60px;
  }
}
.experiences__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.experiences__heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #555555;
  margin-bottom: 0;
}
.experiences__toggle {
  background: rgba(85, 85, 85, 0.1);
  border-radius: 22px;
  display: none;
  padding: 4px;
}
.experiences__toggle__knob {
  opacity: 0.16;
  border-radius: 22px;
  width: 48px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: rgba(255, 255, 255, 0);
}
.experiences__toggle__knob--active {
  background: white;
  opacity: 1;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.experiences__toggle__knob--active .experiences__toggle__icon {
  fill: #010039;
}
.experiences__toggle__knob:not(.experiences__toggle__knob--active):hover {
  opacity: 1;
}
.experiences__toggle__icon {
  fill: #555555;
}
.experiences__title {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #010039;
  text-transform: none;
  margin-bottom: 8px;
  letter-spacing: 0;
}
.experiences__description {
  line-height: 26px;
  color: #555555;
  margin-bottom: 8px;
}
.experiences__pricing {
  color: #555555;
  margin-bottom: 24px;
}
.experiences__pricing__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6px;
}
.experiences__pricing__label {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
}
.experiences__pricing__cost {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}
.experiences__pricing__cost__currency {
  font-weight: 500;
  font-size: 14px;
}
.experiences__pricing__cost__amount {
  font-weight: 600;
  font-size: 22px;
}
.experiences__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.experiences__card {
  display: grid;
  padding-top: 15px;
  border-top: 2px solid #E6E6E6;
}
.experiences__card__details {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.experiences__card__image-container {
  position: relative;
  grid-row-start: 1;
}
.experiences__card__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 147px;
}
.experiences__card__ribbon__banner {
  position: absolute;
  top: -5px;
  right: -7px;
}
.experiences__card__ribbon__banner__frontside {
  fill: #d50042;
}
.experiences__card__ribbon__banner__backside {
  fill: #555555;
}
.experiences__card__ribbon__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 142px;
  height: 16px;
  -webkit-transform: rotate(45deg) translate(29.2893218813%);
          transform: rotate(45deg) translate(29.2893218813%);
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  inset: 0 0 auto auto;
}
.experiences__card__ribbon__icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  fill: currentColor;
}
.experiences__card__ribbon--inverted .experiences__card__ribbon__banner__frontside {
  fill: #171717;
}
.experiences__card__ribbon--inverted .experiences__card__ribbon__text {
  color: #FFFFFF;
}
.experiences__card__ribbon--white .experiences__card__ribbon__banner__frontside {
  fill: #FFFFFF;
}
.experiences__card__ribbon--white .experiences__card__ribbon__banner__backside {
  fill: #010039;
}
.experiences__card__ribbon--white .experiences__card__ribbon__text {
  color: #d50042;
}
.experiences__card__ribbon--primary .experiences__card__ribbon__banner__frontside {
  fill: #010039;
}
.experiences__card__ribbon--primary .experiences__card__ribbon__banner__backside {
  fill: #555;
}
.experiences__card__ribbon--primary .experiences__card__ribbon__text {
  color: #FFFFFF;
}
.experiences__card__ribbon--accent .experiences__card__ribbon__banner__frontside {
  fill: #d50042;
}
.experiences__card__ribbon--accent .experiences__card__ribbon__banner__backside {
  fill: #555;
}
.experiences__card__ribbon--accent .experiences__card__ribbon__text {
  color: #FFFFFF;
}
.experiences__card__sticker {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 6px 10px;
  background: #010039;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.experiences__card__sticker__icon {
  fill: #d50042;
  margin-right: 10px;
  display: none;
}
.experiences__list {
  display: none;
}
.experiences__list__header {
  background: #F0F0F0;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  padding: 16px 24px;
  display: grid;
  grid-template-columns: auto 240px;
  grid-gap: 16px;
}
.experiences__list__item {
  display: grid;
  grid-template-columns: 80px auto 240px;
  grid-gap: 16px;
  padding: 15px 24px;
  border-bottom: 1px solid #F0F0F0;
}
.experiences__list__item__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  height: 56px;
  -ms-flex-item-align: center;
      align-self: center;
}
.experiences__list__item__details {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #555555;
  padding: 6px 0;
}
.experiences__list__item__name {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #010039;
}
.experiences__list__item__price-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.experiences__list__item__price {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #555555;
}
.experiences__button {
  background: #F0F0F0;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 20px;
  text-align: center;
  color: #010039;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.experiences__button:hover, .experiences__button:focus {
  background-color: rgba(240, 240, 240, 0.5);
  color: #010039;
}

@media (min-width: 768px) {
  .experiences__description {
    margin-bottom: 24px;
  }
  .experiences__card {
    grid-template-columns: 263px auto;
    grid-gap: 30px;
    min-height: 350px;
    padding-top: 0;
  }
  .experiences__card__image-container {
    grid-row-start: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 10px;
  }
  .experiences__card__image {
    height: calc(100% + 2px);
    position: absolute;
    top: -2px;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .experiences__card__sticker {
    padding: 12px 14px;
    border-radius: 4px;
  }
  .experiences__card__sticker__icon {
    display: block;
  }
  .experiences__card__details {
    padding-top: 32px;
  }
  .experiences__list {
    display: block;
  }
  .experiences__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .experiences__cards.hidden, .experiences__list.hidden {
    display: none;
  }
}
@media (min-width: 992px) {
  .experiences__header {
    margin-bottom: 40px;
  }
  .experiences__cards {
    gap: 64px;
  }
  .experiences__list__header {
    grid-template-columns: auto 300px;
  }
  .experiences__list__item {
    grid-template-columns: 80px auto 300px;
    grid-gap: 24px;
  }
  .experiences__list__price-options {
    gap: 24px;
  }
  .experiences__panel-container {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.memberships__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.memberships__heading {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  color: #171717;
}
.memberships__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-radius: 22px;
  background: rgba(85, 85, 85, 0.1);
}
.memberships__toggle__knob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 32px;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0.16;
  border: none;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0);
}
.memberships__toggle__knob--active {
  opacity: 1;
  background: white;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.memberships__toggle__knob--active .memberships__toggle__icon {
  fill: #010039;
}
.memberships__toggle__knob:not(.memberships__toggle__knob--active):hover {
  opacity: 1;
}
.memberships__toggle__icon {
  fill: #555555;
}
.memberships__list.hidden, .memberships__stadium.hidden {
  display: none;
}
.memberships__list__header, .memberships__stadium__header {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: none;
  padding: 12px 24px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: #000000;
  background: #F0F0F0;
  grid-gap: 16px;
}
.memberships__list__header {
  grid-template-columns: auto 135px 167px 123px 175px;
}
.memberships__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 2px 20px;
  border-top: 1px solid #F0F0F0;
  gap: 16px;
}
.memberships__list__item__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: none;
  -ms-flex-item-align: center;
      align-self: center;
  height: 56px;
  border-radius: 5px;
}
.memberships__list__item__title, .memberships__list__item__cell {
  font-size: 14px;
  line-height: 22px;
  display: none;
}
.memberships__list__item__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.memberships__list__item__details .memberships__list__item__title {
  font-size: 14px;
  line-height: 21px;
  display: block;
  color: #171717;
}
.memberships__list__item__subtitle {
  font-size: 12px;
  line-height: 18px;
  color: #555555;
}
.memberships__list__item__title {
  font-weight: 500;
  color: #010039;
}
.memberships__list__item__cell {
  font-weight: 400;
  color: #555555;
}
.memberships__list__item__actions {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
}
.memberships__list__item__actions .package__favorite {
  width: 24px;
  height: 24px;
}
.memberships__list__item__actions--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.memberships__list__item__actions--mobile .memberships__button {
  font-size: 12px;
  line-height: 18px;
  padding: 11px 24px;
}
.memberships__stadium__empty-container {
  background: #E6E6E6;
  padding: 50px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.memberships__stadium__header, .memberships__stadium__seating {
  grid-template-columns: auto 600px;
}
.memberships__stadium__seating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.memberships__stadium__seating__list__item {
  padding: 19px 24px 18px 16px;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-bottom: 1px solid #F0F0F0;
}
.memberships__stadium__seating__list__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.memberships__stadium__seating__list__item:hover, .memberships__stadium__seating__list__item:focus, .memberships__stadium__seating__list__item--expanded {
  border-radius: 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 10px 20px;
          box-shadow: rgba(0, 0, 0, 0.15) 0 10px 20px;
}
.memberships__stadium__seating__list__item--expanded {
  border-bottom-color: rgba(240, 240, 240, 0);
  background: #FFFFFF;
}
.memberships__stadium__seating__list__item--expanded .memberships__stadium__seating__list__item__dropdown__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.memberships__stadium__seating__list__item--expanded .memberships__stadium__seating__list__item__details {
  display: block;
}
.memberships__stadium__seating__list__item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  border-radius: 6px;
}
.memberships__stadium__seating__list__item__image__icon {
  fill: #FFFFFF;
}
.memberships__stadium__seating__list__item__title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.memberships__stadium__seating__list__item__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #171717;
}
.memberships__stadium__seating__list__item__subtitle {
  font-size: 13px;
  line-height: 20px;
  color: #555555;
}
.memberships__stadium__seating__list__item__dropdown {
  margin-left: auto;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0;
  border: none;
  background: none;
}
.memberships__stadium__seating__list__item__dropdown__icon {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  fill: #171717;
}
.memberships__stadium__seating__list__item__details {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-left: 56px;
  display: none;
  margin-bottom: 8px;
}
.memberships__stadium__seating__list__item__details__text {
  font-size: 14px;
  line-height: 22px;
  color: #171717;
  margin-bottom: 16px;
}
.memberships__stadium__map-container {
  margin-bottom: 20px;
  padding: 15px 0 10px;
  border-top: 1px solid #E6E6E6;
}
.memberships__stadium__map {
  width: 100%;
  display: block;
}
.memberships__favorite {
  padding: 0;
  border: none;
  background: none;
}
.memberships__favorite__icon {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  stroke: #555555;
  stroke-width: 3px;
  fill: rgba(1, 0, 57, 0);
}
.memberships__favorite--active .memberships__favorite__icon, .memberships__favorite:hover .memberships__favorite__icon {
  stroke: #010039;
  fill: #010039;
}
.memberships__button {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 20px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-align: center;
  color: #010039;
  border: none;
  border-radius: 4px;
  background: #F0F0F0;
}
.memberships__button:hover, .memberships__button:focus {
  color: #010039;
  background-color: rgba(240, 240, 240, 0.5);
}

@media (min-width: 768px) {
  .memberships__header {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 40px;
  }
  .memberships__heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #555555;
  }
}
@media (min-width: 992px) {
  .memberships__list__header, .memberships__stadium__header {
    display: grid;
  }
  .memberships__header {
    margin-left: 15px;
    margin-right: 15px;
  }
  .memberships__list__item {
    display: grid;
    padding: 16px 24px 15px;
    border-top: none;
    border-bottom: 1px solid #F0F0F0;
    grid-template-columns: 80px auto 135px 167px 123px 175px;
  }
  .memberships__list__item__details {
    display: none;
  }
  .memberships__list__item__image, .memberships__list__item__title, .memberships__list__item__cell {
    display: block;
  }
  .memberships__list__item__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .memberships__list__item__actions--mobile {
    display: none;
  }
  .memberships__stadium__seating {
    display: grid;
    padding-top: 20px;
    grid-gap: 30px;
  }
  .memberships__stadium__seating__list__item {
    padding: 16px 24px 15px 16px;
  }
  .memberships__stadium__map-container {
    margin-bottom: 0;
    padding: 0;
    border-top: none;
  }
}
@media (min-width: 1240px) {
  .memberships__stadium__header, .memberships__stadium__seating {
    grid-template-columns: auto 640px;
  }
}
@media (max-width: 767.98px) {
  .memberships__container {
    padding: 0 15px;
  }
}
.carousel {
  padding-top: calc(4.4117647059vw + 67.0588235294px);
  padding-bottom: calc(3.6764705882vw + 0.8823529412px);
  background-color: #d50042;
  overflow: hidden;
}
@media (max-width: 520px) {
  .carousel {
    padding-top: 90px;
  }
}
@media (min-width: 1200px) {
  .carousel {
    padding-top: 120px;
  }
}
@media (max-width: 520px) {
  .carousel {
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .carousel {
    padding-bottom: 45px;
  }
}
.carousel__background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  inset: 0;
  z-index: 0;
  display: none;
}
.carousel__background--mobile {
  display: block;
  background-position: var(--mobile-background-position, center);
  background-size: auto;
}
.carousel__fade-enter-active, .carousel__fade-leave-active {
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.carousel__fade-enter, .carousel__fade-leave-to {
  opacity: 0;
}
.carousel__fade-enter-to, .carousel__fade-leave {
  opacity: 1;
}
.carousel__slides {
  overflow: hidden;
  position: relative;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .carousel__slides {
    padding-left: calc((100% - 540px) / 2 + 15px);
  }
}
@media (min-width: 768px) {
  .carousel__slides {
    padding-left: calc((100% - 720px) / 2 + 15px);
  }
}
@media (min-width: 992px) {
  .carousel__slides {
    padding-left: calc((100% - 960px) / 2 + 15px);
  }
}
@media (min-width: 1240px) {
  .carousel__slides {
    padding-left: calc((100% - 1180px) / 2 + 15px);
  }
}
.carousel__slides__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 96px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.carousel__slides__inner--dragging {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.carousel__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% - 15px);
      flex-basis: calc(100% - 15px);
  border-radius: 6px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .carousel__slide {
    -ms-flex-preferred-size: 510px;
        flex-basis: 510px;
  }
}
@media (min-width: 768px) {
  .carousel__slide {
    -ms-flex-preferred-size: 690px;
        flex-basis: 690px;
  }
}
@media (min-width: 992px) {
  .carousel__slide {
    -ms-flex-preferred-size: 930px;
        flex-basis: 930px;
  }
}
@media (min-width: 1240px) {
  .carousel__slide {
    -ms-flex-preferred-size: 1150px;
        flex-basis: 1150px;
  }
}
.carousel__slide--two-thirds, .carousel__slide--half-width {
  background: #FFFFFF;
}
.carousel__slide--two-thirds .carousel__slide__content, .carousel__slide--half-width .carousel__slide__content {
  padding: 16px;
}
.carousel__slide--two-thirds .carousel__slide__header, .carousel__slide--half-width .carousel__slide__header {
  color: #010039;
  margin-bottom: 8px;
}
.carousel__slide--two-thirds .carousel__slide__description, .carousel__slide--two-thirds .carousel__slide__list, .carousel__slide--half-width .carousel__slide__description, .carousel__slide--half-width .carousel__slide__list {
  color: #555555;
}
.carousel__slide--two-thirds .carousel__slide__button, .carousel__slide--half-width .carousel__slide__button {
  margin-top: 8px;
}
.carousel__slide--two-thirds .carousel__slide__image {
  aspect-ratio: 335/224;
}
.carousel__slide--half-width .carousel__slide__image {
  aspect-ratio: 335/282;
}
.carousel__slide--half-width .carousel__slide__content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.carousel__slide--sales {
  position: relative;
  border-radius: 0;
}
.carousel__slide--sales .carousel__slide__image {
  aspect-ratio: 338/217;
}
.carousel__slide--sales .carousel__slide__content {
  position: relative;
  z-index: 5;
  margin-top: -13px;
  padding: 0;
  gap: 16px;
}
.carousel__slide__content {
  padding: 24px 24px 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .carousel__slide__controls--negative-margin .carousel__slide__controls__button--previous {
    left: max(0px, (100% - 540px) / 2 + -47px);
  }
  .carousel__slide__controls--negative-margin .carousel__slide__controls__button--next {
    right: max(0px, (100% - 540px) / 2 + -47px);
  }
}
@media (min-width: 768px) {
  .carousel__slide__controls--negative-margin .carousel__slide__controls__button--previous {
    left: max(0px, (100% - 720px) / 2 + -47px);
  }
  .carousel__slide__controls--negative-margin .carousel__slide__controls__button--next {
    right: max(0px, (100% - 720px) / 2 + -47px);
  }
}
@media (min-width: 992px) {
  .carousel__slide__controls--negative-margin .carousel__slide__controls__button--previous {
    left: max(0px, (100% - 960px) / 2 + -47px);
  }
  .carousel__slide__controls--negative-margin .carousel__slide__controls__button--next {
    right: max(0px, (100% - 960px) / 2 + -47px);
  }
}
@media (min-width: 1240px) {
  .carousel__slide__controls--negative-margin .carousel__slide__controls__button--previous {
    left: max(0px, (100% - 1180px) / 2 + -47px);
  }
  .carousel__slide__controls--negative-margin .carousel__slide__controls__button--next {
    right: max(0px, (100% - 1180px) / 2 + -47px);
  }
}
.carousel__slide__controls__button {
  position: absolute;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  width: 40px;
  height: 40px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 15;
  top: calc(50% - 20px);
  -webkit-box-shadow: rgba(24, 39, 75, 0.12) 0 14px 128px, rgba(24, 39, 75, 0.12) 0 8px 44px;
          box-shadow: rgba(24, 39, 75, 0.12) 0 14px 128px, rgba(24, 39, 75, 0.12) 0 8px 44px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.carousel__slide__controls__button:hover, .carousel__slide__controls__button:focus {
  background: white;
}
.carousel__slide__controls__button--previous {
  left: calc(31px);
}
.carousel__slide__controls__button--next {
  right: calc(31px);
}
@media (min-width: 576px) {
  .carousel__slide__controls__button--previous {
    left: calc((100% - 540px) / 2 + 31px);
  }
  .carousel__slide__controls__button--next {
    right: calc((100% - 540px) / 2 + 31px);
  }
}
@media (min-width: 768px) {
  .carousel__slide__controls__button--previous {
    left: calc((100% - 720px) / 2 + 31px);
  }
  .carousel__slide__controls__button--next {
    right: calc((100% - 720px) / 2 + 31px);
  }
}
@media (min-width: 992px) {
  .carousel__slide__controls__button--previous {
    left: calc((100% - 960px) / 2 + 31px);
  }
  .carousel__slide__controls__button--next {
    right: calc((100% - 960px) / 2 + 31px);
  }
}
@media (min-width: 1240px) {
  .carousel__slide__controls__button--previous {
    left: calc((100% - 1180px) / 2 + 31px);
  }
  .carousel__slide__controls__button--next {
    right: calc((100% - 1180px) / 2 + 31px);
  }
}
.carousel__slide__controls__button__icon {
  fill: #010039;
}
.carousel__slide__image {
  aspect-ratio: 335/486;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #010039;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  position: relative;
}
.carousel__slide__image__sales-overlay {
  position: absolute;
  display: none;
  inset: 0 20% 37px 0;
}
.carousel__slide__image__overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  padding: 60px 16px 24px;
  width: 100%;
}
.carousel__slide__image__overlay__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.carousel__slide__subtitle {
  color: #010039;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.carousel__slide__header {
  margin: 0;
  color: #FFFFFF;
}
.carousel__slide__description, .carousel__slide__list {
  margin: 0;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 22px;
}
.carousel__slide__list {
  list-style: none;
  padding: 0;
}
.carousel__slide__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
.carousel__slide__list__item:last-child {
  margin-bottom: 0;
}
.carousel__slide__list__item__text {
  text-align: left;
}
.carousel__slide__list__icon {
  fill: #010039;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.carousel__slide__button {
  font-size: 14px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 17px 24px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.carousel__slide__button:hover, .carousel__slide__button:focus {
  text-decoration: none;
  color: #FFFFFF;
}
.carousel__slide__button--accent {
  background: #d50042;
}
.carousel__slide__button--accent:hover, .carousel__slide__button--accent:focus {
  background: #ff2367;
}
.carousel__slide__button--primary {
  background: #010039;
}
.carousel__slide__button--primary:hover, .carousel__slide__button--primary:focus {
  background: #02006c;
}
.carousel__controls-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.carousel__controls {
  margin: 23px 0 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  list-style: none;
  position: relative;
}
.carousel__controls__move-move {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.carousel__controls__item {
  position: relative;
  cursor: pointer;
}
.carousel__controls__item__button {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 1px 5px;
  border-radius: 4px;
  border: none;
  background: none;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 19px;
}
.carousel__controls__item__button:focus-visible {
  background: rgba(255, 255, 255, 0.2);
}
.carousel__controls__item:hover .carousel__controls__item__button {
  background: rgba(255, 255, 255, 0.2);
}
.carousel__controls__item__tooltip {
  border-radius: 6px;
  background: var(--system-white, #FFFFFF);
  -webkit-box-shadow: 0 14px 64px -4px rgba(24, 39, 75, 0.12), 0px 8px 22px -6px rgba(24, 39, 75, 0.12);
          box-shadow: 0 14px 64px -4px rgba(24, 39, 75, 0.12), 0px 8px 22px -6px rgba(24, 39, 75, 0.12);
  padding: 3px;
  position: absolute;
  bottom: calc(100% + 13px);
  left: -49.5px;
}
.carousel__controls__item__tooltip__arrow {
  position: absolute;
  fill: #FFFFFF;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.carousel__controls__item__tooltip__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 112px;
  height: 68px;
  border-radius: 2px;
  position: relative;
  z-index: 5;
}
.carousel__controls__slider {
  width: 62px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 11px;
  border-radius: 8px;
}
.carousel__controls__slider__bar {
  border-radius: 8px;
  background: #FFFFFF;
  height: 100%;
  width: 0;
  -webkit-transition: width linear 0.2s;
  transition: width linear 0.2s;
}

@media (max-width: 767.98px) {
  .carousel__slide--two-thirds .carousel__slide__description, .carousel__slide--half-width .carousel__slide__description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .carousel__slide--two-thirds .carousel__slide__description {
    -webkit-line-clamp: 3;
  }
  .carousel__slide--two-thirds .carousel__slide__list__item:nth-child(n+3):not(.carousel__slide--two-thirds .carousel__slide__list__item:last-child) {
    margin-bottom: 0;
  }
  .carousel__slide--two-thirds .carousel__slide__list__item:nth-child(n+3):not(.carousel__slide--two-thirds .carousel__slide__list__item:last-child) .carousel__slide__list__item__text::after {
    content: "…";
  }
  .carousel__slide--two-thirds .carousel__slide__list__item:nth-child(n+4) {
    display: none;
  }
  .carousel__slide--half-width .carousel__slide__description {
    -webkit-line-clamp: 2;
  }
  .carousel__slide--half-width .carousel__slide__list__item:nth-child(n+2):not(.carousel__slide--half-width .carousel__slide__list__item:last-child) {
    margin-bottom: 0;
  }
  .carousel__slide--half-width .carousel__slide__list__item:nth-child(n+2):not(.carousel__slide--half-width .carousel__slide__list__item:last-child) .carousel__slide__list__item__text::after {
    content: "…";
  }
  .carousel__slide--half-width .carousel__slide__list__item:nth-child(n+3) {
    display: none;
  }
}
@media (min-width: 768px) {
  .carousel__background {
    display: block;
    background-position: var(--desktop-background-position, top);
  }
  .carousel__background--mobile {
    background-size: cover;
  }
  .carousel__slide--two-thirds .carousel__slide__image, .carousel__slide--half-width .carousel__slide__image {
    aspect-ratio: unset;
    height: 100%;
  }
  .carousel__slide--two-thirds .carousel__slide__button, .carousel__slide--half-width .carousel__slide__button {
    margin-top: 16px;
  }
  .carousel__slide--two-thirds {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 19px;
    min-height: 422px;
  }
  .carousel__slide--two-thirds .carousel__slide__header {
    padding-right: 16px;
  }
  .carousel__slide--two-thirds .carousel__slide__content {
    padding: 24px 48px 24px 5px;
  }
  .carousel__slide--half-width {
    display: grid;
    min-height: min(58vw, 447px);
    grid-template-columns: 1fr 1fr;
  }
  .carousel__slide--half-width .carousel__slide__content {
    padding-top: calc(1.1764705882vw + 9.8823529412px);
    padding-bottom: calc(1.1764705882vw + 9.8823529412px);
    padding-left: calc(4.7058823529vw + -8.4705882353px);
    padding-right: calc(4.7058823529vw + -8.4705882353px);
  }
}
@media (min-width: 768px) and (max-width: 520px) {
  .carousel__slide--half-width .carousel__slide__content {
    padding-top: 16px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .carousel__slide--half-width .carousel__slide__content {
    padding-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 520px) {
  .carousel__slide--half-width .carousel__slide__content {
    padding-bottom: 16px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .carousel__slide--half-width .carousel__slide__content {
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 520px) {
  .carousel__slide--half-width .carousel__slide__content {
    padding-left: 16px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .carousel__slide--half-width .carousel__slide__content {
    padding-left: 48px;
  }
}
@media (min-width: 768px) and (max-width: 520px) {
  .carousel__slide--half-width .carousel__slide__content {
    padding-right: 16px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .carousel__slide--half-width .carousel__slide__content {
    padding-right: 48px;
  }
}
@media (min-width: 768px) {
  .carousel__slide--sales {
    padding-right: min(7vw, 100px);
  }
  .carousel__slide--sales .carousel__slide__image-container {
    position: absolute;
    inset: 0;
  }
  .carousel__slide--sales .carousel__slide__image {
    aspect-ratio: 376/239;
    position: absolute;
    right: min(7vw, 100px);
    left: 26%;
  }
  .carousel__slide--sales .carousel__slide__image__sales-overlay {
    display: block;
  }
  .carousel__slide--sales .carousel__slide__content {
    margin-top: 0;
    max-width: 60%;
    gap: 22px;
  }
  .carousel__slide--sales .carousel__slide__description {
    max-width: 370px;
  }
}
@media (min-width: 768px) {
  .carousel__slide__image {
    aspect-ratio: 12/6;
  }
  .carousel__slide__image__overlay {
    padding: 128px 48px 48px;
  }
  .carousel__slide__image__overlay__inner {
    max-width: 70%;
    gap: 14px;
  }
}
@media (min-width: 768px) {
  .carousel__slide__button {
    padding: 17px 24px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
  }
  .carousel__slide__button--accent {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .carousel__slide__controls__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .carousel__controls {
    margin-top: 18px;
  }
}
@media (min-width: 992px) {
  .carousel__slide--two-thirds {
    grid-template-columns: 2fr 1fr;
  }
  .carousel__slide--half-width {
    aspect-ratio: 229/110;
  }
  .carousel__slide--sales {
    min-height: min(72vw, 478px);
  }
  .carousel__slide__image__overlay__inner {
    max-width: 48%;
  }
}
@media (min-width: 1240px) {
  .carousel__slide--sales .carousel__slide__content {
    padding: 11px 0;
  }
}
@media (min-width: 1440px) {
  .carousel {
    padding-top: 160px;
    padding-bottom: 95px;
  }
  .carousel__slide__image {
    aspect-ratio: 12/7;
  }
  .carousel__slide--two-thirds {
    aspect-ratio: 229/104;
  }
  .carousel__slide--half-width {
    aspect-ratio: 229/114;
  }
}
.hero__heading-container--with-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero__heading-container--with-button .content__navigation-button-wrapper {
  min-width: 184px;
}

.content__navigation-button {
  border-radius: 4px;
  background: #F0F0F0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 36px 14px 20px;
  border: none;
  color: #010039;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  white-space: normal;
  word-break: break-word;
}
.content__navigation-button__icon {
  position: absolute;
  right: 12px;
  fill: #010039;
  pointer-events: none;
}
.content__navigation-button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content__navigation-button-wrapper--desktop {
  display: none;
}
.content__card {
  border-radius: 6px;
  background: #FFFFFF;
  border: 1px solid #F9F9F9;
  -webkit-box-shadow: 0 8px 24px -4px rgba(24, 39, 75, 0.08), 0 6px 12px -6px rgba(24, 39, 75, 0.12);
          box-shadow: 0 8px 24px -4px rgba(24, 39, 75, 0.08), 0 6px 12px -6px rgba(24, 39, 75, 0.12);
  overflow: hidden;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a.content__card:hover, a.content__card:focus {
  -webkit-box-shadow: 0 14px 64px -4px rgba(24, 39, 75, 0.12), 0 8px 22px -6px rgba(24, 39, 75, 0.12);
          box-shadow: 0 14px 64px -4px rgba(24, 39, 75, 0.12), 0 8px 22px -6px rgba(24, 39, 75, 0.12);
  -webkit-transform: scale(1.036);
          transform: scale(1.036);
}

.content__card--desktop {
  display: none;
}
.content__card--medium-only {
  display: none;
}
.content__card--large .content__card__date {
  margin-bottom: 4px;
}
.content__card--large .content__card__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.content__card--large .content__card__link {
  display: block;
}
.content__card--feature {
  background: #010039;
  grid-column: 1/-1;
}
.content__card--feature .content__card__date, .content__card--feature .content__card__title, .content__card--feature .content__card__description, .content__card--feature .content__card__link {
  color: #FFFFFF;
}
.content__card--feature .content__card__content, .content__card--full-width .content__card__content {
  padding: 16px 15px 15px 15px;
}
.content__card__icon-container {
  padding: 15px 15px 1px 15px;
}
.content__card__image-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 229px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content__card__image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.content__card__play-button {
  z-index: 10;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.content__card__play-button__circle {
  fill: #d50042;
  opacity: 0.9;
}
.content__card__play-button__triangle {
  fill: #FFFFFF;
}
.content__card__content {
  padding: 12px 15px 11px 15px;
}
.content__card__icon {
  fill: #010039;
  width: 48px;
  height: 48px;
}
.content__card__date {
  margin-bottom: 7px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.content__card__date, .content__card__title {
  color: #010039;
}
.content__card__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 0;
}
.content__card__subtitle {
  color: #171717;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 4px;
}
.content__card__description {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 5px;
}
.content__card__description, .content__card__link {
  color: #555555;
}
.content__card__link {
  margin-top: 9px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: none;
}
.content__card__link:hover {
  color: #d50042;
}
.content__card__link--button {
  border-radius: 4px;
  background: #F0F0F0;
}
.content__card__link--button:hover {
  background: #F9F9F9;
  color: #171717;
}
.content__card__controls {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  z-index: 10;
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content__card__controls__duration {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
.content__cards {
  padding-top: 40px;
  padding-bottom: 60px;
}
.content__cards__ribbon-container {
  position: relative;
}
.content__cards__container {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 16px;
  padding-bottom: calc(9.4117647059vw + -32.9411764706px);
}
@media (max-width: 520px) {
  .content__cards__container {
    padding-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .content__cards__container {
    padding-bottom: 80px;
  }
}
.content__cards__container--ribbon {
  overflow: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  padding-left: 15px;
  scroll-padding-left: 15px;
}
.content__cards__container--ribbon::-webkit-scrollbar {
  display: none;
  overflow-style: none;
  scrollbar-width: none;
}
@media (min-width: 576px) {
  .content__cards__container--ribbon {
    padding-left: calc((100% - 540px) / 2 + 15px);
    scroll-padding-left: calc((100% - 540px) / 2 + 15px);
  }
}
@media (min-width: 768px) {
  .content__cards__container--ribbon {
    padding-left: calc((100% - 720px) / 2 + 15px);
    scroll-padding-left: calc((100% - 720px) / 2 + 15px);
  }
}
@media (min-width: 992px) {
  .content__cards__container--ribbon {
    padding-left: calc((100% - 960px) / 2 + 15px);
    scroll-padding-left: calc((100% - 960px) / 2 + 15px);
  }
}
@media (min-width: 1240px) {
  .content__cards__container--ribbon {
    padding-left: calc((100% - 1180px) / 2 + 15px);
    scroll-padding-left: calc((100% - 1180px) / 2 + 15px);
  }
}
.content__cards__container--ribbon.content__cards__container--players {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
.content__cards__container--ribbon.content__cards__container--players .content__card {
  scroll-snap-align: center;
  width: 263px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content__cards__container--ribbon.content__cards__container--players .content__card__content {
  padding: 20px 24px;
}
.content__cards__container--ribbon.content__cards__container--players .content__card__subtitle {
  line-height: 16px;
}
.content__cards__container--players .content__card__image-container {
  height: auto;
  aspect-ratio: 131/136;
  background-position: center top;
}
.content__cards__container--players .content__card__image {
  -o-object-position: top;
     object-position: top;
}
.content__cards__container--players .content__card__image--transparent {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.content__cards__container--players + .content__cards__header {
  margin-top: calc(8.2352941176vw + 21.1764705882px);
}
@media (max-width: 520px) {
  .content__cards__container--players + .content__cards__header {
    margin-top: 64px;
  }
}
@media (min-width: 1200px) {
  .content__cards__container--players + .content__cards__header {
    margin-top: 120px;
  }
}
.content__cards__container--staff {
  -webkit-column-gap: 93px;
     -moz-column-gap: 93px;
          column-gap: 93px;
}
.content__cards__container--staff .content__card__image-container {
  aspect-ratio: 40/37;
}
.content__cards__container--videos .content__card {
  min-height: 260px;
}
.content__cards__hero-container {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 16px;
}
.content__cards__header {
  color: #555555;
  margin-bottom: 27px;
}
.content__cards__grid {
  padding-top: 40px;
}
.content__cards__grid__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content__cards__grid__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content__cards__grid__button {
  padding: 8px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  color: #171717;
  background: #F0F0F0;
  -webkit-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content__cards__grid__button:not(.content__cards__grid__button--disabled):hover {
  background: #F9F9F9;
  color: #171717;
}
.content__cards__grid__button--large {
  padding: 10px 20px;
}
.content__cards__grid__button--disabled {
  color: #C6C6C6;
}
.content__cards__grid__button__icon {
  fill: currentColor;
}

@media (max-width: 767.98px) {
  .content__cards__container--list .content__card:not(.content__card--medium-only):not(.content__card--large) {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
  .content__cards__container--list .content__card:not(.content__card--medium-only):not(.content__card--large) .content__card__image-container {
    height: auto;
    min-height: 112px;
  }
  .content__cards__container--players .content__card {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
  .content__cards__container--players .content__card__image-container {
    height: auto;
    min-height: 99px;
  }
  .content__cards__container--players .content__card__content {
    padding: 20px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content__cards__container--players .content__card__title {
    color: #010039;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) {
  .hero--sm + .content__cards {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .content__cards__container--two-cards-hero.content__cards__container--with-feature-card > .content__card:nth-last-child(2):nth-child(odd) {
    display: none;
  }
  .content__cards__container--two-cards-hero.content__cards__container--with-feature-card + .content__cards__container .content__card--medium-only {
    display: block;
  }
}
@media (min-width: 768px) {
  .hero--content-cards {
    padding-bottom: 120px;
  }
  .content__navigation-button-wrapper--mobile {
    display: none;
  }
  .content__navigation-button-wrapper--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .content__cards {
    padding-top: 10px;
    padding-bottom: 80px;
  }
  .content__cards__container {
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }
  .content__cards__container__row {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .content__cards__hero-container {
    position: relative;
    z-index: 5;
    margin-top: -126px;
    grid-template-columns: 1fr;
  }
  .content__cards__header {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 48px;
  }
  .content__card--large {
    border: none;
  }
  .content__card--large .content__card__image-container {
    height: 325px;
  }
  .content__card--large .content__card__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
  }
  .content__card--large .content__card__date {
    margin-bottom: 3px;
  }
  .content__card--large .content__card__content {
    padding: 24px;
  }
  .content__card--full-width .content__card__content {
    padding: 24px 24px 24px 0;
  }
  .content__card--feature, .content__card--full-width {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    border: none;
  }
  .content__card--feature .content__card__image-container, .content__card--full-width .content__card__image-container {
    min-height: 330px;
    height: 100%;
  }
  .content__card--feature .content__card__image-container {
    grid-column: 2/-1;
    grid-row: 1/2;
  }
  .content__card--feature .content__card__content {
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 24px 0 24px 24px;
  }
  .content__card:not(.content__card--compact):not(.content__card--row) .content__card__icon-container {
    padding: 23px 23px 0 23px;
  }
  .content__card__image-container {
    height: 228px;
  }
  .content__card__play-button--large {
    width: 80px;
    height: 80px;
  }
  .content__card--without-image .content__card__content {
    padding: 23px;
  }
  .content__card__content {
    padding: 24px 23px 23px 23px;
  }
  .content__card__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }
  .content__card__link {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .content__cards {
    margin-top: 80px;
  }
  .content__cards__container {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 80px;
  }
  .content__cards__container--two-cards-hero .content__cards__hero-container {
    grid-template-columns: 1fr 1fr;
  }
  .content__cards__container--players, .content__cards__container--staff {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .content__cards__hero-container {
    margin-top: -166px;
  }
  .content__card--desktop {
    display: block;
  }
  .content__card--mobile {
    display: none;
  }
  .content__card--feature, .content__card--full-width {
    gap: 15px;
  }
  .content__card--feature .content__card__image-container, .content__card--full-width .content__card__image-container {
    min-height: 422px;
  }
  .content__card--full-width {
    grid-template-columns: 2fr 1fr;
  }
  .content__card--full-width .content__card__content {
    padding: 24px 24px 24px 9px;
  }
  .content__card--feature {
    grid-template-columns: 1fr 2fr;
  }
  .content__card--feature .content__card__content {
    padding: 24px 9px 24px 24px;
  }
}
.content-boxes__container {
  padding-top: calc(8.2352941176vw + -18.8235294118px);
  padding-bottom: calc(8.2352941176vw + -18.8235294118px);
}
@media (max-width: 520px) {
  .content-boxes__container {
    padding-top: 24px;
  }
}
@media (min-width: 1200px) {
  .content-boxes__container {
    padding-top: 80px;
  }
}
@media (max-width: 520px) {
  .content-boxes__container {
    padding-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .content-boxes__container {
    padding-bottom: 80px;
  }
}
.content-boxes__container--with-navigation {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 130px;
}
.content-boxes__grid {
  display: grid;
  gap: 24px;
}
.content-boxes .content__card::after {
  content: none;
}
.content-boxes .content__card .content__card__link {
  margin-top: 16px;
}
.content-boxes .content__card--without-image .content__card__link {
  margin-top: 16px;
}
.content-boxes .content__card--without-image .content__card__content {
  padding: 15px;
}
.content-boxes .content__card--without-content .content__card__image-container {
  height: 200px;
}
.content-boxes .content__card__image-container {
  height: 151px;
}
.content-boxes .content__card__content {
  padding: 16px 15px 15px 15px;
}
.content-boxes .content__card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 0;
}
.content-boxes .content__card__description {
  margin-top: 8px;
}
.content-boxes .content__card__description + .content__card__link {
  margin-top: 16px;
}
.content-boxes .content__card__link {
  padding: 13px 0;
  line-height: 22px;
  font-size: 14px;
  display: inline-block;
}
.content-boxes .content__card__link--button {
  padding: 13px 20px;
}

@media (min-width: 768px) {
  .content-boxes__container--with-navigation .content-boxes .content__card__content, .content-boxes__container--with-navigation .content-boxes .content__card--without-image .content__card__content {
    padding: 15px;
  }
  .content-boxes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    row-gap: 80px;
  }
  .content-boxes .content__card--without-image .content__card__link {
    margin-top: 32px;
  }
  .content-boxes .content__card--without-image .content__card__content {
    padding: 23px;
  }
  .content-boxes .content__card--with-description .content__card__image-container {
    height: 234px;
  }
  .content-boxes .content__card--without-content .content__card__image-container {
    height: 334px;
  }
  .content-boxes .content__card__image-container {
    height: 237px;
  }
  .content-boxes .content__card__content {
    padding: 24px 23px 23px 23px;
  }
  .content-boxes .content__card__link {
    margin-top: 32px;
  }
}
@media (min-width: 992px) {
  .content-boxes__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .content-boxes__grid--4-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1240px) {
  .content-boxes__grid--4-columns {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .news-details__more-news .content__cards__container {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}

.news-details__more-news .news-details__heading, .news-details__more-videos .news-details__heading {
  margin-left: 15px;
}

.standard-content .content__card__description {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 5px;
}
.standard-content .content__cards__header {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 48px;
  color: #555555;
}

content__cards__container--two-cards-landing {
  grid-template-columns: 1fr 1fr;
}
content__cards__container--two-cards-landing .content__card__image-container {
  height: 350px;
}

.content__cards + .content__cards {
  margin-top: calc(1.4705882353vw + -27.6470588235px);
}
@media (max-width: 520px) {
  .content__cards + .content__cards {
    margin-top: -20px;
  }
}
@media (min-width: 1200px) {
  .content__cards + .content__cards {
    margin-top: -10px;
  }
}

.packages + .content__cards {
  margin-top: calc(1.4705882353vw + -27.6470588235px);
}
@media (max-width: 520px) {
  .packages + .content__cards {
    margin-top: -20px;
  }
}
@media (min-width: 1200px) {
  .packages + .content__cards {
    margin-top: -10px;
  }
}

.packages + .content-boxes {
  margin-top: calc(1.4705882353vw + -27.6470588235px);
  padding-top: calc(1.4705882353vw + -27.6470588235px);
}
@media (max-width: 520px) {
  .packages + .content-boxes {
    margin-top: -20px;
  }
}
@media (min-width: 1200px) {
  .packages + .content-boxes {
    margin-top: -10px;
  }
}
@media (max-width: 520px) {
  .packages + .content-boxes {
    padding-top: -20px;
  }
}
@media (min-width: 1200px) {
  .packages + .content-boxes {
    padding-top: -10px;
  }
}

.promotion__header {
  color: #555555;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 40px;
}
.promotion__panel {
  border-radius: 6px;
  overflow: hidden;
  display: grid;
}
.promotion__panel--feature {
  -webkit-box-shadow: 0 8px 24px -4px rgba(24, 39, 75, 0.08), 0 6px 12px -6px rgba(24, 39, 75, 0.12);
          box-shadow: 0 8px 24px -4px rgba(24, 39, 75, 0.08), 0 6px 12px -6px rgba(24, 39, 75, 0.12);
  background: #FFFFFF;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.promotion__panel--feature .promotion__panel__content {
  padding: 32px 24px;
}
.promotion__panel--floating {
  background: #F0F0F0;
  padding: 32px 24px;
}
.promotion__panel--floating .promotion__panel__description {
  max-width: 450px;
}
.promotion__panel__image-container {
  height: 226px;
  overflow: hidden;
  position: relative;
}
.promotion__panel__image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promotion__panel__title {
  font-size: calc(2.3529411765vw + 25.7647058824px);
  line-height: calc(2.0588235294vw + 19.2941176471px);
  letter-spacing: calc(-0.1470588235vw + -0.2352941176px);
  color: #171717;
  text-transform: uppercase;
  color: #010039;
  margin-bottom: 16px;
}
@media (max-width: 520px) {
  .promotion__panel__title {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .promotion__panel__title {
    font-size: 54px;
  }
}
@media (max-width: 520px) {
  .promotion__panel__title {
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .promotion__panel__title {
    line-height: 44px;
  }
}
@media (max-width: 520px) {
  .promotion__panel__title {
    letter-spacing: -1px;
  }
}
@media (min-width: 1200px) {
  .promotion__panel__title {
    letter-spacing: -2px;
  }
}
.promotion__panel__description {
  color: #555555;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}
.promotion__panel__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 17px 24px;
  border-radius: 4px;
  background: #010039;
  border: none;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.promotion__panel__button:hover, .promotion__panel__button:focus {
  background: #02006c;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .promotion__panel__image-container {
    min-height: 422px;
    height: 100%;
  }
  .promotion__panel--feature {
    gap: 15px;
    grid-template-columns: 2fr 1fr;
  }
  .promotion__panel--feature:hover, .promotion__panel--feature:focus {
    -webkit-box-shadow: 0 14px 64px -4px rgba(24, 39, 75, 0.12), 0 8px 22px -6px rgba(24, 39, 75, 0.12);
            box-shadow: 0 14px 64px -4px rgba(24, 39, 75, 0.12), 0 8px 22px -6px rgba(24, 39, 75, 0.12);
    -webkit-transform: scale(1.036);
            transform: scale(1.036);
  }
  .promotion__panel--feature .promotion__panel__content {
    padding: 24px 24px 24px 6px;
  }
  .promotion__panel--floating {
    gap: 32px;
    grid-template-columns: 1fr auto;
    padding: 48px;
  }
  .promotion__panel--floating .promotion__panel__description {
    margin-bottom: 0;
  }
  .promotion__panel--floating .promotion__panel__button {
    padding: 17px 39px;
  }
}
.next-match {
  background: #010039;
}
.next-match--secondary {
  background: #0ebfeb;
}
.next-match__container {
  padding-top: 25px;
  padding-bottom: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.next-match__title, .next-match__score, .next-match__versus, .next-match__text, .next-match__button {
  color: #FFFFFF;
}
.next-match__title {
  font-weight: 700;
  font-size: 20px;
}
.next-match__title {
  line-height: 24px;
  color: #d50042;
}
.next-match__live-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  background: #d50042;
  border-radius: 4px;
  padding: 3px 8px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 500;
}
.next-match__live-label__dot {
  margin-left: 8px;
  -webkit-animation: pulse 0.75s alternate infinite;
          animation: pulse 0.75s alternate infinite;
}
.next-match__teams-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 0;
}
.next-match__team-logo-container {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.next-match__team-logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.next-match__versus {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  margin: 0 16px;
  opacity: 0.5;
  font-weight: 900;
  font-size: 26px;
  line-height: 20px;
}
.next-match__score {
  font-size: calc(2.3529411765vw + 25.7647058824px);
  line-height: calc(2.0588235294vw + 19.2941176471px);
  letter-spacing: calc(-0.1470588235vw + -0.2352941176px);
  color: #171717;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 8px;
  position: relative;
  top: 3px;
}
@media (max-width: 520px) {
  .next-match__score {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .next-match__score {
    font-size: 54px;
  }
}
@media (max-width: 520px) {
  .next-match__score {
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .next-match__score {
    line-height: 44px;
  }
}
@media (max-width: 520px) {
  .next-match__score {
    letter-spacing: -1px;
  }
}
@media (min-width: 1200px) {
  .next-match__score {
    letter-spacing: -2px;
  }
}
.next-match__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.next-match__text--date {
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.next-match__text--location {
  margin-bottom: 8px;
}
.next-match__text__timezone-wrapper {
  margin-left: 8px;
  position: relative;
}
.next-match__text__timezone {
  opacity: 0.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.next-match__text__timezone__icon {
  fill: currentColor;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.next-match__text__timezone__tooltip-wrapper {
  padding-bottom: 18px;
  bottom: calc(100% - 5px);
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.next-match__text__timezone__tooltip {
  position: relative;
  -webkit-animation: fadeInFromNone 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: fadeInFromNone 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  border-radius: 6px;
  background: #FFFFFF;
  padding: 8px 12px;
  width: min(244px, 100vw);
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  -webkit-box-shadow: 0 14px 64px -4px rgba(24, 39, 75, 0.12), 0 8px 22px -6px rgba(24, 39, 75, 0.12);
          box-shadow: 0 14px 64px -4px rgba(24, 39, 75, 0.12), 0 8px 22px -6px rgba(24, 39, 75, 0.12);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.next-match__text__timezone__tooltip--hidden {
  display: none;
}
.next-match__text__timezone__tooltip--fade-out {
  -webkit-animation: fadeOut 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: fadeOut 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.next-match__text__timezone__tooltip__arrow {
  position: absolute;
  bottom: -8px;
  left: calc(50% - 14px);
  fill: #FFFFFF;
}
.next-match__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #ff0351;
  color: #ff0351;
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 13px 16px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin: 8px 0 0 0;
}
.next-match__button:hover, .next-match__button:focus {
  background: #d50042;
  border-color: #d50042;
  color: #FFFFFF;
}
.next-match--loading .next-match__container {
  opacity: 0.4;
}
.next-match--loading .next-match__versus {
  color: #FFFFFF;
  opacity: 1;
}
.next-match--loading .next-match__button {
  width: 128px;
  height: 48px;
}
.next-match--loading .skeleton-loader {
  background: #FFFFFF;
}
.next-match--loading .next-match__team-logo-container .skeleton-loader {
  --width: 36px;
  --height: 36px;
  --border-radius: 100% ;
}

@media (min-width: 992px) {
  .next-match__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .next-match__title {
    font-size: 26px;
  }
  .next-match__title {
    margin-right: 52px;
    line-height: 34px;
  }
  .next-match__live-label {
    margin-right: 55px;
  }
  .next-match__teams-container {
    margin: 0 40px 0 0;
  }
  .next-match__team-logo-container {
    width: 72px;
    height: 72px;
  }
  .next-match__text {
    font-size: 16px;
    line-height: 20px;
  }
  .next-match__text--date {
    margin-right: 30px;
    gap: 34px;
  }
  .next-match__text--date {
    margin-bottom: 0;
  }
  .next-match__text--location {
    margin-bottom: 0;
    margin-left: auto;
  }
  .next-match__button {
    margin: 0 0 0 auto;
  }
  .next-match--live .next-match__teams-container {
    margin-right: 34px;
  }
  .next-match .next-match__team-logo-container .skeleton-loader {
    --width: 56px;
    --height: 56px;
    --border-radius: 100% ;
  }
}
.fixtures {
  padding-top: calc(7.0588235294vw + -12.7058823529px);
  padding-bottom: calc(7.0588235294vw + -12.7058823529px);
}
@media (max-width: 520px) {
  .fixtures {
    padding-top: 24px;
  }
}
@media (min-width: 1200px) {
  .fixtures {
    padding-top: 72px;
  }
}
@media (max-width: 520px) {
  .fixtures {
    padding-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .fixtures {
    padding-bottom: 72px;
  }
}
.fixtures__banner {
  background: #ff0351;
  color: #555555;
  font-size: 16px;
  line-height: 26px;
  padding: 11px;
}
.fixtures__banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.fixtures__banner__icon {
  fill: currentColor;
  opacity: 0.8;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fixtures__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixtures__header--results {
  margin-bottom: 32px;
}
.fixtures__header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.fixtures__header__button, .fixtures__header__dropdown {
  border-radius: 22px;
  background: #F0F0F0;
  border: none;
  color: #010039;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 20px 8px 12px;
}
.fixtures__header__button__icon, .fixtures__header__dropdown__icon {
  fill: currentColor;
}
.fixtures__header__button:hover, .fixtures__header__button:focus, .fixtures__header__dropdown:hover, .fixtures__header__dropdown:focus {
  background-color: rgba(240, 240, 240, 0.5);
  color: #010039;
}
.fixtures__header__dropdown-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.fixtures__header__dropdown {
  padding: 10px 44px 10px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 20px;
  width: 100%;
}
.fixtures__header__dropdown__icon {
  position: absolute;
  right: 12px;
  fill: #010039;
  pointer-events: none;
}
.fixtures__header__dropdown__fade-enter-active, .fixtures__header__dropdown__fade-leave-active {
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fixtures__header__dropdown__fade-enter, .fixtures__header__dropdown__fade-leave-to {
  opacity: 0;
}
.fixtures__header__dropdown__fade-enter-to, .fixtures__header__dropdown__fade-leave {
  opacity: 1;
}
.fixtures__header__dropdown__menu {
  border-radius: 8px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  top: calc(100% + 4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  overflow: hidden;
  min-width: 100%;
}
.fixtures__header__dropdown__menu__item {
  width: 100%;
  color: #555555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 12px 11px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  line-height: 26px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: none;
  background: none;
}
.fixtures__header__dropdown__menu__item:hover, .fixtures__header__dropdown__menu__item:focus {
  color: #171717;
  background: #F0F0F0;
}
.fixtures__header__dropdown__menu__item--selected {
  font-weight: 600;
  color: #010039;
}
.fixtures__header__dropdown__menu__item__icon {
  fill: #171717;
}
.fixtures__header__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  display: none;
}
.fixtures__header__button--dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
}
.fixtures__heading {
  color: #555555;
  margin-bottom: 0;
  display: none;
}
.fixtures__heading--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixtures__cards {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 768px) {
  .fixtures__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1240px) {
  .fixtures__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
}
.fixtures__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-radius: 22px;
  background: #F0F0F0;
}
.fixtures__toggle__knob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 32px;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0.16;
  border: none;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0);
}
.fixtures__toggle__knob--active {
  opacity: 1;
  background: white;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.fixtures__toggle__knob--active .fixtures__toggle__icon {
  fill: #010039;
}
.fixtures__toggle__knob:not(.fixtures__toggle__knob--active):hover {
  opacity: 1;
}
.fixtures__toggle__icon {
  fill: #555555;
}
.fixtures__button {
  background: #F0F0F0;
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 14px;
  text-align: center;
  color: #010039;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fixtures__button:hover, .fixtures__button:focus {
  background-color: rgba(240, 240, 240, 0.5);
  color: #010039;
}
.fixtures__button--play {
  padding-top: 12px;
  padding-bottom: 12px;
}
.fixtures__button--disabled {
  pointer-events: none;
}
.fixtures__button--disabled, .fixtures__button--disabled:hover, .fixtures__button--disabled:focus {
  background: #F0F0F0;
  color: #C6C6C6;
  cursor: auto;
}
.fixtures__button__icon {
  margin-right: 8px;
  fill: currentColor;
}
.fixtures__score {
  font-size: calc(2.3529411765vw + 25.7647058824px);
  line-height: calc(2.0588235294vw + 19.2941176471px);
  letter-spacing: calc(-0.1470588235vw + -0.2352941176px);
  color: #171717;
  text-transform: uppercase;
  color: #010039;
  margin: 0 8px;
  position: relative;
  top: 3px;
  text-align: center;
}
@media (max-width: 520px) {
  .fixtures__score {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .fixtures__score {
    font-size: 54px;
  }
}
@media (max-width: 520px) {
  .fixtures__score {
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .fixtures__score {
    line-height: 44px;
  }
}
@media (max-width: 520px) {
  .fixtures__score {
    letter-spacing: -1px;
  }
}
@media (min-width: 1200px) {
  .fixtures__score {
    letter-spacing: -2px;
  }
}
.fixtures__card {
  background: #FFFFFF;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fixtures__card--live:not(.fixtures__card--texture) {
  background: #010039;
}
.fixtures__card--live:not(.fixtures__card--texture) .fixtures__card__title, .fixtures__card--live:not(.fixtures__card--texture) .fixtures__card__subtitle {
  color: #FFFFFF;
}
.fixtures__card--live:not(.fixtures__card--texture) .fixtures__card__team-logo-container {
  width: 64px;
  height: 64px;
}
.fixtures__card--live .fixtures__card__logos {
  padding: 48px 24px 0 24px;
}
.fixtures__card--live.fixtures__card--texture .fixtures__card__logos {
  padding-bottom: 16px;
}
.fixtures__card--texture .fixtures__card__title {
  margin-top: 24px;
}
.fixtures__card--texture .fixtures__card__logos {
  height: 181px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.fixtures__card--image .fixtures__card__logos {
  height: 262px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fixtures__card__live-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  background: #d50042;
  border-radius: 4px;
  position: absolute;
  right: 8px;
  top: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  padding: 4px 7px;
  z-index: 5;
}
.fixtures__card__live-label__dot {
  margin-left: 8px;
  -webkit-animation: pulse 0.75s alternate infinite;
          animation: pulse 0.75s alternate infinite;
}
.fixtures__card__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 16px 16px 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}
.fixtures__card__logos__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}
.fixtures__card .fixtures__score {
  color: #FFFFFF;
}
.fixtures__card__header-texture, .fixtures__card__header-image, .fixtures__card__header-background-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fixtures__card__header-texture {
  z-index: 1;
}
.fixtures__card__header-image {
  z-index: 2;
}
.fixtures__card__header-background-cover {
  z-index: 3;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(1, 0, 57, 0.8)), to(rgba(1, 0, 57, 0.8))), rgba(14, 191, 235, 0.2);
  background: linear-gradient(0deg, rgba(1, 0, 57, 0.8), rgba(1, 0, 57, 0.8)), rgba(14, 191, 235, 0.2);
  background-blend-mode: hard-light, screen;
}
.fixtures__card__team-logo-container {
  width: 72px;
  height: 72px;
  padding: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.fixtures__card__team-logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fixtures__card__inner {
  padding: 0 24px 24px 24px;
}
.fixtures__card__title {
  margin-top: 6px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #010039;
  margin-bottom: 0;
}
.fixtures__card__subtitle {
  margin-top: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #555555;
  opacity: 0.8;
  margin-bottom: 23px;
}
.fixtures__card__buttons {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.fixtures__card__buttons .fixtures__button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fixtures__card:hover {
  -webkit-transform: scale(1.036);
          transform: scale(1.036);
}
.fixtures__card:hover .package__image {
  opacity: 0.5;
}
.fixtures__cards.hidden, .fixtures__list.hidden {
  display: none;
}
.fixtures__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.fixtures__results__row, .fixtures__row {
  display: none;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(85, 85, 85, 0.1);
  padding: 15px 0 16px 0;
}
.fixtures__results__row--mobile, .fixtures__row--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixtures__results__row__cell, .fixtures__row__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fixtures__row--mobile {
  padding: 18px 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}
.fixtures__row--mobile .fixtures__row__cell--logos {
  margin-right: 16px;
}
.fixtures__row--mobile .fixtures__row__cell--logos .fixtures__card__team-logo-container {
  width: 40px;
  height: 40px;
  padding: 4px;
}
.fixtures__row--mobile .fixtures__row__heading {
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  margin-right: 9px;
}
.fixtures__row--mobile .fixtures__score {
  font-size: 36px;
  line-height: 1;
}
.fixtures__row--mobile:hover {
  -webkit-transform: scale(1.036);
          transform: scale(1.036);
}
.fixtures__row__cell--heading {
  min-width: 120px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.fixtures__row__cell--logos {
  margin-right: 55px;
}
.fixtures__row__cell--logos .fixtures__card__team-logo-container {
  width: 72px;
  height: 72px;
}
.fixtures__row__cell--date, .fixtures__row__cell--badge {
  min-width: 100px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.fixtures__row__cell--date, .fixtures__row__cell--location, .fixtures__row__cell--summary {
  font-weight: 500;
  color: #555555;
  opacity: 0.8;
}
.fixtures__row__cell--date, .fixtures__row__cell--location {
  font-size: 16px;
  line-height: 26px;
}
.fixtures__row__cell--location {
  margin: 0 24px;
}
.fixtures__row__cell--summary {
  font-size: 14px;
  line-height: 22px;
}
.fixtures__row__cell--buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fixtures__row__cell--buttons .fixtures__button {
  width: 100%;
  padding: 14px 20px;
}
.fixtures__row__heading {
  color: #010039;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}
.fixtures__results__container--desktop {
  display: none;
}
.fixtures__results__divider {
  border-top: 1px solid rgba(85, 85, 85, 0.1);
  margin: 0;
}
.fixtures__results__row {
  grid-template-columns: 1fr auto 1fr;
}
.fixtures__results__row--mobile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
  padding: 24px 15px 15px 15px;
  margin: 0 auto;
  max-width: 375px;
  overflow: hidden;
}
.fixtures__results__row--mobile .fixtures__row__heading {
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 16px;
}
.fixtures__results__row--mobile .fixtures__results__row__cell--score {
  grid-template-columns: 1fr minmax(-webkit-max-content, 154px) 1fr;
  grid-template-columns: 1fr minmax(max-content, 154px) 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.fixtures__results__row--mobile .fixtures__score {
  margin: 0 24px;
}
.fixtures__results__row--mobile .fixtures__card__team-logo-container {
  width: 48px;
  height: 48px;
  padding: 4px;
  margin: 0 auto;
}
.fixtures__results__row--mobile .fixtures__results__row__cell--buttons {
  margin-top: 20px;
  width: 100%;
}
.fixtures__results__row--mobile .fixtures__button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fixtures__results__row--mobile .fixtures__button__icon {
  margin-right: 20px;
}
.fixtures__results__row__cell--buttons {
  gap: 8px;
}
.fixtures__results__row__cell--score {
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(212px, -webkit-max-content) auto;
  grid-template-columns: auto minmax(212px, max-content) auto;
}
.fixtures__results__row__cell--has-badge {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: grid;
  grid-template-columns: minmax(115px, -webkit-min-content) auto;
  grid-template-columns: minmax(115px, min-content) auto;
  gap: 15px;
}
.fixtures__results__row__cell:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.fixtures__results__row__cell:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.fixtures__results__row__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.fixtures__results__row__result__points {
  color: #555555;
  font-size: 14px;
}
.fixtures__results__team-container__name {
  font-weight: 600;
  color: #010039;
  font-size: 14px;
  line-height: 28px;
}
.fixtures__results__score {
  display: grid;
  grid-template-columns: minmax(65px, -webkit-min-content) auto minmax(65px, -webkit-min-content);
  grid-template-columns: minmax(65px, min-content) auto minmax(65px, min-content);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.fixtures__results__score__number {
  font-size: calc(2.3529411765vw + 25.7647058824px);
  line-height: calc(2.0588235294vw + 19.2941176471px);
  letter-spacing: calc(-0.1470588235vw + -0.2352941176px);
  color: #171717;
  text-transform: uppercase;
  color: #010039;
  margin: 0;
}
@media (max-width: 520px) {
  .fixtures__results__score__number {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .fixtures__results__score__number {
    font-size: 54px;
  }
}
@media (max-width: 520px) {
  .fixtures__results__score__number {
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .fixtures__results__score__number {
    line-height: 44px;
  }
}
@media (max-width: 520px) {
  .fixtures__results__score__number {
    letter-spacing: -1px;
  }
}
@media (min-width: 1200px) {
  .fixtures__results__score__number {
    letter-spacing: -2px;
  }
}
.fixtures__results__score__number:first-child {
  justify-self: flex-end;
}
.fixtures__results__score__dash {
  fill: #D9D9D9;
}
.fixtures__badge {
  text-transform: uppercase;
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #E6E6E6;
  color: #555555;
}
.fixtures__badge--live {
  background: #d50042;
  color: #FFFFFF;
}
.fixtures__badge--result {
  width: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fixtures__badge--win {
  color: #d50042;
  background: #ff0351;
}
.fixtures__badge__dot {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: currentColor;
  -webkit-animation: pulse 0.75s alternate infinite;
          animation: pulse 0.75s alternate infinite;
}
.fixtures__overlay {
  background: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-animation: fadeInFromNone 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: fadeInFromNone 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fixtures__overlay--hidden {
  display: none;
  opacity: 0;
}
.fixtures__overlay--fade-out {
  -webkit-animation: fadeOut 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: fadeOut 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.fixtures__overlay--fade-out .fixtures__modal--event {
  -webkit-animation: slideDown 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: slideDown 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.fixtures__overlay--event {
  background: rgba(0, 0, 0, 0.75);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slideUp {
  0% {
    bottom: calc(-100% - 40px);
  }
  100% {
    bottom: 0;
  }
}
@keyframes slideUp {
  0% {
    bottom: calc(-100% - 40px);
  }
  100% {
    bottom: 0;
  }
}
@-webkit-keyframes slideDown {
  0% {
    bottom: 0;
  }
  100% {
    bottom: calc(-100% - 40px);
  }
}
@keyframes slideDown {
  0% {
    bottom: 0;
  }
  100% {
    bottom: calc(-100% - 40px);
  }
}
.fixtures__modal {
  position: relative;
  width: 345px;
  max-width: calc(100vw - 6px);
  padding: 32px 16px 26px 16px;
  border-radius: 6px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.fixtures__modal--event {
  width: 100%;
  max-width: 100%;
  max-height: calc(100vh - 92px);
  padding: 32px 24px 40px 24px;
  -webkit-animation: slideUp 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: slideUp 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fixtures__modal--event .fixtures__modal__inner {
  overflow-y: auto;
  max-height: 100%;
}
.fixtures__modal__title, .fixtures__modal__heading {
  color: #010039;
  text-align: center;
}
.fixtures__modal__event-name {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  text-transform: none;
  color: #010039;
  margin-bottom: 22px;
}
.fixtures__modal__details, .fixtures__modal__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
.fixtures__modal__details {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fixtures__modal__row .fixtures__modal__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fixtures__modal__detail {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.fixtures__modal__detail__name {
  margin-bottom: 2px;
  color: #555555;
  opacity: 0.8;
}
.fixtures__modal__detail__value {
  color: #171717;
}
.fixtures__modal__detail__value--list {
  margin: 0;
  padding-left: 20px;
}
.fixtures__modal__detail__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixtures__modal__detail__list__item__logo {
  height: 16px;
}
.fixtures__modal__link {
  text-decoration: underline;
}
.fixtures__modal__link, .fixtures__modal__link:focus, .fixtures__modal__link:hover {
  color: #171717;
}
.fixtures__modal__title {
  display: none;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 33px;
  font-size: 14px;
  line-height: 21px;
}
.fixtures__modal__title--mobile {
  display: block;
  font-size: 18px;
  line-height: 26px;
  text-transform: none;
  margin-bottom: 31px;
}
.fixtures__modal__heading {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.fixtures__modal__heading + .fixtures__modal__heading {
  margin-top: 8px;
}
.fixtures__modal__heading--date {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
}
.fixtures__modal__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 48px;
  max-width: 400px;
  margin: 16px auto 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.fixtures__modal__logo {
  max-height: 32px;
  max-width: 100px;
  margin-bottom: 24px;
}
.fixtures__modal__button {
  background: #d50042;
  border-radius: 4px;
  display: block;
  font-weight: 600;
  line-height: 21px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  padding: 14px 56px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-top: 14px;
}
.fixtures__modal__button:hover, .fixtures__modal__button:focus {
  background: #ef004a;
  color: #FFFFFF;
}
.fixtures__modal__close-button {
  background: none;
  border: none;
  position: absolute;
  padding: 0;
  top: -20px;
  right: 16px;
}
.fixtures__modal__close-button__circle {
  fill: #555555;
}
.fixtures__modal__close-button__cross {
  fill: #FFFFFF;
}
.fixtures__empty {
  padding-top: calc(9.5588235294vw + -25.7058823529px);
  padding-bottom: calc(12.9411764706vw + -35.2941176471px);
  border-top: 1px solid rgba(85, 85, 85, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  text-align: center;
}
@media (max-width: 520px) {
  .fixtures__empty {
    padding-top: 24px;
  }
}
@media (min-width: 1200px) {
  .fixtures__empty {
    padding-top: 89px;
  }
}
@media (max-width: 520px) {
  .fixtures__empty {
    padding-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .fixtures__empty {
    padding-bottom: 120px;
  }
}
.fixtures__empty__icon-container {
  padding: 8px;
  border-radius: 6px;
  background: #DAF4FF;
  margin-bottom: 19px;
}
.fixtures__empty__icon {
  fill: #d50042;
}
.fixtures__empty__header, .fixtures__empty__text {
  margin-bottom: 0;
}
.fixtures__empty__text, .fixtures__empty__link {
  color: #555555;
  font-size: 14px;
  line-height: 22px;
  max-width: 275px;
}
.fixtures__empty__link {
  text-decoration: underline;
}
.fixtures__empty__link:hover, .fixtures__empty__link:focus {
  text-decoration: underline;
  color: #d50042;
}

@media (min-width: 992px) {
  .fixtures__results__container {
    display: none;
  }
  .fixtures__results__container--desktop {
    display: block;
  }
  .fixtures__header {
    margin-bottom: 32px;
  }
  .fixtures__list {
    gap: 0;
  }
  .fixtures__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fixtures__row--mobile {
    display: none;
  }
  .fixtures__results__row {
    display: grid;
  }
  .fixtures__results__row--mobile {
    display: none;
  }
  .fixtures__results__row__cell--buttons {
    display: grid;
    grid-template-columns: auto;
  }
  .fixtures__results__row__cell--buttons .fixtures__button {
    min-width: 187px;
  }
  .fixtures__results__row__cell--score {
    gap: 24px;
  }
  .fixtures__modal {
    width: auto;
    min-width: min(100vw - 30px, 554px);
    padding: 40px 40px 44px 40px;
  }
  .fixtures__modal__title {
    display: block;
  }
  .fixtures__modal__title--mobile {
    display: none;
  }
  .fixtures__modal__heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
  }
  .fixtures__modal__heading + .fixtures__modal__heading {
    margin-top: 5px;
  }
  .fixtures__modal__logos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 40px auto 0;
  }
  .fixtures__modal__logo {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .fixtures__heading {
    display: block;
  }
  .fixtures__heading--mobile {
    display: none;
  }
  .fixtures__header__buttons .fixtures__header__dropdown-wrapper {
    display: none;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .fixtures__header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fixtures__header__dropdown {
    min-width: 194px;
  }
  .fixtures__header__dropdown-wrapper {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (max-width: 991.98px) {
  .fixtures__modal__heading__timezone {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .fixtures__container {
    padding: 0 15px;
  }
}
.fixtures__modal__logos small {
  font-size: 0.75em;
  font-weight: 500;
  font-style: italic;
  margin-top: -20px;
  display: block;
}
@media (min-width: 992px) {
  .fixtures__modal__logos small {
    margin-top: -10px;
  }
}

.fixtures__modal__detail__list__item small {
  font-size: 0.75em;
  font-weight: 500;
  font-style: italic;
}

.ladder {
  margin-bottom: calc(5.8823529412vw + 49.4117647059px);
  padding-top: 64px;
  margin-top: 0px;
}
@media (max-width: 520px) {
  .ladder {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .ladder {
    margin-bottom: 120px;
  }
}
.ladder__section-heading {
  margin-bottom: 60px;
}
.ladder__headings {
  height: 64px;
  border-bottom: 1px solid #e0e0e0;
}
.ladder__headings th {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  border: none;
}
.ladder__headings th span {
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: -15px;
  display: inline-block;
  width: 20px;
  left: 50%;
  margin-left: -10px;
  color: #010039;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.ladder__ladder {
  margin-bottom: 80px;
  margin-top: 80px;
}
.ladder-team--loading .ladder-team__logo {
  border-radius: 7px;
  background-color: #EBEBEB;
}
.ladder__heading {
  border-bottom: none;
}
.ladder__body {
  text-align: center;
}
.ladder__body .ladder-team__logo {
  max-height: 40px;
  max-width: 40px;
}
.ladder__body .ladder-team__logo__container {
  display: inline-block;
  width: 42px;
  height: 42px;
}
.ladder__body .ladder-team td:nth-child(n+7) {
  font-weight: 700;
}
.ladder__body .ladder-team td:first-of-type {
  text-align: left;
  padding-left: 0;
}
.ladder__body td, .ladder__body th {
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: 500;
  padding-top: 22px;
  padding-bottom: 22px;
}
.ladder__body td.bold, .ladder__body th.bold {
  font-weight: 700;
}
.ladder__body th, .ladder__body td {
  font-weight: 700;
  border-top: none;
  border-bottom: 1px solid #E0E0E0;
}
.ladder .ladder-team--highlight {
  background-color: #0ebfeb !important;
  color: #171717;
}
.ladder .ladder-team--highlight h4, .ladder .ladder-team--highlight .media-card__heading {
  color: #171717;
}
.ladder p:not(:last-of-type) {
  margin-bottom: 3rem;
}
.ladder h4, .ladder .media-card__heading {
  padding-left: 10px;
  margin-bottom: 3rem;
}
.ladder__points-allocation .col-6 div, .ladder__points-allocation .footer-banner__bottom div:not(:first-of-type) div, .footer-banner__bottom .ladder__points-allocation div:not(:first-of-type) div, .ladder__points-allocation .profile-tiles__wrap .profile-tile div, .profile-tiles__wrap .ladder__points-allocation .profile-tile div, .ladder__points-allocation .profile-tiles__wrap .profile-tile--social div, .profile-tiles__wrap .ladder__points-allocation .profile-tile--social div {
  margin-bottom: 10px;
}
.ladder__points-allocation .col-6:first-of-type div, .ladder__points-allocation .footer-banner__bottom div:first-of-type:not(:first-of-type) div, .footer-banner__bottom .ladder__points-allocation div:first-of-type:not(:first-of-type) div, .ladder__points-allocation .profile-tiles__wrap .profile-tile:first-of-type div, .profile-tiles__wrap .ladder__points-allocation .profile-tile:first-of-type div, .ladder__points-allocation .profile-tiles__wrap .profile-tile--social:first-of-type div, .profile-tiles__wrap .ladder__points-allocation .profile-tile--social:first-of-type div {
  font-weight: 600;
}
.ladder__ladder-changes {
  margin-bottom: 56px;
}
.ladder.rugby .ladder-team:nth-last-child(n+5) {
  background-color: transparent;
}
.ladder.rugby .ladder-team:nth-child(5) td:last-child::after {
  content: "";
  display: none;
}

.key {
  margin-top: 15px;
  margin-bottom: 56px;
}
.key__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
}
.key__item::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin-right: 8px;
}
.key__item--greyish::before {
  background-color: rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
  .ladder {
    margin-top: 80px;
    padding-top: 0;
  }
  .ladder__ladder {
    margin-top: 0;
  }
  .ladder__section-heading {
    margin-bottom: inherit;
  }
  .ladder__headings {
    height: 64px;
    border-bottom: 1px solid #e0e0e0;
  }
  .ladder__headings th {
    text-align: center;
    height: 62px;
    vertical-align: middle !important;
    width: 90px;
  }
  .ladder__headings th:nth-of-type(1) {
    width: 60px;
  }
  .ladder__headings th:nth-of-type(2) {
    width: 350px;
  }
  .ladder__headings th span {
    position: static;
    -webkit-transform: none;
            transform: none;
    top: auto;
    width: auto;
    margin-left: 0;
  }
  .ladder__body .ladder-team__logo {
    max-height: 48px;
    max-width: 48px;
  }
  .ladder__body .ladder-team__logo__container {
    width: 50px;
    height: 50px;
    margin-right: 40px;
  }
  .ladder__body td, .ladder__body th {
    font-size: 1.6rem;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ladder__body td.bold, .ladder__body th.bold {
    font-weight: 700;
  }
  .ladder__body tr td:first-of-type {
    padding-left: 0.75rem;
  }
  .ladder-team--loading:nth-of-type(even) {
    background-color: #F4F4F4;
  }
  .ladder-team--loading .ladder-team__logo {
    width: 60px;
    height: 60px;
    max-height: 60px;
    max-width: 60px;
  }
  .ladder__ladder-changes {
    margin-bottom: 0;
  }
  .ladder .key {
    margin-bottom: 80px;
  }
}
.article__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.article__cards__header {
  margin-bottom: 8px;
}
.article__cards__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 992px) {
  .article__cards__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.article__cards .content__card__image-container {
  height: 163px;
}
.article__cards .content__card__content {
  padding: 14px 13px 13px 13px;
}
.article__cards .content__card__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.skeleton-loader {
  background: #F0F0F0;
  width: var(--width, 100%);
  height: var(--height, 20px);
  border-radius: var(--border-radius, 0);
}
.skeleton-loader--md, .skeleton-loader--lg, .skeleton-loader--xl {
  display: none;
}
.skeleton-loader__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

@media (min-width: 992px) and (max-width: 1239.98px) {
  .skeleton-loader--lg {
    display: block;
  }
}
@media (min-width: 1240px) and (max-width: 1439.98px) {
  .skeleton-loader--xl {
    display: block;
  }
}
.members-banner {
  padding: 145px 0 29px 0;
  position: relative;
  background-color: #010039;
  padding-top: calc(77.9411764706vw + -135.5882352941px);
  overflow: hidden;
}
@media (max-width: 360px) {
  .members-banner {
    padding-top: 145px;
  }
}
@media (min-width: 768px) {
  .members-banner {
    padding-top: 463px;
  }
}
.members-banner__container {
  position: relative;
  z-index: 1;
}
.members-banner__image {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: calc(50.3961965135vw + 50.5736925515px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 360px) {
  .members-banner__image {
    height: 232px;
  }
}
@media (min-width: 991px) {
  .members-banner__image {
    height: 550px;
  }
}
.members-banner__image::before, .members-banner__image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(25, 25, 25, 0.2);
}
.members-banner__image::after {
  background-color: rgba(1, 0, 57, 0.3);
}
.members-banner__count {
  margin-bottom: calc(2.3529411765vw + -4.2352941176px);
  font-size: calc(21.4705882353vw + -37.6470588235px);
  line-height: calc(16.7647058824vw + -25.1764705882px);
  letter-spacing: calc(0vw + -2px);
  display: inline-block;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "VTFRedzoneClassicRegular", "Helvetica Neue", sans-serif;
}
@media (max-width: 520px) {
  .members-banner__count {
    margin-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .members-banner__count {
    margin-bottom: 24px;
  }
}
@media (max-width: 520px) {
  .members-banner__count {
    font-size: 74px;
  }
}
@media (min-width: 1200px) {
  .members-banner__count {
    font-size: 220px;
  }
}
@media (max-width: 520px) {
  .members-banner__count {
    line-height: 62px;
  }
}
@media (min-width: 1200px) {
  .members-banner__count {
    line-height: 176px;
  }
}
@media (max-width: 520px) {
  .members-banner__count {
    letter-spacing: -2px;
  }
}
@media (min-width: 1200px) {
  .members-banner__count {
    letter-spacing: -2px;
  }
}
.members-banner__count .members-banner__slogan {
  height: calc(0.2941176471vw + 16.4705882353px);
  top: 0;
  left: 20px;
  background-color: #0ebfeb;
  width: 100%;
  margin-top: calc(4.4117647059vw + 12.0588235294px);
}
@media (max-width: 520px) {
  .members-banner__count .members-banner__slogan {
    height: 18px;
  }
}
@media (min-width: 1200px) {
  .members-banner__count .members-banner__slogan {
    height: 20px;
  }
}
@media (max-width: 520px) {
  .members-banner__count .members-banner__slogan {
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  .members-banner__count .members-banner__slogan {
    margin-top: 65px;
  }
}
.members-banner__count-small {
  font-size: calc(8.8235294118vw + 14.1176470588px);
  line-height: calc(6.9117647059vw + 12.0588235294px);
  letter-spacing: calc(0vw + -2px);
  text-transform: uppercase;
  font-family: "VTFRedzoneClassicRegular", "Helvetica Neue", sans-serif;
  display: inline-block;
}
@media (max-width: 520px) {
  .members-banner__count-small {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .members-banner__count-small {
    font-size: 120px;
  }
}
@media (max-width: 520px) {
  .members-banner__count-small {
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  .members-banner__count-small {
    line-height: 95px;
  }
}
@media (max-width: 520px) {
  .members-banner__count-small {
    letter-spacing: -2px;
  }
}
@media (min-width: 1200px) {
  .members-banner__count-small {
    letter-spacing: -2px;
  }
}
.members-banner__count-small .members-banner__slogan {
  height: calc(0.2941176471vw + 16.4705882353px);
  top: 0;
  left: 20px;
  background-color: #0ebfeb;
  width: 100%;
  margin-top: calc(4.4117647059vw + -17.9411764706px);
}
@media (max-width: 520px) {
  .members-banner__count-small .members-banner__slogan {
    height: 18px;
  }
}
@media (min-width: 1200px) {
  .members-banner__count-small .members-banner__slogan {
    height: 20px;
  }
}
@media (max-width: 520px) {
  .members-banner__count-small .members-banner__slogan {
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  .members-banner__count-small .members-banner__slogan {
    margin-top: 35px;
  }
}
.members-banner .button {
  margin-top: 24px;
}
.members-banner h4, .members-banner .media-card__heading {
  margin-bottom: calc(0vw + 8px);
  max-width: 229px;
  color: #fff;
}
@media (max-width: 520px) {
  .members-banner h4, .members-banner .media-card__heading {
    margin-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .members-banner h4, .members-banner .media-card__heading {
    margin-bottom: 8px;
  }
}
.members-banner p {
  margin-bottom: 0;
  font-weight: 500;
  color: #E0E0E0;
  line-height: 22px;
  max-width: 220px;
  font-size: 14px;
}

@media (min-width: 576px) {
  .members-banner {
    padding-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .members-banner {
    padding-bottom: 64px;
  }
}
@media (min-width: 992px) {
  .members-banner {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .members-banner__image {
    height: 100%;
    left: auto;
    right: 0;
    width: 700px;
  }
}
@media (min-width: 1240px) {
  .members-banner {
    padding-top: 187px;
    padding-bottom: 123px;
  }
  .members-banner__image {
    width: 951px;
  }
}
.sponsors {
  padding-top: calc(6.6176470588vw + 10.5882352941px);
  padding-bottom: calc(6.6176470588vw + 10.5882352941px);
  background-color: #f0f0f0;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 520px) {
  .sponsors {
    padding-top: 45px;
  }
}
@media (min-width: 1200px) {
  .sponsors {
    padding-top: 90px;
  }
}
@media (max-width: 520px) {
  .sponsors {
    padding-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .sponsors {
    padding-bottom: 90px;
  }
}
.sponsors__heading {
  margin-bottom: 35px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.sponsors__heading a {
  font-size: 12px;
  font-weight: 600;
  position: relative;
  left: 8px;
  color: #171717;
}
.sponsors__heading a:hover {
  color: #000;
}
@media (min-width: 768px) {
  .sponsors__heading {
    margin-bottom: 48px;
  }
  .sponsors__heading a {
    left: 12px;
  }
}
.sponsors__sub-heading {
  margin-bottom: 16px;
}
.sponsors__sub-heading:not(:first-of-type) {
  margin-top: 32px;
}
.sponsors__container {
  padding-left: 0;
  padding-right: 0;
}
.sponsors__tier-one-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 767px) {
  .sponsors__tier-one-container .sponsors__logo-outer {
    width: 100%;
    height: calc(11.7647058824vw + 22.3529411765px);
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) and (max-width: 320px) {
  .sponsors__tier-one-container .sponsors__logo-outer {
    height: 60px;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .sponsors__tier-one-container .sponsors__logo-outer {
    height: 90px;
  }
}
.sponsors__scroll-container--no-tiers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.sponsors__scroll-container--no-tiers .sponsors__logo-container {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .sponsors__scroll-container, .sponsors__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sponsors__logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sponsors__logo-container img {
  opacity: 0.8;
  max-width: 80%;
  max-height: 90%;
  height: auto;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  will-change: opacity;
}
.sponsors__logo-container:hover img {
  opacity: 1;
}

@media (min-width: 768px) {
  .sponsors__tier-one-container, .sponsors__scroll-container--no-tiers {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .sponsors__container {
    overflow-y: visible;
  }
  .sponsors__scroll-container {
    width: 696px;
    position: relative;
  }
  .sponsors__slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sponsors .slick-dots, .sponsors .slick-next, .sponsors .slick-prev {
    position: absolute;
  }
  .sponsors .slick-prev {
    display: none !important;
  }
  .sponsors .slick-next {
    border: none;
    background-color: transparent;
    top: -48px;
    right: 0;
    width: 32px;
    height: 32px;
    padding: 0;
  }
  .sponsors .slick-next img {
    height: 100%;
    width: 100%;
  }
  .sponsors .slick-dots {
    width: auto;
    list-style: none;
    right: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    top: -41px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sponsors .slick-dots .slick-active button::before {
    opacity: 1;
    width: 8px;
    height: 8px;
  }
  .sponsors .slick-dots button {
    background-color: transparent;
    border: none;
    width: 18px;
    height: 18px;
    padding: 5px;
    position: relative;
    font-size: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sponsors .slick-dots button::before {
    width: 6px;
    height: 6px;
    content: "";
    background-color: #171717;
    border-radius: 100%;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0.3;
    position: absolute;
  }
  .sponsors .slick-dots button:hover {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .sponsors__tier-one-container, .sponsors__scroll-container--no-tiers {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .sponsors__scroll-container, .sponsors__tier-one-container {
    width: 100%;
  }
  .sponsors__slide {
    width: 100%;
  }
  .sponsors__logo-container {
    height: 120px;
  }
}
@media (min-width: 1240px) {
  .sponsors__logo-container {
    height: 160px;
  }
}
.package-benefits {
  margin-bottom: calc(3.5294117647vw + 29.6470588235px);
}
@media (max-width: 520px) {
  .package-benefits {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .package-benefits {
    margin-bottom: 72px;
  }
}
.package-benefits h3 {
  margin-bottom: calc(1.9607843137vw + 24.9411764706px);
}
@media (max-width: 360px) {
  .package-benefits h3 {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .package-benefits h3 {
    margin-bottom: 40px;
  }
}

.package-benefit {
  padding: 13px 0 13px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  border-top: 1px solid #F0F0F0;
}
.package-benefit svg {
  margin-right: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  width: calc(2.3529411765vw + 19.7647058824px);
  height: calc(2.3529411765vw + 19.7647058824px);
  -ms-flex-preferred-size: calc(2.3529411765vw + 19.7647058824px);
      flex-basis: calc(2.3529411765vw + 19.7647058824px);
}
@media (max-width: 520px) {
  .package-benefit svg {
    width: 32px;
  }
}
@media (min-width: 1200px) {
  .package-benefit svg {
    width: 48px;
  }
}
@media (max-width: 520px) {
  .package-benefit svg {
    height: 32px;
  }
}
@media (min-width: 1200px) {
  .package-benefit svg {
    height: 48px;
  }
}
@media (max-width: 520px) {
  .package-benefit svg {
    -ms-flex-preferred-size: 32px;
        flex-basis: 32px;
  }
}
@media (min-width: 1200px) {
  .package-benefit svg {
    -ms-flex-preferred-size: 48px;
        flex-basis: 48px;
  }
}
.package-benefit svg path {
  fill: #d50042 !important;
}
.package-benefit img {
  width: 48px;
  height: 48px;
  margin-right: 20px;
}
.package-benefit p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  color: #777777;
  font-size: calc(0.2941176471vw + 12.4705882353px);
  line-height: calc(0.2941176471vw + 22.4705882353px);
}
@media (max-width: 520px) {
  .package-benefit p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .package-benefit p {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .package-benefit p {
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .package-benefit p {
    line-height: 26px;
  }
}
.package-benefit__link {
  position: block;
  font-weight: 600;
  font-size: 14px;
  color: #d50042;
  margin-left: 10px;
}
.package-benefit__link:hover::after {
  width: 100%;
}
.package-benefit__link::after {
  background-color: #d50042;
}

@media (min-width: 768px) {
  .package-benefit {
    padding: 23px 0 23px 0;
    min-height: 98px;
    max-height: 196px;
  }
}
.seating {
  background-color: #F0F0F0;
  padding-top: calc(5.8823529412vw + 49.4117647059px);
  padding-bottom: calc(5.8823529412vw + 49.4117647059px);
}
@media (max-width: 520px) {
  .seating {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .seating {
    padding-top: 120px;
  }
}
@media (max-width: 520px) {
  .seating {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .seating {
    padding-bottom: 120px;
  }
}
.seating__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .seating__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .seating__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .seating__container {
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .seating__container {
    max-width: 1180px;
  }
}
.seating__heading {
  margin-bottom: 0;
}
.seating__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: calc(1.4705882353vw + 24.3529411765px);
}
@media (max-width: 520px) {
  .seating__header {
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .seating__header {
    margin-bottom: 42px;
  }
}

/* GO TO NEXT SLIDE */
.slide-next-enter-active,
.slide-next-leave-active {
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.slide-next-enter {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.slide-next-leave-to {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* GO TO PREVIOUS SLIDE */
.slide-prev-enter-active,
.slide-prev-leave-active {
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.slide-prev-enter {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.slide-prev-leave-to {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.seating-images__wrap {
  height: calc(68.4357541899vw + -13.9944134078px);
  margin-bottom: 9px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 320px) {
  .seating-images__wrap {
    height: 205px;
  }
}
@media (min-width: 678px) {
  .seating-images__wrap {
    height: 450px;
  }
}
.seating-images__main-image {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  right: 0;
}
.seating-images__thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.seating-images__thumbnail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid #A5A5A5;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: calc(4.7058823529vw + 53.5294117647px);
  opacity: 0.5;
}
@media (max-width: 520px) {
  .seating-images__thumbnail {
    height: 78px;
  }
}
@media (min-width: 1200px) {
  .seating-images__thumbnail {
    height: 110px;
  }
}
.seating-images__thumbnail:not(:last-of-type) {
  margin-right: 7px;
}
.seating-images__thumbnail.current {
  opacity: 1;
  border: 2px solid #d50042;
}
.seating-images__thumbnail.current span {
  background-color: #d50042;
  color: #fff;
}
.seating-images__thumbnail-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.seating-images__thumbnail div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.seating-images__thumbnail span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 17px;
  width: 100%;
  background-color: #DADADA;
  font-weight: 500;
  font-size: 10px;
  color: #555555;
  letter-spacing: 0;
  padding-left: 7px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .seating-images__wrap {
    height: 374px;
  }
}
@media (min-width: 768px) {
  .seating-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
  }
  .seating-images__thumbnails {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 143px !important;
        flex-basis: 143px !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    padding-top: 16px;
    border-right: 1px #DADADA solid;
  }
  .seating-images__wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 14px 22px 14px 22px;
    height: 370px;
  }
  .seating-images .seating-images__thumbnail {
    height: 78px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: 78px;
        flex-basis: 78px;
    width: 111px;
    margin-right: 0;
  }
  .seating-images .seating-images__thumbnail:not(:last-of-type) {
    margin-bottom: 8px;
  }
  .slide-next-enter {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .slide-next-leave-to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .slide-prev-enter {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .slide-prev-leave-to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media (min-width: 992px) {
  .seating-images__wrap {
    height: 488px;
  }
  .seating-images__thumbnails {
    padding-top: 32px;
    -ms-flex-preferred-size: 224px !important;
        flex-basis: 224px !important;
  }
  .seating-images .seating-images__thumbnail {
    width: 160px;
    height: 113px;
    -ms-flex-preferred-size: 113px;
        flex-basis: 113px;
  }
  .seating-images .seating-images__thumbnail:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
@media (min-width: 1240px) {
  .seating-images__wrap {
    height: 655px;
  }
  .seating-images span {
    height: 24px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 26px;
  }
}
.membership-pack {
  background-color: #010039;
  padding-top: calc(5.8823529412vw + 49.4117647059px);
  padding-bottom: calc(5.8823529412vw + 49.4117647059px);
}
@media (max-width: 520px) {
  .membership-pack {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .membership-pack {
    padding-top: 120px;
  }
}
@media (max-width: 520px) {
  .membership-pack {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .membership-pack {
    padding-bottom: 120px;
  }
}
.membership-pack__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 576px) {
  .membership-pack__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .membership-pack__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .membership-pack__container {
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .membership-pack__container {
    max-width: 1180px;
  }
}
.membership-pack__image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.membership-pack__image {
  height: calc(22.0588235294vw + 135.5882352941px);
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  background-color: #2B2B2B;
}
@media (max-width: 360px) {
  .membership-pack__image {
    height: 215px;
  }
}
@media (min-width: 768px) {
  .membership-pack__image {
    height: 305px;
  }
}
.membership-pack__image:not(:last-of-type) {
  margin-bottom: 1px;
}
.membership-pack__image::after {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  background-image: url("/svg/search.svg");
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.membership-pack__image:hover .membership-pack__background-image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.9;
}
.membership-pack__heading {
  color: #FFFFFF;
  margin-bottom: calc(1.1764705882vw + 25.8823529412px);
}
@media (max-width: 520px) {
  .membership-pack__heading {
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .membership-pack__heading {
    margin-bottom: 40px;
  }
}
.membership-pack__image-wrap:first-of-type .membership-pack__image:nth-of-type(1) {
  height: calc(50.2450980392vw + 21.1176470588px);
}
@media (max-width: 360px) {
  .membership-pack__image-wrap:first-of-type .membership-pack__image:nth-of-type(1) {
    height: 202px;
  }
}
@media (min-width: 768px) {
  .membership-pack__image-wrap:first-of-type .membership-pack__image:nth-of-type(1) {
    height: 407px;
  }
}
.membership-pack__image-wrap:first-of-type .membership-pack__image:nth-of-type(2),
.membership-pack__image-wrap:first-of-type .membership-pack__image:nth-of-type(3) {
  height: calc(23.2843137255vw + 23.1764705882px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  -ms-flex-preferred-size: calc(50% - 0.5px);
      flex-basis: calc(50% - 0.5px);
}
@media (max-width: 360px) {
  .membership-pack__image-wrap:first-of-type .membership-pack__image:nth-of-type(2),
.membership-pack__image-wrap:first-of-type .membership-pack__image:nth-of-type(3) {
    height: 107px;
  }
}
@media (min-width: 768px) {
  .membership-pack__image-wrap:first-of-type .membership-pack__image:nth-of-type(2),
.membership-pack__image-wrap:first-of-type .membership-pack__image:nth-of-type(3) {
    height: 202px;
  }
}
.membership-pack__background-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.7;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.membership-pack .button {
  margin-top: calc(10vw + 0px);
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 480px) {
  .membership-pack .button {
    margin-top: 48px;
  }
}
@media (min-width: 1200px) {
  .membership-pack .button {
    margin-top: 120px;
  }
}

.pswp {
  z-index: 5000 !important;
}

.pswp__ui {
  z-index: 5050 !important;
}

@media (min-width: 576px) {
  .membership-pack .button {
    width: 229px;
  }
}
@media (min-width: 992px) {
  .membership-pack__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .membership-pack__image-wrap:first-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: 57.1%;
        flex-basis: 57.1%;
    margin-right: 1px;
  }
  .membership-pack__image-wrap:last-of-type {
    -ms-flex-preferred-size: 42.7%;
        flex-basis: 42.7%;
  }
}
@media (min-width: 1240px) {
  .membership-pack__image-wrap:first-of-type {
    -ms-flex-preferred-size: 57.1%;
        flex-basis: 57.1%;
  }
}
.call-to-action {
  margin-top: calc(5.8823529412vw + 49.4117647059px);
  margin-bottom: calc(5.8823529412vw + 49.4117647059px);
}
@media (max-width: 520px) {
  .call-to-action {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .call-to-action {
    margin-top: 120px;
  }
}
@media (max-width: 520px) {
  .call-to-action {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .call-to-action {
    margin-bottom: 120px;
  }
}
.call-to-action__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .call-to-action__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .call-to-action__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .call-to-action__container {
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .call-to-action__container {
    max-width: 1180px;
  }
}
.call-to-action__background {
  background-color: #ff0351;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 6px;
}
.call-to-action__heading {
  margin-bottom: 0;
  color: #010039;
  text-align: center;
  font-size: calc(0.2941176471vw + 16.4705882353px);
  line-height: 20px;
}
@media (max-width: 520px) {
  .call-to-action__heading {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .call-to-action__heading {
    font-size: 20px;
  }
}
.call-to-action .button {
  margin-top: 23px;
}

@media (min-width: 768px) {
  .call-to-action__background {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .call-to-action .button {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .call-to-action__background {
    padding-left: 48px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.choose-a-package__heading {
  margin-bottom: calc(2.3529411765vw + 11.7647058824px);
}
@media (max-width: 520px) {
  .choose-a-package__heading {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .choose-a-package__heading {
    margin-bottom: 40px;
  }
}
.choose-a-package__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.choose-a-package__header .button {
  margin-bottom: 24px;
  font-weight: 600;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.choose-a-package__header .choose-a-package__heading {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.choose-a-package .choose-a-package__header-wrap {
  height: 115px;
}

[data-choose-a-package=fixed] .choose-a-package__header {
  top: 70px;
  left: 0;
  width: 100%;
  position: fixed;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  z-index: 5000;
}
@media (min-width: 576px) {
  [data-choose-a-package=fixed] .choose-a-package__header {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  [data-choose-a-package=fixed] .choose-a-package__header {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  [data-choose-a-package=fixed] .choose-a-package__header {
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  [data-choose-a-package=fixed] .choose-a-package__header {
    max-width: 1180px;
  }
}
[data-choose-a-package=fixed] .choose-a-package__header::before {
  position: absolute;
  height: 100%;
  width: 100vw;
  content: "";
  background-color: #fff;
  top: 0;
  left: 0;
  border-bottom: 1px solid #EFF1F2;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
[data-choose-a-package=fixed] .choose-a-package__heading {
  position: relative;
  margin-bottom: 8px;
}
[data-choose-a-package=fixed] .button {
  position: relative;
  margin-bottom: 0;
}
[data-choose-a-package=fixed] .choose-a-package__header-wrap {
  position: relative;
}

.package-row {
  padding: 20px 15px 20px 20px;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  position: relative;
}
.package-row:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}
.package-row .button--accent {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 89px;
          flex: 0 0 89px;
  max-width: 89px;
}
.package-row__button-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 103px;
          flex: 0 0 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 103px;
  z-index: 1;
  position: relative;
}
.package-row__button-wrap .button {
  padding-left: 20px;
  padding-right: 20px;
}
.package-row__learn-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
}
.package-row__heading {
  font-weight: 500;
  font-size: 14px;
  color: #171717;
  line-height: 20px;
  margin-bottom: 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  margin-right: 36px;
  -ms-flex-preferred-size: calc(100% - 36px);
      flex-basis: calc(100% - 36px);
  max-width: calc(100% - 36px);
}
.package-row__match-access {
  position: relative;
  padding-right: 2px;
}
.package-row__match-access::after {
  content: ", ";
  position: static;
  font-weight: 400;
  font-size: 12px;
  color: #555555;
  letter-spacing: 0;
  line-height: 20px;
}
.package-row__match-access, .package-row__seat-type {
  font-weight: 400;
  font-size: 12px;
  color: #555555;
  letter-spacing: 0;
  line-height: 20px;
}
.package-row__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.package-row .button {
  padding-top: 9px;
  padding-bottom: 9px;
  height: 40px;
}

@media (max-width: 575.98px) {
  .package-row {
    width: 100vw;
    margin-left: -20px;
  }
}
@media (max-width: 991.98px) {
  .choose-a-package__table-header {
    display: none;
  }
  .package-row .button--outline-dark {
    display: none;
  }
}
@media (min-width: 576px) {
  .choose-a-package .choose-a-package__header-wrap {
    height: 80px;
  }
  .choose-a-package__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 32px;
  }
  .choose-a-package__header .button {
    width: 301px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 301px;
            flex: 0 0 301px;
    max-width: 301px;
    margin-bottom: 0;
    height: 40px;
  }
  .choose-a-package__heading {
    margin-bottom: 8px;
  }
  .choose-a-package__table-header {
    height: 48px;
    padding: 12px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #F0F0F0;
    text-transform: uppercase;
  }
  .choose-a-package__table-header span {
    display: inline-block;
    font-weight: 700;
    font-size: 10px;
    color: #000C14;
    letter-spacing: 0.4px;
  }
  .choose-a-package__table-header span:nth-of-type(1) {
    width: 295px;
    -ms-flex-preferred-size: 295px;
        flex-basis: 295px;
    max-width: 295px;
  }
  .choose-a-package__table-header span:nth-of-type(2) {
    width: 151px;
    -ms-flex-preferred-size: 151px;
        flex-basis: 151px;
    max-width: 151px;
  }
  .choose-a-package__table-header span:nth-of-type(3) {
    width: 151px;
    -ms-flex-preferred-size: 151px;
        flex-basis: 151px;
    max-width: 151px;
  }
}
@media (min-width: 576px) {
  [data-choose-a-package=fixed] .choose-a-package__heading {
    margin-bottom: 0;
    line-height: 1;
  }
  [data-choose-a-package=fixed] .choose-a-package__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  [data-choose-a-package=fixed] .choose-a-package__header::before {
    left: calc((100vw - 540px) / -2);
  }
}
@media (min-width: 768px) {
  [data-choose-a-package=fixed] .choose-a-package__header::before {
    left: calc((100vw - 720px) / -2);
  }
}
@media (min-width: 992px) {
  .package-row {
    padding-left: 24px;
    padding-right: 24px;
    border-top: 0px;
  }
  .package-row .package-row__button-wrap {
    -ms-flex-preferred-size: 244px;
        flex-basis: 244px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 244px;
  }
  .package-row .package-row__button-wrap a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 118px;
            flex: 0 0 118px;
    max-width: 118px;
  }
  .package-row .package-row__text-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .package-row__heading {
    -ms-flex-preferred-size: 295px;
        flex-basis: 295px;
    max-width: 295px;
    margin-bottom: 0;
    margin-right: 0;
  }
  .package-row__seat-type {
    font-size: 13px;
  }
  .package-row__match-access {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 151px;
            flex: 0 0 151px;
    max-width: 151px;
    font-size: 13px;
  }
  .package-row__match-access::after {
    display: none;
  }
  [data-choose-a-package=fixed] .choose-a-package__header::before {
    left: calc((100vw - 960px) / -2);
  }
}
@media (min-width: 1240px) {
  .choose-a-package__table-header span:nth-of-type(1) {
    width: 458px;
    -ms-flex-preferred-size: 458px;
        flex-basis: 458px;
    max-width: 458px;
  }
  .package-row__heading {
    -ms-flex-preferred-size: 458px;
        flex-basis: 458px;
    max-width: 458px;
  }
  .package-row .package-row__button-wrap {
    -ms-flex-preferred-size: 262px;
        flex-basis: 262px;
    max-width: 262px;
  }
  .package-row .package-row__button-wrap a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 123px;
            flex: 0 0 123px;
    padding-top: 13px;
    padding-bottom: 13px;
    height: 48px;
    max-width: 123px;
  }
  [data-choose-a-package=fixed] .choose-a-package__header::before {
    left: calc((100vw - 1180px) / -2);
  }
}
.gallery {
  margin-top: calc(5.8823529412vw + 49.4117647059px);
  margin-bottom: calc(5.8823529412vw + 49.4117647059px);
}
@media (max-width: 520px) {
  .gallery {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .gallery {
    margin-top: 120px;
  }
}
@media (max-width: 520px) {
  .gallery {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .gallery {
    margin-bottom: 120px;
  }
}
.gallery__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .gallery__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .gallery__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .gallery__container {
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .gallery__container {
    max-width: 1180px;
  }
}
.gallery__heading {
  margin-bottom: calc(2.3529411765vw + 19.7647058824px);
}
@media (max-width: 520px) {
  .gallery__heading {
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .gallery__heading {
    margin-bottom: 48px;
  }
}
.gallery__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 516px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gallery__wrap > .gallery__image:first-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.63%;
          flex: 0 0 47.63%;
}
.gallery__center {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26.4%;
          flex: 0 0 26.4%;
}
.gallery__center .gallery__image:first-of-type {
  height: 38.8%;
  margin-bottom: 5.3%;
}
.gallery__center .gallery__image:last-of-type {
  height: 58.1%;
}
.gallery__end {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.16%;
          flex: 0 0 23.16%;
}
.gallery__end .gallery__image {
  height: 81.3%;
  margin-bottom: 6.07%;
}
.gallery__image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  cursor: pointer;
}
.gallery__image--video::after {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  background-image: url("/svg/play-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #010039;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gallery__image--video:hover {
  cursor: pointer;
}
.gallery__image--video:hover::after {
  background-position: calc(50% - 3px);
}
.gallery__image--video:active::after {
  background-position: calc(50% - 5px);
}
.gallery__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 38px;
  padding-right: 38px;
  height: 15.6%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: calc(100% - 45px) center;
}

@media (min-width: 576px) {
  .gallery__container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1239.98px) {
  .gallery__wrap {
    height: 435px;
  }
}
@media (max-width: 991.98px) {
  .gallery__wrap {
    height: 326px;
  }
  .gallery__link {
    background-position: calc(100% - 20px) center;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .gallery__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 886px;
  }
  .gallery__wrap > .gallery__image:first-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 16px;
    height: 435px;
  }
  .gallery__wrap .gallery__center {
    -ms-flex-preferred-size: calc(50% - 8px);
        flex-basis: calc(50% - 8px);
    height: 435px;
  }
  .gallery__wrap .gallery__center .gallery__image:first-of-type {
    margin-bottom: 16px;
  }
  .gallery__wrap .gallery__end {
    -ms-flex-preferred-size: calc(50% - 8px);
        flex-basis: calc(50% - 8px);
    height: 435px;
  }
  .gallery__wrap .gallery__end .gallery__image {
    margin-bottom: 16px;
  }
}
@media (max-width: 575.98px) {
  .gallery__wrap {
    height: 666px;
  }
  .gallery__wrap > .gallery__image:first-of-type {
    margin-bottom: 16px;
    height: 325px;
  }
  .gallery .gallery__center {
    height: 325px;
  }
  .gallery .gallery__end {
    height: 325px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  top: calc(28.2352941176vw + 75.1764705882px);
  width: 64px;
  height: 64px;
  font-size: 0;
  background-color: #fff;
  border: none;
  z-index: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 2px solid transparent;
}
@media (max-width: 520px) {
  .slick-arrow {
    top: 222px;
  }
}
@media (min-width: 1200px) {
  .slick-arrow {
    top: 414px;
  }
}
.slick-arrow:focus {
  border: 2px solid #d50042 !important;
  outline: none;
  z-index: 50;
}

.slick-next {
  right: 0;
  background-image: url("/svg/forward-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 26px;
}
.slick-next:hover {
  background-position: 58%;
}
.slick-next:active {
  background-position: 62%;
}

.slick-prev {
  right: 66px;
  background-image: url("/svg/back-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 26px;
}
.slick-prev:hover {
  background-position: 43%;
}
.slick-prev:active {
  background-position: 38%;
}

.gallery-dots {
  position: absolute;
  top: calc(28.2352941176vw + 75.1764705882px);
  padding-top: 32px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 520px) {
  .gallery-dots {
    top: 222px;
  }
}
@media (min-width: 1200px) {
  .gallery-dots {
    top: 414px;
  }
}
.gallery-dots li {
  width: 6px;
  height: 6px;
  background-color: rgba(1, 0, 57, 0.9);
  opacity: 0.5;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}
.gallery-dots li:not(:last-of-type) {
  margin-right: 12px;
}
.gallery-dots li.slick-active {
  opacity: 1;
}
.gallery-dots button {
  font-size: 0;
  padding: 0;
  border: none;
}

.images {
  max-width: 100%;
  width: 100%;
  margin-top: calc(5.8823529412vw + 49.4117647059px);
  margin-bottom: calc(5.8823529412vw + 49.4117647059px);
}
@media (max-width: 520px) {
  .images {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .images {
    margin-top: 120px;
  }
}
@media (max-width: 520px) {
  .images {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .images {
    margin-bottom: 120px;
  }
}
.images__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .images__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .images__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .images__container {
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .images__container {
    max-width: 1180px;
  }
}
.images__image {
  height: calc(28.2352941176vw + 75.1764705882px);
  margin-bottom: 64px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 520px) {
  .images__image {
    height: 222px;
  }
}
@media (min-width: 1200px) {
  .images__image {
    height: 414px;
  }
}
.images__image--video::after {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  background-image: url("/svg/play-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #0A5FAC;
}
.images__caption, .images__caption p {
  opacity: 0.8;
  font-style: italic;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
  max-width: 513px;
  margin-bottom: 0;
}
.images--single .images__image {
  margin-bottom: 32px;
}
.images--side-by-side .images__image-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.images--side-by-side .images__image {
  height: calc(7.6470588235vw + 182.2352941176px);
  margin-bottom: 32px;
}
@media (max-width: 520px) {
  .images--side-by-side .images__image {
    height: 222px;
  }
}
@media (min-width: 1200px) {
  .images--side-by-side .images__image {
    height: 274px;
  }
}
.images--side-by-side .images__image--side-by-side {
  width: calc(50% - 15px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  -ms-flex-preferred-size: calc(50% - 15px);
      flex-basis: calc(50% - 15px);
}

@media (min-width: 576px) {
  .images__container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1239.98px) {
  .images__caption, .images__caption p {
    max-width: 450px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1239.98px) {
  .images--side-by-side .images__image {
    height: 200px;
    margin-bottom: 24px;
  }
  .images--side-by-side .images__image--side-by-side {
    width: calc(50% - 10px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .images__image {
    height: 414px;
  }
  .images .slick-arrow {
    top: 414px;
  }
  .images__caption, .images__caption p {
    max-width: 513px;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .images .slick-arrow {
    width: 56px;
    height: 56px;
  }
  .images .slick-prev {
    right: 57px;
  }
  .images__image {
    margin-bottom: 70px;
  }
  .images--side-by-side .images__image {
    height: 200px;
    margin-bottom: 16px;
  }
  .images--side-by-side .images__image--side-by-side {
    width: calc(50% - 10px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
  .images--side-by-side .images__caption {
    font-size: 12px;
    color: #1E3B54;
    line-height: 20px;
  }
}
@media (max-width: 575.98px) {
  .images__caption, .images__caption p {
    opacity: 0.8;
    font-size: 12px;
    color: #1E3B54;
    line-height: 20px;
    margin-bottom: 0;
  }
  .images--side-by-side .images__image--side-by-side {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .images--side-by-side .images__image--side-by-side:first-of-type {
    margin-bottom: 32px;
  }
}
.images-modal {
  position: fixed;
  z-index: 10000 !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 0, 57, 0.9);
}
.images-modal[data-state=closed] {
  display: none;
  opacity: 0;
}
.images-modal[data-state=open] {
  display: block;
  opacity: 1;
  -webkit-animation: 0.2s fadeInFromNone linear;
          animation: 0.2s fadeInFromNone linear;
}
.images-modal__close {
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 100%;
  padding: 6px;
  right: 16px;
  top: 28px;
  cursor: pointer;
}
.images-modal__image-wrap {
  height: calc(57.9591836735vw + 41.3469387755px);
  width: calc(100vw + 0px);
}
@media (max-width: 360px) {
  .images-modal__image-wrap {
    height: 250px;
  }
}
@media (min-width: 850px) {
  .images-modal__image-wrap {
    height: 534px;
  }
}
@media (max-width: 320px) {
  .images-modal__image-wrap {
    width: 320px;
  }
}
@media (min-width: 804px) {
  .images-modal__image-wrap {
    width: 804px;
  }
}
.images-modal__image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: calc(57.9591836735vw + 41.3469387755px);
  width: 100%;
}
@media (max-width: 360px) {
  .images-modal__image {
    height: 250px;
  }
}
@media (min-width: 850px) {
  .images-modal__image {
    height: 534px;
  }
}
.images-modal__container {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 804px;
  width: 100%;
}
.images-modal__caption {
  position: absolute;
  z-index: 10000 !important;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
}
.images-modal__caption p {
  background-color: rgba(213, 0, 66, 0.9);
  padding: 24px 20px !important;
  opacity: 0.8;
  font-size: 14px;
  color: #FFFFFF !important;
  line-height: 22px;
}
.images-modal .slick-arrow {
  top: -64px !important;
}
.images-modal .slick-prev {
  right: 64px !important;
  width: 65px;
  border-right: 1px solid #EFF1F2;
}
.images-modal .gallery-dots {
  top: auto;
  padding-top: 18px;
  margin-left: 20px;
}
.images-modal .gallery-dots li {
  background-color: #fff;
}

@media (min-width: 768px) {
  .images-modal__close {
    right: calc((100% - 804px) / 2);
  }
  .images-modal__caption, .images-modal__caption p {
    padding: 32px 0 0;
    margin-bottom: 0;
  }
  .images-modal .gallery-dots {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .images-modal .slick-arrow {
    right: -64px !important;
  }
  .images-modal__close {
    right: 150px;
  }
  .images-modal__caption, .images-modal__caption p {
    width: 657px;
    margin-bottom: 0;
  }
  .images-modal .slick-next {
    top: 470px !important;
  }
  .images-modal .slick-prev {
    top: 405px !important;
    width: 64px;
    height: 65px !important;
    border-bottom: 1px solid #EFF1F2;
  }
  .images-modal .gallery-dots {
    padding-top: 26px;
  }
}
.testimonial {
  margin-top: calc(5.8823529412vw + 49.4117647059px);
  margin-bottom: calc(5.8823529412vw + 49.4117647059px);
}
@media (max-width: 520px) {
  .testimonial {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .testimonial {
    margin-top: 120px;
  }
}
@media (max-width: 520px) {
  .testimonial {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .testimonial {
    margin-bottom: 120px;
  }
}
.testimonial--with-image .testimonial__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial--with-image .testimonial__image {
  width: 225px;
  height: 222px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 225px;
          flex: 0 0 225px;
  position: relative;
  z-index: 1;
  background-image: url("/images/testimonial.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.testimonial--with-image .testimonial__text-content {
  padding: 57px 58px 56px 69px;
  position: relative;
  max-width: none;
}
.testimonial--with-image .testimonial__text-content::after {
  background-color: #E0E5E8;
  width: calc(100% + 158px);
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
.testimonial--with-image .testimonial__text-content > * {
  position: relative;
  z-index: 1;
}
.testimonial__text-content {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.testimonial__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .testimonial__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .testimonial__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .testimonial__container {
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .testimonial__container {
    max-width: 1180px;
  }
}
.testimonial__icon {
  margin-bottom: 32px;
}
.testimonial__icon svg, .testimonial__icon g {
  fill: #010039;
}
.testimonial__quote {
  font-weight: 600;
  font-size: 26px;
  color: #1D384B;
  line-height: 37px;
  margin-bottom: 17px;
  width: 100%;
}
.testimonial__heading {
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px;
}
.testimonial__sub-heading {
  line-height: 24px;
}

.page-content .page-content__container > .testimonial {
  margin-top: calc(5.8823529412vw + 49.4117647059px);
  margin-bottom: calc(5.8823529412vw + 49.4117647059px);
}
@media (max-width: 520px) {
  .page-content .page-content__container > .testimonial {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .page-content .page-content__container > .testimonial {
    margin-top: 120px;
  }
}
@media (max-width: 520px) {
  .page-content .page-content__container > .testimonial {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .page-content .page-content__container > .testimonial {
    margin-bottom: 120px;
  }
}

@media (min-width: 576px) {
  .testimonial__container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1239.98px) {
  .testimonial__text-content {
    max-width: 500px;
  }
  .testimonial--with-image .testimonial__container {
    position: relative;
    padding-top: 64px;
  }
  .testimonial--with-image .testimonial__text-content {
    padding-top: 210px;
  }
  .testimonial--with-image .testimonial__text-content::after {
    width: 100%;
  }
  .testimonial--with-image .testimonial__image {
    position: absolute;
    left: 0px;
    top: 0px;
  }
}
@media (max-width: 767.98px) {
  .testimonial__text-content {
    max-width: 440px;
  }
}
@media (max-width: 767.98px) {
  .testimonial__icon {
    margin-bottom: 24px;
    height: 16px;
    width: 21px;
  }
  .testimonial__text-content {
    max-width: none;
    padding-left: 30px;
  }
  .testimonial__text-content h4, .testimonial__text-content .media-card__heading {
    font-weight: 500;
    font-size: 20px;
    color: #1D384B;
    line-height: 31px;
  }
  .testimonial__quote {
    margin-bottom: 24px;
  }
  .testimonial__heading {
    margin-bottom: 4px;
  }
  .testimonial--with-image {
    position: relative;
  }
  .testimonial--with-image .testimonial__image {
    width: 173px;
    height: 154px;
    -ms-flex-preferred-size: 173px;
        flex-basis: 173px;
    position: absolute;
    left: 20px;
    top: 0;
  }
  .testimonial--with-image .testimonial__container {
    padding-top: 48px;
  }
  .testimonial--with-image .testimonial__text-content {
    padding: 147px 32px 40px 32px;
  }
  .testimonial--with-image .testimonial__text-content::after {
    left: 0;
    width: 100%;
  }
  .testimonial--with-image .testimonial__image {
    left: calc((100vw - 540px) / 2);
  }
}
@media (max-width: 575.98px) {
  .testimonial--with-image {
    position: relative;
  }
  .testimonial--with-image .testimonial__image {
    width: 173px;
    height: 154px;
    -ms-flex-preferred-size: 173px;
        flex-basis: 173px;
    position: absolute;
    left: 20px;
    top: 0;
  }
  .testimonial--with-image .testimonial__container {
    padding-top: 48px;
  }
  .testimonial--with-image .testimonial__text-content {
    padding: 147px 32px 40px 32px;
  }
  .testimonial--with-image .testimonial__text-content::after {
    left: 0;
    width: 100%;
  }
}
@media (min-width: 1240px) {
  .page-content .page-content__container > .testimonial .testimonial__container {
    background-color: #E0E5E8;
  }
  .page-content .page-content__container > .testimonial .testimonial__text-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-content .page-content__container > .testimonial .testimonial__image {
    height: 544px;
    width: 456px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 456px;
            flex: 0 0 456px;
    position: relative;
    bottom: 80px;
  }
  .page-content .page-content__container > .testimonial .testimonial__quote {
    font-weight: 500;
    font-size: 30px;
    color: #1D384B;
    line-height: 42px;
  }
}
.tiles {
  margin-top: calc(5.8823529412vw + 49.4117647059px);
  margin-bottom: calc(5.8823529412vw + 49.4117647059px);
}
@media (max-width: 520px) {
  .tiles {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .tiles {
    margin-top: 120px;
  }
}
@media (max-width: 520px) {
  .tiles {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .tiles {
    margin-bottom: 120px;
  }
}
.tiles__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (min-width: 576px) {
  .tiles__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .tiles__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .tiles__container {
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .tiles__container {
    max-width: 1180px;
  }
}
.tiles--listing {
  margin-bottom: calc(13.9705882353vw + 134.3529411765px);
  margin-top: calc(14.4117647059vw + -31.9411764706px);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 520px) {
  .tiles--listing {
    margin-bottom: 207px;
  }
}
@media (min-width: 1200px) {
  .tiles--listing {
    margin-bottom: 302px;
  }
}
@media (max-width: 520px) {
  .tiles--listing {
    margin-top: 43px;
  }
}
@media (min-width: 1200px) {
  .tiles--listing {
    margin-top: 141px;
  }
}
.tiles--listing .tiles__container::before {
  height: 100%;
  width: 32px;
  content: "";
  background-color: #E0E5E8;
  position: absolute;
  left: 0;
}
.tiles--blog {
  background-color: #EFF1F2;
  margin-top: calc(7.7941176471vw + 21.4705882353px);
}
@media (max-width: 520px) {
  .tiles--blog {
    margin-top: 62px;
  }
}
@media (min-width: 1200px) {
  .tiles--blog {
    margin-top: 115px;
  }
}
.tiles--blog h2:not(:first-of-type) {
  margin-top: calc(12.9411764706vw + -5.2941176471px);
}
@media (max-width: 520px) {
  .tiles--blog h2:not(:first-of-type) {
    margin-top: 62px;
  }
}
@media (min-width: 1200px) {
  .tiles--blog h2:not(:first-of-type) {
    margin-top: 150px;
  }
}
.tiles--blog h2 {
  margin-bottom: calc(4.7058823529vw + 15.5294117647px);
}
@media (max-width: 520px) {
  .tiles--blog h2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .tiles--blog h2 {
    margin-bottom: 72px;
  }
}
.tiles__load-more > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(4.7058823529vw + 15.5294117647px);
}
@media (max-width: 520px) {
  .tiles__load-more > div {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .tiles__load-more > div {
    margin-top: 72px;
  }
}
.tiles__heading {
  margin-bottom: calc(2.3529411765vw + 19.7647058824px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 520px) {
  .tiles__heading {
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .tiles__heading {
    margin-bottom: 48px;
  }
}
.tiles__heading a {
  font-weight: 700;
  font-size: 14px;
  color: #010039;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tiles__heading a img {
  height: 16px;
  margin-left: 11px;
  margin-right: 8px;
}
.tiles + .tiles {
  margin-top: calc(-6.6176470588vw + -10.5882352941px);
}
@media (max-width: 520px) {
  .tiles + .tiles {
    margin-top: -45px;
  }
}
@media (min-width: 1200px) {
  .tiles + .tiles {
    margin-top: -90px;
  }
}
.tiles--no-padding, .tiles--hero {
  padding-top: 0;
  padding-bottom: 0;
}
.tiles--hero {
  background-color: #EFF1F2;
}
.tiles--full-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tiles--plan {
  margin-top: calc(7.0588235294vw + 11.2941176471px);
  margin-bottom: calc(11.7647058824vw + 18.8235294118px);
}
@media (max-width: 520px) {
  .tiles--plan {
    margin-top: 48px;
  }
}
@media (min-width: 1200px) {
  .tiles--plan {
    margin-top: 96px;
  }
}
@media (max-width: 520px) {
  .tiles--plan {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .tiles--plan {
    margin-bottom: 160px;
  }
}
.tiles--plan li:not(:first-of-type) {
  margin-top: 24px;
}

@media (max-width: 575.98px) {
  .tiles--small .tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tiles--small .tile:not(:last-of-type) {
    margin-bottom: 1px;
  }
  .tiles--small .tile__image {
    width: 136px;
    height: auto;
  }
  .tiles--small .tile__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .tiles--small .tile__text h3 {
    margin-bottom: 17px;
  }
}
@media (min-width: 576px) {
  .tiles__container {
    padding-left: 0;
    padding-right: 0;
  }
  .tiles--listing .tiles__container::before {
    height: calc(100% + 113px);
    width: calc((100vw - 540px) / 2 + 32px);
    content: "";
    background-color: #E0E5E8;
    position: absolute;
    left: calc((100vw - 540px) / -2 - 32px);
  }
  .tiles--hero .tiles__container {
    position: relative;
    bottom: 88px;
    margin-bottom: -88px;
  }
}
@media (min-width: 768px) {
  .tiles--listing .tiles__container::before {
    height: calc(100% + 122px);
    width: calc((100vw - 720px) / 2 + 132px);
    left: calc((100vw - 720px) / -2);
  }
  .tiles--category .tiles__wrap, .tiles--blog .tiles__wrap, .tiles--venue .tiles__wrap, .tiles--hero .tiles__wrap, .tiles--event .tiles__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tiles--hero .hero__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .tiles__container {
    position: relative;
  }
  .tiles--listing .tiles__container::before {
    width: calc((100vw - 960px) / 2 + 132px);
    left: calc((100vw - 960px) / -2);
  }
  .tiles--plan {
    margin-top: 0;
  }
  .tiles--plan .tile__text {
    padding-top: 29px;
    padding-bottom: 29px;
    background-color: #F3F5F6;
  }
  .tiles--plan .tile__heading {
    opacity: 0.5;
  }
  .tiles--plan .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-bottom: 0;
  }
  .tiles--plan .tabs li:not(:first-of-type) {
    margin-top: 0;
  }
  .tiles--plan .tabs li:nth-of-type(2) {
    border-left: 1px solid #EFF1F2;
    border-right: 1px solid #EFF1F2;
  }
  .tiles--plan .tabs li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 1240px) {
  .tiles--listing .tiles__container::before {
    width: calc((100vw - 960px) / 2 + 132px);
    left: calc((100vw - 960px) / -2);
  }
}
.feature-content .tiles__heading {
  font-weight: 600;
  color: #171717;
  letter-spacing: 0;
  line-height: 24px;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
}

.boxes {
  margin-top: calc(5.8823529412vw + 49.4117647059px);
  margin-bottom: calc(5.8823529412vw + 49.4117647059px);
}
@media (max-width: 520px) {
  .boxes {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .boxes {
    margin-top: 120px;
  }
}
@media (max-width: 520px) {
  .boxes {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .boxes {
    margin-bottom: 120px;
  }
}
.boxes__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .boxes__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .boxes__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .boxes__container {
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .boxes__container {
    max-width: 1180px;
  }
}
.boxes__heading {
  margin-bottom: calc(2.3529411765vw + 19.7647058824px);
}
@media (max-width: 520px) {
  .boxes__heading {
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .boxes__heading {
    margin-bottom: 48px;
  }
}

@media (min-width: 576px) {
  .boxes__container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .boxes__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .boxes--grow .boxes__wrap {
    height: 380px;
  }
  .boxes--grow-small .boxes__wrap {
    height: 256px;
  }
  .boxes--grow-contact .boxes__wrap {
    height: 224px;
  }
}
.leap-feature-tiles {
  padding-top: calc(1.0294117647vw + 24.6470588235px);
}
@media (max-width: 520px) {
  .leap-feature-tiles {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .leap-feature-tiles {
    padding-top: 37px;
  }
}
.leap-feature-tiles__inner {
  overflow-x: scroll;
}
.leap-feature-tiles__header {
  color: #010039;
  margin-bottom: 0;
}
.leap-feature-tiles__grid-wrapper {
  padding-bottom: calc(1.0294117647vw + 24.6470588235px);
  padding-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 520px) {
  .leap-feature-tiles__grid-wrapper {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .leap-feature-tiles__grid-wrapper {
    padding-bottom: 37px;
  }
}
.leap-feature-tiles__grid {
  display: grid;
  grid-auto-columns: 207px;
  grid-auto-flow: column;
  width: 100%;
  gap: 8px;
  padding-right: 15px;
}
.leap-feature-tiles__tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 43px 25px 30px 30px;
  gap: 20px;
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  border: none;
  text-align: left;
}
.leap-feature-tiles__tile__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #010039;
  margin: 0;
}
.leap-feature-tiles__tile__icon {
  fill: #010039;
  width: 50px;
  height: 51px;
}
.leap-feature-tiles__overlay {
  background: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: 1;
  -webkit-animation: fadeInFromNone 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: fadeInFromNone 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.leap-feature-tiles__overlay--hidden {
  display: none;
  opacity: 0;
}
.leap-feature-tiles__modal {
  position: relative;
  height: calc(100% - 50px);
  padding: 42px 24px 24px 32px;
  border-radius: 10px 10px 0 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  -webkit-animation: slideUp 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: slideUp 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}
.leap-feature-tiles__modal__close-button {
  background: none;
  border: none;
  position: absolute;
  padding: 0;
  top: -20px;
  right: 16px;
}
.leap-feature-tiles__modal__close-button__circle {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  fill: #555555;
}
.leap-feature-tiles__modal__close-button__cross {
  fill: #fff;
}
.leap-feature-tiles__modal__close-button:hover .leap-feature-tiles__modal__close-button__circle, .leap-feature-tiles__modal__close-button:focus .leap-feature-tiles__modal__close-button__circle {
  fill: #626262;
  cursor: pointer;
}
.leap-feature-tiles__modal__icon {
  fill: #010039;
  margin-bottom: 20px;
}
.leap-feature-tiles__modal__heading {
  color: #010039;
  margin-bottom: 20px;
}
.leap-feature-tiles__modal__inner p {
  line-height: 26px;
  color: #010039;
  margin-bottom: 24px;
  font-size: 16px;
}
.leap-feature-tiles__modal__inner p:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .leap-feature-tiles__inner {
    max-width: unset;
    margin: 0;
    padding-left: calc((100vw - 540px) / 2 + 15px);
  }
}
@media (min-width: 768px) {
  .leap-feature-tiles__overlay {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .leap-feature-tiles__modal {
    position: relative;
    height: auto;
    width: min(100vw, 438px);
    padding: 30px 20px 40px 40px;
    border-radius: 10px;
    -webkit-box-shadow: 0 13px 32px rgba(0, 0, 0, 0.15);
            box-shadow: 0 13px 32px rgba(0, 0, 0, 0.15);
    -webkit-animation: none;
            animation: none;
  }
  .leap-feature-tiles__inner {
    overflow: visible;
  }
  .leap-feature-tiles__grid-wrapper {
    padding-top: 30px;
  }
  .leap-feature-tiles__grid {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 8px;
    grid-auto-flow: row;
    padding-right: 0;
  }
  .leap-feature-tiles__tile:hover, .leap-feature-tiles__tile:focus {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-box-shadow: 0 13px 40px rgba(0, 0, 0, 0.15);
            box-shadow: 0 13px 40px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 992px) {
  .leap-feature-tiles__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1240px) {
  .leap-feature-tiles__tile {
    padding: 34px 56px 26px 30px;
  }
}
.ui-index {
  padding-top: calc(2.0588235294vw + 61.2941176471px);
  padding-bottom: calc(8.5294117647vw + 159.6470588235px);
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 520px) {
  .ui-index {
    padding-top: 72px;
  }
}
@media (min-width: 1200px) {
  .ui-index {
    padding-top: 86px;
  }
}
@media (max-width: 520px) {
  .ui-index {
    padding-bottom: 204px;
  }
}
@media (min-width: 1200px) {
  .ui-index {
    padding-bottom: 262px;
  }
}
@media (min-width: 576px) {
  .ui-index {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .ui-index {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .ui-index {
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .ui-index {
    max-width: 1180px;
  }
}
.ui-index h2 {
  font-weight: 700;
  font-size: 30px;
  color: #171717;
  line-height: 56px;
  margin-bottom: 12px;
}
.ui-index a {
  display: none;
  font-weight: 600;
  font-size: 16px;
  color: #171717;
  letter-spacing: 0;
  line-height: 60px;
  display: block;
  width: 100%;
  padding-top: calc(2.6470588235vw + -12.7647058824px);
  padding-bottom: calc(2.6470588235vw + -12.7647058824px);
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-image: url("/svg/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right;
}
@media (max-width: 520px) {
  .ui-index a {
    padding-top: 1px;
  }
}
@media (min-width: 1200px) {
  .ui-index a {
    padding-top: 19px;
  }
}
@media (max-width: 520px) {
  .ui-index a {
    padding-bottom: 1px;
  }
}
@media (min-width: 1200px) {
  .ui-index a {
    padding-bottom: 19px;
  }
}
.ui-index a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.02);
}
.ui-index li {
  border-top: 1px solid #EFF1F2;
}
.ui-index ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 70px;
}
.ui-index__logo {
  margin-bottom: calc(4.1176470588vw + 18.5882352941px);
}
@media (max-width: 520px) {
  .ui-index__logo {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .ui-index__logo {
    margin-bottom: 68px;
  }
}

@media (min-width: 576px) {
  .ui-index {
    padding-left: 0;
    padding-right: 0;
  }
}
.memberships .packages {
  margin-top: 48px;
}
.memberships .packages__heading {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .packages__header > .filters__clear {
    display: none;
  }
}
@media (min-width: 768px) {
  .memberships .packages {
    margin-top: calc(2.9411764706vw + 24.7058823529px);
  }
}
@media (min-width: 768px) and (max-width: 520px) {
  .memberships .packages {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .memberships .packages {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .memberships .packages__heading {
    font-weight: 600;
    font-size: 18px;
    color: #171717;
  }
  .memberships .packages__header {
    margin-bottom: 20px;
  }
}
.membership-details {
  position: relative;
}
.membership-details .lead {
  margin-bottom: calc(3.5294117647vw + 29.6470588235px);
}
@media (max-width: 520px) {
  .membership-details .lead {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .membership-details .lead {
    margin-bottom: 72px;
  }
}
.membership-details__left img {
  margin-top: 12px;
  margin-bottom: 0;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .membership-details__left img {
    margin-top: 5px;
    margin-bottom: 40px;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }
}
.membership-details__left .membership-details__image {
  margin-bottom: calc(3.5294117647vw + 29.6470588235px);
}
@media (max-width: 520px) {
  .membership-details__left .membership-details__image {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .membership-details__left .membership-details__image {
    margin-bottom: 72px;
  }
}
.membership-details__left .membership-details__image {
  margin-bottom: calc(3.5294117647vw + 29.6470588235px);
}
@media (max-width: 520px) {
  .membership-details__left .membership-details__image {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .membership-details__left .membership-details__image {
    margin-bottom: 72px;
  }
}

@media (min-width: 992px) {
  .membership-details__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .membership-details__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: 580px;
        flex-basis: 580px;
    margin-right: 50px;
    min-height: 400px;
  }
  .membership-details__left img {
    margin-top: 0;
  }
}
@media (min-width: 1240px) {
  .membership-details__left {
    -ms-flex-preferred-size: 650px;
        flex-basis: 650px;
    margin-right: 130px;
  }
}
.experiences-detail {
  margin-top: calc(0vw + 60px);
}
@media (max-width: 520px) {
  .experiences-detail {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .experiences-detail {
    margin-top: 60px;
  }
}
.experiences-detail__container {
  padding: 0 15px;
}
.experiences-detail__header {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 32px;
  margin-bottom: 18px;
  letter-spacing: 0;
  text-transform: unset;
  color: #171717;
}
.experiences-detail__description {
  margin-bottom: 60px;
}
.experiences-detail__description p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
  color: #555555;
}
.experiences-detail__description__details {
  margin: 32px 0;
  display: grid;
  grid-template-columns: minmax(100px, -webkit-min-content) auto;
  grid-template-columns: minmax(100px, min-content) auto;
}
.experiences-detail__description__details__label, .experiences-detail__description__details__content {
  padding: 16px 0 15px;
  border-bottom: 1px solid #F0F0F0;
  font-size: 16px;
  line-height: 26px;
}
.experiences-detail__description__details__link {
  text-decoration: underline;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #171717;
}
.experiences-detail__description__details__link:hover, .experiences-detail__description__details__link:focus {
  color: initial;
}
.experiences-detail__description__details__content {
  padding-left: 16px;
  font-weight: 500;
  color: #171717;
  opacity: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.experiences-detail__gallery-container {
  margin-bottom: 60px;
}
.experiences-detail__gallery-container .experiences-detail__header {
  margin-bottom: 27px;
}
.experiences-detail__gallery__image-container {
  position: relative;
}
.experiences-detail__gallery__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 80/47;
  -o-object-fit: cover;
     object-fit: cover;
}
.experiences-detail__gallery__thumbnails-container {
  position: relative;
}
.experiences-detail__gallery__thumbnails-container--scrollable::after {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 73px;
  content: "";
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.experiences-detail__gallery__thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  margin-top: 10px;
  gap: 8px;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.experiences-detail__gallery__thumbnail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 73px;
  padding: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0.5;
  border: none;
  scroll-snap-align: start;
}
.experiences-detail__gallery__thumbnail:hover, .experiences-detail__gallery__thumbnail--active {
  opacity: 1;
}
.experiences-detail__list {
  font-size: 16px;
  line-height: 26px;
  margin-top: 24px;
  margin-bottom: 60px;
  padding: 0;
  list-style: none;
  color: #555555;
}
.experiences-detail__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 0;
}
.experiences-detail__list__item::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.2762 10.3905C23.7969 10.9112 23.7969 11.7554 23.2762 12.2761L14.1039 21.4484C13.2964 22.2559 11.9779 22.2245 11.2098 21.3796L8.34676 18.2302C7.85141 17.6854 7.89157 16.8421 8.43645 16.3467C8.98132 15.8514 9.82459 15.8916 10.3199 16.4364L12.7126 19.0684L21.3905 10.3905C21.9112 9.86983 22.7555 9.86983 23.2762 10.3905Z' fill='%23D50042'/%3E%3C/svg%3E%0A");
}
.experiences-detail__matches-container {
  margin-bottom: 60px;
}
.experiences-detail__matches-container .experiences-detail__header {
  margin-bottom: 8px;
}
.experiences-detail__match {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0 23px;
  border-bottom: 1px solid #F0F0F0;
  gap: 24px;
}
.experiences-detail__match__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 116px;
  height: 76px;
}
.experiences-detail__match__title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  gap: 8px;
}
.experiences-detail__match__title, .experiences-detail__match__content {
  opacity: 0.8;
}
.experiences-detail__match__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  color: #171717;
}
.experiences-detail__match__label {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1px 6px;
  border-radius: 4px;
  gap: 5px;
}
.experiences-detail__match__label__icon {
  margin-top: 1px;
}
.experiences-detail__match__label--inverted {
  color: #FFFFFF;
  background: #555555;
}
.experiences-detail__match__label--inverted .experiences-detail__match__label__icon {
  fill: #FFFFFF;
}
.experiences-detail__match__label--white {
  color: #d50042;
  background: #ffbcd0;
}
.experiences-detail__match__label--white .experiences-detail__match__label__icon {
  fill: #d50042;
}
.experiences-detail__match__label--primary {
  color: #FFFFFF;
  background: #010039;
}
.experiences-detail__match__label--primary .experiences-detail__match__label__icon {
  fill: #FFFFFF;
}
.experiences-detail__match__label--accent {
  color: #FFFFFF;
  background: #d50042;
}
.experiences-detail__match__label--accent .experiences-detail__match__label__icon {
  fill: #FFFFFF;
}
.experiences-detail__match__content {
  font-size: 16px;
  line-height: 26px;
  margin: 3px 0 0 0;
  color: #555555;
}
.experiences-detail__magnify-button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 16px 16px 0;
  border: none;
  background: none;
  fill: #FFFFFF;
  inset: 0;
}
.experiences-detail__stadium-map {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.experiences-detail__stadium-map__image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 3px;
}
.experiences-detail__stadium-map .experiences-detail__magnify-button__icon {
  width: 36px;
  height: 36px;
  padding: 3px;
  border-radius: 4px;
  background: rgba(85, 85, 85, 0.5);
}
.experiences-detail__pricing {
  position: relative;
  margin: 0 -15px;
  padding: 20px 15px;
  background: #F0F0F0;
}
.experiences-detail__pricing__rows {
  margin-bottom: 40px;
}
.experiences-detail__pricing__row {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 0 17px;
  color: #555555;
  border-bottom: 1px solid #E6E6E6;
}
.experiences-detail__pricing__label {
  font-size: 13px;
  font-weight: 600;
}
.experiences-detail__pricing__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.experiences-detail__pricing__cost__from {
  display: none;
}
.experiences-detail__pricing__cost__amount {
  font-size: 22px;
  font-weight: 600;
  display: none;
}
.experiences-detail__pricing__cost__amount--mobile {
  display: block;
}
.experiences-detail__ribbon {
  position: relative;
  left: -12px;
  display: none;
}
.experiences-detail__ribbon__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  inset: 2px 0 7px 17px;
}
.experiences-detail__ribbon__icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  fill: currentColor;
}
.experiences-detail .ribbon-inverted .experiences-detail__ribbon__banner {
  fill: #171717;
}
.experiences-detail .ribbon-inverted .experiences-detail__ribbon__banner__fold {
  fill: #555;
}
.experiences-detail .ribbon-inverted .experiences-detail__ribbon__text {
  color: #FFFFFF;
}
.experiences-detail .ribbon-white .experiences-detail__ribbon__banner {
  fill: #FFFFFF;
}
.experiences-detail .ribbon-white .experiences-detail__ribbon__banner__fold {
  fill: #010039;
}
.experiences-detail .ribbon-white .experiences-detail__ribbon__text {
  color: #d50042;
}
.experiences-detail .ribbon-primary .experiences-detail__ribbon__banner {
  fill: #010039;
}
.experiences-detail .ribbon-primary .experiences-detail__ribbon__banner__fold {
  fill: #555555;
}
.experiences-detail .ribbon-primary .experiences-detail__ribbon__text {
  color: #FFFFFF;
}
.experiences-detail .ribbon-accent .experiences-detail__ribbon__banner {
  fill: #d50042;
}
.experiences-detail .ribbon-accent .experiences-detail__ribbon__banner__fold {
  fill: #555555;
}
.experiences-detail .ribbon-accent .experiences-detail__ribbon__text {
  color: #FFFFFF;
}
.experiences-detail__button {
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 20px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-align: center;
  color: #FFFFFF;
  border: 0;
  border-radius: 4px;
  background: #d50042;
}
.experiences-detail__button--small {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  padding: 14px 24px;
}
.experiences-detail__button--full-width {
  width: 100%;
}
.experiences-detail__button:hover, .experiences-detail__button:focus {
  color: #FFFFFF;
  background: #ef004a;
}
.experiences-detail__overlay {
  position: fixed;
  z-index: 5000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: fadeInFromNone 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: fadeInFromNone 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  inset: 0;
}
.experiences-detail__overlay--darker {
  background: rgba(23, 23, 23, 0.95);
}
.experiences-detail__overlay--hidden {
  display: none;
  opacity: 0;
}
.experiences-detail__overlay--has-modal {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.experiences-detail__overlay__image-container {
  position: relative;
  width: 100%;
}
.experiences-detail__overlay__image-container--scrollable {
  overflow: auto;
  height: 100%;
  padding-top: 55px;
}
.experiences-detail__overlay__image-container--scrollable .experiences-detail__stadium-map__image {
  width: 1000px;
}
@media (min-width: 768px) {
  .experiences-detail__overlay__image-container {
    margin: 0 174px;
  }
}
.experiences-detail__overlay__image {
  width: 100%;
  height: auto;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.experiences-detail__overlay__label {
  position: absolute;
  left: 12px;
  top: 14px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
}
.experiences-detail__overlay__close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  border: none;
  background: none;
}
.experiences-detail__overlay__close-button__circle {
  fill: #555555;
}
.experiences-detail__overlay__close-button__cross {
  fill: #FFFFFF;
}
.experiences-detail__modal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-height: calc(100% - 50px);
  margin-top: 50px;
  border-radius: 6px 6px 0 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.experiences-detail__modal__header {
  padding: 32px 24px 23px;
  border-bottom: 1px solid #F0F0F0;
}
.experiences-detail__modal__title {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  letter-spacing: 0;
  text-transform: none;
  color: #171717;
}
.experiences-detail__modal__options {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.experiences-detail__modal__options__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 24px 136px;
  gap: 16px;
}
.experiences-detail__modal__options__list--experiences {
  padding: 24px 24px 180px;
}
.experiences-detail__modal__options__list--experiences .experiences-detail__modal__option__image {
  height: 44px;
}
.experiences-detail__modal__options__list--experiences .experiences-detail__modal__option__pricing {
  display: none;
}
.experiences-detail__modal__options__list--experiences .experiences-detail__modal__option__details .experiences-detail__modal__option__content {
  display: none;
}
.experiences-detail__modal__options__list--experiences .experiences-detail__modal__option__details .experiences-detail__modal__option__pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 6px;
}
.experiences-detail__modal__options__list--experiences .experiences-detail__modal__option__details .experiences-detail__modal__option__pricing__cost {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
.experiences-detail__modal__options__list--packages {
  gap: 0;
}
.experiences-detail__modal__options__list--packages .experiences-detail__modal__option {
  padding: 5px 8px 4px 8px;
  gap: 18px;
}
.experiences-detail__modal__options__list--packages .experiences-detail__modal__option:not(.experiences-detail__modal__options__list--packages .experiences-detail__modal__option--selected) {
  border-bottom: 1px solid #F0F0F0;
  border-radius: 0;
  background: transparent;
}
.experiences-detail__modal__options__list--packages .experiences-detail__modal__option--selected {
  padding: 4px 8px;
}
.experiences-detail__modal__options__list--packages .experiences-detail__modal__option__image {
  height: 56px;
  width: 64px;
  border-radius: 5px;
}
.experiences-detail__modal__options__list--packages .experiences-detail__modal__option__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.experiences-detail__modal__options__list--packages .experiences-detail__modal__option__detail {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  color: #555555;
}
.experiences-detail__modal__options__list--packages .experiences-detail__modal__option__detail--location {
  display: none;
}
.experiences-detail__modal__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 8px;
  cursor: pointer;
  border-radius: 6px;
  background: #F9F9F9;
  gap: 18px;
}
.experiences-detail__modal__option--selected {
  padding: 19px 7px;
  border: 1px solid #d50042;
  background: #DAF4FF;
}
.experiences-detail__modal__option__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 68px;
  height: 60px;
}
.experiences-detail__modal__option__title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  gap: 8px;
}
.experiences-detail__modal__option__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.experiences-detail__modal__option__details .experiences-detail__modal__option__pricing {
  display: none;
}
.experiences-detail__modal__option__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
  color: #171717;
}
.experiences-detail__modal__option__content {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #555555;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.experiences-detail__modal__option__pricing {
  font-size: 13px;
  line-height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 10px 10px 0 100px;
  padding-top: 3px;
  color: #555555;
}
.experiences-detail__modal__option__pricing__cost {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  color: #171717;
}
.experiences-detail__modal__option__radio-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: auto;
  fill: #010039;
}
.experiences-detail__modal__option__checkbox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-left: auto;
  fill: none;
}
.experiences-detail__modal__option__checkbox__rectangle {
  fill: #010039;
}
.experiences-detail__modal__option__checkbox__outline {
  stroke: #010039;
}
.experiences-detail__modal__option__checkbox__checkmark {
  fill: #ffffff;
}
.experiences-detail__modal__footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 24px 24px 40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.experiences-detail__modal__footer__link {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: block;
  margin-right: auto;
  margin-bottom: 22px;
  text-align: center;
  color: #000000;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.experiences-detail__modal__footer__link:hover, .experiences-detail__modal__footer__link:focus {
  text-decoration: none;
  color: #d50042;
}
.experiences-detail__modal__close-button {
  position: absolute;
  top: -20px;
  right: 16px;
  padding: 0;
  border: none;
  background: none;
}
.experiences-detail__modal__close-button__icon {
  vertical-align: baseline;
}
.experiences-detail__modal__close-button__circle {
  fill: #555555;
}
.experiences-detail__modal__close-button__cross {
  fill: #FFFFFF;
}

@media (min-width: 576px) {
  .experiences-detail__pricing {
    border-radius: 9px;
  }
}
@media (min-width: 768px) {
  .experiences-detail__container {
    display: grid;
    grid-template-columns: auto 360px;
    grid-column-gap: 35px;
  }
  .experiences-detail__header {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .experiences-detail__description {
    margin-bottom: 72px;
  }
  .experiences-detail__gallery-container {
    margin-bottom: 72px;
  }
  .experiences-detail__gallery-container .experiences-detail__header {
    margin-bottom: 19px;
  }
  .experiences-detail__gallery__thumbnails-container--scrollable::after {
    display: none;
  }
  .experiences-detail__gallery__thumbnails {
    overflow-x: hidden;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px;
  }
  .experiences-detail__gallery__thumbnail {
    width: 80px;
  }
  .experiences-detail__list {
    margin-bottom: 72px;
  }
  .experiences-detail__matches-container {
    margin-bottom: 72px;
  }
  .experiences-detail__matches-container .experiences-detail__header {
    margin-bottom: 24px;
  }
  .experiences-detail__match__image {
    display: block;
  }
  .experiences-detail__stadium-map .experiences-detail__magnify-button {
    display: none;
  }
  .experiences-detail__pricing {
    margin: 0;
    padding: 23px 0 0;
    position: -webkit-sticky;
    position: sticky;
    top: 104px;
  }
  .experiences-detail__pricing__inner {
    padding: 26px 40px 40px;
  }
  .experiences-detail__pricing__cost__from {
    display: inline;
  }
  .experiences-detail__pricing__cost__amount {
    display: block;
  }
  .experiences-detail__pricing__cost__amount--mobile {
    display: none;
  }
  .experiences-detail__ribbon {
    display: block;
  }
  .experiences-detail__button {
    font-size: 18px;
  }
  .experiences-detail__button--small {
    font-size: 14px;
    width: auto;
  }
  .experiences-detail__overlay--has-modal {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .experiences-detail__overlay__close-button {
    top: 32px;
    right: 32px;
  }
  .experiences-detail__modal {
    width: 944px;
    max-width: calc(100vw - 6px);
    max-height: min(840px, 100vh - 80px);
    margin-top: 0;
    border-radius: 6px;
  }
  .experiences-detail__modal__header {
    padding: 32px 32px 31px;
  }
  .experiences-detail__modal__options {
    border-radius: 0 0 6px 6px;
  }
  .experiences-detail__modal__options__list {
    padding: 32px 32px 144px;
  }
  .experiences-detail__modal__options__list--experiences {
    padding: 32px 32px 188px;
  }
  .experiences-detail__modal__options__list--experiences .experiences-detail__modal__option__image {
    height: 125px;
  }
  .experiences-detail__modal__options__list--experiences .experiences-detail__modal__option__pricing {
    display: block;
  }
  .experiences-detail__modal__options__list--experiences .experiences-detail__modal__option__details .experiences-detail__modal__option__content {
    display: block;
  }
  .experiences-detail__modal__options__list--experiences .experiences-detail__modal__option__details .experiences-detail__modal__option__pricing {
    display: none;
  }
  .experiences-detail__modal__options__list--packages .experiences-detail__modal__option {
    gap: 16px;
    padding: 8px 8px 7px 8px;
  }
  .experiences-detail__modal__options__list--packages .experiences-detail__modal__option--selected {
    padding: 7px;
  }
  .experiences-detail__modal__options__list--packages .experiences-detail__modal__option__image {
    width: 80px;
  }
  .experiences-detail__modal__options__list--packages .experiences-detail__modal__option__details {
    display: grid;
    grid-template-columns: 161px 90px 142px auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    margin: 0;
  }
  .experiences-detail__modal__options__list--packages .experiences-detail__modal__option__detail {
    font-size: 14px;
    line-height: 22px;
  }
  .experiences-detail__modal__options__list--packages .experiences-detail__modal__option__detail--location {
    display: block;
  }
  .experiences-detail__modal__options__list--packages .experiences-detail__modal__option__checkbox {
    width: 24px;
    height: 24px;
  }
  .experiences-detail__modal__option {
    padding: 16px;
    gap: 24px;
  }
  .experiences-detail__modal__option--selected {
    padding: 15px;
  }
  .experiences-detail__modal__option__image {
    width: 175px;
    height: 125px;
  }
  .experiences-detail__modal__option__details {
    margin-right: 10px;
  }
  .experiences-detail__modal__option__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 4px 0;
  }
  .experiences-detail__modal__option__content {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    -webkit-line-clamp: unset;
  }
  .experiences-detail__modal__option__radio-button {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 24px;
    height: 24px;
    margin: 14px 16px 0 auto;
  }
  .experiences-detail__modal__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 32px;
  }
  .experiences-detail__modal__footer__link {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .experiences-detail__container {
    grid-column-gap: 125px;
  }
  .experiences-detail__description__details {
    grid-template-columns: minmax(168px, -webkit-min-content) auto;
    grid-template-columns: minmax(168px, min-content) auto;
  }
  .experiences-detail__modal__options__list--packages .experiences-detail__modal__option__details {
    grid-template-columns: 211px 90px 202px auto;
  }
}
.standard-content {
  margin-top: 30px;
  margin-bottom: 78px;
}
.standard-content .standard-content {
  margin-top: 40px;
  margin-bottom: 40px;
}
.standard-content .standard-content:first-of-type {
  margin-top: 0;
}
.standard-content p:last-of-type {
  margin-bottom: 0;
}
.standard-content .row > .col-12 > :first-child, .standard-content .hero__tiles > .col-12 > :first-child, .standard-content .footer-banner__top > .col-12 > :first-child, .standard-content .footer-banner__bottom > .col-12 > :first-child, .standard-content .profile-tiles__wrap > .col-12 > :first-child, .standard-content .media-cards__wrap > .col-12 > :first-child, .standard-content .feature-links__wrap > .col-12 > :first-child, .standard-content .row > .footer-banner__top__col > :first-child, .standard-content .hero__tiles > .footer-banner__top__col > :first-child, .standard-content .footer-banner__top > .footer-banner__top__col > :first-child, .standard-content .footer-banner__bottom > .footer-banner__top__col > :first-child, .standard-content .profile-tiles__wrap > .footer-banner__top__col > :first-child, .standard-content .media-cards__wrap > .footer-banner__top__col > :first-child, .standard-content .feature-links__wrap > .footer-banner__top__col > :first-child, .standard-content .footer-banner__bottom .row > div:first-of-type > :first-child, .footer-banner__bottom .standard-content .row > div:first-of-type > :first-child, .standard-content .footer-banner__bottom .hero__tiles > div:first-of-type > :first-child, .footer-banner__bottom .standard-content .hero__tiles > div:first-of-type > :first-child, .standard-content .footer-banner__bottom .footer-banner__top > div:first-of-type > :first-child, .footer-banner__bottom .standard-content .footer-banner__top > div:first-of-type > :first-child, .standard-content .footer-banner__bottom > div:first-of-type > :first-child, .standard-content .footer-banner__bottom .profile-tiles__wrap > div:first-of-type > :first-child, .footer-banner__bottom .standard-content .profile-tiles__wrap > div:first-of-type > :first-child, .standard-content .footer-banner__bottom .media-cards__wrap > div:first-of-type > :first-child, .footer-banner__bottom .standard-content .media-cards__wrap > div:first-of-type > :first-child, .standard-content .footer-banner__bottom .feature-links__wrap > div:first-of-type > :first-child, .footer-banner__bottom .standard-content .feature-links__wrap > div:first-of-type > :first-child, .standard-content .profile-tiles__wrap .row > .profile-tile__overlay > :first-child, .profile-tiles__wrap .standard-content .row > .profile-tile__overlay > :first-child, .standard-content .profile-tiles__wrap .hero__tiles > .profile-tile__overlay > :first-child, .profile-tiles__wrap .standard-content .hero__tiles > .profile-tile__overlay > :first-child, .standard-content .profile-tiles__wrap .footer-banner__top > .profile-tile__overlay > :first-child, .profile-tiles__wrap .standard-content .footer-banner__top > .profile-tile__overlay > :first-child, .standard-content .profile-tiles__wrap .footer-banner__bottom > .profile-tile__overlay > :first-child, .profile-tiles__wrap .standard-content .footer-banner__bottom > .profile-tile__overlay > :first-child, .standard-content .profile-tiles__wrap > .profile-tile__overlay > :first-child, .standard-content .profile-tiles__wrap .media-cards__wrap > .profile-tile__overlay > :first-child, .profile-tiles__wrap .standard-content .media-cards__wrap > .profile-tile__overlay > :first-child, .standard-content .profile-tiles__wrap .feature-links__wrap > .profile-tile__overlay > :first-child, .profile-tiles__wrap .standard-content .feature-links__wrap > .profile-tile__overlay > :first-child, .standard-content .row > .feature-link--small > :first-child, .standard-content .hero__tiles > .feature-link--small > :first-child, .standard-content .footer-banner__top > .feature-link--small > :first-child, .standard-content .footer-banner__bottom > .feature-link--small > :first-child, .standard-content .profile-tiles__wrap > .feature-link--small > :first-child, .standard-content .media-cards__wrap > .feature-link--small > :first-child, .standard-content .feature-links__wrap > .feature-link--small > :first-child, .standard-content .row > .feature-link--medium > :first-child, .standard-content .hero__tiles > .feature-link--medium > :first-child, .standard-content .footer-banner__top > .feature-link--medium > :first-child, .standard-content .footer-banner__bottom > .feature-link--medium > :first-child, .standard-content .profile-tiles__wrap > .feature-link--medium > :first-child, .standard-content .media-cards__wrap > .feature-link--medium > :first-child, .standard-content .feature-links__wrap > .feature-link--medium > :first-child, .standard-content .row > .feature-link--large > :first-child, .standard-content .hero__tiles > .feature-link--large > :first-child, .standard-content .footer-banner__top > .feature-link--large > :first-child, .standard-content .footer-banner__bottom > .feature-link--large > :first-child, .standard-content .profile-tiles__wrap > .feature-link--large > :first-child, .standard-content .media-cards__wrap > .feature-link--large > :first-child, .standard-content .feature-links__wrap > .feature-link--large > :first-child {
  margin-top: 0 !important;
}
.standard-content figure {
  margin-bottom: 0;
  display: block;
}
.standard-content .side-nav {
  margin-top: -30px;
}
.standard-content.standard-content--packages {
  margin-top: 80px;
  margin-bottom: 80px;
}
.standard-content h2, .standard-content h3 {
  font-weight: 600;
  color: #171717;
  font-size: calc(0.2941176471vw + 16.4705882353px);
  line-height: calc(1.1764705882vw + 21.8823529412px);
  margin-bottom: 16px;
}
@media (max-width: 520px) {
  .standard-content h2, .standard-content h3 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .standard-content h2, .standard-content h3 {
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  .standard-content h2, .standard-content h3 {
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .standard-content h2, .standard-content h3 {
    line-height: 36px;
  }
}
.standard-content h4, .standard-content .media-card__heading {
  font-weight: 400;
  color: #171717;
  font-size: calc(0.2941176471vw + 14.4705882353px);
  line-height: calc(0.2941176471vw + 24.4705882353px);
  font-weight: bold;
}
@media (max-width: 520px) {
  .standard-content h4, .standard-content .media-card__heading {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .standard-content h4, .standard-content .media-card__heading {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .standard-content h4, .standard-content .media-card__heading {
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .standard-content h4, .standard-content .media-card__heading {
    line-height: 28px;
  }
}
.standard-content p {
  font-weight: 400;
  color: #171717;
  font-size: calc(0.2941176471vw + 14.4705882353px);
  line-height: calc(0.2941176471vw + 24.4705882353px);
  margin-bottom: 1.6em;
}
@media (max-width: 520px) {
  .standard-content p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .standard-content p {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .standard-content p {
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .standard-content p {
    line-height: 28px;
  }
}
.standard-content .img, .standard-content .display-content img {
  margin-top: 5px;
  margin-bottom: 40px;
  display: block;
  max-width: 100%;
  height: auto;
}
.standard-content .no-margin {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.standard-content ul, .standard-content ol {
  font-weight: 400;
  color: #171717;
  font-size: calc(0.2941176471vw + 14.4705882353px);
  line-height: calc(0.2941176471vw + 24.4705882353px);
  margin-top: 0.6em;
  margin-bottom: 2.2em;
  padding: 0;
  padding-left: 40px;
}
@media (max-width: 520px) {
  .standard-content ul, .standard-content ol {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .standard-content ul, .standard-content ol {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .standard-content ul, .standard-content ol {
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .standard-content ul, .standard-content ol {
    line-height: 28px;
  }
}
.standard-content ul li, .standard-content ol li {
  margin-bottom: 0.4em;
  padding-left: 7px;
  padding-right: 60px;
}
.standard-content blockquote {
  font-weight: 400;
  color: #171717;
  font-size: calc(0.2941176471vw + 12.4705882353px);
  line-height: calc(0.5882352941vw + 24.9411764706px);
  line-height: 1.43;
  margin-top: 20px;
  margin-bottom: 25px;
  padding-left: 32px;
  display: block;
  position: relative;
  font-style: italic;
}
@media (max-width: 520px) {
  .standard-content blockquote {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .standard-content blockquote {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .standard-content blockquote {
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .standard-content blockquote {
    line-height: 32px;
  }
}
.standard-content blockquote::after {
  height: calc(100% - 16px);
  left: 0;
  top: 6px;
  width: 8px;
  background-color: #d50042;
  content: "";
  position: absolute;
}
.standard-content figcaption {
  position: relative;
  color: #171717;
  font-size: 14px;
  line-height: 1.14;
  padding: 10px 5px;
  margin-top: -65px;
  margin-bottom: 20px;
  background-color: #F3F5F6;
}
.standard-content figcaption + .no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.standard-content a {
  color: #d50042;
}
.standard-content a:hover::after {
  width: 100%;
}
.standard-content .iframe-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.standard-content .iframe-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.standard-content .content-actions {
  display: block;
  margin-top: 40px;
  list-style-type: none;
  border-top: 1px solid #EFF1F2;
  padding-left: 0;
}
.standard-content .content-actions li {
  margin: 0;
  border-bottom: 1px solid #EFF1F2;
  padding-right: 0;
}
.standard-content .content-actions li:before {
  content: "";
  padding-right: 0;
}
.standard-content .content-actions li a {
  display: block;
  font-weight: 600;
  padding: 3rem 6rem 3rem 0;
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 9px 15px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 28"><polygon id="path-1" fill="%23010039" fill-rule="nonzero" points="18 14 3.6 28 3.1653064e-15 24.5 10.8 14 0 3.5 3.6 0"/></svg>');
}
.standard-content .content-actions li a:hover {
  color: #d50042;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 28"><polygon id="path-1" fill="%23d50042" fill-rule="nonzero" points="18 14 3.6 28 3.1653064e-15 24.5 10.8 14 0 3.5 3.6 0"/></svg>');
}
.standard-content .content-actions li a::after {
  display: none;
  content: "";
  -webkit-transition: none;
  transition: none;
  position: initial;
}
.standard-content table thead th {
  background-color: #f0f0f0;
  border: 1px solid #e0e0e0;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.4px;
  color: #f0f0f0;
  height: 46px;
  text-transform: uppercase;
}
.standard-content table tbody tr {
  font-size: 14px;
  line-height: 1.14;
  color: #555555;
  height: 62px;
}
.standard-content .table-bordered th, .standard-content table th, .standard-content .standard-content table th, .standard-content .table-bordered td, .standard-content table td, .standard-content .standard-content table td {
  border: 1px solid #e0e0e0;
}
.standard-content .table th, .standard-content table th, .standard-content .standard-content table th, .standard-content .ladder__ladder th, .standard-content .table td, .standard-content table td, .standard-content .standard-content table td, .standard-content .ladder__ladder td {
  vertical-align: middle;
  padding-left: 24px;
  padding-right: 24px;
}
.standard-content .table thead th, .standard-content table thead th, .standard-content .standard-content table thead th, .standard-content .ladder__ladder thead th {
  vertical-align: middle;
}
.standard-content .gameday {
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .standard-content .img, .standard-content .display-content img {
    margin-top: 5px;
    margin-bottom: 40px;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .standard-content [style*="float:right"] {
    margin: 0 0 0 25px !important;
  }
  .standard-content [style*="float:right"] .img {
    margin: 35px 0;
  }
  .standard-content [style*="float:left"] {
    margin: 0 25px 0 0 !important;
  }
  .standard-content [style*="float:left"] .img {
    margin: 35px 0;
  }
}
@media (min-width: 992px) {
  .standard-content {
    margin-top: 82px;
    margin-bottom: 112px;
  }
  .standard-content .standard-content {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .standard-content h2, .standard-content h3, .standard-content h4, .standard-content .media-card__heading {
    margin-bottom: 23px;
  }
  .standard-content .img {
    margin-top: 35px;
    margin-bottom: 65px;
  }
  .standard-content .side-nav {
    margin-top: 7px;
  }
  .standard-content .gameday {
    margin-top: 40px;
  }
}
.contact {
  padding-top: calc(6.6176470588vw + 10.5882352941px);
  padding-bottom: calc(6.6176470588vw + 10.5882352941px);
}
@media (max-width: 520px) {
  .contact {
    padding-top: 45px;
  }
}
@media (min-width: 1200px) {
  .contact {
    padding-top: 90px;
  }
}
@media (max-width: 520px) {
  .contact {
    padding-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .contact {
    padding-bottom: 90px;
  }
}
.contact h4, .contact .media-card__heading {
  margin-bottom: 15px;
}
.contact #map {
  width: 100%;
  height: 500px;
}
.contact__information {
  margin-bottom: 40px;
}
.contact__information .row, .contact__information .hero__tiles, .contact__information .footer-banner__top, .contact__information .footer-banner__bottom, .contact__information .profile-tiles__wrap, .contact__information .media-cards__wrap, .contact__information .feature-links__wrap {
  margin-bottom: 30px;
}
.contact__information a {
  display: block;
}
.contact__information .btn {
  display: inline-block;
  margin-top: 5px;
}
.contact__information .contact__name {
  font-size: 1.4rem;
  font-weight: 600 !important;
  line-height: 1.43;
  color: #939393;
}
.contact__information a:first-of-type {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.43;
  color: #939393;
}
.contact__information a:last-of-type {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.43;
  color: #d50042;
}
.contact__information span:last-of-type {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.43;
  color: #939393;
}
.contact__information h4, .contact__information .media-card__heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.contact__information div div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  top: 2px;
  padding-right: 15px;
  padding-left: 15px;
}
.contact__information .button--accent {
  color: #010039 !important;
  font-weight: 700 !important;
}
.contact__form {
  margin-bottom: 56px;
}
.contact__form p {
  margin-bottom: 24px;
}
.contact__form input#insertEastwoodEasterEggHere {
  display: none;
}
.contact__form input#teamMembership {
  display: none;
}
.contact__form input, .contact__form select {
  height: 60px;
}
.contact__form input, .contact__form textarea, .contact__form select {
  background-color: #f0f0f0;
  font-size: 14px;
  font-weight: 500;
  color: #555555;
  border: none;
  width: 100%;
  padding: 10px 10px 10px 24px;
}
.contact__form select {
  border-bottom: none;
}
.contact__form textarea {
  resize: none;
  height: 160px;
  margin-bottom: -5px;
}
.contact__form .button {
  width: 156px;
}
.contact__form .field {
  margin-bottom: 24px;
}
.contact__form .submit button {
  padding: 12px 27px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #FFF;
  border-radius: 4px;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #d50042;
  border: 1px solid #d50042;
  height: 56px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: button;
}
.contact__form .submit button:hover {
  color: #FFF;
  background-color: #ff2367;
  border-color: #ff2367;
  text-decoration: none;
}
.contact__map {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.contact__map img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.contact .contact__subscribe-button {
  margin-top: 18px;
  max-width: 165px;
  padding-left: 10px;
  padding-right: 10px;
}
.contact .input-wrap {
  position: relative;
  margin-bottom: 8px;
}
.contact .input-wrap--textarea {
  margin-bottom: 24px;
}
.contact .input-wrap--select select {
  font-size: 16px;
  color: #717067;
  padding-left: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  font-weight: 400;
}
.contact .input-wrap--select select:focus {
  outline: none;
}
.contact .input-wrap label {
  z-index: 1;
  -webkit-transform: translate(24px, 18px) scale(1);
          transform: translate(24px, 18px) scale(1);
  -webkit-transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  color: #717067;
}
.contact .input-wrap input:focus, .contact .input-wrap textarea:focus {
  outline: none;
}
.contact .input-wrap input {
  padding-top: 20px;
  padding-bottom: 4px;
}
.contact .input-wrap textarea {
  margin-bottom: -4px;
  padding-top: 28px;
  padding-left: 24px;
}
.contact .input-wrap::before {
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  position: absolute;
  -webkit-transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.contact .input-wrap::after {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  border-bottom: 1px solid #d50042;
  pointer-events: none;
}
.contact .input-wrap.text-content label {
  -webkit-transform: translate(24px, 10px) scale(0.75);
          transform: translate(24px, 10px) scale(0.75);
}
.contact .input-wrap.focus label {
  -webkit-transform: translate(24px, 10px) scale(0.75);
          transform: translate(24px, 10px) scale(0.75);
  color: #d50042;
}
.contact .input-wrap.focus::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.contact .g-recaptcha {
  margin-bottom: 24px;
}

@media (min-width: 576px) {
  .contact__map {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 768px) {
  .contact img {
    position: relative;
    top: 6px;
  }
  .contact__form {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (min-width: 992px) {
  .contact__information {
    margin-bottom: 20px;
  }
  .contact__information h4, .contact__information .media-card__heading {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .contact__information div div {
    margin-left: 8.33333333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    top: 2px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.standard-content .faq {
  padding-top: 0;
  padding-bottom: 50px;
}
.standard-content .faq .faq__container {
  padding: 0;
}

.faq {
  padding-top: calc(6.6176470588vw + 10.5882352941px);
  padding-bottom: calc(6.6176470588vw + 10.5882352941px);
}
@media (max-width: 520px) {
  .faq {
    padding-top: 45px;
  }
}
@media (min-width: 1200px) {
  .faq {
    padding-top: 90px;
  }
}
@media (max-width: 520px) {
  .faq {
    padding-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .faq {
    padding-bottom: 90px;
  }
}
.faq .card-header {
  padding: 34px 15px 34px 39px;
  background-color: #f0f0f0;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color ease-in-out 0.1s 0.2s, border ease-in-out 0.1s 0.2s, padding ease-in-out 0.1s 0.1s;
  transition: background-color ease-in-out 0.1s 0.2s, border ease-in-out 0.1s 0.2s, padding ease-in-out 0.1s 0.1s;
}
.faq .card-header:hover h5 {
  color: #d50042;
}
.faq .card-header:hover svg {
  fill: #d50042;
}
.faq .card-header button {
  padding: 0;
}
.faq .card-header h5 {
  color: #171717;
  margin-right: 60px;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.faq .card-header h5 div {
  position: absolute;
  top: 0;
  left: -24px;
}
.faq .card-header svg {
  position: absolute;
  height: 24px;
  width: 24px;
  right: 4px;
  top: 31px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.faq .card-header::after, .faq .card-header::before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  right: 12px;
  top: 34px;
}
.faq .card-header::before {
  opacity: 0;
  z-index: 15;
  background-image: url("/svg/plus-hover.svg");
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.faq .card-header.collapsed {
  border-bottom: 1px #e0e0e0 solid;
}
.faq .card-header.collapsed::after {
  background-image: url("/svg/plus.svg");
}
.faq .card-header.collapsed:hover::before {
  opacity: 1;
}
.faq .card-header:not(.collapsed) {
  background-color: #010039;
  padding-bottom: 26px;
  -webkit-transition: none;
  transition: none;
  -webkit-transition: padding ease-in-out 0.01s;
  transition: padding ease-in-out 0.01s;
}
.faq .card-header:not(.collapsed) h5 {
  color: #FFF;
  -webkit-transition: none;
  transition: none;
}
.faq .card-header:not(.collapsed) svg {
  display: none;
  -webkit-transition: none;
  transition: none;
}
.faq .card-header:not(.collapsed)::after {
  background-image: url("/svg/minus-white.svg");
}
.faq .card-header:not(.collapsed) + div {
  border-bottom: 1px solid rgba(213, 0, 66, 0.5);
}
.faq .card {
  border: none;
}
.faq .card-body {
  padding: 8px 28px 30px 39px;
  color: #FFF !important;
  background-color: #010039;
}
.faq .card-body p, .faq .card-body li {
  margin-bottom: 30px;
  color: #FFF !important;
}
.faq .card-body p:last-of-type, .faq .card-body li:last-of-type {
  margin-bottom: 0;
}
.faq .card-body a {
  color: #FFF !important;
  text-decoration: underline;
}
.faq .card-body ul {
  color: #FFF !important;
}
.faq .card-body img {
  margin-top: 5px;
  margin-bottom: 40px;
  display: block;
  max-width: 100%;
  height: auto;
}

@media (min-width: 576px) {
  .faq__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .faq__container {
    max-width: 540px;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .faq__container {
    max-width: 720px;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .faq__container {
    max-width: 960px;
  }
}
@media (min-width: 576px) and (min-width: 1240px) {
  .faq__container {
    max-width: 1180px;
  }
}
@media (min-width: 576px) {
  .faq .card-header {
    padding: 34px 40px 34px 64px;
  }
  .faq .card-header::after, .faq .card-header svg, .faq .card-header::before {
    right: 15px;
  }
}
@media (min-width: 576px) {
  .faq .card-body {
    padding: 8px 40px 2px 64px;
  }
  .faq .card-body > * {
    max-width: 630px;
  }
}
@media (min-width: 768px) {
  .faq {
    padding-top: 56px;
    padding-bottom: 90px;
  }
  .faq .card-header {
    padding: 34px 40px 34px 80px;
  }
  .faq .card-header h5 div {
    left: -40px;
  }
  .faq .card-header::after, .faq .card-header svg, .faq .card-header::before {
    right: 28px;
  }
  .faq .card-body {
    padding: 20px 80px 30px 80px;
  }
}
@media (min-width: 992px) {
  .faq {
    padding-top: 85px;
    padding-bottom: 150px;
  }
  .faq .card-header {
    padding: 40px 40px 40px 80px;
  }
  .faq .card-header h5 {
    font-size: 1.8rem;
  }
  .faq .card-header::after, .faq .card-header svg, .faq .card-header::before {
    width: 32px;
    height: 32px;
    background-size: 32px;
    top: 36px;
  }
  .faq .card-body {
    padding-bottom: 60px;
  }
  .faq .card-body p, .faq .card-body li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.56;
  }
}
.not-found {
  min-height: 560px;
  height: calc(100vh - 317px);
  background-color: #010039;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.not-found__image {
  margin-bottom: 42px;
}
.not-found__heading {
  margin-bottom: 24px;
  line-height: 0.95;
}
.not-found__sub-heading {
  color: #fff;
  margin-bottom: 32px;
}
.not-found::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 26, 29, 0)), to(rgba(28, 26, 29, 0.38)));
  background-image: linear-gradient(to bottom, rgba(28, 26, 29, 0), rgba(28, 26, 29, 0.38));
}
.not-found:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path d="M0 0h1v1H0V0z" fill="%23000000" /></svg>');
  background-repeat: repeat;
  background-size: 2px 2px;
  opacity: 0.2;
}
.not-found__container {
  z-index: 1;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .not-found {
    height: calc(100vh - 150px);
  }
}
@media (min-width: 992px) {
  .not-found {
    height: calc(100vh - 80px);
  }
}
#purchase-merch .package__heading, #purchase-events .package__heading {
  color: #555;
  margin-bottom: 37px;
}
#purchase-merch .package__details, #purchase-events .package__details {
  padding: 40px 40px 60px;
}
#purchase-merch .package__price, #purchase-events .package__price {
  border-color: #E0E0E0;
}
#purchase-merch .package__checkout .button, #purchase-merch .package__checkout .loading, #purchase-events .package__checkout .button, #purchase-events .package__checkout .loading {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0 !important;
}
#purchase-merch #card-errors, #purchase-events #card-errors {
  color: #fa755a;
  margin-bottom: 20px;
}
#purchase-merch [data-current=false] #form-step1, #purchase-events [data-current=false] #form-step1 {
  margin-bottom: 0 !important;
}
#purchase-merch #form-step1, #purchase-events #form-step1 {
  position: relative;
  bottom: 20px;
  margin-bottom: -20px;
}
#purchase-merch #form-step1 .form__radio-heading, #purchase-events #form-step1 .form__radio-heading {
  margin-top: 0;
  margin-bottom: calc(3.8235294118vw + 4.1176470588px);
}
@media (max-width: 520px) {
  #purchase-merch #form-step1 .form__radio-heading, #purchase-events #form-step1 .form__radio-heading {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  #purchase-merch #form-step1 .form__radio-heading, #purchase-events #form-step1 .form__radio-heading {
    margin-bottom: 50px;
  }
}
#purchase-merch #form-step1 .add-on__right, #purchase-events #form-step1 .add-on__right {
  width: 100%;
}
#purchase-merch #form-step1 .add-on__right > div:first-of-type, #purchase-events #form-step1 .add-on__right > div:first-of-type {
  display: none;
}
#purchase-merch #form-step1 .add-on__image, #purchase-events #form-step1 .add-on__image {
  position: relative;
}
#purchase-merch #form-step1 .add-on__image svg, #purchase-events #form-step1 .add-on__image svg {
  width: 24px;
  height: 24px;
  background-color: rgb(219, 219, 219);
  border-radius: 4px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  cursor: pointer;
}
#purchase-merch #form-step1 .add-on__title, #purchase-events #form-step1 .add-on__title {
  margin-top: 9px;
  margin-right: 40px;
}
#purchase-merch #form-step1 .add-on, #purchase-events #form-step1 .add-on {
  position: relative;
}
#purchase-merch #form-step1 .add-on__tickets, #purchase-events #form-step1 .add-on__tickets {
  font-weight: 400;
  font-size: 13px;
  color: #555555;
  letter-spacing: 0;
  line-height: 1.43;
}
#purchase-merch #form-step1 .add-on__buttons, #purchase-events #form-step1 .add-on__buttons {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#purchase-merch #form-step1 .add-on__buttons .button, #purchase-events #form-step1 .add-on__buttons .button {
  height: 40px;
  -ms-flex-preferred-size: 130px;
      flex-basis: 130px;
}
#purchase-merch #form-step1 .add-on__buttons .button.button--secondary, #purchase-events #form-step1 .add-on__buttons .button.button--secondary {
  padding-left: 4px;
  padding-right: 0;
}
#purchase-merch #form-step1 .add-on__buttons .button.button--secondary:after, #purchase-events #form-step1 .add-on__buttons .button.button--secondary:after {
  content: "";
  position: unset;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background-image: url(/svg/link-white.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-color: transparent;
}
#purchase-merch #form-step1 .add-on__location, #purchase-events #form-step1 .add-on__location {
  font-weight: 400;
  font-size: 13px;
  color: #555555;
  letter-spacing: 0;
}
#purchase-merch #form-step1 .add-on__day, #purchase-events #form-step1 .add-on__day {
  font-weight: 500;
  font-size: 26px;
  color: #d50042;
  text-align: center;
  line-height: 24px;
}
#purchase-merch #form-step1 .add-on__day.grey, #purchase-events #form-step1 .add-on__day.grey {
  color: #555555;
}
#purchase-merch #form-step1 .add-on__month, #purchase-events #form-step1 .add-on__month {
  font-weight: 500;
  font-size: 12px;
  color: #555555;
  text-align: center;
  line-height: 24px;
  text-transform: uppercase;
}
#purchase-merch #form-step1 .add-on__date, #purchase-events #form-step1 .add-on__date {
  width: 56px;
  position: absolute;
  top: 16px;
  right: 4px;
}
#purchase-merch #form-step1 .add-on__cost, #purchase-events #form-step1 .add-on__cost {
  letter-spacing: 0;
  margin-top: 4px;
  font-weight: 600;
  font-size: 16px;
  color: #171717;
  line-height: 24px;
}
#purchase-merch #form-step1 .add-on__location, #purchase-events #form-step1 .add-on__location {
  margin-top: 10px;
  line-height: 1.5;
  margin-right: 40px;
}
#purchase-merch #form-step1 .add-on__lineitem .add-on__title, #purchase-events #form-step1 .add-on__lineitem .add-on__title {
  margin-top: 0 !important;
}
#purchase-merch #form-step1 .add-on__right a, #purchase-events #form-step1 .add-on__right a {
  margin-left: 5px;
}

.merch-modal {
  padding: calc(2.3529411765vw + 11.7647058824px);
  max-width: 800px;
}
@media (max-width: 520px) {
  .merch-modal {
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .merch-modal {
    padding: 40px;
  }
}
.merch-modal__image {
  width: 100%;
}

.modal-wrap {
  height: 100%;
  overflow-y: auto;
}

@media (min-width: 576px) {
  #purchase-merch #form-step1 .add-on .add-on--mobile, #purchase-events #form-step1 .add-on .add-on--mobile {
    width: auto;
  }
  #purchase-merch #form-step1 .add-on .add-on__date, #purchase-events #form-step1 .add-on .add-on__date {
    top: 25px;
  }
  #purchase-merch #form-step1 .add-on .add-on__title, #purchase-events #form-step1 .add-on .add-on__title {
    margin-right: 0;
  }
  #purchase-merch #form-step1 .add-on .add-on__location, #purchase-events #form-step1 .add-on .add-on__location {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  #purchase-merch .add-on__image, #purchase-events .add-on__image {
    width: 177px;
    height: 164px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 177px;
            flex: 0 0 177px;
    margin-right: 23px;
  }
  #purchase-merch .add-on__title, #purchase-events .add-on__title {
    font-weight: 600;
    font-size: 16px;
    color: #171717;
    line-height: 26px;
    margin-bottom: auto;
    margin-top: 9px;
    margin-bottom: 0;
  }
  #purchase-merch .add-on__buttons, #purchase-events .add-on__buttons {
    width: 100%;
  }
  #purchase-merch .add-on__buttons button, #purchase-events .add-on__buttons button {
    height: 40px;
    -ms-flex-preferred-size: 90px;
        flex-basis: 90px;
  }
  #purchase-merch .add-on--mobile, #purchase-events .add-on--mobile {
    display: none;
  }
  #purchase-merch .add-on .multi-select, #purchase-events .add-on .multi-select {
    height: 40px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #purchase-merch .add-on .multi-select__header, #purchase-events .add-on .multi-select__header {
    height: 40px;
  }
  #purchase-merch .add-on__right, #purchase-events .add-on__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #purchase-merch .add-on__right > div:first-of-type, #purchase-events .add-on__right > div:first-of-type {
    margin-bottom: auto;
    display: block !important;
    width: 200px;
  }
  #purchase-merch .add-on__lineitem, #purchase-events .add-on__lineitem {
    background-color: #fff;
    padding: 9px 11px 9px 16px;
    margin-top: 3px;
  }
  #purchase-merch .add-on__price, #purchase-events .add-on__price {
    margin-bottom: 0;
  }
  #purchase-merch .add-on .number-input__wrap img, #purchase-events .add-on .number-input__wrap img {
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #purchase-merch .add-on .number-input__wrap img:hover, #purchase-events .add-on .number-input__wrap img:hover {
    opacity: 0.7;
  }
  #purchase-merch .form__header, #purchase-events .form__header {
    padding-left: 0;
    padding-right: 0;
  }
  #purchase-merch .form__body, #purchase-events .form__body {
    padding-left: 35px;
  }
  #purchase-merch #form-step1, #purchase-events #form-step1 {
    padding-right: 0;
  }
}
@media (min-width: 1240px) {
  #purchase-merch .add-on__buttons .button, #purchase-events .add-on__buttons .button {
    width: 129px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 129px;
            flex: 0 0 129px;
  }
  #purchase-merch .add-on .multi-select, #purchase-events .add-on .multi-select {
    width: 246px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 246px;
            flex: 0 0 246px;
  }
  #purchase-merch .add-on__right > div:first-of-type, #purchase-events .add-on__right > div:first-of-type {
    width: 250px;
  }
  #purchase-merch .add-on__right .add-on__title, #purchase-events .add-on__right .add-on__title {
    width: 240px;
  }
}
#purchase-events #form-step3 {
  margin-top: 20px;
}
#purchase-events #form-step3 .form__heading {
  color: #d50042;
  border-bottom: 1px solid #d50042;
  padding-bottom: 16px;
  margin-bottom: calc(3.8235294118vw + 4.1176470588px);
}
@media (max-width: 520px) {
  #purchase-events #form-step3 .form__heading {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  #purchase-events #form-step3 .form__heading {
    margin-bottom: 50px;
  }
}
#purchase-events #form-step3 .form__variant-heading {
  margin-top: calc(3.5294117647vw + 13.6470588235px);
}
@media (max-width: 520px) {
  #purchase-events #form-step3 .form__variant-heading {
    margin-top: 32px;
  }
}
@media (min-width: 1200px) {
  #purchase-events #form-step3 .form__variant-heading {
    margin-top: 56px;
  }
}
#purchase-events #form-step3 .form__event:not(:first-of-type) {
  margin-top: calc(4.7058823529vw + 15.5294117647px);
}
@media (max-width: 520px) {
  #purchase-events #form-step3 .form__event:not(:first-of-type) {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  #purchase-events #form-step3 .form__event:not(:first-of-type) {
    margin-top: 72px;
  }
}

.events__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.events__heading {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  color: #555555;
}
.events__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-radius: 22px;
  background: rgba(85, 85, 85, 0.1);
}
.events__toggle__knob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 32px;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0.16;
  border: none;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0);
}
.events__toggle__knob--active {
  opacity: 1;
  background: white;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.events__toggle__knob--active .events__toggle__icon {
  fill: #010039;
}
.events__toggle__knob:not(.memberships__toggle__knob--active):hover {
  opacity: 1;
}
.events__toggle__icon {
  fill: #555555;
}
.events__cards, .events__list {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  min-height: 350px;
}
.events__cards.hidden, .events__list.hidden {
  display: none;
}
.events__cards {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr);
}
.events__cards .call-to-action {
  position: absolute;
  top: 500px;
  left: 0;
}
.events__card {
  background: #FFFFFF;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.events__card:hover {
  -webkit-transform: scale(1.036);
          transform: scale(1.036);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
.events__card:hover .events__card__header {
  opacity: 0.8;
}
.events__card__header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 224px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: opacity 0.2s ease-in-out 0.01ms;
  transition: opacity 0.2s ease-in-out 0.01ms;
}
.events__card__header__date {
  padding: 7px 15px;
  background: #010039;
  border-radius: 6px;
  color: #FFFFFF;
  text-align: center;
}
.events__card__header__date__day {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: -4px;
}
.events__card__header__date__month {
  font-size: 14px;
  line-height: 22px;
}
.events__card__inner {
  padding: 24px;
}
.events__card__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #010039;
  margin: 0 0 9px;
}
.events__card__buttons {
  margin-top: 24px;
}
.events__card__details {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #555555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
.events__card__details__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.events__card__details__icon {
  fill: currentColor;
}
.events__card__details__text {
  opacity: 0.8;
}
.events__list__header {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding: 12px 24px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: #000000;
  background: #F0F0F0;
  grid-gap: 24px;
  display: none;
  grid-template-columns: 220px 95px auto auto;
}
.events__list .call-to-action {
  position: absolute;
  top: 500px;
  left: 0;
}
.events__list__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #E6E6E6;
  padding: 19px 2px 20px;
}
.events__list__item__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.events__list__item__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -ms-flex-item-align: center;
      align-self: center;
  height: 56px;
  border-radius: 5px;
  display: none;
}
.events__list__item__name {
  font-size: 14px;
  font-weight: 500;
  color: #171717;
  line-height: 21px;
}
.events__list__item__date, .events__list__item__location {
  font-size: 12px;
  line-height: 18px;
  color: #555555;
}
.events__list__item__actions {
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.events__list__item__actions .events__button {
  display: none;
}
.events__list__item__actions .events__button--mobile {
  display: block;
  padding: 11px 24px;
  font-size: 12px;
  line-height: 18px;
}
.events__button {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 14px 20px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-align: center;
  color: #010039;
  border: none;
  border-radius: 4px;
  background: #F0F0F0;
  width: 100%;
}
.events__button:hover, .events__button:focus {
  color: #010039;
  background-color: rgba(240, 240, 240, 0.5);
}
.events__button--block {
  display: block;
}
.events__button--accent {
  background: #d50042;
  color: #ffffff;
}
.events__button--accent:hover, .events__button--accent:focus {
  color: #ffffff;
  background: #ef004a;
}
.events__overlay {
  position: fixed;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: fadeInFromNone 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: fadeInFromNone 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  inset: 0;
}
.events__overlay--hidden {
  display: none;
  opacity: 0;
}
.events__overlay__close-button {
  top: 32px;
  right: 32px;
}
.events__overlay__close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  border: none;
  background: none;
}
.events__overlay__close-button__circle {
  fill: #555555;
}
.events__overlay__close-button__cross {
  fill: #FFFFFF;
}
.events__modal {
  border-radius: 6px;
  background: #FFFFFF;
  position: relative;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  max-width: calc(100vw - 6px);
  max-height: min(840px, 100vh - 80px);
  margin: 15px;
  padding: 20px;
  gap: 30px;
}
.events__modal__close-button {
  position: absolute;
  top: -20px;
  right: 16px;
  padding: 0;
  border: none;
  background: none;
}
.events__modal__close-button__icon {
  vertical-align: baseline;
}
.events__modal__close-button__circle {
  fill: #555555;
}
.events__modal__close-button__cross {
  fill: #FFFFFF;
}
.events__modal__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #010039;
  min-height: 484px;
  margin-bottom: 12px;
  display: none;
}
.events__modal__content {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.events__modal__content__inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.events__modal__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  color: #171717;
  letter-spacing: unset;
  text-transform: unset;
  margin-bottom: 4px;
}
.events__modal__price {
  margin-top: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  color: #171717;
}
.events__modal__description {
  font-size: 14px;
  line-height: 22px;
  color: #555555;
  margin: 0;
}
.events__modal__button {
  margin: 15px 0;
  padding: 18px 24px;
}
.events__modal__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.events__modal__navigation__label {
  margin-right: 15px;
  font-size: 13px;
  line-height: 20px;
  color: #555555;
}
.events__modal__navigation__button {
  background: none;
  border: none;
  padding: 0;
  width: 28px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #010039;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.events__modal__navigation__button:hover, .events__modal__navigation__button:focus {
  color: rgba(1, 0, 57, 0.5);
}
.events__modal__navigation__button__icon {
  fill: currentColor;
}
.events__modal__navigation__button--left {
  padding-left: 4px;
}
.events__modal__navigation__button--right {
  padding-right: 4px;
}
.events__modal__navigation__button--disabled {
  color: #E6E6E6;
}
.events__modal__navigation__button--disabled:hover, .events__modal__navigation__button--disabled:focus {
  color: #E6E6E6;
}

@media (min-width: 768px) {
  .events {
    padding: 60px 0;
  }
  .events__header {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 40px;
  }
  .events__heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
  }
  .events__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .events__list__header {
    display: grid;
  }
  .events__list__item {
    gap: 24px;
    padding: 15px 24px 14px;
    border-bottom: 1px solid #F0F0F0;
    border-top: none;
  }
  .events__list__item__image {
    display: block;
  }
  .events__list__item__details {
    display: grid;
    grid-template-columns: 80px 116px 95px auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
  .events__list__item__name {
    color: #010039;
    line-height: 22px;
  }
  .events__list__item__date, .events__list__item__location {
    font-size: 14px;
    line-height: 22px;
  }
  .events__list__item__actions .events__button {
    display: block;
  }
  .events__list__item__actions .events__button--mobile {
    display: none;
  }
  .events__modal {
    padding: 32px 20px 20px 32px;
    margin: 0;
    width: 944px;
    display: grid;
    grid-template-columns: 523px auto;
  }
  .events__modal__image {
    display: block;
  }
  .events__modal__button {
    margin: 32px 0;
    padding: 18px 24px;
  }
  .events__modal__content__inner {
    padding-right: 12px;
  }
}
@media (min-width: 992px) {
  .events__list__header {
    grid-template-columns: 440px 135px auto auto;
  }
  .events__list__item__details {
    grid-template-columns: 80px 336px 135px auto;
  }
}
@media (min-width: 1240px) {
  .events__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
}
.events__cards {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.events__cards-enter {
  -webkit-transform: scale(0.5) translateY(-80px);
          transform: scale(0.5) translateY(-80px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.events__cards-leave-to {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.events__cards-leave-active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
}

.events__card {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.events__list {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.events__list-enter {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.events__list-leave-to {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.events__list-leave-active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
}

.events__list__item {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news {
  margin-bottom: 90px;
}
.news .feature-link__title {
  color: #010039;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.news .feature-link--large {
  margin-bottom: 56px;
}
.news .feature-link--large .feature-link__heading {
  margin-bottom: 16px;
}
.news .feature-link--large .feature-link__blurb {
  margin-bottom: 16px;
}
.news__container {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .news .feature-link--large {
    margin-bottom: 0;
  }
  .news .feature-link--small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news .feature-link--small:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .news .feature-link--small .feature-link__image {
    width: 80px;
    height: 80px !important;
  }
  .news .feature-link--small .feature-link__image-wrap {
    margin-right: 16px;
  }
  .news .feature-link--small .feature-link__text {
    padding: 0 !important;
    position: static;
    margin-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 0;
  }
  .news .feature-link--small .feature-link__text a {
    display: none;
  }
  .news .feature-link--small .feature-link__text .feature-link__heading {
    font-size: 12px;
    font-weight: bold;
    color: #010039;
  }
  .news .feature-link--small .feature-link__text .feature-link__title {
    margin-bottom: 8px;
  }
  .news__container .row:first-of-type, .news__container .hero__tiles:first-of-type, .news__container .footer-banner__top:first-of-type, .news__container .footer-banner__bottom:first-of-type, .news__container .profile-tiles__wrap:first-of-type, .news__container .media-cards__wrap:first-of-type, .news__container .feature-links__wrap:first-of-type {
    margin-bottom: -14px;
  }
}
.news__load-more {
  margin-top: 48px;
}
.news .hero__sponsor {
  display: none;
}

@media (min-width: 576px) {
  .news__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .news__container {
    max-width: 540px;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .news__container {
    max-width: 720px;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .news__container {
    max-width: 960px;
  }
}
@media (min-width: 576px) and (min-width: 1240px) {
  .news__container {
    max-width: 1180px;
  }
}
@media (min-width: 992px) {
  .news {
    margin-bottom: 170px;
  }
  .news .nav-tabs {
    display: none !important;
  }
  .news .hero__content {
    min-height: 170px !important;
  }
  .news .hero__heading-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news .hero__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news .hero__filters .custom-select {
    height: 48px;
    background-color: transparent;
    border-radius: 25px;
    border: 2px solid #fff;
    padding-left: 20px;
    padding-right: 32px;
    color: #fff;
    background-image: url("/svg/arrow-down.svg");
    background-size: 12px 12px;
    background-position: right 1.75rem center;
    font-size: 12px;
    font-weight: 600;
    min-width: 160px;
    max-width: 280px;
    cursor: pointer;
  }
  .news .hero__filters .custom-select option {
    color: black;
  }
  .news .hero__sponsor {
    display: block;
    top: 125px;
  }
  .news .feature-link--large {
    margin-bottom: 0;
  }
  .news .feature-link--small:nth-last-of-type(n + 4) {
    margin-bottom: 80px;
  }
  .news__container .row:first-of-type, .news__container .hero__tiles:first-of-type, .news__container .footer-banner__top:first-of-type, .news__container .footer-banner__bottom:first-of-type, .news__container .profile-tiles__wrap:first-of-type, .news__container .media-cards__wrap:first-of-type, .news__container .feature-links__wrap:first-of-type {
    margin-bottom: 80px;
  }
}
.news-details .hero, .match-report .hero {
  padding-bottom: 105px;
  margin-bottom: -75px;
}
.news-details__display-image, .match-report__display-image {
  max-width: 100%;
  height: auto;
}
.news-details__video-container, .match-report__video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0px;
  /* size of chrome */
  height: 0;
  overflow: hidden;
}
.news-details__video-container iframe, .news-details__video-container object, .news-details__video-container embed, .match-report__video-container iframe, .match-report__video-container object, .match-report__video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-details__header, .match-report__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}
.news-details .news-details__date, .news-details .match-report__social, .match-report .news-details__date, .match-report .match-report__social {
  font-size: 14px;
  font-weight: bold;
  color: #010039;
}
.news-details .news-details__social svg, .news-details .match-report__social svg, .match-report .news-details__social svg, .match-report .match-report__social svg {
  height: 32px;
  width: 32px;
}
.news-details__heading, .match-report__heading {
  margin-bottom: 24px;
}
.news-details .lead, .match-report .lead {
  margin-bottom: 35px;
}
.news-details__content, .match-report__content {
  margin-bottom: 110px;
}
.news-details__content p, .match-report__content p {
  font-weight: 400;
  line-height: 1.63;
  margin-bottom: 35px;
  font-size: 1.6rem;
}
.news-details__content p:last-of-type, .match-report__content p:last-of-type {
  margin-bottom: 0;
}
.news-details__content.standard-content, .match-report__content.standard-content {
  margin-top: 0;
}
.news-details__more-news, .match-report__more-news {
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  .news-details__more-news-wrap, .match-report__more-news-wrap {
    position: static !important;
  }
}
.news-details__image-wrap, .match-report__image-wrap {
  position: relative;
  margin-bottom: 44px;
}
.news-details__image-wrap .news-details__play-icon, .match-report__image-wrap .news-details__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
}
.news-details__more-videos .news-details__heading, .match-report__more-videos .news-details__heading {
  margin-bottom: 35px;
}
.news-details__more-videos .news-details__heading a, .match-report__more-videos .news-details__heading a {
  font-size: 12px;
  font-weight: 600;
  position: relative;
  left: 8px;
  color: #171717;
}
.news-details__more-videos .news-details__heading a:hover, .match-report__more-videos .news-details__heading a:hover {
  color: #000;
}
@media (min-width: 768px) {
  .news-details__more-videos .news-details__heading, .match-report__more-videos .news-details__heading {
    margin-bottom: 48px;
  }
  .news-details__more-videos .news-details__heading a, .match-report__more-videos .news-details__heading a {
    left: 12px;
  }
}

@media (min-width: 992px) {
  .news-details .hero {
    padding-bottom: 275px;
    margin-bottom: -235px;
  }
  .news-details__image-wrap {
    margin-bottom: 80px;
  }
  .news-details__image-wrap .news-details__play-icon {
    width: 170px;
    height: 170px;
    margin-left: -85px;
    margin-top: -85px;
  }
  .news-details__more-videos .row, .news-details__more-videos .hero__tiles, .news-details__more-videos .footer-banner__top, .news-details__more-videos .footer-banner__bottom, .news-details__more-videos .profile-tiles__wrap, .news-details__more-videos .media-cards__wrap, .news-details__more-videos .feature-links__wrap {
    margin-right: -2px;
    margin-left: -2px;
  }
  .news-details__more-videos .row .col-lg-4, .news-details__more-videos .hero__tiles .col-lg-4, .news-details__more-videos .footer-banner__top .col-lg-4, .news-details__more-videos .footer-banner__bottom .col-lg-4, .news-details__more-videos .profile-tiles__wrap .col-lg-4, .news-details__more-videos .media-cards__wrap .col-lg-4, .news-details__more-videos .feature-links__wrap .col-lg-4, .news-details__more-videos .row .feature-link--small, .news-details__more-videos .hero__tiles .feature-link--small, .news-details__more-videos .footer-banner__top .feature-link--small, .news-details__more-videos .footer-banner__bottom .feature-link--small, .news-details__more-videos .profile-tiles__wrap .feature-link--small, .news-details__more-videos .media-cards__wrap .feature-link--small, .news-details__more-videos .feature-links__wrap .feature-link--small {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .news-details__social h5 {
    color: #000;
    margin-right: 8px;
  }
  .news-details__header {
    margin-bottom: 42px;
  }
  .news-details__content {
    margin-bottom: 190px;
  }
  .news-details__content p {
    font-size: 18px;
    line-height: 1.56;
  }
  .news-details__more-news-wrap {
    width: 290px;
  }
  .news-details.news-details--video .news-details__content {
    margin-bottom: 60px;
  }
  .news-details.news-details--video .news-details__more-news {
    margin-bottom: 140px;
  }
}
@media (min-width: 1240px) {
  .news-details__more-news-wrap {
    width: 262px;
  }
}
.search-result {
  padding: 20px 0;
  border-bottom: 1px #f0f0f0 solid;
}
.search-result h4, .search-result .media-card__heading {
  margin-bottom: 10px;
}
.search-result p {
  margin: 10px 0;
}

.partners-page .sponsors {
  background-color: #fff;
}
.partners-page .sponsors__heading {
  display: none;
}

[v-cloak] {
  display: none;
}

.packages-table__container {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
}
@media (min-width: 576px) {
  .packages-table__container {
    max-width: calc(100% - (50% - 270px));
    margin-left: calc(50% - 270px);
  }
}
@media (min-width: 768px) {
  .packages-table__container {
    max-width: calc(100% - (50% - 360px));
    margin-left: calc(50% - 360px);
  }
}
@media (min-width: 992px) {
  .packages-table__container {
    max-width: calc(100% - (50% - 480px));
    margin-left: calc(50% - 480px);
  }
}
@media (min-width: 1240px) {
  .packages-table__container {
    max-width: calc(100% - (50% - 590px));
    margin-left: calc(50% - 590px);
  }
}
.packages-table__container--empty {
  display: grid;
  grid-template-columns: 1fr auto;
}
.packages-table__headers-container {
  z-index: 15;
}
.packages-table__headers-container--sticky {
  width: 100%;
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  z-index: 5000;
}
.packages-table__headers-container__fade-enter-active, .packages-table__headers-container__fade-leave-active {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.packages-table__headers-container__fade-enter, .packages-table__headers-container__fade-leave-to {
  opacity: 0;
}
.packages-table__headers-container__fade-enter-to, .packages-table__headers-container__fade-leave {
  opacity: 1;
}
.packages-table__table {
  display: grid;
  grid-template-columns: 128px 221px;
  grid-template-rows: minmax(188px, -webkit-max-content) repeat(5, minmax(80px, -webkit-max-content)) 50px;
  grid-template-rows: minmax(188px, max-content) repeat(5, minmax(80px, max-content)) 50px;
  grid-auto-rows: minmax(80px, -webkit-max-content);
  grid-auto-rows: minmax(80px, max-content);
  grid-auto-columns: 221px;
  overflow: auto;
  overscroll-behavior-x: none;
}
.packages-table__table--headers {
  grid-template-rows: minmax(188px, -webkit-max-content);
  grid-template-rows: minmax(188px, max-content);
  scrollbar-width: none;
}
.packages-table__table--headers::-webkit-scrollbar {
  display: none;
}
.packages-table__table--auto-height {
  grid-template-rows: auto;
}
.packages-table__table--floating {
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  grid-template-rows: minmax(72px, -webkit-max-content);
  grid-template-rows: minmax(72px, max-content);
  grid-template-columns: minmax(128px, calc(50% - 462px)) 221px;
  width: 100%;
}
.packages-table__table--without-headers {
  grid-template-rows: repeat(5, minmax(80px, -webkit-max-content)) 50px;
  grid-template-rows: repeat(5, minmax(80px, max-content)) 50px;
}
.packages-table__table--empty {
  grid-template-columns: 128px auto;
}
.packages-table__header {
  background: #010039;
  color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 36px 16px 16px 16px;
  grid-row-start: 1;
  position: relative;
  border-right: 1px solid #555555;
  margin-bottom: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 72px;
  overflow: hidden;
}
.packages-table__header__remove-button {
  position: absolute;
  right: 8px;
  top: 8px;
  border: none;
  background: none;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.packages-table__header__remove-button__icon {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  fill: #E6E6E6;
}
.packages-table__header__remove-button:hover .packages-table__header__remove-button__icon, .packages-table__header__remove-button:focus .packages-table__header__remove-button__icon {
  fill: #ffffff;
}
.packages-table__header__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 0;
}
.packages-table__header__subtitle {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 13px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.packages-table__header__button {
  margin: auto 0 0 0;
  padding: 10px 19px;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  opacity: 0.7;
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #E6E6E6;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.packages-table__header__button:hover, .packages-table__header__button:focus {
  color: #ffffff;
  border-color: #ffffff;
  opacity: 1;
}
.packages-table__header__empty-container {
  grid-column: 1/1;
  grid-row: 1/1;
  background: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 10;
}
.packages-table__header--small {
  margin-bottom: 0;
  padding: 14px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.packages-table__header--small .packages-table__header__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}
.packages-table__perk, .packages-table__button-container, .packages-table__row-header {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 10;
  -webkit-box-shadow: 4px 0 3px rgba(0, 0, 0, 0.05);
          box-shadow: 4px 0 3px rgba(0, 0, 0, 0.05);
}
.packages-table__button-container {
  grid-column: 1/1;
  grid-row: 1/1;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid #E6E6E6;
  border-width: 0 1px 1px 0;
}
.packages-table__button {
  border: none;
  background: none;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.packages-table__button__circle {
  fill: #d50042;
}
.packages-table__button__icon {
  fill: #ffffff;
}
.packages-table__button:hover, .packages-table__button:focus {
  opacity: 0.8;
}
.packages-table__perk, .packages-table__row-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #171717;
  grid-column-start: 1;
  border: 1px solid #E6E6E6;
  border-top-width: 0;
}
.packages-table__perk {
  font-size: 14px;
  line-height: 22px;
  padding: 17px;
  background: #ffffff;
}
.packages-table__perk--bold {
  font-weight: 500;
}
.packages-table__perk__icon, .packages-table__perk__icon-wrapper svg {
  fill: #000000;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: none;
  max-width: 20px;
  max-height: 20px;
}
.packages-table__row-header {
  background: #F9F9F9;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  padding: 17px 15px;
}
.packages-table__column {
  font-size: 14px;
  line-height: 22px;
  color: #555555;
  --index: 2;
  --row: 2;
  grid-column-start: calc(var(--index) + 1);
  grid-row-start: calc(var(--row) + 1);
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #E6E6E6;
}
.packages-table__column--disabled {
  background: #F9F9F9;
}
.packages-table__column__list {
  padding: 0 0 0 12px;
  margin: 0;
}
.packages-table__column__icon--checked .packages-table__column__icon__circle {
  fill: #d50042;
}
.packages-table__column__icon__circle {
  fill: #F0F0F0;
}
.packages-table__column__icon__checkmark {
  fill: #ffffff;
}
.packages-table__empty-container {
  --rows: 10;
  background: #F0F0F0;
  grid-row: 1/span var(--rows);
  grid-column: 2/-1;
  padding: 170px 22px 22px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.packages-table__empty-container__icon-container {
  background: #E6E6E6;
  border-radius: 6px;
  padding: 8px;
  margin-bottom: 24px;
}
.packages-table__empty-container__icon {
  opacity: 0.9;
  fill: #555555;
  width: 30px;
  height: 30px;
}
.packages-table__empty-container__heading {
  margin-bottom: 5px;
}
.packages-table__empty-container__link {
  border: none;
  background: none;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #555555;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 0;
  font-size: 14px;
  line-height: 22px;
}
.packages-table__empty-container__link:hover, .packages-table__empty-container__link:focus {
  color: rgba(85, 85, 85, 0.8);
}

@media (min-width: 576px) {
  .packages-table {
    margin-top: calc(2.9411764706vw + 24.7058823529px);
  }
}
@media (min-width: 576px) and (max-width: 520px) {
  .packages-table {
    margin-top: 40px;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .packages-table {
    margin-top: 60px;
  }
}
@media (min-width: 576px) {
  .packages-table__container {
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .packages-table__header__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 7px;
  }
  .packages-table__header__subtitle {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 11px;
  }
  .packages-table__header__button {
    padding: 11px 19px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 576px) {
  .packages-table__table {
    grid-template-columns: 252px 237px;
    grid-auto-columns: 237px;
  }
  .packages-table__table--floating {
    margin-left: calc((50% - 255px) * -1);
    grid-template-columns: max(252px, (50% - 255px) + 252px) 237px;
  }
  .packages-table__table--empty {
    grid-template-columns: 252px auto;
  }
}
@media (min-width: 576px) {
  .packages-table__empty-container {
    padding-top: 200px;
  }
  .packages-table__empty-container__icon {
    width: 40px;
    height: 40px;
  }
  .packages-table__empty-container__heading {
    margin-bottom: 7px;
  }
  .packages-table__empty-container__link {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 576px) {
  .packages-table__perk__icon, .packages-table__perk__icon-wrapper svg {
    margin-right: 16px;
    display: block;
  }
}
@media (min-width: 768px) {
  .packages-table__table--floating {
    margin-left: calc((50% - 345px) * -1);
    grid-template-columns: max(252px, (50% - 345px) + 252px) 237px;
  }
}
@media (min-width: 992px) {
  .packages-table__table--floating {
    margin-left: calc((50% - 465px) * -1);
    grid-template-columns: max(252px, (50% - 465px) + 252px) 237px;
  }
}
@media (min-width: 1240px) {
  .packages-table__table--floating {
    margin-left: calc((50% - 575px) * -1);
    grid-template-columns: max(252px, (50% - 575px) + 252px) 237px;
  }
}
/*# sourceMappingURL=styles.css.map */
