@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;
}
.pageFirst picture {
  height: auto;
  width: 44%;
  margin: 5vw;
}

.plans h2 {
  text-align: left;
  font: 2.9166666667vw/3.3vw "Lexend Deca SemiBold";
  margin-bottom: 2vw;
}
@media only screen and (max-width: 1023px) {
  .plans h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.plans .table {
  border: 2px solid #DCE5E6;
}
@media only screen and (max-width: 480px) {
  .plans .table {
    display: block;
    overflow: scroll;
  }
}
.plans table {
  width: 100%;
}
.plans table tr th {
  background: #000000;
  color: #ffffff;
  font: 1.2552301255vw "Lexend Deca SemiBold";
  text-align: center;
  padding: 1.4vw 1.5vw;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .plans table tr th {
    font-size: 16px;
    height: auto;
    padding: 26px 15px 10px;
  }
}
.plans table tr th .popular {
  position: absolute;
  justify-content: center;
  width: 100%;
  top: 0;
  right: 0;
  font: 0.78125vw "Lexend Deca Regular";
  display: flex;
  align-items: center;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .plans table tr th .popular {
    font-size: 11px;
  }
}
.plans table tr th .popular:before {
  content: "";
  background: url("../img/star.svg") no-repeat 0 0;
  display: block;
  margin-right: 7px;
  width: 20px;
  height: 20px;
  background-size: cover;
}
.plans table tr th:first-child {
  text-align: left;
  border-top-left-radius: var(--radius-4xl);
}
.plans table tr th:last-child {
  border-top-right-radius: var(--radius-4xl);
}
.plans table tr td {
  padding: 1.4vw 1.5vw;
  text-align: center;
  border-top: 2px solid #DCE5E6;
  border-left: 2px solid #DCE5E6;
}
@media only screen and (max-width: 767px) {
  .plans table tr td {
    font-size: 16px;
    height: auto;
    padding: 10px 15px 10px;
  }
}
.plans table tr td.bg-\[\#DDE5E6\] {
  border-top: 2px solid #C9D6D7;
}
.plans table tr td:first-child {
  text-align: left;
  border-left: none;
}
.plans table tr td img {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .plans table tr td img {
    width: 25px;
  }
}

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