.pricing-v2 {
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  font-family: "Geist", sans-serif !important;
}

.pricing-v2 .background-overlay {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  width: auto;
  height: auto;
  max-width: none;
  max-height: 100%;
}

.pricing-v2-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 100px;
  justify-content: center;
  align-items: center;
}

.pricing-v2 .pricing-v2-pill-title {
  padding: 16px 40px;
  font-size: 18px;
  border-radius: 82px;
}

.pricing-v2 .pricing-v2-title {
  font-size: 56px;
  line-height: 62px;
  max-width: 700px;
  font-family: "Geist", sans-serif !important;
  font-weight: bold !important;
  color: #2a1c4a;
  text-align: center;
}

.pricing-v2 .pricing-v2-text {
  max-width: 700px;
  font-size: 22px;
  font-family: "Avenir", sans-serif !important;
  font-weight: 500 !important;
  color: #2a1c4a;
  text-align: center;
}

.pricing-v2 .buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
}

.pricing-v2 .buttons-wrapper .pricing-v2-button {
  padding: 16px 40px;
  border-radius: 50px;
  border: 2px solid transparent;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
  font-family: "Geist", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
}

.pricing-v2 .wpcf7-form-control-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
}

.pricing-v2
  .wpcf7-form-control:not(.wpcf7-recaptcha):not(.wpcf7-submit):not(
    .wpcf7-checkbox
  ) {
  display: flex;
  width: 100%;
  height: 70px;
  border-radius: 12px;
  border: 1px solid #ffffff4d;
  padding: 20px;
  color: #fff;
}

.pricing-v2 .captch-wrap {
  margin-top: 20px;
}

.pricing-v2 .form-group.label-moved .wpcf7-form-control,
.pricing-v2 .form-group.label-moved .wpcf7-form-control:-webkit-autofill {
  padding-bottom: 0 !important;
}

.pricing-v2 .form-group .input-label {
  transition: all 0.3s ease;
}

.pricing-v2 .wpcf7-form-control.wpcf7-recaptcha,
.pricing-v2 .wpcf7-form-control.wpcf7-checkbox {
  border: none;
}

.pricing-v2 .form-group {
  position: relative;
}

.pricing-v2 .form-group .input-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  pointer-events: none;
  color: #fff;
  transition: all 0.3s ease;
}

.pricing-v2 .form-group.invalid .input-label {
  position: absolute;
  top: calc(50% + 10px);
}

.pricing-v2 .form-group span.wpcf7-not-valid-tip {
  position: absolute;
  top: 25px;
  transform: translateY(-50%);
  left: 20px;
  pointer-events: none;
  transition: all 0.3s ease;
  font-size: 15px;
  color: #ea3d42;
}

.pricing-v2 .wpcf7-not-valid:not(.wpcf7-recaptcha) {
  border: 2px solid #ea3d42 !important;
}

.pricing-v2 .form-group.label-moved .input-label {
  font-size: 15px;
  opacity: 0.5;
  top: 25px;
}

.pricing-v2 .form-group.label-moved.invalid .input-label {
  display: none;
}

.pricing-v2 select {
  appearance: none; /* For modern browsers */
  -webkit-appearance: none; /* For Safari and Chrome */
  -moz-appearance: none; /* For Firefox */
}

.pricing-v2 .select-wrap {
  position: relative;
}

.pricing-v2 .select-wrap::after {
  content: ""; /* No text */
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23ffffff" d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>'); /* Embed SVG as a data URL */
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: transform 0.3s ease;
}

.subscribers-dropdown-wrap {
  position: relative;
  width: 100%;
}

.subscribers-dropdown-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>'); /* Embed SVG as a data URL */
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: transform 0.3s ease;
}

.pricing-v2 .submit-wrap {
  position: relative;
  margin: 30px 0;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 200px;
}

.pricing-v2 .submit-wrap span.wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.pricing-v2 input[type="submit"] {
  font-family: "Geist", sans-serif !important;
  width: 100%;
  background: #fff;
  box-shadow: 4px 4px 4px #432dd026;
  padding: 15px;
  max-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 0;
  border-radius: 100px;
  color: #262365;
  font-size: 16px;
  font-weight: bold;
}

