@font-face {
  font-family: "Lexend Deca Regular";
  src: url("../fonts/LexendDeca-Regular.eot");
  src: url("../fonts/LexendDeca-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/LexendDeca-Regular.woff2") format("woff2"), url("../fonts/LexendDeca-Regular.woff") format("woff"), url("../fonts/LexendDeca-Regular.ttf") format("truetype"), url("../fonts/LexendDeca-Regular.svg#LexendDeca-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca SemiBold";
  src: url("../fonts/LexendDeca-SemiBold.eot");
  src: url("../fonts/LexendDeca-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/LexendDeca-SemiBold.woff2") format("woff2"), url("../fonts/LexendDeca-SemiBold.woff") format("woff"), url("../fonts/LexendDeca-SemiBold.ttf") format("truetype"), url("../fonts/LexendDeca-SemiBold.svg#LexendDeca-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca Medium";
  src: url("../fonts/LexendDeca-Medium.eot");
  src: url("../fonts/LexendDeca-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/LexendDeca-Medium.woff2") format("woff2"), url("../fonts/LexendDeca-Medium.woff") format("woff"), url("../fonts/LexendDeca-Medium.ttf") format("truetype"), url("../fonts/LexendDeca-Medium.svg#LexendDeca-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca Bold";
  src: url("../fonts/LexendDeca-Bold.eot");
  src: url("../fonts/LexendDeca-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/LexendDeca-Bold.woff2") format("woff2"), url("../fonts/LexendDeca-Bold.woff") format("woff"), url("../fonts/LexendDeca-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  letter-spacing: -0.04em;
  overflow-x: hidden;
  font-family: "Lexend Deca Regular";
  font-size: 1.09375vw;
}
body.open {
  overflow: hidden;
}
@media (max-width: 1366px) {
  body {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 1023px) {
  body {
    font-size: 16px;
  }
}
body img {
  max-width: 100%;
}

main {
  overflow-x: hidden;
}

.light {
  --btn:#000;
  --btn-text:#fff;
  --fill:#fff;
  --fill-text:#000;
  --ring:#000;
}
.light:hover button:after {
  filter: brightness(0) invert(0) !important;
}

.dark {
  --btn:#fff;
  --btn-text:#000;
  --fill:#000;
  --fill-text:#fff;
  --ring:#fff;
}
.dark:hover a:after {
  filter: brightness(1) invert(1) !important;
}

.btn {
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  background: var(--btn);
  color: var(--btn-text);
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  box-shadow: inset 0 0 0 2px var(--btn);
  height: 2.6041666667vw;
  padding: 0 1.5vw;
}
@media only screen and (max-width: 1200px) {
  .btn {
    height: 40px !important;
    border-radius: 40px;
    font-size: 15px !important;
    padding: 0 15px;
  }
}

.btn:focus-visible {
  outline: 3px solid var(--ring);
  outline-offset: 4px;
}

.fill {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: var(--fill);
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
}

.lbl {
  position: relative;
  display: block;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 8vw;
}
@media only screen and (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
}

.container-fluid {
  margin: 0 auto;
  padding: 0 5vw;
}
@media only screen and (max-width: 1200px) {
  .container-fluid {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .border-5 {
    border-width: 2px;
  }
}

.section {
  margin: 4vw 0;
  font-size: 1.09375vw;
}
@media only screen and (max-width: 1200px) {
  .section {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .section {
    margin: 40px 0 !important;
  }
}
.section h2 {
  font: 2.1875vw "Lexend Deca SemiBold";
  text-align: center;
  margin-bottom: 3vw;
}
@media only screen and (max-width: 1023px) {
  .section h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section .list_cont_1 .listing, .section .list_cont_2 .listing {
    margin: 0 0 30px !important;
  }
}
.section .list_cont_1 .name, .section .list_cont_2 .name {
  font: 1.6666666667vw "Lexend Deca SemiBold";
}
@media only screen and (max-width: 767px) {
  .section .list_cont_1 .name, .section .list_cont_2 .name {
    font-size: 22px;
  }
}
.section .list_cont_1 .grid {
  margin: 0 -2.3vw;
}
@media only screen and (max-width: 767px) {
  .section .list_cont_1 .grid {
    margin: 0;
  }
}
.section .list_cont_1 .listing {
  margin: 0 2.3vw;
}
.section .list_cont_1 .listing .icon {
  margin-left: 2vw;
  max-width: 9vw;
  height: 7.5836820084vw;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .section .list_cont_1 .listing .icon {
    max-width: 15vw;
    min-width: 15vw;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .section .list_cont_1 .listing .icon {
    max-width: 22vw;
    min-width: 22vw;
    height: auto;
  }
}
.section .list_cont_2 .listing {
  padding: 3vw 2.5vw;
}
@media only screen and (max-width: 767px) {
  .section .list_cont_2 .listing {
    padding: 20px;
  }
}
.section .list_cont_2 .listing:first-child {
  padding-bottom: 6vw;
}
.section .list_cont_2 .listing:first-child .icon {
  width: auto;
  height: 15.46875vw;
}
@media only screen and (max-width: 767px) {
  .section .list_cont_2 .listing:first-child .icon {
    height: 35vw;
    margin-top: 30px;
  }
}
.section .list_cont_2 .listing:first-child .icon img {
  height: 100%;
}
.section .list_cont_2 .listing:nth-child(2) p {
  margin: -3.5vw 0 0;
  width: 13vw;
}
@media only screen and (max-width: 767px) {
  .section .list_cont_2 .listing:nth-child(2) p {
    width: 100%;
    margin: -1.5vw 0 0;
  }
}
.section .list_cont_2 .listing:last-child {
  padding-left: 5vw;
  padding-right: 5vw;
}
.section .list_cont_2 .listing:last-child .icon {
  width: 15vw;
}
@media only screen and (max-width: 767px) {
  .section .list_cont_2 .listing:last-child .icon {
    width: 20vw;
  }
}
.section .list_cont_2 .listing:last-child p {
  width: 100%;
}
.section .list_cont_2 .listing .icon {
  width: 9.1145833333vw;
}
@media only screen and (max-width: 767px) {
  .section .list_cont_2 .listing .icon {
    width: 20vw;
  }
}
.section .list_cont_2 .listing p {
  width: 11vw;
}
@media only screen and (max-width: 767px) {
  .section .list_cont_2 .listing p {
    width: 60vw;
  }
}
.section .prices_cont h2 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section .prices_cont h2 {
    margin-bottom: 20px;
  }
}
.section .prices_cont .tops ul {
  display: flex;
  align-items: center;
  border: 3px solid #DCE5E6;
  border-radius: 2.34375vw;
  height: 2.34375vw;
  width: max-content;
}
@media only screen and (max-width: 1200px) {
  .section .prices_cont .tops ul {
    height: 40px;
    border-radius: 40px;
    border-width: 2px;
    margin-bottom: 15px;
  }
}
.section .prices_cont .tops ul li {
  font-size: 0.8333333333vw;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .section .prices_cont .tops ul li {
    font-size: 14px;
  }
}
.section .prices_cont .tops ul li.active a {
  background-color: #000000;
  color: #ffffff;
}
.section .prices_cont .tops ul li a {
  color: #000000;
  display: flex;
  transition: 0.3s;
  border-radius: 2.34375vw;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 100%;
  padding: 0 1vw;
}
@media only screen and (max-width: 1200px) {
  .section .prices_cont .tops ul li a {
    border-radius: 40px;
    padding: 0 15px;
  }
}
@media (width <= 40rem) {
  .section .prices_cont .sm\:grid .list {
    margin: 15px 0;
  }
}
.section .prices_cont .list {
  font-size: 0.9375vw;
  padding: 2.5vw 1.5vw;
  position: relative;
}
.section .prices_cont .list:nth-child(2) ul {
  border-color: #CDCDCD;
}
@media (max-width: 1366px) {
  .section .prices_cont .list {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 1200px) {
  .section .prices_cont .list {
    font-size: 1.3vw;
    padding-top: 4vw;
  }
}
@media only screen and (max-width: 1023px) {
  .section .prices_cont .list {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 767px) {
  .section .prices_cont .list {
    font-size: 17px;
    padding: 40px 20px;
  }
}
.section .prices_cont .list:last-child .price sup {
  left: 0;
}
.section .prices_cont .list .popular {
  position: absolute;
  margin: 1vw 1.5vw;
  top: 0;
  right: 0;
  font-size: 0.78125vw;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .section .prices_cont .list .popular {
    font-size: 1.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .section .prices_cont .list .popular {
    font-size: 13px;
    margin: 5px;
  }
}
.section .prices_cont .list .popular:before {
  content: "";
  background: url("../img/star.svg") no-repeat 0 0;
  display: block;
  margin-right: 7px;
  width: 28px;
  height: 28px;
}
.section .prices_cont .list .name {
  font: 1.40625vw "Lexend Deca SemiBold";
}
@media only screen and (max-width: 1200px) {
  .section .prices_cont .list .name {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1023px) {
  .section .prices_cont .list .name {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 767px) {
  .section .prices_cont .list .name {
    font-size: 25px;
  }
}
.section .prices_cont .list .price {
  font-size: 2.1875vw;
}
@media only screen and (max-width: 1200px) {
  .section .prices_cont .list .price {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 767px) {
  .section .prices_cont .list .price {
    font-size: 30px;
  }
}
.section .prices_cont .list .price sup {
  font-size: 0.78125vw;
  top: -0.8vw;
  left: 8px;
}
@media only screen and (max-width: 1200px) {
  .section .prices_cont .list .price sup {
    font-size: 1.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .section .prices_cont .list .price sup {
    font-size: 13px;
    top: -8px;
  }
}
.section .prices_cont .list ul {
  border-top: 2px solid #DCE5E6;
  padding: 15px 0;
  margin: 15px 0;
}
.section .prices_cont .list ul li {
  background: url("../img/check.svg") no-repeat left 6px;
  padding: 0 0 0 30px;
  margin: 6px 0;
}
.section .prices_cont .list a {
  margin: 0 auto;
  font-size: 1.0416666667vw;
}

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