@charset "UTF-8";

@media (min-width: 576px) {
  .lifetime-modal .modal-dialog {
    max-width: 724px;
  }
}

.lifetime-modal .modal-content {
  background-color: transparent;
}

.lifetime-modal .close {
  position: absolute;
  right: 2px;
  top: 8px;
  opacity: 1;
  padding: 2px 13px;
}

@media (max-width: 767px) {
  .lifetime-modal-container {
    flex-direction: column-reverse;
  }
}

.lifetime-modal-left {
  border-radius: 24px;
  background: #F7F7F7;
  margin-right: -9px;
  padding: 40px;
  width: 390px;
  position: relative;
}

@media (max-width: 767px) {
  .lifetime-modal-left {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }
}

.lifetime-modal-left .cr-checkbox input + label {
  font-size: 10.24px;
}

.lifetime-modal-right {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 4px 4px 80px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #9CDAB6;
  padding: 24px;
  width: 342px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .lifetime-modal-right {
    width: 100%;
  }
}

.lifetime-modal-right .border-bottom {
  border-color: #A8A8A8;
  padding-bottom: 7px;
}

.lifetime-modal-right hr {
  border-color: #EFEFEF;
}

.lifetime-modal-right .cr-checkbox input + label {
  font-size: 10.24px;
}

.form-group-card .form-group {
  border: 1px solid var(--grey-4);
  padding: 6.61px 16px;
  border-radius: 4px;
  background-color: #ffffff;
  margin-bottom: 19px;
}

.lifetime-modal-one-time-payment del {
  color: #D64F4F;
  font-size: 14px;
}

.lifetime-modal-one-time-payment span {
  color: #249E57;
  font-size: 14px;
}

.lifetime-modal-2 .lifetime-modal-right {
  width: 390px;
}

@media (max-width: 767px) {
  .lifetime-modal-2 .lifetime-modal-right {
    width: 100%;
  }
}

.lifetime-section-14 {
  padding: 48px 0 32px 0;
  background: linear-gradient(180deg, #F7F7F7 0%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 767px) {
  .lifetime-section-14 {
    padding: 32px 0;
    margin: 32px 16px 0;
  }
}

.lifetime-section-14-container {
  max-width: 1600px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .lifetime-section-14-container {
    padding: 0 16px;
  }
}

.lifetime-section-14-container .heading-02 {
  font-size: 34.2px;
  font-weight: 700;
  letter-spacing: 0.684px;
  line-height: 42px;
}

@media (max-width: 767px) {
  .lifetime-section-14-container .heading-02 {
    font-size: 34.18px;
    line-height: 42px;
  }
}

.lifetime-section-14-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.lifetime-section-14-head .paragraph-02 {
  color: #000;
  text-align: center;
  font-size: 21.88px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.438px;
}

.lifetime-section-14-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px;
  padding-top: 32px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .lifetime-section-14-content {
    margin-bottom: 32px;
  }
}

.lifetime-section-14-content > img,
.lifetime-section-14-content lottie-player {
  width: 332px;
}

@media (max-width: 1366px) {
  .lifetime-section-14-content > img,
  .lifetime-section-14-content lottie-player {
    width: 240px;
  }
}

@media (max-width: 1100px) {
  .lifetime-section-14-content > img,
  .lifetime-section-14-content lottie-player {
    width: 100%;
    max-width: 510px;
    margin: 0 auto;
  }
}

.lifetime-section-14-price {
  border-radius: 16px;
  border: 2px solid #DFDFDF;
  background: #FFF;
  padding: 23px;
  width: 326px;
}

@media (max-width: 1366px) {
  .lifetime-section-14-price {
    width: 280px;
  }
}

@media (max-width: 1100px) {
  .lifetime-section-14-price {
    width: calc(50% - 12px);
  }
}

@media (max-width: 767px) {
  .lifetime-section-14-price {
    width: 100%;
  }
}

.lifetime-section-14-price hr {
  margin: 24px 0;
}

.lifetime-section-14-price .cr-btn {
  background-color: #0D0D0D;
  color: #ffffff;
  position: relative;
  font-size: 14px;
  padding: 8px 24px;
  border-radius: 4px;
  margin-top: 40px;
}