.pricing-v2 .submitting input[type="submit"] {
  color: transparent;
}

.pricing-v2 .wpcf7-list-item {
  position: relative;
  margin: 0;
  padding-left: 20px;
  margin-top: 20px;
}

body#main .pricing-v2 .form-consent-box .wpcf7-list-item-label {
  color: #fff !important;
  font-family: "Geist", sans-serif !important;
}

.pricing-v2 .wpcf7-list-item input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 4px;
}

.pricing-v2 .wpcf7-response-output {
  margin: 0 !important;
  margin-top: 20px !important;
  border-radius: 12px;
  text-align: center;
  padding: 20px !important;
  color: #fff;
}

.pricing-v2 .pricing-v2-title_form {
  font-size: 30px;
  line-height: 40px;
  color: #2a1c4a;
  margin-bottom: 40px;
}

.pricing-v2 .submit-hidden,
.pricing-v2 .hidden {
  display: none !important;
}

.pricing-v2 .step-form-wrap {
  padding: 50px;
  background: #262365;
  width: 100%;
}

/* Container for radio buttons */
.pricing-v2 .radio-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

/* Label styles */
.pricing-v2 .radio-group label {
  display: flex;
  padding: 15px 40px;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  width: calc(50% - 10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  align-items: center;
  min-height: 70px;
}

.pricing-v2 .radio-group label.checked {
  background-color: #7b3de7;
  color: #fff;
  border-color: #9874d6;
}

/* Hide the actual radio input */
.pricing-v2 .radio-group input[type="radio"] {
  display: none;
}

/* Style for the span inside label */
.pricing-v2 .radio-group span {
  font-size: 16px;
}

/* Container for checkboxes */
.pricing-v2 .checkbox-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}

/* Label styles */
.pricing-v2 .checkbox-group label {
  display: flex;
  padding: 15px 40px;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  width: calc(50% - 10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  position: relative;
  align-items: center;
  min-height: 70px;
  justify-content: space-between;
}

.pricing-v2 .checkbox-group label.checked {
  background-color: #7b3de7;
  color: #fff;
  border-color: #9874d6;
}

/* Hide the actual checkbox input */
.pricing-v2 .checkbox-group input[type="checkbox"] {
  display: none;
}

/* Style for the span inside label */
.pricing-v2 .checkbox-group span {
  font-size: 16px;
}

.pricing-v2 .tooltip-content {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  width: 100%;
  color: #2a1c4a;
}

.pricing-v2 .tooltip-icon {
  cursor: pointer;
  height: 30px;
  width: 30px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 200px;
  font-size: 16px;
  font-family: Georgia, serif;
}

/* Positioning the tooltip */
.pricing-v2 .tooltip-content.show-below {
  top: calc(100% - 5px);
  left: 0;
}

.pricing-v2 .tooltip-content.show-above {
  bottom: calc(100% - 5px);
  left: 0;
}

.pricing-v2 .tooltip-content::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.pricing-v2 .tooltip-content.show-below::before {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  top: -10px;
  right: 44px;
}

.pricing-v2 .tooltip-content.show-above::before {
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  bottom: -10px;
  right: 44px;
}

.pricing-v2 .splide__pagination__page {
  background: #fff;
  height: 5px;
  margin: 5px;
  opacity: 0.3;
  width: 50px;
  border-radius: 5px;
}

.pricing-v2 .splide__pagination__page.is-active {
  background: #fff;
  transform: initial;
  opacity: 1;
}

.pricing-v2 .splide__pagination {
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  right: unset;
  bottom: unset;
}

.pricing-v2 .splide__track {
  overflow: hidden;
  height: auto !important;
  transition: height 0.3s ease;
}

.pricing-v2 .splide__list {
  transition: height 0.3s ease;
  align-items: flex-start;
  min-height: 360px;
}

.pricing-v2 .splide__slide {
  transition: all 0.3s ease;
}

.pricing-v2 .splide__slide:not(.is-active) {
  height: 0;
  transition: all 0.3s ease;
}

.pricing-v2 .slide-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  margin: 40px 0;
}

