:root {
  --accessible-components-white-smoke: whitesmoke;
  --alley-component-library-gray--100: #b2b3bd;
  --alley-component-library-gray--0: #dedfe3;
  --lime-green: #09d369;
  --yellow-2: #fff700;
  --white: #fafafa;
  --olive-drab: #55a423;
  --gold: #f2ce5c;
  --orange: #f19a04;
  --yellow: #f6f158;
  --black-3: #021409;
  --black: #0f0f0f;
  --alley-component-library-gray--800: #26272c;
  --alley-component-library-neutral--black: black;
  --alley-component-library-blue--700: #7788f8;
  --alley-component-library-gray--700: #383942;
  --alley-component-library-blue--900: #5167f6;
  --medium-purple: #bc77f8;
  --alley-component-library-neutral--off-white: #f4f4f6;
  --alley-component-library-gray--900: #131316;
  --black-2: #1d1d1d;
  --accessible-components-dark-grey: #9b9b9b;
}

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

body {
  color: #333;
  background-color: rgba(255, 255, 255, 0);
  font-family: Outfit, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 6rem;
  font-weight: 800;
  line-height: .8;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
  font-size: 1.2rem;
}

a {
  text-decoration: none;
}

.text-size-h2 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 3.7rem;
  font-weight: 800;
  line-height: 1;
}

.text-size-h2.is--spacing {
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 400;
}

.text-size-h2.is--white {
  color: #fff;
  border-radius: 1rem;
}

.text-size-h2.is--spacing {
  letter-spacing: 0;
  font-weight: 400;
}

.text-size-h2.is--weight {
  font-weight: 500;
}

.home-cta_heading {
  max-width: 5em;
  margin-left: auto;
  margin-right: auto;
}

.home-hero_heading {
  max-width: 5em;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}

.home-hero_heading.text-size-display {
  max-width: none;
  text-transform: uppercase;
  font-size: 5em;
  line-height: .9;
}

.home-hero_heading.text-size-display.is--white {
  color: var(--accessible-components-white-smoke);
  margin-top: 0;
  font-family: Outfit, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.home-hero_heading.text-size-h2 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-family: Outfit, sans-serif;
  font-weight: 400;
}

.home-hero_heading.text-size-h2.is--tm {
  color: #fff;
  margin-top: 1.5rem;
  font-size: 2.4rem;
}

.home-cta_button-wrapper {
  height: 3.2em;
  min-width: 2em;
}

.c_button_link {
  height: 3.2em;
  min-width: 10em;
  color: #000;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 1em 2.1em;
  line-height: 1;
  display: flex;
}

.c_button_link.main-button {
  z-index: 100;
  height: 6rem;
  color: #fff;
  background-color: #3ea2ff;
  position: relative;
}

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

.home-intro_visual {
  width: 41%;
}

.home-intro_visual.is--bio {
  width: 6rem;
  margin-top: 2rem;
}

.home-content_wrapper {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: visible;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 3%;
  position: relative;
}

.container.is-home-cta {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.is-home-hero {
  max-width: 70vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3.4rem;
  padding-bottom: 3.4rem;
  display: flex;
}

.container.is--nav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: .3rem;
  padding-bottom: .3rem;
  display: flex;
}

.container.is--hero-cta {
  width: 70%;
  max-width: 100vw;
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, .73);
  border-radius: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding: 1.4rem;
  display: block;
  overflow: hidden;
}

