h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Crimson Pro, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Crimson Pro, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

p {
  max-width: 42ch;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  line-height: 1.4;
}

a {
  color: #198bbc;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

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

strong {
  font-weight: 500;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.footer {
  justify-content: space-between;
  display: flex;
}

.link {
  color: #7d76ff;
  cursor: pointer;
  transition: color .5s, filter .5s;
}

.link:hover {
  color: #4742a8;
  text-decoration: none;
}

.link.no_line {
  text-decoration: none;
}

.link.social:hover {
  filter: brightness(60%);
}

.bg-circle {
  width: 30vw;
  height: 30vw;
  background-color: #455268;
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bg-circle._5 {
  width: 30vw;
  background-color: #049dd9;
  margin-top: 27%;
  margin-right: -1%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-circle._5.home {
  width: 50vw;
  height: 60vw;
  margin-top: 30%;
  margin-right: -7%;
}

.bg-circle._6 {
  width: 30vw;
  height: 30vw;
  background-color: #0477bf;
  margin-top: 19%;
  margin-bottom: -20%;
  margin-left: 7%;
  bottom: 0%;
  left: 0;
  right: auto;
}

.bg-circle._6.home {
  width: 40vw;
  height: 40vw;
  margin-top: 43%;
  margin-bottom: 0%;
  margin-left: 7%;
}

.bg-circle._1 {
  width: 30vw;
  height: 44vw;
  opacity: 1;
  background-color: #ff7948;
  border-radius: 20%;
  margin-top: -16%;
}

.bg-circle._1.home {
  width: 50vw;
  height: 60vw;
}

.bg-circle._4 {
  width: 30vw;
  height: 40vw;
  background-color: #27def2;
  margin-right: 0%;
  left: auto;
  right: 0;
}

.bg-circle._4.home {
  width: 50vw;
  margin-top: -2%;
  margin-right: -15%;
}

.bg-circle._2 {
  opacity: .5;
  background-color: #ffab6d;
  border-radius: 40%;
  margin-top: -20%;
}

.bg-circle._2.home {
  margin-top: 5%;
  margin-left: 5%;
}

.bg-circle._3 {
  width: 40vw;
  height: 40vw;
  background-color: #92bfb4;
  margin-top: -12%;
  margin-left: 52%;
}

.bg-circle._3.home {
  margin-left: 41%;
}

._wf-elems {
  color: #ec32ae;
  text-transform: uppercase;
  text-shadow: 2px 2px 6px rgba(236, 50, 174, .6);
}

.h1 {
  color: #2b2b2b;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.syntax-highlight {
  color: #e40505;
  background-color: #f3f3f3;
  border: 2px solid #000;
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Droid Sans, sans-serif;
  display: inline;
}

.hero-p {
  color: #999;
  margin-left: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
}

.hero-p.margin {
  margin-top: 50px;
  font-size: 20px;
  line-height: 2;
}

.hero-p.black-text {
  color: #7d76ff;
}

.hero-text {
  color: #2b2b2b;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 1;
}

.clone-btn-container {
  width: 269px;
  height: 50px;
  border: 2px solid #7d76ff;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hr-line {
  width: 80%;
  height: 3px;
  background-color: #707070;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient-text {
  font-family: Montserrat, sans-serif;
}

.footer {
  justify-content: space-around;
  padding: 28px;
}

.big-hero-text {
  color: #2b2b2b;
  font-size: 100px;
}

.disclaimer-text {
  padding-left: 20px;
  font-size: 16px;
}

.gradient-bg {
  z-index: 2;
  opacity: 1;
  filter: blur(200px);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -99%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.gradient-bg.home {
  z-index: 4;
  filter: blur(400px);
  top: 0%;
  overflow: hidden;
}

.page-wrapper {
  overflow: visible;
}

.page-wrapper.bg-black {
  background-color: #000;
  overflow: hidden;
}

.hero-text-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  display: flex;
}

.animated-hero-bg-container {
  height: 100px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  display: flex;
  position: relative;
}

.animated-hero-bg-container.instructions {
  height: auto;
  margin-bottom: 140px;
  padding-top: 60px;
  padding-bottom: 0;
  display: block;
}

.animated-hero-bg-container.home {
  height: auto;
  min-height: 100vh;
  background-color: #000;
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.animated-hero-bg-container.home.hide {
  display: none;
}

.animated-hero-bg-container.is--overflow-hidden {
  overflow: hidden;
}

.section {
  height: 60vh;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 130px;
  display: flex;
  position: relative;
}

.section.instructions {
  height: auto;
  margin-bottom: 140px;
  padding-top: 60px;
  padding-bottom: 0;
  display: block;
}

.nav {
  width: 90%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block {
  text-decoration: none;
}

.links {
  justify-content: space-around;
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.social_links {
  width: 30px;
}

.buy-me-a-coffee {
  cursor: pointer;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  transition: box-shadow .5s;
  display: inline-block;
  position: fixed;
  top: auto;
  bottom: 7%;
  left: auto;
  right: 5%;
  box-shadow: -1px -1px 3px #fff, 3px 3px 1px 1px rgba(0, 0, 0, .05);
}

.buy-me-a-coffee:hover {
  box-shadow: -3px -3px 8px #fff, 5px 5px 1px 3px rgba(0, 0, 0, .05);
}

.bmc {
  width: 150px;
}

.icon-canon-plus {
  z-index: 10;
  max-width: 60px;
}

.hero_button-wrap-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: grid;
}

.hero_button-wrap-grid.padding-vertical-medium {
  grid-template-columns: 1fr 1fr 1fr;
}

.app-faq-answer__wrapper {
  width: auto;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  overflow: hidden;
}

.faq-lottie {
  max-width: 20px;
}

.container-2 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.cplus-h3 {
  color: #000;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Crimson Pro, sans-serif;
  font-size: 36px;
  line-height: 1.3;
}

.app_faq-question__wrapper {
  width: 100%;
  height: 100px;
  min-width: 400px;
  color: #e3e3e3;
  background-color: #303030;
  border: 2px solid #303030;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.app_faq-question__wrapper.margin-top {
  margin-top: 20px;
}

.app-faq-tabs__wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.app-faq-button__wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.app-faq-button__wrapper.margin-top {
  margin-top: 20px;
}

.app-faq-button__wrapper.margin-top.grid-2-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.app-faq-button__wrapper.bottom-margin {
  margin-bottom: 20px;
}

.app-faq-button__wrapper.app-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 8px;
  display: grid;
}

.hero_button-app-image-wrapper {
  width: 115px;
  height: 35px;
}

.app-faq {
  color: #e3e3e3;
  align-self: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.app-faq.max-width-30ch {
  max-width: 30ch;
  display: inline;
}

.app-faq.max-width-30ch.padding-top {
  padding-top: 20px;
}

.app-faq.max-width-30ch.inline {
  max-width: none;
  display: inline-block;
}

.app-faq.inline {
  display: inline;
}

.app-faq__tabs-menu {
  padding-bottom: 40px;
  display: flex;
}

.section-faqs.background-grey {
  padding-bottom: 40px;
}

.app-faq-tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.app-faq__tab-content__wrapper {
  max-width: 60vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.app-faq__tab-content__wrapper.hide {
  display: none;
}

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

.tab-link-circle {
  width: 12vw;
  height: 12vw;
  color: #262626;
  text-align: center;
  letter-spacing: .12em;
  text-transform: uppercase;
  background-color: rgba(38, 38, 38, .2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.tab-link-circle.w--current {
  color: #fff;
  background-color: #262626;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  box-shadow: 14px -14px 90px -40px #27def2, -7px 13px 15px -16px #ff7948, -1px -1px 60px -10px #0477bf;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #198bbc;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.button.button-gold {
  margin-top: 8px;
  margin-bottom: 8px;
}

.button.button-gold.button-invert {
  color: #000;
  background-color: rgba(200, 189, 153, 0);
  border-radius: 30px;
}

.button.shadow-plus {
  box-shadow: 14px -14px 90px -31px #30f2f2, 0 11px 15px -16px #f2836b, -1px -1px 60px -18px #4b68bf;
}

.button.shadow-plus.secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
}

.button.shadow-plus.margin-top {
  margin-top: 20px;
}

.button.shadow-plus.margin-top-small {
  margin-top: 8px;
}

.button.secondary-text-only {
  background-color: rgba(0, 0, 0, 0);
}

.button.margin-top-small.button-secondary {
  border-radius: 4px;
}

.button.margin-top-small.ghost {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #198bbc;
}

.button.margin-top-small.end-card {
  height: 41.7871px;
  background-color: #2b2b2b;
  border: 3px solid #198bbc;
}

.button.hero {
  margin-top: 4rem;
}

.app-faq-answer {
  width: auto;
  max-width: 70ch;
  padding: 20px 0;
  font-size: 1rem;
}

.app-faq-headline {
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 16px;
}

.shadow-plus {
  box-shadow: 14px -14px 40px -31px #27def2, 0 15px 15px -16px #ff7948, 2px 0 20px -10px #0477bf;
}

.image-app {
  padding-left: 40px;
}

.button-2 {
  max-width: 310px;
  color: #fff;
  text-align: center;
  background-color: #ff553e;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: transform 50ms cubic-bezier(.55, .085, .68, .53);
}

.button-2:active {
  transform: scale(.9);
}

.button-2.ghost {
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid #ff553e;
}

.button-2.ghost.hide {
  display: none;
}

.app__wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.embed-form__wrapper {
  z-index: 100;
  background-color: rgba(31, 31, 31, .9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.p-app-copy {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.button-secondary {
  color: #ff553e;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ff553e;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

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

.section-app {
  z-index: 2;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.section-app.home {
  margin-bottom: 0;
}

.h2-canon-plus {
  color: #fff;
  margin-top: 0;
  font-family: Crimson Pro, sans-serif;
  font-size: 24px;
  line-height: 1.25;
}

.h2-canon-plus.text-color-white {
  font-size: 36px;
  font-weight: 400;
}

.h2-canon-plus.end-card {
  flex: 1;
}

.app-copy__wrapper {
  color: #fff;
  padding-left: 40px;
}

.button__wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 20px;
  display: grid;
}

.step-answer__wrapper {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.step__wrapper {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: center;
  margin-right: 10px;
  display: grid;
}

.step__wrapper.hide {
  display: none;
}

.text-step {
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.text-step-number {
  color: #000;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/CanonGradient_1Canon+Gradient.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  display: inline;
}

.text-step-number.shadow-plus {
  box-shadow: 14px -14px 90px -31px #30f2f2, 0 15px 15px -16px #f2836b, -1px -1px 60px -10px #4b68bf;
}

.text-step-number.text-small {
  max-width: 30ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.text-step-number.small {
  font-size: 16px;
}

.bold-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#000, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

.link-step {
  text-decoration: none;
}

.link-step.text-step-number.next-step {
  font-size: 20px;
  text-decoration: underline;
}

.active-monthly-sub-trial {
  margin-top: 20px;
}

.active-monthly-sub-trial.app-faq__wrapper {
  display: block;
}

.margin-top-small, .active-monthly-sub-manage {
  margin-top: 20px;
}

.active-monthly__wrapper, .active-annual__wrapper {
  display: none;
}

.spacer-next-step {
  width: auto;
  height: auto;
}

.restore-broken__wrapper {
  display: block;
}

.spacer-broken-restore-step {
  width: auto;
  height: auto;
}

.body {
  cursor: crosshair;
}

.grid-2col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: block;
}

.grid-2col.margin-top {
  grid-template-columns: .25fr 1fr;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-2col.padding-bottom {
  padding-bottom: 48px;
}

.icon-account {
  max-width: 32px;
  filter: invert();
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
}

.inline-text-photo__wrapper {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.section-canon-plus-nav {
  z-index: 10;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav__wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.logo-nav {
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.nav-cta__wrapper {
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.section-canon-plus-hero {
  height: 100vh;
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0) 12%), linear-gradient(rgba(1, 1, 1, .64), rgba(1, 1, 1, .64)), linear-gradient(#000, rgba(0, 0, 0, 0) 17%), url('../images/contentpalooza-1.png');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
}

.hero-copy__wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.padding-vertical-medium {
  margin-top: 48px;
  margin-bottom: 48px;
}

.hero-button__wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-canon-plus-platforms {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-canon-plus-content {
  padding-top: 4vw;
  padding-bottom: 4vw;
  overflow: visible;
}

.section-canon-plus-faqs {
  background-color: #131313;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-canon-plus-pricing {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-canon-plus-pricing.show-mobile {
  display: none;
}

.section-canon-plus-pricing.bg-gray {
  background-color: #131313;
}

.align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

._4-grid, ._4-grid._2-grid.hide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tall-grid-content__wrapper {
  position: relative;
  overflow: hidden;
}

.tall-grid-content__wrapper.hide {
  display: none;
}

.image {
  width: 1px;
}

.image-2 {
  width: 390px;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transform: rotate(-15deg);
}

.content-image__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-3 {
  max-width: 600px;
  position: relative;
  top: -46px;
  left: -106px;
  transform: rotate(-15deg);
}

.blur-copy__wrapper {
  min-height: 296px;
  padding: 18px 8px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blur {
  z-index: 0;
  width: 300px;
  height: 200px;
  filter: blur(70px);
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h3 {
  color: #fff;
  font-family: Crimson Pro, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}

.heading {
  z-index: 2;
  font-size: 36px;
  line-height: 1;
}

.div-block {
  z-index: -1;
  width: 721%;
  height: 317%;
  filter: blur(50px);
  background-color: rgba(0, 0, 0, .9);
  position: absolute;
  top: -46%;
  bottom: 0%;
  left: -104px;
  right: auto;
}

.blurry {
  width: 30em;
  height: 100px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blur-copy__wrapper-2 {
  min-height: 170px;
  padding: 18px 8px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-2 {
  z-index: 10;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-4 {
  position: absolute;
}

.blur-image {
  width: 350px;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blur-div {
  z-index: 0;
  width: 100%;
  height: 150px;
  opacity: 1;
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, .2));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-5 {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-copy__wrapper {
  z-index: 2;
  min-height: 140px;
  padding: 12px 24px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-canon-plus-content-blur {
  display: none;
}

.slider {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
}

.hide {
  display: none;
}

.mask {
  min-height: 537px;
}

.splide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.slide {
  width: auto;
  padding-right: 12px;
}

.faq__wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.what-plus.app-faq__wrapper, .how-much-plus.app-faq__wrapper, .where-watch.app-faq__wrapper, .how-cancel.app-faq__wrapper, .what-i-stream.app-faq__wrapper {
  min-width: 60vw;
}

.text-color-black, .text-color-black h2 {
  color: #000;
}

.pricing-grid {
  max-width: 1226px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

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

.max-width-small {
  max-width: 64px;
}

.pricing-h2 {
  text-align: center;
  margin-top: 10px;
  font-size: 1.75rem;
}

.pricing-options__wrapper {
  max-width: 700px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.plan__wrapper {
  width: 33.3333%;
  color: #8d8d8d;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: 10px;
  margin-right: 10px;
}

.text-600wt {
  color: #8d8d8d;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 600;
}

.text-plan-title {
  color: #fff;
  font-family: Crimson Pro, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
}

.text-plan-title.margin-bottom-medium {
  margin-bottom: 20px;
}

.text-600wt-pricing {
  color: #e8e8e8;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.text-600wt-pricing.regular-wt {
  font-weight: 400;
  line-height: 1.4;
}

.text-600wt-trial {
  color: #ff7948;
  text-align: left;
  margin-top: 7px;
  margin-bottom: 7px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  display: none;
}

.text-600wt-trial.margin-vertical-xsmall, .text-600wt-trial.annual-highlight {
  display: block;
}

.margin-vertical-xsmall {
  margin-top: 4px;
  margin-bottom: 4px;
}

.doughnut-orange {
  z-index: 1;
  width: 24px;
  height: 24px;
  color: #198bbc;
  background-color: #000;
  border: 7px solid #198bbc;
  border-radius: 100px;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.offer__wrapper {
  min-height: 220px;
  background-color: #323232;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 20px;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.offer__wrapper:hover {
  border: 1px solid #198bbc;
  transform: scale(1.01);
}

.button-subscribe {
  max-height: 44px;
  background-color: #ff553e;
}

.button-subscribe-active {
  height: auto;
  color: #fff;
  text-align: center;
  background-color: #198bbc;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-subscribe-active.button-gold {
  margin-top: 8px;
  margin-bottom: 8px;
}

.button-subscribe-active.button-gold.button-invert {
  color: #000;
  background-color: rgba(200, 189, 153, 0);
  border-radius: 30px;
}

.button-subscribe-active.shadow-plus {
  border-radius: 12px;
  box-shadow: 14px -14px 90px -31px #30f2f2, 0 11px 15px -16px #f2836b, -1px -1px 60px -18px #4b68bf;
}

.button-subscribe-active.shadow-plus.secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
}

.button-subscribe-active.shadow-plus.margin-top {
  margin-top: 20px;
}

.button-subscribe-active.shadow-plus.margin-top-small {
  margin-top: 8px;
}

.button-subscribe-active.secondary-text-only {
  background-color: rgba(0, 0, 0, 0);
}

.button-subscribe-active.pricing-card {
  width: 100%;
  background-color: #606060;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.button-subscribe-active.pricing-card:hover {
  background-color: #198bbc;
}

.text-button-subscribe {
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 400;
}

.doughnut-white {
  width: 24px;
  height: 24px;
  background-color: #000;
  border: 2px solid #8d8d8d;
  border-radius: 100px;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

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

.features-copy__wrapper {
  max-width: 48ch;
  padding-top: 100px;
  padding-bottom: 100px;
}

.features-image__wrapper {
  width: 50vw;
  min-height: 40vh;
  background-color: #131313;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  display: flex;
}

.features-image__wrapper.phone {
  align-items: flex-end;
  padding-bottom: 0;
  position: relative;
}

.image-7 {
  width: 100%;
  object-fit: contain;
}

.image-right__wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-left__wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-2 {
  margin-left: auto;
  margin-right: auto;
}

.margin-top-zero {
  margin-top: 0;
}

.splide {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.splide.slider1, .splide.slider2 {
  max-height: 540px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.splide__track {
  width: 100%;
}

.splide__list {
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.splide__slide {
  max-width: 250px;
  border-radius: 5px;
  flex: none;
  position: relative;
}

.splide__slide.tall {
  max-height: 340px;
}

._2-grid-content {
  height: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: 50% 50%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  align-items: stretch;
  display: grid;
}

.gradientbg-copy__wrapper {
  -webkit-backdrop-filter: blur(.7px);
  backdrop-filter: blur(.7px);
  background-image: linear-gradient(rgba(0, 0, 0, .01), rgba(66, 66, 66, .7) 26%, #000);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2vw 1rem 1vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide__wrapper._2-grid {
  width: 15.8rem;
  height: 14.5rem;
  border-radius: 5px;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.splide__arrow {
  display: none;
}

.splide__pagination {
  margin-bottom: 0;
  padding-left: 0;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.splide__pagination__item {
  margin-left: .9em;
  display: inline-block;
}

.splide__pagination__page {
  width: 3em;
  height: 4px;
  opacity: .2;
  background-color: #ff553e;
  border-radius: 5px;
}

.splide__pagination__page.is-active {
  opacity: 1;
}

.faq {
  width: 100%;
  height: 100px;
  color: #fff;
  white-space: break-spaces;
  background-color: #303030;
  border-radius: 12px;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.faq-answer-img {
  width: 100%;
}

.faq-container {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.faq-body {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.toggle-text {
  z-index: 2;
  color: #e3e3e3;
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}

.faq-body-cont {
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-answer {
  margin-bottom: 24px;
}

.faq-img {
  z-index: 2;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.faq-p {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden;
}

.pricing-plans__wrapper {
  display: flex;
}

.image-app-content {
  max-width: 70%;
  padding: 0 20px;
}

.image-app-content.phone {
  max-height: none;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.image-app-content.audiobooks {
  max-height: 350px;
  max-width: 90%;
  padding-left: 20px;
  padding-right: 20px;
}

.app-faq-page-answer {
  width: auto;
  max-width: 70ch;
  color: #000;
  padding: 20px;
  font-size: 1rem;
}

.app-page-faq {
  color: #000;
  align-self: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.app-page-faq.max-width-30ch {
  max-width: 30ch;
  display: inline;
}

.app-page-faq.max-width-30ch.padding-top {
  padding-top: 20px;
}

.app-page-faq.max-width-30ch.inline {
  max-width: none;
  display: inline-block;
}

.app-page-faq.inline {
  display: inline;
}

.heading-4 {
  max-width: 20ch;
}

.image-8 {
  width: 100%;
  height: 100%;
}

.section-content {
  padding-top: 2vw;
  padding-bottom: 4vw;
}

.section-content.bg-gray {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.paragraph-3 {
  line-height: 1.4;
}

.text-pricing-card__v2 {
  color: #e8e8e8;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.text-pricing-card__v2.regular-wt {
  font-weight: 400;
  line-height: 1.4;
}

.text-pricing-card__v2.microcopy-subscribe {
  color: #787878;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-card-all-benefits__wrapper {
  width: 100%;
}

.pricing-card-benefit__wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  display: grid;
}

.image-9 {
  height: 1.5rem;
}

.margin-bottom-medium {
  margin-bottom: 20px;
}

.plan-title-pricing__wrapper {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.plan-title-pricing__wrapper.margin-bottom-medium {
  align-items: flex-end;
}

.text-plan-pricing {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.text-plan-pricing.margin-bottom-medium {
  margin-bottom: 20px;
}

.text-price {
  font-size: 1.4rem;
  font-weight: 600;
}

.text-span, .text-span-2 {
  color: #ff553e;
}

.slider-main_component, .swiper.is-slider-main {
  overflow: visible;
}

.swiper-wrapper.is-slider-main {
  display: flex;
}

.swiper-slide.is-slider-main {
  width: 20%;
  max-height: 21.31rem;
  max-width: 15.43rem;
  border-radius: 8px;
  flex-direction: column;
  flex: none;
  margin-right: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper-slide.is-slider-main.bam {
  background-image: url('../images/Foster-1.png');
  background-position: 0 0;
  background-size: cover;
}

.swiper-slide.is-slider-main.eve {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.swiper-slide.is-slider-main.audiobook {
  width: 14%;
  max-height: none;
  max-width: none;
}

.swiper-slide.is-slider-main.stack {
  width: 15%;
  height: 100%;
  max-height: 21.31rem;
  max-width: 10.14rem;
  justify-content: space-between;
}

.swiper-slide.is-slider-main.single-feature {
  width: 30%;
  height: auto;
  max-height: 30rem;
  max-width: 15.8rem;
}

.swiper-slide.is-slider-main.reviews {
  width: 30%;
  max-height: none;
  max-width: 16.75rem;
  padding: 8px;
}

.swiper-slide.splide__slide {
  width: 15.8rem;
  height: 30rem;
  max-width: none;
  margin-right: 12px;
}

.image-swiper-slide {
  width: 100%;
  height: 100%;
  max-width: none;
}

.image-swiper-slide.audiobook {
  height: 100%;
  max-height: 14.6rem;
  max-width: 14.6rem;
}

.slider-main_bottom-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.swiper-drag-wrapper.is-slider-main {
  width: 38em;
  height: .7em;
  max-width: 100%;
  background-color: #323232;
  border-radius: 100vw;
  display: none;
}

.swiper-drag.is-slider-main {
  width: 7em;
  height: 100%;
  background-color: #198bbc;
  border-radius: 100vw;
}

.tall-end-card {
  height: 100%;
  max-height: none;
  max-width: none;
  background-color: #2b2b2b;
  flex-direction: column;
  grid-template-rows: 70% 30%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.25rem;
  display: flex;
}

.bg-gray {
  background-color: #131313;
}

.stretch {
  background-color: #2b2b2b;
  flex: 1;
}

.stacked__wrapper {
  width: 100%;
  height: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  grid-template-rows: 50% 48%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-around;
  align-items: stretch;
  justify-items: center;
  display: grid;
}

.stacked-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: url('../images/ollie-1.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-6 {
  background-image: url('../images/Green-ember-1.png');
  background-position: 50%;
  background-size: contain;
}

.stacked-thumbnail-v1-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.image-stacked {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.single-feature-copy__wrapper {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px 12px 12px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.single-feature-copy__wrapper.short {
  padding-top: 12px;
}

.single-feature__wrapper {
  width: 15.8rem;
  height: 14.2rem;
  position: relative;
}

.double-feature__wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

._3-grid__wrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3-features__wrapper {
  max-height: 25rem;
  max-width: 25rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.text-3-grid {
  text-align: center;
  margin-top: 1.75rem;
  font-size: 1rem;
  font-weight: 600;
}

.image-3-feature {
  max-height: 20.3rem;
  max-width: 22rem;
}

.hero-headline__wrapper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero__wrapper {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.h1-avantt {
  text-align: center;
  letter-spacing: -.12rem;
  text-transform: none;
  font-family: Avantt, Arial, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}

.h2-avantt {
  text-align: center;
  letter-spacing: -.12rem;
  text-transform: none;
  font-family: Avantt, Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}

.h2-avantt.margin-top-large {
  margin-top: 3rem;
}

.hero-subhead {
  text-align: center;
  letter-spacing: -.12rem;
  text-transform: none;
  margin-top: 4rem;
  font-family: Avantt, Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}

.hero-subhead.margin-top-large {
  margin-top: 3rem;
}

.text-hero-microcopy {
  max-width: none;
  text-align: center;
  margin-top: 4rem;
  font-size: 1rem;
}

.section-canon-plus-footer {
  height: 100vh;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #131313 95%), linear-gradient(rgba(1, 1, 1, .64), rgba(1, 1, 1, .64)), linear-gradient(#000, rgba(0, 0, 0, 0) 17%), url('../images/contentpalooza-1.png');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
}

.footer-subhead {
  max-width: 27ch;
  text-align: center;
  letter-spacing: -.12rem;
  text-transform: none;
  margin-top: 4rem;
  font-family: Avantt, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}

.footer-subhead.margin-top-large {
  margin-top: 3rem;
}

.text-hero-microcopy-footer {
  max-width: none;
  text-align: center;
  margin-top: 4rem;
  font-size: 2rem;
}

.footer__wrapper {
  width: 100%;
  height: 100vh;
  max-width: 52rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-footer {
  margin-top: 3rem;
}

.bg-131313 {
  background-color: #131313;
}

.section-reviews {
  padding-top: 2vw;
  padding-bottom: 4vw;
}

.section-reviews.bg-gray {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-reviews.bg-131313 {
  display: none;
}

.review-headline {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.reviews-stars {
  max-width: 8rem;
}

.review-attribution {
  color: #737373;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.9;
}

.reviews-text-read-more {
  display: none;
}

.link-read-more {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1920px) {
  p, .button, .padding-vertical-medium, .text-600wt-pricing.regular-wt, .text-button-subscribe {
    font-size: 1rem;
  }

  .features-image__wrapper {
    min-height: 0;
  }

  .splide.slider1, .splide.slider2 {
    max-width: 1370px;
  }

  .image-app-content.content {
    max-width: 70%;
  }

  .text-block, .text-block-2 {
    font-size: 1rem;
  }

  .paragraph {
    font-size: .9rem;
    line-height: 1.2;
  }

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

@media screen and (max-width: 991px) {
  .container.footer {
    flex-direction: column;
    align-items: center;
  }

  .container.tablet-align-left {
    align-items: flex-start;
  }

  .hero-p.bottom_margin {
    padding-bottom: 10px;
  }

  .gradient-bg.home {
    filter: blur(200px);
  }

  .hero-text-wrapper {
    width: 90%;
  }

  .animated-hero-bg-container, .section.instructions {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cplus-h3 {
    font-size: 2.5vw;
    line-height: 1.4;
  }

  .app-faq.inline {
    display: inline;
  }

  .app-faq__tab-content__wrapper {
    grid-template-columns: 1fr;
  }

  .tab-link-circle {
    width: 20vw;
    height: 20vw;
    margin-left: 20px;
    margin-right: 20px;
  }

  .button.margin-top-small.end-card {
    margin-top: 8px;
  }

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

  .app__wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-app {
    margin-top: 112px;
    margin-bottom: 18px;
  }

  .section-app.home {
    margin-top: 2%;
  }

  .app-copy__wrapper {
    padding-top: 21px;
    padding-right: 40px;
  }

  .button__wrapper {
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: stretch;
  }

  .icon-account {
    margin-top: -12px;
  }

  .hero-copy__wrapper {
    padding-left: 20px;
  }

  .section-canon-plus-content {
    position: relative;
  }

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

  .align-center.margin-bottom-small {
    margin-bottom: 20px;
  }

  ._4-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .slider {
    padding-left: 20px;
  }

  .hide-mobile {
    display: none;
  }

  .pricing-h2 {
    margin-left: auto;
    margin-right: auto;
  }

  .plan__wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .offer__wrapper {
    height: 100%;
  }

  .button-subscribe-active {
    display: none;
  }

  .button-subscribe-active.pricing-card {
    display: block;
  }

  .features__grid {
    grid-template-rows: auto auto auto auto;
  }

  .features-copy__wrapper {
    min-height: 280px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .features-image__wrapper {
    width: 100%;
  }

  .image-right__wrapper {
    grid-row-gap: 3px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-left__wrapper {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .margin-top-zero {
    margin-top: 0;
  }

  .splide {
    width: 100%;
    position: relative;
  }

  .splide.slider1, .splide.slider2 {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .splide__list {
    justify-content: flex-start;
    display: flex;
  }

  .splide__slide {
    width: 60%;
    max-width: 260px;
    flex: none;
  }

  .gradientbg-copy__wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, .01), rgba(66, 66, 66, .7) 26%, #000);
  }

  .splide__pagination {
    margin: 40px auto 20px;
    display: block;
    position: relative;
  }

  .splide__pagination__item {
    margin-left: 0;
  }

  .splide__pagination__page {
    margin-right: 10px;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .faq-body-cont {
    padding: 20px;
  }

  .faq-img {
    width: 50px;
    height: 50px;
  }

  .heading-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-plans__wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: stretch;
  }

  .image-app-content.phone {
    max-width: 80%;
  }

  .app-page-faq.inline {
    display: inline;
  }

  .section-content {
    position: relative;
  }

  .swiper-slide.is-slider-main {
    width: 30%;
    max-height: 20.8rem;
  }

  .swiper-slide.is-slider-main.audiobook {
    width: 30%;
  }

  .swiper-slide.is-slider-main.stack {
    width: 20%;
  }

  .swiper-slide.is-slider-main.splide__slide {
    width: 15.8rem;
    max-height: none;
  }

  .swiper-slide.is-slider-main.single-feature {
    width: 15.8rem;
    max-height: 30rem;
    max-width: 252.793px;
  }

  .div-block-7 {
    z-index: 1;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background-image: linear-gradient(to top, #000, rgba(0, 0, 0, .48) 64%, rgba(0, 0, 0, 0));
    flex: 0 auto;
    padding: 24px 12px 12px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  ._3-grid__wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-reviews {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-top: 0;
  }

  .link.bmc {
    width: auto;
    padding-bottom: 0;
    display: block;
  }

  .hero-text, .gradient-text {
    font-size: 35px;
  }

  .big-hero-text {
    font-size: 70px;
  }

  .gradient-bg.home {
    filter: blur(180px);
  }

  .animated-hero-bg-container.home {
    align-items: stretch;
  }

  .buy-me-a-coffee {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .bmc {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cplus-h3 {
    font-size: 5vw;
  }

  .app-faq-tabs__wrapper {
    padding-top: 0;
  }

  .app-faq.max-width-30ch.inline {
    display: inline-block;
  }

  .app-faq.inline {
    display: inline;
  }

  .app-faq__tabs-menu {
    flex-direction: row;
    justify-content: center;
  }

  .app-faq__tab-content__wrapper {
    max-width: 100%;
  }

  .page-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-circle {
    width: 28vw;
    height: 28vw;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 11px;
  }

  .tab-link-circle.w--current {
    padding-left: 8px;
    padding-right: 8px;
  }

  .button.margin-top-small.end-card {
    padding-left: 12px;
    padding-right: 12px;
  }

  .app__wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-app {
    margin-top: 0;
  }

  .section-app.home {
    margin-top: 4%;
  }

  .h2-canon-plus.end-card {
    font-size: 16px;
  }

  .button__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-2col.margin-top {
    grid-template-columns: .25fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-2col.padding-bottom {
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }

  .icon-account {
    margin-top: -16px;
    position: relative;
  }

  .inline-text-photo__wrapper, .section-canon-plus-pricing.show-mobile, .section-canon-plus-pricing.bg-gray {
    display: block;
  }

  .align-center {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .slider {
    height: auto;
    background-color: #000;
    padding-left: 20px;
  }

  .hide {
    display: none;
  }

  .mask {
    min-height: 500px;
  }

  .slider-image__wrapper {
    min-width: 250px;
    position: relative;
  }

  .splide-image {
    max-height: 490px;
    border-radius: 30px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .slide {
    padding-right: 12px;
  }

  .what-plus.app-faq__wrapper {
    width: auto;
    min-width: 0;
  }

  .pricing-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    padding-top: 4vw;
  }

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

  .plan__wrapper {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .offer__wrapper {
    display: 1pxpx;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .features-copy__wrapper {
    min-height: 300px;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-2 {
    min-height: 280px;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .splide__slide {
    width: 80%;
  }

  .toggle-text {
    font-size: 16px;
  }

  .faq-img {
    min-height: 40px;
    min-width: 50px;
  }

  .pricing-plans__wrapper {
    flex-direction: column-reverse;
  }

  .image-app-content {
    max-width: 400px;
  }

  .image-app-content.audiobooks {
    max-height: 350px;
  }

  .app-page-faq {
    font-size: 1.1rem;
  }

  .app-page-faq.max-width-30ch.inline {
    display: inline-block;
  }

  .app-page-faq.inline {
    display: inline;
  }

  .swiper-slide.is-slider-main {
    width: 35%;
  }

  .swiper-slide.is-slider-main.stack {
    width: 24%;
  }

  .h1-avantt {
    font-size: 5rem;
  }

  .footer__wrapper {
    padding: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container.footer {
    width: auto;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .bg-circle._5 {
    width: 40vw;
    background-color: #4b68bf;
    margin-top: 41%;
    margin-right: -1%;
  }

  .bg-circle._6 {
    width: 20vw;
    height: 20vw;
    background-color: #7e5ea7;
    margin-top: 44%;
    margin-bottom: 0%;
    margin-left: 33%;
  }

  .bg-circle._1 {
    width: 40vw;
    margin-top: 9%;
  }

  .bg-circle._4 {
    background-color: #30f2f2;
    margin-top: 11%;
    margin-right: -5%;
  }

  .bg-circle._2 {
    width: 40vw;
    background-color: #f29c6b;
    margin-top: 30%;
    margin-left: 1%;
  }

  .bg-circle._3 {
    background-color: #92bfb4;
    margin-top: 5%;
    margin-left: 37%;
  }

  .hero-p {
    margin-left: 0;
    font-size: 14px;
  }

  .hero-text, .gradient-text {
    font-size: 20px;
  }

  .big-hero-text {
    font-size: 50px;
  }

  .disclaimer-text {
    margin-top: 60px;
    padding-left: 0;
    font-size: 12px;
    line-height: 1.2;
    display: inline-block;
  }

  .gradient-bg {
    filter: blur(80px);
  }

  .gradient-bg.home {
    filter: blur(100px);
  }

  .page-wrapper {
    position: relative;
  }

  .hero-text-wrapper {
    padding: 0;
  }

  .section.instructions {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav {
    flex-direction: column;
  }

  .buy-me-a-coffee {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .hero_button-wrap-grid.padding-vertical-medium {
    grid-column-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .app-faq-answer__wrapper {
    width: auto;
    position: relative;
  }

  .cplus-h3 {
    font-size: 34px;
  }

  .app_faq-question__wrapper {
    height: auto;
    min-width: auto;
  }

  .app-faq-tabs__wrapper {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero_button-app-image-wrapper.margin-right-small {
    width: 100px;
  }

  .app-faq__tabs-menu {
    width: 100%;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .app-faq__tab-content__wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding.padding-left-small {
    padding-left: 10px;
  }

  .tab-link-circle {
    width: 100%;
    border-radius: 8px;
    margin: 8px 0;
  }

  .tab-link-circle.w--current {
    box-shadow: 1px 0 30px -10px #27def2, -9px -2px 40px -12px #ff7948, 6px 5px 10px -10px #0477bf;
  }

  .button.shadow-plus.secondary {
    box-shadow: 10px -3px 50px -31px #30f2f2, -12px 9px 20px -16px #f2836b, 1px 1px 25px -18px #4b68bf;
  }

  .button.secondary-text-only {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #000;
  }

  .button.margin-top-small.end-card {
    position: static;
  }

  .app-faq-answer {
    padding-left: 0;
    padding-right: 21px;
  }

  .app-faq-headline {
    padding-left: 10px;
    padding-right: 10px;
  }

  .shadow-plus {
    box-shadow: 7px -7px 45px -31px #30f2f2, 0 7px 7px -16px #f2836b, 0 0 30px -20px rgba(75, 104, 191, .77);
  }

  .image-app {
    padding-left: 20px;
  }

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

  .embed-form__wrapper {
    background-color: rgba(31, 31, 31, .99);
  }

  .h2-canon-plus.end-card {
    font-size: 16px;
  }

  .button__wrapper {
    justify-items: stretch;
  }

  .step__wrapper {
    margin-right: 0;
  }

  .active-monthly__wrapper, .restore-broken__wrapper {
    display: block;
  }

  .icon-account {
    margin-top: -14px;
  }

  .section-canon-plus-features {
    margin-top: 60px;
  }

  .section-canon-plus-faqs {
    padding-top: 0;
  }

  .pricing-grid {
    padding-top: 8vw;
  }

  .button-subscribe-active.shadow-plus.secondary {
    box-shadow: 10px -3px 50px -31px #30f2f2, -12px 9px 20px -16px #f2836b, 1px 1px 25px -18px #4b68bf;
  }

  .button-subscribe-active.secondary-text-only {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #000;
  }

  .features-copy__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-image__wrapper {
    height: auto;
    min-height: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .splide__slide {
    width: 100%;
    max-width: 270px;
  }

  .splide__pagination__page {
    width: 2em;
  }

  .faq-img {
    display: none;
  }

  .image-app-content, .image-app-content.phone {
    max-width: 90vw;
  }

  .app-faq-page-answer {
    padding-left: 0;
    padding-right: 21px;
  }

  .app-page-faq {
    font-size: 1rem;
  }

  .swiper-slide.is-slider-main, .swiper-slide.is-slider-main.audiobook {
    width: 45%;
  }

  .swiper-slide.is-slider-main.stack {
    width: 30%;
  }

  .tall-end-card {
    grid-template-rows: 60% 30%;
    padding: .65rem;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

#w-node-accd27a0-fec9-e300-c5da-dca9e28a68a9-da749dc4, #w-node-eb0edac5-5869-19d0-129a-f849de180e89-da749dc4, #w-node-_9542e18a-c4fa-2cef-e2fe-4693309f154c-da749dc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74ca4517-ddd8-0aeb-96fb-733d2a7ca503-da749dc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e0a218cb-96ea-eec9-6c6c-d5a6f83903bb-da749dc4, #w-node-_0d9c8cb5-ecb6-e1d0-2ab1-93b3e817553e-da749dc4 {
  align-self: center;
  justify-self: center;
}

#w-node-_7ef6cf8a-2057-f4ac-9a4c-23cda79af877-da749dc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7ef6cf8a-2057-f4ac-9a4c-23cda79af878-da749dc4 {
  align-self: center;
  justify-self: stretch;
}

#w-node-_2fd57442-40e5-58c4-ae58-cdee7fa1df17-da749dc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2fd57442-40e5-58c4-ae58-cdee7fa1df18-da749dc4 {
  align-self: center;
  justify-self: center;
}

#w-node-_55cbd98e-e316-6ecf-0b44-b69af555db0b-da749dc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_55cbd98e-e316-6ecf-0b44-b69af555db0e-da749dc4 {
  align-self: center;
  justify-self: center;
}

#w-node-eeb081cf-2c2c-cd4f-f26c-1a6bf42e240a-da749dc4, #w-node-ed2ea212-8f1b-7529-1a07-4126357768c9-da749dc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bec54ff1-dea4-9845-ea98-102eab1b02fe-da749dc4, #w-node-_361e0ff4-bd8c-d274-c953-11ef332aace1-da749dc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_02b48233-5e06-c67a-c253-9bd69e83a8bd-da749dc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-f174eea4-c069-fe0c-5bf1-d2114b0a904a-da749dc4, #w-node-_90a8364b-0fb4-33d6-d754-7390d9b1de4d-da749dc4, #w-node-_95992895-b358-b9e1-919b-a76ddfc1d82a-da749dc4, #w-node-_95992895-b358-b9e1-919b-a76ddfc1d82e-da749dc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_95992895-b358-b9e1-919b-a76ddfc1d832-da749dc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_95992895-b358-b9e1-919b-a76ddfc1d836-da749dc4, #w-node-_95992895-b358-b9e1-919b-a76ddfc1d83a-da749dc4, #w-node-_80c586ea-6afe-2734-c5e5-a103d11766de-da749dc4, #w-node-_80c586ea-6afe-2734-c5e5-a103d11766e2-da749dc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_80c586ea-6afe-2734-c5e5-a103d11766e6-da749dc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_80c586ea-6afe-2734-c5e5-a103d11766ea-da749dc4, #w-node-_80c586ea-6afe-2734-c5e5-a103d11766ee-da749dc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_66e97656-dc9d-36d7-84d5-cb1e31f34e94-d6749dc5 {
  justify-self: stretch;
}

#w-node-_66e97656-dc9d-36d7-84d5-cb1e31f34e9a-d6749dc5 {
  justify-self: start;
}

#w-node-_66e97656-dc9d-36d7-84d5-cb1e31f34ea3-d6749dc5 {
  justify-self: stretch;
}

#w-node-_66e97656-dc9d-36d7-84d5-cb1e31f34ea8-d6749dc5 {
  justify-self: start;
}

#w-node-_66e97656-dc9d-36d7-84d5-cb1e31f34eac-d6749dc5 {
  justify-self: stretch;
}

#w-node-_66e97656-dc9d-36d7-84d5-cb1e31f34eb1-d6749dc5 {
  justify-self: start;
}

#w-node-_66e97656-dc9d-36d7-84d5-cb1e31f34eb5-d6749dc5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_46163a36-93ef-b274-59b1-f0ed4e00874d-d6749dc5 {
  justify-self: start;
}

#w-node-c1fddf17-b822-0faa-dd64-e59e7433508a-d6749dc5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cefa5989-e25a-d75b-b744-e34f714f5eed-d6749dc5 {
  justify-self: center;
}

#w-node-cefa5989-e25a-d75b-b744-e34f714f5ef3-d6749dc5 {
  justify-self: start;
}

#w-node-cefa5989-e25a-d75b-b744-e34f714f5efc-d6749dc5 {
  justify-self: center;
}

#w-node-cefa5989-e25a-d75b-b744-e34f714f5f01-d6749dc5 {
  justify-self: start;
}

#w-node-cefa5989-e25a-d75b-b744-e34f714f5f05-d6749dc5 {
  justify-self: center;
}

#w-node-cefa5989-e25a-d75b-b744-e34f714f5f0a-d6749dc5 {
  justify-self: start;
}

#w-node-cefa5989-e25a-d75b-b744-e34f714f5f0e-d6749dc5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_05447e51-2d59-c813-0465-6c230c1d3167-d6749dc5 {
  justify-self: start;
}

#w-node-_05447e51-2d59-c813-0465-6c230c1d316d-d6749dc5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_05447e51-2d59-c813-0465-6c230c1d3173-d6749dc5 {
  justify-self: center;
}

#w-node-_05447e51-2d59-c813-0465-6c230c1d3179-d6749dc5 {
  justify-self: start;
}

#w-node-_05447e51-2d59-c813-0465-6c230c1d3182-d6749dc5 {
  justify-self: center;
}

#w-node-_05447e51-2d59-c813-0465-6c230c1d3187-d6749dc5 {
  justify-self: start;
}

#w-node-_05447e51-2d59-c813-0465-6c230c1d318b-d6749dc5 {
  justify-self: center;
}

#w-node-_05447e51-2d59-c813-0465-6c230c1d3190-d6749dc5 {
  justify-self: start;
}

#w-node-_05447e51-2d59-c813-0465-6c230c1d3194-d6749dc5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_1139fcd6-0f71-099b-4360-af34d4ad843f-d6749dc5 {
  justify-self: start;
}

#spacer-next-step.w-node-_76727c89-5eee-69d4-be62-19703e78ca56-d6749dc5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cd602178-c737-8e6b-4d5e-d3ba60e4c633-d6749dc5, #w-node-d4094369-7f5d-dc6c-be86-aa5c67cc1ee8-d6749dc5 {
  justify-self: start;
}

#w-node-_876aecbb-bca3-c2bf-8bbe-a5e23b46d4c0-d6749dc5 {
  justify-self: center;
}

#w-node-_876aecbb-bca3-c2bf-8bbe-a5e23b46d4c6-d6749dc5 {
  justify-self: start;
}

#w-node-af87cf5d-d702-88b5-d5c7-26be2cf4dc0d-d6749dc5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_876aecbb-bca3-c2bf-8bbe-a5e23b46d4cf-d6749dc5 {
  justify-self: center;
}

#w-node-_876aecbb-bca3-c2bf-8bbe-a5e23b46d4d4-d6749dc5 {
  justify-self: start;
}

#w-node-_876aecbb-bca3-c2bf-8bbe-a5e23b46d4db-d6749dc5 {
  justify-self: center;
}

#w-node-_876aecbb-bca3-c2bf-8bbe-a5e23b46d4e0-d6749dc5 {
  justify-self: start;
}

#w-node-_876aecbb-bca3-c2bf-8bbe-a5e23b46d4e4-d6749dc5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-a1ca2b8a-852a-2291-cfb1-40734b91bbb6-d6749dc5, #w-node-a1ca2b8a-852a-2291-cfb1-40734b91bbc9-d6749dc5 {
  justify-self: start;
}

#spacer-next-step.w-node-_159b5a3d-1402-24dd-be6a-79031932dd09-d6749dc5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_159b5a3d-1402-24dd-be6a-79031932dd0e-d6749dc5, #w-node-_159b5a3d-1402-24dd-be6a-79031932dd21-d6749dc5 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-accd27a0-fec9-e300-c5da-dca9e28a68a9-da749dc4, #w-node-eb0edac5-5869-19d0-129a-f849de180e89-da749dc4, #w-node-_9542e18a-c4fa-2cef-e2fe-4693309f154c-da749dc4, #w-node-_58479eb3-8ed3-cf00-b3c6-0a57ef8fa96c-da749dc4, #w-node-_58479eb3-8ed3-cf00-b3c6-0a57ef8fa973-da749dc4, #w-node-_25be0082-a890-0f25-158e-34363268c86d-da749dc4, #w-node-_25be0082-a890-0f25-158e-34363268c874-da749dc4, #w-node-_16e16d3e-43c9-442c-d484-442dc8d8ffef-da749dc4, #w-node-d3f7a5e7-95e0-5e5b-8e81-08353c9cb19f-da749dc4 {
    justify-self: center;
  }

  #w-node-_74ca4517-ddd8-0aeb-96fb-733d2a7ca503-da749dc4 {
    grid-column: span 2 / span 2;
  }

  #w-node-e0a218cb-96ea-eec9-6c6c-d5a6f83903bb-da749dc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_0d9c8cb5-ecb6-e1d0-2ab1-93b3e817553e-da749dc4, #w-node-_2fd57442-40e5-58c4-ae58-cdee7fa1df1d-da749dc4 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7ef6cf8a-2057-f4ac-9a4c-23cda79af878-da749dc4 {
    align-self: center;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Avantt';
  src: url('../fonts/Avantt-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}