/* Brand Colors */
/* Theme Colors */
/* Plus Colors */
/* Illustrate AI */
/* UI Colors */
/* Social Colors */
/* Font Sizes */
/* Breakpoints */
/* CDN Path */
/* Logo Paths */
@keyframes scrollProducts {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2000px);
  }
}
.plus-container {
  overflow: hidden;
}

.welcome {
  text-align: center;
  position: relative;
  padding-bottom: 50px;
  background: #fffbf6;
  background: linear-gradient(180deg, white, #fffbf6);
}
@media (max-width: 991px) {
  .welcome {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .welcome {
    padding-bottom: 125px;
  }
}
.welcome__title {
  font-size: 8rem;
  padding: 50px 40px;
  margin: 0;
  background: -webkit-linear-gradient(to left, #616161, #292929);
  background: -moz-linear-gradient(to left, #616161, #292929);
  background: -o-linear-gradient(to left, #616161, #292929);
  background: linear-gradient(to right, #616161, #292929);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .welcome__title {
    font-size: 4rem;
  }
}
@media (max-width: 414px) {
  .welcome__title {
    font-size: 3.6rem;
    line-height: 3.6rem;
  }
}
.welcome__sub {
  display: flex;
  margin: -25px auto 0;
  justify-content: center;
}
.welcome__sub-wrap {
  position: relative;
  display: flex;
}
.welcome__sub-with {
  font-size: 4rem;
  margin: 0 -16px 0 0;
  font-weight: 600;
  text-transform: lowercase;
  color: #47474d;
}
@media (max-width: 767px) {
  .welcome__sub-with {
    font-size: 2.4rem;
    margin-right: -5px;
  }
}
@media (max-width: 414px) {
  .welcome__sub-with {
    font-size: 1.8rem;
  }
}
.welcome__sub-logo {
  max-width: 376px;
}
@media (max-width: 767px) {
  .welcome__sub-logo {
    max-width: 250px;
  }
}
@media (max-width: 414px) {
  .welcome__sub-logo {
    max-width: 200px;
  }
}
.welcome__sub-assets {
  text-align: center;
  position: absolute;
  bottom: -35px;
  right: -65%;
  display: flex;
  transform: rotate(352deg);
  transition: 0.6s ease-in-out;
}
@media (max-width: 1200px) {
  .welcome__sub-assets {
    bottom: -43px;
    right: -50%;
  }
}
@media (max-width: 991px) {
  .welcome__sub-assets {
    bottom: -75px;
    right: -28%;
    transform: rotate(6deg);
  }
}
@media (max-width: 767px) {
  .welcome__sub-assets {
    bottom: -56px;
    right: -50%;
  }
}
@media (max-width: 640px) {
  .welcome__sub-assets {
    bottom: -62px;
    right: -33%;
  }
}
@media (max-width: 500px) {
  .welcome__sub-assets {
    bottom: -74px;
    right: -14%;
  }
}
@media (max-width: 375px) {
  .welcome__sub-assets {
    right: -9%;
    transform: rotate(8deg);
  }
}
.welcome__sub-assets--hidden {
  transform: rotate(322deg) translateX(10px);
  opacity: 0;
}
.welcome__sub-assets > img {
  width: 82px;
  height: 25px;
}
@media (max-width: 767px) {
  .welcome__sub-assets > img {
    width: 50px;
    height: 17px;
  }
}
@media (max-width: 414px) {
  .welcome__sub-assets > img {
    width: 38px;
    height: 16px;
    transform: rotate(13deg);
  }
}
.welcome__sub-title {
  font-size: 2rem;
  color: #474747;
  margin-left: 15px;
  margin-top: -15px;
}
@media (max-width: 767px) {
  .welcome__sub-title {
    font-size: 1.6rem;
    margin-left: 7px;
    margin-top: -6px;
  }
}
@media (max-width: 375px) {
  .welcome__sub-title {
    margin-left: 4px;
    margin-top: -2px;
  }
}
.welcome__sub-title > p {
  margin-bottom: 0;
  line-height: 3rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .welcome__sub-title > p {
    line-height: 2rem;
  }
}
.welcome__sub-title > p > span {
  color: #f9a23d;
}

.pay {
  padding: 50px;
  width: 100%;
  position: relative;
  transition: 0.3s;
  opacity: 1;
  background-color: #fffbf6;
  transition: 0.6s ease-in-out;
}
@media (max-width: 414px) {
  .pay {
    padding: 0 15px 40px;
  }
}
.pay--hidden {
  transform: translateX(-10%);
  opacity: 0;
}
.pay .toggled::before {
  left: 50%;
}
.pay .toggled > div:nth-child(2) {
  color: white;
}
.pay .toggled > div:nth-child(1) {
  color: black;
}
.pay__method {
  position: relative;
  max-width: 360px;
  display: flex;
  justify-content: space-between;
  padding: 6px;
  border-radius: 10px;
  margin: 0 auto 75px;
  z-index: 3;
  border: 2px solid #ede5df;
}
.pay__method::before {
  content: "";
  border-radius: 10px;
  background-color: #f9a23d;
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0);
  position: absolute;
  transition: 0.3s;
  z-index: 4;
  width: 48%;
  height: 82%;
  top: 5px;
  left: 5px;
}
.pay__method > div:nth-child(1) {
  color: white;
}
.pay__method-btn {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 1.6rem;
  color: black;
  letter-spacing: 0.6px;
  font-weight: 700;
  z-index: 6;
  position: relative;
  transition: 0.3s;
}
.pay__method-btn:hover {
  cursor: pointer;
}
.pay__method-btn > .promo-text {
  position: absolute;
  bottom: -27px;
  padding: 5px 10px;
  text-align: center;
  background: #4cc5fb;
  border-radius: 5px;
  color: white;
  font-weight: 300;
  z-index: 1;
  font-size: 14px;
  transform: rotate(4deg);
}
.pay__cancel {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 30px;
  margin-bottom: 0;
  color: black;
}
.pay__disclaimer {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 30px;
  margin-bottom: 0;
  color: gray;
}
.pay__wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .pay__wrap {
    flex-wrap: wrap;
  }
}
.pay__table {
  width: 350px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 414px) {
  .pay__table {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .pay__table:nth-child(1) {
    order: 3;
  }
  .pay__table:nth-child(2) {
    order: 1;
  }
  .pay__table:nth-child(3) {
    order: 2;
  }
}
.pay__each {
  color: black;
  overflow: hidden;
  background: white !important;
  border-radius: 10px;
  border: 2px solid #ede5df;
}
.pay__each--highlight {
  border: 2px solid #f9a23d;
}
.pay__head {
  text-align: center;
  padding-bottom: 5px;
}
.pay__head-level {
  display: inline-block;
  font-size: 1.6rem;
  margin-top: -1px;
  padding: 5px;
  color: #565656;
  font-weight: 600;
  width: 100%;
  background: #ede5df;
  margin-bottom: 15px;
}
.pay__head-level--highlight {
  background: #f9a23d;
  color: white;
}
.pay__head-sale {
  display: inline-block;
  margin: 5px 0;
  color: #93642d;
  font-size: 16px;
  padding: 5px 10px;
  background: #fff1dc;
  border-radius: 5px;
  font-weight: 600;
}
.pay__head-price {
  font-size: 4rem;
  font-weight: 700;
  position: relative;
  line-height: 4rem;
  padding: 5px 0;
  margin: 0;
}
@media (max-width: 767px) {
  .pay__head-price {
    font-size: 3rem;
  }
}
.pay__head-price--prev {
  color: #fd4e48;
  font-size: 25px;
  font-weight: 400;
  text-decoration: line-through;
  margin-bottom: 0;
  padding-bottom: 0;
}
.pay__head-price--free-prev {
  color: #fd4e48;
  font-size: 25px;
  font-weight: 400;
  text-decoration: line-through;
  margin-bottom: 0;
  padding-bottom: 0;
}
.pay__head-free {
  font-size: 4rem;
  font-weight: bold;
  margin: -10px;
}
.pay__head-free-subtext {
  background-color: #40c756;
  color: white;
  padding: 5px;
  display: inline-block;
  padding: 3px 40px;
  border-radius: 50px;
  font-size: 1.3rem;
  margin: 5px 0 10px 0;
}
.pay__head-ex {
  color: #eb850f;
  text-decoration: line-through;
  font-size: 2rem;
  margin-bottom: -5px;
}
.pay__head-term {
  position: absolute;
  font-size: 1.4rem;
  font-weight: 400;
  top: -4px;
  text-transform: uppercase;
  margin-left: 5px;
}
.pay__head-billed {
  color: grey;
}
.pay__head-discount {
  color: #67bd3c;
}
.pay__body {
  padding: 0 30px;
}
.pay__body-mark {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.pay__body-svg {
  margin: 0;
  fill: #ede5df;
}
.pay__body-svg > svg {
  margin-top: 2px;
  width: 15px;
}
.pay__body-svg--highlight {
  fill: #f9a23d;
}
.pay__body-text {
  margin: 0;
}
.pay__body-text > span {
  text-decoration: underline;
  color: #f9a23d;
}
.pay__body-text > span:hover {
  cursor: pointer;
}
.pay__footer {
  text-align: center;
  padding: 30px 30px 10px;
}
.pay__footer-btn {
  display: inline-block;
  padding: 10px 15px;
  min-width: 200px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 5px;
  color: #575552;
  background-color: #ede5df;
  border: 2px solid #ede5df;
  transition: 0.3s;
}
.pay__footer-btn--highlight {
  background-color: #f9a23d;
  border-color: #f9a23d;
  color: white;
}
.pay__footer-btn--highlight:hover {
  color: #f9a23d;
}
.pay__footer-btn:hover {
  cursor: pointer;
  background-color: initial;
}

.plan {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  margin-bottom: 110px;
  transition: 0.6s ease-in-out;
}
@media (max-width: 991px) {
  .plan {
    margin-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .plan {
    padding: 25px 15px;
  }
}
.plan--hidden {
  transform: translateX(-10%);
  opacity: 0;
}
.plan__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.plan__bg img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.plan__card {
  width: 100%;
  max-width: 1300px;
  border-radius: 30px;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2509803922);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  position: relative;
  padding: 25px;
  border: 2px solid #bfbcb8;
  border-right: 0;
  border-bottom: 0;
}
@media (max-width: 991px) {
  .plan__card {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.plan__card::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9098039216);
  position: absolute;
  z-index: 1;
  border-radius: 30px;
}
.plan__card--left {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.plan__card--right {
  padding-left: 50px;
  padding-top: 50px;
}
@media (max-width: 1200px) {
  .plan__card--right {
    padding-left: 25px;
    padding-top: 75px;
  }
}
@media (max-width: 991px) {
  .plan__card--right {
    max-width: 400px;
    margin: auto;
    padding: 25px 0 0;
  }
}
.plan__card-each {
  z-index: 2;
}
.plan__title {
  font-size: 10rem;
  line-height: 10rem;
  font-weight: 700;
  background: linear-gradient(to right, #efab00, #eb850f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1200px) {
  .plan__title {
    font-size: 8rem;
  }
}
@media (max-width: 991px) {
  .plan__title {
    text-align: left;
    font-size: 7rem;
    line-height: 7rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .plan__title {
    text-align: center;
    padding-top: 40px;
  }
}
@media (max-width: 500px) {
  .plan__title {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.plan__price {
  display: flex;
  flex-direction: column;
  text-align: right;
  flex: 1;
}
@media (max-width: 991px) {
  .plan__price {
    text-align: center;
  }
}
.plan__price-wrap {
  display: flex;
  justify-content: flex-end;
  padding-right: 35px;
}
@media (max-width: 991px) {
  .plan__price-wrap {
    justify-content: center;
  }
}
.plan__price-sale {
  width: 100%;
  font-style: italic;
  color: #f9a23d;
  font-size: 1.8rem;
  font-weight: 600;
}
.plan__price-prev {
  text-decoration: line-through;
  font-size: 1.8rem;
  margin-right: 15px;
  color: #8e8e8e;
}
.plan__price-billed {
  width: 100%;
  font-weight: 500;
  font-style: italic;
  font-size: 1.6rem;
  color: #8e8e8e;
  margin-top: -5px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .plan__price-billed {
    padding-bottom: 0;
  }
}
.plan__price-total {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: bold;
  position: relative;
  display: flex;
}
@media (max-width: 500px) {
  .plan__price-total {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.plan__price-total--prev {
  color: #fd4e48;
  font-size: 25px;
  font-weight: 400;
  text-decoration: line-through;
  margin-bottom: 0;
  padding-bottom: 0;
}
.plan__price-usd {
  position: absolute;
  font-size: 1.4rem;
  font-weight: 600;
  top: -7px;
  right: -35px;
  text-transform: uppercase;
  margin-left: 5px;
  color: #8e8e8e;
}
@media (max-width: 991px) {
  .plan__button {
    display: none;
  }
}
.plan__button--mobile {
  display: none;
}
@media (max-width: 991px) {
  .plan__button--mobile {
    display: flex;
    justify-content: center;
    padding-top: 25px;
  }
}
.plan__button-link {
  display: inline-block;
  float: right;
  font-size: 1.8rem;
  background-color: #f9a23d;
  color: white;
  padding: 12px 24px;
  border-radius: 50px;
  transition: 0.3s;
}
.plan__button-link:hover {
  text-decoration: none;
  color: white;
  transform: scale(1.05);
}
.plan__button-link p {
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3rem;
}
@media (max-width: 500px) {
  .plan__button-link p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.plan__button-svg > svg {
  width: 15px;
  fill: white;
  margin-left: 15px;
}
.plan__cancel {
  margin-top: 15px;
  font-size: 1.5rem;
  color: #8e8e8e;
}
@media (max-width: 991px) {
  .plan__cancel {
    display: none;
  }
}
@media (max-width: 414px) {
  .plan__cancel {
    font-size: 1.4rem;
  }
}
.plan__cancel--mobile {
  display: none;
}
@media (max-width: 991px) {
  .plan__cancel--mobile {
    display: block;
    text-align: center;
  }
}
.plan__toggle {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 25px;
  top: 25px;
}
@media (max-width: 1200px) {
  .plan__toggle {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .plan__toggle {
    left: 25px;
    right: initial;
    top: -41px;
    z-index: 5;
  }
}
@media (max-width: 500px) {
  .plan__toggle {
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
  }
}
.plan__toggle-wrap {
  display: flex;
  border-radius: 50px;
  background: white;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2509803922);
  position: relative;
}
.plan__toggle-wrap::before {
  content: "";
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f9a23d;
  width: 49%;
  height: 90%;
  border-radius: 50px;
  z-index: 1;
  transition: 0.3s;
}
.plan__toggle-wrap > div {
  z-index: 3;
  width: 110px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 15px;
  transition: 0.3s;
}
@media (max-width: 500px) {
  .plan__toggle-wrap > div {
    font-size: 1.3rem;
    width: 95px;
  }
}
.plan__toggle-wrap > div:nth-child(1) {
  color: white;
  cursor: initial;
}
.plan__toggle-wrap > div:nth-child(2) {
  color: black;
  cursor: pointer;
}
.plan__toggle .toggled::before {
  left: 49%;
}
.plan__toggle .toggled > div:nth-child(1) {
  color: black;
  cursor: pointer;
}
.plan__toggle .toggled > div:nth-child(2) {
  color: white;
  cursor: initial;
}
.plan__toggle-save {
  position: absolute;
  bottom: -25px;
  padding: 7px 0;
  background-color: #4cc5fb;
  color: white;
  width: 84px;
  border-radius: 50px;
  font-size: 1.2rem;
  right: -15px;
  transform: rotate(356deg);
}
.plan__mark {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 20px;
  max-width: 380px;
}
@media (max-width: 991px) {
  .plan__mark {
    max-width: initial;
  }
}
.plan__mark > p {
  margin-bottom: 0;
  line-height: 2.5rem;
}
@media (max-width: 1200px) {
  .plan__mark > p {
    line-height: 2rem;
  }
}
.plan__mark-svg > svg {
  fill: #f9a23d;
  width: 20px;
  margin-top: 3px;
}
.plan__mark-text {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1200px) {
  .plan__mark-text {
    font-size: 1.5rem;
  }
}
.plan__mark-text > span {
  color: #f9a23d;
  text-decoration: underline;
}
.plan__mark-text > span:hover {
  cursor: pointer;
}

.product {
  padding: 50px 0;
  background-color: #fffbf6;
  overflow: hidden;
  width: 100%;
  position: relative;
  box-shadow: 0 4px 2px 1px rgba(0, 0, 0, 0.1294117647);
  z-index: 5;
}
@media (max-width: 991px) {
  .product {
    padding-top: 0;
  }
}
.product__title {
  text-align: center;
}
@media (max-width: 414px) {
  .product__title {
    padding: 0;
  }
}
.product__title > p {
  margin: 0;
  font-size: 3rem;
  font-weight: 600;
  color: #444444;
}
@media (max-width: 767px) {
  .product__title > p {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 414px) {
  .product__title > p {
    line-height: 3.3rem;
  }
}
.product__title > p > span {
  color: #f9a23d;
}
.product__wrap {
  display: flex;
  width: max-content;
  animation: scrollProducts 20s linear infinite;
}
.product__each {
  width: 250px;
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 15px;
}
.product__each > img {
  background: white;
  border-radius: 10px;
  border: 5px solid white;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2509803922);
}

.extra {
  transition: 0.6s ease-in-out;
}
.extra--hidden {
  transform: translateX(-10%);
  opacity: 0;
}
.extra__wrap {
  display: flex;
  justify-content: center;
  padding: 50px 50px 50px 100px;
  background: #fffbf6;
  width: 85%;
  border-radius: 25px;
  margin: auto;
  gap: 10px;
}
@media (max-width: 1400px) {
  .extra__wrap {
    gap: 25px;
    width: 95%;
  }
}
@media (max-width: 1200px) {
  .extra__wrap {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .extra__wrap {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .extra__wrap {
    padding: 25px;
    gap: 25px;
  }
}
@media (max-width: 414px) {
  .extra__wrap {
    width: 100%;
    border-radius: 0;
    padding: 75px 25px;
  }
}
.extra__each {
  text-align: center;
  display: flex;
  flex-direction: column;
  max-width: 330px;
  width: 25%;
  position: relative;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .extra__each {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .extra__each {
    width: 100%;
  }
}
.extra__svg {
  padding: 6px;
  width: 60px;
  height: 40px;
  border-radius: 103%;
  color: white;
  fill: #ff8e0b;
  top: -17%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
}
.extra__svg > svg {
  width: 30px;
  height: 30px;
}
.extra__title {
  font-size: 1.8rem;
  margin-top: 5px;
  font-weight: 700;
}
.extra__text {
  margin: 0;
}
.extra__text > a {
  color: #f9a23d;
  text-decoration: underline;
  cursor: pointer;
}
.usp {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-bottom: 40px;
  opacity: 1;
}
@media (max-width: 991px) {
  .usp {
    padding: 0;
    margin-bottom: 0;
  }
}
.usp__crafters {
  padding: 15px 0;
  text-align: center;
  margin: 100px auto 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .usp__crafters {
    margin: 50px auto 0;
  }
}
@media (max-width: 414px) {
  .usp__crafters {
    padding: 0 0 15px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
.usp__crafters-title {
  margin: 0 0 15px 0;
  font-size: 3rem;
  font-weight: 600;
  color: #475e69;
}
@media (max-width: 767px) {
  .usp__crafters-title {
    font-size: 2.2rem;
  }
}
.usp__crafters-title > span {
  color: #4cc5fb;
}
.usp__wrap {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  margin: auto;
  border-radius: 25px;
  padding-bottom: 50px;
  gap: 25px;
  transition: 0.6s ease-in-out;
}
@media (max-width: 1400px) {
  .usp__wrap {
    width: 95%;
  }
}
@media (max-width: 414px) {
  .usp__wrap {
    width: 100%;
    gap: 15px;
    padding: 15px 15px 50px 15px;
  }
}
.usp__wrap--hidden {
  transform: scale(0.9);
  opacity: 0;
}
.usp__each {
  position: relative;
  flex: 1 1 calc(25% - 25px);
  box-sizing: border-box;
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .usp__each {
    flex: 1 1 calc(50% - 25px);
  }
}
.usp__each-img {
  width: 100%;
  border-radius: 15px;
  position: relative;
  margin: auto;
}
.usp__each-img > img {
  border-radius: 15px;
  width: 100%;
}
.usp__each-title {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin: 10px 0 0;
  color: #396183;
}
@media (max-width: 1240px) {
  .usp__each-title {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 5px;
  }
}
@media (max-width: 414px) {
  .usp__each-title {
    line-height: 1.6rem;
    margin-bottom: 10px;
  }
}
.usp__each-subtitle {
  font-size: 2.4rem;
  margin: -13px 0 0;
  padding: 0;
  font-weight: 700;
  text-align: center;
  color: #396183;
  transition: 0.3s;
  text-transform: capitalize;
}
@media (max-width: 1240px) {
  .usp__each-subtitle {
    font-size: 2.4rem;
  }
}
.usp--scale {
  color: #1f3f5e;
  transform: scale(1.15);
}

.benefits {
  margin: 150px 0;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  transition: 0.6s ease-in-out;
}
@media (max-width: 1200px) {
  .benefits {
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .benefits {
    grid-template-columns: 1fr;
    margin: 100px 0;
  }
}
@media (max-width: 767px) {
  .benefits {
    grid-template-columns: 1fr;
    margin: 75px 0;
  }
}
@media (max-width: 414px) {
  .benefits {
    margin-top: 0;
  }
}
.benefits--hidden {
  transform: translateX(10%);
  opacity: 0;
}
.benefits__cont {
  width: 85%;
  padding: 30px;
  display: flex;
  border-radius: 25px;
  background: #fafafa;
}
@media (max-width: 1400px) {
  .benefits__cont {
    width: 95%;
  }
}
@media (max-width: 414px) {
  .benefits__cont {
    width: 100%;
    padding: 75px 25px;
    border-radius: 0;
  }
}
.benefits__wrap {
  text-align: center;
  padding: 25px;
  width: 60%;
}
@media (max-width: 1200px) {
  .benefits__wrap {
    padding: 0;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .benefits__wrap {
    width: 100%;
  }
}
.benefits__wrap--right {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .benefits__wrap--right {
    padding: 0 30px 30px;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .benefits__wrap--right {
    display: none;
  }
}
.benefits__tablet {
  display: none;
  margin-bottom: 15px;
}
.benefits__tablet > h4 {
  font-size: 2.4rem;
}
@media (max-width: 991px) {
  .benefits__tablet {
    display: block;
  }
}
.benefits__title {
  font-size: 3rem;
  font-weight: 700;
  color: #242424;
}
@media (max-width: 1200px) {
  .benefits__title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .benefits__title {
    font-size: 2.4rem;
  }
}
.benefits__subtitle {
  font-size: 2rem;
  font-weight: 600;
  color: #f9a23d;
}
@media (max-width: 767px) {
  .benefits__subtitle {
    font-size: 1.4rem;
  }
}
.benefits__icons {
  display: flex;
  justify-content: space-evenly;
  margin: 15px 0;
  gap: 40px;
  padding: 25px;
  border-radius: 15px;
}
@media (max-width: 1200px) {
  .benefits__icons {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .benefits__icons {
    margin: 0 0 25px 0;
    gap: 50px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .benefits__icons {
    gap: 25px;
  }
}
@media (max-width: 414px) {
  .benefits__icons {
    gap: 15px;
    padding: 15px 0;
  }
}
.benefits__icons-svg {
  display: flex;
  padding: 10px;
  background: #d9d9d9;
  background: linear-gradient(125deg, #dadada 0%, #f2f2f2 45%, #e4e4e4 100%);
  border-radius: 5px;
  transition: 0.3s;
  opacity: 0.3;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  background: #d8d8d8;
}
@media (max-width: 1200px) {
  .benefits__icons-svg {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .benefits__icons-svg {
    width: 60px;
    height: 60px;
  }
}
.benefits__icons-svg:hover {
  cursor: pointer;
  opacity: 1;
  background: linear-gradient(125deg, #dadada 0%, #f2f2f2 45%, #e4e4e4 100%);
  transform: scale(1.1);
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2509803922);
}
.benefits__icons-svg > img {
  width: 100%;
}
.benefits__icons--active {
  opacity: 1;
  background: linear-gradient(125deg, #dadada 0%, #f2f2f2 45%, #e4e4e4 100%);
  transform: scale(1.1);
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2509803922);
}
.benefits__content {
  position: relative;
}
@media (max-width: 991px) {
  .benefits__content {
    padding-bottom: 0;
  }
}
.benefits__content-text {
  display: none;
  max-width: 600px;
  padding: 15px 30px 0;
  margin: auto;
}
@media (max-width: 414px) {
  .benefits__content-text {
    padding: 20px 0 0;
  }
}
.benefits__content-text > h4 {
  font-size: 2.4rem;
}
@media (max-width: 991px) {
  .benefits__content-text > h4 {
    display: none;
  }
}
.benefits__content--active {
  display: block;
}
.benefits__content-desc {
  margin: 15px 0;
}
.benefits__content-btn {
  display: inline-block;
  padding: 5px 15px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 5px;
  color: #f9a23d;
  text-decoration: underline;
  transition: 0.3s;
}
.benefits__content-btn:hover {
  cursor: pointer;
  color: black;
}
.benefits__content--active {
  display: block;
}
.benefits__display {
  max-width: 600px;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2509803922);
  background: white;
  border-bottom: 0;
  border-right: 0;
}
@media (max-width: 991px) {
  .benefits__display {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .benefits__display {
    width: 80%;
  }
}
@media (max-width: 414px) {
  .benefits__display {
    width: 100%;
  }
}
.benefits__display-bg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.benefits__display-content {
  display: none;
}
.benefits__display--active {
  display: block;
}

.info {
  opacity: 1;
  transition: 0.6s ease-in-out;
}
@media (max-width: 1200px) {
  .info {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .info {
    padding: 0 25px;
  }
}
.info--hidden {
  transform: scale(0.9);
  opacity: 0;
}
.info__wrap {
  position: relative;
  display: flex;
  gap: 50px;
  justify-content: center;
  padding: 50px;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  background: #fafafa;
  border-radius: 25px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .info__wrap {
    width: 100%;
  }
}
.info__each {
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  text-align: center;
  flex: 1;
}
@media (max-width: 767px) {
  .info__each {
    flex: initial;
  }
}
.info__each-img {
  display: flex;
  justify-content: center;
  gap: 7px;
}
.info__each-img > svg {
  max-width: 35px;
  fill: #4e4e4e;
}
.info__each-title {
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 18px;
}
.info__each-subtitle {
  margin: 0;
}

.reviews {
  margin-bottom: 100px;
  position: relative;
  opacity: 1;
  transition: 0.6s ease-in-out;
}
@media (max-width: 1400px) {
  .reviews {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .reviews {
    padding: 0;
  }
}
.reviews--hidden {
  transform: translateY(10%);
  opacity: 0;
}
.reviews__intro {
  padding: 0 15px;
}
.reviews__intro-title {
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  color: #242424;
}
@media (max-width: 767px) {
  .reviews__intro-title {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
.reviews__intro-title--low {
  margin-bottom: -25px;
}
.reviews__intro-title--high {
  margin-bottom: 25px;
}
.reviews__intro-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 40px;
}
@media (max-width: 414px) {
  .reviews__intro-content {
    gap: 5px;
  }
}
.reviews__intro-content-rating {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 767px) {
  .reviews__intro-content-rating {
    font-size: 2.2rem;
  }
}
.reviews__intro-content-stars {
  display: flex;
  width: 130px;
  gap: 5px;
}
@media (max-width: 767px) {
  .reviews__intro-content-stars {
    width: 100px;
  }
}
.reviews__intro-content-all {
  color: black;
  font-size: 2rem;
  font-weight: 500;
  font-style: italic;
  margin: 0;
}
@media (max-width: 767px) {
  .reviews__intro-content-all {
    font-size: 1.4rem;
  }
}
.reviews__layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  max-width: 85%;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 25px;
}
@media (max-width: 1400px) {
  .reviews__layout {
    max-width: 95%;
  }
}
@media (max-width: 991px) {
  .reviews__layout {
    overflow: scroll;
    gap: 0;
    margin: 0;
    max-width: 100%;
  }
}
.reviews__layout-wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 991px) {
  .reviews__layout-wrap {
    min-width: 350px;
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .reviews__layout-wrap:nth-child(3) {
    margin-right: 25px;
  }
}
.reviews__layout-each {
  padding: 25px;
  background: #ffffff;
  border-radius: 5px;
  position: relative;
  border: 1px solid #e1e1e1;
}
.reviews__stars {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 0 15px;
  display: flex;
  gap: 5px;
}
.reviews__stars > svg {
  width: 20px;
  height: 20px;
}
.reviews__title {
  font-weight: 600;
  font-size: 1.6rem;
}
.reviews__content > .highlight-p {
  background-color: rgba(255, 208, 155, 0.4196078431);
  padding: 2px 5px;
  border-radius: 5px;
  color: black;
  font-weight: 600;
}
.reviews__author {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 1px;
  margin-top: 22px;
}
.reviews__author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 2px solid #e1e1e1;
  overflow: hidden;
}
.reviews__author p {
  margin: 0;
}

.qa {
  padding: 100px;
}
@media (max-width: 991px) {
  .qa {
    padding: 75px 0;
  }
}
.qa__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 800px;
  flex-direction: column;
  margin: auto;
}
@media (max-width: 991px) {
  .qa__wrap {
    width: 80%;
  }
}
@media (max-width: 414px) {
  .qa__wrap {
    width: 90%;
  }
}
.qa__title {
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  color: #242424;
}
.qa__each {
  width: 100%;
  border-bottom: 2px solid #d4d4d4;
}
.qa__each--active {
  background-color: rgba(247, 247, 247, 0.4392156863);
}
.qa__each-q {
  padding: 30px;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 414px) {
  .qa__each-q {
    padding: 10px;
    line-height: 2.6rem;
    font-size: 1.6rem;
  }
}
.qa__each-q:hover {
  cursor: pointer;
  background-color: rgba(247, 247, 247, 0.4392156863);
}
.qa__each-a {
  margin: -20px 0 0;
  padding: 0 30px 30px;
  font-size: 1.4rem;
  display: none;
}
.qa__each-a a {
  color: #f9a23d;
  text-decoration: underline;
}
@media (max-width: 414px) {
  .qa__each-a {
    margin: -10px 0 0;
    padding: 10px;
  }
}