.container.is--footer {
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.container.is--tm {
  max-width: 70vw;
  padding-top: 3rem;
}

.home-intro_layout {
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-intro_layout.is--full {
  width: 100%;
  background-color: var(--alley-component-library-gray--100);
  border-radius: 2em;
  padding: 3%;
}

.home-intro_layout.is--full.is--white {
  background-color: rgba(0, 0, 0, 0);
  padding: 1rem;
}

.home-intro_layout.is--full.is--white.is--vertical {
  padding: 0% 0% 1.4rem;
}

.home-intro_layout.is--full.is--white.is--bm {
  padding-bottom: 3rem;
}

.home-intro_layout.is--full.is--vertical {
  max-width: 70vw;
  background-color: var(--alley-component-library-gray--0);
  flex-direction: column;
  align-items: flex-start;
}

.home-intro_layout.is--tm {
  max-width: 80vw;
  flex-direction: row-reverse;
  margin-top: 2%;
  margin-bottom: 2%;
}

.home-intro_layout.is--tm.is--full {
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 0%;
}

.home-intro_layout.is--full {
  width: 100%;
  background-color: #0f0f0f;
  border-radius: 2em;
  padding: 3%;
}

.home-intro_layout.is--full.is--vertical {
  flex-direction: column;
  align-items: flex-start;
}

.home-intro_layout.is--full.is--vertical.is--nobg {
  background-color: rgba(0, 0, 0, 0);
}

.home-intro_layout.is--color {
  width: 100%;
  max-width: 70vw;
  background-color: var(--accessible-components-white-smoke);
  border-radius: 2em;
  padding: 1rem 3%;
}

.home-intro_layout.is--color.is--white {
  background-color: rgba(0, 0, 0, 0);
}

.home-intro_layout.is--color.is--vertical {
  flex-direction: column;
  align-items: flex-start;
}

.home-hero_section {
  width: 100%;
  min-height: auto;
  text-align: center;
  background-color: #0b4d0b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-cta_section {
  height: 100vh;
  color: #fff;
  text-align: center;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: none;
  position: relative;
}

.home-intro_visual-height {
  padding-top: 120%;
  position: relative;
}

.home-intro_visual-height.is--tall {
  padding-top: 156%;
}

.home-hero_image {
  width: 100%;
  height: 100%;
  opacity: .23;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home-hero_button-wrapper {
  width: 100%;
  height: auto;
  min-width: auto;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-hero_button-wrapper.is--hide {
  display: none;
}

.home-hero_button-wrapper.is--tm {
  margin-top: 1.5rem;
}

.spacer-32 {
  padding-bottom: 2em;
}

.home-intro_p {
  max-width: none;
  text-align: left;
}

.home-intro_p.is--tm {
  margin-top: 1rem;
}

.home-intro_p.is--center {
  color: #fff;
  text-align: center;
}

.home-intro_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .6em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-intro_image.is--tall {
  object-fit: contain;
}

.home-intro_section {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.home-intro_section.is--white {
  background-color: #fff;
}

.home-intro_content {
  width: 53%;
  max-width: none;
}

.home-intro_content.is--full {
  width: 90%;
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
}

.home-intro_content.is--full.is--white {
  max-width: 80vw;
  color: #fff;
  text-align: left;
}

.home-intro_content.is--full {
  width: 90%;
  max-width: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.home-intro_content.is--full.is--white {
  color: #fff;
  text-align: left;
}

.fixed-button_wrapper {
  z-index: 2000;
  height: 3.2em;
  min-width: 2em;
  margin: 2.3em;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-hero_heading-wrap {
  z-index: 5;
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.h3-highlight_wrap {
  background-color: var(--lime-green);
}

.h3-highlight_wrap.is--black {
  background-color: var(--yellow-2);
  color: #fff;
  border-radius: 50vw;
  align-items: center;
  margin-top: .75rem;
  padding: .6rem .6rem .6rem 1rem;
  display: flex;
}

.span-wrapper {
  z-index: 3;
  display: inline-block;
  position: relative;
}

.span-wrapper.is--3 {
  margin-left: 1rem;
}

.hide-this {
  display: none;
  position: relative;
}

.span-element.is-1 {
  z-index: -1;
  width: 110%;
  height: auto;
  max-width: none;
  min-height: 130%;
  object-fit: cover;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0;
  right: 0;
  transform: translate(-4%, 13%);
}

.span-element.is--2 {
  z-index: -1;
  width: 110%;
  height: auto;
  max-width: none;
  min-height: 130%;
  filter: brightness(0%) grayscale();
  object-fit: cover;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0;
  right: 0;
  transform: translate(-4%, 13%);
}

.span-element.is-2 {
  width: 120%;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(-7%, -14%);
}

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

.p-wrap.is--form {
  background-color: #000;
  border-radius: 1.5em;
  margin-bottom: 2rem;
  padding: 1rem;
}

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

.p-wrap.is--tm {
  margin-top: 2rem;
}

.p-wrap.is--center.is--warning {
  color: red;
  background-color: #fffb00;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.circle-wrap {
  width: 2em;
  height: 2em;
  background-color: var(--lime-green);
  border-radius: 50%;
  margin-right: 1rem;
  position: relative;
}

.circle-wrap.pulsing-outline {
  width: 1.5em;
  height: 1.5em;
  background-color: var(--olive-drab);
}

.h2-wrap {
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.h2-wrap.is--center {
  text-align: center;
}

.h2-wrap.is--center.is--green {
  background-color: var(--olive-drab);
  color: #fff;
  border-radius: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1.3rem;
}

.h2-wrap.is--left {
  text-align: left;
}

.intro-content_header-wrap {
  text-align: center;
  margin-bottom: 3%;
}

.intro-content_header-wrap.is--left {
  text-align: left;
}

.list-wrapper.is--hide {
  display: none;
}

.list-grid {
  height: 100%;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.list-grid.is-2col {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.list-grid.is--episode {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-wrap {
  align-items: center;
  display: flex;
}

.feature-text {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.5;
}

.check_icon {
  width: 24px;
  height: 24px;
  color: var(--lime-green);
  justify-content: center;
  align-items: center;
  margin-right: 2%;
  display: flex;
}

.check_icon.pulsing-outline {
  border-radius: 50%;
}

.green-span {
  color: var(--olive-drab);
}

.cta-section {
  background-color: var(--lime-green);
  background-image: url('../images/Waves.svg');
  background-position: 50%;
  background-size: cover;
}

.logo-wrap {
  width: 6rem;
  max-width: 30vw;
}

.steps-wrap.is--hide {
  display: none;
}

.steps-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2%;
  margin-bottom: 2%;
}

.steps-item {
  background-color: var(--lime-green);
  color: #000;
  background-image: url('../images/post-it_1post-it.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  flex-direction: column;
  align-items: center;
  padding-top: 23%;
  padding-bottom: 23%;
  display: flex;
}

.h3-ps {
  z-index: 3;
  color: #fff;
  font-family: "Podiumsharp 2", sans-serif;
  font-size: 3rem;
  position: relative;
}

.steps-item_clock {
  margin-top: 4%;
  margin-bottom: 4%;
}

.clock-icon {
  width: 3rem;
  height: 3rem;
  color: var(--lime-green);
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-5 {
  width: 100%;
  height: auto;
  color: #fff;
  text-align: center;
  background-color: #2583fd;
  background-image: linear-gradient(#f6dea0, #f1c350);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 2% 10%;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: inset 0 0 0 1px #333;
}

.button-5:hover {
  box-shadow: 0 4px 16px rgba(51, 51, 51, .75);
}

.button-5.is--no-top {
  border: 2px solid var(--gold);
  background-image: linear-gradient(to bottom, var(--gold), var(--orange)), linear-gradient(to bottom, #f6dea0, #f1c350);
  box-shadow: inset 0 0 0 1px var(--yellow);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.button-5.is--no-top.is--hide {
  display: none;
}

.button-5.is--small {
  width: 10rem;
  padding: 1% 0%;
  font-size: 14px;
  display: none;
}

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

.text-left.large {
  color: #000;
  font-family: Outfit, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
}

.text-left.large.tw1 {
  text-align: center;
}

.text-left.small {
  font-family: Lato, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.6;
}

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

.play-icon.is--small {
  width: 1rem;
  height: 1rem;
}

.button-bg {
  z-index: -1;
  filter: brightness(0%) grayscale();
  background-image: url('../images/colorblock_span-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image {
  width: 100%;
}

.header_h3 {
  color: var(--black-3);
  font-size: 1.6rem;
}

.p_block-span {
  background-color: var(--white);
  color: #000;
  text-align: left;
  font-weight: 700;
  display: inline-block;
}

.p_block-span.is--green {
  background-color: var(--lime-green);
  color: #fff;
  padding-left: 6px;
  padding-right: 6px;
}

.p_block-span.is--black {
  background-color: var(--black);
  color: #fff;
  display: inline-block;
}

.footer-section {
  z-index: 10;
  background-color: #0f0f0f;
  margin-top: auto;
  display: none;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-wrap-2 {
  width: 30%;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 3rem;
  display: flex;
}

.nav-logo_image {
  width: 13rem;
}

.footer-links_wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.link {
  color: #fff;
  font-size: 1rem;
}

.texture-div {
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-backdrop-filter: blur(4em);
  backdrop-filter: blur(4em);
  mix-blend-mode: normal;
  border-radius: 2em;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.texture-image {
  width: 100%;
  opacity: .2;
  mix-blend-mode: screen;
  border-radius: 2em;
}

.shapes {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shapes-circle {
  width: 35em;
  height: 35em;
  background-color: var(--olive-drab);
  opacity: .34;
  filter: blur(4em);
  border-radius: 100vw;
  margin-top: -8.3em;
  margin-left: 30em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.shapes-circle.is--2 {
  width: 30em;
  height: 30em;
  background-color: var(--yellow);
  margin-top: 9.3em;
  margin-left: 45.5em;
}

.shapes-circle.is--3 {
  background-color: var(--olive-drab);
  margin-top: 0;
  margin-bottom: -30.6em;
  margin-left: -9.1em;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.home-hero_content {
  z-index: 5;
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.home-hero_video {
  width: 100%;
}

.hero_timer-wrap {
  width: 80%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.js-clock {
  justify-content: center;
  align-items: center;
  display: flex;
}

.js-clock.is--hide {
  display: none;
}

.box {
  width: auto;
  height: auto;
  color: #ff3434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.box.is--small {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: .3rem;
}

.clock-number {
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
}

.clock-number.is--small {
  font-size: 1.7rem;
}

.clock-label {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.clock-label.is-small {
  letter-spacing: 0;
  margin-top: 0;
  font-size: 8px;
  line-height: 10px;
}

.hero_timer-h3 {
  background-color: #ff3434;
}

.image-2 {
  width: 100%;
  border-radius: 1em;
}

.p_loud {
  font-size: 1.4rem;
  font-weight: 700;
}

.p_loud.is--red {
  color: #df0e0e;
}

.p_loud.is--tm {
  margin-top: 1rem;
}

.timer_wrap {
  width: 100%;
}

.inner-container_wrap {
  background-color: var(--white);
  color: var(--black);
  border-radius: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2%;
  padding: 1.1rem 2% 0;
  display: flex;
}

.debt-clock_wrap {
  width: 60%;
  max-width: 50vw;
  min-width: 40vw;
  border: 5px solid #c00f0f;
  border-radius: 2em;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
}

.debt-clock_inner {
  flex-direction: column;
  align-items: center;
  margin-top: -2.9rem;
  display: flex;
}

.debt-clock_title {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#d80404, #cf3d3d 30%, #ff6161 54%, #d11414 83%, #970303);
  border-radius: 1em;
  padding: 3%;
}

.debt-clock_number {
  text-align: center;
  display: flex;
}

.debt-clock_h2 {
  color: #bb1518;
  font-family: "Podiumsharp 2", sans-serif;
  font-size: 4rem;
}

.debt-clock_title-h3 {
  font-weight: 900;
}

.fs_numbercount-1_embed {
  margin-bottom: 0;
}

.dc-currency {
  color: #bb1518;
  font-family: "Podiumsharp 2", sans-serif;
  font-size: 4rem;
}

.calendar_wrap {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin: 1rem auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
}

.icon {
  width: 40px;
  height: 40px;
  color: var(--lime-green);
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.p_block-span-2 {
  color: #000;
  text-align: left;
  background-color: #fafafa;
  font-weight: 700;
  display: inline-block;
}

.p_block-span-2.is--green {
  color: #fff;
  text-align: center;
  background-color: #09d369;
  border-radius: 1em;
  padding: .4rem;
  font-size: 1.1rem;
  line-height: 1.2;
}

.heading {
  font-size: 1.6rem;
}

.nav {
  z-index: 999;
  background-color: #fff;
  position: relative;
}

.text-size-h3 {
  text-transform: none;
  font-family: Outfit, sans-serif;
}

.text-size-h3.is--speaker {
  font-size: 2.2rem;
}

.text-size-h3.is--tm {
  margin-top: 2rem;
}

.text-size-h3.is--small {
  color: red;
  font-size: 2rem;
}

.speaker-text {
  font-size: 1.4rem;
}

.question-text {
  color: #fff;
  text-transform: uppercase;
  flex: 1;
  margin-top: .75em;
  margin-bottom: .5em;
  margin-left: 1.2em;
  font-family: "Podiumsharp 2", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.accordion_item-image {
  width: 40px;
}

.faq-button {
  background-color: #ffb223;
  border-radius: 3px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: background-color .2s;
}

.faq-button:hover {
  background-color: #ffd17b;
}

.accordion {
  width: 66.66%;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.accordion__item {
  width: 100%;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(46, 50, 60, .09);
}

.accordion__item:hover {
  box-shadow: 0 3px 9px rgba(46, 50, 60, .09);
}

.accordion__item.js-accordion-item {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #deeaf0;
  border-radius: 10px;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #fff;
  padding-bottom: 20px;
}

.accordion-body__contents {
  opacity: 1;
  color: #9096a4;
  margin-top: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.cards-grid-container {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fbfbfb;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cards-grid-container.is--top {
  margin-top: 0;
}

.text-block-4 {
  font-family: Lato, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.1;
}

.text-block-4.is--small {
  font-size: 1.1rem;
}

.expert_outer {
  background-color: #1d1d1d;
  border-radius: 1.5em;
  padding: 0 1.3em 1.3em;
  box-shadow: 0 40px 40px -5px rgba(0, 0, 0, .54);
}

.expert_outer.is--alt {
  padding-top: 1em;
  padding-bottom: 1em;
}

.outer_wrap {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2em;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1.74em 2.04em;
}

.h4-wrap {
  color: #fff;
}

.cards-image-mask {
  width: 100%;
  border-radius: .9em;
  padding-top: 63%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 1.5em;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 20%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.speaker-section {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.name_text {
  color: #09d369;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: 600;
}

.container-2 {
  z-index: 2;
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 3%;
  position: relative;
}

.a-icon-small {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-banner-button-small {
  width: 24px;
  height: 24px;
  background-color: var(--alley-component-library-gray--800);
  color: var(--alley-component-library-gray--100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: color .2s, background-color .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.a-banner-button-small:hover {
  color: var(--alley-component-library-neutral--black);
  background-color: #fff;
}

.a-banner-strong-text {
  color: var(--alley-component-library-blue--700);
  font-weight: 700;
}

.a-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.8;
}

.a-banner-icon {
  width: 24px;
  height: 24px;
  background-color: var(--lime-green);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.a-banner-text-wrapper {
  grid-column-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.a-banner-container {
  width: 100%;
  max-width: 1140px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.a-banner-announcement {
  z-index: 30;
  min-height: 56px;
  background-color: var(--alley-component-library-neutral--black);
  color: #fff;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 5%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.a-banner-link {
  color: var(--alley-component-library-neutral--black);
  border-radius: 4px;
}

.a-banner-link:hover {
  background-color: var(--alley-component-library-gray--0);
}

.a-banner-list {
  background-color: #947777;
}

.a-banner-list.w--open {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .05);
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-banner-toggle {
  grid-column-gap: 4px;
  color: var(--alley-component-library-gray--100);
  align-items: center;
  padding: 4px;
  transition: all .2s;
  display: flex;
}

.a-banner-toggle:hover {
  color: #fff;
}

.a-banner-button-divider {
  width: 1px;
  height: 16px;
  background-color: var(--alley-component-library-gray--700);
  border-radius: 4px;
}

.a-banner-button {
  background-color: var(--alley-component-library-blue--900);
  color: #fff;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.a-banner-button:hover {
  color: var(--alley-component-library-blue--900);
  background-color: #fff;
}

.a-banner-right-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.a-banner-container-small {
  width: 100%;
  max-width: 1140px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.purple-span {
  color: var(--medium-purple);
  font-weight: 700;
}

.icon-2 {
  width: .8em;
  height: .8em;
  color: #160042;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.comp-cash {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.giveaway-wrap {
  justify-content: center;
  display: none;
}

.image-3 {
  width: 40%;
  margin-right: 1rem;
}

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

.carat-icon {
  width: 24px;
  height: 24px;
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  color: #1d1d1d;
  text-align: center;
  background-color: #fbfbfb;
  border-radius: 100vw;
  padding: .75rem 1.25rem;
  font-weight: 600;
  transition: color .15s, background-color .15s;
}

.button:hover {
  color: #fbfbfb;
  background-color: #333;
}

.button.is--call {
  background-image: linear-gradient(to bottom, var(--gold), var(--orange)), linear-gradient(to bottom, #f6dea0, #f1c350);
  border-radius: 1em;
  align-items: center;
  display: flex;
}

.button_icon-wrap {
  padding-left: .9em;
  padding-right: .9em;
}

.icon-3 {
  width: 21px;
  height: 21px;
  color: #160042;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button_text {
  font-size: 1.1rem;
}

.symptom-item {
  flex-direction: column;
  display: flex;
}

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

.grid.is--c4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.is--symptom {
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

.header_block {
  background-color: var(--olive-drab);
  color: #fff;
  border-radius: 1rem;
  padding: 1.3rem;
}

.header_block.is--tm {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.header_block.is--tm.is--no-color {
  color: var(--olive-drab);
  background-color: rgba(0, 0, 0, 0);
}

.header_block.is--tm.is--product {
  max-width: none;
  background-color: var(--alley-component-library-gray--0);
  margin-left: auto;
  margin-right: auto;
}

.highlight-span {
  background-color: var(--yellow-2);
  color: var(--black);
  font-weight: 700;
}

.note-wrap {
  background-color: #fff;
  border-radius: 1rem;
  margin-top: 2rem;
}

.note-img {
  width: 25rem;
  border-radius: 1em;
}

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

.ingredient-wrap_image {
  border-radius: 1rem;
  overflow: hidden;
}

.ingredient-text {
  margin-top: 1rem;
}

.p-ingredient {
  margin-top: 1rem;
  font-size: 1rem;
}

.red-span {
  color: #ff0004;
}

.red-span.is--yellow {
  color: #fffb00;
}

.a-paragraph-small-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-testimonial-avatar {
  width: 36px;
  height: 36px;
}

.a-testimonial-avatar-wrapper {
  width: 48px;
  height: 48px;
  background-color: var(--alley-component-library-neutral--off-white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-testimonial-author {
  grid-column-gap: 8px;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-h5-heading {
  color: var(--alley-component-library-gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.a-testimonial-base {
  border: 1px solid var(--olive-drab);
  background-color: #fff;
  border-radius: 24px;
  padding: 32px;
}

.a-testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 2rem;
}

.a-h3-heading {
  color: var(--alley-component-library-gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-margin-bottom-08 {
  margin-bottom: 8px;
}

.a-title-wrap-center {
  max-width: 510px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.testimonial-section {
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.2rem;
  position: relative;
}

.p_shipping {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 800;
}

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

.p_total {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}

.top-bar {
  background-color: #169b24;
  border-radius: 18px 18px 0 0;
  margin-bottom: 24px;
  padding: 12px 24px;
}

.top-bar.no-rad {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 40px;
  padding-left: 41px;
  padding-right: 41px;
}

.top-bar.no-rad.drk {
  background-color: #6b2c90;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.top-bar.no-rad.drk.er {
  background-color: var(--olive-drab);
}

.top-bar.is--padding {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 40px;
  padding-left: 41px;
  padding-right: 41px;
}

.top-bar.is--padding.drk {
  background-color: var(--olive-drab);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.ebook_inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.cards-image-3 {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: 50% 50%;
  margin-top: 14px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-34 {
  width: 70%;
  display: none;
  position: absolute;
  top: 135%;
  bottom: auto;
  left: -2%;
  right: auto;
  transform: translate(-29px, -29px)rotate(-9deg);
}

.text-size-h2-2 {
  text-transform: uppercase;
  font-size: 6em;
  font-weight: 700;
  line-height: .9;
}

.heading-3 {
  color: #fff;
  text-align: center;
  margin-top: 19px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.heading-3.green {
  color: #169b24;
  font-size: 40px;
  line-height: 46px;
}

.heading-3.green.price {
  font-size: 58px;
}

.heading-3.green.price.is--white {
  color: #11b13e;
  margin-left: 3px;
  margin-right: 3px;
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
  font-size: 5.9em;
  line-height: 1;
}

.heading-3.green.price.is--white.is--side {
  font-size: 4em;
}

.heading-3.green.price.is--white.is--side.is--bright {
  color: var(--olive-drab);
  -webkit-text-stroke-color: transparent;
  font-size: 4.4em;
}

.heading-3.block {
  color: #169b24;
  background-color: #fff;
  border-radius: 9px;
  margin-top: 9px;
  margin-bottom: 0;
  padding: 4px 17px;
  font-size: 44px;
}

.heading-3.block.red {
  color: #fff;
  background-color: red;
  margin-bottom: 12px;
  font-size: 24px;
}

.heading-3.block.red.andyellow {
  color: #fe0303;
  background-color: #fbff00;
  margin-left: 21px;
  margin-right: 21px;
  font-size: 30px;
}

.heading-3.ntm {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-3.ntm.pricing {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 27px;
}

.hand_icon {
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -12%;
}

.exclusive-span {
  font-size: 1.1rem;
  font-style: italic;
}

.buyhighlight {
  z-index: 2;
  border: 3px solid var(--yellow-2);
  background-color: rgba(92, 33, 145, .18);
  background-image: linear-gradient(to bottom, var(--yellow-2), white);
  position: relative;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .64);
}

.button-3 {
  height: 48px;
  color: #fff;
  text-align: center;
  background-color: #2583fd;
  background-image: linear-gradient(#f6dea0, #f1c350);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: inset 0 0 0 1px #333;
}

.button-3:hover {
  box-shadow: 0 4px 16px rgba(51, 51, 51, .75);
}

.button-3.padding {
  width: 80%;
  margin-top: 31px;
  margin-left: 13px;
  margin-right: 13px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.small-price {
  font-size: 20px;
}

.p_ebook {
  text-align: center;
  background-color: #fffb00;
  border: 2px dashed red;
  border-radius: .8em;
  padding-top: 12px;
  padding-bottom: 12px;
  display: none;
}

.image-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.hand_image {
  width: 20%;
}

.span_strike {
  text-decoration: line-through;
}

.text-left-2 {
  color: #000;
  text-align: left;
  text-transform: none;
}

.text-left-2.large {
  font-size: 24px;
}

.ebook_wrap {
  margin-top: 1em;
}

.p_total-wrap {
  color: #000;
  text-align: center;
  justify-content: center;
  font-size: 1em;
  font-weight: 800;
  display: flex;
}

.button-image {
  width: 35%;
  position: absolute;
  top: auto;
  bottom: -18%;
  left: auto;
  right: -11%;
}

.image-37 {
  width: 100%;
}

.image-flex-2 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.cf-pricing-plan-price {
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea, #ff5e69 38%, #ff8a56 73%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 48px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.cf-pricing-plan-price.pricing-3-price {
  margin-bottom: 0;
}

.cf-pricing-plan-price.pricing-3-price.is--dark {
  color: var(--olive-drab);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 70px;
}

.cf-pricing-price-container {
  border-top: 1px solid rgba(0, 46, 36, .2);
  border-bottom: 1px solid rgba(0, 46, 36, .2);
  flex: none;
  margin-bottom: 42px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.cf-pricing-price-container.pricing-3-price-container {
  border-top-color: var(--olive-drab);
  border-bottom-color: var(--olive-drab);
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.cf-pricing-plan-name {
  color: #000;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}

.cf-pricing-plan-amount-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-38 {
  width: 100%;
}

.cf-pricing-3-box-plan-block {
  border-right: 1px solid rgba(0, 46, 36, .2);
  flex-direction: column;
  align-items: center;
  padding: .9rem 4rem;
  display: flex;
}

.cf-pricing-price-block {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-left-3 {
  color: #000;
  text-align: left;
  text-transform: none;
}

.text-left-3.large {
  font-size: 24px;
}

.cf-pricing-3-box {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid var(--yellow-2);
  background-color: #fff;
  background-image: none;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  box-shadow: 0 10px 100px rgba(0, 0, 0, .1);
}

.cf-pricing-plan-small-text {
  letter-spacing: 1px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.image-39 {
  aspect-ratio: 5 / 3;
  object-fit: cover;
}

.underline-span {
  text-decoration: underline;
}

.h3-tm {
  margin-top: 1rem;
}

.yellow-text-span {
  color: #fff700;
}

.search-div {
  margin-top: 2rem;
  padding: 2%;
}

.g_logo-wrap {
  width: 30%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-14 {
  margin-bottom: 1em;
}

.search-form_wrap {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.search-form_inner {
  height: 50px;
  color: #8b8b8b;
  border: 2px solid #e2e2e2;
  border-radius: 1.6em;
  align-items: center;
  padding-left: .7em;
  display: flex;
}

.image-15 {
  height: 60%;
  margin-right: 1em;
}

.check_icon-2 {
  width: 24px;
  height: 24px;
  color: #09d369;
  justify-content: center;
  align-items: center;
  margin-right: 2%;
  display: flex;
}

.check_icon-2.pulsing-outline {
  color: var(--olive-drab);
  border-radius: 50%;
}

.bold-text {
  color: var(--olive-drab);
}

.italic-text {
  line-height: 1.6;
}

.block-quote {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.6;
}

.button-6 {
  width: 100%;
  height: auto;
  color: #fff;
  text-align: center;
  background-color: #2583fd;
  background-image: linear-gradient(#f6dea0, #f1c350);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 2% 10%;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: inset 0 0 0 1px #333;
}

.button-6:hover {
  box-shadow: 0 4px 16px rgba(51, 51, 51, .75);
}

.button-6.is--no-top {
  background-image: linear-gradient(#f2ce5c, #f19a04), linear-gradient(#f6dea0, #f1c350);
  border: 2px solid #f2ce5c;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  box-shadow: inset 0 0 0 1px #f6f158;
}

.button_badge_wrap {
  width: 14%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -4%;
}

.image-40 {
  width: 100%;
}

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

.badge_wrap {
  width: 50%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.badge_item {
  width: 20%;
}

.badge_image {
  width: 100%;
}

.h4_limited {
  color: #d10000;
  font-weight: 500;
}

.no-link {
  max-width: none;
  text-align: center;
  text-decoration: underline;
}

.no-link.is--tm {
  margin-top: 1rem;
}

.no_link_wrapper {
  width: 80%;
  text-align: center;
  border: 1px solid #000;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding: .8rem;
}

.footer-v2-bottom-menu {
  color: #000;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.image-12 {
  width: 100%;
}

.text-block-3 {
  color: #000;
  font-size: .8rem;
  line-height: 1.6;
}

.text-block-3.is--center {
  text-align: center;
}

.section {
  background-color: #fbfbfb;
  position: relative;
}

.section.is-hero {
  background-color: #fbfbfb;
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/table-bg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 0;
  position: relative;
}

.footer-v2-bottom-info {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-v2-info {
  max-width: 500px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-bottom {
  width: 100%;
  color: #2e005d;
  border-top: 1px #ffaf00;
  justify-content: space-between;
  margin-top: 3.2rem;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.footer-v2-bottom-menu-link {
  text-transform: uppercase;
  margin-right: 20px;
  font-size: .7rem;
  line-height: 1.6;
  text-decoration: none;
}

.footer-v2-bottom-menu-link:hover {
  text-decoration: underline;
}

.link-grey {
  color: #7a8292;
  text-decoration: none;
}

.link-grey:hover {
  text-decoration: underline;
}

.wrapper-2 {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footer-v2 {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 3.2rem;
  display: flex;
}

.logo-2 {
  width: 14rem;
  height: auto;
}

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

  .text-size-h2 {
    font-size: 2.8rem;
  }

  .home-hero_heading.text-size-display.is--white {
    flex-direction: column;
    font-size: 3.6rem;
  }

  .home-intro_visual {
    width: 100%;
  }

  .container {
    max-width: 100vw;
    padding-left: 5%;
    padding-right: 5%;
  }

  .container.is-home-hero {
    max-width: 100vw;
    padding-top: 4%;
  }

  .container.is--nav {
    background-color: #fff;
    flex-direction: row;
    justify-content: space-between;
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .container.is--hero-cta {
    width: 100%;
  }

  .container.is--tm {
    max-width: 90vw;
  }

  .home-intro_layout {
    max-width: none;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
  }

  .home-intro_layout.is--full {
    max-width: none;
  }

  .home-intro_layout.is--tm {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .home-intro_layout.is--full, .home-intro_layout.is--color {
    max-width: none;
  }

  .home-intro_visual-height {
    padding-top: 85%;
  }

  .home-intro_visual-height.is--tall.is--bottle {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-top: 81%;
    display: flex;
  }

  .home-intro_image.is--tall {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-intro_content {
    width: 100%;
  }

  .circle-wrap.pulsing-outline {
    flex: none;
  }

  .list-grid {
    font-size: 1rem;
  }

  .feature-text {
    font-size: 1.2rem;
  }

  .logo-wrap {
    width: 6rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .button-5 {
    margin-top: 3rem;
    padding-top: 3.23em;
    padding-bottom: 3.23em;
    font-weight: 900;
  }

  .button-5.is--no-top, .button-5.is--small {
    margin-top: 0;
  }

  .text-left.large {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
  }

  .text-left.small {
    font-size: 19px;
    font-weight: 900;
  }

  .image {
    width: 100%;
  }

  .logo-wrap-2 {
    width: 50%;
  }

  .shapes-circle.is--2 {
    margin-top: 15.7em;
    margin-left: 24.4em;
    right: 0;
  }

  .home-hero_content {
    grid-template-columns: 1fr;
  }

  .inner-container_wrap {
    padding: 0 0%;
  }

  .nav {
    display: flex;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .accordion-body.js-accordion-body {
    padding-left: 46px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .outer_wrap {
    width: 100%;
    font-size: 1em;
  }

  .name_text {
    font-size: 2.19rem;
  }

  .container-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .a-paragraph-small {
    text-align: center;
    font-size: .7rem;
  }

  .a-banner-container {
    justify-content: flex-start;
  }

  .a-banner-container-small {
    width: 80%;
  }

  .comp-cash {
    width: 6rem;
  }

  .icon-3 {
    width: 18px;
    height: 18px;
  }

  .button_text {
    font-size: 1rem;
  }

  .grid.is--c4, .grid.is--symptom {
    grid-template-columns: 1fr 1fr;
  }

  .image-34 {
    width: 60%;
    top: 107%;
    left: -7%;
    transform: translate(-57px, 10px)rotate(-23deg);
  }

  .text-size-h2-2 {
    font-size: 4em;
  }

  .buyhighlight {
    margin-left: -58px;
    margin-right: -58px;
  }

  .button-3.padding {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }

  .image-flex-2 {
    width: 80%;
  }

  .cf-pricing-plan-price {
    margin-bottom: 25px;
  }

  .cf-pricing-plan-amount-block {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-pricing-3-box-plan-block {
    padding-left: 0;
    padding-right: 0;
  }

  .cf-pricing-3-box {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .image-39 {
    aspect-ratio: 5 / 3;
  }

  .button-6 {
    margin-top: 3rem;
    padding-top: 3.23em;
    padding-bottom: 3.23em;
    font-weight: 900;
  }

  .button-6.is--no-top {
    margin-top: 0;
  }

  .button_badge_wrap {
    width: 21%;
    right: -7%;
  }

  .badge_wrap {
    width: 70%;
    margin-top: 1rem;
  }

  .h4_limited {
    font-size: 1.5rem;
  }

  .no_link_wrapper {
    margin-top: 1rem;
  }

  .footer-v2-bottom-menu, .text-block-3 {
    color: #000;
  }

  .section.is-hero {
    background-image: url('../images/Main-BG_1Main-BG.webp');
    background-position: 50%;
    background-size: cover;
  }

  .footer-bottom {
    margin-top: 48px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 24px;
  }

  .footer-v2-bottom-menu-link {
    margin-right: 16px;
  }

  .footer-v2 {
    padding-top: 48px;
  }

  .logo-2 {
    width: 11em;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .text-size-h2 {
    font-size: 2.4rem;
  }

  .home-hero_heading.text-size-display.is--white {
    font-size: 2.5rem;
  }

  .container.is-home-hero {
    max-width: none;
    padding-top: 2.7rem;
    padding-bottom: 2.7rem;
  }

  .container.is--nav {
    flex-direction: row;
    justify-content: space-between;
  }

  .container.is--hero-cta {
    width: 100%;
    max-width: none;
    margin-top: 1rem;
  }

  .container.is--tm {
    max-width: 100vw;
  }

  .home-hero_section {
    background-image: linear-gradient(rgba(5, 31, 8, .84), rgba(5, 31, 8, .84));
  }

  .home-intro_image.is--tall, .home-intro_image.is--tall.is--wide {
    width: 80%;
  }

  .home-intro_content.is--full {
    width: 100%;
    width: 100%;
    padding-top: 6px;
    padding-left: .85rem;
    padding-right: .85rem;
  }

  .home-hero_heading-wrap {
    width: 100%;
  }

  .h3-highlight_wrap.is--black {
    flex-direction: column;
  }

  .circle-wrap.pulsing-outline {
    display: none;
  }

  .logo-wrap {
    width: 5rem;
  }

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

  .button-5.is--no-top, .button-5.is--small {
    padding-top: 2.23em;
    padding-bottom: 2.23em;
  }

  .text-left.large {
    text-align: center;
    font-size: 1.4rem;
  }

  .text-left.small {
    font-size: 1.4rem;
  }

  .header_h3 {
    font-size: 1.5rem;
    line-height: 1;
  }

  .home-hero_content {
    width: 100%;
  }

  .p_loud {
    font-size: 1.1rem;
  }

  .debt-clock_wrap {
    width: 100%;
    max-width: 90vw;
  }

  .debt-clock_number {
    align-items: center;
  }

  .debt-clock_h2 {
    font-size: 3rem;
  }

  .dc-currency {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3rem;
    line-height: 1.6;
  }

  .nav {
    background-color: #000;
    display: flex;
  }

  .question-text {
    margin-top: 8px;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .a-banner-button-small {
    position: static;
  }

  .a-paragraph-small {
    font-size: .6rem;
    line-height: 1.4;
  }

  .a-banner-icon {
    position: static;
  }

  .a-banner-container {
    grid-column-gap: 24px;
  }

  .a-banner-announcement {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .a-banner-container-small {
    width: 100%;
    grid-column-gap: 24px;
  }

  .grid, .grid.is--symptom, .grid-2 {
    grid-template-columns: 1fr;
  }

  .red-span.is--yellow {
    color: #fff200;
  }

  .a-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .a-h3-heading {
    font-size: 40px;
  }

  .testimonial-section {
    padding-top: 0;
    padding-bottom: 72px;
  }

  .image-34 {
    width: 50%;
    top: 81%;
    left: 4%;
  }

  .text-size-h2-2 {
    font-size: 3em;
  }

  .text-left-2.large {
    text-align: center;
  }

  .cf-pricing-price-container.pricing-3-price-container {
    border-top-style: none;
    border-bottom-style: none;
  }

  .cf-pricing-plan-amount-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cf-pricing-3-box-plan-block {
    border-bottom: 1px solid rgba(0, 46, 36, .2);
    border-right-style: none;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .text-left-3.large {
    text-align: center;
  }

  .cf-pricing-3-box {
    max-width: 420px;
    border-radius: 20px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .button-6.is--no-top {
    padding-top: 2.23em;
    padding-bottom: 2.23em;
  }

  .button_badge_wrap {
    width: 26%;
    top: 48%;
  }

  .badge_wrap {
    width: 90%;
  }

  .footer-v2-bottom-menu {
    justify-content: center;
    margin-bottom: 12px;
  }

  .text-block-3 {
    color: #000;
  }

  .section.is-hero {
    background-image: url('../images/Main-BG_1Main-BG.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
  }

  .footer-v2-bottom-info {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-v2-bottom-menu-link {
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .footer-v2 {
    padding-top: 4.4em;
  }

  .logo-2 {
    width: 13rem;
  }
}

@media screen and (max-width: 479px) {
  .text-size-h2 {
    font-size: 2.1rem;
  }

  .home-hero_heading.text-size-display.is--white {
    margin-left: 0;
    font-size: 2.1rem;
  }

  .home-hero_heading.text-size-h2.is--tm {
    font-size: 1.5em;
  }

  .container.is-home-hero {
    padding-top: 1.9rem;
  }

  .container.is--nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .container.is--hero-cta {
    max-width: 100%;
  }

  .home-intro_layout.is--full.is--white.is--vertical {
    max-width: 90vw;
  }

  .home-intro_layout.is--full.is--vertical {
    padding-top: .9rem;
    padding-bottom: .9rem;
  }

  .home-intro_layout.is--tm {
    max-width: 100vw;
    margin-top: 2rem;
  }

  .home-intro_layout.is--tm.is--full {
    padding-top: 0;
  }

  .home-intro_visual-height.is--tall.is--bottle {
    padding-top: 111%;
  }

  .home-intro_p.is--tm.is--bm {
    margin-top: 1.1rem;
    margin-bottom: 1.5rem;
  }

  .home-intro_image.is--tall {
    width: 100%;
  }

  .home-intro_content.is--full {
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .home-hero_heading-wrap {
    max-width: 100%;
  }

  .h3-highlight_wrap.is--black {
    border-radius: 3vw;
  }

  .list-grid.is-2col {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 7px;
  }

  .logo-wrap {
    width: 5rem;
  }

  .button-5 {
    height: 64px;
  }

  .button-5.is--no-top.is--entry {
    padding-top: 2.93em;
    padding-bottom: 2.93em;
  }

  .text-left {
    text-align: center;
    line-height: 14px;
  }

  .text-left.large {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .text-left.small {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
  }

  .header_h3 {
    font-size: 1.3rem;
  }

  .logo-wrap-2 {
    width: 80%;
  }

  .texture-image {
    height: 100%;
  }

  .shapes {
    font-size: 2vw;
  }

  .shapes-circle {
    margin-left: 15em;
  }

  .shapes-circle.is--2 {
    margin-top: 8em;
    margin-left: 29.5em;
  }

  .shapes-circle.is--3 {
    margin-bottom: -18.1em;
    margin-left: -15.6em;
  }

  .home-hero_content {
    max-width: 100%;
  }

  .js-clock {
    flex-wrap: wrap;
    display: flex;
  }

  .js-clock.is--hide {
    margin-left: 0;
    font-size: 1em;
    display: none;
  }

  .box {
    margin-bottom: 10px;
  }

  .box.is--small {
    margin-bottom: 0;
  }

  .clock-number {
    font-size: 1.9rem;
  }

  .clock-number.is--small {
    font-size: 1.3rem;
    line-height: .9;
  }

  .inner-container_wrap {
    background-color: rgba(250, 250, 250, 0);
    margin-top: 0;
    margin-bottom: 0%;
    padding: 0;
  }

  .debt-clock_h2, .dc-currency {
    font-size: 2.2rem;
  }

  .calendar_wrap {
    width: 100%;
  }

  .p_block-span-2.is--green {
    font-size: .9rem;
  }

  .nav {
    background-color: #000;
    display: flex;
  }

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

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

  .accordion_item-image {
    width: 30px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .cards-grid-container {
    width: 100%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .outer_wrap {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .a-banner-icon {
    margin-bottom: .35rem;
  }

  .a-banner-text-wrapper {
    flex-direction: row;
    margin-top: 1rem;
  }

  .a-banner-announcement {
    flex-direction: column;
    padding-bottom: 0;
  }

  .a-banner-button-divider {
    display: none;
  }

  .a-banner-container-small {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-direction: column;
  }

  .img-wrap {
    margin-top: .35rem;
  }

  .comp-cash {
    width: 5rem;
  }

  .giveaway-wrap {
    flex-direction: column;
    align-items: center;
  }

  .image-3 {
    width: 60%;
  }

  .carat-icon {
    display: none;
  }

  .call_block {
    font-size: 1em;
  }

  .button_wrap {
    font-size: .6em;
  }

  .icon-3 {
    width: 20px;
    height: 20px;
  }

  .button_text {
    font-size: .9rem;
  }

  .grid.is--c4 {
    grid-template-columns: 1fr;
  }

  .header_block.is--tm.is--no-color {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .top-bar.no-rad.drk.er {
    text-align: center;
  }

  .image-34 {
    width: 80%;
  }

  .text-size-h2-2 {
    font-size: 2.5em;
  }

  .heading-3.green {
    font-size: 30px;
    line-height: 38px;
  }

  .heading-3.block.red {
    line-height: 28px;
  }

  .heading-3.ntm {
    text-align: center;
    line-height: 1;
  }

  .heading-3.ntm.pricing {
    text-align: center;
  }

  .hand_icon {
    right: -52%;
  }

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

  .button-3 {
    height: 64px;
  }

  .text-left-2 {
    text-align: center;
    line-height: 14px;
  }

  .text-left-2.large {
    line-height: 25px;
  }

  .cf-pricing-plan-name {
    font-size: 38px;
  }

  .cf-pricing-plan-amount-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .cf-pricing-3-box-plan-block {
    width: 90%;
  }

  .text-left-3 {
    text-align: center;
    line-height: 14px;
  }

  .text-left-3.large {
    line-height: 25px;
  }

  .cf-pricing-3-box {
    border-radius: 16px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .search-div {
    padding: 0%;
  }

  .g_logo-wrap {
    width: 40%;
  }

  .search-form_wrap {
    width: 90%;
  }

  .button-6 {
    height: 64px;
  }

  .button-6.is--no-top {
    height: auto;
    padding-top: 1.43em;
    padding-bottom: 1.43em;
  }

  .button_badge_wrap {
    width: 28%;
    top: 65%;
  }

  .badge_wrap {
    width: 100%;
  }

  .footer-v2-bottom-menu {
    margin-bottom: 0;
  }

  .image-12 {
    width: 100%;
  }

  .text-block-3 {
    color: #000;
    text-align: center;
    font-size: .5rem;
  }

  .text-block-3.is--center {
    color: #000;
  }

  .section.is-hero {
    background-image: url('../images/Main-BG_1Main-BG.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
  }

  .footer-v2-bottom-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-v2-info {
    justify-content: flex-start;
  }

  .footer-bottom {
    color: #2e005d;
    border-top-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    font-size: .76em;
    line-height: 1.6;
  }

  .footer-v2 {
    justify-content: center;
    align-items: center;
    padding-top: 2.4em;
  }

  .logo-2 {
    width: 13em;
  }
}

#w-node-_234c21c9-b390-6775-5010-8fdd2966a465-dae7b724, #w-node-_4fca23eb-9474-b559-34c7-3974dd2a7d02-dae7b724, #w-node-_4fca23eb-9474-b559-34c7-3974dd2a7cf1-dae7b724, #w-node-_25ad2c05-0eeb-8d78-ca94-b5d671cbfe0a-dae7b724, #w-node-_73d3b94c-5a83-1ed9-fe64-f106447723f9-dae7b724, #w-node-dec08353-0e2c-f651-f2bb-91638ae3acdd-dae7b724, #w-node-dec08353-0e2c-f651-f2bb-91638ae3acf1-dae7b724, #w-node-e4775304-e9d5-7a12-1ec7-3f8ee0bcbf65-dae7b724, #w-node-e4775304-e9d5-7a12-1ec7-3f8ee0bcbf70-dae7b724, #w-node-_234c21c9-b390-6775-5010-8fdd2966a472-dae7b724, #w-node-ef3ec454-8bc2-037a-5674-46d4f188da24-dae7b724, #w-node-ef3ec454-8bc2-037a-5674-46d4f188da2d-dae7b724, #w-node-_49cc2030-6e31-126b-47c3-e5daaecd2227-dae7b724, #w-node-_044aea45-ad4c-d6f3-40ed-9cf0a825de93-dae7b724, #w-node-_044aea45-ad4c-d6f3-40ed-9cf0a825dea2-dae7b724, #w-node-f7d410bb-0e1c-8afc-9286-ed8c0ff9b59d-dae7b724, #w-node-f7d410bb-0e1c-8afc-9286-ed8c0ff9b5b1-dae7b724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Podiumsharp 2';
  src: url('../fonts/PODIUMSharp-2.11.otf') format('opentype'), url('../fonts/PODIUMSharp-2.7.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Podiumsharp';
  src: url('../fonts/PODIUMSharp-2.7.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}