.pricing-v2 .slide-header .slider-header-title {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.pricing-v2 .slide-header .slider-header-note {
  margin: 0;
  font-size: 18px;
  font-family: "Avenir", sans-serif !important;
  font-weight: normal;
  opacity: 0.6;
  color: #fff;
  max-width: 250px;
}

.pricing-v2 .wpcf7-form:not(.submitting) .wpcf7-spinner {
  display: none;
}

.pricing-v2 .form-arrows {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  color: #fff;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}

.pricing-v2 .form-arrows a {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pricing-v2 .form-arrows .form-step-prev,
.pricing-v2 .form-arrows .form-out {
  opacity: 0.8;
}

.pricing-v2 .plans {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.pricing-v2 .plans .plan-button {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
  width: 100%;
  background: #f6f5fc;
  border-radius: 11px;
  border: 1px solid #bebdd0;
  color: #262365;
  overflow: hidden;
  position: relative;
  text-align: left;
  height: 100%;
  justify-content: center;
}

.pricing-v2 .plans .plan-button .plan-name,
.pricing-v2 .plans .plan-button .plan-name > * {
  font-size: 38px;
  line-height: 38px;
  font-weight: bold;
}

.pricing-v2 .plans .plan-button .plan-description {
  font-family: "Avenir", sans-serif !important;
  font-size: 18px;
  font-weight: 500;
  opacity: 0.8;
}

.pricing-v2 .plans .plan-button.active {
  background: #3c10a6;
  color: #fff;
  box-shadow: 8px 8px 8px rgba(61, 16, 166, 0.3);
  border-color: #3c10a6;
}

.pricing-v2--single .plans .plan-button.active {
  box-shadow: unset!important;
  pointer-events: none;
  border-radius: 11px 0 0 11px;
  border-right: 0;
}

.pricing-v2 .plans .plan-button.active::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #b79bfc;
  pointer-events: none;
}

.pricing-v2--single .plans .plan-button.active::after {
  display: none;
}

.pricing-v2 .pricing-plan-wrap {
  display: none;
  /*overflow: hidden;*/
  background: #ffffff;
}

.pricing-v2--single .pricing-plan-wrap {
  display: flex;
  background: transparent;
}

.pricing-v2 .pricing-plan-wrap.default {
  padding: 50px;
}

.pricing-v2 .pricing-plan-wrap.default .plan-right-wrap {
  padding-left: 50px;
}

.pricing-v2 .pricing-plan-wrap.default .plan-left-wrap {
  border-right: 1px solid rgba(39, 35, 101, 0.302);
  padding-right: 50px;
}

.pricing-v2 .pricing-plan-wrap.custom {
  padding: 0;
}

.pricing-v2 .pricing-plan-wrap.custom > div {
  padding: 50px;
}

.pricing-v2 .pricing-plan-wrap.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  top: 2px;
  left: 2px;
  border-radius: 10px;
  filter: blur(2px);
  border: 1px solid #262365;
  pointer-events: none !important;
}

.pricing-v2--single .pricing-plan-wrap.active::before {
  display: none!important;
}

.pricing-v2--single .pricing-v2-plans-wrapper {
  background: rgb(38 35 101 / 40%);
  backdrop-filter: blur(10px);
  border-radius: 12px;
}

.pricing-v2--single .pricing-v2-plans-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  top: 2px;
  left: 2px;
  border-radius: 10px;
  filter: blur(2px);
  border: 1px solid #ffffff;
  pointer-events: none !important;
  z-index: 9;
}

.pricing-v2 .pricing-plan-wrap.active {
  display: flex;
  border: 1px solid;
  border-radius: 10px;
  position: relative;
  min-height: 100%;
  height: 100%;
}

.pricing-v2--single .pricing-plan-wrap {
  display: flex;
  border-left: 0;
  border-radius: 0 11px 11px 0;
  position: relative;
  min-height: 100%;
  height: 100%;
}

.pricing-v2--single .pricing-plan-wrap.active {
  display: flex;
  border-left: 0;
  border-radius: 0 11px 11px 0;
  position: relative;
  min-height: 100%;
  height: 100%;
  border-color: #fff;
}

.pricing-v2 .pricing-plan-wrap.active .wpcf7 {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pricing-v2 .pricing-plan-wrap.active form {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pricing-v2 .pricing-plan-wrap.active .splide {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pricing-v2 .pricing-plan-wrap .plan-left-wrap {
  display: flex;
  width: 50%;
  flex-direction: column;
  gap: 35px;
}

.pricing-v2 .pricing-plan-wrap .plan-left-wrap .feature-item {
  display: flex;
  gap: 20px;
}

.pricing-v2 .pricing-plan-wrap .plan-left-wrap .feature-item span.feature-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
}

.pricing-v2
  .pricing-plan-wrap
  .plan-left-wrap
  .feature-item
  span.feature-icon
  svg {
  width: 20px;
  height: 20px;
}

.pricing-v2 .pricing-plan-wrap .plan-left-wrap .feature-item span.feature-text {
  font-size: 18px;
  color: #262365;
  font-weight: normal;
  font-family: "Avenir", sans-serif;
}

.feature-icon.check svg path {
  fill: #432dd0;
}

.feature-icon.cross svg path {
  fill: #e2011a;
}

.feature-icon.plus svg path {
  fill: #262365;
}

.pricing-v2 .pricing-plan-wrap .plan-right-wrap {
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: center;
  gap: 25px;
  border-radius: 0 8px 8px 0;
}

.pricing-v2 .pricing-plan-wrap .plan-right-wrap .plan-custom-title {
  color: inherit;
  font-family: "Geist", sans-serif !important;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

.pricing-v2 .pricing-plan-wrap .plan-right-wrap .plan-custom-text {
  color: inherit;
  font-family: "Avenir", sans-serif !important;
  font-weight: 500;
  font-size: 20px;
}

.pricing-v2 .pricing-plan-wrap .plan-form-wrap {
  width: 100%;
  display: none;
  background-color: #262365;
}

.pricing-v2 .pricing-plan-wrap.form-active .plan-right-wrap,
.pricing-v2 .pricing-plan-wrap.form-active .plan-left-wrap,
.pricing-v2 .pricing-plan-wrap.thank-you-active .plan-right-wrap,
.pricing-v2 .pricing-plan-wrap.thank-you-active .plan-left-wrap {
  display: none;
}

.pricing-v2 .pricing-plan-wrap.form-active .plan-form-wrap {
  display: flex;
}

.pricing-v2 .form-out.hidden {
  display: none;
}

.pricing-v2 .plan-right-wrap .action-button {
  display: flex;
  border: 0;
  border-radius: 50px;
  background: #3c10a6;
  color: #fff;
  justify-content: center;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 4px 4px 4px 0 #432dd02b;
}

/*prices*/
.pricing-v2 .pricing-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}

.pricing-v2 .pricing-block .contacts-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.pricing-v2 .pricing-block .contacts-wrapper label {
  text-align: center;
  font-size: 22px;
  font-family: "Avenir", sans-serif !important;
  font-weight: normal;
  color: #2a1c4a;
}

.pricing-v2 .pricing-block .contacts-wrapper select {
  text-align: center;
  font-size: 18px;
  font-family: "Avenir", sans-serif !important;
  font-weight: normal;
  color: #2a1c4a;
  width: 100%;
  padding: 15px;
  border: 1px solid #262365;
  border-radius: 9px;
  cursor: pointer;
}

.pricing-v2 .pricing-block .pricing-options {
  display: flex;
  border-radius: 9px;
  overflow: hidden;
  gap: 2px;
  background: #d0cfee;
}

.pricing-v2 .pricing-block .pricing-options button {
  padding: 15px;
  background-color: #e6e5ff;
  border: none;
  cursor: pointer;
  display: flex;
  color: #262365;
  flex-direction: column;
  width: 33.333%;
  text-align: center;
  align-items: center;
  gap: 10px;
}

.pricing-v2 .pricing-block .pricing-options button .installments-title {
  font-family: "Geist", sans-serif !important;
  font-size: 20px;
  font-weight: bold;
}

.pricing-v2 .pricing-block .pricing-options button .installments-subtitle {
  font-family: "Geist", sans-serif !important;
  font-size: 14px;
  font-weight: 300;
  padding: 4px 10px;
  border: 1px solid transparent;
  border-radius: 20px;
  background: transparent;
}

.pricing-v2 .pricing-block .pricing-options button .installments-subtitle--image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 22px;
}

.pricing-v2
  .pricing-block
  .pricing-options
  button
  .installments-subtitle.highlight {
  font-weight: 500;
  background: transparent;
  border-color: #d1d02f;
  background: #f1f74d;
  color: #262365 !important;
}

.pricing-v2 .pricing-block .pricing-options button.active {
  background-color: #3c10a6;
  color: #fff;
  width: 33.33%;
}

.pricing-v2 .price-display-wrap {
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content: center;
  align-items: center;
}

.pricing-v2 .price-display-wrap .price-display {
  font-size: 24px;
  gap: 4px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.pricing-v2 .price-display-wrap .per-mon {
  text-align: center;
  font-weight: 300;
  font-family: "Geist", sans-serif !important;
  color: #262365;
  font-size: 16px;
}

.pricing-v2 .price-display-wrap .price-display .current-price {
  font-family: "Geist", sans-serif !important;
  font-size: 64px;
  font-weight: bold;
  color: #262365;
}

.pricing-v2 .pricing-block .price-display .original-price {
  margin-left: 10px;
  color: #26236570;
  text-decoration: line-through;
  font-family: "Geist", sans-serif !important;
  font-size: 29px;
  font-weight: bold;
}

.pricing-v2 .custom-text-display,
.pricing-v2 .custom-text-display > * {
  font-size: 18px;
  line-height: 24px;
  color: #262365;
  margin-top: 10px;
}

a.form-out::before,
a.form-step-prev::before {
  content: "";
  position: relative;
  width: 13px;
  height: 10px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12.813" height="11.414" viewBox="0 0 12.813 11.414"><g id="Icon_feather-arrow-right" data-name="Icon feather-arrow-right" transform="translate(-6.5 -6.086)"><path id="Path_878" data-name="Path 878" d="M7.5,18H18.313" transform="translate(0 -6.207)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path id="Path_879" data-name="Path 879" d="M18,7.5l4.293,4.293L18,16.086" transform="translate(-3.979)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>'); /* Embed the new SVG as a data URL */
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transform: rotate(180deg);
}

a.form-step-next::after {
  content: "";
  position: relative;
  width: 13px;
  height: 10px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12.813" height="11.414" viewBox="0 0 12.813 11.414"><g id="Icon_feather-arrow-right" data-name="Icon feather-arrow-right" transform="translate(-6.5 -6.086)"><path id="Path_878" data-name="Path 878" d="M7.5,18H18.313" transform="translate(0 -6.207)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path id="Path_879" data-name="Path 879" d="M18,7.5l4.293,4.293L18,16.086" transform="translate(-3.979)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>'); /* Embed the new SVG as a data URL */
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.plan-form-thank-you {
  display: none;
  width: 100%;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  align-self: center;
  background: #262365;
}

.plan-form-thank-you h3 {
  font-family: "Geist", sans-serif !important;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
}

.plan-form-thank-you p {
  font-family: "Avenir", sans-serif !important;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.plan-form-thank-you a {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}

.thank-you-active .plan-form-thank-you {
  display: flex;
}

.pricing-v2 .plan-sale-image {
  position: absolute;
  top: 16px;
  right: 9px;
  max-height: 30px;
  height: 30px;
  display: block;
  max-width: 200px;
  width: 100%;
}

.pricing-v2--single .plan-sale-image {
  position: relative;
  top: unset;
  right: unset;
  max-height: 40px;
  height: 40px;
  display: flex;
  max-width: 200px;
  width: 100%;
}

.pricing-v2 .plan-sale-image img {
  max-height: 30px;
  max-width: 200px;
  margin-left: auto;
  display: block;
}

.pricing-v2--single .plan-sale-image img {
  max-height: 40px;
  max-width: 200px;
  margin-left: 0;
}
  
@media screen and (max-width: 992px) {
  .pricing-v2 .plan-sale-image {
    display: none;
  }
  .pricing-v2--single .plan-sale-image {
    display: block;
  }
  .pricing-v2--single .plan-sale-image img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1500px) {
  .pricing-v2 .pricing-plan-wrap {
    flex-direction: column;
    gap: 50px;
    padding: 0 !important;
  }
  .pricing-v2 .pricing-plan-wrap .plan-left-wrap {
    width: 100%;
    order: 2;
    padding: 50px !important;
    border: 0 !important;
    padding-top: 0 !important;
  }
  .pricing-v2 .pricing-plan-wrap .plan-right-wrap {
    width: 100%;
    order: 1;
    padding: 50px !important;
    border: 0 !important;
    border-radius: 8px 8px 0 0;
  }
}

@media screen and (max-width: 992px) {
  .pricing-v2--single .pricing-plan-wrap,
  .pricing-v2--single .pricing-plan-wrap.active {
    border-left: 1px solid !important;
    border-radius: 0 0 11px 11px!important;
    border-top: 0!important;
  }
  .pricing-v2 .plans {
    display: flex;
    flex-direction: row;
    gap: 20px;
    overflow: auto;
    padding: 0;
    margin-left: 40px;
  }
  .pricing-v2--single .plans {
    gap: 0px;
    padding: 0;
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
  }
  .pricing-v2 .plans .plan-button {
    flex: 0 0 auto;
    width: unset;
    min-width: 200px;
    padding: 20px;
  }
  .pricing-v2--single .plans .plan-button,
  .pricing-v2--single .plans .plan-button.active {
    width: 100%;
    border-bottom: 0;
    border-right: 1px solid;
    border-radius: 11px 11px 0 0;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  .pricing-v2 .plans .plan-button .plan-name {
    flex: 0 0 auto;
    width: unset;
    min-width: 200px;
    font-size: 25px;
  }
  .pricing-v2 .plans .plan-button .plan-description {
    display: none;
  }
  .pricing-v2--single .plans .plan-button .plan-description {
    display: block;
  }
  .pricing-v2 .checkbox-group label,
  .pricing-v2 .radio-group label {
    width: 100% !important;
  }
  .pricing-v2 .slide-header {
    flex-direction: column;
  }

  .pricing-v2 .slide-header .slider-header-note {
    max-width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .pricing-v2 .pricing-block .pricing-options button .installments-title {
    font-size: 12px;
  }
  .pricing-v2 .pricing-block .pricing-options button .installments-subtitle {
    font-size: 10px;
  }
}

.plan-custom-logos-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.plan-custom-logos-wrapper img {
  max-width: 25%;
}

.pricing-v2 option{
  color: #262365;
}

.pricing-v2 input:-webkit-autofill,
.pricing-v2 input:-webkit-autofill:hover, 
.pricing-v2 input:-webkit-autofill:focus, 
.pricing-v2 input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 100px #262365 inset !important;
    -webkit-text-fill-color: #fff !important;
}

.pricing-v2 .country-state{
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}

.pricing-v2 .country-state .select-wrap{
  flex: 1;
}

.pricing-v2 .splide__pagination,
.pricing-v2 .splide__pagination li {
  pointer-events: none;
}

.disabled-input-field {
  display: none!important;
}

.testimonial-slider ul.splide__pagination {
  display: none !important;
}

.pricing-v2 .pricing-custom-text {
  display: none;
}

.pricing-v2 .pricing-custom-text.active {
  display: block;
}
