.app-shadowed-box {
  background: white;
  padding: 10px 25px;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1000px) {
.app-shadowed-box {
    padding: 10px 15px;
}
}
@media (max-width: 800px) {
.app-shadowed-box {
    padding: 10px 10px;
}
}

button,
.bt-pri-orange,
.bt-pri-yellow,
.bt-sec-blue,
.bt-sec-gray,
.bt-sec-orange,
.bt-sec-black,
.rate-box-container .rate-box--body button.gray,
.rate-box-container .rate-box--body button.blue,
.rate-box-container .rate-box--body button.green,
.rate-box-container .rate-box--body button.orange,
.rate-box-container .rate-box--body button.purple {
  height: 31px;
  line-height: 31px;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 10px;
  margin-bottom: 1px;
  text-transform: none;
}
@media (max-width: 550px) {
button,
  .bt-pri-orange,
  .bt-pri-yellow,
  .bt-sec-blue,
  .bt-sec-gray,
  .bt-sec-orange,
  .bt-sec-black,
  .rate-box-container .rate-box--body button.gray,
  .rate-box-container .rate-box--body button.blue,
  .rate-box-container .rate-box--body button.green,
  .rate-box-container .rate-box--body button.orange,
  .rate-box-container .rate-box--body button.purple {
    height: 40px;
    line-height: 40px;
    margin-top: 0;
}
}
button.disabled {
  pointer-events: none;
  position: relative;
}
button.disabled::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: white;
  opacity: 0.5;
  pointer-events: none;
}
button.disabled .badge {
  pointer-events: none;
  position: relative;
  position: absolute;
}
button.disabled .badge::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: white;
  opacity: 0.5;
  pointer-events: none;
}
button.loading {
  pointer-events: none;
  position: relative;
  color: transparent;
}
button.loading::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: white;
  opacity: 0.5;
  pointer-events: none;
}
button.loading > * {
  visibility: hidden;
}
button.loading:after {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  border: 2px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  pointer-events: none;
}
@keyframes spin {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
.bt-pri-orange {
  background-color: #F36D21;
  color: white;
  border: none;
}
.bt-pri-orange:hover {
  background-color: #f68d51;
  color: white;
}
.bt-pri-yellow {
  background-color: #ffcd51;
  color: white;
  border: none;
  color: #3e3e3e;
}
.bt-pri-yellow:hover {
  background-color: #ffdc84;
  color: white;
}
.bt-pri-yellow .icon {
  display: inline-block;
  background-image: url(./images/90e3084967f0ac742257.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 17px;
  vertical-align: middle;
  margin: 0 5px 3px 0;
}
@media (min-resolution: 1.5dppx) {
.bt-pri-yellow .icon {
    background-image: url(./images/ce378a1516b21ca27229.png);
    background-size: contain;
}
}
.bt-sec-blue {
  background-color: white;
  color: #30a2ed;
  border: 1px solid #30a2ed;
}
.bt-sec-blue:hover {
  color: white;
  background-color: #5fb7f1;
  border: solid 1px #5fb7f1;
}
.bt-sec-gray {
  background-color: white;
  color: #454545;
  border: 1px solid #454545;
}
.bt-sec-gray:hover {
  color: white;
  background-color: #5f5f5f;
  border: solid 1px #5f5f5f;
}
.bt-sec-orange {
  background-color: white;
  color: #F36D21;
  border: 1px solid #F36D21;
}
.bt-sec-orange:hover {
  color: white;
  background-color: #f68d51;
  border: solid 1px #f68d51;
}
.bt-sec-black {
  background-color: white;
  color: #3e3e3e;
  border: 1px solid #3e3e3e;
}
.bt-sec-black:hover {
  color: white;
  background-color: #585858;
  border: solid 1px #585858;
}
.rate-box-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  border-radius: 12px;
  color: #3e3e3e;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s ease-in-out;
}
.rate-box-container:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}
.rate-box-container.selected .rate-box--header .title {
  font-weight: bold;
}
.rate-box-container.rate-box {
  flex: 0 1 310px;
}
@media (max-width: 640px) {
.rate-box-container.rate-box {
    flex: 1 1 auto;
    max-width: 320px;
}
}
.rate-box-container.rate-box .rate-box--body {
  margin: 5px 0;
}
@media (max-width: 550px) {
.rate-box-container.rate-box .rate-box--body {
    margin: 10px 5px;
}
}
.rate-box-container.rate-box.rate-box-1 .rate-box--body {
  margin: 25px 0;
}
@media (max-width: 750px) and (min-width: 640px) {
.rate-box-container.rate-box.rate-box-1 {
    border-bottom-right-radius: 0;
}
.rate-box-container.rate-box.rate-box-1 .rate-box--header {
    border-top-right-radius: 0;
}
}
@media (max-width: 640px) {
.rate-box-container.rate-box.rate-box-1 {
    width: 80%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.rate-box-container.rate-box.rate-box-1 .rate-box--body {
    margin: 10px 0;
}
}
.rate-box-container.rate-box.rate-box-2 .rate-box--body {
  margin: 20px 0;
}
@media (max-width: 750px) and (min-width: 640px) {
.rate-box-container.rate-box.rate-box-2 {
    border-bottom-right-radius: 0;
}
.rate-box-container.rate-box.rate-box-2 .rate-box--header {
    border-top-right-radius: 0;
}
}
@media (max-width: 640px) {
.rate-box-container.rate-box.rate-box-2 {
    width: 90%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.rate-box-container.rate-box.rate-box-2 .rate-box--body {
    margin: 10px 0;
}
}
.rate-box-container.rate-box.rate-box-3 .rate-box--body {
  margin: 30px 0;
}
@media (max-width: 640px) {
.rate-box-container.rate-box.rate-box-3 {
    width: 100%;
}
.rate-box-container.rate-box.rate-box-3 .rate-box--body {
    margin: 10px 0;
}
}
.rate-box-container.summer {
  flex-basis: auto;
}
.rate-box-container.summer.rate-box.rate-box-1,
.rate-box-container.summer.rate-box.rate-box-2 {
  border-radius: 12px;
}
.rate-box-container.summer.rate-box.rate-box-1 .rate-box--header,
.rate-box-container.summer.rate-box.rate-box-2 .rate-box--header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.rate-box-container.summer.rate-box.rate-box-1 .rate-box--body,
.rate-box-container.summer.rate-box.rate-box-2 .rate-box--body {
  margin: 0;
  padding: 20px 30px;
}
.rate-box-container.summer.rate-box.rate-box-1 .rate-box--body .monthly-price,
.rate-box-container.summer.rate-box.rate-box-2 .rate-box--body .monthly-price {
  order: 0;
  gap: 5px;
}
.rate-box-container.summer.rate-box.rate-box-1 .rate-box--body .total-price,
.rate-box-container.summer.rate-box.rate-box-2 .rate-box--body .total-price {
  display: flex;
}
.rate-box-container.summer.selected {
  transform: scale(1.2);
  transform-origin: top;
}
.rate-box-container.summer.selected .rate-box--body {
  border: 3px solid #b9e3ff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.rate-box-container.summer.selected .rate-box--body .rate-savings .saving {
  background-color: #e7f4fc;
  color: #42b2fc;
}
.rate-box-container.summer.selected.orange .rate-box--body {
  border-color: #F36D21;
}
.rate-box-container.summer.selected.orange .rate-box--body .rate-savings .saving {
  background-color: #F36D21;
  color: white;
}
.rate-box-container.summer:not(.selected) {
  transform: scale(0.9);
  transform-origin: top;
}
@media (max-width: 640px) {
.rate-box-container.summer.rate-box {
    flex-grow: 0;
}
.rate-box-container.summer.rate-box.rate-box-1 .rate-box--body,
  .rate-box-container.summer.rate-box.rate-box-2 .rate-box--body {
    padding: 10px 12px;
}
}
.rate-box-container .recommended-badge {
  position: absolute;
  top: 0;
  right: 30px;
  background-image: url(./images/feb598f2028b7a10a866.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-content: center;
}
@media (min-resolution: 1.5dppx) {
.rate-box-container .recommended-badge {
    background-image: url(./images/1a9b0094fa6b53901150.png);
    background-size: contain;
}
}
.rate-box-container .recommended-badge.summer {
  background-image: url(./images/b1dcfee4e99f640b8368.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  top: -25px;
  right: 10px;
}
@media (min-resolution: 1.5dppx) {
.rate-box-container .recommended-badge.summer {
    background-image: url(./images/451c5198c1c484b77cec.png);
    background-size: contain;
}
}
.rate-box-container .recommended-badge.summer .recommended-badge-text {
  display: flex;
}
.rate-box-container .recommended-badge .recommended-badge-text {
  color: white;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: relative;
}
.rate-box-container .recommended-badge .recommended-badge-text .big {
  font-size: min(3vw, 28px);
}
.rate-box-container .recommended-badge .recommended-badge-text .small {
  position: absolute;
  font-size: min(2vw, 13px);
  bottom: clamp(0px, 1vw, 10px);
}
.rate-box-container .recommended-badge .recommended-badge-text .new {
  font-size: 11px;
  color: #3e3e3e;
}
@media (max-width: 950px) and (min-width: 550px) {
.rate-box-container .recommended-badge {
    right: 10px;
    height: min(6vw, 55px);
    width: min(4vw, 36px);
}
}
@media (max-width: 640px) {
.rate-box-container .recommended-badge {
    right: 0;
    height: 40px;
}
.rate-box-container .recommended-badge.summer {
    width: 40px;
    height: 41px;
    top: 25px;
    right: 13px;
}
.rate-box-container .recommended-badge.summer .recommended-badge-text .new {
    font-size: 7px;
}
}
.rate-box-container .rate-box--header {
  text-align: center;
  background-color: #b9e3ff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  overflow: hidden;
}
.rate-box-container .rate-box--header.gray {
  background-color: #efeffa;
}
.rate-box-container .rate-box--header.blue {
  background-color: #cef5f7;
}
.rate-box-container .rate-box--header.green {
  background-color: #bdf98c;
}
.rate-box-container .rate-box--header.orange {
  background-color: #F36D21;
  color: white;
}
.rate-box-container .rate-box--header.purple {
  background-color: #ede4ff;
}
.rate-box-container .rate-box--header .title {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 950px) and (min-width: 550px) {
.rate-box-container .rate-box--header .title {
    font-size: 15px;
}
}
@media (max-width: 550px) {
.rate-box-container .rate-box--header .title {
    font-size: 18px;
    padding: 6px 6px;
}
}
.rate-box-container .rate-box--body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  padding: 0 5px;
  flex-wrap: nowrap;
}
.rate-box-container .rate-box--body .title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.rate-box-container .rate-box--body.big-numbers .monthly-price .price {
  font-size: min(5vw, 43px);
  letter-spacing: -2px;
}
.rate-box-container .rate-box--body .rate-savings {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  justify-content: space-evenly;
  gap: 20px;
}
.rate-box-container .rate-box--body .rate-savings .alt-monthly-price {
  font-size: 30px;
  margin-right: auto;
}
.rate-box-container .rate-box--body .rate-savings .alt-monthly-price .price {
  text-decoration: line-through;
}
.rate-box-container .rate-box--body .rate-savings .alt-monthly-price .by-month {
  font-size: 10px;
}
.rate-box-container .rate-box--body .monthly-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.rate-box-container .rate-box--body .monthly-price .price {
  font-size: min(5vw, 48px);
  font-weight: 700;
  letter-spacing: -1px;
}
.rate-box-container .rate-box--body .monthly-price .by-month {
  font-weight: normal;
  font-size: 18px;
}
.rate-box-container .rate-box--body .monthly-price .by-month-and-program {
  font-weight: normal;
  font-size: 12px;
  flex: 0 1 auto;
  max-width: 60px;
  line-height: 1.2;
}
.rate-box-container .rate-box--body .monthly-price.big-numbers .monthly-price .price {
  font-size: min(5vw, 43px);
  letter-spacing: -2px;
}
.rate-box-container .rate-box--body .total-price {
  font-size: 16px;
}
.rate-box-container .rate-box--body .total-price .price {
  font-weight: 600;
}
.rate-box-container .rate-box--body .saving {
  font-size: 12px;
  font-weight: bold;
  color: #5b5b5b;
  border-radius: 7px;
  padding: 4px 6px;
  text-align: center;
  background-color: #e7f4fc;
}
.rate-box-container .rate-box--body .saving.gray {
  color: #3e3e3e;
  background-color: #d9f0ff;
}
.rate-box-container .rate-box--body .saving.blue {
  color: #468386;
  background-color: #cef5f7;
}
.rate-box-container .rate-box--body .saving.green {
  color: #63b024;
  background-color: #dbffbe;
}
.rate-box-container .rate-box--body .saving.orange {
  color: #f36d21;
  background-color: #fff7f5;
}
.rate-box-container .rate-box--body .saving.purple {
  color: #b58eec;
  background-color: #ede4ff;
}
.rate-box-container .rate-box--body button.try {
  border-radius: 22px;
  border-width: 2px;
  font-size: 12px;
  font-weight: bold;
  color: #3e3e3e;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 150px;
}
.rate-box-container .rate-box--body button.gray {
  background-color: white;
  color: #98c6e5;
  border: 1px solid #98c6e5;
  color: #3e3e3e;
  border-width: 2px;
}
.rate-box-container .rate-box--body button.gray:hover {
  color: white;
  background-color: #c1ddef;
  border: solid 1px #c1ddef;
}
.rate-box-container .rate-box--body button.blue {
  background-color: white;
  color: #89d1d4;
  border: 1px solid #89d1d4;
  color: #3e3e3e;
  border-width: 2px;
}
.rate-box-container .rate-box--body button.blue:hover {
  color: white;
  background-color: #aee0e2;
  border: solid 1px #aee0e2;
}
.rate-box-container .rate-box--body button.green {
  background-color: white;
  color: #7ac43d;
  border: 1px solid #7ac43d;
  color: #3e3e3e;
  border-width: 2px;
}
.rate-box-container .rate-box--body button.green:hover {
  color: white;
  background-color: #95d064;
  border: solid 1px #95d064;
}
.rate-box-container .rate-box--body button.orange {
  background-color: white;
  color: #fba62d;
  border: 1px solid #fba62d;
  color: #3e3e3e;
  border-width: 2px;
}
.rate-box-container .rate-box--body button.orange:hover {
  color: white;
  background-color: #fcbb5f;
  border: solid 1px #fcbb5f;
}
.rate-box-container .rate-box--body button.purple {
  background-color: white;
  color: #b58eec;
  border: 1px solid #b58eec;
  color: #3e3e3e;
  border-width: 2px;
}
.rate-box-container .rate-box--body button.purple:hover {
  color: white;
  background-color: #d2baf3;
  border: solid 1px #d2baf3;
}
@media (max-width: 950px) and (min-width: 550px) {
.rate-box-container .rate-box--body {
    flex-direction: column;
}
.rate-box-container .rate-box--body .title {
    font-size: 14px;
}
}
@media (max-width: 550px) {
.rate-box-container .rate-box--body .title {
    font-size: 13px;
}
.rate-box-container .rate-box--body .monthly-price .by-month {
    font-size: 14px;
}
.rate-box-container .rate-box--body .monthly-price .by-month-and-program {
    font-size: 11px;
}
.rate-box-container .rate-box--body .saving {
    font-size: 11px;
}
.rate-box-container .rate-box--body .total-price {
    font-size: 11px;
    margin-top: 5px;
}
.rate-box-container .rate-box--body .alt-monthly-price {
    font-size: 18px;
}
.rate-box-container .rate-box--body .alt-monthly-price .price {
    font-size: 18px;
}
}
@media (max-width: 480px) {
.rate-box-container .rate-box--body.big-numbers .monthly-price .price {
    font-size: 24px;
}
}
@media (max-width: 640px) {
.rate-box-container .rate-box--body .saving {
    font-size: 9px;
}
.rate-box-container .rate-box--body .monthly-price {
    gap: 10px;
}
.rate-box-container .rate-box--body .monthly-price .price {
    font-size: min(10vw, 45px);
}
.rate-box-container .rate-box--body .monthly-price .by-month {
    font-size: 11px;
}
}
.rate-box-container .rate-box--footer {
  font-size: 13px;
  padding: 0 15px 15px 15px;
  text-align: center;
  color: #42b2fc;
  margin-top: -10px;
}
.rate-box-container .rate-box--footer .info {
  text-decoration: underline;
  font-weight: bold;
  color: #585858;
  cursor: pointer;
}

button,
.bt-pri-orange,
.bt-pri-yellow,
.bt-sec-blue,
.bt-sec-gray,
.bt-sec-orange,
.bt-sec-black {
  height: 31px;
  line-height: 31px;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 10px;
  margin-bottom: 1px;
  text-transform: none;
}
@media (max-width: 550px) {
button,
  .bt-pri-orange,
  .bt-pri-yellow,
  .bt-sec-blue,
  .bt-sec-gray,
  .bt-sec-orange,
  .bt-sec-black {
    height: 40px;
    line-height: 40px;
    margin-top: 0;
}
}
button.disabled {
  pointer-events: none;
  position: relative;
}
button.disabled::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: white;
  opacity: 0.5;
  pointer-events: none;
}
button.disabled .badge {
  pointer-events: none;
  position: relative;
  position: absolute;
}
button.disabled .badge::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: white;
  opacity: 0.5;
  pointer-events: none;
}
button.loading {
  pointer-events: none;
  position: relative;
  color: transparent;
}
button.loading::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: white;
  opacity: 0.5;
  pointer-events: none;
}
button.loading > * {
  visibility: hidden;
}
button.loading:after {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  border: 2px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  pointer-events: none;
}
@keyframes spin {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
.bt-pri-orange {
  background-color: #F36D21;
  color: white;
  border: none;
}
.bt-pri-orange:hover {
  background-color: #f68d51;
  color: white;
}
.bt-pri-yellow {
  background-color: #ffcd51;
  color: white;
  border: none;
  color: #3e3e3e;
}
.bt-pri-yellow:hover {
  background-color: #ffdc84;
  color: white;
}
.bt-pri-yellow .icon {
  display: inline-block;
  background-image: url(./images/90e3084967f0ac742257.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 17px;
  vertical-align: middle;
  margin: 0 5px 3px 0;
}
@media (min-resolution: 1.5dppx) {
.bt-pri-yellow .icon {
    background-image: url(./images/ce378a1516b21ca27229.png);
    background-size: contain;
}
}
.bt-sec-blue {
  background-color: white;
  color: #30a2ed;
  border: 1px solid #30a2ed;
}
.bt-sec-blue:hover {
  color: white;
  background-color: #5fb7f1;
  border: solid 1px #5fb7f1;
}
.bt-sec-gray {
  background-color: white;
  color: #454545;
  border: 1px solid #454545;
}
.bt-sec-gray:hover {
  color: white;
  background-color: #5f5f5f;
  border: solid 1px #5f5f5f;
}
.bt-sec-orange {
  background-color: white;
  color: #F36D21;
  border: 1px solid #F36D21;
}
.bt-sec-orange:hover {
  color: white;
  background-color: #f68d51;
  border: solid 1px #f68d51;
}
.bt-sec-black {
  background-color: white;
  color: #3e3e3e;
  border: 1px solid #3e3e3e;
}
.bt-sec-black:hover {
  color: white;
  background-color: #585858;
  border: solid 1px #585858;
}
button,
.bt-pri-orange,
.bt-pri-yellow,
.bt-sec-blue,
.bt-sec-gray,
.bt-sec-orange,
.bt-sec-black {
  border-radius: 25px;
  font-size: 18px;
  padding: 0 45px;
  height: 45px;
}
.pri-button-container {
  padding: 5px 0px;
}
.pri-button-container button.bt-pri-orange {
  box-shadow: 0px 3px 0 0 #ca510d;
  background-image: linear-gradient(to top, #f67f3b, #f36121);
  font-size: 18px;
  font-weight: bold;
}
.pri-button-container button.bt-pri-orange:hover {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), linear-gradient(to top, #f67f3b, #f36121);
}
.pricing-selector {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.pricing-selector .pricing-selector-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 5px;
  border-radius: 7px;
  background-color: #b9e3ff;
  font-size: 18px;
  font-weight: 600;
  align-self: center;
  width: 100%;
  max-width: 800px;
}
.pricing-selector .pricing-selector-container .pricing-selector--option {
  flex: 1 1 190px;
  padding: 15px;
  cursor: pointer;
  text-align: center;
}
.pricing-selector .pricing-selector-container .pricing-selector--option.current {
  border-radius: 6px;
  box-shadow: 1px 1.7px 5px 0 rgba(18, 103, 160, 0.43);
  background-color: white;
  cursor: default;
}
.pricing-selector .pricing-selector--rate-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  margin: 0 30px;
}
.pricing-selector .pricing-selector--rate-list.columnable {
  gap: 20px;
  margin: 0 10px;
}
.pricing-selector.summer .pricing-selector--rate-list {
  gap: clamp(10px, 6vw, 100px);
}
.pricing-selector.summer .pricing-selector--rate-list .rate-box-container .rate-box--body .monthly-price .price {
  font-size: min(9vw, 79px);
}
@media (max-width: 640px) {
.pricing-selector .pricing-selector-container {
    font-size: 12px;
    gap: 0;
}
.pricing-selector .pricing-selector-container .pricing-selector--option {
    padding: 2px 5px;
}
.pricing-selector .pricing-selector--rate-list.columnable {
    flex-direction: column;
    align-items: center;
    gap: 0;
}
.pricing-selector.summer .pricing-selector--rate-list {
    gap: clamp(10px, 3vw, 40px);
}
}
@media (max-width: 750px) {
.pricing-selector .pricing-selector--rate-list.columnable {
    gap: 0;
}
}
@media (max-width: 640px) {
.pricing-selector .pricing-selector--rate-list {
    gap: 20px;
    margin: 0;
}
.pricing-selector .pricing-selector--rate-list .rate-box-container.rate-box-1 {
    width: auto;
    border-radius: 12px;
}
.pricing-selector .pricing-selector--rate-list .rate-box-container.rate-box-2 {
    width: auto;
    border-radius: 12px;
}
.pricing-selector .pricing-selector--rate-list .rate-box-container.rate-box-3 {
    width: auto;
    border-radius: 12px;
}
}

ul.product-bullet-list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  flex: 1 1 auto;
}
ul.product-bullet-list li {
  display: flex;
  align-content: center;
  margin-bottom: 20px;
}
ul.product-bullet-list li .icon {
  background-image: url(./images/ddd9a5061629e0298985.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 20px;
  margin-right: 20px;
  flex: 0 0 auto;
  align-self: flex-start;
}
@media (min-resolution: 1.5dppx) {
ul.product-bullet-list li .icon {
    background-image: url(./images/d7502ae9006916133391.png);
    background-size: contain;
}
}
ul.product-bullet-list li .text {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 640px) {
ul.product-bullet-list li {
    margin-bottom: 10px;
}
ul.product-bullet-list li .icon {
    width: 19px;
    height: 17px;
    margin-right: 5px;
}
ul.product-bullet-list li .text {
    font-size: 12px;
}
}

.product-tags {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.product-tags .product-tags--tag {
  color: white;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  padding: 2px 5px;
  font-family: "Poppins", sans-serif;
}
.product-tags .product-tags--tag.program {
  background-color: #42b2fc;
}
.product-tags .product-tags--tag.extra {
  background-color: #835bba;
}
.product-tags .product-tags--tag.chess {
  background-color: #585858;
}
.product-tags .product-tags--tag.new {
  background-color: #e98320;
}
.product-tags .product-tags--tag.age {
  color: #6b738a;
  background-color: #f4d632;
}
.product-tags .product-tags--tag.top {
  background-color: #b9e3ff;
}

.pricing-selector .pricing-selector--product {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 0 30px;
  align-self: center;
  width: 100%;
  max-width: 1024px;
}
.pricing-selector .pricing-selector--product .product-image-container {
  width: 100%;
  flex: 0 1 410px;
  align-self: flex-start;
  display: flex;
  height: auto;
  justify-content: center;
}
.pricing-selector .pricing-selector--product .product-image-container .product-image {
  border-radius: 7px;
  max-width: 450px;
  width: 100%;
  height: 100%;
  background-position: top;
  position: relative;
  aspect-ratio: 577 / 282;
  box-shadow: 1px 1.7px 5px 0 rgba(62, 62, 62, 0.43);
}
.pricing-selector .pricing-selector--product .product-image-container .product-image.mates {
  background-image: url(./images/ebe0dca4683d51b81f35.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-resolution: 1.5dppx) {
.pricing-selector .pricing-selector--product .product-image-container .product-image.mates {
    background-image: url(./images/e36decd307db2479ec0a.png);
    background-size: contain;
}
}
.pricing-selector .pricing-selector--product .product-image-container .product-image.lectura {
  background-image: url(./images/48a8d348c677b51a7031.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-resolution: 1.5dppx) {
.pricing-selector .pricing-selector--product .product-image-container .product-image.lectura {
    background-image: url(./images/af5e31cefb8a0d3bdb9b.png);
    background-size: contain;
}
}
.pricing-selector .pricing-selector--product .product-image-container .product-image.coding {
  background-image: url(./images/6a712b1ab9aac0d593a9.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-resolution: 1.5dppx) {
.pricing-selector .pricing-selector--product .product-image-container .product-image.coding {
    background-image: url(./images/1261b98956bf594b51a0.png);
    background-size: contain;
}
}
.pricing-selector .pricing-selector--product .product-image-container .product-image.thinking {
  background-image: url(./images/72907cdb16da12dbda0f.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-resolution: 1.5dppx) {
.pricing-selector .pricing-selector--product .product-image-container .product-image.thinking {
    background-image: url(./images/08378624dc74a508b92f.png);
    background-size: contain;
}
}
.pricing-selector .pricing-selector--product .product-image-container .product-image.pack-smarter {
  background-image: url(./images/3aa583a65fbab3ec9cf6.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 550 / 283;
}
@media (min-resolution: 1.5dppx) {
.pricing-selector .pricing-selector--product .product-image-container .product-image.pack-smarter {
    background-image: url(./images/19a4d53776b990e93580.png);
    background-size: contain;
}
}
.pricing-selector .pricing-selector--product .product-image-container .product-image.pack-explorer {
  background-image: url(./images/76d6a2a8896b4d3fb504.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 549 / 281;
}
@media (min-resolution: 1.5dppx) {
.pricing-selector .pricing-selector--product .product-image-container .product-image.pack-explorer {
    background-image: url(./images/dd42bf9d7d93eecf325e.png);
    background-size: contain;
}
}
.pricing-selector .pricing-selector--product .product-image-container .product-image.pack-thinker {
  background-image: url(./images/d55e152127e14bc4e274.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 542 / 287;
}
@media (min-resolution: 1.5dppx) {
.pricing-selector .pricing-selector--product .product-image-container .product-image.pack-thinker {
    background-image: url(./images/99652962580d3553bfb5.png);
    background-size: contain;
}
}
.pricing-selector .pricing-selector--product .product-image-container .product-tags {
  position: absolute;
  top: 10px;
  right: 10px;
  gap: 5px;
}
.pricing-selector .pricing-selector--product .product-image-container .product-tags .product-tags--tag {
  color: #3e3e3e;
}
@media (max-width: 900px) {
.pricing-selector .pricing-selector--product {
    flex-direction: column;
    gap: 10px;
}
.pricing-selector .pricing-selector--product .product-image-container {
    flex-basis: auto;
}
}
.pricing-selector .pricing-selector--product-title .product-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 38px;
  font-weight: bold;
}
.pricing-selector .pricing-selector--product-title .blue {
  color: #42b2fc;
}
.pricing-selector.summer .pricing-selector-container {
  background-color: white;
}
.pricing-selector.summer .pricing-selector-container .pricing-selector--option.current {
  background-color: #ffd69c;
  box-shadow: 1px 1.7px 5px 0 rgba(62, 62, 62, 0.43);
}
@media (max-width: 640px) {
.pricing-selector {
    gap: 30px;
}
.pricing-selector .pricing-selector--product {
    padding-left: 5px;
    padding-right: 0px;
    gap: 30px;
}
.pricing-selector .pricing-selector--product-title .product-title {
    flex-direction: column;
    gap: 0;
    font-size: 22px;
}
}

.public-products-bar .public-products-bar--container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  background-color: #d1ecfe;
  color: #42b2fc;
  padding: 2px 10px;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
}
.public-products-bar .public-products-bar--container .public-products-bar--item {
  text-transform: uppercase;
  position: relative;
  padding: 0 10px;
}
.public-products-bar .public-products-bar--container .public-products-bar--item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 2px;
  bottom: 2px;
  width: 1px;
  background-color: #42b2fc;
}
@media (max-width: 640px) {
.public-products-bar .public-products-bar--container {
    font-size: 11px;
}
.public-products-bar .public-products-bar--container .public-products-bar--item {
    padding: 0;
}
}
@media (max-width: 480px) {
.public-products-bar .public-products-bar--container {
    padding: 2px 5px;
    gap: 6px;
}
.public-products-bar .public-products-bar--container .public-products-bar--item:not(:last-child)::after {
    right: -3px;
}
}

ul.pricing-faqs-list {
  max-width: 1024px;
  align-self: center;
  width: 100%;
}
ul.pricing-faqs-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
  padding: 20px 5px;
  font-size: 20px;
  font-weight: 500;
  font-size: 16px;
}
ul.pricing-faqs-list li div.icon {
  flex: 0 0 auto;
  background-image: url(./images/c5ef9728e8dffd1c7735.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 40px;
}
@media (min-resolution: 1.5dppx) {
ul.pricing-faqs-list li div.icon {
    background-image: url(./images/c9e7a24a99f2881b0261.png);
    background-size: contain;
}
}
ul.pricing-faqs-list li.expanded div.icon {
  background-image: url(./images/bd21d9990bbb9831f75e.png);
  background-repeat: no-repeat;
  background-size: 24px 6px;
  background-position: center;
}
@media (min-resolution: 1.5dppx) {
ul.pricing-faqs-list li.expanded div.icon {
    background-image: url(./images/e0613f21858927842c58.png);
    background-size: 24px 6px;
}
}
ul.pricing-faqs-list li .question-block {
  flex: 1 1 auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
ul.pricing-faqs-list li .question-block .question-p {
  font-size: 20px;
  font-weight: 600;
}
ul.pricing-faqs-list li .question-block .answer-p {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
ul.pricing-faqs-list {
    padding-left: 0;
}
ul.pricing-faqs-list li {
    padding: 10px 5px;
}
ul.pricing-faqs-list li .question-block .question-p {
    font-size: 16px;
}
ul.pricing-faqs-list li .question-block .answer-p {
    font-size: 12px;
}
ul.pricing-faqs-list li div.icon {
    margin-right: 20px;
    width: 18px;
    height: 18px;
}
}

.multiple-programs-option {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.multiple-programs-option .programs-icon {
  flex: 1 1 auto;
  background-position: bottom;
  width: 100%;
}
.multiple-programs-option .programs-icon.uno {
  background-image: url(./images/cba2c3710db56b1fa377.png);
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 80px;
  aspect-ratio: 177 / 145;
}
@media (min-resolution: 1.5dppx) {
.multiple-programs-option .programs-icon.uno {
    background-image: url(./images/d4b18998337da2d54ef8.png);
    background-size: contain;
}
}
.multiple-programs-option .programs-icon.uno.en {
  background-image: url(./images/3eb421fad40d0269b5c4.png);
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 101px;
  aspect-ratio: 179 / 101;
}
@media (min-resolution: 1.5dppx) {
.multiple-programs-option .programs-icon.uno.en {
    background-image: url(./images/868d084d0473d03987bd.png);
    background-size: contain;
}
}
.multiple-programs-option .programs-icon.dos {
  background-image: url(./images/a2e6188acd49260ccab2.png);
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 80px;
  aspect-ratio: 219 / 135;
}
@media (min-resolution: 1.5dppx) {
.multiple-programs-option .programs-icon.dos {
    background-image: url(./images/9cee0196bcbdc7b047f7.png);
    background-size: contain;
}
}
.multiple-programs-option .programs-icon.dos.en {
  background-image: url(./images/cc0505a24b25733acaf0.png);
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 101px;
  aspect-ratio: 219 / 132;
}
@media (min-resolution: 1.5dppx) {
.multiple-programs-option .programs-icon.dos.en {
    background-image: url(./images/7b178881004863f0cafd.png);
    background-size: contain;
}
}
.multiple-programs-option .program-desc {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 640px) {
.multiple-programs-option .program-desc {
    font-size: 14px;
}
}

.multiple-programs-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-image: linear-gradient(to bottom, #d9f0ff, #fff);
  border-radius: 7px;
  margin-top: 20px;
  padding: 20px;
}
.multiple-programs-container .multiple-programs-panel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.multiple-programs-container .multiple-programs-panel .separator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.multiple-programs-container .multiple-programs-panel .separator:before,
.multiple-programs-container .multiple-programs-panel .separator:after {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #cdeafe;
}
.multiple-programs-container .multiple-programs-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 2px 20px;
  border-radius: 7px;
  background-color: #42b2fc;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: white;
  align-self: center;
}
.multiple-programs-container .multiple-programs-info .discount-icon {
  background-image: url(./images/821231e0551b7f8f783d.png);
  background-repeat: no-repeat;
  background-size: 19px 15px;
  width: 19px;
  height: 15px;
  margin-right: 10px;
}
@media (min-resolution: 1.5dppx) {
.multiple-programs-container .multiple-programs-info .discount-icon {
    background-image: url(./images/520bddc33258261cc056.png);
    background-size: 19px 15px;
}
}
@media (max-width: 640px) {
.multiple-programs-container .multiple-programs-panel {
    flex-direction: column;
    gap: 10px;
}
.multiple-programs-container .multiple-programs-panel .separator {
    flex-direction: row;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
}
.multiple-programs-container .multiple-programs-panel .separator:before,
  .multiple-programs-container .multiple-programs-panel .separator:after {
    width: 30px;
    height: 2px;
}
.multiple-programs-container .multiple-programs-info {
    font-size: 14px;
}
}

.apps-download-panel .apps-download-panel--container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.apps-download-panel .apps-download-panel--container .apps-download-panel--item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
.apps-download-panel .apps-download-panel--container .apps-download-panel--item .icon-apple {
  background: url("/images/home/otros/Download_on_the_App_Store_Badge_ES_135x40.svg") no-repeat;
  height: 40px;
  width: 135px;
}
.apps-download-panel .apps-download-panel--container .apps-download-panel--item .icon-apple.en {
  background: url("/images/home/otros/AppleStoreIcon.svg") no-repeat;
}
.apps-download-panel .apps-download-panel--container .apps-download-panel--item .icon-google {
  background: url("/images/home/otros/es_badge_web_generic.png") no-repeat;
  background-size: 100%;
  height: 61px;
  width: 153px;
}
.apps-download-panel .apps-download-panel--container .apps-download-panel--item .icon-google.en {
  background: url("/images/home/medios/en_badge_web_generic.png") no-repeat;
  background-size: 100%;
}

.app-modal-popup-container .app-modal-popup {
  background-color: white;
  position: relative;
}
.app-modal-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.app-modal-popup-container .app-modal-popup {
  padding: 25px;
  border-radius: 15px;
  box-shadow: -2.6px 1.5px 0 0 rgba(0, 0, 0, 0.25);
}
.app-modal-popup-container.zero-padding .app-modal-popup {
  padding: 0;
  box-shadow: none;
  display: flex;
  border: none;
  border-radius: 0;
}
.app-modal-popup-container .btn-close {
  color: #d3d3d3;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 40px;
  line-height: 25px;
  cursor: pointer;
}

.popUp .reimbursement-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding: 15px 30px;
  max-width: 700px;
  text-align: left;
}
.popUp .reimbursement-info .monster-icon {
  background-image: url(./images/33f0eb3a49f2c7c2bbe8.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 169px;
  width: 177px;
  align-self: center;
  font-size: 18px;
  font-weight: 500;
}
@media (min-resolution: 1.5dppx) {
.popUp .reimbursement-info .monster-icon {
    background-image: url(./images/7e6c73c556856e50ac09.png);
    background-size: contain;
}
}
.popUp .reimbursement-info h4 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #42b2fc;
}
.popUp .reimbursement-info ul {
  padding-left: 1em;
  padding-right: 1em;
  list-style: disc;
  margin-bottom: 0;
}
.popUp .reimbursement-info ul li::marker {
  color: #42b2fc;
}
@media (max-width: 550px) {
.popUp .reimbursement-info {
    font-size: 14px;
    line-height: 20px;
}
}

.summer-options-toggle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 29px;
  margin-bottom: 10px;
  position: relative;
}
.summer-options-toggle-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent 25%, #a3abb5 30%, #a3abb5 70%, transparent 75%);
}
.summer-options-toggle-container .summer-toggle-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #727272;
  gap: clamp(10px, 5vw, 100px);
}
.summer-options-toggle-container .summer-toggle-bar .summer-toggle-option {
  flex: 0 1 auto;
  padding: 5px;
  border-bottom: 5px solid transparent;
  cursor: pointer;
}
.summer-options-toggle-container .summer-toggle-bar .summer-toggle-option.selected {
  font-weight: bold;
  cursor: default;
}
.summer-options-toggle-container .summer-toggle-bar .summer-toggle-option.selected.program {
  color: #42b2fc;
  border-color: #42b2fc;
}
.summer-options-toggle-container .summer-toggle-bar .summer-toggle-option.selected.packs {
  color: #F36D21;
  border-color: #F36D21;
}
@media (max-width: 550px) {
.summer-options-toggle-container {
    margin-bottom: 0;
    font-size: 18px;
}
.summer-options-toggle-container::after {
    display: none;
}
}

/* https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap */
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
button,
.bt-pri-orange,
.bt-pri-yellow,
.bt-sec-blue,
.bt-sec-gray,
.bt-sec-orange,
.bt-sec-black {
  height: 31px;
  line-height: 31px;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 10px;
  margin-bottom: 1px;
  text-transform: none;
}
@media (max-width: 550px) {
button,
  .bt-pri-orange,
  .bt-pri-yellow,
  .bt-sec-blue,
  .bt-sec-gray,
  .bt-sec-orange,
  .bt-sec-black {
    height: 40px;
    line-height: 40px;
    margin-top: 0;
}
}
button.disabled {
  pointer-events: none;
  position: relative;
}
button.disabled::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: white;
  opacity: 0.5;
  pointer-events: none;
}
button.disabled .badge {
  pointer-events: none;
  position: relative;
  position: absolute;
}
button.disabled .badge::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: white;
  opacity: 0.5;
  pointer-events: none;
}
button.loading {
  pointer-events: none;
  position: relative;
  color: transparent;
}
button.loading::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: white;
  opacity: 0.5;
  pointer-events: none;
}
button.loading > * {
  visibility: hidden;
}
button.loading:after {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  border: 2px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  pointer-events: none;
}
@keyframes spin {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
.bt-pri-orange {
  background-color: #F36D21;
  color: white;
  border: none;
}
.bt-pri-orange:hover {
  background-color: #f68d51;
  color: white;
}
.bt-pri-yellow {
  background-color: #ffcd51;
  color: white;
  border: none;
  color: #3e3e3e;
}
.bt-pri-yellow:hover {
  background-color: #ffdc84;
  color: white;
}
.bt-pri-yellow .icon {
  display: inline-block;
  background-image: url(./images/90e3084967f0ac742257.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 17px;
  vertical-align: middle;
  margin: 0 5px 3px 0;
}
@media (min-resolution: 1.5dppx) {
.bt-pri-yellow .icon {
    background-image: url(./images/ce378a1516b21ca27229.png);
    background-size: contain;
}
}
.bt-sec-blue {
  background-color: white;
  color: #30a2ed;
  border: 1px solid #30a2ed;
}
.bt-sec-blue:hover {
  color: white;
  background-color: #5fb7f1;
  border: solid 1px #5fb7f1;
}
.bt-sec-gray {
  background-color: white;
  color: #454545;
  border: 1px solid #454545;
}
.bt-sec-gray:hover {
  color: white;
  background-color: #5f5f5f;
  border: solid 1px #5f5f5f;
}
.bt-sec-orange {
  background-color: white;
  color: #F36D21;
  border: 1px solid #F36D21;
}
.bt-sec-orange:hover {
  color: white;
  background-color: #f68d51;
  border: solid 1px #f68d51;
}
.bt-sec-black {
  background-color: white;
  color: #3e3e3e;
  border: 1px solid #3e3e3e;
}
.bt-sec-black:hover {
  color: white;
  background-color: #585858;
  border: solid 1px #585858;
}
button,
.bt-pri-orange,
.bt-pri-yellow,
.bt-sec-blue,
.bt-sec-gray,
.bt-sec-orange,
.bt-sec-black {
  border-radius: 25px;
  font-size: 18px;
  padding: 0 45px;
  height: 45px;
}
.pri-button-container {
  padding: 5px 0px;
}
.pri-button-container button.bt-pri-orange {
  box-shadow: 0px 3px 0 0 #ca510d;
  background-image: linear-gradient(to top, #f67f3b, #f36121);
  font-size: 18px;
  font-weight: bold;
}
.pri-button-container button.bt-pri-orange:hover {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), linear-gradient(to top, #f67f3b, #f36121);
}
#normalBody.summer .top-header.pricing {
  padding-top: 0;
}
#normalBody.summer .top-header.pricing.genericHeader {
  box-shadow: none;
  margin-bottom: 0;
}
#normalBody.summer .top-header.pricing .navbar {
  background-color: transparent;
  box-shadow: none;
}
.new-pricing--container {
  color: #3e3e3e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.new-pricing--container .bt-sec-black {
  background-color: transparent;
}
.new-pricing--container .bt-sec-black:hover {
  background-color: #3e3e3e;
}
.new-pricing--container.summer {
  background-image: linear-gradient(to bottom, #fff8ee 0%, #ffe4c2 36%, #ffdfb3 100%);
}
.new-pricing--container.summer section#try-smartick {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
}
.new-pricing--container.summer section#try-smartick .bg-top-element {
  background-image: url(./images/b29972de9c6ec69909d5.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  height: 136px;
  margin-bottom: -50px;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container.summer section#try-smartick .bg-top-element {
    background-image: url(./images/c86360176026e4693cb3.png);
    background-size: cover;
}
}
@media (max-width: 1024px) {
.new-pricing--container.summer section#try-smartick .bg-top-element {
    background-image: url(./images/799f1cbd3e0b6e28244f.png);
    background-repeat: no-repeat;
    background-size: 1024px 77px;
    height: 77px;
    margin-bottom: -20px;
}
}
@media (max-width: 1024px) and (min-resolution: 1.5dppx) {
.new-pricing--container.summer section#try-smartick .bg-top-element {
    background-image: url(./images/f35aa0150c6eb821905d.png);
    background-size: 1024px 77px;
}
}
@media (max-width: 458px) {
.new-pricing--container.summer section#try-smartick .bg-top-element {
    background-image: url(./images/14d0b440e8731c47ac7b.png);
    background-repeat: no-repeat;
    background-size: 458px 63px;
    height: 63px;
    margin-bottom: 0;
}
}
@media (max-width: 458px) and (min-resolution: 1.5dppx) {
.new-pricing--container.summer section#try-smartick .bg-top-element {
    background-image: url(./images/880f4af7929f5e16cf2a.png);
    background-size: 458px 63px;
}
}
.new-pricing--container.summer section#prices {
  background-image: url(./images/a3c36a6e8386db4c8b3e.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container.summer section#prices {
    background-image: url(./images/7781472de1efc8eb4cb1.png);
    background-size: contain;
}
}
@media (max-width: 1038px) {
.new-pricing--container.summer section#prices {
    background-image: url(./images/2dbf627fbdb928e4722f.png);
    background-repeat: no-repeat;
    background-size: contain;
}
}
@media (max-width: 1038px) and (min-resolution: 1.5dppx) {
.new-pricing--container.summer section#prices {
    background-image: url(./images/d6c5173bcd5644dc63e1.png);
    background-size: contain;
}
}
@media (max-width: 495px) {
.new-pricing--container.summer section#prices {
    background-image: url(./images/b8213e598ec4a804a7e5.png);
    background-repeat: no-repeat;
    background-size: contain;
}
}
@media (max-width: 495px) and (min-resolution: 1.5dppx) {
.new-pricing--container.summer section#prices {
    background-image: url(./images/18184df1988cd5ba8892.png);
    background-size: contain;
}
}
.new-pricing--container.summer section#prices h3 {
  margin-bottom: 70px;
}
.new-pricing--container.summer section#programs {
  background-image: none;
  background-color: #fcd9ae;
}
.new-pricing--container.summer section#tablet {
  background-image: none;
}
.new-pricing--container.summer section#tablet .photo-container {
  background-color: #F36D21;
}
.new-pricing--container.summer section#faqs {
  background-color: #fcd9ae;
}
.new-pricing--container.summer section#tablet {
  background-color: #fcd9ae;
}
.new-pricing--container section {
  text-align: center;
}
.new-pricing--container section.padded {
  padding-left: 10px;
  padding-right: 10px;
}
.new-pricing--container section h2.blue,
.new-pricing--container section h1 .blue {
  color: #42b2fc;
}
.new-pricing--container section span.yellow {
  background-color: #ffff96;
}
.new-pricing--container section .stacked-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.new-pricing--container section .stacked-heading h1 {
  margin: 0;
  line-height: 1em;
}
.new-pricing--container section .summer-saving {
  color: #F36D21;
  font-size: 33px;
  margin-bottom: 25px;
  position: relative;
}
.new-pricing--container section .summer-saving .big {
  font-size: 60px;
}
.new-pricing--container section .summer-saving .icon {
  position: absolute;
  background-image: url(./images/b25297ca7b6a99e0cc65.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 68px;
  left: 50%;
  transform: translateX(50px);
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container section .summer-saving .icon {
    background-image: url(./images/68b907b8bcef6329a834.png);
    background-size: contain;
}
}
.new-pricing--container section h1 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 15px;
}
.new-pricing--container section h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 5px 0;
}
.new-pricing--container section h3 {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.new-pricing--container section h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 5px;
}
.new-pricing--container section span.link {
  color: #42b2fc;
  cursor: pointer;
  text-decoration: underline;
}
@media (max-width: 640px) {
.new-pricing--container section h1 {
    font-size: 30px;
}
.new-pricing--container section h2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
}
.new-pricing--container section h3 {
    font-size: 14px;
}
.new-pricing--container section h4 {
    font-size: 14px;
}
}
.new-pricing--container section#upper-bar {
  margin-top: 50px;
}
.new-pricing--container section#try-smartick .pri-button-container {
  padding: 20px 0;
}
.new-pricing--container section#prices {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-image: url(./images/cdb113ed1c923098e59e.png), linear-gradient(to bottom, #fff, #e8f4ff);
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: 4;
}
.new-pricing--container section#prices .bg-element {
  position: absolute;
  bottom: 0;
  right: 0;
}
.new-pricing--container section#prices .more-programs {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.new-pricing--container section#prices .more-programs h3 {
  font-weight: bold;
}
.new-pricing--container section#prices .more-programs .icon-discount {
  background-image: url(./images/a95a375e78ac2ad22e58.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container section#prices .more-programs .icon-discount {
    background-image: url(./images/21ad2da0e61926175dd2.png);
    background-size: 16px 16px;
}
}
.new-pricing--container section#prices .more-programs .icon-toggle {
  background-image: url("/images/webTutor/arrow-down-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  width: 17px;
  height: 11px;
  cursor: pointer;
  margin-left: 3px;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container section#prices .more-programs .icon-toggle {
    background-image: url("/images/webTutor/arrow-down-blue@2x.png");
    background-size: contain;
}
}
.new-pricing--container section#prices .more-programs .icon-toggle.collapsed {
  transform: rotate(0deg);
}
.new-pricing--container section#prices button.bt-pri-orange {
  margin-top: 70px;
  margin-bottom: 20px;
}
.new-pricing--container section#programs {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 4;
}
.new-pricing--container section#faqs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.new-pricing--container section#faqs h2 {
  font-weight: bold;
}
.new-pricing--container section#faqs .button-container .bt-sec-black {
  font-weight: bold;
}
.new-pricing--container section#faqs .button-container .bt-sec-blue {
  font-weight: bold;
}
.new-pricing--container section#faqs .bg-element1 {
  position: absolute;
  top: 0;
  left: 0;
}
.new-pricing--container section#tablet {
  background-image: url(./images/d1bc110c8467c16f9877.png), linear-gradient(to top, #fff, #e8f4ff, #e8f4ff);
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.new-pricing--container section#tablet .photo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b9e3ff;
  border-radius: 7px;
  height: 282px;
  max-width: 960px;
  width: 80%;
  margin: 85px;
}
@media (max-width: 640px) {
.new-pricing--container section#tablet .photo-container {
    margin: 30px;
}
}
.new-pricing--container section#tablet .photo-container .tablet-photo {
  background-image: url(./images/442d9308561f20e03fd0.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 562px;
  height: 419px;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container section#tablet .photo-container .tablet-photo {
    background-image: url(./images/a32d720da6118bdfc305.png);
    background-size: contain;
}
}
.new-pricing--container section#tablet .notice-msg {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.new-pricing--container section#tablet .notice-msg .icon-warn {
  background-image: url(./images/9980e86fc1162111bc59.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container section#tablet .notice-msg .icon-warn {
    background-image: url(./images/3a87048ed5bb4cf7578e.png);
    background-size: contain;
}
}
.new-pricing--container section#tablet .notice-msg span {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
.new-pricing--container.rich-bg section#prices .bg-element:after {
  content: '';
  position: absolute;
  background-image: url(./images/2007f766108dde11219a.png);
  background-size: 148px 305px;
  background-repeat: no-repeat;
  width: 148px;
  height: 305px;
  bottom: -250px;
  right: 25px;
  z-index: -1;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container.rich-bg section#prices .bg-element:after {
    background-image: url(./images/9b67c4f426d27c44505f.png);
    background-size: 148px 305px;
}
}
.new-pricing--container.rich-bg section#faqs .bg-element1:before {
  content: '';
  position: absolute;
  background-image: url(./images/b98efb83f16b995c81dc.png);
  background-size: 240px 225px;
  background-repeat: no-repeat;
  width: 240px;
  height: 225px;
  top: -135px;
  left: 180px;
  z-index: -1;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container.rich-bg section#faqs .bg-element1:before {
    background-image: url(./images/80be29e9fb8b0a12ce2f.png);
    background-size: 240px 225px;
}
}
.new-pricing--container.rich-bg section#tablet .bg-element2:after {
  content: '';
  position: absolute;
  background-image: url(./images/3a7ab6deeb72a145ac5d.png);
  background-size: 174px 334px;
  background-repeat: no-repeat;
  width: 174px;
  height: 334px;
  top: -40px;
  right: 140px;
  z-index: -1;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container.rich-bg section#tablet .bg-element2:after {
    background-image: url(./images/193d328e2f3e3955bc9f.png);
    background-size: 174px 334px;
}
}
.new-pricing--container.rich-bg.summer section#tablet .bg-element2:after {
  background-image: url(./images/8d216853bba47665ae26.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 183px;
  height: 321px;
  top: 0;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container.rich-bg.summer section#tablet .bg-element2:after {
    background-image: url(./images/0e175d075bc85320e31a.png);
    background-size: contain;
}
}
.new-pricing--container.rich-bg.summer section#faqs .bg-element1:before {
  background-image: url(./images/8a34d4f5ec490d3d5d3f.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 241px;
  height: 233px;
  left: 20px;
  top: 0px;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container.rich-bg.summer section#faqs .bg-element1:before {
    background-image: url(./images/fd77d283362532428d56.png);
    background-size: contain;
}
}
.new-pricing--container.rich-bg.summer section#prices .bg-element:after {
  background-image: url(./images/f4d993329c74f2655397.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 193px;
  height: 284px;
  bottom: 325px;
  right: 50px;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container.rich-bg.summer section#prices .bg-element:after {
    background-image: url(./images/9a8b3416e4e0b4809530.png);
    background-size: contain;
}
}
.new-pricing--container .price {
  font-family: "Poppins", serif;
}
@media (max-width: 900px) {
.new-pricing--container section#prices .bg-element:after {
    display: none;
}
.new-pricing--container section#faqs .bg-element1:before {
    display: none;
}
.new-pricing--container section#tablet .bg-element2:after {
    display: none;
}
}
@media (max-width: 550px) {
.new-pricing--container section .stacked-heading {
    gap: 0;
}
.new-pricing--container section .summer-saving {
    margin-bottom: 0;
}
.new-pricing--container section .summer-saving .big {
    font-size: 49px;
}
.new-pricing--container section .summer-saving .icon {
    width: 30px;
    height: 34px;
}
.new-pricing--container section#prices button.bt-pri-orange {
    margin-top: 50px;
}
.new-pricing--container section#tablet {
    padding-top: 40px;
}
}
@media (max-width: 450px) {
.new-pricing--container section#prices .bg-element:after {
    display: none;
}
.new-pricing--container section#faqs .bg-element1:before {
    display: none;
}
.new-pricing--container section#tablet .bg-element2:after {
    display: none;
}
}