.lifetime-section-14-price .cr-btn:hover {
  background-color: #202020;
}

.lifetime-section-14-price .cr-btn svg {
  position: absolute;
  left: -177px;
  top: -22px;
  pointer-events: none;
}

@media (max-width: 1100px) {
  .lifetime-section-14-price .cr-btn svg {
    display: none;
  }
}

.lifetime-section-14-active {
  border-color: #202020;
  border-width: 2px;
}

.lifetime-section-14-active .cr-btn {
  background-color: #FFFD32;
  border-radius: 4px;
  border: 1px solid #000;
  color: #0D0D0D;
  font-weight: 700;
}

.lifetime-section-14-price-line {
  min-height: 16px;
}

.price-container {
  max-width: 1420px;
  padding: 0 15px 69px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 767px) {
  .price-container {
    padding: 34px 15px 50px;
  }
}

.price-content {
  margin-top: 8px;
}

@media (max-width: 1199px) {
  .price-content {
    overflow: hidden;
    overflow-x: auto;
    justify-content: flex-start !important;
  }
}

@media (max-width: 767px) {
  .price-content {
    display: block !important;
  }
}

.price-item {
  border: 1px solid #A8A8A8;
  border-radius: 16px;
  width: 33.33%;
  max-width: 326px;
  padding: 24px 23px 10px;
  margin: 0 10px;
}

@media (max-width: 1199px) {
  .price-item {
    padding: 30px 15px 25px;
  }
}

@media (max-width: 991px) {
  .price-item {
    width: 310px;
    flex: 0 0 310px;
    margin-right: 10px;
    padding: 20px 15px 25px;
  }
}

@media (max-width: 767px) {
  .price-item {
    margin: 0 auto 16px;
    width: 326px;
    flex: 0 0 326px;
    padding: 22px 24px 22px;
  }
}

.price-item .cr-btn-red.disabled {
  background-color: var(--grey-4);
  color: var(--grey-5);
}

@media (min-width: 768px) {
  .price-item .collapse {
    display: block !important;
  }
}

.price-item-head {
  position: relative;
}

.price-item-head > .title {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .price-item-head > .title {
    margin-bottom: 4px;
  }
}

.price-item-head-btn {
  width: 35px;
  height: 32px;
  position: absolute;
  right: -2px;
  padding: 0;
  top: 1px;
}

@media (min-width: 768px) {
  .price-item-head-btn {
    display: none;
  }
}

.price-item-head-btn:after {
  content: "";
  width: 31px;
  height: 31px;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='31' viewBox='0 0 32 31' fill='none'%3E%3Cpath d='M16 27.125C22.4203 27.125 27.625 21.9203 27.625 15.5C27.625 9.07969 22.4203 3.875 16 3.875C9.57969 3.875 4.375 9.07969 4.375 15.5C4.375 21.9203 9.57969 27.125 16 27.125Z' stroke='%23313131' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.0046 20.9637L15.9955 10.0493' stroke='%23313131' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5428 15.5019L21.4573 15.5111' stroke='%23313131' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.price-item-head-btn[aria-expanded=true]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='31' viewBox='0 0 32 31' fill='none'%3E%3Cpath d='M16 27.125C22.4203 27.125 27.625 21.9203 27.625 15.5C27.625 9.07969 22.4203 3.875 16 3.875C9.57969 3.875 4.375 9.07969 4.375 15.5C4.375 21.9203 9.57969 27.125 16 27.125Z' stroke='%23313131' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5428 15.5019L21.4573 15.5111' stroke='%23313131' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.price-item-head-btn:focus {
  box-shadow: none;
  outline: none;
}

.price-item-current .cr-btn-red {
  pointer-events: none;
  background-color: var(--grey-4);
  color: var(--grey-5);
}

.price-count {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .price-count {
    font-size: 30px;
    line-height: 45px;
  }
}

.monthly-item span,
.annually-item span {
  font-size: 18px;
  line-height: 27px;
}

