:root {
  --black: black;
  --white: white;
  --gold: #d8bc61;
  --cta-red: #c41220;
  --dodger-blue: #0d51ff;
  --light-grey: #f4f4f4;
  --muted-grey: #918d8d;
  --testi-grey: #eeeff7;
  --color: #d9d9d9;
  --bright-blue: #0082fc;
  --sold-out-grey: #c3c3c3;
  --link-blue: #2600fc;
  --bright-red: #ec002a;
  --dark-grey: #3f3f3f;
  --super-bonus-black: #1c1b1b;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.max-width-full {
  width: 100%;
  max-width: none;
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.max-width-full.gold {
  background-color: var(--gold);
  font-family: Oswald, sans-serif;
}

.max-width-full.alt-red {
  background-color: var(--cta-red);
  color: var(--white);
  font-family: Oswald, sans-serif;
}

.max-width-full.alt-red:hover {
  background-color: var(--dodger-blue);
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.hide {
  display: none;
}

.text-style-link {
  text-decoration: underline;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.container-large {
  width: 100%;
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.rel {
  position: relative;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center.larger {
  max-width: 60rem;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  font-family: Inter, sans-serif;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium.background-color-white {
  text-align: center;
}

.margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium.no-bottom {
  margin-bottom: 0;
}

.margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.max-width-full {
  margin-bottom: 0;
}

.margin-bottom.margin-small.max-width-full.remove {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
}

.margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxsmall {
  margin: 0;
  line-height: 1;
}

.margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge.footer {
  padding-bottom: 2rem;
}

.padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium.text-style-allcaps.text-weight-bold.font-style-oswald {
  font-family: Oswald, sans-serif;
}

.text-size-medium.text-style-allcaps.text-weight-bold.font-style-oswald.text-align-center {
  font-size: 1.5rem;
  line-height: 1.2;
}

.text-size-medium.text-align-center {
  text-align: center;
}

.text-size-medium.text-color-white.margin-right {
  margin-right: 2rem;
}

.text-size-medium.text-color-white.margin-right.alt-black {
  color: var(--black);
  font-weight: 500;
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  width: 2rem;
  height: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.smaller {
  color: var(--black);
}

.heading-style-h2.custom-case {
  text-transform: none;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  width: 100%;
  background-image: linear-gradient(135deg, rgba(255, 116, 72, .15), rgba(255, 72, 72, .15) 50%, rgba(98, 72, 255, .15)), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.background-color-gray {
  background-color: var(--light-grey);
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px rgba(0, 0, 0, .14);
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.icon-embed-medium.alt-red {
  width: 3.5rem;
  height: 3.5rem;
  min-width: 3.5rem;
  color: var(--cta-red);
  font-weight: 400;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

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

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

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  border: 1px solid var(--cta-red);
  background-color: var(--cta-red);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding: .75rem 1.5rem;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.button:hover {
  border-color: var(--dodger-blue);
  background-color: var(--dodger-blue);
}

.button.is-link {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-small {
  background-color: var(--cta-red);
  padding: .5rem 1.25rem;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.button.is-small:hover {
  background-color: var(--dodger-blue);
}

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.button.is-tertiary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-style-italic {
  font-family: Inter Tight, sans-serif;
  font-style: italic;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

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

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, .18);
}

.text-weight-light {
  font-weight: 300;
}

.rl-styleguide_label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.text-color-white.inter {
  font-family: Inter, sans-serif;
  line-height: 1.4;
}

.text-size-regular.text-color-white.inter.spacer-tiny.text-align-center {
  font-weight: 300;
}

.text-size-regular.text-color-white.inter.spacer-tiny.text-align-center.text-weight-bold {
  font-weight: 700;
}

.text-size-regular.text-color-white.inter.spacer-tiny.camel {
  text-transform: capitalize;
}

.text-size-regular.text-color-white.inter.text-weight-bold {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text-size-regular.text-color-white.inter.text-weight-bold.spacer-small.alt-black {
  color: var(--black);
}

.text-size-regular.text-color-white.inter.text-align-center.suit {
  text-align: left;
}

.text-size-regular.text-color-black.inter {
  padding-right: 40px;
  font-family: Inter, sans-serif;
  line-height: 1.4;
}

.text-size-regular.text-color-black.inter.camel {
  text-transform: capitalize;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form-input {
  height: auto;
  min-height: 2.75rem;
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-image: none;
}

.rl-styleguide_paste-text {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  border: 1px dashed rgba(0, 0, 0, .15);
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  align-items: center;
  justify-items: start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  width: 1.25rem;
  height: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  z-index: 1;
  justify-content: center;
  position: relative;
}

.text-color-white {
  color: var(--white);
}

.text-color-white.auth {
  font-size: 2.5rem;
  font-weight: 400;
}

.background-color-white {
  background-color: var(--white);
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.icon-embed-large {
  width: 5rem;
  height: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.text-color-black {
  color: var(--black);
}

.icon-embed-xxsmall {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.icon-embed-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xsmall.red {
  color: var(--cta-red);
}

.icon-embed-xsmall.alt-black {
  color: var(--black);
}

.icon-height-xxsmall {
  height: 1rem;
}

.background-color-black {
  background-color: var(--black);
  color: var(--white);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

.text-style-allcaps {
  color: var(--black);
  text-transform: uppercase;
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

.text-size-small {
  font-size: .875rem;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px rgba(0, 0, 0, .08), 0 8px 8px -4px rgba(0, 0, 0, .03);
}

.icon-embed-xlarge {
  width: 6.5rem;
  height: 6.5rem;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xlarge.black {
  color: var(--black);
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h4 {
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.text-rich-text h5 {
  text-transform: capitalize;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

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

.text-rich-text a {
  color: var(--gold);
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.icon-height-medium {
  height: 3rem;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .06);
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .03);
}

.text-size-large {
  font-size: 3rem;
  line-height: 1.2;
}

.text-size-large.text-color-white.text-style-allcaps {
  color: var(--white);
  font-family: Oswald, sans-serif;
}

.text-size-large.text-color-white.text-weight-semibold.taller {
  font-family: Oswald, sans-serif;
  line-height: 1.4;
}

.text-size-large.text-weight-medium.text-color-white {
  font-family: Oswald, sans-serif;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.rl-styleguide_spacing-all {
  display: none;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-small.extra-top {
  padding-top: 7rem;
}

.padding-section-small.less-bottom {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.padding-section-small.no-top {
  padding-top: 1rem;
}

.padding-section-small.less-bottom-2 {
  padding-top: 4rem;
  padding-bottom: 0;
}

.padding-section-small.less-bottom-2.less-top {
  padding-top: 1rem;
}

.padding-section-small.extra-top {
  padding-top: 7rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: #eee;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-global {
  color: var(--black);
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
  font-family: Inter, sans-serif;
}

.padding-section-large.less-top {
  padding-top: 1rem;
}

.padding-section-large.less-top.align-center {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 3rem;
  display: flex;
}

.padding-section-large.less-bottom {
  padding-bottom: 0;
  overflow: hidden;
}

.padding-section-large.less-bottom-2 {
  padding-bottom: 2rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-small.more-bottom {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 2rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.is-black {
  background-color: var(--black);
}

.is-white {
  background-color: var(--white);
}

.is-gray {
  background-color: var(--light-grey);
}

.navbar11_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

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

.navbar11_logo-link {
  padding-left: 0;
}

.navbar11_component {
  z-index: 10;
  width: 100%;
  min-height: 5rem;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  background-color: var(--black);
  opacity: 1;
  color: var(--white);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar11_menu-button {
  padding: 0;
}

.navbar11_container {
  width: 100%;
  height: 100%;
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar11_menu {
  align-items: center;
  display: flex;
  position: static;
}

.text-weight-semibold {
  font-weight: 600;
}

.navbar11_link {
  color: var(--white);
  padding: .5rem 1rem;
  font-family: Inter Tight, sans-serif;
  font-weight: 500;
}

.navbar11_link:hover {
  color: var(--cta-red);
  font-weight: 500;
}

.navbar11_link.w--current {
  color: var(--gold);
}

.navbar11_link.extra {
  margin-right: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.banner10_component {
  border-bottom: 1px solid var(--black);
  background-color: var(--gold);
  position: relative;
}

.banner10_content-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.banner10_content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.banner10_close-button {
  margin-left: 1rem;
}

.layout142_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonial18_component---desktop {
  column-count: 3;
  column-gap: 2rem;
}

._45-flag-div {
  max-width: 1050px;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.large-cta-button {
  color: #fff;
  text-align: center;
  background-color: #c41220;
  border: 1px solid #c41220;
  border-radius: 4px;
  padding: .75rem 4rem;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

.large-cta-button:hover {
  background-color: #0d51ff;
  border-color: #0d51ff;
}

.blue-link-color {
  color: #2600fc;
}

.faq4_icon-wrappper {
  width: 2rem;
  align-self: flex-start;
  margin-left: 1.5rem;
  display: flex;
}

.button-10 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.button-10.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.faq4_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.heading-2 {
  font-family: Oswald, sans-serif;
  font-size: 3.125rem;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
  position: static;
}

.faq4_question {
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.multi-color-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0037ff, red);
  -webkit-background-clip: text;
  background-clip: text;
}

.faq4_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.text-size-medium-2 {
  font-size: 1.375rem;
}

.faq4_accordion {
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Inter, sans-serif;
}

.footer4_component {
  font-family: Inter, sans-serif;
}

.footer4_credit-text {
  font-size: .875rem;
}

.footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.footer4_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer4_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.cta31_image {
  width: 100%;
  height: 100%;
}

.cta31_image-wrapper {
  text-align: center;
  justify-content: center;
  display: flex;
  position: relative;
}

.section_cta31 {
  background-image: url('../images/45-Thumbs-Up-Flagx3_145-Thumbs-Up-Flagx3.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.image-46 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.text-size-huge {
  font-size: 8.75rem;
  line-height: 1;
}

.text-size-xlarge {
  font-size: 6rem;
  line-height: 1;
}

.section_layout135-offer, .section_layout135-4 {
  background-color: var(--black);
}

.body {
  font-family: Oswald, sans-serif;
}

.button-large {
  border: 1px solid var(--cta-red);
  background-color: var(--cta-red);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding: .75rem 2rem;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

.button-large:hover {
  border-color: var(--dodger-blue);
  background-color: var(--dodger-blue);
}

.text-color-gold {
  color: var(--gold);
}

.dollar-medium {
  font-size: 2rem;
  position: relative;
  top: -16px;
}

.dollar-medium.lower {
  top: -12px;
}

.text-color-disclaimer {
  color: var(--muted-grey);
}

.text-color-disclaimer-2 {
  color: #918d8d;
}

.text-color-disclaimer-2.text-align-left.text-weight-light.spacer-xsmall.inter {
  color: var(--white);
  margin-bottom: 2rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
}

.text-color-disclaimer-2.text-align-left.text-weight-light.spacer-xsmall.inter.black {
  color: var(--black);
}

.text-color-disclaimer-2.text-align-left.text-weight-light.spacer-xsmall.inter.black.white-shadow {
  background-color: #fff;
  border-radius: 10px;
  padding: .5rem;
}

.padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.layout3_image-wrapper {
  margin-bottom: -50px;
}

.layout3_content.top.extra-bottom {
  margin-bottom: 4rem;
}

.layout3_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section_layout_feature_1 {
  overflow: hidden;
}

.text-size-medium-9 {
  font-size: 1.5rem;
  line-height: 1.3;
}

.text-size-medium-9.font-inter {
  font-family: Inter, sans-serif;
}

.text-size-medium-9.font-inter.text-color-white.camel {
  text-transform: capitalize;
}

.text-size-medium-9.font-inter.text-color-red.text-weight-semibold.spacer-xsmall.underline {
  text-align: left;
}

.header19_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section_header_hero {
  max-height: 780px;
  background-color: var(--black);
  overflow: hidden;
}

.header19_image {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.header19_image-wrapper {
  background-image: url('../images/wobbling-particles-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.header19_content {
  height: 58%;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 1rem;
  display: flex;
}

.button-primary-cta {
  border: 1px solid var(--cta-red);
  background-color: var(--cta-red);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding: 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.button-primary-cta:hover {
  border-color: var(--dodger-blue);
  background-color: var(--dodger-blue);
}

.button-primary-cta.max-width-medium {
  border-radius: 4px;
}

.button-primary-cta.max-width-medium.smaller {
  width: auto;
  max-width: none;
  padding-left: 5rem;
  padding-right: 5rem;
}

.div-block-40 {
  align-items: center;
  display: flex;
}

.layout194_image-wrapper.margin-top {
  padding: 2rem;
}

.layout194_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section_layout194-mears {
  background-color: var(--black);
}

.layout194_image {
  width: 100%;
  height: 100%;
}

.text-color-red {
  color: var(--cta-red);
}

.text-color-red.text-weight-medium {
  font-size: .9rem;
}

.text-32 {
  font-size: 2rem;
}

.text-32.font-inter {
  font-family: Inter, sans-serif;
}

.text-32.font-inter.text-color-red.text-weight-semibold {
  line-height: 1.2;
}

.text-32.font-inter.text-color-red.text-weight-semibold.spacer-xsmall {
  font-size: 1.75rem;
}

.text-32.text-weight-bold.inter {
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 800;
}

.text-32.text-weight-medium {
  line-height: 1.2;
}

.text-32.text-color-white.text-weight-medium {
  font-family: Oswald, sans-serif;
}

.text-32.text-color-white.camel {
  text-transform: capitalize;
}

.text-32.text-color-white.camel.custom-max-width {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}

.text-32.text-color-white.text-align-center.caps {
  text-transform: uppercase;
}

.text-32.text-color-white.text-align-center.caps.alt-black {
  color: var(--black);
  font-family: Oswald, sans-serif;
}

.text-32.text-color-white.caps {
  text-transform: uppercase;
}

.text-32.text-color-white.caps.spacer-xsmall {
  font-family: Oswald, sans-serif;
}

.text-32.text-color-white.text-weight-bold {
  font-family: Oswald, sans-serif;
  position: relative;
  left: 140px;
}

.text-32.text-color-gold.text-style-allcaps {
  font-family: Oswald, sans-serif;
}

.dollar-larger {
  color: var(--black);
  font-size: 1.75rem;
  position: relative;
  top: -14px;
}

.dollar-larger.text-color-gold {
  color: var(--gold);
}

.dollar-small {
  color: var(--black);
  font-size: 1.1rem;
  font-weight: 700;
  position: relative;
  top: -4px;
}

.dollar-small.text-color-red {
  color: var(--cta-red);
}

.text-size-large-4rem {
  font-size: 4rem;
  line-height: 1.2;
}

.text-size-large-4rem.text-color-white {
  font-family: Oswald, sans-serif;
}

.text-size-large-4rem.text-color-red.medium {
  font-weight: 500;
}

.red-dotted-divider {
  height: 3px;
  border: 1px none var(--cta-red);
  background-image: url('../images/icons8-dash.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 20px;
  margin-bottom: 4rem;
}

.blue-underline {
  background-image: url('../images/blue-line-underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  font-family: Oswald, sans-serif;
}

.get-suit-headline {
  align-items: flex-end;
  display: flex;
}

.size-24 {
  font-size: 1.5rem;
}

.size-24.text-color-red {
  margin-bottom: 5px;
  padding-left: 10px;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
}

.text-size-medium-12 {
  font-size: 1.125rem;
}

.text-size-medium-12.quote {
  background-color: var(--testi-grey);
  text-align: left;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-size-medium-12.bigger {
  font-size: 1.25rem;
  font-weight: 700;
}

.layout3_component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout3_component-2.spacer-xlarge {
  grid-column-gap: 2rem;
  grid-template-columns: .5fr 1fr;
}

.layout3_image {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  top: -106px;
}

.button-thin {
  border: 1px solid var(--cta-red);
  background-color: var(--cta-red);
  color: var(--white);
  text-align: center;
  text-transform: none;
  border-radius: 4px;
  padding: .75rem 1rem;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.button-thin:hover {
  border-color: var(--dodger-blue);
  background-color: var(--dodger-blue);
}

.blue-underline-wide {
  background-image: url('../images/Ellipse-3.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: Oswald, sans-serif;
}

.container-2 {
  max-width: 1170px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
  position: static;
}

.section_layout135-dinner {
  max-width: none;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.underline {
  text-align: center;
  text-decoration: underline;
}

.text-gold {
  color: #d8bc61;
}

.button-thin-2 {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #c41220;
  border: 1px solid #c41220;
  border-radius: 4px;
  padding: .75rem 1rem;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.button-thin-2:hover {
  background-color: #0d51ff;
  border-color: #0d51ff;
}

.photo-div {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  top: -50px;
}

.image-50 {
  width: 850px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-9 {
  max-width: 750px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: -37%;
  left: 0%;
  right: 0%;
}

.dinner-card {
  background-color: rgba(0, 0, 0, .8);
  border-radius: 24px;
  padding: 2rem 1.5rem;
}

.grid-10 {
  max-width: 750px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: auto;
  bottom: -37%;
  left: 0%;
  right: 0%;
}

.image-51 {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.image-52 {
  width: 100%;
  object-fit: cover;
}

.pulse-button {
  color: #fff;
  text-align: center;
  background-color: #c41220;
  border: 1px solid #c41220;
  border-radius: 4px;
  padding: .75rem 4rem;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

.pulse-button:hover {
  background-color: #0d51ff;
  border-color: #0d51ff;
}

.pulse-button.jumbo {
  width: 580px;
  max-width: none;
  font-size: 5rem;
  font-weight: 500;
}

.offer-card {
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 4rem 1rem 0;
  position: relative;
}

.offer-card.miss-out {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  border: 1px solid #d8bc61;
  border-radius: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: grid;
}

.offer-card._100-offer-alt {
  border: 1px solid var(--gold);
  background-color: var(--white);
  border-radius: 32px;
  padding: 4rem 2rem 2rem;
}

.card-statement {
  color: #c41220;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.image-42 {
  max-width: 70%;
  text-align: left;
}

.text-block-51 {
  font-family: Oswald, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.1;
}

.text-block-51.text-style-allcaps {
  color: var(--white);
  text-align: center;
  font-weight: 500;
}

.text-block-51.text-style-allcaps.alt-black {
  color: var(--black);
}

.text-block-51.text-color-gold.text-style-allcaps {
  color: var(--gold);
}

.buy-amount {
  z-index: 1;
  position: relative;
}

.smaller-text {
  font-size: 2rem;
  font-weight: 500;
}

.ribbon {
  width: 220px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.card-banner-div {
  height: 6rem;
  color: #d8bc61;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
}

.card-banner-div.text-align-center._100 {
  height: 6rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.offer-feature {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  display: flex;
}

.offer-feature.mid {
  align-items: center;
}

.bullet-label {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bullet-label.mid {
  align-items: center;
}

.bullet-label.no-info {
  margin-right: 1rem;
}

.tool-tips {
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.disclaimer {
  padding: 5rem 2rem 2rem;
}

.div-block-46 {
  height: 2rem;
  border-bottom: 1px solid var(--white);
}

.div-block-48 {
  height: 2rem;
  border-bottom: 1px solid #fff;
}

.div-block-49 {
  padding: 2rem;
}

.text-block-66 {
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.white {
  color: #fff;
}

.icon-embed-medium-3 {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  color: var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.icon-embed-medium-3.alt {
  width: 3.5rem;
  height: 3.5rem;
  min-width: 3.5rem;
}

.grid-11 {
  grid-column-gap: 24px;
  margin-bottom: 2rem;
}

.super-bonus {
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 4rem 1rem 0;
  position: relative;
}

.super-bonus._2 {
  height: auto;
  background-color: var(--white);
  height: auto;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 32px;
  padding: 2.5rem 2rem 2rem;
}

.text-24 {
  font-size: 1.5rem;
}

.text-24.text-color-white.camel {
  text-transform: capitalize;
}

.text-24.text-color-white.camel.inter {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.text-24.text-color-white.caps {
  text-transform: uppercase;
}

.text-24.text-color-black.tighter {
  line-height: 1.3;
}

.text-24.text-color-gold.inter {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.icon-embed-medium-5 {
  width: 3rem;
  height: 3rem;
  color: var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.stars {
  margin-top: 1.25rem;
  display: flex;
}

.grid-12 {
  width: auto;
  grid-column-gap: 24px;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

.extra-card {
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.step-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1e152b;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.step-card.step3, .step-card.step2, .step-card.step1 {
  grid-template-columns: .25fr 1fr;
  margin-bottom: 0;
}

.multi-color-line-divider {
  width: 100%;
  height: 3px;
  background-color: #0d51ff;
}

.multi-color-line-divider.dull-white {
  background-color: var(--color);
}

.step-content {
  padding: 3rem 3rem 3rem 0;
}

.section_layout142-2 {
  background-image: url('../images/How-it-Works-bkg_1How-it-Works-bkg.webp');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: 110%;
  background-attachment: scroll;
}

.section_layout142-2.light-blue-bkg {
  background-image: none;
  overflow: hidden;
}

.layout142_image-wrapper-2 {
  position: relative;
}

.text-block-7 {
  color: #d8bc61;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 2.313rem;
  font-weight: 600;
}

.step-number {
  width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3.25rem 3rem 3rem;
  display: flex;
}

.layout410_component {
  z-index: 1;
  max-width: none;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-block-6 {
  color: #d8bc61;
  font-family: Oswald, sans-serif;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
}

.heading-11 {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 500;
}

.text-40 {
  color: var(--white);
}

.text-40.text-style-allcaps {
  font-family: Oswald, sans-serif;
}

.icon-embed-small-16 {
  width: 1.5rem;
  height: 1.5rem;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  display: flex;
}

.testimonial18_client-info-2 {
  align-self: center;
  align-items: center;
  display: flex;
}

.heading-17 {
  font-family: Oswald, sans-serif;
}

.heading-17.text-style-allcaps {
  font-size: 3.2rem;
  font-weight: 500;
}

.padding-section-medium-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-family: Inter, sans-serif;
}

.testimonial18_client-2 {
  text-align: left;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: 700;
  display: flex;
}

.testimonial18_content-2 {
  width: 100%;
  background-color: #eeeff7;
  border: 1px #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 2rem;
  display: inline-block;
}

.container-large-2 {
  width: 100%;
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
}

.image-40 {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 0;
}

.image-40.photo-filter {
  filter: saturate(72%) contrast(175%);
}

.testi-name {
  font-family: Inter, sans-serif;
}

.gala-button {
  width: auto;
  max-width: 573px;
  background-color: var(--gold);
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem;
  display: flex;
}

.icon-embed-small-17 {
  width: 2rem;
  height: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.button-primary-cta-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #c41220;
  border: 1px solid #c41220;
  padding: 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.button-primary-cta-3:hover {
  background-color: #0d51ff;
  border-color: #0d51ff;
}

.button-primary-cta-3.max-width-medium {
  border-radius: 4px;
}

.button-primary-cta-3.max-width-medium.gold-button {
  color: #000;
  background-color: #d8bc61;
  border-color: #d8bc61;
}

.button-primary-cta-3.max-width-medium.gold-button:hover {
  color: #d8bc61;
  background-color: #000;
  border-color: #000;
}

.button-primary-cta-3.max-width-medium.gold-button.red-hover:hover {
  background-color: var(--cta-red);
  color: var(--white);
}

.color-spotlight---violet {
  background-image: radial-gradient(circle closest-side, #ec002a, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.color-spotlight---violet.left {
  background-image: radial-gradient(circle closest-side, #ffacee, rgba(255, 255, 255, 0));
  left: -40%;
}

.color-spotlight---bpurple {
  background-image: radial-gradient(circle closest-side, #2600fc, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.color-spotlight---bpurple.right {
  background-image: radial-gradient(circle closest-side, #7f92ff, rgba(255, 255, 255, 0));
  right: -40%;
}

.icon-embed-xsmall-2 {
  width: 2rem;
  height: 2rem;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line-divider-2 {
  width: 100%;
  height: 1px;
  background-color: #000;
}

.line-divider-2.footer-mc-line {
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #0015ff, red);
  margin-left: auto;
  margin-right: auto;
}

.credit-cards---grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
  display: grid;
}

.footer4_social-list-2 {
  min-width: 200px;
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  text-align: right;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  align-items: start;
  justify-items: center;
  margin-top: 2rem;
  margin-bottom: 0;
  display: grid;
}

.image-9 {
  min-width: 200px;
}

.footer4_logo-link-2 {
  min-width: 200px;
  padding-left: 0;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large-3.smaller {
  border: 1px solid var(--white);
  border-radius: 32px;
  padding-top: .125rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.paragraph-6 {
  text-align: justify;
}

.testimonial18_component---tablet {
  column-count: 3;
  column-gap: 2rem;
  display: none;
}

.div-block-53 {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-53.smaller {
  color: var(--black);
  display: none;
}

.card-wrap {
  width: 50vw;
  height: 50vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card {
  width: 261px;
  height: 350px;
  background-image: url('../images/Trump-and-Wife-w-Shield-1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  position: absolute;
  transform: rotate(-2deg);
  box-shadow: 0 1px 8px rgba(26, 0, 1, .3);
}

.card.bottom {
  width: 261px;
  background-image: url('../images/Horse---Shield-1.webp');
}

.card.top {
  height: 350px;
  background-image: url('../images/3-Lightning---Shield-1_2.webp');
}

.div-block-54 {
  width: 50vw;
  height: 50vh;
}

.div-block-54.text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.image-55, .image-56, .image-57, .image-58 {
  width: 175px;
}

.grid-14 {
  justify-content: center;
  align-items: center;
  justify-items: center;
}

.div-block-55 {
  justify-content: center;
  display: flex;
}

.offer-card-alt {
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 4rem 1rem 0;
  position: relative;
}

.offer-card-alt._47-offer-alt {
  background-color: var(--white);
  border: 1px solid #fff;
  border-radius: 32px;
  padding: 4rem 2rem 2rem;
}

.div-block-56 {
  width: 180px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.show-more-button {
  justify-content: center;
  margin: 4rem auto;
  display: flex;
}

.button-19 {
  color: var(--black);
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  padding: 1rem 3rem;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.button-19:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.show-less-button {
  justify-content: center;
  margin: 4rem auto;
  display: flex;
}

.button-21 {
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  padding: 1rem 3rem;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.button-21:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.tooltip2_responsive {
  display: none;
}

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

.tooltip2_pointer {
  z-index: 2;
  width: .75rem;
  height: .75rem;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: .375rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
}

.tooltip2_pointer.is-left-pointer {
  margin-bottom: 0;
  margin-right: .375rem;
  bottom: auto;
  left: auto;
}

.tooltip2_image-wrapper {
  width: 100%;
  margin-bottom: .75rem;
}

.tooltip2_card-wrapper {
  z-index: 2;
  background-color: var(--black);
  color: var(--white);
  flex-direction: column;
  padding: .75rem;
  font-family: Inter, sans-serif;
  display: flex;
}

.tooltip2_tooltip-wrapper {
  width: 15rem;
  padding-bottom: .75rem;
  position: absolute;
  bottom: 100%;
}

.tooltip2_tooltip-wrapper.is-left-wrapper {
  width: 15.75rem;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
  padding-right: .75rem;
  display: none;
  bottom: auto;
  right: 100%;
}

.tooltip2_image {
  width: 100%;
  height: 100%;
}

.tooltip2_component {
  z-index: 2;
  width: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

._800px {
  height: 800px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-71 {
  text-align: center;
  font-size: 3rem;
  line-height: 1.5rem;
}

.div-block-58 {
  height: 200px;
}

.lightbox-link {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 19%;
  bottom: auto;
  left: -6%;
  right: 0%;
}

.lottie-animation-5 {
  width: 275px;
  height: 275px;
  opacity: 1;
  position: relative;
}

.watch-video-image {
  width: 100px;
  opacity: .97;
  margin: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonial1_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-59 {
  text-align: right;
  margin-left: auto;
  position: relative;
  top: -28px;
}

.super-bonus-tag {
  width: 3.5rem;
  height: 3.5rem;
  min-width: 3.5rem;
  border: 3px solid var(--cta-red);
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.super-bonus-tab-label {
  color: var(--cta-red);
  text-align: center;
  text-shadow: none;
  font-family: Oswald, sans-serif;
  font-size: .85rem;
  font-weight: 700;
  line-height: 1;
}

.super-bonus-tag-2 {
  width: 3.5rem;
  height: 3.5rem;
  min-width: 3.5rem;
  background-color: #c41220;
  border: 2px #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.super-bonus-tag-2.gold {
  border: 3px solid var(--gold);
  background-color: rgba(216, 188, 97, 0);
}

.image-61 {
  max-width: 70%;
  text-align: left;
}

.image-61.smaller {
  max-width: 50%;
}

.div-block-61 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.legal1-content_component {
  font-family: Inter, sans-serif;
}

.padding-global-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global-5.add-bottom {
  margin-bottom: 2rem;
}

.text-span-8 {
  text-transform: uppercase;
  font-weight: 700;
}

.list-item, .list-item-2, .list-item-3, .list-item-4 {
  list-style-type: lower-alpha;
}

.list-item-5, .list-item-6, .list-item-7, .list-item-8 {
  list-style-type: lower-roman;
}

.list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23, .list-item-24 {
  list-style-type: lower-alpha;
}

.extra-padding {
  padding-left: 2rem;
}

.rich-text h2 {
  font-size: 32px;
  font-weight: 400;
}

.rich-text ul {
  font-family: Open Sans, sans-serif;
  overflow: visible;
}

.rich-text h1 {
  font-size: 38px;
}

.rich-text h3 {
  font-size: 24px;
  font-weight: 400;
}

.rich-text a {
  color: #ddbb4f;
  font-weight: 400;
  text-decoration: underline;
}

.rich-text ol {
  color: #ddbb4f;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.rich-text li {
  color: #fff;
  font-weight: 400;
}

.heading-18 {
  font-family: Oswald, sans-serif;
  font-size: 3rem;
}

.section_header_hero_mobile {
  display: none;
}

.lightbox-link-mobile {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 19%;
  bottom: auto;
  left: -6%;
  right: 0%;
}

.step-grid---mobile {
  display: none;
}

.image-62 {
  display: block;
  position: relative;
  top: -40px;
}

.red-circle {
  z-index: 1;
  width: auto;
  min-width: auto;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 54px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.red-circle._100 {
  top: 54px;
}

.image-63 {
  width: 300px;
  max-width: none;
  min-height: auto;
  min-width: auto;
}

.div-block-66 {
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
  display: flex;
}

.section-10 {
  height: 50vh;
  min-height: 640px;
}

.html-embed {
  height: auto;
}

.div-block-18 {
  margin-bottom: 60px;
}

.div-block-18.center {
  text-align: center;
  margin-top: 40px;
}

.text-block-27 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.text-block-27.white {
  color: #000;
}

.parm-box {
  background-color: rgba(0, 0, 0, .67);
  border-radius: 15px;
  margin-top: 20px;
  padding: 20px 20px 40px;
}

.lottie-animation-2 {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nft-number {
  height: auto;
  color: #1c1f24;
  background-color: #ddbb4f;
  padding-left: 10px;
  padding-right: 10px;
}

.highlight {
  color: #fff;
  background-color: #0d88fb;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.nft-numbers {
  color: #fff;
  padding-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.section_header64 {
  background-image: url('../images/meshing-around-1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large-2.smaller-bottom {
  padding-top: 1rem;
  padding-bottom: 0;
}

.padding-section-large-2.less-top {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.heading-19 {
  font-family: Oswald, sans-serif;
  font-size: 2.6rem;
}

.smaller, .paragraph-7 {
  color: var(--white);
  font-size: 2rem;
}

.headline-div {
  min-width: 656px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-3 {
  margin-bottom: 20px;
}

.image-3.no-padding, .prizes---hero {
  margin-bottom: 0;
}

.grid-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.button-24 {
  width: auto;
  height: 68px;
  background-color: #c41220;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
  display: flex;
}

.button-24:hover {
  background-color: #0d88fb;
}

.details-div---prizes {
  max-width: 900px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list-item---prizes {
  color: rgba(255, 255, 255, .65);
  background-image: url('../images/Icon-awesome-check-circle.svg');
  background-position: 0 22%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15px;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  display: flex;
}

.text-span-10 {
  font-size: 30px;
  position: relative;
  top: -21px;
}

.container {
  max-width: 1170px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.grid-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
  align-items: center;
}

.div-block {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block.extra-padding {
  margin-top: 0;
  margin-bottom: 350px;
}

.page-wrapper-2.dark {
  background-color: var(--black);
}

.image-10 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: screen;
  object-fit: fill;
  background-clip: border-box;
}

.card-image-div {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 10px;
  display: flex;
  position: static;
}

.trump-card-div {
  height: 100%;
  background-color: #1c1f24;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px;
  display: flex;
  position: relative;
}

.trump-card-div.wide {
  flex-direction: row;
}

.paragraph-8 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.container-prizes {
  max-width: 1063px;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.list-3 {
  margin-top: 10px;
  padding-left: 10px;
  list-style-type: none;
}

.text-block-17 {
  color: #0d88fb;
  margin-top: 20px;
  font-size: 50px;
  line-height: 55px;
}

.text-span-2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 68px;
}

.card-title-wide---prizes {
  height: auto;
  color: #fff;
  padding: 10px;
  font-size: 45px;
  font-weight: 400;
  line-height: 48px;
}

.link-gold {
  color: #ddbb4f;
  font-weight: 400;
  text-decoration: underline;
}

.text-block-5 {
  color: #1c1f24;
  text-align: left;
  margin-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.text-block-5.light {
  color: #918d8d;
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.card-title {
  height: auto;
  color: #fff;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
}

.card-title.prizes {
  height: 90px;
  text-transform: uppercase;
  padding-left: 40px;
  font-size: 20px;
}

.trump---last-chance {
  background-image: radial-gradient(circle at 100% 80%, rgba(13, 136, 251, .46), rgba(0, 0, 0, 0) 26%), radial-gradient(circle at 0%, rgba(196, 18, 32, .48), rgba(0, 0, 0, 0) 21%), url('../images/45-Thumbs-Up-Flagx3_145-Thumbs-Up-Flagx3.webp');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 40px;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 44px;
}

.card-description---prizes {
  height: auto;
  color: rgba(255, 255, 255, .65);
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.image-4-featured {
  width: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-4-featured.smaller {
  width: 30%;
}

.image-4 {
  width: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-4.smaller {
  width: 30%;
}

.heading-20 {
  color: var(--white);
  text-align: center;
  font-size: 4rem;
}

.info-test---mobile {
  width: 80%;
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  top: -75px;
}

.caps {
  text-transform: uppercase;
}

.info-test---desktop {
  width: 80%;
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -75px;
}

.buy-100-counter {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-weight: 700;
  display: block;
  position: relative;
  top: -10px;
}

.text-block-76 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
}

.text-span-counter {
  background-color: var(--gold);
  color: var(--black);
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

.card-wrapper---sold-out {
  display: none;
}

.card-wrapper---100 {
  display: block;
}

.button-25 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button-25.is-tooltip-button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  align-items: center;
  padding: .25rem 0;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-25.is-secondary {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.tooltip2_card-wrapper-2 {
  z-index: 2;
  background-color: var(--black);
  color: var(--white);
  flex-direction: column;
  padding: .75rem;
  display: flex;
}

.span-sold-out {
  font-weight: 300;
  text-decoration: line-through;
}

.layout194_component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .525fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-block-77 {
  text-align: left;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
}

.text-block-77.spacer-medium.text-color-white {
  text-align: center;
  font-size: 3.5rem;
}

.image-64 {
  width: 100%;
}

.dropdown1_component {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-family: Inter, sans-serif;
}

.dropdown1_toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown1_toggle:hover {
  color: var(--cta-red);
  font-weight: 500;
}

.dropdown1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  margin-top: .5rem;
  padding: .5rem;
}

.dropdown1_dropdown-link {
  padding: .5rem 1rem;
  font-weight: 500;
}

.dropdown1_dropdown-link:hover {
  color: var(--cta-red);
}

.dropdown1_dropdown-link.w--current {
  color: var(--black);
}

.text-block-78 {
  font-family: Inter Tight, sans-serif;
  font-weight: 500;
}

.link {
  color: var(--white);
}

.link.black {
  color: var(--black);
}

.disclaimer-under-button {
  width: 100%;
  padding-top: 1.5rem;
}

.div-block-67 {
  z-index: 1;
  position: relative;
}

.image-65 {
  width: 100px;
}

.div-block-68 {
  justify-content: center;
  align-items: center;
  padding: 0 1.5rem 1rem;
  display: flex;
}

.archived-page {
  border: 10px solid var(--cta-red);
  background-color: var(--bright-blue);
  margin: 30px;
  padding: 22px;
}

.text-block-79 {
  color: var(--white);
  text-align: center;
  font-size: 2rem;
}

.table-lable-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.table-section---mobile {
  border: 1px solid #fff;
  margin-top: 20px;
  padding: 15px;
  display: none;
}

.pricing-table-wrapper {
  font-family: Open Sans, sans-serif;
}

.table-section---dinner---mobile {
  border: 1px solid #fff;
  margin-top: 20px;
  padding: 15px;
  display: none;
}

.bold-text-7 {
  font-size: 14px;
  line-height: 20px;
}

.table-row---dinner {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e8e7ee;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  align-items: center;
  padding: 24px 32px;
}

.table {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.pricing-detail {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.table-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e8e7ee;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: center;
  padding: 24px 32px;
}

.table-title {
  color: #fff;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.bold-text-5 {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.table-lable-grid---dinner {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
}

.table-section---dinner---desktop {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 0 0%;
}

.container-3 {
  z-index: 5;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.table-section---desktop {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-top: 10px;
  padding: 0 0%;
}

.container-rules {
  max-width: 900px;
  color: #fff;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.section-5---rules {
  padding-bottom: 100px;
  position: relative;
}

.table-row-top {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  font-family: Open Sans, sans-serif;
}

.contact20_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  display: grid;
}

.icon-embed-medium-6 {
  width: 3rem;
  height: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact20_item {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.small-a {
  color: var(--gold);
  text-transform: none;
}

.text-span-11 {
  text-transform: none;
}

.italic-text {
  font-weight: 300;
}

.text-span-12 {
  text-transform: none;
  font-weight: 200;
}

.modal-button {
  width: 100%;
  max-width: 340px;
  color: #010101;
  background-color: #b9fb01;
  border: 2px solid #b9fb01;
  margin-bottom: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  transition: all .3s ease-out;
}

.modal-button:hover {
  background-color: #fff;
  border: 2px solid #b9fb01;
}

.modal-container {
  max-width: 625px;
  background-color: #010101;
  background-image: none, none;
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 132px 5% 102px;
  display: flex;
  position: relative;
}

.modal-paragraph {
  margin-bottom: 100px;
  font-size: 18px;
  line-height: 26px;
}

.modal-heading {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 50px;
  font-weight: 400;
  line-height: 56px;
}

.close-button {
  width: 60px;
  height: 60px;
  min-height: 60px;
  min-width: 60px;
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -20px;
  bottom: auto;
  left: auto;
  right: -2.5%;
}

.modal-content-wrap {
  max-width: 430px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.modal-wrapper {
  z-index: 999;
  background-color: #cecece;
  justify-content: center;
  align-items: center;
  padding: 100px 3%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-detail {
  color: #b9fb01;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  transition: all .325s;
  display: block;
}

.modal-detail:hover {
  color: #fff;
}

.exit-intent-popup {
  z-index: 10;
  background-color: rgba(31, 31, 31, .8);
  background-image: url('../images/meshing-around-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.newsletter {
  color: #fff;
  background-color: #000;
  border: 3px solid #000;
  padding: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close {
  width: 32px;
  height: 32px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50px;
  font-family: Noto Sans, sans-serif;
  font-size: 1.55rem;
  line-height: 1;
  position: absolute;
  top: 5px;
  right: 5px;
}

.text-block-80 {
  text-align: center;
  margin-left: 2rem;
  margin-right: 2rem;
  font-size: 2.5rem;
  line-height: 1.2;
}

.paragraph-9 {
  color: var(--gold);
  text-align: center;
  font-size: 2rem;
}

.paragraph-9.spacer-small {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 600;
}

.dollar {
  font-size: 1.4rem;
  position: relative;
  top: -12px;
}

.section_layout135-suit {
  background-color: var(--black);
}

.image-66 {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.div-block-69 {
  z-index: 1;
  position: relative;
}

.padding-global-6 {
  padding-left: 5%;
  padding-right: 5%;
  position: static;
}

.padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  font-family: Inter, sans-serif;
}

.padding-section-large-3.less-bottom {
  padding-bottom: 0;
  overflow: hidden;
}

.button-thin-3 {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #c41220;
  border: 1px solid #c41220;
  border-radius: 4px;
  padding: .75rem 1rem;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.button-thin-3:hover {
  background-color: #0d51ff;
  border-color: #0d51ff;
}

.section_layout135-dinner-2 {
  max-width: none;
  background-image: linear-gradient(to top, #000, rgba(255, 255, 255, 0) 72%), linear-gradient(#000 4%, rgba(255, 255, 255, 0) 14%), url('../images/Blue-Star-Burst-1171-v3.webp'), linear-gradient(#010b2b, #010b2b), url('../images/whirling-rays-1.svg');
  background-position: 0 0, 0 0, 50% 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat, repeat, no-repeat;
  background-size: auto, auto, cover, auto, cover;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-15 {
  max-width: 750px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: auto;
  bottom: -37%;
  left: 0%;
  right: 0%;
}

.text-color-gold-2 {
  color: #d8bc61;
}

.grid-16 {
  max-width: 750px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: -37%;
  left: 0%;
  right: 0%;
}

.dinner-card-2 {
  background-color: rgba(0, 0, 0, .8);
  border-radius: 24px;
  padding: 2rem 1.5rem;
}

.image-67 {
  width: 850px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.photo-div-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  top: -50px;
}

.container-large-4 {
  width: 100%;
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
}

.popup-div {
  z-index: 1;
  background-color: rgba(2, 2, 2, .88);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-100 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .1);
  justify-content: center;
  align-items: center;
  display: flex;
}

.popup-white {
  width: 500px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px 65px 35px;
  display: flex;
}

.cta {
  color: #000b21;
  margin-top: 16px;
  padding: 12px 0;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
  position: relative;
}

.nav-line {
  width: 100%;
  height: 2px;
  background-color: #000b21;
  position: absolute;
}

.close---mobile {
  width: 32px;
  height: 32px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50px;
  font-family: Noto Sans, sans-serif;
  font-size: 1.55rem;
  line-height: 1;
  position: absolute;
  top: 5px;
  right: 5px;
}

.text-block-82 {
  color: var(--cta-red);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-block-82---mobile {
  color: var(--cta-red);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
  display: none;
}

.header28_lightbox-image {
  object-fit: cover;
}

.section_header28 {
  background-image: url('../images/pulsing-ripples-6.svg'), linear-gradient(to bottom, var(--gold), var(--gold));
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  font-style: normal;
}

.header28_lightbox {
  width: 80%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.header28_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-2.is-center {
  justify-content: center;
}

.container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.video-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.stats60_lightbox-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.stats60_item {
  width: 100%;
  border: 1px solid var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

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

.stats60_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.stats60_lightbox {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-large-6 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-21 {
  color: var(--white);
  font-family: Oswald, sans-serif;
  font-size: 3rem;
}

.text-block-83 {
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  position: relative;
  top: 196px;
  left: -164px;
}

.lottie-animation-6 {
  width: 20rem;
  height: 20rem;
}

.play-now-arrow {
  width: auto;
  transform-style: preserve-3d;
  position: absolute;
  top: 243.398px;
  left: 32px;
  transform: rotateX(180deg)rotateY(0)rotateZ(0)rotate(34deg);
}

.underline--bc {
  color: #f90;
  text-align: center;
  font-weight: 700;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .max-width-full.gold {
    height: 90px;
  }

  .max-width-full.alt-red {
    height: 90px;
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-medium {
    background-color: var(--black);
    text-align: center;
  }

  .margin-top.margin-medium.trans {
    background-color: rgba(0, 0, 0, 0);
  }

  .margin-top.margin-medium.trans.feature-2 {
    display: block;
  }

  .margin-top.margin-medium.background-color-white {
    background-color: var(--white);
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium.spacer-small.text-color-white.text-weight-bold {
    text-align: center;
  }

  .text-size-medium.text-style-allcaps.text-weight-bold.font-style-oswald.text-align-center {
    font-size: 1.1rem;
  }

  .text-size-medium.text-color-white.margin-right.alt-black {
    font-size: 1.4rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .heading-style-h2.smaller {
    font-size: 2.5rem;
  }

  .heading-style-h2.custom-case {
    font-size: 3.25rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .text-size-regular.text-color-white.inter.spacer-tiny, .text-size-regular.text-color-white.inter.spacer-tiny.text-align-center {
    font-size: 1.5rem;
  }

  .text-size-regular.text-color-white.inter.spacer-tiny.camel.text-style-italic {
    text-align: center;
  }

  .text-size-regular.text-color-white.inter.spacer-small, .text-size-regular.text-color-white.inter.spacer-xsmall {
    font-size: 1.5rem;
  }

  .text-size-regular.text-color-white.inter.text-align-center {
    font-size: 1.25rem;
    line-height: 1.6;
  }

  .text-size-regular.text-color-white.spacer-xsmall.step-m {
    font-size: 1.2rem;
  }

  .text-size-regular.text-color-black.inter.camel {
    padding-right: 0;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .button-group {
    justify-content: center;
  }

  .text-color-white.auth {
    font-size: 2rem;
  }

  .icon-embed-xlarge.black {
    display: flex;
  }

  .text-size-large.text-color-white.text-style-allcaps {
    font-size: 4.5rem;
    line-height: 1;
  }

  .text-size-large.text-color-white.text-weight-semibold.taller {
    font-size: 2.5rem;
  }

  .padding-section-small.extra-top {
    margin-left: 4rem;
    margin-right: 4rem;
    padding-top: 14rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-section-small.less-bottom-2 {
    padding-bottom: 0;
  }

  .padding-section-small.less-bottom-2.less-top {
    padding-top: 0;
  }

  .padding-section-small.extra-top {
    margin-left: 4rem;
    margin-right: 4rem;
    padding-top: 14rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-large.less-bottom.tablet-reduce-top, .padding-section-large.less-bottom-2.tablet-reduce-top {
    padding-top: 2rem;
  }

  .spacer-small {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .navbar11_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .menu-icon1_line-top {
    width: 24px;
    height: 2px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-icon1 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar11_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon1_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    width: 24px;
    height: 2px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar11_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar11_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar11_link {
    width: auto;
    color: var(--black);
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar11_link.extra {
    color: var(--black);
  }

  .navbar11_link.extra:hover {
    color: var(--cta-red);
  }

  .banner10_content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial18_component---desktop {
    column-count: 2;
    display: none;
  }

  ._45-flag-div {
    object-fit: cover;
    align-items: stretch;
  }

  .large-cta-button {
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 2.75rem;
  }

  .heading-2 {
    font-size: 2.75rem;
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .section_cta31 {
    background-image: url('../images/45-Thumbs-Up-Flagx3_145-Thumbs-Up-Flagx3.webp');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .dollar-medium.lower {
    font-size: 1.75rem;
    top: -8px;
  }

  .text-color-disclaimer-2.text-align-left.text-weight-light.spacer-xsmall.inter {
    text-align: center;
  }

  .layout3_image-wrapper {
    margin-bottom: -100px;
  }

  .layout3_image-wrapper._4card {
    margin-bottom: -31px;
  }

  .layout3_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .text-size-medium-9.font-inter, .text-size-medium-9.font-inter.text-color-white.camel {
    text-align: center;
  }

  .text-size-medium-9.font-inter.text-color-red.text-weight-semibold {
    text-align: center;
    font-size: 2rem;
  }

  .text-size-medium-9.font-inter.text-color-red.text-weight-semibold.spacer-xsmall {
    font-size: 2rem;
  }

  .text-size-medium-9.font-inter.text-color-red.text-weight-semibold.spacer-xsmall.underline {
    text-align: center;
  }

  .header19_component {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .section_header_hero {
    max-height: none;
    display: none;
  }

  .header19_image-wrapper {
    max-height: 600px;
    background-image: url('../images/wobbling-particles-4.svg');
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: auto 200px;
  }

  .header19_content {
    background-image: linear-gradient(to top, #000 64%, rgba(0, 0, 0, .79) 80%, rgba(0, 0, 0, 0));
    position: relative;
  }

  .layout194_image-wrapper.margin-top {
    margin-top: 2rem;
  }

  .layout194_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .text-32.font-inter.text-color-red.text-weight-semibold.spacer-xsmall {
    text-align: center;
    font-size: 2.5rem;
  }

  .text-32.text-color-white.camel.custom-max-width {
    padding-bottom: 10px;
  }

  .text-32.text-color-white.caps.spacer-xsmall {
    text-align: center;
  }

  .dollar-larger.text-color-gold {
    font-size: 2rem;
    top: -29px;
  }

  .dollar-small.text-color-red {
    top: -9px;
  }

  .text-size-large-4rem.text-color-white.text-weight-medium {
    z-index: 1;
    position: relative;
  }

  .text-size-large-4rem.text-color-red.medium {
    font-size: 4.5rem;
  }

  .text-size-large-4rem.text-color-red.medium.text-align-center {
    font-size: 4.5rem;
    line-height: 1;
  }

  .red-dotted-divider {
    height: 5px;
    border-width: 4px;
  }

  .blue-underline {
    background-size: contain;
    position: static;
  }

  .get-suit-headline {
    flex-direction: column;
    align-items: center;
  }

  .get-suit-headline.spacer-xlarge {
    margin-top: 0;
  }

  .size-24.text-color-red {
    margin-top: 2.5rem;
    font-size: 2.5rem;
  }

  .layout3_component-2 {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .layout3_component-2.spacer-xlarge {
    grid-template-columns: 1fr;
  }

  .layout3_image {
    display: block;
  }

  .blue-underline-wide {
    background-image: url('../images/Ellipse-3.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .container-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section_layout135-dinner {
    overflow: hidden;
  }

  .button-thin-2.wider {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .photo-div {
    flex-direction: row;
  }

  .grid-9 {
    max-width: none;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-left: 4rem;
    margin-right: 4rem;
    bottom: -54%;
  }

  .pulse-button {
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 2.75rem;
  }

  .pulse-button.jumbo {
    width: 500px;
    font-size: 4rem;
  }

  .offer-card.miss-out {
    max-width: 690px;
    grid-template-columns: 1fr;
  }

  .offer-card._100-offer-alt {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
    top: 30px;
  }

  .image-42 {
    max-width: 90%;
  }

  .card-banner-div.text-align-center._100 {
    height: 8rem;
  }

  .card-banner-div._47 {
    display: none;
  }

  .card-banner-div._100 {
    margin-bottom: 0;
  }

  .text-block-66 {
    font-size: 3rem;
    line-height: 1.3;
  }

  .grid-11 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .text-24.text-color-white.text-weight-bold.oswald {
    font-family: Oswald, sans-serif;
  }

  .text-24.text-color-white.text-weight-bold.oswald.caps.bigger {
    font-size: 2rem;
  }

  .text-24.text-color-gold.oswald {
    font-family: Oswald, sans-serif;
  }

  .grid-12 {
    grid-template-columns: 1fr;
  }

  .extra-card {
    align-items: center;
  }

  .section_layout142-2 {
    background-position: 50%;
    background-size: 150%;
    overflow: hidden;
  }

  .layout410_component {
    display: none;
  }

  .padding-section-medium-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .color-spotlight---violet.left, .color-spotlight---bpurple.right {
    position: absolute;
  }

  .container-large-3.smaller {
    padding-top: 0;
  }

  .testimonial18_component---tablet {
    column-count: 2;
    display: block;
  }

  .div-block-53 {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }

  .div-block-53.smaller {
    text-align: center;
    margin-bottom: 2rem;
    margin-left: auto;
    display: flex;
  }

  .offer-card-alt._47-offer-alt {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-56 {
    width: auto;
  }

  .lightbox-link {
    top: 30%;
    bottom: 0%;
    left: -6%;
    right: 0%;
  }

  .lottie-animation-5 {
    width: 250px;
    height: 250px;
  }

  .watch-video-image {
    width: 100px;
    margin: auto;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-61 {
    max-width: 90%;
  }

  .div-block-61 {
    justify-content: space-between;
  }

  .heading-18 {
    font-size: 3.5rem;
  }

  .section_header_hero_mobile {
    background-color: var(--black);
    flex-direction: column;
    display: flex;
  }

  .hero-image-mobile {
    position: relative;
  }

  .hero-content-div-mobile {
    background-image: linear-gradient(to top, #000 12%, rgba(255, 255, 255, 0) 84%);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .wide-button-div {
    position: relative;
    top: -30px;
  }

  .video-div-mobile {
    position: absolute;
    top: 45%;
    bottom: auto;
    left: 7%;
    right: 0%;
  }

  .lightbox-link-mobile {
    top: 30%;
    bottom: 0%;
    left: -6%;
    right: 0%;
  }

  .step-grid---mobile {
    z-index: 1;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
  }

  .step-card---mobile {
    max-width: 450px;
    text-align: left;
    background-color: #1e152b;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem;
  }

  .text-block-75 {
    color: var(--gold);
    font-family: Oswald, sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
  }

  .div-block-63 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-64 {
    height: 3px;
    max-height: 3px;
    background-color: var(--white);
    align-items: center;
    margin-top: 1rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .image-62 {
    display: none;
  }

  .red-circle {
    top: 4.5%;
  }

  .red-circle._100 {
    top: 3.2%;
  }

  .lottie-animation-2 {
    position: absolute;
  }

  .nft-numbers {
    text-align: center;
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-large-2.smaller-bottom {
    padding-bottom: 0;
  }

  .padding-section-large-2.less-top {
    padding-bottom: 4rem;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block.extra-padding {
    margin-top: 60px;
    margin-bottom: 100px;
  }

  .image-10 {
    object-fit: cover;
    flex: 0 auto;
  }

  .container-prizes {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-title.prizes {
    margin-bottom: 10px;
  }

  .image-4-featured {
    width: 60%;
  }

  .image-4-featured.smaller {
    width: 40%;
  }

  .image-4, .image-4.smaller {
    width: 60%;
  }

  .info-test---desktop {
    top: -130px;
  }

  .card-wrapper---sold-out {
    display: none;
  }

  .card-wrapper---100 {
    margin-top: 4rem;
  }

  .faq {
    text-align: left;
  }

  .layout194_component-2 {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr .5fr;
    grid-auto-flow: row;
  }

  .text-block-77.spacer-medium.text-color-white {
    font-size: 3rem;
  }

  .dropdown1_component {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    font-size: 1.125rem;
  }

  .dropdown1_toggle {
    color: var(--black);
    align-items: center;
    display: flex;
  }

  .dropdown1_dropdown-list {
    overflow: hidden;
  }

  .disclaimer-under-button {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-79 {
    line-height: 1.2;
  }

  .table-section---mobile {
    display: block;
  }

  .pricing-table-wrapper {
    border-radius: 0;
    overflow: scroll;
  }

  .table-section---dinner---mobile {
    display: block;
  }

  .table {
    min-width: 900px;
  }

  .table-section---dinner---desktop, .table-section---desktop {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: none;
  }

  .table-row-top {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact20_component {
    grid-column-gap: 2rem;
  }

  .newsletter {
    box-shadow: 0 8px 20px 8px rgba(255, 255, 255, .2);
  }

  .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .button-thin-3.wider {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .section_layout135-dinner-2 {
    overflow: hidden;
  }

  .grid-16 {
    max-width: none;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-left: 4rem;
    margin-right: 4rem;
    bottom: -54%;
  }

  .popup-div {
    display: none;
  }

  .text-block-81 {
    color: var(--gold);
    text-align: center;
    margin-top: 1rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
  }

  .text-block-82, .text-block-82---mobile {
    font-size: 4.5rem;
  }

  .header28_lightbox-image, .stats60_lightbox-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .stats60_components {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .stats60_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: row;
  }

  .text-block-83 {
    top: 133px;
    left: -155px;
  }

  .lottie-animation-6 {
    width: 12rem;
    height: 12rem;
  }

  .play-now-arrow {
    width: 75px;
    top: 185.398px;
    left: -9px;
    transform: rotateX(180deg)rotateY(0)rotateZ(0)rotate(39deg);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-medium.trans.feature-2 {
    display: block;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-size-regular.text-color-white.inter.spacer-tiny.text-align-center {
    font-size: 1rem;
  }

  .text-size-regular.text-color-white.inter.spacer-small {
    font-size: 1rem;
    font-weight: 500;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-color-white.auth {
    font-size: 1.75rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .icon-embed-xlarge.black {
    width: 4rem;
    height: 4rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .text-size-large.text-color-white.text-weight-semibold.taller {
    font-size: 2rem;
  }

  .text-size-large.text-weight-medium.text-color-white {
    font-size: 2.2rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-small.extra-top {
    padding-top: 11rem;
  }

  .padding-section-small.less-bottom-2.less-top {
    padding-top: 0;
  }

  .padding-section-small.extra-top {
    padding-top: 11rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .navbar11_component {
    min-height: 4rem;
  }

  .navbar11_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .banner10_content-wrapper {
    align-items: center;
  }

  .banner10_content {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 1rem;
  }

  .banner10_close-button {
    margin-left: 0;
  }

  .testimonial18_component---desktop {
    column-count: 1;
  }

  .large-cta-button {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .faq4_icon-wrappper {
    width: 1.75rem;
  }

  .faq4_question {
    padding: 1rem 1.25rem;
  }

  .faq4_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
    padding-bottom: 1rem;
  }

  .text-size-huge, .text-size-xlarge {
    font-size: 1.125rem;
  }

  .dollar-medium.lower {
    font-size: 1.2rem;
    top: -8px;
  }

  .layout3_image-wrapper {
    margin-bottom: -60px;
  }

  .layout3_content.top.extra-bottom {
    margin-bottom: 2rem;
  }

  .layout3_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-9 {
    font-size: 1rem;
  }

  .header19_component {
    grid-row-gap: 3rem;
  }

  .layout194_image-wrapper.margin-top {
    margin-top: 0;
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .layout194_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .text-32.text-weight-bold.inter {
    font-size: 1.3rem;
  }

  .text-32.text-color-white.text-weight-bold {
    left: 98px;
  }

  .text-size-large-4rem {
    font-size: 1.125rem;
  }

  .text-size-large-4rem.text-color-white.text-weight-medium, .text-size-large-4rem.text-color-white.limited {
    font-size: 3rem;
  }

  .text-size-large-4rem.text-color-red.medium {
    font-size: 5rem;
  }

  .blue-underline {
    font-size: 4.5rem;
  }

  .size-24.text-color-red {
    margin-top: 1rem;
    font-size: 2rem;
  }

  .text-size-medium-12 {
    font-size: 1rem;
  }

  .layout3_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout3_image {
    display: none;
  }

  .button-thin-2.wider {
    margin-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .photo-div {
    width: 100%;
    flex-direction: row;
  }

  .image-50 {
    width: 600px;
  }

  .grid-9 {
    grid-template-columns: 1fr;
    bottom: -63%;
  }

  .dinner-card {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .grid-10 {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .pulse-button {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .pulse-button.jumbo {
    width: 380px;
    font-size: 3rem;
  }

  .step-card {
    margin-bottom: 1rem;
  }

  .section_layout142-2 {
    background-position: 50%;
    background-size: 300%;
  }

  .layout410_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    align-items: stretch;
  }

  .padding-section-medium-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .testimonial18_client-2 {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial18_content-2 {
    width: 60%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem;
    display: flex;
  }

  .gala-button {
    width: 60%;
    max-width: none;
  }

  .button-primary-cta-3.max-width-medium.gold-button {
    display: none;
  }

  .container-large-3.smaller {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial18_component---tablet {
    column-count: 1;
  }

  .div-block-53.smaller {
    margin-bottom: 1rem;
  }

  .lottie-animation-5 {
    width: 225px;
    height: 225px;
  }

  .watch-video-image {
    width: 60px;
  }

  .testimonial1_component {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-59 {
    text-align: center;
    margin-top: 2rem;
    margin-right: auto;
  }

  .image-62 {
    min-width: 100%;
    margin-bottom: 4rem;
    display: block;
  }

  .red-circle {
    top: 4%;
  }

  .red-circle._100 {
    top: 2.7%;
  }

  .lottie-animation-2 {
    position: absolute;
  }

  .nft-numbers {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large-2.less-top {
    padding-bottom: 4rem;
  }

  .headline-div {
    min-width: auto;
    align-items: stretch;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .button-24 {
    text-align: center;
    flex: none;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    line-height: 24px;
  }

  .grid-6 {
    grid-template-columns: auto;
  }

  .div-block.extra-padding, .card-image-div {
    margin-top: 0;
  }

  .paragraph-8 {
    text-align: center;
  }

  .card-title {
    padding-top: 10px;
    font-size: 22px;
    line-height: 26px;
  }

  .card-title.prizes {
    height: 95px;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    line-height: 23px;
  }

  .image-4-featured {
    width: 80%;
  }

  .image-4-featured.smaller {
    width: 50%;
  }

  .image-4 {
    width: 80%;
  }

  .image-4.smaller {
    width: 50%;
  }

  .info-test---mobile {
    display: block;
  }

  .info-test---desktop {
    display: none;
  }

  .faq {
    text-align: left;
  }

  .layout194_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-block-77.spacer-medium.text-color-white {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .image-64 {
    width: 70%;
  }

  .disclaimer-under-button {
    padding-top: 1.25rem;
  }

  .table {
    min-width: 760px;
    overflow: scroll;
  }

  .contact20_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .newsletter {
    box-shadow: 0 5px 20px -3px var(--white);
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .button-thin-3.wider {
    margin-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid-15 {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .grid-16 {
    grid-template-columns: 1fr;
    bottom: -63%;
  }

  .dinner-card-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .image-67 {
    width: 600px;
  }

  .photo-div-2 {
    width: 100%;
  }

  .popup-div {
    display: none;
  }

  .text-block-81 {
    color: var(--gold);
    text-align: center;
    margin-top: 1rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
  }

  .dollar-pop {
    font-size: 1.2rem;
    position: relative;
    top: -9px;
  }

  .text-block-82 {
    display: none;
  }

  .text-block-82---mobile {
    display: block;
  }

  .stats60_components {
    grid-template-columns: 1fr;
  }

  .stats60_list {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .text-block-83 {
    font-size: 1.5rem;
    top: 107px;
    left: -119px;
  }

  .lottie-animation-6 {
    width: 10rem;
    height: 10rem;
  }

  .play-now-arrow {
    width: 50px;
    top: 154.398px;
    left: -5px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .max-width-full.gold {
    height: auto;
    font-size: 1.25rem;
  }

  .max-width-full.alt-red {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.25rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .container-large.fit {
    width: auto;
    max-width: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-medium.trans.feature-2 {
    display: block;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-large {
    margin-bottom: 1rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .text-size-medium.text-style-allcaps.text-weight-bold.font-style-oswald.text-align-center {
    font-size: 1rem;
  }

  .text-size-medium.text-color-white.margin-right.alt-black {
    margin-right: .5rem;
    font-size: 1rem;
  }

  .icon-embed-small {
    position: relative;
  }

  .heading-style-h2.smaller {
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .heading-style-h2.custom-case {
    font-size: 1.75rem;
  }

  .icon-embed-medium.alt-red {
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
  }

  .text-size-regular.text-color-white.inter.spacer-tiny.text-align-center {
    width: auto;
  }

  .text-size-regular.text-color-white.inter.spacer-tiny.camel.text-gold {
    text-align: center;
  }

  .text-size-regular.text-color-white.inter.text-align-center {
    font-size: 1rem;
  }

  .text-size-regular.text-color-white.inter.text-align-center.suit {
    display: none;
  }

  .text-size-regular.text-color-white.spacer-xsmall.step-m {
    font-size: 1rem;
  }

  .text-color-white.auth {
    font-size: 1.5rem;
  }

  .icon-embed-xlarge.black {
    width: 3rem;
    height: 3rem;
    color: var(--black);
  }

  .text-size-large.text-weight-medium.text-color-white {
    font-size: 1.8rem;
  }

  .padding-section-small.extra-top {
    width: auto;
    position: relative;
    top: -31px;
  }

  .padding-section-small.less-bottom-2.less-top {
    padding-top: 0;
  }

  .padding-section-small.extra-top {
    width: auto;
    top: -12px;
  }

  .padding-section-small.extra-top.less-bottom {
    padding-bottom: 0;
  }

  .padding-global {
    padding-right: 5%;
  }

  .padding-global.banner {
    padding-right: 2%;
  }

  .padding-section-large.less-bottom.less-top {
    overflow: hidden;
  }

  .navbar11_logo {
    max-width: 90%;
  }

  .banner10_component {
    display: block;
  }

  .banner10_content {
    margin-right: .25rem;
  }

  .layout142_component.padding-large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._45-flag-div {
    height: 330px;
    justify-content: flex-start;
    padding-top: 20px;
  }

  .large-cta-button {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .faq4_answer {
    display: flex;
  }

  .button-large {
    font-size: 2rem;
  }

  .text-color-disclaimer-2.text-align-left.text-weight-light.spacer-xsmall.inter.black.white-shadow {
    background-color: #fff;
  }

  .layout3_image-wrapper {
    margin-bottom: -55px;
  }

  .layout3_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-9.font-inter.text-color-red.text-weight-semibold {
    font-size: 1.1rem;
  }

  .text-size-medium-9.font-inter.text-color-red.text-weight-semibold.spacer-xsmall {
    font-size: 1.25rem;
  }

  .header19_component {
    grid-template-columns: 1fr;
  }

  .button-primary-cta.max-width-medium.smaller {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button-primary-cta.max-width-full {
    margin-top: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .layout194_image-wrapper.margin-top {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .layout194_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .text-32.font-inter.text-color-red.text-weight-semibold.spacer-xsmall {
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .text-32.text-weight-bold.inter {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .text-32.text-color-white.text-weight-medium, .text-32.text-color-white.camel.custom-max-width {
    font-size: 1.5rem;
  }

  .text-32.text-color-white.text-weight-bold {
    font-size: 1.5rem;
    left: 0;
  }

  .text-32.text-color-gold.text-style-allcaps {
    text-align: center;
  }

  .dollar-larger {
    font-size: 1.25rem;
    top: -6px;
  }

  .dollar-small.text-color-red {
    font-size: .8rem;
    top: -4px;
  }

  .text-size-large-4rem.text-color-white.text-weight-medium {
    font-size: 2.7rem;
  }

  .text-size-large-4rem.text-color-white.limited {
    font-size: 2rem;
  }

  .text-size-large-4rem.text-color-red.medium.text-align-center {
    line-height: 3rem;
  }

  .blue-underline {
    font-size: 3rem;
  }

  .size-24.text-color-red {
    margin-top: 0;
    font-size: 1.2rem;
    font-weight: 600;
  }

  .text-size-medium-12.bigger {
    font-size: .85rem;
  }

  .layout3_component-2 {
    grid-template-columns: 1fr;
  }

  .layout3_component-2.spacer-xlarge {
    grid-row-gap: 0rem;
  }

  .blue-underline-wide {
    background-image: url('../images/Ellipse-3.svg');
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 3rem;
  }

  .blue-underline-wide.no-line {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-global-4 {
    flex: 0 auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 0%;
    padding-right: 0%;
  }

  .button-thin-2.wider {
    font-size: 1rem;
  }

  .photo-div {
    height: auto;
    flex-direction: row;
    align-items: stretch;
  }

  .image-50 {
    width: auto;
    max-width: 450px;
    min-width: 360px;
    object-fit: fill;
    position: static;
    left: -5%;
  }

  .grid-9 {
    width: auto;
    max-width: 400px;
    min-width: 280px;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1.5rem 0;
    bottom: -96%;
    left: auto;
    right: auto;
  }

  .dinner-card {
    background-color: rgba(0, 0, 0, .94);
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-10 {
    width: auto;
    max-width: none;
    grid-column-gap: 16px;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .image-51 {
    width: auto;
    max-width: 320px;
    min-width: 280px;
    object-fit: fill;
    border-radius: 20px;
  }

  .image-52 {
    width: auto;
    max-width: 320px;
    min-width: 280px;
  }

  .pulse-button {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .pulse-button.jumbo {
    width: 240px;
    font-size: 1.5rem;
  }

  .offer-card.miss-out {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .offer-card._100-offer-alt {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-42 {
    max-width: 50%;
  }

  .text-block-51.text-style-allcaps.alt-black, .text-block-51.text-color-gold.text-style-allcaps {
    font-size: 2rem;
  }

  .smaller-text {
    font-size: 1.5rem;
  }

  .card-banner-div, .card-banner-div.text-align-center._100 {
    height: 4rem;
    margin-bottom: 0;
  }

  .text-block-66 {
    font-size: 1.5rem;
  }

  .icon-embed-medium-3.alt {
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    margin-right: .5rem;
  }

  .text-24.text-color-white.text-weight-bold.oswald.caps.bigger {
    font-size: 1.5rem;
  }

  .text-24.text-color-gold.inter {
    font-size: 1.2rem;
  }

  .step-card {
    grid-template-columns: 1fr;
  }

  .step-content {
    padding-top: 0;
    padding-left: 3rem;
  }

  .step-number {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

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

  .heading-11 {
    font-size: 2.5rem;
  }

  .heading-17.text-style-allcaps {
    font-size: 2rem;
  }

  .padding-section-medium-2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .testimonial18_content-2 {
    width: 90%;
  }

  .gala-button {
    width: 100%;
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .icon-embed-small-17 {
    display: none;
  }

  .container-large-3.smaller {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-53.smaller {
    margin-bottom: 0;
    display: flex;
  }

  .offer-card-alt._47-offer-alt {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lightbox-link {
    top: 30%;
  }

  .lottie-animation-5 {
    width: 125px;
    height: 125px;
  }

  .watch-video-image {
    width: 50px;
  }

  .testimonial1_component {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .super-bonus-tag {
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    font-size: .5rem;
  }

  .super-bonus-tab-label {
    font-size: .5rem;
  }

  .super-bonus-tag-2.gold {
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    font-size: .5rem;
  }

  .heading-18 {
    font-size: 1.75rem;
  }

  .lightbox-link-mobile {
    top: 30%;
  }

  .image-62 {
    max-width: 105%;
    margin-top: 1rem;
    margin-bottom: 0;
    position: relative;
    top: -47px;
    left: 0;
  }

  .red-circle {
    top: 50px;
  }

  .red-circle._100 {
    top: 54px;
  }

  .image-63 {
    width: 280px;
  }

  .div-block-65 {
    width: 300px;
  }

  .parm-box {
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    padding: 2rem 0;
    display: flex;
  }

  .lottie-animation-2 {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nft-numbers {
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 25px;
    line-height: 34px;
  }

  .padding-section-large-2.less-top {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-19.text-gold {
    font-size: 2rem;
    line-height: 1.1;
  }

  .smaller {
    font-size: 1.5rem;
    line-height: 1;
  }

  .paragraph-7 {
    font-size: 1.25rem;
  }

  .image-3.no-padding {
    max-width: 250px;
  }

  .grid-5 {
    grid-template-rows: auto;
    grid-template-columns: 100% 1fr;
    justify-items: stretch;
    display: block;
  }

  .button-24 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 35px;
    line-height: 42px;
  }

  .text-span-10 {
    font-size: 20px;
    top: -14px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-6 {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: start;
    display: flex;
    overflow: hidden;
  }

  .trump-card-div {
    height: auto;
    margin-bottom: 40px;
  }

  .trump-card-div.wide {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .paragraph-8 {
    font-size: 15px;
    line-height: 20px;
  }

  .container-prizes {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-2 {
    font-size: 40px;
    line-height: 48px;
  }

  .card-title-wide---prizes {
    padding-left: 30px;
  }

  .card-title {
    font-size: 18px;
    line-height: 22px;
  }

  .card-title.prizes {
    width: 100%;
    max-width: none;
    flex-flow: column wrap;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 19px;
    line-height: 22px;
    display: flex;
    overflow: hidden;
  }

  .text-block-4 {
    line-height: 34px;
  }

  .image-4-featured {
    width: 80%;
  }

  .image-4-featured.smaller {
    width: 70%;
  }

  .image-4 {
    width: 80%;
  }

  .image-4.smaller {
    width: 60%;
  }

  .info-test---mobile {
    color: var(--white);
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1rem;
    position: relative;
    top: -50px;
  }

  .info-test---desktop {
    color: var(--white);
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1rem;
    position: relative;
    top: -32px;
  }

  .faq {
    text-align: left;
  }

  .layout194_component-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .text-block-77.spacer-medium.text-color-white {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .image-64 {
    width: 60%;
  }

  .div-block-67 {
    margin-left: 0;
    margin-right: 2rem;
    left: 85px;
  }

  .table-lable-grid {
    grid-column-gap: 14px;
  }

  .table-row---dinner {
    grid-column-gap: 14px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .table {
    min-width: 700px;
  }

  .table-row {
    grid-column-gap: 14px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .table-lable-grid---dinner {
    grid-column-gap: 14px;
  }

  .container-rules {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .table-row-top {
    padding-left: 24px;
    padding-right: 24px;
  }

  .modal-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modal-paragraph {
    margin-bottom: 40px;
  }

  .modal-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .newsletter {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    box-shadow: 0 0 20px 6px rgba(165, 164, 164, .56);
  }

  .text-block-80 {
    font-size: 2rem;
  }

  .paragraph-9.spacer-small {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .dollar {
    font-size: 1rem;
  }

  .image-66 {
    width: auto;
    max-width: 320px;
    min-width: 280px;
    object-fit: fill;
    border-radius: 20px;
  }

  .div-block-69 {
    left: 85px;
  }

  .padding-global-6 {
    flex: 0 auto;
  }

  .padding-section-large-3.less-bottom.less-top {
    padding-top: 1rem;
    overflow: hidden;
  }

  .button-thin-3.wider {
    font-size: 1rem;
  }

  .grid-15 {
    width: auto;
    max-width: none;
    grid-column-gap: 16px;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .grid-16 {
    width: auto;
    max-width: 400px;
    min-width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem 1rem;
    bottom: -66%;
  }

  .dinner-card-2 {
    background-color: rgba(0, 0, 0, .94);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-67 {
    max-width: none;
    min-width: 320px;
  }

  .photo-div-2 {
    align-items: stretch;
  }

  .container-large-4.fit {
    width: auto;
    max-width: none;
  }

  .popup-div {
    z-index: 20;
    display: none;
  }

  .popup-100 {
    z-index: 999;
    position: static;
  }

  .text-block-81 {
    color: var(--gold);
    text-align: center;
    margin-top: 1rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
  }

  .dollar-pop {
    font-size: 1rem;
    position: relative;
    top: -12px;
  }

  .text-block-82 {
    font-size: 3rem;
  }

  .text-block-82---mobile {
    margin-bottom: 10px;
    font-size: 3rem;
  }

  .header28_lightbox {
    width: 95%;
  }

  .stats60_components {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .stats60_list {
    grid-template-columns: 1fr;
  }

  .heading-21 {
    font-size: 1.75rem;
  }

  .text-block-83 {
    font-size: 1.1rem;
    top: 85px;
    left: -83px;
  }

  .lottie-animation-6 {
    width: 8rem;
    height: 8rem;
  }

  .play-now-arrow {
    top: 111.398px;
    left: 10px;
  }
}

#w-node-_8f59452f-2499-9b2d-0c21-c823ee71c6dd-c0ee5c67, #w-node-_8f59452f-2499-9b2d-0c21-c823ee71c6df-c0ee5c67 {
  align-self: start;
}

#w-node-_9c6278f2-a69a-445d-bb7e-0be8e91152aa-c0ee5c67 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#Suit.w-node-_9c6278f2-a69a-445d-bb7e-0be8e91152bc-c0ee5c67 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-_30060507-b951-f25e-8be7-d0d71767c71c-c0ee5c67, #w-node-_3e1b11e3-ff4e-9fa5-100c-2715ab95cf49-c0ee5c67 {
  align-self: start;
}

#w-node-b6ef1a27-9788-8d9a-fb01-e0877d7921f4-c0ee5c67, #w-node-b6ef1a27-9788-8d9a-fb01-e0877d79222b-c0ee5c67, #w-node-cacd8b13-6e76-9c7e-1397-93475148d81c-c0ee5c67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94f2245a-ea91-3bc7-5120-f7c73f0b6cff-c0ee5c67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_08936bbf-b8b7-4948-f22f-bde354eb2ac3-c0ee5c67, #w-node-_4ffabce6-d9f6-8f05-9f5e-b844db19e7f3-c0ee5c67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae71897c-723f-e500-1e7a-839e7f77ac0b-c0ee5c67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_08f65250-e8d7-1323-d0d1-f21dd720e0e1-c0ee5c67 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_08f65250-e8d7-1323-d0d1-f21dd720e0e2-c0ee5c67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_08f65250-e8d7-1323-d0d1-f21dd720e0e7-c0ee5c67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08f65250-e8d7-1323-d0d1-f21dd720e0f0-c0ee5c67 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_08f65250-e8d7-1323-d0d1-f21dd720e0f1-c0ee5c67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_08f65250-e8d7-1323-d0d1-f21dd720e0f6-c0ee5c67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08f65250-e8d7-1323-d0d1-f21dd720e0ff-c0ee5c67 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_08f65250-e8d7-1323-d0d1-f21dd720e100-c0ee5c67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_08f65250-e8d7-1323-d0d1-f21dd720e105-c0ee5c67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be9db560-f9ee-83ee-f760-1e1ac6ec6467-c6ec6460 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-be9db560-f9ee-83ee-f760-1e1ac6ec6469-c6ec6460 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-be9db560-f9ee-83ee-f760-1e1ac6ec6474-c6ec6460 {
  justify-self: end;
}

#w-node-be9db560-f9ee-83ee-f760-1e1ac6ec647d-c6ec6460, #w-node-be9db560-f9ee-83ee-f760-1e1ac6ec647e-c6ec6460, #w-node-be9db560-f9ee-83ee-f760-1e1ac6ec647f-c6ec6460, #w-node-be9db560-f9ee-83ee-f760-1e1ac6ec6480-c6ec6460 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-c0ee5c85 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-c0ee5c85 {
  justify-self: start;
}

#w-node-dac3b025-a932-8321-5e5b-22041fa61b37-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dac3b025-a932-8321-5e5b-22041fa61b38-c0ee5c85 {
  justify-self: start;
}

#w-node-_56bdac5c-18a2-8c67-26ec-760be251ad9c-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56bdac5c-18a2-8c67-26ec-760be251ad9d-c0ee5c85 {
  justify-self: start;
}

#w-node-_72a5eaf1-92db-39c8-8261-6b89558496a6-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72a5eaf1-92db-39c8-8261-6b89558496a7-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-c0ee5c85 {
  justify-self: start;
}

#w-node-_23159a62-36d0-9689-4d59-c86c1d75e90a-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23159a62-36d0-9689-4d59-c86c1d75e90b-c0ee5c85 {
  justify-self: start;
}

#w-node-b88e1ccd-86d8-a716-70e9-105f6b8293c4-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b88e1ccd-86d8-a716-70e9-105f6b8293c5-c0ee5c85 {
  justify-self: start;
}

#w-node-_58f53d01-b0df-20ec-c57e-88259d0d7950-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58f53d01-b0df-20ec-c57e-88259d0d7951-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-c0ee5c85, #w-node-_59847049-72d9-f2fd-1ca8-6b74c71f869e-c0ee5c85, #w-node-_59847049-72d9-f2fd-1ca8-6b74c71f869f-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59847049-72d9-f2fd-1ca8-6b74c71f86a0-c0ee5c85 {
  justify-self: start;
}

#w-node-_59847049-72d9-f2fd-1ca8-6b74c71f86a2-c0ee5c85, #w-node-_3b152720-5a8c-5582-97b9-6b8682656af4-c0ee5c85, #w-node-_3b152720-5a8c-5582-97b9-6b8682656af5-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b152720-5a8c-5582-97b9-6b8682656af6-c0ee5c85 {
  justify-self: start;
}

#w-node-_3b152720-5a8c-5582-97b9-6b8682656af8-c0ee5c85, #w-node-_39bf49eb-d6ce-01e1-39a4-795f61727ad1-c0ee5c85, #w-node-_39bf49eb-d6ce-01e1-39a4-795f61727ad2-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39bf49eb-d6ce-01e1-39a4-795f61727ad3-c0ee5c85 {
  justify-self: start;
}

#w-node-_39bf49eb-d6ce-01e1-39a4-795f61727ad5-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-c0ee5c85, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-c0ee5c85, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-c0ee5c85 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-c0ee5c85, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-c0ee5c85, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-c0ee5c85 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-c0ee5c85, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-c0ee5c85, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-c0ee5c85 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-c0ee5c85, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-c0ee5c85, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-c0ee5c85 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-c0ee5c85, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-c0ee5c85, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-c0ee5c85 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-c0ee5c85, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-c0ee5c85, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-c0ee5c85 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-c0ee5c85, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-c0ee5c85, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-c0ee5c85 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-c0ee5c85, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-c0ee5c85, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-c0ee5c85 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-c0ee5c85, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-c0ee5c85 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-c0ee5c85 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-c0ee5c85 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-c0ee5c85, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-c0ee5c85, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-c0ee5c85, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-c0ee5c85 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-c0ee5c85, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-c0ee5c85, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-c0ee5c85 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-c0ee5c85, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-c0ee5c85, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-c0ee5c85 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-c0ee5c85, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-c0ee5c85, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-c0ee5c85 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-c0ee5c85, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-c0ee5c85, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-c0ee5c85 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-c0ee5c85, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-c0ee5c85, #w-node-ee961e8d-845a-edc3-3307-509470022457-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-c0ee5c85 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-c0ee5c85, #w-node-ee961e8d-845a-edc3-3307-50947002245b-c0ee5c85, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-c0ee5c85 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-c0ee5c85, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-c0ee5c85, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-c0ee5c85 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-c0ee5c85, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-c0ee5c85, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-c0ee5c85 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-c0ee5c85, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-c0ee5c85, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-c0ee5c85 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-c0ee5c85, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-c0ee5c85, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-c0ee5c85 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-c0ee5c85, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-c0ee5c85, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-c0ee5c85 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-c0ee5c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-c0ee5c85 {
  justify-self: start;
}

#w-node-_637bf464-52e8-bca0-b035-39c992de9fbe-b46d3e07, #w-node-f268ef17-777f-1d88-3c01-106aa8da5b2e-b46d3e07, #w-node-f7a1c190-e1a0-fe70-f2e3-1a78f54d402b-b46d3e07, #w-node-_4b653691-529d-dd4f-13c0-61a1a08ce808-b46d3e07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff473381-22a1-05ea-8be0-3c33a53142e7-77a5e2e4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ff473381-22a1-05ea-8be0-3c33a53142fc-77a5e2e4, #w-node-ff473381-22a1-05ea-8be0-3c33a5314305-77a5e2e4, #w-node-ff473381-22a1-05ea-8be0-3c33a531430f-77a5e2e4, #w-node-ff473381-22a1-05ea-8be0-3c33a5314318-77a5e2e4, #w-node-ff473381-22a1-05ea-8be0-3c33a5314322-77a5e2e4, #w-node-ff473381-22a1-05ea-8be0-3c33a531432c-77a5e2e4, #w-node-ff473381-22a1-05ea-8be0-3c33a5314336-77a5e2e4, #w-node-ff473381-22a1-05ea-8be0-3c33a5314340-77a5e2e4, #w-node-ff473381-22a1-05ea-8be0-3c33a531434c-77a5e2e4, #w-node-ff473381-22a1-05ea-8be0-3c33a5314356-77a5e2e4, #w-node-ff473381-22a1-05ea-8be0-3c33a5314360-77a5e2e4, #w-node-ff473381-22a1-05ea-8be0-3c33a531436a-77a5e2e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-ff473381-22a1-05ea-8be0-3c33a5314374-77a5e2e4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_01c76220-dcbd-4c44-8fbe-fcbfb69d93c9-598daf8a, #w-node-_01c76220-dcbd-4c44-8fbe-fcbfb69d93ce-598daf8a, #w-node-_01c76220-dcbd-4c44-8fbe-fcbfb69d93d3-598daf8a, #w-node-_01c76220-dcbd-4c44-8fbe-fcbfb69d93d8-598daf8a, #w-node-_01c76220-dcbd-4c44-8fbe-fcbfb69d94ac-598daf8a, #w-node-_01c76220-dcbd-4c44-8fbe-fcbfb69d94b1-598daf8a, #w-node-_01c76220-dcbd-4c44-8fbe-fcbfb69d94b6-598daf8a {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_8f59452f-2499-9b2d-0c21-c823ee71c6dd-c0ee5c67 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8f59452f-2499-9b2d-0c21-c823ee71c6df-c0ee5c67 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_12e72fa8-c069-cb4d-acb3-e931d35849f5-c0ee5c67 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b6ef1a27-9788-8d9a-fb01-e0877d7921f4-c0ee5c67, #w-node-b6ef1a27-9788-8d9a-fb01-e0877d79222b-c0ee5c67 {
    justify-self: center;
  }

  #w-node-_94f2245a-ea91-3bc7-5120-f7c73f0b6cff-c0ee5c67 {
    justify-self: stretch;
  }

  #w-node-_08f65250-e8d7-1323-d0d1-f21dd720e0e1-c0ee5c67 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_08f65250-e8d7-1323-d0d1-f21dd720e0f0-c0ee5c67 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-caaf1fec-2513-e3ab-d7d0-09f598989cdf-c0ee5c67, #w-node-_504d4f20-7f19-bb9c-b659-992c473fc58d-c0ee5c67, #w-node-a3759733-4189-b464-b6ae-c1a2d0f023c0-c0ee5c67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-be9db560-f9ee-83ee-f760-1e1ac6ec6467-c6ec6460, #w-node-be9db560-f9ee-83ee-f760-1e1ac6ec6474-c6ec6460 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_12e72fa8-c069-cb4d-acb3-e931d35849f7-c0ee5c67 {
    order: -9999;
  }

  #w-node-_9c6278f2-a69a-445d-bb7e-0be8e91152aa-c0ee5c67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #Suit.w-node-_9c6278f2-a69a-445d-bb7e-0be8e91152bc-c0ee5c67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_3e1b11e3-ff4e-9fa5-100c-2715ab95cf49-c0ee5c67 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3e1b11e3-ff4e-9fa5-100c-2715ab95cf4b-c0ee5c67 {
    order: -9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-be9db560-f9ee-83ee-f760-1e1ac6ec648a-c6ec6460 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ff473381-22a1-05ea-8be0-3c33a53142fc-77a5e2e4, #w-node-ff473381-22a1-05ea-8be0-3c33a5314305-77a5e2e4, #w-node-ff473381-22a1-05ea-8be0-3c33a531430f-77a5e2e4, #w-node-ff473381-22a1-05ea-8be0-3c33a5314318-77a5e2e4, #w-node-ff473381-22a1-05ea-8be0-3c33a5314322-77a5e2e4, #w-node-ff473381-22a1-05ea-8be0-3c33a531432c-77a5e2e4, #w-node-ff473381-22a1-05ea-8be0-3c33a5314336-77a5e2e4, #w-node-ff473381-22a1-05ea-8be0-3c33a5314340-77a5e2e4, #w-node-ff473381-22a1-05ea-8be0-3c33a531434c-77a5e2e4, #w-node-ff473381-22a1-05ea-8be0-3c33a5314356-77a5e2e4, #w-node-ff473381-22a1-05ea-8be0-3c33a5314360-77a5e2e4, #w-node-ff473381-22a1-05ea-8be0-3c33a531436a-77a5e2e4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9c6278f2-a69a-445d-bb7e-0be8e91152aa-c0ee5c67, #w-node-_9c6278f2-a69a-445d-bb7e-0be8e91152b9-c0ee5c67, #w-node-_9c6278f2-a69a-445d-bb7e-0be8e91152bb-c0ee5c67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #Suit.w-node-_9c6278f2-a69a-445d-bb7e-0be8e91152bc-c0ee5c67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-be9db560-f9ee-83ee-f760-1e1ac6ec6467-c6ec6460 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-ff473381-22a1-05ea-8be0-3c33a53142e7-77a5e2e4 {
    grid-column: span 1 / span 1;
  }

  #w-node-ff473381-22a1-05ea-8be0-3c33a53142fc-77a5e2e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-ff473381-22a1-05ea-8be0-3c33a5314376-77a5e2e4, #w-node-ff473381-22a1-05ea-8be0-3c33a5314379-77a5e2e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


