@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  /*   background: #fff url('./ajax-loader.gif') center center no-repeat; */
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  /*  src: url('/assets/webfonts/fonts/slick.eot');
   src: url('/assets/webfonts/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/assets/webfonts/fonts/slick.woff') format('woff'), url('/assets/webfonts/fonts/slick.ttf') format('truetype'), url('/assets/webfonts/fonts/slick.svg#slick') format('svg'); */
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

body.pricing-v6 .container {
  max-width: 1340px;
}

body.pricing-v6 .hv2-faqs .hv2-faqs__accordion-item {
  background-color: rgba(249, 249, 249, 0.6666666667) !important;
}
body.pricing-v6 .hv2-faqs .hv2-faqs__accordion-item h3, body.pricing-v6 .hv2-faqs .hv2-faqs__accordion-item.active h3, body.pricing-v6 .hv2-faqs .hv2-faqs__accordion-item.active p {
  color: #212E44 !important;
}
body.pricing-v6 .hv2-faqs .hv2-faqs__accordion-item he {
  font-weight: 800;
}
body.pricing-v6 .hv2-faqs .hv2-faqs__accordion-icon-inner {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 2L7 7L2 2' stroke='%23212E44' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") !important;
}

.pricing-tooltip::before {
  background-image: url(/assets/pricing/icon.svg) !important;
}

.pricing-plans .plans-table {
  height: auto !important;
  overflow: visible !important;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 11px 0px;
}

.highlight {
  background-color: #FFF9F4;
}
@media (max-width: 991px) {
  .highlight {
    border-radius: 10px;
  }
}

@media (min-width: 992px) {
  tr:first-of-type .highlight {
    border-radius: 10px 10px 0 0;
  }
  tr:last-of-type .highlight {
    border-radius: 0 0 10px 10px;
  }
  tr:first-of-type:last-of-type .highlight {
    border-radius: 10px;
  }
}
.hero-section h1 {
  font-size: clamp(46px, 4vw, 56px) !important;
  line-height: 120% !important;
  text-align: center !important;
}
.hero-section span {
  color: #ff6726;
}
.hero-section .hero-support {
  font-size: clamp(14px, 2vw, 16px) !important;
}
.hero-section .hero-networks .image-wrap {
  padding: 8px 4px !important;
}

/*pricing toggle*/
.pricing-toggle {
  background: rgba(249, 249, 249, 0.6666666667);
  border-radius: 10px;
  padding: 7px;
  max-width: max-content;
  margin: 0 auto;
  grid-gap: 2px;
  gap: 2px;
}
.pricing-toggle .annual, .pricing-toggle .monthly {
  display: block !important;
}
.pricing-toggle .toggle-option {
  padding: 8px 11px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 400;
  color: #7d7d7d;
  transition: all 0.3s ease;
}
.pricing-toggle .toggle-option.active {
  background-color: #fff;
  color: #0a1e42;
  font-weight: 900;
}
.pricing-toggle .toggle-option.annual {
  display: flex !important;
}
.pricing-toggle .toggle-saving {
  margin-left: 8px;
  background-color: #E8F4FF;
  color: #0097f0;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: clamp(10px, 2vw, 12px);
  white-space: nowrap;
  font-weight: 400;
}

#annual-toggle {
  font-size: clamp(14px, 2vw, 16px) !important;
}