.price-line {
  height: 1px;
  margin: 16px 0 18px;
}

@media (max-width: 991px) {
  .price-line {
    margin: 25px 0;
  }
}

@media (max-width: 767px) {
  .price-line {
    margin: 8px 0;
    background-color: transparent;
  }
}

.price-list {
  list-style-type: none;
  width: 100%;
  margin-bottom: 0;
  margin-top: 25px;
}

.price-list li {
  padding: 0 0 16px 0;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: var(--grey-8);
}

@media (max-width: 991px) {
  .price-list li {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .price-list li {
    padding-bottom: 16px;
  }
}

.price-list li.price-item-not-checked {
  padding-right: 30px;
}

.price-list li.price-item-not-checked:after,
.price-list li.price-item-not-checked:before {
  content: " ";
  position: absolute;
  right: 11px;
  top: 0;
  height: 18px;
  width: 2px;
  background-color: var(--grey-5);
}

.price-list li.price-item-not-checked:before {
  transform: rotate(45deg);
}

.price-list li.price-item-not-checked:after {
  transform: rotate(-45deg);
}

.price-list li.price-item-checked {
  padding-right: 30px;
}

.price-list li.price-item-checked:after {
  content: " ";
  display: block;
  width: 7px;
  height: 14px;
  border: solid var(--purple-8);
  border-width: 0 2px 2px 0;
  position: absolute;
  right: 7px;
  top: 3px;
  z-index: 1;
  margin-top: -0.2em;
  transform: rotate(45deg);
  background-color: transparent;
}

.price-list-2 {
  list-style-type: none;
  width: 100%;
  margin-bottom: 0;
  padding-top: 5px;
}

.price-list-2 li {
  padding-bottom: 16px;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: black;
}

@media (max-width: 991px) {
  .price-list-2 li {
    padding-bottom: 20px;
  }
}

.price-list-2 li:last-child {
  padding-bottom: 0;
}

.border-left-text {
  position: relative;
  padding-left: 8px;
  margin-left: 5px;
}

.border-left-text:before {
  content: "";
  width: 1px;
  height: 24px;
  background: #CACACA;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -1px;
}

.price-item-limited {
  background: #FBFAFF;
}

.price-item-limited .cr-btn {
  background-color: #7B3DFF;
  border-color: #7B3DFF;
  color: #ffffff;
}

.price-item-limited .cr-btn:hover {
  background-color: #A18DF3;
  border-color: #A18DF3;
}

.price-item-limited .cr-btn.disabled {
  opacity: 0.3;
}

.price-faq {
  max-width: 1172px;
  padding: 0 15px 0;
}

.price-faq .headline-3 {
  font-size: 34.2px;
  line-height: 48px;
}

@media (max-width: 767px) {
  .price-faq .headline-3 {
    text-align: center;
  }
}

.price-faq-block {
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .price-faq-block {
    margin-bottom: 0;
  }
}

.price-faq-item {
  max-width: 507px;
}

@media (max-width: 767px) {
  .price-faq-item {
    width: 100%;
    margin: 0 auto 12px;
  }
}

.price-faq-item .title {
  color: #202020;
  font-size: 21.9px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.438px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .price-faq-item .title {
    line-height: 24px;
    margin-bottom: 12px !important;
  }
}

.price-faq-item .title[aria-expanded=true] .faq-arrow:before {
  transform: rotate(45deg);
}

.price-faq-item .title[aria-expanded=true] .faq-arrow:after {
  transform: rotate(-45deg);
}

.price-faq-item .paragraph {
  color: #202020;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.28px;
}

@media (max-width: 767px) {
  .price-faq-item .paragraph {
    line-height: 16px;
    margin-bottom: 0;
    padding-bottom: 13px;
  }
}

@media (min-width: 768px) {
  .price-faq-item .collapse {
    display: block;
  }
}

.faq-arrow {
  display: inline-flex;
  width: 24px;
  height: 18px;
  align-items: center;
  justify-content: center;
  transform-origin: center;
  position: relative;
  margin-left: 10px;
  flex: 0 0 24px;
  margin-top: 1px;
}

@media (min-width: 768px) {
  .faq-arrow {
    display: none;
  }
}

.faq-arrow:after,
.faq-arrow:before {
  content: "";
  display: inline-block;
  height: 1.7px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 14px;
  transform: rotate(45deg);
  background-color: currentColor;
  transition: transform 0.3s;
}

.faq-arrow:before {
  transform: rotate(-45deg);
  left: 9.5px;
}

.price-question-container {
  max-width: 1230px;
  padding: 0 16px 64px;
}

.price-question-form {
  max-width: 536px;
  width: 100%;
}

@media (max-width: 767px) {
  .price-question-form {
    margin-top: 30px;
  }
}

.price-question-form .headline-3 {
  font-weight: 700;
  font-size: 34.2px;
  line-height: 48px;
  margin-bottom: 4px;
}

.price-question-form .title {
  color: #595959;
  font-size: 17.5px;
  line-height: 24px;
  margin-bottom: 34px;
}

#inputContainer {
  margin: 0 auto;
  max-width: 100em;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2em 2em 48px;
}

