:root {
  --fallback-font-stack: Helvetica, Arial, serif;
}

.checkout.container {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  background-color: white;
}
.checkout .heroImageContainer {
  display: flex;
  flex-direction: column;
  background-color: #f9fafb;
  border-width: 0 0 1px;
  border-color: #c9c9c9;
  border-style: solid;
  overflow: hidden;
}
.checkout .heroImage {
  margin: 20px 1099px 20px 160px;
  width: 10%;
  /* max-width: 85%; */
  /* height: 60px; */
  border-radius: 0.84px 0.84px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991px) {
  .checkout .heroImage {
    position: relative;
    margin: 20px 32px;
  }
}
@media (max-width: 575px) {
  .checkout .heroImage {
    margin: 20px 16px;
  }
}
@media (max-width: 383px) {
  .checkout .heroImage {
    margin: 20px 8px;
  }
}
.checkout .mainContainer {
  display: flex;
  flex-direction: column;
  /* background-color: #feeefb; */
  background-image: linear-gradient(#5A94FF, #FFF0F0);
}
.checkout .columnContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
  margin: 60px auto;
}
@media (max-width: 767px) {
  .checkout .columnContainer {
    position: relative;
    width: 83.44%;
  }
}
@media (max-width: 383px) {
  .checkout .columnContainer {
    margin: 50px auto;
  }
}
.checkout .imageBlock {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 332px;
  background-color: #c9c9c9;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .checkout .imageBlock {
    position: relative;
    height: 240px;
  }
}
.checkout .svgImage {
  margin: auto;
  width: 45px;
  height: 36px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .checkout .svgImage {
    position: relative;
  }
}
.checkout .informationSection {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 32px;
  width: 100%;
  background-color: white;
  padding: 24px 22px 24px 24px;
  border-radius: 10px;
}
.checkout .featureList {
  display: flex;
  flex-direction: column;
  margin: 0 2px 0 0;
  background-color: #f1f1f1;
  border-radius: 8px;
}
.checkout .featureItem {
  display: flex;
  -moz-column-gap: 24px;
  column-gap: 24px;
  margin: 12px auto;
  width: 262px;
  max-width: 85%;
}
@media (max-width: 575px) {
  .checkout .featureItem {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
@media (max-width: 383px) {
  .checkout .featureItem {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}
.checkout .sslFeature {
  display: flex;
  -moz-column-gap: 8px;
  column-gap: 8px;
  width: 108px;
  min-width: 0;
}
@media (max-width: 479px) {
  .checkout .sslFeature {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 383px) {
  .checkout .sslFeature {
    position: relative;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
  }
}
.checkout .sslImage {
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 479px) {
  .checkout .sslImage {
    position: relative;
    margin-top: unset;
    margin-bottom: unset;
  }
}
.checkout .sslText {
  display: flex;
  margin: 0 0 1px;
  width: 84px;
  font: 12px/1.25 Inter, Helvetica, Arial, serif;
  color: #292929;
}
@media (max-width: 479px) {
  .checkout .sslText {
    position: relative;
    justify-content: center;
    align-items: flex-start;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
    text-align: center;
  }
}
.checkout .guaranteeFeature {
  display: flex;
  -moz-column-gap: 8px;
  column-gap: 8px;
  width: 130px;
  min-width: 0;
}
@media (max-width: 479px) {
  .checkout .guaranteeFeature {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 383px) {
  .checkout .guaranteeFeature {
    position: relative;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
  }
}
.checkout .guaranteeImage {
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 479px) {
  .checkout .guaranteeImage {
    position: relative;
    margin-top: unset;
    margin-bottom: unset;
  }
}
.checkout .guaranteeText {
  display: flex;
  margin: 0 0 1px;
  width: 106px;
  font: 12px/1.25 Inter, Helvetica, Arial, serif;
  color: #292929;
}
@media (max-width: 479px) {
  .checkout .guaranteeText {
    position: relative;
    justify-content: center;
    align-items: flex-start;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
    text-align: center;
  }
}
.checkout .informationSection1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 51px;
}
@media (max-width: 1199px) {
  .checkout .informationSection1 {
    row-gap: 32px;
  }
}
@media (max-width: 383px) {
  .checkout .informationSection1 {
    position: relative;
    row-gap: 50px;
    margin: 50px 0 0;
  }
}
.checkout .contactInformation {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  width: 100%;
}
.checkout .contactDetails {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.checkout .contactTitleContainer {
  display: flex;
  -moz-column-gap: 6px;
  column-gap: 6px;
}
@media (max-width: 767px) {
  .checkout .contactTitleContainer {
    flex-direction: column;
    align-items: center;
    gap: 32px 6px;
  }
}
.checkout .contactTitle {
  display: flex;
  justify-content: center;
  width: 41%;
  font: 700 14px/1.21 Inter, Helvetica, Arial, serif;
  color: #5a5a5a;
  text-align: center;
}
@media (max-width: 767px) {
  .checkout .contactTitle {
    position: relative;
    width: 100%;
  }
}
.checkout .titleSeparator {
  margin: 7px 0 9px;
  width: 100%;
  height: 1px;
  min-height: 1px;
  background-color: #d1d1d1;
}
@media (max-width: 767px) {
  .checkout .titleSeparator {
    position: relative;
    margin: 0;
    width: 100%;
  }
}
.checkout .contactInfoList {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.checkout .fullName {
  margin: 0 2px 0 0;
  font: 14px/1.21 Inter, Helvetica, Arial, serif;
  color: #948f8f;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 12px;
  outline-offset: -1px;
  border-radius: 8px;
  outline: #d1d1d1 solid 1px;
}
@media (max-width: 383px) {
  .checkout .fullName {
    position: relative;
    padding-left: 8px;
  }
}
.checkout .emailAddress {
  font: 14px/1.21 Inter, Helvetica, Arial, serif;
  color: #948f8f;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 12px;
  outline-offset: -1px;
  border-radius: 8px;
  letter-spacing: -0.4px;
  outline: #d1d1d1 solid 1px;
}
@media (max-width: 383px) {
  .checkout .emailAddress {
    position: relative;
    padding-left: 8px;
  }
}
.checkout .phoneNumber {
  margin: 0 2px 0 0;
  font: 14px/1.21 Inter, Helvetica, Arial, serif;
  color: #948f8f;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 12px;
  outline-offset: -1px;
  border-radius: 8px;
  letter-spacing: -0.4px;
  outline: #d1d1d1 solid 1px;
}
@media (max-width: 383px) {
  .checkout .phoneNumber {
    position: relative;
    padding-left: 8px;
  }
}
.checkout .orderSummary {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin: 0 2px 0 0;
}
.checkout .orderTitleContainer {
  display: flex;
  -moz-column-gap: 6px;
  column-gap: 6px;
}
@media (max-width: 767px) {
  .checkout .orderTitleContainer {
    flex-direction: column;
    align-items: center;
    gap: 32px 6px;
  }
}
.checkout .orderTitle {
  display: flex;
  justify-content: center;
  width: 26%;
  font: 700 14px/1.21 Inter, Helvetica, Arial, serif;
  color: #5a5a5a;
  text-align: center;
  letter-spacing: -0.4px;
}
@media (max-width: 767px) {
  .checkout .orderTitle {
    position: relative;
    width: 100%;
  }
}
.checkout .summarySeparator {
  margin: 7px 0 9px;
  width: 100%;
  height: 1px;
  min-height: 1px;
  background-color: #d1d1d1;
}
@media (max-width: 767px) {
  .checkout .summarySeparator {
    position: relative;
    margin: 0;
    width: 100%;
  }
}
.checkout .orderDetails {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
@media (max-width: 575px) {
  .checkout .orderDetails {
    flex-direction: column;
    align-items: center;
    gap: 32px 16px;
  }
}
.checkout .itemInfo {
  display: flex;
  -moz-column-gap: 12px;
  column-gap: 12px;
  width: 311px;
  min-width: 0;
}
@media (max-width: 575px) {
  .checkout .itemInfo {
    position: relative;
    width: 100%;
    min-width: unset;
  }
}
@media (max-width: 383px) {
  .checkout .itemInfo {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.checkout .itemImage {
  width: 100px;
  min-width: 0;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}
.checkout .itemDescription {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  margin: 0 0 31px;
  width: 199px;
  min-width: 0;
}
.checkout .itemName {
  font: 700 14px/1.43 "IBM Plex Serif", Helvetica, Arial, serif;
  color: #111827;
}
.checkout .itemAuthor {
  font: 500 14px/1.21 Inter, Helvetica, Arial, serif;
  color: #6b7280;
}
.checkout .pricingSection {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 132px;
  min-width: 0;
}
@media (max-width: 575px) {
  .checkout .pricingSection {
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: unset;
  }
}
.checkout .itemPrice {
  display: flex;
  justify-content: center;
  /* margin: 0 0 0 auto;
  width: 59px;
  max-width: 85%; */
  font: 600 32px/1.31 "IBM Plex Serif", Helvetica, Arial, serif;
  color: #5A94FF;
  text-align: center;
}
@media (max-width: 991px) {
  .checkout .itemPrice {
    align-items: flex-start;
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .checkout .itemPrice {
    position: relative;
    flex: 0 1 auto;
    order: 3;
    margin: unset;
  }
}
@media (max-width: 479px) {
  .checkout .itemPrice {
    font-size: 26px;
  }
}
.checkout .quantityModifier {
  display: flex;
  -moz-column-gap: 0;
  column-gap: 0;
}
@media (max-width: 575px) {
  .checkout .quantityModifier {
    position: relative;
    flex: 0 1 auto;
    order: 1;
    margin: unset;
  }
}
.checkout .decreaseQuantity {
  display: flex;
  justify-content: center;
  width: 42px;
  font: 700 16px/1.19 Inter, Helvetica, Arial, serif;
  color: #5a5a5a;
  text-align: center;
  padding: 11.5px 16px;
  outline-offset: -1px;
  border-radius: 8px 0 0 8px;
  outline: #d1d1d1 solid 1px;
}
.checkout .currentQuantity {
  display: flex;
  justify-content: center;
  width: 48px;
  font: 700 16px/1.19 Inter, Helvetica, Arial, serif;
  color: #5A94FF;
  text-align: center;
  padding: 11.5px 20px;
  border-width: 1px 0;
  border-color: #d1d1d1;
  border-style: solid;
}
@media (max-width: 575px) {
  .checkout .currentQuantity {
    position: relative;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.checkout .increaseQuantity {
  display: flex;
  justify-content: center;
  width: 42px;
  font: 700 16px/1.19 Inter, Helvetica, Arial, serif;
  color: #5a5a5a;
  text-align: center;
  padding: 11.5px 14px;
  outline-offset: -1px;
  border-radius: 0 8px 8px 0;
  outline: #d1d1d1 solid 1px;
}
.checkout .ctaButton {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin: 0 22px 0 20px;
  background-color: #5A94FF;
  padding: 20px;
  border-radius: 8px;
}
.checkout .ctaText {
  font: 700 16px/1.19 Inter, Helvetica, Arial, serif;
  color: white;
  text-transform: capitalize;
  letter-spacing: -0.4px;
}
.checkout .ctaIcon {
  margin: 2px 0;
  width: 18px;
}
.checkout .securePaymentsSection {
  margin: 0 auto;
  width: 83.8%;
  aspect-ratio: 4.28;
}
.checkout .faqSection {
  display: flex;
  flex-direction: column;
  flex: 0 1 634px;
  background-color: #f9fafb;
}
.checkout .faqCol {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
  margin: 80px auto;
  width: 906px;
}
@media (max-width: 1199px) {
  .checkout .faqCol {
    position: relative;
    width: 80%;
  }
}
@media (max-width: 383px) {
  .checkout .faqCol {
    margin: 50px auto;
  }
}
.checkout .faqHeading {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 600 24px/1.29 "IBM Plex Serif", Helvetica, Arial, serif;
  color: #5A94FF;
  text-align: center;
}
@media (max-width: 991px) {
  .checkout .faqHeading {
    align-items: flex-start;
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .checkout .faqHeading {
    font-size: 20px;
  }
}
.checkout .faqListWrapper {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 100%;
}
.checkout .faqItemWrapper {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.checkout .faqItem {
  display: flex;
  justify-content: space-between;
  /* flex-direction: column; */
  row-gap: 18px;
  width: 100%;
  min-width: 0;
}
.checkout .faqQuestion {
  font: 500 18px/1.28 "IBM Plex Serif", Helvetica, Arial, serif;
  color: #111827;
}
@media (max-width: 991px) {
  .checkout .faqQuestion {
    align-items: flex-start;
    font-size: 16px;
  }
}
.checkout .faqAnswer {
  font: 500 14px/1.21 Inter, Helvetica, Arial, serif;
  color: #6b7280;
  width: 90%;
}
.checkout .faqImage {
  margin: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}
@media (max-width: 575px) {
  .checkout .faqImage {
    position: relative;
    width: 32px;
    height: 32px;
  }
}
.checkout .faqItemWrapper1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
@media (max-width: 575px) {
  .checkout .faqItemWrapper1 {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
@media (max-width: 383px) {
  .checkout .faqItemWrapper1 {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.checkout .faqQuestion1 {
  width: 638px;
  font: 500 18px/1.28 "IBM Plex Serif", Helvetica, Arial, serif;
  color: #111827;
}
@media (max-width: 991px) {
  .checkout .faqQuestion1 {
    align-items: flex-start;
    font-size: 16px;
  }
}
.checkout .faqImage1 {
  width: 42px;
  height: 42px;
  border-radius: 21px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 575px) {
  .checkout .faqImage1 {
    position: relative;
    width: 32px;
    height: 32px;
  }
}
.checkout .faqQuestion2 {
  width: 434px;
  font: 500 18px/1.28 "IBM Plex Serif", Helvetica, Arial, serif;
  color: #111827;
}
@media (max-width: 991px) {
  .checkout .faqQuestion2 {
    align-items: flex-start;
    font-size: 16px;
  }
}
.checkout .faqQuestion3 {
  width: 385px;
  font: 500 18px/1.28 "IBM Plex Serif", Helvetica, Arial, serif;
  color: #111827;
}
@media (max-width: 991px) {
  .checkout .faqQuestion3 {
    align-items: flex-start;
    font-size: 16px;
  }
}
.checkout .faqQuestion4 {
  width: 186px;
  font: 500 18px/1.28 "IBM Plex Serif", Helvetica, Arial, serif;
  color: #111827;
}
@media (max-width: 991px) {
  .checkout .faqQuestion4 {
    align-items: flex-start;
    font-size: 16px;
  }
}
.checkout .footerText {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  font: 600 14px/1.21 Inter, Helvetica, Arial, serif;
  color: white;
  text-align: center;
  background-color: #5A94FF;
  padding: 12px 16px;
}
@media (max-width: 383px) {
  .checkout .footerText {
    position: relative;
    padding-right: 8px;
    padding-left: 8px;
  }
}

a {
  cursor: pointer;
}

input {
  outline: none;
  border: none;
}


/* ----------------------------------------------- */

.radio-buttons.paymentSection {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.radio-buttons .planOverview {
  display: flex;
  -moz-column-gap: 0;
  column-gap: 0;
  width: 100%;
}
@media (max-width: 779px) {
  .radio-buttons .planOverview {
    align-items: center;
    gap: 32px 0;
  }
}
@media (max-width: 479px) {
  .radio-buttons .planOverview {
    align-items: center;
    gap: 32px 0;
  }
}
.radio-buttons .singlePaymentText {
  display: flex;
  justify-content: center;
  width: 50%;
  min-width: 50%;
  height: 100%;
  font: 16px/1.19 Inter, Helvetica, Arial, serif;
  color: #5a5a5a;
  text-align: center;
  padding: 16px 8px;
  border-width: 0 0 1px;
  border-color: #d1d1d1;
  border-style: solid;
}
@media (max-width: 479px) {
  .radio-buttons .singlePaymentText {
    position: relative;
    width: 100%;
    min-width: unset;
  }
}
.radio-buttons .subscriptionPlanText {
  display: flex;
  justify-content: center;
  width: 50%;
  min-width: 50%;
  font: 700 16px/1.19 Inter, Helvetica, Arial, serif;
  color: #5a94ff;
  text-align: center;
  padding: 16px 8px;
  border-width: 0 0 2px;
  border-color: #5a94ff;
  border-style: solid;
  box-shadow: inset 4px 4px 30px 0 rgba(41, 0, 155, 0.1);
}
@media (max-width: 479px) {
  .radio-buttons .subscriptionPlanText {
    position: relative;
    width: 100%;
    min-width: unset;
  }
}
.radio-buttons .pricingBlocks {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.radio-buttons .pricingCard {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 0;
  column-gap: 0;
  margin: 0 auto;
  width: 100%;
  height: 63px;
  padding: 16px;
  outline-offset: -1px;
  border-radius: 12px;
  outline: #d1d1d1 solid 1px;
}
@media (max-width: 383px) {
  .radio-buttons .pricingCard {
    position: relative;
    padding-right: 8px;
    padding-left: 8px;
  }
}
.radio-buttons .monthlyPlanCard {
  display: flex;
  -moz-column-gap: 12px;
  column-gap: 12px;
  width: 439px;
  min-width: 0;
}
@media (max-width: 383px) {
  .radio-buttons .monthlyPlanCard {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.radio-buttons .monthlyPlanImage {
  margin: 2px 0;
  width: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}
.radio-buttons .monthlyPlanTitle {
  font: 700 16px/1.25 "IBM Plex Serif", Helvetica, Arial, serif;
  color: #111827;
}
.radio-buttons .monthlyPlanPrice {
  display: flex;
  justify-content: center;
  width: 58px;
  font: 600 24px/1.29 "IBM Plex Serif", Helvetica, Arial, serif;
  color: #5a94ff;
  text-align: center;
}
@media (max-width: 479px) {
  .radio-buttons .monthlyPlanPrice {
    align-items: flex-start;
    font-size: 20px;
  }
}
.radio-buttons .pricingCard1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 0;
  column-gap: 0;
  margin: 0 auto;
  width: 100%;
  height: 63px;
  padding: 16px;
  outline-offset: -1px;
  border-radius: 12px;
  outline: #d1d1d1 solid 1px;
}
@media (max-width: 383px) {
  .radio-buttons .pricingCard1 {
    position: relative;
    gap: 32px 0;
    padding-right: 8px;
    padding-left: 8px;
  }
}
.radio-buttons .annualPlan1Card {
  display: flex;
  -moz-column-gap: 12px;
  column-gap: 12px;
  width: 425px;
  min-width: 0;
}
@media (max-width: 383px) {
  .radio-buttons .annualPlan1Card {
    position: relative;
    -moz-column-gap: 8px;
    column-gap: 8px;
    width: 100%;
    min-width: unset;
  }
}
.radio-buttons .annualPlanImage {
  margin: 2px 0;
  width: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}
.radio-buttons .annualPlanTitle {
  font: 700 16px/1.25 "IBM Plex Serif", Helvetica, Arial, serif;
  color: #111827;
}
.radio-buttons .annualPlanPrice {
  display: flex;
  justify-content: center;
  font: 600 24px/1.29 "IBM Plex Serif", Helvetica, Arial, serif;
  color: #5a94ff;
  text-align: center;
}
@media (max-width: 479px) {
  .radio-buttons .annualPlanPrice {
    align-items: flex-start;
    font-size: 20px;
  }
}
@media (max-width: 383px) {
  .radio-buttons .annualPlanPrice {
    position: relative;
  }
}
.radio-buttons .annualPlan2Card {
  display: flex;
  -moz-column-gap: 12px;
  column-gap: 12px;
  width: 425px;
  min-width: 0;
}
@media (max-width: 383px) {
  .radio-buttons .annualPlan2Card {
    position: relative;
    -moz-column-gap: 8px;
    column-gap: 8px;
    width: 100%;
    min-width: unset;
  }
}

/* ---------- */

.pricingSection-d {
  display: flex;
  flex-direction: column;
  background-color: white;
}
 .col {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin: 0 auto;
  width: 100%;
}
 .col1 {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
 .block {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin: 0 auto;
  width: 100%;
  background-color: white;
  padding: 20px 16px;
  border-radius: 16px;
  border-width: 0.75px;
  border-color: #878585;
  border-style: solid;
}
@media (max-width: 383px) {
   .block {
    position: relative;
    padding-right: 8px;
  }
}
 .col2 {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 0;
  column-gap: 0;
}
@media (max-width: 479px) {
   .col2 {
    align-items: start;
    gap: 32px 0;
  }
}
 .col3 {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  min-width: 0;
}
@media (max-width: 479px) {
   .col3 {
    position: relative;
    min-width: unset;
  }
}
 .col4 {
  display: flex;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
@media (max-width: 383px) {
   .col4 {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
 .planImage {
  margin: 2px 0;
  width: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}
 .planTitle {
  font: 700 18px/1.11 "IBM Plex Serif", Helvetica, Arial, serif;
  color: #111827;
}
@media (max-width: 479px) {
   .planTitle {
    align-items: flex-start;
    font-size: 14px;
  }
}
 .col5 {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
 .videoInfoBox {
  font: 14px/1.42 Inter, Helvetica, Arial, serif;
  color: black;
  text-transform: none;
  letter-spacing: -0.36001px;
}
 .videoInfoBox_span0 {
  font: 1em/1.43 Inter, Helvetica, Arial, serif;
  color: #111827;
}
 .videoInfoBox_span1 {
  font: 500 1em/1.43 Inter, Helvetica, Arial, serif;
  color: #111827;
}
 .videoInfoBox_span2 {
  font: 700 1em/1.43 Inter, Helvetica, Arial, serif;
  color: #5a93ff;
}
 .videoInfoBox_span3 {
  font: 500 1em/1.43 Inter, Helvetica, Arial, serif;
  color: #111827;
}
 .videoInfoBox_span4 {
  font: 1em/1.43 Inter, Helvetica, Arial, serif;
  color: #111827;
}
 .imageInfoBox {
  font: 14px/1.42 Inter, Helvetica, Arial, serif;
  color: black;
  text-transform: none;
  letter-spacing: -0.36001px;
}
 .imageInfoBox_span0 {
  font: 1em/1.43 Inter, Helvetica, Arial, serif;
  color: #111827;
}
 .imageInfoBox_span1 {
  font: 500 1em/1.43 Inter, Helvetica, Arial, serif;
  color: #111827;
}
 .imageInfoBox_span2 {
  font: 700 1em/1.43 Inter, Helvetica, Arial, serif;
  color: #5a93ff;
}
 .col6 {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin: 0 0 24px;
  width: 77px;
  min-width: 0;
}
@media (max-width: 479px) {
   .col6 {
    position: relative;
    margin: 0;
    min-width: unset;
  }
}
 .planPrice {
  display: flex;
  justify-content: flex-end;
  font: 700 24px/1.29 "IBM Plex Serif", Helvetica, Arial, serif;
  color: #5a94ff;
  text-align: right;
}
@media (max-width: 479px) {
   .planPrice {
    align-items: flex-start;
    font-size: 20px;
  }
}
@media (max-width: 383px) {
   .planPrice {
    position: relative;
    margin: 0 0 0 8px;
  }
}
 .planDuration {
  font: 500 14px/1.21 Inter, Helvetica, Arial, serif;
  color: #6b7280;
}
 .col7 {
  display: flex;
  flex-direction: column;
  row-gap: 1px;
}
@media (max-width: 479px) {
   .col7 {
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
  }
}
 .col8 {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
@media (max-width: 479px) {
   .col8 {
    position: relative;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin: unset;
  }
}
 .col9 {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  width: 222px;
  min-width: 0;
}
@media (max-width: 479px) {
   .col9 {
    position: relative;
    width: 100%;
    min-width: unset;
  }
}
 .col10 {
  display: flex;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
 .benefitImage {
  margin: 4px 0 3px;
  width: 14px;
  -o-object-fit: cover;
  object-fit: cover;
}
 .videoFrequency {
  width: 200px;
  font: 500 14px/1.21 Inter, Helvetica, Arial, serif;
  color: #6b7280;
}
 .imageFrequency {
  width: 200px;
  font: 500 14px/1.21 Inter, Helvetica, Arial, serif;
  color: #6b7280;
}
 .iterationsAllowed {
  width: 200px;
  font: 500 14px/1.21 Inter, Helvetica, Arial, serif;
  color: #6b7280;
}
 .col11 {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  margin: 0 0 23px;
  width: 145px;
  min-width: 0;
}
@media (max-width: 479px) {
   .col11 {
    position: relative;
    margin: 0;
    width: 100%;
    min-width: unset;
  }
}
 .perVideoCost {
  display: flex;
  align-items: center;
  font: 600 14px/1.43 Inter, Helvetica, Arial, serif;
  color: #5a94ff;
}
 .perImageCost {
  display: flex;
  align-items: center;
  font: 600 14px/1.43 Inter, Helvetica, Arial, serif;
  color: #5a94ff;
  letter-spacing: -0.4px;
}
 .purchaseBtn {
  display: flex;
  justify-content: center;
  margin: 0 0 0 auto;
  width: 145px;
  max-width: 85%;
  font: 700 16px/1.19 Inter, Helvetica, Arial, serif;
  color: white;
  text-align: center;
  text-transform: capitalize;
  background-color: #5a94ff;
  padding: 12.5px 32px;
  border-radius: 4px;
  letter-spacing: -0.4px;
}
@media (max-width: 479px) {
   .purchaseBtn {
    position: relative;
    margin: unset;
    padding-right: 12px;
    padding-left: 12px;
  }
}
 .block1 {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin: 0 auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px 16px;
  border-radius: 16px;
  border-width: 1.5px;
  border-color: #5a94ff;
  border-style: solid;
}
@media (max-width: 383px) {
   .block1 {
    position: relative;
    padding-right: 8px;
  }
}
 .col12 {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 0;
  column-gap: 0;
}
@media (max-width: 479px) {
   .col12 {
    align-items: center;
    gap: 32px 0;
  }
}
 .col13 {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  min-width: 0;
}
@media (max-width: 479px) {
   .col13 {
    position: relative;
    width: 100%;
    min-width: unset;
  }
}
 .col14 {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin: 0 0 24px;
  width: 85px;
  min-width: 0;
}
@media (max-width: 479px) {
   .col14 {
    position: relative;
    margin: 0;
    min-width: unset;
  }
}
 .planPrice1 {
  display: flex;
  justify-content: center;
  margin: 0 0 0 13px;
  font: 700 24px/1.29 "IBM Plex Serif", Helvetica, Arial, serif;
  color: #5a94ff;
  text-align: center;
}
@media (max-width: 479px) {
   .planPrice1 {
    align-items: flex-start;
    font-size: 20px;
  }
}
@media (max-width: 383px) {
   .planPrice1 {
    position: relative;
    margin: 0 0 0 8px;
  }
}
 .planDuration1 {
  font: 500 14px/1.21 Inter, Helvetica, Arial, serif;
  color: #6b7280;
  white-space: nowrap;
}
 .col15 {
  display: flex;
  flex-direction: column;
  row-gap: 1px;
}
@media (max-width: 479px) {
   .col15 {
    flex-direction: row;
    align-items: end;
  }
}
 .col16 {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  margin: 0 0 23px;
  min-width: 0;
}
@media (max-width: 479px) {
   .col16 {
    position: relative;
    margin: 0;
    width: 100%;
    min-width: unset;
  }
}
 .block2 {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin: 0 auto;
  width: 100%;
  background-color: white;
  padding: 20px 16px;
  border-radius: 16px;
  border-width: 0.75px;
  border-color: #878585;
  border-style: solid;
}
@media (max-width: 383px) {
   .block2 {
    position: relative;
  }
}
 .planTitle1 {
  width: 166px;
  font: 700 18px/1.11 "IBM Plex Serif", Helvetica, Arial, serif;
  color: #111827;
}
@media (max-width: 479px) {
   .planTitle1 {
    align-items: flex-start;
    font-size: 14px;
  }
}
 .col17 {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  margin: 0 0 23px;
  width: 149px;
  min-width: 0;
}
@media (max-width: 479px) {
   .col17 {
    position: relative;
    margin: 0;
    width: 100%;
    min-width: unset;
  }
}
 .perVideoCost1 {
  display: flex;
  align-items: center;
  font: 600 14px/1.43 Inter, Helvetica, Arial, serif;
  color: #5a94ff;
}
@media (max-width: 383px) {
   .perVideoCost1 {
    position: relative;
    margin: 0 0 0 8px;
  }
}
 .perImageCost1 {
  display: flex;
  align-items: center;
  font: 600 14px/1.43 Inter, Helvetica, Arial, serif;
  color: #5a94ff;
}
 .purchaseBtn1 {
  display: flex;
  justify-content: center;
  margin: 0 0 0 auto;
  width: 149px;
  max-width: 85%;
  font: 700 16px/1.19 Inter, Helvetica, Arial, serif;
  color: white;
  text-align: center;
  text-transform: capitalize;
  background-color: #5a94ff;
  padding: 12.5px 34px;
  border-radius: 4px;
  letter-spacing: -0.4px;
}
@media (max-width: 479px) {
   .purchaseBtn1 {
    position: relative;
    margin: unset;
    padding-right: 12px;
    padding-left: 12px;
  }
}
 .col18 {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
 .col19 {
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
  column-gap: 6px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 479px) {
   .col19 {
    gap: 32px 6px;
  }
}
 .promoCodeInfo {
  display: flex;
  justify-content: center;
  width: 160px;
  font: 700 14px/1.21 Inter, Helvetica, Arial, serif;
  color: #5a5a5a;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 479px) {
   .promoCodeInfo {
    position: relative;
    width: 100%;
  }
}
 .sectionSeparator {
  width: 363px;
  height: 1px;
  min-height: 1px;
  background-color: #d1d1d1;
}
@media (max-width: 479px) {
   .sectionSeparator {
    position: relative;
    width: 100%;
  }
}
 .col20 {
  display: flex;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 383px) {
   .col20 {
    align-items: center;
    gap: 32px 8px;
  }
}
 .block21 {
  display: flex;
  flex-direction: column;
  width: 78.83%;
  background-color: white;
  outline-offset: -1px;
  border-radius: 8px;
  outline: #d1d1d1 solid 1px;
}
@media (max-width: 383px) {
   .block21 {
    position: relative;
    width: 100%;
  }
}
 .col21 {
  display: flex;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin: 14px 12px;
}
@media (max-width: 383px) {
   .col21 {
    position: relative;
    margin: 14px 8px;
  }
}
 .promoImage {
  margin: 1px 0 0;
  width: 21px;
  -o-object-fit: cover;
  object-fit: cover;
}
 .promoCodeTitle {
  display: flex;
  justify-content: center;
  width: 75px;
  font: 14px/1.21 Inter, Helvetica, Arial, serif;
  color: #948f8f;
  text-align: center;
}
 .applyBtn {
  display: flex;
  justify-content: center;
  min-width: 100px;
  font: 700 16px/1.19 Inter, Helvetica, Arial, serif;
  color: #5a94ff;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 22px;
  outline-offset: -1px;
  border-radius: 4px;
  outline: #5a94ff solid 1px;
}
@media (max-width: 383px) {
   .applyBtn {
    position: relative;
    min-width: unset;
  }
}