/*pricing card*/
.pricing-cards {
  padding-bottom: 100px;
  margin-top: 35px;
}
.pricing-cards .hv2-button {
  border-radius: 60px;
  box-shadow: 0px 11px 24px -10px rgba(0, 0, 0, 0.06);
}
.pricing-cards.annual .cards .card .card-price {
  margin-bottom: 19px !important;
}
.pricing-cards.annual .cards .card .card-price .price {
  width: auto !important;
}
.pricing-cards .cards .card {
  padding-top: 44px !important;
}
.pricing-cards .cards .card.popular {
  display: flex;
  z-index: 3;
}
.pricing-cards .cards .card.fr .card-extra {
  min-height: 79px;
}
.pricing-cards .cards .card-inner {
  border: 1px solid var(--Colors-Grey-grey-20, #D6DAE0) !important;
  padding: 40px 8px 40px 8px !important;
  min-height: 939px;
  position: relative;
}
.pricing-cards .cards .card-inner .card-head {
  min-height: 0px;
}
.pricing-cards .cards .card-inner h3 {
  font-size: clamp(24px, 2vw, 28px);
  color: #212E44 !important;
  margin-bottom: 19px;
  line-height: 30px;
}
.pricing-cards .cards .card-inner .card-text {
  font-size: clamp(14px, 2vw, 16px);
  line-height: 150%;
  margin-bottom: 19px;
}
.pricing-cards .cards .card-inner .card-info {
  font-size: clamp(14px, 2vw, 16px) !important;
  line-height: 150%;
  font-weight: 800;
  text-align: center;
  min-height: 0;
}
@media (min-width: 1024px) {
  .pricing-cards .cards .card-inner .card-list-wrap {
    padding-left: 31px;
    padding-right: 31px;
  }
}
.pricing-cards .cards .card-inner .card-list-wrap .plist li {
  font-size: clamp(14px, 2vw, 16px) !important;
  line-height: 150%;
}
.pricing-cards .cards .card-price {
  margin-bottom: 70px !important;
  display: block;
}
.pricing-cards .cards .card-price > div {
  display: flex;
  align-items: end;
  justify-content: center;
}
.pricing-cards .cards .card-price .original-price {
  font-size: clamp(22px, 2vw, 25px);
  color: #979797;
  text-decoration: line-through;
  font-weight: 400;
  line-height: 150%;
}
.pricing-cards .cards .card-price .saving-text {
  font-size: clamp(14px, 2vw, 16px);
  line-height: 150%;
  font-weight: 400;
  background-color: #E8F4FF;
  border-radius: 15px;
  padding: 3px 11px;
  color: #1799DD;
  margin-top: 19px;
  display: inline-block;
}
.pricing-cards .cards .card-price .currency-price {
  font-size: clamp(46px, 4vw, 56px) !important;
}
.pricing-cards .cards .card-price .info {
  font-size: clamp(11px, 2vw, 13px) !important;
  max-width: 50px;
}
.pricing-cards .cards .card-info, .pricing-cards .cards .card-button {
  margin-bottom: 19px !important;
}
.pricing-cards .card-extra {
  font-size: clamp(20px, 2vw, 28px);
  line-height: 28px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 19px;
  min-height: 102px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pricing-cards .card-badge {
  background-color: #FFE1D4;
  color: #FF6726;
  font-weight: 900;
  padding: 8px 12px 14px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -41px;
}
@media (max-width: 1399.98px) {
  .pricing-cards .card .card-text {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 1099.98px) {
  .pricing-cards .card .card-text {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 1024px) {
  .pricing-cards .cards .card-inner {
    padding: 21px 15px 6px 15px !important;
  }
  .pricing-cards .cards .card-price {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 991px) {
  .pricing-cards .cards .card-inner {
    min-height: 720px !important;
  }
}
@media (max-width: 768px) {
  .pricing-cards {
    padding-bottom: 60px;
  }
}

.pricing-plans {
  padding: 0px !important;
  margin: 0 !important;
}
.pricing-plans .hv2-faqs__accordion-content {
  padding-right: 0px !important;
}
.pricing-plans .hv2-faqs__accordion-content *:last-child {
  margin-bottom: 0 !important;
}
.pricing-plans .hv2-faqs__accordion-item {
  padding: 9px 21px 9px 21px !important;
}
.pricing-plans .hv2-faqs__accordion-item.active {
  padding-bottom: 23px !important;
}
.pricing-plans .hv2-faqs__accordion-item.active .hv2-faqs__accordion-content {
  overflow: visible !important;
}
.pricing-plans table {
  border-radius: 10px;
  background-color: #ffffff;
}
.pricing-plans table .tag {
  margin-left: 2px;
  color: #178DFE;
}
.pricing-plans table .tag span {
  background-color: #E8F4FF;
  box-shadow: 0px 4px 17.7px 0px rgba(0, 0, 0, 0.08);
  display: inline-block;
  padding: 4px 11px;
  border-radius: 14px;
}
.pricing-plans table td.align-left {
  font-weight: bold;
  display: flex;
  max-width: 100%;
}
.pricing-plans table td.align-center {
  width: 14.4%;
}
.pricing-plans table td.align-center .pricing-tooltip .tooltiptext {
  min-width: 150px;
  max-width: 231px;
  width: max-content;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  color: #344563;
}
.pricing-plans table td.align-center .pricing-tooltip .tooltiptext::before {
  background-image: none !important;
}
.pricing-plans table td.align-center .pricing-tooltip::before {
  content: "*";
  background-image: none !important;
  top: -5px;
  left: 0;
  font-size: 18px;
}
.pricing-plans table td.align-center:last-child .pricing-tooltip .tooltiptext {
  left: auto;
  right: -28px;
}
.pricing-plans table td.align-center:last-child .pricing-tooltip .tooltiptext::before {
  left: auto;
  right: 0;
}
@media (max-width: 1199px) {
  .pricing-plans table td.align-center {
    width: 16.4%;
  }
}
@media (max-width: 991px) {
  .pricing-plans table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .pricing-plans table tr:not(:last-child) {
    border-bottom: 2px solid #f3f2f2;
    padding: 5px 0px 24px;
  }
  .pricing-plans table td.align-left {
    flex: 0 0 100%;
    width: 100%;
    text-align: left;
  }
  .pricing-plans table td:not(.align-left) {
    flex: 1 1 auto;
  }
}
.pricing-plans h3 {
  justify-content: start !important;
  grid-gap: 27px !important;
  gap: 27px !important;
  font-weight: 900 !important;
}

.heading-icon, .card-img {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heading-icon img, .card-img img {
  margin: 0 auto;
}

.advanced-solutions {
  margin-top: 0px !important;
  padding: 142px 0px 100px;
}
.advanced-solutions h2 {
  font-size: clamp(30px, 3vw, 36px);
  font-weight: 900;
}
.advanced-solutions .description {
  font-weight: 600;
  margin-bottom: 37px;
}
.advanced-solutions h2, .advanced-solutions .description {
  text-align: center;
}
.advanced-solutions h3 {
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px !important;
  padding: 0px 27px;
}
.advanced-solutions .card-img {
  margin: 0 auto 25px;
}
.advanced-solutions .cards .card:not(.card-x-special) .flex {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.advanced-solutions .cards .card.card-x-special .card-inner {
  background: #fff;
  padding: 0px !important;
  border: none !important;
}
.advanced-solutions .cards .card.card-x-special .card-inner .extra-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.advanced-solutions .cards .card.card-x-special .card-inner .extra-content .card {
  border: 1px solid var(--Colors-Grey-grey-20, rgb(214, 218, 224)) !important;
  padding: 40px 8px 40px !important;
  border-radius: 10px;
  height: 100%;
}
@media (max-width: 1024px) {
  .advanced-solutions .cards .card.card-x-special .card-inner .extra-content .card {
    padding: 21px 15px 21px 15px !important;
  }
}
.advanced-solutions .cards .card.card-x-special .card-inner .extra-content .card:first-child {
  margin-bottom: 20px;
}
.advanced-solutions .cards .card.card-x-special .card-inner .extra-content .card .card-img, .advanced-solutions .cards .card.card-x-special .card-inner .extra-content .card h3, .advanced-solutions .cards .card.card-x-special .card-inner .extra-content .card .card-text {
  margin-bottom: 7px !important;
}
.advanced-solutions .cards .card.card-x-special .card-inner .extra-content .card h3 {
  min-height: 50px;
}
.advanced-solutions .cards .card.card-x-special .card-inner .extra-content .card .card-text {
  min-height: 0;
}
.advanced-solutions .cards .card.card-x-special .card-inner .extra-content .card .card-list-wrap {
  min-height: 73px;
  align-items: center;
  display: flex;
  padding: 0px 42px;
}
.advanced-solutions .cards .card.card-x-special .card-inner .extra-content .card .card-button {
  margin: 12px 0px 0px !important;
}
.advanced-solutions .cards .card.card-x-special .card-inner img {
  width: 40px;
}
.advanced-solutions .cards .card:not(.popular) {
  padding-top: 0px !important;
}
.advanced-solutions .cards .card-inner {
  min-height: 827px;
  background-color: #F9F9FA;
}
.advanced-solutions .cards .card-inner .card-text {
  margin-bottom: 25px;
  padding: 0px 30px;
  min-height: 110px;
}
.advanced-solutions .cards .card-inner .card-list-wrap svg {
  top: 40%;
}
@media (min-width: 1024px) {
  .advanced-solutions .cards .card-inner .card-list-wrap {
    padding-left: 29px;
    padding-right: 29px;
  }
}
.advanced-solutions .cards .card-link {
  padding-top: 25px;
  text-align: center;
  min-height: 100px;
}
.advanced-solutions .cards .card-link .link {
  color: #212E44;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .advanced-solutions .cards .card-inner .card-text {
    min-height: 0px;
  }
}
@media (max-width: 991px) {
  .advanced-solutions {
    padding: 70px 0px 50px !important;
  }
}

/*block brands*/
.block-brands {
  overflow-x: hidden;
  background-color: #FFF9F4 !important;
  padding: 43px 0px 49px !important;
}
.block-brands h3 {
  font-size: clamp(30px, 3vw, 36px) !important;
  font-weight: 900 !important;
  line-height: 100% !important;
}
@media (min-width: 992px) {
  .block-brands h3 {
    padding-bottom: 20px;
  }
}
.block-brands a {
  margin-top: 40px;
}

/* faqs*/
.hv2-faqs {
  padding: 83px 0px 90px;
}
.hv2-faqs .container {
  padding-bottom: 0px !important;
}
.hv2-faqs__module {
  padding: 0px !important;
}
@media (max-width: 991px) {
  .hv2-faqs {
    padding: 70px 0px 50px;
  }
}
@media (max-width: 768px) {
  .hv2-faqs {
    padding: 50px 0px 30px;
  }
}

/*cta*/
.cta {
  padding: 0 !important;
  background-image: url(/assets/pricing/bg-banner1.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.cta .box {
  background-color: transparent !important;
  padding: 0px 70px 0px 50px;
  grid-gap: 0 !important;
  gap: 0 !important;
}
.cta__content {
  max-width: 290px;
}
.cta__image {
  max-width: 100% !important;
  width: 100% !important;
}
.cta h2 {
  margin-bottom: 46px !important;
  line-height: clamp(32px, 2vw, 44px) !important;
}
@media (max-width: 991px) {
  .cta .box {
    padding: 0px 40px 0px 20px;
  }
}

.plan {
  padding-bottom: 20px !important;
}
.plan .plan-compare {
  background-color: #F9F9FA;
  border-radius: 10px;
  padding: 25px 21px;
}
.plan .plan-compare__header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 30px;
  flex-wrap: wrap;
}
.plan .plan-compare__title {
  display: flex;
  align-items: center;
  grid-gap: 27px;
  gap: 27px;
}
.plan .plan-compare__title h3 {
  font-weight: 900;
  margin: 0;
  font-size: clamp(20px, 2vw, 24px) !important;
}
.plan .plan-compare__plans {
  display: flex;
  grid-gap: 10px;
  gap: 10px;
  width: 57%;
}
.plan .plan-compare__plans .hv2-button {
  border-radius: 60px;
  font-size: clamp(14px, 1.5vw, 16px);
  box-shadow: 0px 11px 24px -10px rgba(0, 0, 0, 0.0588235294);
}
.plan .plan-compare__plan {
  width: 60%;
  text-align: center;
}
.plan .plan-compare__plan .name {
  font-size: clamp(16px, 2vw, 18px);
  padding-bottom: 17px;
  color: #212E44;
  font-weight: 700;
}
.plan .plan-compare .plans-table td {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
@media (max-width: 1199px) {
  .plan .plan-compare__plans {
    width: 65.5%;
  }
}
@media (max-width: 991px) {
  .plan .plan-compare__header {
    flex-direction: column-reverse;
    align-items: start;
    grid-gap: 29px;
    gap: 29px;
  }
  .plan .plan-compare__plans {
    width: 100%;
  }
}

#stickyPlans {
  z-index: 2;
}

#stickyPlans.is-sticky {
  position: fixed;
  top: 90px;
  transform: translateX(75.6%);
}
@media (min-width: 700px) {
  #stickyPlans.is-sticky {
    background: #F9F9FA;
    padding: 13px 10px;
    border-radius: 10px;
  }
}
@media (min-width: 1340px) {
  #stickyPlans.is-sticky {
    max-width: 723px;
  }
}
@media (max-width: 1340px) {
  #stickyPlans.is-sticky {
    transform: translateX(0%);
    right: 2.6%;
    width: 55%;
  }
}
@media (max-width: 1199px) {
  #stickyPlans.is-sticky {
    width: 61.5%;
    right: 3%;
  }
}
@media (max-width: 991px) {
  #stickyPlans.is-sticky {
    right: 0;
    left: 0;
    max-width: calc(100% - 70px);
    margin: 0 auto;
    width: 100%;
  }
}

#stickyPlans.is-stopped {
  position: absolute;
  width: 100%;
  left: 0;
  transform: none;
}

@media (max-width: 700px) {
  #stickyPlans.is-sticky,
  #stickyPlans.is-stopped {
    position: static !important;
    transform: none !important;
    top: auto !important;
    z-index: inherit;
    max-width: 100%;
    padding: 0;
  }
  .overflow {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  .overflow .scroll-inner {
    min-width: 700px;
  }
}
.pricing-cards .cards.row > div:not(.slick-arrow) {
  padding: 4px 10px;
}

.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-trigger {
  border: 0;
  background: 0;
  display: flex;
}

.popup-content {
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 690px;
  padding: 45px;
  position: relative;
  max-height: 80vh;
  overflow-y: auto;
  margin: 0px 15px;
  font-size: clamp(14px, 2vw, 16px) !important;
  font-weight: 400;
}

/* .popup-close {
  position: absolute;
  top: 12px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
} */
.popup-modal[hidden] {
  display: none;
}

@media (max-width: 500px) {
  .popup-content {
    padding: 25px;
  }
}

/*# sourceMappingURL=price_v6.css.map*/