:root {
  --black: black;
  --white: white;
  --cta-red: #c41220;
  --dodger-blue: #0d51ff;
  --light-grey: #f4f4f4;
  --gold: #d8bc61;
  --muted-grey: #918d8d;
  --testi-grey: #eeeff7;
  --color: #d9d9d9;
  --fix-color: #37ff00;
  --bright-blue: #0082fc;
  --sold-out-grey: #c3c3c3;
  --dark-grey: #3f3f3f;
  --link-blue: #2600fc;
  --bright-red: #ec002a;
  --super-bonus-black: #1c1b1b;
  --bronze: #cd7f32;
  --silver: #bfc6da;
  --gold2: #ffbf00;
  --platinum: #aba7dd;
  --diamond: #2b869b;
  --bitcoin-orange: var(--black);
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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: 2rem;
}

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

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.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;
}

.page-wrapper {
  position: static;
  overflow: hidden;
}

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

.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 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  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-medium.no-margin {
  margin-left: 0;
}

.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-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small.less {
  margin-top: 0;
}

.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-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge.less-bottom {
  margin-bottom: 0;
}

.margin-bottom.margin-medium, .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: #fff0;
  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-large {
  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-color-gold {
  color: var(--white);
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.2;
}

.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-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
}

.text-size-medium.text-color-white.margin-right.alt-black.xl {
  font-size: 1.6rem;
  line-height: 1.2;
}

.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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  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 {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  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 {
  text-transform: capitalize;
  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;
}

.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 #00000024;
}

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

.icon-embed-medium.alt-red {
  color: var(--cta-red);
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  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 {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  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: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.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: #0000;
}

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

.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: #0000;
  border-color: #0000;
}

.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;
}

.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;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

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

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.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._60 {
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  width: 79%;
  margin-left: auto;
  margin-right: auto;
}

.text-size-regular.text-color-white.inter.spacer-tiny.text-align-center._60.bigger {
  font-size: 1.2rem;
}

.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-weight-bold.spacer-small.alt-black.gray {
  opacity: .39;
  filter: grayscale();
}

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

.text-size-regular.text-color-white.inter.text-align-center.suit.larger {
  font-size: 1.2rem;
}

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

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

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

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

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

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

.form-input::placeholder {
  color: #0009;
}

.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: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  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;
  place-items: center 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;
}

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

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

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

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

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

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

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

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

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

.icon-embed-xxsmall {
  color: var(--cta-red);
  background-image: radial-gradient(circle, #fff 43%, #000 50%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  margin-right: 10px;
  display: flex;
}

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

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

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

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.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: sticky;
  top: 2rem;
}

.form-radio-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  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;
}

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

.text-size-small {
  text-align: left;
  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;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

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

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

.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;
}

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

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.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-style-allcaps.text-align-center {
  letter-spacing: 2px;
  font-family: Anton, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}

.text-size-large.text-color-white.text-style-allcaps.text-align-center.larger {
  text-align: center;
  max-width: none;
  font-size: 3.4rem;
}

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

.text-size-large.text-color-gold.text-style-allcaps {
  letter-spacing: 0;
  font-family: Oswald, sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}

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

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

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

.padding-section-small.extra-top.less-bottom.more-bottom {
  padding-top: 12rem;
}

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

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

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

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  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-top.little-less-bottom {
  padding-bottom: 0;
}

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

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

.padding-section-large.less-bottom.reduce {
  padding-top: 3rem;
}

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

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

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

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

.spacer-small {
  align-self: center;
  width: auto;
  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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.navbar11_component {
  z-index: 10;
  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;
  width: 100%;
  min-height: 5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar11_menu-button {
  padding: 0;
}

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

.navbar11_logo {
  width: 236px;
}

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

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

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

.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;
}

.navbar11_link.circle {
  line-height: 1.2;
}

.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 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 2rem;
  display: grid;
}

._45-flag-div {
  flex-direction: column;
  justify-content: center;
  max-width: 1050px;
  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;
}

.faq4_icon-wrappper {
  align-self: flex-start;
  width: 2rem;
  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: #0000;
}

.faq4_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start 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;
}

.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;
  overflow: visible;
}

.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);
}

.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);
  line-height: 1.1;
}

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

.text-color-disclaimer-2.text-align-left.text-weight-light.spacer-xsmall.inter.black.legal-text {
  font-size: .75rem;
}

.text-color-disclaimer-2.text-align-left.text-weight-light.spacer-xsmall.inter.black.legal-text.no-bottom {
  margin-bottom: 0;
  font-size: .85rem;
}

.text-color-disclaimer-2.text-align-left.text-weight-light.spacer-xsmall.inter.darker {
  color: var(--muted-grey);
  font-size: .75rem;
}

.text-color-disclaimer-2.text-align-left.text-weight-light.spacer-xsmall.inter.darker.legal-text {
  font-size: .85rem;
  line-height: 1.1;
}

.text-color-disclaimer-2.text-align-left.text-weight-light.spacer-xsmall.inter.darker.legal-text.no-bottom {
  z-index: 2;
  background-image: linear-gradient(0deg, #000 74%, #0000);
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.1;
  position: relative;
}

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

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

.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: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section_layout_feature_1 {
  overflow: hidden;
}

.section_layout_feature_1.background-color-black {
  background-image: url('../images/revolving-sunspot-5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.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-red.text-weight-semibold.spacer-xsmall.underline {
  text-align: left;
}

.header19_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
  overflow: visible;
}

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

.header19_image-wrapper {
  aspect-ratio: auto;
  background-image: none;
  background-position: 0 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 550px;
  max-height: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.header19_content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  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;
}

.button-primary-cta.max-width-medium.hero-version {
  letter-spacing: 1.025px;
  width: auto;
  max-width: none;
  padding: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 1.75rem;
  line-height: .8;
}

.button-primary-cta.max-width-medium.xsmal {
  width: auto;
  max-width: none;
  padding: 1rem 4rem;
}

.div-block-40 {
  align-items: center;
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
}

.layout194_image-wrapper.margin-top {
  padding: 2rem 0;
  position: sticky;
  top: 80px;
}

.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;
}

.layout194_component.adjusted {
  grid-column-gap: 1rem;
  grid-row-gap: 3px;
  grid-template-columns: 1.15fr .85fr;
  margin-bottom: 4rem;
}

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

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

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

.text-color-red.shadow {
  text-shadow: 4px 3px 17px #000000ab;
}

.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-bold.font-oswald {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.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;
  line-height: 1.2;
}

.text-32.text-color-white.text-align-center.caps.alt-black.gray {
  opacity: .4;
  filter: grayscale();
}

.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-small {
  color: var(--black);
  font-size: 1.1rem;
  font-weight: 700;
  position: relative;
  top: -4px;
}

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

.dollar-small.text-color-red.top {
  font-size: 1.3rem;
  top: -21px;
}

.dollar-small.white {
  font-size: 1rem;
  font-weight: 400;
  top: -3px;
  left: 0;
  right: -6px;
}

.dollar-small.white.higher {
  top: -7px;
}

.dollar-small.white.larger {
  font-size: 1.2rem;
  top: -4px;
}

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

.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 {
  border: 1px none var(--cta-red);
  background-image: url('../images/icons8-dash.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 20px;
  height: 3px;
  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: 2rem;
  font-weight: 400;
}

.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;
}

.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;
  padding-top: 2rem;
}

.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% 110%;
  background-repeat: no-repeat;
  background-size: auto;
  font-family: Oswald, sans-serif;
}

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

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

.section_layout135-dinner {
  background-image: linear-gradient(to top, #000, #fff0 72%), linear-gradient(#000 4%, #fff0 14%), url('../images/Blue-Star-Burst-1171-v3_1Blue-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;
  max-width: none;
  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: column;
  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;
  inset: 0%;
}

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

.dinner-card {
  background-color: #000c;
  border-radius: 24px;
  padding: 2rem 1.5rem;
}

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

.grid-10.wider {
  max-width: 100%;
}

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

.image-52.outline {
  border: 3px solid #fff;
}

.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: auto;
  max-width: none;
  font-size: 5rem;
  font-weight: 500;
}

.pulse-button.jumbo.w--current {
  font-size: 3.5rem;
  line-height: 1.1;
}

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

.offer-card.miss-out {
  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;
  height: auto;
  padding: 2rem;
  display: grid;
}

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