@media (max-width: 767px) {
  #inputContainer {
    padding: 0;
    margin-bottom: 34px;
  }
}

.price-save {
  position: absolute;
  right: -85px;
  top: 7px;
  font-size: 14px;
  color: #E86244;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  .price-save {
    font-size: 11px;
    right: -70px;
  }
}

.inputGroup .label {
  font-weight: 400;
  font-size: 21.88px;
  line-height: 32px;
  color: #141414;
  text-align: center;
  letter-spacing: 0.02em;
}

.inputGroup .label h1 {
  font-weight: 600;
  font-size: 34.18px;
  line-height: 42px;
  margin-bottom: 20px;
}

.segmentedControl {
  --options: 3;
  --options-active: 1;
  --options-gap: 2px;
  background: #efefef;
  border-radius: 0.25em;
  position: relative;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  width: 153px;
  margin-right: 20px;
}

.segmentedControl .segmentedControl--group {
  flex: 0 0 auto;
  margin: var(--options-gap);
  width: calc((100% - var(--options) * var(--options-gap) * 2) / var(--options));
  display: flex;
  flex-flow: row;
  justify-content: stretch;
  align-items: stretch;
}

.segmentedControl .segmentedControl--group input {
  opacity: 0;
  position: absolute;
}

.segmentedControl .segmentedControl--group input + label {
  border-radius: 4px;
  flex: 1 1 100%;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 9px 0;
  position: relative;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}

