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

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

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

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

a {
  color: #ff553e;
  text-decoration: none;
}

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

strong {
  font-weight: 500;
}

.container {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link {
  -webkit-transition: color 500ms ease, -webkit-filter 500ms ease;
  transition: color 500ms ease, -webkit-filter 500ms ease;
  transition: color 500ms ease, filter 500ms ease;
  transition: color 500ms ease, filter 500ms ease, -webkit-filter 500ms ease;
  color: #7d76ff;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer {
  padding: 28px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

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

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

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

.page-wrapper {
  overflow: visible;
}

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

.page-wrapper.bg-black {
  overflow: hidden;
}

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

.animated-hero-bg-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding: 0px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding: 130px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.social_links {
  width: 30px;
}

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

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

.bmc {
  width: 150px;
}

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

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

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

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

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

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

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

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

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

.app-faq-tabs__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-faq-button__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

.app-faq__tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}

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

.app-faq-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

.button.shadow-plus.secondary {
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
}

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

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

.button.secondary-text-only {
  background-color: transparent;
}

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

.app-faq-headline {
  max-width: 60ch;
  margin-right: auto;
  margin-left: 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;
  padding: 12px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #ff553e;
  -webkit-transition: -webkit-transform 50ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 50ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 50ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 50ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 50ms cubic-bezier(.55, .085, .68, .53);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.button-2:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.button-2.ghost {
  border-style: solid;
  border-width: 4px;
  border-color: #ff553e;
  background-color: transparent;
}

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

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

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

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

.button-secondary {
  padding: 0.75rem 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ff553e;
  border-radius: 50px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #ff553e;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

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

.section-app {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

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

.step__wrapper.hide {
  display: none;
}

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

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

.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-right: auto;
  margin-left: auto;
  font-size: 16px;
}

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

.bold-text {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
  background-image: linear-gradient(180deg, #000, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.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 {
  margin-top: 20px;
}

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

.active-monthly__wrapper {
  display: none;
}

.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 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

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

.nav__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.hero-button__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-canon-plus-platforms.hide {
  display: none;
}

.section-canon-plus-content {
  display: none;
  padding-top: 0vw;
  padding-bottom: 8vw;
}

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

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

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

.platforms__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4vw;
  margin-bottom: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.image {
  width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.image-4 {
  position: absolute;
}

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

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

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

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

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

.slider {
  height: auto;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.hide {
  display: none;
}

.mask {
  min-height: 537px;
}

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

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

.faq__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.what-plus.app-faq__wrapper {
  min-width: 60vw;
}

.how-much-plus.app-faq__wrapper {
  min-width: 60vw;
}

.where-watch.app-faq__wrapper {
  min-width: 60vw;
}

.how-cancel.app-faq__wrapper {
  min-width: 60vw;
}

.what-i-stream.app-faq__wrapper {
  min-width: 60vw;
}

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

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

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

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

.pricing-h2 {
  margin-top: 10px;
  text-align: center;
}

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

.plan__wrapper {
  width: 33.333333333333336%;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #8d8d8d;
}

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

.text-price {
  font-family: 'Crimson Pro', sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

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

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

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

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

.text-600wt-trial.annual-highlight {
  display: block;
}

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

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

.offer__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 220px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #e8e8e8;
  border-radius: 5px;
}

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

.button-subscribe-active {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 0px 4px 4px;
  background-color: #ff553e;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

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

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

.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 {
  border: 2px solid #000;
  background-color: transparent;
  color: #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: transparent;
}

.text-button-subscribe {
  padding: 12px 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.splide__track {
  width: 100%;
}

.splide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.splide__slide {
  position: relative;
  width: 20%;
  max-width: 230px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
}

._2-grid-content {
  display: -ms-grid;
  display: grid;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.gradientbg-copy__wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2vw 20px 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.01)), color-stop(26%, rgba(66, 66, 66, 0.7)), to(#000));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.01), rgba(66, 66, 66, 0.7) 26%, #000);
}

.slide__wrapper._2-grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 210px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 5px;
}

.splide__arrow {
  display: none;
}

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

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

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

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

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

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

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

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

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

.faq-body {
  position: relative;
  display: block;
  width: 100%;
  background-color: transparent;
}

.faq-body.w--open {
  background-color: transparent;
}

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

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

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

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

.faq-p {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: transparent;
}

.pricing-plans__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.paragraph-3 {
  margin-bottom: 32px;
}

.rjwebinar-cta {
  padding: 12px 1em;
  border-radius: 18px;
  background-color: #b86519;
  font-size: 1.25em;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
}

.rjwebinar-cta.product {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #000;
  background-color: #b86519;
  font-family: Inter, sans-serif;
  color: #f4ccb3;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: none;
}

.rjwebinar-cta.product:hover {
  box-shadow: 0 0 13px -4px #3c1f31, -1px 1px 7px 1px #b86519, 1px 1px 6px 0 #000;
}

.rjwebinar-cta.product.invert {
  display: block;
  width: auto;
  background-color: #e1425a;
  color: #effcfd;
  font-weight: 600;
  text-align: center;
}

.rjwebinar-cta.product.invert:hover {
  text-decoration: none;
}

.rjwebinar-cta.product.invert.hide {
  display: none;
}

.rjbwebinar-h2 {
  margin: 0px;
  color: #070809;
  font-size: 1.25em;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
}

.rjbwebinar-h2.padding-vertical-medium {
  font-family: Inter, sans-serif;
  color: #8d8d8d;
  text-align: center;
}

.section-liveqa.live-widgets {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rjbwebinar-p {
  margin-bottom: 20px;
  color: #070809;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

.rjwebinar-live-video-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.live-webinar-chat {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}

.live-webinar-chat.hide {
  display: none;
}

.rjwebinar-pw-notice {
  display: block;
  margin-top: 40px;
  padding: 20px;
  background-color: #e79e5a;
}

.rjwebinar-pw-notice.hide {
  display: none;
}

.rjwebinar-popup-p {
  color: #3c1f31;
  font-size: 60px;
  line-height: 1.5;
  text-align: center;
}

.rjwebinar-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 5em 10em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rjwebinar-contain.live-widgets {
  position: relative;
  padding: 0em;
}

.popup__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rjwebinar-live-wrap {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.htstwqa-h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 2.5em;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}

.htstwqa-h2.hide {
  color: #fff;
}

.live-webinar-2 {
  width: 100%;
  margin-bottom: 20px;
}

.live-chat__wrapper {
  width: 100%;
}

.live-chat__wrapper.hide {
  display: block;
}

@media screen and (min-width: 1280px) {
  .rjbwebinar-h2 {
    margin-bottom: 8px;
  }

  .live-webinar-chat {
    display: block;
  }

  .live-chat__wrapper.hide {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .rjwebinar-cta.product {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rjwebinar-cta.product.invert {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 1920px) {
  p {
    font-size: 1rem;
  }

  .button {
    font-size: 1rem;
  }

  .padding-vertical-medium {
    font-size: 1rem;
  }

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

  .text-button-subscribe {
    font-size: 1rem;
  }

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

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

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

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

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

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

  .rjwebinar-cta.product {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rjwebinar-cta.product.invert {
    font-size: 22px;
  }

  .rjbwebinar-p {
    font-size: 24px;
    line-height: 1.44;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

  .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 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

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

  .offer__wrapper {
    height: 100%;
  }

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

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

  .features-copy__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 280px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .features-image__wrapper {
    width: 100%;
  }

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

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

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

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

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

  .splide__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .splide__slide {
    width: 60%;
    max-width: 260px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .splide__pagination__item {
    margin-left: 0em;
  }

  .splide__pagination__page {
    margin-right: 10px;
  }

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

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

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

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

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

  .rjwebinar-cta.product.invert {
    width: auto;
    font-size: 14px;
    text-align: center;
  }

  .rjbwebinar-p {
    font-size: 15px;
  }

  .live-webinar-chat {
    width: 100%;
    margin-left: 0px;
  }

  .rjwebinar-live-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .htstwqa-h2 {
    margin-top: 40px;
    font-size: 40px;
  }

  .live-webinar-2 {
    width: 100%;
    margin-left: 0px;
  }
}

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

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

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

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

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

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

  .animated-hero-bg-container.home {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

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

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

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

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

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

  .app-faq__tabs-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

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

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

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

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

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

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

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

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

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

  .inline-text-photo__wrapper {
    display: block;
  }

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

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

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

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

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

  .hide {
    display: none;
  }

  .mask {
    min-height: 500px;
  }

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

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

  .slide {
    padding-right: 12px;
  }

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

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

  .pricing-copy__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

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

  .splide__slide {
    width: 80%;
  }

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

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

  .pricing-plans__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

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

  .rjwebinar-cta.product {
    width: auto;
    min-width: 210px;
  }

  .rjwebinar-cta.product.invert {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }

  .rjbwebinar-h2 {
    margin-bottom: 10px;
  }

  .rjbwebinar-h2.padding-vertical-medium {
    white-space: normal;
  }

  .section-liveqa {
    padding-right: 3em;
    padding-left: 3em;
  }

  .section-liveqa.live-widgets {
    padding-right: 0em;
    padding-left: 0em;
  }

  .rjbwebinar-p {
    max-width: 40ch;
    font-size: 17px;
    line-height: 1.43;
  }

  .rjwebinar-live-video-wrap {
    margin-bottom: 0px;
  }

  .live-webinar-chat {
    display: block;
  }

  .rjwebinar-popup-p {
    font-size: 36px;
  }

  .rjwebinar-contain {
    padding-right: 0em;
    padding-left: 0em;
  }

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

  .rjwebinar-live-wrap {
    margin-bottom: 0px;
  }

  .htstwqa-h2 {
    margin-top: 0px;
    text-align: center;
  }

  .live-chat__wrapper {
    width: 100%;
    min-height: 300px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .page-wrapper {
    position: relative;
  }

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

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

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

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

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

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

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

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

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

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

  .app-faq__tabs-menu {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

  .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 {
    border: 2px solid #000;
    background-color: transparent;
    color: #000;
  }

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

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

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

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

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

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

  .button__wrapper {
    justify-items: stretch;
  }

  .step__wrapper {
    margin-right: 0px;
  }

  .active-monthly__wrapper {
    display: block;
  }

  .restore-broken__wrapper {
    display: block;
  }

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

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

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

  .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 {
    border: 2px solid #000;
    background-color: transparent;
    color: #000;
  }

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

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

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

  .splide__pagination__page {
    width: 2em;
  }

  .faq-img {
    display: none;
  }

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

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

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

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

  .rjwebinar-cta.product {
    font-size: 16px;
  }

  .rjwebinar-cta.product.invert {
    font-size: 14px;
  }

  .rjbwebinar-h2 {
    font-size: 16px;
    text-align: center;
    white-space: normal;
  }

  .section-liveqa {
    padding-right: 0em;
    padding-left: 0em;
  }

  .rjbwebinar-p {
    max-width: none;
    font-size: 16px;
  }

  .rjwebinar-pw-notice {
    display: block;
  }

  .rjwebinar-contain {
    padding-top: 0em;
    padding-bottom: 0em;
  }

  .rjwebinar-live-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .htstwqa-h2 {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 700;
  }
}

#w-node-_9f42a809-e5a8-f5de-2f30-4346dc4789c4-7917cb8f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_20559a7b-2d64-45d6-0383-878cdea07d52-7917cb8f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_011104fa-3f1e-f57c-70b6-b071a22b5993-7917cb8f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b8dcd0b8-8bd3-9dd5-493a-032796c12fc6-7917cb8f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a588ef0f-830f-73cb-44a0-10188e9f87c3-7917cb8f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_11fd793e-57c7-97a3-360a-8e74e3895a4f-7917cb8f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_76d648d3-4119-d9c1-ee8e-53bea6721373-7917cb8f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_25e602a8-f2ad-cec1-b81c-29a890d0fcb4-7917cb8f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eeb081cf-2c2c-cd4f-f26c-1a6bf42e240a-7917cb8f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ed2ea212-8f1b-7529-1a07-4126357768c9-7917cb8f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_35f76b41-234c-bd72-54e0-ed18f11aaa88-7917cb8f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_74ca4517-ddd8-0aeb-96fb-733d2a7ca503-7917cb8f {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e0a218cb-96ea-eec9-6c6c-d5a6f83903bb-7917cb8f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0d9c8cb5-ecb6-e1d0-2ab1-93b3e817553e-7917cb8f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7ef6cf8a-2057-f4ac-9a4c-23cda79af877-7917cb8f {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7ef6cf8a-2057-f4ac-9a4c-23cda79af878-7917cb8f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_2fd57442-40e5-58c4-ae58-cdee7fa1df17-7917cb8f {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2fd57442-40e5-58c4-ae58-cdee7fa1df18-7917cb8f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_55cbd98e-e316-6ecf-0b44-b69af555db0b-7917cb8f {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_55cbd98e-e316-6ecf-0b44-b69af555db0e-7917cb8f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3029a608-a45f-b5a5-78a1-03f82336e8a3-7917cb8f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3029a608-a45f-b5a5-78a1-03f82336e8a9-7917cb8f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3029a608-a45f-b5a5-78a1-03f82336e8b9-7917cb8f {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-f338b1d4-e0d9-d34e-e70b-fa932d1bf507-7917cb8f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_74ca4517-ddd8-0aeb-96fb-733d2a7ca503-7917cb8f {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-e0a218cb-96ea-eec9-6c6c-d5a6f83903bb-7917cb8f {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0d9c8cb5-ecb6-e1d0-2ab1-93b3e817553e-7917cb8f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_2fd57442-40e5-58c4-ae58-cdee7fa1df1d-7917cb8f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_20559a7b-2d64-45d6-0383-878cdea07d52-7917cb8f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_35f76b41-234c-bd72-54e0-ed18f11aaa88-7917cb8f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7ef6cf8a-2057-f4ac-9a4c-23cda79af878-7917cb8f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3029a608-a45f-b5a5-78a1-03f82336e8b9-7917cb8f {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2c0facaf-ae91-d0d4-2763-a1d214067896-7917cb8f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