.card-statement.less-top-bottom {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.card-statement.less-bottom {
  margin-bottom: 0;
}

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

.image-42.blue {
  filter: contrast(130%) brightness(200%) hue-rotate(228deg);
}

.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-style-allcaps.alt-black.gray {
  opacity: .41;
  filter: grayscale();
}

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

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

.ribbon {
  width: 220px;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

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

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

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

.offer-feature.no-bottom {
  margin-bottom: 0;
}

.offer-feature.less-bottom {
  margin-bottom: .5rem;
}

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

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

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

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

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

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

.white {
  color: #fff;
}

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

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

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

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

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

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

.extra-card {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  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 {
  background-color: #0d51ff;
  width: 100%;
  height: 3px;
}

.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 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 3.25rem 3rem 3rem;
  display: flex;
}

.layout410_component {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  max-width: none;
  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 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  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: 0;
  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 {
  background-color: #eeeff7;
  border: 1px #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  display: inline-block;
}

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

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

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

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

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

.color-spotlight---violet {
  background-image: radial-gradient(circle closest-side, #ec002a, #fff0);
  position: absolute;
  inset: 0%;
}

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

.color-spotlight---bpurple {
  background-image: radial-gradient(circle closest-side, #2600fc, #fff0);
  position: absolute;
  inset: 0%;
}

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

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

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

.line-divider-2.footer-mc-line {
  background-image: linear-gradient(to right, #0015ff, red);
  width: 100%;
  height: 2px;
  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;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
  display: grid;
}

.footer4_social-list-2 {
  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;
  place-items: start center;
  min-width: 200px;
  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);
  background-image: url('../images/newspaper_1newspaper.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  padding-top: .125rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.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;
}

.offer-card-alt {
  background-color: #fff;
  border-radius: 10px;
  height: auto;
  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;
}

.offer-card-alt._47-offer-alt.closed-out {
  background-color: #d6d6d6;
}

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

.div-block-56 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: 1rem;
  display: flex;
}

.tooltip2_pointer {
  z-index: 2;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  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 {
  flex-direction: column;
  justify-content: center;
  width: 15.75rem;
  padding-bottom: 0;
  padding-right: .75rem;
  display: flex;
  bottom: auto;
  right: 100%;
}

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

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

.lightbox-link {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 323px 0% auto;
}

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

.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-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 {
  background-color: #c41220;
  border: 2px #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  margin-right: 1rem;
  display: flex;
}

.super-bonus-tag-2.gold {
  border: 3px solid var(--gold);
  background-color: #d8bc6100;
}

.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;
}

.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;
}

.heading-18.text-style-allcaps.bigger {
  font-size: 5rem;
  line-height: 1;
}

.section_layout_feature_2 {
  display: block;
}

.section_header_hero_mobile {
  display: none;
}

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

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

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

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

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

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

.div-block-66.less-bottom {
  padding-bottom: 0;
}

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

.html-embed {
  height: auto;
}

.parm-box {
  background-color: #000000ab;
  border-radius: 15px;
  margin-top: 20px;
  padding: 20px 20px 40px;
}

.lottie-animation-2 {
  display: none;
  position: absolute;
  inset: 0%;
}

.nft-number {
  color: #1c1f24;
  background-color: #ddbb4f;
  height: auto;
  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-bottom {
  padding-bottom: 0;
}

.padding-section-large-2.medium-top {
  padding-top: 3rem;
}

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

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

.headline-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 656px;
  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;
}

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

.list-item---prizes {
  color: #ffffffa6;
  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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  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;
}

.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 {
  background-color: #1c1f24;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  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 {
  color: #fff;
  height: auto;
  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 {
  color: #fff;
  height: auto;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
}

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

.trump---last-chance {
  background-image: radial-gradient(circle at 100% 80%, #0d88fb75, #0000 26%), radial-gradient(circle at 0%, #c412207a, #0000 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 {
  color: #ffffffa6;
  height: auto;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.image-4-featured {
  width: 50%;
  position: absolute;
  inset: 0%;
}

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

.image-4 {
  width: 50%;
  position: absolute;
  inset: 0%;
}

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

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

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

.caps {
  text-transform: uppercase;
}

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

.info-test---desktop.fix-color {
  color: var(--fix-color);
}

.info-test---desktop.text-align-left {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.buy-100-counter {
  background-color: #0000;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-weight: 700;
  display: none;
  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-250, .card-wrapper-base.buy-9 {
  display: block;
}

.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;
}

.text-block-77.spacer-medium.text-color-white.black {
  color: var(--black);
}

.text-block-77.spacer-medium.text-color-white.black.caps {
  font-size: 2.6rem;
  font-weight: 800;
}

.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);
}

.link.darker, .link.underline.dark {
  color: var(--muted-grey);
}

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

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

.image-65 {
  opacity: 1;
  width: 200px;
}

.div-block-68 {
  flex-flow: column;
  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: #0000;
  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: #0000;
  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: #0000;
  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: #0000;
  border: 1px solid #fff;
  margin-top: 10px;
  padding: 0 0%;
}

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

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

.table-row-top {
  background-color: #0000;
  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;
  place-items: start center;
  display: grid;
}

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

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

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

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

.section_layout395 {
  opacity: 1;
  display: block;
}

.layout395_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  max-width: 100%;
  min-height: auto;
  padding: 0 1rem .5rem;
  display: flex;
}

.layout395_card-content-top {
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
}

.card-sub-text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
}

.card-sub-text.text-color-red {
  line-height: 1.2;
}

.image-67, .image-68 {
  width: 160px;
  position: absolute;
  inset: 4% 4% auto auto;
}

.text-block-83 {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}

.text-block-83.gray {
  opacity: .4;
  filter: grayscale();
}

.image-70 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-84 {
  color: var(--cta-red);
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.text-block-84.larger {
  font-size: 1.5rem;
}

.you-get-all-of-this {
  justify-content: center;
  align-items: center;
  display: flex;
}

.you-get-all-of-this.spacer-xsmall.gray {
  opacity: .4;
  filter: grayscale();
}

.text-block-85 {
  color: var(--dodger-blue);
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-block-85.limit-width {
  width: 80%;
}

.icon-embed-small-18, .icon-embed-small-19 {
  color: var(--dodger-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.image-71 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-71.extra-bottom {
  width: 80%;
  padding-bottom: 2rem;
  position: static;
}

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

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

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

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

.text-block-86 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-block-86.lalign {
  text-align: left;
}

.text-block-86.less {
  text-align: right;
  margin-left: 4rem;
  margin-right: 4rem;
  line-height: 1;
  position: relative;
  top: -20px;
}

.item-details.more-top {
  margin-top: 1rem;
}

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

.image-72 {
  width: 306px;
  margin-left: auto;
  margin-right: auto;
}

.image-72.extra-bottom {
  padding-bottom: 1rem;
}

.image-72.extra-bottom._50 {
  width: 45%;
  max-width: none;
}

.image-72.xxbottom {
  padding-bottom: 1.5rem;
}

.div-block-71 {
  position: relative;
}

.list1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0 3rem .5rem 4.5rem;
  display: grid;
}

.list1_item {
  display: flex;
}

.layout65_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
  padding-top: .25rem;
}

.offer-bullets {
  flex-flow: column;
  display: flex;
}

.bullet-light {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
}

.bitcoin-orange {
  color: #f2a900;
  font-weight: 700;
}

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

.text-color-black-2.auth {
  color: var(--black);
  font-size: 2rem;
  font-weight: 500;
}

.button-group-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.h4-heading {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  line-height: 1.2;
}

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

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--cta-red);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  padding: 1rem 2rem;
  font-family: Oswald, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5rem;
  display: flex;
}

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

.modal-checklist {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.modal-b {
  z-index: 1;
  grid-row-gap: 20px;
  background-color: #fef9e2;
  border: 1.5px solid #131315;
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 480px;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 3px 3px #131315;
}

.modal-background {
  cursor: pointer;
  background-color: #000000bf;
  position: absolute;
  inset: 0%;
}

.modal-checklist-item {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.modal-divider {
  background-color: #e4e4e7;
  width: 100%;
  height: 1px;
}

.modal-pop---buy-5 {
  padding: 0 5%;
  display: flex;
  position: relative;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid var(--gold);
  color: #080808;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 5rem;
  padding: 12px 32px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
  display: flex;
}

.button-outline:hover {
  background-color: var(--gold);
}

.modal-overlay {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 60px 3%;
  display: none;
  position: fixed;
  inset: 0%;
}

.button-full {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.modal-close-button {
  color: #9797a1;
  flex: none;
  width: 24px;
  height: 24px;
  transition: all .3s;
  position: absolute;
  inset: 24px 24px auto auto;
}

.modal-close-button:hover {
  color: #333338;
}

.modal-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-regular {
  color: #000;
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-regular.no-border {
  border-style: none;
  width: 38px;
  height: 38px;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
}

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

.section_cta27 {
  position: relative;
}

.text-color-white-2 {
  color: var(--black);
  font-family: Oswald, sans-serif;
  font-size: 4.5rem;
}

.image-74 {
  width: 100%;
}

.text-span-14 {
  font-style: italic;
}

.spacer-right {
  padding-right: 5px;
}

.legal-disclaimer {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 1rem;
  display: flex;
}

.legal-disclaimer.hide {
  margin-bottom: 1rem;
}

.hero-featured {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.div-block-73 {
  position: relative;
}

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

.padding-section-hero {
  padding-top: 2rem;
  padding-bottom: 0;
}

.button-sub-text {
  font-size: 1.3rem;
  font-weight: 400;
}

.box-highlight {
  background-color: #e6efff;
  border-radius: 10px;
  margin-right: 2rem;
  padding: .5rem;
}

.two-line-button {
  background-color: var(--cta-red);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  text-decoration: none;
  display: flex;
}

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

.two-line-button.soldout {
  background-color: var(--sold-out-grey);
}

.two-line-button.less-margin {
  padding-left: 1rem;
  padding-right: 1rem;
}

.two-line-button.stack {
  margin-bottom: 1.5rem;
}

.button-primary-text {
  color: var(--white);
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.button-primary-text.dinner {
  font-size: 1.8rem;
  font-weight: 600;
}

.button-secondard-text {
  color: var(--white);
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
}

.button-secondard-text.centered {
  text-align: center;
}

.button-secondard-text.centered.larger, .button-secondard-text.bigger {
  font-size: 1.6rem;
}

.button-secondard-text.bigger.margin {
  padding-left: 1rem;
}

.button-secondard-text.smaller {
  color: #ffe100;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
}

.div-block-75 {
  margin-bottom: 3rem;
}

.ribbon-right {
  text-align: right;
  width: 220px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-75 {
  max-width: 70%;
}

.shipping-text {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}

.image-77 {
  width: 3.5rem;
}

.bonus-offer {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -15% 0 auto 0%;
}

.div-block-77 {
  position: relative;
}

.text-block-88 {
  color: var(--muted-grey);
  text-align: left;
  font-size: .85rem;
  font-weight: 300;
}

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

.testimonial15_content-right {
  flex-direction: column;
  align-items: flex-start;
  max-width: 640px;
  display: flex;
}

.testimonial15_slide {
  border-radius: 0;
  margin-right: 5rem;
  padding: 1rem;
}

.testimonial15_arrow-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.testimonial15_client-image-wrapper {
  padding: 1rem;
  position: relative;
}

.testimonial15_arrow {
  background-color: #ec032b;
  border: 1px solid #ec032b;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  inset: auto 20px 15% auto;
}

.testimonial15_arrow.is-left {
  background-color: #ec032b;
  width: 5rem;
  height: 5rem;
  bottom: 15%;
  left: 20px;
  right: auto;
}

.testimonial15_client-image {
  object-fit: contain;
  border: 1px solid #0000001a;
  border-radius: 20px;
  width: 100%;
}

.testimonial15_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.testimonial15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.testimonial15_content {
  grid-column-gap: 2rem;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  place-items: center stretch;
  min-height: 500px;
  display: grid;
}

.heading-style-h4-for-slider-cards {
  text-align: center;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.125;
}

.dollar-gold {
  font-size: 2.5rem;
  position: relative;
  top: -10px;
}

.slider-shadow-box {
  border-radius: 20px;
  box-shadow: 0 2px 8px 6px #24242412;
}

.small-sub-text {
  opacity: .8;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: .8;
}

.card-wrapper-75.buy-75 {
  display: none;
}

.text-span-17 {
  color: var(--dark-grey);
  font-size: 1rem;
  font-weight: 300;
}

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

.card-wrapper-15.buy-50 {
  display: block;
}

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

.shipping-block {
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.shipping-block.gray {
  opacity: .14;
  filter: grayscale();
}

.int-shipping-text {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.1;
}

.dollar-shipping {
  font-size: .75rem;
  position: relative;
  top: -2px;
}

.text-span-18 {
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.1;
}

.image-overlay-div {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.text-block-89 {
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  position: absolute;
  inset: auto 0% 0%;
}

.red-dollar-pop {
  color: var(--black);
  font-size: 21px;
  position: relative;
  top: -7px;
  left: -1px;
}

.div-block-82 {
  background-color: var(--gold);
  color: var(--black);
  border: 4px #000;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  padding: 1rem;
  display: flex;
}

.text-block-90 {
  font-family: Oswald, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-90.bold {
  font-weight: 600;
}

.dollar-black-primiary {
  font-size: 1.1rem;
  position: relative;
  top: -5px;
}

.div-block-84 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.bigger {
  font-size: 2rem;
}

.big---sign {
  font-size: 1.3rem;
  position: relative;
  top: -5px;
}

.strike {
  background-image: url('../images/Line-1.svg');
  background-position: 50%;
  background-size: auto;
}

.div-block-85 {
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.text-span-19 {
  text-transform: lowercase;
}

.italic-text-2 {
  font-weight: 400;
}

.dollar-blue-small {
  font-size: 1.1rem;
  position: relative;
  top: -3px;
}

.dollar-xsmall {
  font-size: .7rem;
  position: relative;
  top: -3px;
}

.div-block-86 {
  border: 1px solid var(--white);
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 1.5rem;
  display: flex;
  position: relative;
  top: -29px;
}

.text-block-92 {
  color: var(--white);
  width: 250px;
}

.text-block-92.smaller {
  color: var(--sold-out-grey);
  font-size: .8rem;
  line-height: 1;
}

.text-block-92.more-bottom {
  margin-bottom: .5rem;
}

.image-79 {
  border-radius: 8px;
  width: 200px;
  margin-left: 1rem;
  padding-left: 0;
}

.sub-smaller {
  font-size: .8rem;
  line-height: .8;
}

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

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

.dollar-small-text {
  font-size: .8rem;
  position: relative;
  top: -2px;
}

.dollar-bullet-text {
  font-size: 1rem;
  position: relative;
  top: -3px;
}

.arrow-image {
  filter: invert();
  width: 20px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(90deg);
}

.text-block-93 {
  color: var(--white);
  margin-top: 1rem;
}

.get-suit-headline-v2---mobile {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  display: none;
}

.red-headline {
  color: var(--cta-red);
  font-family: Oswald, sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
}

.red-headline.smaller {
  align-self: flex-start;
  padding-left: 2rem;
  font-size: 3rem;
  line-height: 1;
}

.red-headline.xsmall {
  padding-bottom: .5rem;
  padding-left: .5rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}

.red-headline.xsmall.white {
  color: var(--white);
}

._2nd-line-headline {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.get-suit-headline-v2---desktop {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 2rem auto 1rem;
  padding-left: 0;
  display: flex;
}

.text-span-20 {
  font-size: 2.3rem;
}

.ty-text {
  color: var(--white);
  font-size: 2rem;
}

.ty-d2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.ty-d3 {
  margin-top: 2rem;
}

.image-wide-red-circle {
  filter: contrast(200%) hue-rotate(13deg);
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 6% 0% 0%;
}

.image-tall-red-cirle {
  filter: contrast(200%) hue-rotate(13deg);
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 6% 0% 0%;
}

.gala-terms-rich-text {
  margin-top: 1.5rem;
}

.hero-disclaimer {
  background-image: linear-gradient(0deg, #000 90%, #0000);
  margin-top: 0;
  margin-bottom: 0;
}

.image-82 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.pop-two-line-button {
  background-color: var(--cta-red);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  text-decoration: none;
  display: flex;
}

.pop-two-line-button:hover {
  background-color: var(--dodger-blue);
}

.image-83 {
  width: 670px;
  height: 893px;
}

.text-block-95 {
  color: var(--black);
  margin-top: .5rem;
  font-size: 1.5rem;
  line-height: 1.6;
}

.lowercase {
  text-transform: lowercase;
}

.card-wrapper-15-dinner.buy-75, .card-wrapper-15-dinner.buy-15-dinner, .card-wrapper-75-closed.buy-75, .card-wrapper-75-closed.buy-75-closed {
  display: block;
}

.button-primary-text--closed-out {
  color: var(--white);
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.two-line-button-closed-out {
  background-color: var(--sold-out-grey);
  opacity: 1;
  filter: grayscale();
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  text-decoration: none;
  display: flex;
}

.two-line-button-closed-out:hover {
  background-color: var(--dodger-blue);
}

.two-line-button-closed-out.soldout {
  background-color: var(--sold-out-grey);
}

.two-line-button-closed-out.less-margin {
  padding-left: 1rem;
  padding-right: 1rem;
}

.ribbon-closed-out {
  background-color: var(--sold-out-grey);
  opacity: .77;
  mix-blend-mode: normal;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.card-wrapper---sold-out-15-dinner.buy-75 {
  display: block;
}

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

.text-span-21 {
  font-weight: 300;
}

.text-span-22 {
  font-size: 1.3rem;
}

.grid-dinner-offer {
  grid-column-gap: 24px;
  grid-template-columns: 1fr;
  max-width: 600px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.stickybar {
  z-index: 3;
  background-color: var(--cta-red);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6rem;
  display: flex;
  position: static;
  top: 0;
}

.text-block-96 {
  color: var(--white);
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: .9;
}

.text-span-23 {
  font-size: 1.3rem;
  font-weight: 300;
}

.link-block {
  z-index: 4;
  opacity: 1;
  border-radius: 0;
  width: 100%;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-88 {
  background-color: var(--cta-red);
  border-radius: 8px;
}

.text-block-97 {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.1;
}

.dollar-price-small {
  font-size: 1.8rem;
  position: relative;
  top: -11px;
}

.div-block-89 {
  margin-bottom: 1.5rem;
}

.button-22 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--cta-red);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding: .75rem 1.5rem;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.button-22.is-navbar3-button {
  margin-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-22.is-navbar2-button {
  border-style: none;
  border-radius: 3px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 700;
}

.navbar3_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar3_menu-button {
  padding: 0;
}

.navbar3_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar3_menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1rem;
  display: flex;
  position: static;
}

.navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

.navbar3_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.navbar3_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  padding: 8px;
  position: absolute;
}

.navbar3_dropdown-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  padding: .5rem 1rem;
}

.navbar3_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

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

.navbar3_menu-background {
  display: none;
  position: static;
}

.navbar3_link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
}

.navbar3_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar3_component {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar3_tablet-menu-button {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  padding: .5rem;
  position: absolute;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_logo {
  max-width: 250px;
}

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

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_component {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--black);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding: 1rem 5%;
  display: flex;
  position: sticky;
}

.navbar2_link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  padding: .5rem 1rem;
}

.navbar2_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_dropdown-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.coming-soon {
  z-index: 10000;
  background-color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.page-wrapper-insider {
  display: block;
  position: static;
  overflow: hidden;
}

.dollar-dinner {
  font-size: 1rem;
  position: relative;
  top: -3px;
}

.grid-dinner {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -50%;
}

.lightbox-link-dinner {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 236px 0% auto;
}

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

@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.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: #0000;
  }

  .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;
  }

  .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.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, .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.text-align-center._60 {
    width: 100%;
  }

  .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;
  }

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

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

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

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

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

  .padding-section-small.extra-top.less-bottom {
    padding-top: 16rem;
  }

  .padding-section-small.extra-top.less-bottom.more-bottom {
    padding-top: 17rem;
  }

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

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

  .padding-section-small.no-bottom {
    padding-bottom: 0;
  }

  .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-top: 4rem;
  }

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

  .spacer-small.align-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .spacer-small.align-left.more-top {
    padding-top: 2rem;
  }

  .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 {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

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

  .navbar11_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    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 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    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 {
    color: var(--black);
    width: auto;
    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 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    column-count: 2;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._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;
  }

  .text-color-disclaimer-2.text-align-left.text-weight-light.spacer-xsmall.inter {
    text-align: center;
  }

  .text-color-disclaimer-2.text-align-left.text-weight-light.spacer-xsmall.inter.darker.legal-text.no-bottom {
    background-image: linear-gradient(0deg, #000 60%, #0000);
  }

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

  .layout3_image-wrapper._4card {
    margin-bottom: -31px;
  }

  .layout3_component {
    grid-column-gap: 3rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .text-size-medium-9.font-inter {
    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 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .section_header_hero {
    max-height: none;
    display: none;
  }

  .header19_image-wrapper {
    background-image: url('../images/wobbling-particles-4.svg');
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: auto 200px;
    max-height: 600px;
  }

  .header19_content {
    background-image: linear-gradient(to top, #000 64%, #000000c9 80%, #0000);
    position: relative;
  }

  .button-primary-cta.max-width-medium.hero-version {
    line-height: .8;
  }

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

  .layout194_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout194_image.more-top {
    margin-top: 3rem;
  }

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

  .text-32.text-color-white.caps.spacer-xsmall {
    text-align: center;
  }

  .text-32.text-color-white.text-weight-bold {
    font-size: 1.5rem;
  }

  .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 {
    border-width: 4px;
    height: 5px;
  }

  .blue-underline {
    background-size: contain;
    position: static;
  }

  .get-suit-headline {
    flex-direction: column;
    align-items: center;
  }

  .size-24.text-color-red {
    margin-top: 2.5rem;
    font-size: 2.5rem;
  }

  .layout3_component-2 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout3_component-2.spacer-xlarge {
    grid-template-columns: 1fr;
    padding-top: 1rem;
  }

  .layout3_image {
    display: block;
  }

  .blue-underline-wide {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .container-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section_layout135-dinner {
    overflow: hidden;
  }

  .button-thin-2.wider {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .grid-9 {
    justify-content: center;
    place-items: center;
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
    bottom: -54%;
  }

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

  .pulse-button.jumbo {
    width: 100%;
    font-size: 3.2rem;
  }

  .pulse-button.jumbo.w--current {
    width: auto;
    font-size: 2.5rem;
  }

  .offer-card.miss-out {
    grid-template-columns: 1fr;
    max-width: 690px;
  }

  .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: 2.5rem;
    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: 0;
  }

  .color-spotlight---violet.left, .color-spotlight---bpurple.right {
    position: absolute;
  }

  .container-large-3.smaller {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .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, .offer-card-alt._1-4 {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-56 {
    width: auto;
  }

  .lightbox-link {
    inset: 30% 0% 0% -6%;
  }

  .lottie-animation-5 {
    z-index: 4;
    width: 250px;
    height: 250px;
  }

  .heading-18 {
    font-size: 3.5rem;
  }

  .section_header_hero_mobile {
    background-color: var(--black);
    flex-direction: column;
    max-height: 1425px;
    padding-bottom: 0;
    display: flex;
  }

  .hero-image-mobile {
    text-align: center;
    background-image: url('../images/djt-america-first-hero-mobile-5_1.webp');
    background-position: 50% 0;
    background-size: 100%;
    max-width: 670px;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
  }

  .video-div-mobile {
    z-index: 4;
    cursor: pointer;
    position: absolute;
    inset: 78% 0% auto;
  }

  .lightbox-link-mobile {
    inset: 30% 0% 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 {
    text-align: left;
    background-color: #1e152b;
    border-radius: 20px;
    max-width: 600px;
    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 {
    background-color: var(--white);
    align-items: center;
    height: 3px;
    max-height: 3px;
    margin-top: 1rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .image-62 {
    display: none;
  }

  .red-circle {
    top: 56px;
  }

  .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;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .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-250 {
    display: none;
  }

  .faq {
    text-align: left;
  }

  .card-wrapper-base.buy-5 {
    width: 100%;
  }

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

  .text-block-77.spacer-medium.text-color-white.black.caps {
    font-size: 2.5rem;
  }

  .dropdown1_component {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    font-size: 1.125rem;
  }

  .dropdown1_toggle {
    color: var(--black);
    justify-content: center;
    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;
  }

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

  .h4-heading {
    font-size: 26px;
    line-height: 1.1;
  }

  .button-primary {
    line-height: 1.6rem;
    display: flex;
  }

  .modal-b {
    grid-row-gap: 20px;
    background-color: #fef9e2;
  }

  .section_layout135-suit.more-top-dinner {
    padding-top: 2rem;
  }

  .text-color-white-2 {
    overflow-wrap: normal;
    font-size: 3.5rem;
  }

  .hero-featured {
    position: relative;
    top: -49px;
  }

  .hero-featured.with-video {
    z-index: 2;
    background-image: linear-gradient(0deg, #000 59%, #000000f5 95%, #00000008);
    margin-top: 0;
    padding-top: 4rem;
    top: -100px;
  }

  .bonus-offer {
    text-align: center;
    justify-content: center;
    align-items: center;
    top: 0%;
    left: 0%;
    right: 0;
  }

  .testimonial15_slide {
    padding-top: 2rem;
  }

  .testimonial15_arrow, .testimonial15_arrow.is-left {
    bottom: 60%;
  }

  .testimonial15_client-image {
    max-width: 550px;
  }

  .testimonial15_component {
    padding-bottom: 2rem;
  }

  .testimonial15_slide-nav {
    inset: 0% 0% auto;
  }

  .testimonial15_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .image-78 {
    opacity: 1;
    width: auto;
    max-width: none;
  }

  .small-sub-text {
    opacity: .8;
    text-transform: none;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 300;
  }

  .text-span-18 {
    font-size: 1.2rem;
    line-height: 1;
  }

  .red-dollar-pop {
    font-size: 18px;
    top: -5px;
  }

  .div-block-86 {
    top: -100px;
  }

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

  .div-block-87 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .get-suit-headline-v2---mobile {
    padding-left: 0;
    display: flex;
  }

  .red-headline {
    font-size: 3.5rem;
    line-height: 1.2;
  }

  .red-headline.smaller {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 2.6rem;
  }

  .red-headline.xsmall {
    margin-top: 1rem;
    padding-bottom: 0;
    padding-left: 0;
  }

  ._2nd-line-headline {
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
  }

  .get-suit-headline-v2---desktop {
    display: none;
  }

  .ty-d2 {
    object-fit: fill;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .image-wide-red-circle, .image-tall-red-cirle {
    align-self: center;
    width: 110%;
    max-width: none;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    top: 10%;
    left: auto;
    right: auto;
  }

  .text-block-95 {
    text-align: center;
    margin-top: .5rem;
    line-height: 1.1;
  }

  .grid-dinner-offer {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .navbar3_container {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar3_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon3_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar3_dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

  .menu-icon3_line-bottom {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar3_menu {
    z-index: 1;
    background-color: var(--\<unknown\|relume-variable-background-color-1\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    height: 100dvh;
    margin-left: 0;
    padding-bottom: 6.5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    transition: height .5s;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

  .navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

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

  .navbar3_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

  .navbar3_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar3_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar3_dropdown-link {
    padding: .75rem 0 .75rem 5%;
  }

  .navbar3_menu-background {
    z-index: 0;
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .navbar3_link {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

  .menu-icon3_line-top {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar3_tablet-menu-button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .menu-icon2_line-bottom {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon2_line-top {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--\<unknown\|relume-variable-background-color-1\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

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

  .navbar2_logo {
    width: 200px;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

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

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .menu-icon2_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

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

  .grid-dinner {
    justify-content: center;
    place-items: center;
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
    bottom: -57%;
  }

  .lightbox-link-dinner {
    align-self: center;
    inset: 30% 0% 0%;
  }

  .lottie-animation-5-dinner {
    z-index: 4;
    width: 200px;
    height: 200px;
  }
}

@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-style-nowrap {
    white-space: normal;
  }

  .icon-embed-xlarge.black {
    width: 4rem;
    height: 4rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .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.extra-top.less-bottom {
    padding-top: 13rem;
  }

  .padding-section-small.extra-top.less-bottom.more-bottom {
    padding-top: 14rem;
  }

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

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

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

  .padding-section-large.less-bottom.tablet-reduce-top {
    padding-left: 0;
    padding-right: 0;
  }

  .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;
  }

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

  .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-weight-bold.font-oswald {
    line-height: 1.2;
  }

  .text-32.text-color-white.text-weight-bold {
    left: 0;
  }

  .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: 2.8rem;
  }

  .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%;
  }

  .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;
  }

  .text-block-66 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .grid-11 {
    justify-content: stretch;
  }

  .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: 0;
  }

  .testimonial18_client-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial18_content-2 {
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem;
    display: flex;
  }

  .gala-button {
    width: auto;
    max-width: none;
  }

  .container-large-3.smaller {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-53.smaller {
    margin-bottom: 1rem;
  }

  .offer-card-alt._47-offer-alt, .offer-card-alt._1-4 {
    max-width: none;
  }

  .lottie-animation-5 {
    width: 225px;
    height: 225px;
  }

  .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;
  }

  .heading-18.text-style-allcaps.bigger {
    font-size: 4rem;
  }

  .section_header_hero_mobile {
    max-height: 1275px;
  }

  .hero-image-mobile {
    object-fit: fill;
    max-width: 480px;
  }

  .image-62 {
    min-width: 100%;
    margin-bottom: 4rem;
    display: block;
  }

  .red-circle {
    top: 58px;
  }

  .red-circle.higher {
    top: 3%;
  }

  .lottie-animation-2 {
    position: absolute;
  }

  .nft-numbers {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .headline-div {
    align-items: stretch;
    min-width: auto;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .grid-6 {
    grid-template-columns: auto;
  }

  .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 {
    text-align: center;
    height: 95px;
    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 {
    width: auto;
    display: block;
  }

  .info-test---mobile.more-bottom {
    margin-bottom: 1rem;
  }

  .info-test---desktop, .info-test---desktop.text-align-left, .card-wrapper---sold-out-250 {
    display: none;
  }

  .faq {
    text-align: left;
  }

  .text-block-77.spacer-medium.text-color-white {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .text-block-77.spacer-medium.text-color-white.black.caps {
    font-size: 2rem;
    line-height: 1.1;
  }

  .disclaimer-under-button {
    padding-top: 1.25rem;
  }

  .table {
    min-width: 760px;
    overflow: scroll;
  }

  .contact20_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout395_card-content {
    padding: 1.5rem;
  }

  .card-sub-text, .card-sub-text.text-color-red {
    font-size: 1.3rem;
    line-height: 1.2;
  }

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

  .modal-b {
    grid-row-gap: 18px;
  }

  .modal-pop---buy-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hero-featured.with-video {
    padding-top: 3rem;
  }

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

  .button-primary-text.dinner {
    font-size: 1.8rem;
  }

  .image-75 {
    max-width: 90%;
  }

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

  .testimonial15_arrow {
    width: 4rem;
    height: 4rem;
    inset: 33% -4% auto auto;
  }

  .testimonial15_arrow.is-left {
    width: 4rem;
    height: 4rem;
    left: -4%;
    right: auto;
  }

  .testimonial15_client-image {
    max-width: 100%;
  }

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

  .testimonial15_slide-nav {
    font-size: 1rem;
    line-height: 1.2;
    inset: 0% 0% auto;
  }

  .testimonial15_content {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h4-for-slider-cards {
    font-size: 1.75rem;
    line-height: 1.1;
  }

  .image-78 {
    width: 100%;
  }

  .small-sub-text {
    opacity: .8;
  }

  .text-block-89 {
    width: 85%;
    top: 88%;
  }

  .div-block-79 {
    display: block;
  }

  .text-block-90 {
    font-size: 1.3rem;
  }

  .div-block-86 {
    top: -67px;
  }

  .text-size-medium-13 {
    font-size: 1rem;
  }

  .red-headline {
    font-size: 2.5rem;
  }

  .red-headline.smaller {
    font-size: 2.3rem;
  }

  .red-headline.xsmall {
    margin-top: .6rem;
    font-size: 1.5rem;
  }

  .ty-d2 {
    object-fit: fill;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .image-wide-red-circle {
    object-fit: fill;
    width: 100vw;
    min-width: auto;
    height: auto;
    display: none;
  }

  .image-tall-red-cirle {
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: auto;
    height: auto;
    display: inline-flex;
  }

  .image-82 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-95 {
    text-align: center;
    margin-top: .5rem;
    font-size: 1.3rem;
    line-height: 1.1;
  }

  .grid-dinner-offer {
    justify-content: stretch;
  }

  .button-22.is-navbar3-button {
    padding: .25rem 1rem;
  }

  .button-22.is-navbar2-button {
    padding: .25rem 1rem;
    font-size: .9rem;
  }

  .navbar3_menu {
    width: 90vw;
    padding-bottom: 5rem;
  }

  .navbar3_component {
    min-height: 4rem;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .menu-icon2 {
    display: none;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .grid-dinner {
    grid-template-columns: 1fr;
    bottom: -64%;
  }

  .lottie-animation-5-dinner {
    width: 225px;
    height: 225px;
  }
}

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

  .max-width-full.alt-red {
    padding-left: 0;
    padding-right: 0;
    font-size: 2rem;
    line-height: 1.3;
  }

  .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-medium.less-bottom, .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-color-gold {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3;
  }

  .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.5rem;
  }

  .icon-embed-medium.alt-red {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 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, .text-size-regular.text-color-white.inter.text-align-center.suit.larger {
    display: none;
  }

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

  .icon-embed-xlarge.black {
    color: var(--black);
    width: 3rem;
    height: 3rem;
  }

  .text-size-large.text-color-white.text-style-allcaps.text-align-center, .text-size-large.text-color-white.text-style-allcaps.text-align-center.larger {
    font-size: 2rem;
  }

  .text-size-large.text-weight-medium.text-color-white {
    font-size: 1.8rem;
  }

  .text-size-large.text-color-gold.text-style-allcaps {
    letter-spacing: 0;
    font-family: Oswald, sans-serif;
    font-size: 2rem;
  }

  .padding-section-small.extra-top {
    width: auto;
  }

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

  .padding-section-small.extra-top.less-bottom.more-bottom {
    padding-top: 15rem;
  }

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

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

  .padding-global.banner {
    padding-right: 2%;
  }

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

  .padding-section-large.less-bottom.reduce {
    padding-top: 3rem;
  }

  .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: 0;
    padding-right: 0;
  }

  ._45-flag-div {
    justify-content: flex-start;
    height: 330px;
    padding-top: 20px;
  }

  .large-cta-button {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .padding-global-2.less-margin {
    padding-left: 3%;
    padding-right: 3%;
  }

  .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;
  }

  .text-color-disclaimer-2.text-align-left.text-weight-light.spacer-xsmall.inter.black.white-shadow.less-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .text-color-disclaimer-2.text-align-left.text-weight-light.spacer-xsmall.inter.black.less-bottom {
    margin-bottom: 1rem;
  }

  .text-color-disclaimer-2.text-align-left.text-weight-light.spacer-xsmall.inter.darker.legal-text.no-bottom {
    line-height: 1.1;
  }

  .text-color-disclaimer-2.text-align-left.text-weight-light.spacer-xsmall.inter.darker.legal-text.no-bottom.no-top {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .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, .button-primary-cta.max-width-medium.hero-version {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button-primary-cta.max-width-medium.xsmal {
    z-index: 10;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }

  .div-block-40 {
    margin-bottom: 5px;
  }

  .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-weight-bold.font-oswald {
    font-size: 1.85rem;
  }

  .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-align-center.caps.alt-black {
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .text-32.text-color-white.text-weight-bold {
    font-size: 1.2rem;
    left: auto;
  }

  .text-32.text-color-gold.text-style-allcaps {
    text-align: center;
  }

  .dollar-larger {
    font-size: 1rem;
    top: -4px;
  }

  .dollar-small.text-color-red {
    font-size: .8rem;
    top: -4px;
  }

  .dollar-small.text-color-red.top {
    font-size: 1.2rem;
    top: -6px;
  }

  .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 {
    font-size: 1rem;
    line-height: 1;
  }

  .text-size-large-4rem.text-color-red.medium.text-align-center {
    line-height: 3rem;
  }

  .blue-underline {
    font-size: 2rem;
    line-height: 1.4;
  }

  .size-24.text-color-red {
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
  }

  .layout3_component-2 {
    grid-template-columns: 1fr;
  }

  .layout3_component-2.spacer-xlarge {
    grid-row-gap: 0rem;
    padding-top: 1rem;
  }

  .blue-underline-wide {
    font-size: 3rem;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-global-4 {
    flex: 0 auto;
  }

  .button-thin-2.wider {
    font-size: 1rem;
  }

  .photo-div {
    align-items: stretch;
  }

  .image-50 {
    min-width: 320px;
    max-width: none;
  }

  .grid-9 {
    width: auto;
    min-width: 280px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem 1rem;
    bottom: -75%;
  }

  .dinner-card {
    background-color: #000000f0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dinner-card.wide {
    margin-left: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .grid-10 {
    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;
    place-items: center;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .image-51 {
    object-fit: fill;
    border-radius: 20px;
    width: auto;
    min-width: 280px;
    max-width: 320px;
  }

  .image-52 {
    width: auto;
    min-width: 280px;
    max-width: 320px;
  }

  .pulse-button {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .pulse-button.jumbo {
    width: 240px;
    font-size: 1.5rem;
  }

  .pulse-button.jumbo.w--current {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .offer-card.miss-out {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .text-block-51.text-style-allcaps.alt-black {
    font-size: 2rem;
  }

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

  .card-banner-div, .card-banner-div.text-align-center._100 {
    height: 4rem;
    margin-bottom: 0;
  }

  .tool-tips {
    display: flex;
  }

  .text-block-66, .text-24.text-color-white.text-weight-bold.oswald.caps.bigger {
    font-size: 1.5rem;
  }

  .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: 0;
  }

  .testimonial18_content-2 {
    width: auto;
  }

  .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, .offer-card-alt._1-4 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lightbox-link {
    top: 30%;
  }

  .lottie-animation-5 {
    width: 200px;
    height: 200px;
  }

  .testimonial1_component {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .super-bonus-tab-label {
    font-size: .5rem;
  }

  .super-bonus-tag-2.gold {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    font-size: .5rem;
  }

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

  .heading-18 {
    font-size: 1.75rem;
  }

  .heading-18.text-style-allcaps.bigger {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .section_header_hero_mobile {
    justify-content: flex-start;
    max-height: 1100px;
  }

  .hero-image-mobile {
    max-width: 360px;
  }

  .video-div-mobile {
    top: 65%;
  }

  .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: 58px;
  }

  .red-circle.higher {
    top: 2.5%;
  }

  .image-63 {
    width: 240px;
  }

  .div-block-65 {
    width: 300px;
  }

  .div-block-66.less-bottom {
    padding-bottom: 2rem;
  }

  .parm-box {
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    padding: 2rem 0;
    display: flex;
  }

  .lottie-animation-2 {
    position: absolute;
    inset: 0% 0% auto;
  }

  .nft-numbers {
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 25px;
    line-height: 34px;
  }

  .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;
  }

  .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 {
    flex-flow: column wrap;
    width: 100%;
    max-width: none;
    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---mobile.more-bottom {
    margin-bottom: 2rem;
  }

  .info-test---desktop {
    color: var(--white);
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1rem;
    position: relative;
    top: -32px;
  }

  .faq {
    text-align: left;
  }

  .text-block-77.spacer-medium.text-color-white {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .text-block-77.spacer-medium.text-color-white.black.caps {
    padding-top: 1rem;
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .div-block-67 {
    font-size: .85rem;
    left: auto;
  }

  .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;
  }

  .layout395_card-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .layout395_card-content-top {
    padding-left: 0;
    padding-right: 0;
  }

  .image-67, .image-68 {
    width: 100px;
  }

  .text-block-84.larger {
    line-height: 1.1;
  }

  .text-block-85 {
    font-size: 1.3rem;
  }

  .text-block-85.limit-width {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1.3rem;
  }

  .image-71.extra-bottom {
    margin-bottom: 1.05rem;
  }

  .list1_component {
    padding-left: 4rem;
  }

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

  .button-group-3 {
    flex-direction: column;
  }

  .h4-heading {
    font-size: 1.3rem;
  }

  .button-primary {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .modal-b {
    grid-row-gap: .65rem;
    background-color: #fef9e2;
    padding: 1.5rem 1rem;
  }

  .modal-background {
    background-color: #0000009e;
  }

  .modal-checklist-item {
    grid-column-gap: 8px;
  }

  .modal-divider {
    background-color: #d1d1b8;
  }

  .modal-pop---buy-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-outline {
    flex: none;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 20px;
  }

  .modal-overlay {
    padding-left: 5%;
    padding-right: 5%;
    display: none;
  }

  .icon-regular {
    color: #19191a;
    border: 1px solid #000;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    position: relative;
    top: -21px;
    left: 17px;
  }

  .icon-regular.no-border {
    border-style: none;
    justify-content: center;
    align-items: center;
    top: auto;
    left: auto;
  }

  .paragraph-regular {
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.1rem;
  }

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

  .legal-disclaimer {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-featured {
    top: -20px;
  }

  .hero-featured.with-video {
    padding-top: 2rem;
    top: -45px;
  }

  .button-sub-text {
    line-height: 1.1;
  }

  .two-line-button {
    text-align: center;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .button-primary-text {
    align-self: center;
  }

  .button-primary-text.dinner {
    font-size: 1.4rem;
  }

  .button-secondard-text.centered.larger {
    font-size: 1.3rem;
  }

  .button-secondard-text.bigger.margin {
    align-self: center;
    padding-left: .5rem;
    font-size: 1.3rem;
  }

  .button-secondard-text.smaller {
    margin-top: .5rem;
  }

  .image-75 {
    max-width: 70%;
  }

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

  .testimonial15_client-image-wrapper {
    max-width: none;
  }

  .testimonial15_arrow {
    width: 4rem;
    height: 4rem;
    inset: 25% 0% auto auto;
  }

  .testimonial15_arrow.is-left {
    width: 4rem;
    height: 4rem;
    inset: 25% auto auto 0%;
  }

  .testimonial15_component {
    margin-top: 2rem;
    padding-top: 0;
  }

  .testimonial15_slide-nav {
    opacity: 1;
    text-align: center;
    inset: 0% 0% auto;
  }

  .testimonial15_content {
    grid-template-columns: 1fr;
    place-items: center stretch;
  }

  .heading-style-h4-for-slider-cards {
    font-size: 1.5rem;
  }

  .dollar-gold {
    letter-spacing: 0;
    font-size: 1.4rem;
    top: -6px;
  }

  .slider-shadow-box {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .small-sub-text {
    opacity: .8;
    font-size: .9rem;
  }

  .shipping-block {
    padding: .5rem;
  }

  .int-shipping-text, .text-span-18 {
    font-size: 1rem;
  }

  .text-block-89 {
    width: 90%;
    font-size: .9rem;
    line-height: 1.1;
    inset: auto 0% 0%;
  }

  .red-dollar-pop {
    font-size: .9rem;
    top: -5px;
  }

  .div-block-82 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .text-block-90 {
    font-size: 1.2rem;
  }

  .div-block-86 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    background-color: #1a1919;
    border-radius: 8px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    padding: 1.5rem;
    display: grid;
  }

  .text-block-92.smaller, .text-block-92.more-bottom {
    width: auto;
  }

  .image-79 {
    border-radius: 8px;
    width: 200px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .text-block-93 {
    margin-top: 1rem;
    font-size: .7rem;
  }

  .get-suit-headline-v2---mobile {
    padding-top: 1.5rem;
  }

  .red-headline {
    font-size: 2rem;
  }

  .red-headline.smaller {
    margin-bottom: 0;
    font-size: 1.4rem;
  }

  .red-headline.xsmall {
    margin-top: 1rem;
    font-size: 1.2rem;
  }

  .get-suit-headline-v2---desktop {
    padding-top: 1.5rem;
  }

  .ty-text {
    font-size: 1.25rem;
  }

  .image-wide-red-circle, .image-tall-red-cirle {
    height: 100px;
    top: -6%;
  }

  .image-82 {
    width: 225px;
    max-width: 225px;
    margin-left: auto;
    margin-right: auto;
  }

  .pop-two-line-button {
    text-align: center;
  }

  .text-block-95 {
    font-size: 1.1rem;
  }

  .button-primary-text--closed-out {
    align-self: center;
  }

  .two-line-button-closed-out {
    text-align: center;
  }

  .text-block-97 {
    font-size: 2.3rem;
  }

  .navbar2_logo-link {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar2_container {
    text-align: center;
  }

  .navbar2_button-wrapper {
    display: none;
  }

  .grid-dinner {
    width: auto;
    min-width: 280px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem 1rem;
    bottom: -78%;
  }

  .lightbox-link-dinner {
    top: 28%;
  }

  .lottie-animation-5-dinner {
    width: 175px;
    height: 175px;
  }
}

#w-node-_8f59452f-2499-9b2d-0c21-c823ee71c6dd-814a52f0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_8f59452f-2499-9b2d-0c21-c823ee71c6df-814a52f0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch center;
}

#w-node-a6c2df3a-abad-1ab6-f6c5-f0a63fd11287-814a52f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4b472107-3a46-7836-3409-457456e25075-814a52f0, #w-node-_38445345-494b-244f-3d5d-f1f677c78e26-814a52f0, #w-node-_6757b374-65bd-a393-20bb-c3c81e9fe346-814a52f0, #w-node-_6568f030-5602-132f-1d3b-d843c5633e91-814a52f0, #w-node-_0cc61f1e-eaf8-5efa-265b-1c61e0e79dba-814a52f0, #w-node-_95aad4b2-0c6a-0f1d-332d-af82aab27f83-814a52f0 {
  place-self: center;
}

#w-node-_12e72fa8-c069-cb4d-acb3-e931d35849f5-814a52f0, #w-node-d8ca02b0-6dd4-32f6-aa3d-75a6f191ff86-814a52f0 {
  align-self: start;
}

#w-node-_352d737b-f786-6e8a-abe9-09c35224effe-814a52f0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3cfeac61-ba10-5c9d-4293-4ade40142934-814a52f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_87d6c817-fc6d-bf9c-2587-d1d1af597ac4-814a52f0 {
  align-self: start;
}

#w-node-b6ef1a27-9788-8d9a-fb01-e0877d7921f4-814a52f0, #w-node-a9c0a295-edd1-33e4-6074-5d51588a1785-814a52f0, #w-node-c7525e87-c78f-0248-b3fb-5838d12d906a-814a52f0, #w-node-_958f6a35-b86a-4cec-7314-71a78eaafb15-814a52f0, #w-node-_014fa97e-b093-074e-6cb3-dcd8b9c3a5a8-814a52f0, #dinner-offer.w-node-_6cfeae38-ec2f-5691-a837-479800aac42b-814a52f0, #w-node-_1f768a6c-21cb-b7dc-a1cd-ce98f1fd9e9c-814a52f0, #w-node-_0236446e-e4a8-da70-f017-ed67cc3770e7-814a52f0, #w-node-_8d3d83ab-ac46-5ac6-6f6a-28a8acde8988-814a52f0, #w-node-b6a572f4-2399-6bdd-6cc4-bd8d154bfa93-814a52f0, #w-node-_2b8b5fee-2311-350f-df31-51d46cfa292b-814a52f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94f2245a-ea91-3bc7-5120-f7c73f0b6cff-814a52f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_08936bbf-b8b7-4948-f22f-bde354eb2ac3-814a52f0, #w-node-_4ffabce6-d9f6-8f05-9f5e-b844db19e7f3-814a52f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae71897c-723f-e500-1e7a-839e7f77ac0b-814a52f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_08f65250-e8d7-1323-d0d1-f21dd720e0e1-814a52f0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_08f65250-e8d7-1323-d0d1-f21dd720e0e2-814a52f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_08f65250-e8d7-1323-d0d1-f21dd720e0e7-814a52f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08f65250-e8d7-1323-d0d1-f21dd720e0f0-814a52f0 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_08f65250-e8d7-1323-d0d1-f21dd720e0f1-814a52f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_08f65250-e8d7-1323-d0d1-f21dd720e0f6-814a52f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08f65250-e8d7-1323-d0d1-f21dd720e0ff-814a52f0 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_08f65250-e8d7-1323-d0d1-f21dd720e100-814a52f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_08f65250-e8d7-1323-d0d1-f21dd720e105-814a52f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcf65bba-ed0e-dd13-3a29-ef428c019513-814a52f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#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-_01c76220-dcbd-4c44-8fbe-fcbfb69d93c9-814a52f9, #w-node-_01c76220-dcbd-4c44-8fbe-fcbfb69d93ce-814a52f9, #w-node-_01c76220-dcbd-4c44-8fbe-fcbfb69d93d3-814a52f9, #w-node-_01c76220-dcbd-4c44-8fbe-fcbfb69d93d8-814a52f9, #w-node-_01c76220-dcbd-4c44-8fbe-fcbfb69d94ac-814a52f9, #w-node-_01c76220-dcbd-4c44-8fbe-fcbfb69d94b1-814a52f9, #w-node-_01c76220-dcbd-4c44-8fbe-fcbfb69d94b6-814a52f9 {
  align-self: center;
}

#w-node-ff473381-22a1-05ea-8be0-3c33a53142e7-814a52fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ff473381-22a1-05ea-8be0-3c33a53142fc-814a52fb, #w-node-ff473381-22a1-05ea-8be0-3c33a5314305-814a52fb, #w-node-ff473381-22a1-05ea-8be0-3c33a531430f-814a52fb, #w-node-ff473381-22a1-05ea-8be0-3c33a5314318-814a52fb, #w-node-ff473381-22a1-05ea-8be0-3c33a5314322-814a52fb, #w-node-ff473381-22a1-05ea-8be0-3c33a531432c-814a52fb, #w-node-ff473381-22a1-05ea-8be0-3c33a5314336-814a52fb, #w-node-ff473381-22a1-05ea-8be0-3c33a5314340-814a52fb, #w-node-ff473381-22a1-05ea-8be0-3c33a531434c-814a52fb, #w-node-ff473381-22a1-05ea-8be0-3c33a5314356-814a52fb, #w-node-ff473381-22a1-05ea-8be0-3c33a5314360-814a52fb, #w-node-ff473381-22a1-05ea-8be0-3c33a531436a-814a52fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-ff473381-22a1-05ea-8be0-3c33a5314374-814a52fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-814a52fd {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-814a52fd {
  justify-self: start;
}

#w-node-dac3b025-a932-8321-5e5b-22041fa61b37-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dac3b025-a932-8321-5e5b-22041fa61b38-814a52fd {
  justify-self: start;
}

#w-node-_56bdac5c-18a2-8c67-26ec-760be251ad9c-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56bdac5c-18a2-8c67-26ec-760be251ad9d-814a52fd {
  justify-self: start;
}

#w-node-_72a5eaf1-92db-39c8-8261-6b89558496a6-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72a5eaf1-92db-39c8-8261-6b89558496a7-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-814a52fd {
  justify-self: start;
}

#w-node-_23159a62-36d0-9689-4d59-c86c1d75e90a-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23159a62-36d0-9689-4d59-c86c1d75e90b-814a52fd {
  justify-self: start;
}

#w-node-b88e1ccd-86d8-a716-70e9-105f6b8293c4-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b88e1ccd-86d8-a716-70e9-105f6b8293c5-814a52fd {
  justify-self: start;
}

#w-node-_58f53d01-b0df-20ec-c57e-88259d0d7950-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58f53d01-b0df-20ec-c57e-88259d0d7951-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-814a52fd, #w-node-_59847049-72d9-f2fd-1ca8-6b74c71f869e-814a52fd, #w-node-_59847049-72d9-f2fd-1ca8-6b74c71f869f-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59847049-72d9-f2fd-1ca8-6b74c71f86a0-814a52fd {
  justify-self: start;
}

#w-node-_59847049-72d9-f2fd-1ca8-6b74c71f86a2-814a52fd, #w-node-_3b152720-5a8c-5582-97b9-6b8682656af4-814a52fd, #w-node-_3b152720-5a8c-5582-97b9-6b8682656af5-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b152720-5a8c-5582-97b9-6b8682656af6-814a52fd {
  justify-self: start;
}

#w-node-_3b152720-5a8c-5582-97b9-6b8682656af8-814a52fd, #w-node-_39bf49eb-d6ce-01e1-39a4-795f61727ad1-814a52fd, #w-node-_39bf49eb-d6ce-01e1-39a4-795f61727ad2-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39bf49eb-d6ce-01e1-39a4-795f61727ad3-814a52fd {
  justify-self: start;
}

#w-node-_39bf49eb-d6ce-01e1-39a4-795f61727ad5-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-814a52fd, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-814a52fd, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-814a52fd {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-814a52fd, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-814a52fd, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-814a52fd {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-814a52fd, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-814a52fd, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-814a52fd {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-814a52fd, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-814a52fd, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-814a52fd {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-814a52fd, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-814a52fd, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-814a52fd {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-814a52fd, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-814a52fd, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-814a52fd {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-814a52fd, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-814a52fd, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-814a52fd {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-814a52fd, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-814a52fd, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-814a52fd {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-814a52fd, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-814a52fd {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-814a52fd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-814a52fd {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-814a52fd, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-814a52fd, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-814a52fd, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-814a52fd {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-814a52fd, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-814a52fd, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-814a52fd {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-814a52fd, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-814a52fd, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-814a52fd {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-814a52fd, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-814a52fd, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-814a52fd {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-814a52fd, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-814a52fd, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-814a52fd {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-814a52fd, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-814a52fd, #w-node-ee961e8d-845a-edc3-3307-509470022457-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-814a52fd {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-814a52fd, #w-node-ee961e8d-845a-edc3-3307-50947002245b-814a52fd, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-814a52fd {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-814a52fd, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-814a52fd, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-814a52fd {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-814a52fd, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-814a52fd, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-814a52fd {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-814a52fd, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-814a52fd, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-814a52fd {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-814a52fd, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-814a52fd, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-814a52fd {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-814a52fd, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-814a52fd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-814a52fd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-814a52fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-814a52fd {
  justify-self: start;
}

#w-node-c282f174-cadd-51a8-ee5d-c02a218a1eb9-814a5301 {
  justify-self: center;
}

#w-node-c282f174-cadd-51a8-ee5d-c02a218a1eba-814a5301 {
  justify-self: end;
}

#w-node-c282f174-cadd-51a8-ee5d-c02a218a1ee4-814a5301 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c282f174-cadd-51a8-ee5d-c02a218a1ef3-814a5301 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-c282f174-cadd-51a8-ee5d-c02a218a1f15-814a5301 {
  align-self: start;
}

#dinner-offer.w-node-c282f174-cadd-51a8-ee5d-c02a218a1f51-814a5301, #w-node-c282f174-cadd-51a8-ee5d-c02a218a1fec-814a5301 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbfb2ebc-678f-0a14-c56b-1abb96167521-814a5302 {
  justify-self: center;
}

#w-node-bbfb2ebc-678f-0a14-c56b-1abb96167522-814a5302 {
  justify-self: end;
}

#w-node-bbfb2ebc-678f-0a14-c56b-1abb9616754c-814a5302 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bbfb2ebc-678f-0a14-c56b-1abb96167559-814a5302 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-bbfb2ebc-678f-0a14-c56b-1abb9616757b-814a5302 {
  align-self: start;
}

#dinner-offer.w-node-bbfb2ebc-678f-0a14-c56b-1abb961675b7-814a5302, #w-node-bbfb2ebc-678f-0a14-c56b-1abb96167652-814a5302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8f59452f-2499-9b2d-0c21-c823ee71c6dd-814a52f0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8f59452f-2499-9b2d-0c21-c823ee71c6df-814a52f0 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_4b472107-3a46-7836-3409-457456e25073-814a52f0, #w-node-_4b472107-3a46-7836-3409-457456e25075-814a52f0, #w-node-_38445345-494b-244f-3d5d-f1f677c78e24-814a52f0, #w-node-_38445345-494b-244f-3d5d-f1f677c78e26-814a52f0, #w-node-_6757b374-65bd-a393-20bb-c3c81e9fe344-814a52f0, #w-node-_6757b374-65bd-a393-20bb-c3c81e9fe346-814a52f0, #w-node-_6568f030-5602-132f-1d3b-d843c5633e8f-814a52f0, #w-node-_6568f030-5602-132f-1d3b-d843c5633e91-814a52f0, #w-node-_0cc61f1e-eaf8-5efa-265b-1c61e0e79db8-814a52f0, #w-node-_0cc61f1e-eaf8-5efa-265b-1c61e0e79dba-814a52f0, #w-node-_95aad4b2-0c6a-0f1d-332d-af82aab27f81-814a52f0, #w-node-_95aad4b2-0c6a-0f1d-332d-af82aab27f83-814a52f0 {
    justify-self: center;
  }

  #w-node-_12e72fa8-c069-cb4d-acb3-e931d35849f5-814a52f0 {
    grid-area: 1 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_12e72fa8-c069-cb4d-acb3-e931d35849f7-814a52f0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b6ef1a27-9788-8d9a-fb01-e0877d7921f4-814a52f0 {
    justify-self: stretch;
  }

  #w-node-a9c0a295-edd1-33e4-6074-5d51588a1785-814a52f0, #w-node-c7525e87-c78f-0248-b3fb-5838d12d906a-814a52f0, #w-node-_958f6a35-b86a-4cec-7314-71a78eaafb15-814a52f0, #w-node-_014fa97e-b093-074e-6cb3-dcd8b9c3a5a8-814a52f0, #dinner-offer.w-node-_6cfeae38-ec2f-5691-a837-479800aac42b-814a52f0, #w-node-_1f768a6c-21cb-b7dc-a1cd-ce98f1fd9e9c-814a52f0, #w-node-_0236446e-e4a8-da70-f017-ed67cc3770e7-814a52f0, #w-node-_8d3d83ab-ac46-5ac6-6f6a-28a8acde8988-814a52f0, #w-node-b6a572f4-2399-6bdd-6cc4-bd8d154bfa93-814a52f0, #w-node-_2b8b5fee-2311-350f-df31-51d46cfa292b-814a52f0 {
    justify-self: center;
  }

  #w-node-_94f2245a-ea91-3bc7-5120-f7c73f0b6cff-814a52f0 {
    justify-self: stretch;
  }

  #w-node-_08f65250-e8d7-1323-d0d1-f21dd720e0e1-814a52f0 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_08f65250-e8d7-1323-d0d1-f21dd720e0f0-814a52f0 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-caaf1fec-2513-e3ab-d7d0-09f598989cdf-814a52f0, #w-node-_504d4f20-7f19-bb9c-b659-992c473fc58d-814a52f0, #w-node-a3759733-4189-b464-b6ae-c1a2d0f023c0-814a52f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-ba7adebc-fce5-782a-4720-17789689b45e-814a52f0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ba7adebc-fce5-782a-4720-17789689b46a-814a52f0 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-be9db560-f9ee-83ee-f760-1e1ac6ec6467-c6ec6460, #w-node-be9db560-f9ee-83ee-f760-1e1ac6ec6474-c6ec6460, #dinner-offer.w-node-c282f174-cadd-51a8-ee5d-c02a218a1f51-814a5301, #w-node-c282f174-cadd-51a8-ee5d-c02a218a1fec-814a5301, #dinner-offer.w-node-bbfb2ebc-678f-0a14-c56b-1abb961675b7-814a5302, #w-node-bbfb2ebc-678f-0a14-c56b-1abb96167652-814a5302 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4b472107-3a46-7836-3409-457456e25073-814a52f0 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_4b472107-3a46-7836-3409-457456e25075-814a52f0 {
    order: -9999;
  }

  #w-node-_38445345-494b-244f-3d5d-f1f677c78e24-814a52f0 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_38445345-494b-244f-3d5d-f1f677c78e26-814a52f0 {
    order: -9999;
  }

  #w-node-_6757b374-65bd-a393-20bb-c3c81e9fe344-814a52f0 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6757b374-65bd-a393-20bb-c3c81e9fe346-814a52f0 {
    order: -9999;
  }

  #w-node-_6568f030-5602-132f-1d3b-d843c5633e8f-814a52f0 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6568f030-5602-132f-1d3b-d843c5633e91-814a52f0 {
    order: -9999;
  }

  #w-node-_0cc61f1e-eaf8-5efa-265b-1c61e0e79db8-814a52f0 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0cc61f1e-eaf8-5efa-265b-1c61e0e79dba-814a52f0 {
    order: -9999;
  }

  #w-node-_95aad4b2-0c6a-0f1d-332d-af82aab27f81-814a52f0 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_95aad4b2-0c6a-0f1d-332d-af82aab27f83-814a52f0, #w-node-_12e72fa8-c069-cb4d-acb3-e931d35849f7-814a52f0 {
    order: -9999;
  }

  #w-node-_352d737b-f786-6e8a-abe9-09c35224effe-814a52f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3cfeac61-ba10-5c9d-4293-4ade40142934-814a52f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-be9db560-f9ee-83ee-f760-1e1ac6ec648a-c6ec6460 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ff473381-22a1-05ea-8be0-3c33a53142fc-814a52fb, #w-node-ff473381-22a1-05ea-8be0-3c33a5314305-814a52fb, #w-node-ff473381-22a1-05ea-8be0-3c33a531430f-814a52fb, #w-node-ff473381-22a1-05ea-8be0-3c33a5314318-814a52fb, #w-node-ff473381-22a1-05ea-8be0-3c33a5314322-814a52fb, #w-node-ff473381-22a1-05ea-8be0-3c33a531432c-814a52fb, #w-node-ff473381-22a1-05ea-8be0-3c33a5314336-814a52fb, #w-node-ff473381-22a1-05ea-8be0-3c33a5314340-814a52fb, #w-node-ff473381-22a1-05ea-8be0-3c33a531434c-814a52fb, #w-node-ff473381-22a1-05ea-8be0-3c33a5314356-814a52fb, #w-node-ff473381-22a1-05ea-8be0-3c33a5314360-814a52fb, #w-node-ff473381-22a1-05ea-8be0-3c33a531436a-814a52fb {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center stretch;
  }

  #w-node-c282f174-cadd-51a8-ee5d-c02a218a1ee4-814a5301 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c282f174-cadd-51a8-ee5d-c02a218a1ef3-814a5301 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-bbfb2ebc-678f-0a14-c56b-1abb9616754c-814a5302 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bbfb2ebc-678f-0a14-c56b-1abb96167559-814a5302 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4b472107-3a46-7836-3409-457456e25073-814a52f0, #w-node-_38445345-494b-244f-3d5d-f1f677c78e24-814a52f0, #w-node-_6757b374-65bd-a393-20bb-c3c81e9fe344-814a52f0, #w-node-_6568f030-5602-132f-1d3b-d843c5633e8f-814a52f0, #w-node-_0cc61f1e-eaf8-5efa-265b-1c61e0e79db8-814a52f0, #w-node-_95aad4b2-0c6a-0f1d-332d-af82aab27f81-814a52f0 {
    justify-self: center;
  }

  #w-node-_352d737b-f786-6e8a-abe9-09c35224effe-814a52f0, #w-node-_77b61470-dba5-cfca-20e4-93fc4d79b218-814a52f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3cfeac61-ba10-5c9d-4293-4ade40142934-814a52f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_01ae1cf0-97e3-bd54-e128-763da4dc1d5b-814a52f0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #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-814a52fb {
    grid-column: span 1 / span 1;
  }

  #w-node-ff473381-22a1-05ea-8be0-3c33a53142fc-814a52fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center stretch;
  }

  #w-node-ff473381-22a1-05ea-8be0-3c33a5314376-814a52fb, #w-node-ff473381-22a1-05ea-8be0-3c33a5314379-814a52fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c282f174-cadd-51a8-ee5d-c02a218a1ee4-814a5301 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c282f174-cadd-51a8-ee5d-c02a218a1ef1-814a5301 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c282f174-cadd-51a8-ee5d-c02a218a1ef3-814a5301 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-bbfb2ebc-678f-0a14-c56b-1abb9616754c-814a5302 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bbfb2ebc-678f-0a14-c56b-1abb96167557-814a5302 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bbfb2ebc-678f-0a14-c56b-1abb96167559-814a5302 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