.segmentedControl .segmentedControl--group input + label::before,
.segmentedControl .segmentedControl--group input + label::after {
  border-radius: inherit;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.segmentedControl .segmentedControl--group input + label::before {
  background: #ffffff;
  transition: opacity 0.15s ease;
}

.segmentedControl .segmentedControl--group input + label::after {
  background: #ffffff;
  transition: opacity 0.15s ease;
}

.segmentedControl .segmentedControl--group input + label:hover::before {
  opacity: 1;
}

.segmentedControl .segmentedControl--group input:focus + label {
  outline: none;
}

.segmentedControl .segmentedControl--group input:checked + label {
  background: #efefef;
  font-weight: 600;
}

.segmentedControl .segmentedControl--group input:checked + label::after {
  opacity: 1;
  transform: scale(1);
}

@media (prefers-reduced-motion: no-preference) {
  .segmentedControl .segmentedControl--group input + label {
    transition: color 0.2s ease;
  }

  .segmentedControl .segmentedControl--group input + label::before {
    transition: opacity 0.3s ease;
  }

  .segmentedControl .segmentedControl--group input + label::after {
    transform: scale(0.85, 0.5);
    transition: opacity 0.15s ease, transform 0.3s cubic-bezier(0, 0.99, 0.52, 1.29);
  }

  .segmentedControl.useSlidingAnimation::before {
    background: #ffffff;
    border-radius: 4px;
    content: "";
    display: block;
    height: calc(100% - var(--options-gap) * 2);
    position: absolute;
    top: var(--options-gap);
    left: var(--options-gap);
    transform: translateX(calc((100% + var(--options-gap) * 2) * (var(--options-active) - 1)));
    transition: transform cubic-bezier(0.8, 0.34, 0.28, 1.15) 0.35s;
    width: calc((100% - var(--options) * var(--options-gap) * 2) / var(--options));
  }

  .segmentedControl.useSlidingAnimation .segmentedControl--group input + label {
    background: none;
    transition: color 0.3s ease;
  }

  .segmentedControl.useSlidingAnimation .segmentedControl--group input + label::after {
    content: none;
  }

  .segmentedControl.useSlidingAnimation .segmentedControl--group input:checked + label:hover::before {
    opacity: 0;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.pay-button.disabled {
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.5;
}

.pay-button.disabled .pay-button-loader {
  display: block;
}

.pay-button-loader {
  display: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-top-color: rgb(255, 255, 255);
  animation: spin 1s infinite linear;
}

.link-purple {
  color: #7038E8;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.28px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  margin-top: 10px;
}

.link-purple:hover {
  color: var(--purple-500);
}

.lifetime-section-price {
  background: linear-gradient(180deg, #F7F7F7 0%, rgba(255, 255, 255, 0) 100%);
  margin-top: 80px;
}

.text-orange-400 {
  color: #202020;
  font-weight: 700;
}

.lifetime-section-14-prehead {
  background: #FFF;
  border-radius: 12px;
  text-align: center;
  margin: 30px auto 48px;
  max-width: 674px;
  padding: 48px 16px 16px;
}

.lifetime-section-14-prehead p {
  color: #202020;
  font-size: 17.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.35px;
  margin-bottom: 0;
}

.text-plus {
  color: #202020;
  font-size: 10.24px;
  font-weight: 700;
}

.flexGroup {
  display: flex;
  justify-content: center;
}

.flexGroup h1 {
  color: #000;
  font-size: 34.2px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.684px;
  margin-top: 30px;
}

html {
  scroll-behavior: smooth;
}

.title-semi {
  padding-bottom: 16px !important;
}

.lifetime-section-14-active .cr-btn:hover {
  background-color: #FFFE6F;
}

del.title-regular.mr-1 strong {
  color: #202020;
  font-size: 17.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.35px;
  background: linear-gradient(to left top, transparent 47.75%, #636363 49.5%, #636363 51.5%, transparent 53.25%);
}

.d-flex.align-items-start.mb-1 .heading-04 {
  font-size: 34.2px;
  font-style: normal;
  line-height: 42px;
  letter-spacing: 0.684px;
}

.lifetime-section-14-price-line p.paragraph-02 {
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.28px;
}

.lifetime-section-14-price h3.title-semi {
  color: #202020;
  font-size: 27.36px;
  font-style: normal;
  font-weight: 700;
  line-height: 38.3px;
  letter-spacing: 0.547px;
  padding-bottom: 25px !important;
}

del.title-regular.mr-1 {
  text-decoration: none !important;
  margin-top: -5px;
}

.price-question {
  margin: 100px 0;
}

.new-price {
  padding-top: 90px;
  background: rgb(247, 247, 247);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(247, 247, 247) 100%);
}

@media (max-width: 991px) {
  .new-price {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .new-price {
    padding-top: 40px;
  }
}

.new-price-container {
  max-width: 1420px;
  margin: 0 auto 80px;
  padding: 0 20px 37px;
}

@media (max-width: 767px) {
  .new-price-container {
    padding: 0 20px 30px;
    margin: 0 auto 40px;
  }
}

.new-price-head {
  max-width: 704px;
  margin: 0 auto;
  padding: 0 16px;
}

@media (max-width: 767px) {
  .new-price-head {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .new-price-head h1.heading-02 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .new-price-head .heading-04 {
    font-size: 18px;
  }
}

/* SWITCH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 8px;
  margin-bottom: 54px;
  border-radius: 30px;
  background: #EFEFEF;
  overflow: hidden;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .switch-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.switch-wrapper [type=radio] {
  position: absolute;
  left: -9999px;
}

.switch-wrapper [type=radio]:checked#monthly ~ label[for=monthly],
.switch-wrapper [type=radio]:checked#yearly ~ label[for=yearly] {
  color: var(--white);
}

.switch-wrapper [type=radio]:checked#monthly ~ label[for=monthly]:hover,
.switch-wrapper [type=radio]:checked#yearly ~ label[for=yearly]:hover {
  background: transparent;
}

.switch-wrapper [type=radio]:checked#monthly + label[for=yearly] ~ .highlighter {
  transform: none;
}

.switch-wrapper [type=radio]:checked#yearly + label[for=monthly] ~ .highlighter {
  transform: translateX(117px);
  width: 180px;
}

.switch-wrapper label {
  font-size: 27.36px;
  z-index: 1;
  min-width: 100px;
  line-height: 47px;
  cursor: pointer;
  border-radius: 30px;
  margin: 0;
  text-align: center;
  color: #202020;
  font-weight: 600;
  padding: 0 36px;
  transition: background 0.01s ease-in-out;
}

.switch-wrapper label:hover {
  background: #e3e3e3;
}

.switch-wrapper .highlighter {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 117px;
  height: calc(100% - 16px);
  border-radius: 30px;
  background: #0D0D0D;
  transition: transform 0.05s ease-in-out;
}

.new-price-content {
  margin-bottom: 77px;
  gap: 20px;
  position: relative;
}

@media (max-width: 1319px) {
  .new-price-content {
    max-width: 680px;
    margin: 0 auto 70px;
  }
}

@media (max-width: 719px) {
  .new-price-content {
    justify-content: center;
  }
}

.new-price-content lottie-player {
  width: 330px;
}

@media (min-width: 1320px) and (max-width: 1439px) {
  .new-price-content lottie-player {
    width: 300px;
  }
}

@media (max-width: 719px) {
  .new-price-content lottie-player {
    display: none;
  }
}

@media (min-width: 720px) and (max-width: 1319px) {
  .new-price-content .align-self-start + .pro,
  .new-price-content .align-self-start + .pro_plus {
    padding-top: 70px;
  }
}

.pro,
.pro_plus {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

@media (min-width: 720px) and (max-width: 1319px) {
  .pro,
  .pro_plus {
    padding-top: 142px;
  }
}

@media (max-width: 719px) {
  .pro,
  .pro_plus {
    justify-content: center;
  }
}

.new-price-item {
  border-radius: 16px;
  border: 2px solid #DFDFDF;
  background: #FFF;
  padding: 16px 16px 20px;
  width: 330px;
}

@media (min-width: 1320px) and (max-width: 1439px) {
  .new-price-item {
    width: 300px;
    padding: 10px 10px 20px;
  }
}

@media (min-width: 720px) and (max-width: 1319px) {
  .new-price-item:first-child:not(.p-4) {
    position: absolute;
    right: 0;
    top: 24px;
  }
}

.new-price-item .heading-02 {
  line-height: 70px;
  margin-left: 20px;
}

.new-price-item .price-black-btn {
  background-color: #0D0D0D;
  color: #ffffff;
  position: relative;
  font-size: 14px;
  padding: 7px 24px;
  border-radius: 4px;
  margin-top: 32px;
}

.new-price-item .price-black-btn:hover {
  background-color: #202020;
}

.new-price-item .price-black-btn svg {
  position: absolute;
  left: -177px;
  top: -22px;
  pointer-events: none;
}

@media (max-width: 1100px) {
  .new-price-item .price-black-btn svg {
    display: none;
  }
}

.billed-monthly {
  background-color: #F7F7F7;
  border-radius: 8px;
  display: inline-flex;
  margin-bottom: 32px;
  margin-top: -10px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.278px;
  margin-left: 28px;
}

.new-price-item-line {
  min-height: 24px;
}

.new-price-item-head {
  background-color: #EFEFEF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 136px;
  width: 100%;
  position: relative;
  color: #202020;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 45px;
  text-align: center;
}

.new-price-item-head h2 {
  font-size: 34.2px;
  font-weight: 700;
  letter-spacing: 0.75px;
  margin-bottom: 0;
}

.new-price-item-head h3 {
  font-size: 17.5px;
  font-weight: 700;
  margin-bottom: 0;
}

.new-price-item-yearly {
  border-color: #E86244;
}

.new-price-item-yearly .billed-monthly {
  background-color: #FFF0ED;
}

.new-price-item-yearly .cr-btn {
  background-color: #E86244;
}

.new-price-item-yearly .cr-btn:hover {
  background-color: #e35e40;
}

.new-price-item-lifetime .billed-monthly {
  background-color: #ECEDFC;
}

.new-price-prize {
  max-width: 1180px;
  margin: 0 auto 108px;
  gap: 20px;
  background-color: #FAFAFA;
  padding: 16px;
  border-radius: 16px;
}

@media (max-width: 1099px) {
  .new-price-prize {
    justify-content: center !important;
  }
}

@media (max-width: 1099px) {
  .new-price-prize img {
    max-width: 25%;
    max-height: 50px;
  }
}

@media (max-width: 767px) {
  .new-price-prize img {
    min-width: 39%;
    max-width: 47%;
    max-height: 42px;
  }
}

.new-price-opacity-back {
  z-index: 10;
  background-image: linear-gradient(90deg, #fff 1%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, #fff 99%);
  width: 100%;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.new-price-slider {
  margin-bottom: 75px;
}

.new-price-slider .swiper-slide {
  margin-right: 24px !important;
  display: flex;
  height: auto;
  width: 400px !important;
}

@media (max-width: 575px) {
  .new-price-slider .swiper-slide {
    width: 360px !important;
  }
}

.new-price-slider-text {
  padding: 0 20px;
  max-width: 1188px;
  margin: 0 auto 48px;
}

@media (max-width: 767px) {
  .new-price-slider-text {
    margin: 0 auto 32px;
  }
}

@media (max-width: 767px) {
  .new-price-slider-text .heading-02 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .new-price-slider-text .heading-04 {
    font-size: 20px;
  }
}

.swiper-slide-item {
  background-color: #FAFAFA;
  padding: 32px;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  width: 100%;
}

@media (max-width: 575px) {
  .swiper-slide-item {
    padding: 32px 20px;
  }
}

.swiper-slide-item > img {
  width: 32px;
  height: 32px;
}

.swiper-slide-item-name {
  font-size: 14.12px;
  text-decoration: underline;
  margin-top: auto;
}

.new-price-faq-container {
  max-width: 760px;
  padding: 20px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .new-price-faq-container .heading-03 {
    font-size: 26px;
  }
}

.faq-collapse-item {
  border-bottom: solid 1px #DFDFDF;
}

.faq-collapse-item:first-of-type {
  border-top: solid 1px #DFDFDF;
}

.faq-collapse-item .show .faq-collapse-block {
  background-color: #FAFAFA;
}

.faq-collapse-item .collapsing .faq-collapse-block {
  background-color: #FAFAFA;
}

.faq-collapse-btn {
  border: none;
  background-color: transparent;
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 17.5px;
  line-height: 22px;
  letter-spacing: 0.3px;
  padding: 16px 32px 16px 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  transition: all 0.3s;
}

@media (max-width: 575px) {
  .faq-collapse-btn {
    font-size: 16px;
  }
}

.faq-collapse-btn[aria-expanded=true] {
  background-color: #FAFAFA;
}

.faq-collapse-btn[aria-expanded=true] .down-icon {
  transform: rotate(225deg);
  top: 17px;
}

.faq-collapse-btn .down-icon {
  transition: all 0.3s;
  padding: 2.7px;
  margin-top: 5px;
  margin-left: 10px;
}

.faq-collapse-block {
  padding: 0 16px 16px 24px;
  font-size: 14px;
  line-height: 16px;
  color: #202020;
  letter-spacing: 0.3px;
  transition: all 0.3s;
}

.new-price-more-container {
  max-width: 760px;
  padding: 150px 20px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .new-price-more-container {
    padding: 75px 20px;
  }
}

@media (max-width: 767px) {
  .new-price-more-container .heading-03 {
    font-size: 26px;
  }
}

