.landing-wrapper {
  padding: 90px 0 30px;
  position: relative;
  padding-top: 80px;
  min-height: calc(100vh - 106px);
}
.landing-wrapper .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1366px) {
  .landing-wrapper .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .landing-wrapper {
    padding: 66px 0 30px;
    min-height: auto;
  }
}
.landing-wrapper .banner {
  background-color: #FFFFFF;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  background-image: url("/static/img/banner-new.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .landing-wrapper .banner {
    min-height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .landing-wrapper .banner {
    min-height: 500px;
  }
}
@media only screen and (max-width: 575px) {
  .landing-wrapper .banner {
    min-height: 280px;
  }
}
.landing-wrapper .banner::after {
  content: "";
  position: absolute;
  top: -440px;
  left: 0;
  width: 50%;
  height: 200%;
  background-color: #ffffff;
  transform: rotate(19deg);
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .landing-wrapper .banner::after {
    top: -150px;
  }
}
@media only screen and (max-width: 575px) {
  .landing-wrapper .banner::after {
    top: -124px;
    width: 67%;
    height: 280%;
  }
}
.landing-wrapper .banner .banner-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.landing-wrapper .banner .banner-content {
  padding: 0 0 0 56px;
  max-width: 44%;
}
@media only screen and (max-width: 767px) {
  .landing-wrapper .banner .banner-content {
    padding-left: 25px;
    max-width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .landing-wrapper .banner .banner-content {
    max-width: 70%;
  }
}
.landing-wrapper .banner .banner-content h1 {
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 44px;
  line-height: 56px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
@media only screen and (max-width: 991px) {
  .landing-wrapper .banner .banner-content h1 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .landing-wrapper .banner .banner-content h1 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .landing-wrapper .banner .banner-content h1 {
    font-size: 18px;
    line-height: 26px;
  }
}
.landing-wrapper .banner .banner-content h1 span {
  border: 1px solid #000000;
  border-radius: 10px;
  background-color: #28447A;
  height: 57px;
  display: inline-flex;
  font-weight: 900;
  font-size: 35px;
  line-height: 1.4;
  letter-spacing: -2px;
  color: #FFFFFF;
  transform: rotate(-6.59deg);
  padding: 0 11px;
  font-family: "Lato";
  width: 112px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .landing-wrapper .banner .banner-content h1 span {
    height: 33px;
    font-size: 20px;
    padding: 0 7px;
    width: 63px;
  }
}
.landing-wrapper .banner .banner-content p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2%;
  color: #38373E;
  margin-bottom: 28px;
}
@media only screen and (max-width: 991px) {
  .landing-wrapper .banner .banner-content p {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .landing-wrapper .banner .banner-content p {
    font-size: 15px;
  }
}
.landing-wrapper .banner .banner-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  max-height: 100%;
  height: 100%;
}
.landing-wrapper .banner .banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-wrapper .info-section {
  padding: 60px 0 108px;
}
@media only screen and (max-width: 767px) {
  .landing-wrapper .info-section {
    padding: 60px 0;
  }
}
.landing-wrapper .info-section .info-container {
  max-width: 1340px;
  margin: 0 auto 83px;
  border: 1px solid #000000;
  padding: 56px 6px 62px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 1390px) {
  .landing-wrapper .info-section .info-container {
    max-width: calc(100% - 50px);
  }
}
@media only screen and (max-width: 1199px) {
  .landing-wrapper .info-section .info-container {
    padding: 30px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .landing-wrapper .info-section .info-container {
    margin-bottom: 40px;
  }
}
.landing-wrapper .info-section .info-container::after {
  content: "";
  width: calc(100% - 76px);
  margin: 0 auto;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  border: 1px solid #000000;
  height: 67px;
  border-radius: 10px;
  background-color: #ffffff;
  z-index: -1;
}
.landing-wrapper .info-section .info-container p {
  max-width: calc(100% - 110px);
  margin: 0 auto;
  font-family: "Playfair Display";
  font-size: 33px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-align: left;
}
.landing-wrapper .info-section .info-container p b {
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .landing-wrapper .info-section .info-container p {
    font-size: 24px;
    line-height: 150%;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .landing-wrapper .info-section .info-container p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .landing-wrapper .info-section .info-container p {
    max-width: calc(100% - 40px);
    font-size: 18px;
  }
}
.landing-wrapper .info-section .info-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 91px 30px;
  margin-bottom: 62px;
}
@media only screen and (max-width: 991px) {
  .landing-wrapper .info-section .info-cards-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 25px;
  }
}
@media only screen and (max-width: 640px) {
  .landing-wrapper .info-section .info-cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .landing-wrapper .info-section .info-cards-wrapper {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.landing-wrapper .info-section .info-cards-wrapper .info-card {
  text-align: center;
}
.landing-wrapper .info-section .info-cards-wrapper .info-card .card-head {
  background: #EEF2FF;
  width: 69px;
  height: 69px;
  margin: 0 auto 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-wrapper .info-section .info-cards-wrapper .info-card .card-body p {
  font-family: "Playfair Display";
  font-size: 20px;
  font-weight: 500;
  line-height: 26.66px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #0C0B14;
}
.landing-wrapper .info-section .info-cards-wrapper .info-card .card-body p b {
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .landing-wrapper .info-section .info-cards-wrapper .info-card .card-body p {
    font-size: 18px;
    line-height: 150%;
  }
}
@media only screen and (max-width: 991px) {
  .landing-wrapper .info-section .info-cards-wrapper .info-card .card-body p {
    font-size: 16px;
  }
  .landing-wrapper .info-section .info-cards-wrapper .info-card .card-body p br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .landing-wrapper .info-section .info-cards-wrapper .info-card {
    grid-column: 1/span 1 !important;
    grid-row: unset !important;
    max-width: 283px;
    margin: 0 auto;
  }
}
.landing-wrapper .info-section .info-cards-wrapper .info-card:nth-child(1) {
  grid-column: 1/span 1;
  grid-row: 1;
}
.landing-wrapper .info-section .info-cards-wrapper .info-card:nth-child(2) {
  grid-column: 2/span 1;
  grid-row: 1;
}
.landing-wrapper .info-section .info-cards-wrapper .info-card:nth-child(3) {
  grid-column: 3/span 1;
  grid-row: 1;
}
@media only screen and (max-width: 640px) {
  .landing-wrapper .info-section .info-cards-wrapper .info-card:nth-child(3) {
    grid-column: 1/span 1;
    grid-row: 2;
  }
}
.landing-wrapper .info-section .info-cards-wrapper .info-card:nth-child(4) {
  grid-column: 4/span 1;
  grid-row: 1;
}
@media only screen and (max-width: 991px) {
  .landing-wrapper .info-section .info-cards-wrapper .info-card:nth-child(4) {
    grid-column: 1/span 1;
    grid-row: 2;
  }
}
@media only screen and (max-width: 640px) {
  .landing-wrapper .info-section .info-cards-wrapper .info-card:nth-child(4) {
    grid-column: 2/span 1;
    grid-row: 2;
  }
}
.landing-wrapper .info-section .info-cards-wrapper .info-card:nth-child(5) {
  grid-column: 1/span 2;
  grid-row: 2;
}
@media only screen and (max-width: 991px) {
  .landing-wrapper .info-section .info-cards-wrapper .info-card:nth-child(5) {
    grid-column: 2/span 1;
    grid-row: 2;
  }
}
@media only screen and (max-width: 640px) {
  .landing-wrapper .info-section .info-cards-wrapper .info-card:nth-child(5) {
    grid-column: 1/span 1;
    grid-row: 3;
  }
}
.landing-wrapper .info-section .info-cards-wrapper .info-card:nth-child(6) {
  grid-column: 2/span 2;
  grid-row: 2;
}
@media only screen and (max-width: 991px) {
  .landing-wrapper .info-section .info-cards-wrapper .info-card:nth-child(6) {
    grid-column: 3/span 1;
    grid-row: 2;
  }
}
@media only screen and (max-width: 640px) {
  .landing-wrapper .info-section .info-cards-wrapper .info-card:nth-child(6) {
    grid-column: 2/span 1;
    grid-row: 3;
  }
}
.landing-wrapper .info-section .info-cards-wrapper .info-card:nth-child(7) {
  grid-column: 3/span 2;
  grid-row: 2;
}
@media only screen and (max-width: 991px) {
  .landing-wrapper .info-section .info-cards-wrapper .info-card:nth-child(7) {
    grid-column: 2/span 1;
    grid-row: 3;
  }
}
@media only screen and (max-width: 640px) {
  .landing-wrapper .info-section .info-cards-wrapper .info-card:nth-child(7) {
    grid-column: 1/span 2;
    grid-row: 4;
  }
}
.landing-wrapper .info-section .btn-wrapper button {
  margin: 0 auto;
}
.landing-wrapper .get-started {
  background-color: #28447A;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  align-items: stretch;
}
@media only screen and (max-width: 991px) {
  .landing-wrapper .get-started {
    grid-template-columns: 1fr;
  }
}
.landing-wrapper .get-started .container {
  max-width: 970px;
}
.landing-wrapper .get-started .get-started-content {
  color: #ffffff;
  padding: 45px 54px;
}
@media only screen and (max-width: 1300px) {
  .landing-wrapper .get-started .get-started-content {
    padding: 45px 25px;
  }
}
@media only screen and (max-width: 575px) {
  .landing-wrapper .get-started .get-started-content {
    padding: 40px 0;
  }
}
.landing-wrapper .get-started .get-started-content .logo {
  margin-bottom: 6px;
}
.landing-wrapper .get-started .get-started-content h2 {
  font-family: "Playfair Display";
  font-size: 42px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1199px) {
  .landing-wrapper .get-started .get-started-content h2 {
    font-size: 35px;
    line-height: 150%;
  }
}
@media only screen and (max-width: 640px) {
  .landing-wrapper .get-started .get-started-content h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .landing-wrapper .get-started .get-started-content h2 {
    font-size: 25px;
  }
}
.landing-wrapper .get-started .get-started-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 31px;
  max-width: 670px;
}
.landing-wrapper .get-started .get-started-content .list-wrapper {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 67px;
  align-items: stretch;
  margin-bottom: 38px;
}
@media only screen and (max-width: 1300px) {
  .landing-wrapper .get-started .get-started-content .list-wrapper {
    gap: 25px;
    grid-template-columns: 200px 1fr;
  }
}
@media only screen and (max-width: 575px) {
  .landing-wrapper .get-started .get-started-content .list-wrapper {
    grid-template-columns: 1fr;
  }
}
.landing-wrapper .get-started .get-started-content .list-wrapper .left-list:first-child {
  border-right: 1px solid #ffffff;
}
@media only screen and (max-width: 575px) {
  .landing-wrapper .get-started .get-started-content .list-wrapper .left-list:first-child {
    border: none;
  }
}
.landing-wrapper .get-started .get-started-content .list-wrapper .left-list h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 27px;
}
@media only screen and (max-width: 1199px) {
  .landing-wrapper .get-started .get-started-content .list-wrapper .left-list h6 {
    font-size: 20px;
    line-height: 140%;
  }
}
.landing-wrapper .get-started .get-started-content .list-wrapper ul {
  display: grid;
  gap: 35px;
}
@media only screen and (max-width: 1300px) {
  .landing-wrapper .get-started .get-started-content .list-wrapper ul {
    gap: 20px;
  }
}
.landing-wrapper .get-started .get-started-content .list-wrapper ul li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 14px;
}
.landing-wrapper .get-started .get-started-content .list-wrapper ul li span {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
}
@media only screen and (max-width: 1300px) {
  .landing-wrapper .get-started .get-started-content .list-wrapper ul li span {
    font-size: 16px;
    line-height: 140%;
  }
}
.landing-wrapper .get-started .get-started-img {
  width: 100%;
  height: 100%;
  max-height: 650px;
}
@media only screen and (max-width: 1411px) {
  .landing-wrapper .get-started .get-started-img {
    max-height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .landing-wrapper .get-started .get-started-img {
    max-height: 550px;
  }
}
.landing-wrapper .get-started .get-started-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.landing-wrapper .plan {
  padding: 60px 0 37px;
}
.landing-wrapper .plan h2 {
  font-family: "Plus Jakarta Sans";
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  margin-bottom: 51px;
}
@media only screen and (max-width: 991px) {
  .landing-wrapper .plan h2 {
    font-size: 30px;
    line-height: 150%;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .landing-wrapper .plan h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.landing-wrapper .plan .plan-card-wrapper {
  max-width: 367px;
  margin: 0 auto 37px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px 23px;
}
@media only screen and (max-width: 767px) {
  .landing-wrapper .plan .plan-card-wrapper {
    grid-template-columns: 1fr;
    max-width: 370px;
  }
}
.landing-wrapper .plan .plan-card-wrapper .plan-card {
  background-color: #ffffff;
  border: 1px solid #E4E4E7;
  border-radius: 15px;
  padding: 28px 23px;
}
.landing-wrapper .plan .plan-card-wrapper .plan-card .card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.landing-wrapper .plan .plan-card-wrapper .plan-card .card-head h6 {
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #000000;
}
.landing-wrapper .plan .plan-card-wrapper .plan-card .card-head span {
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000000;
}
.landing-wrapper .plan .plan-card-wrapper .plan-card .card-head b {
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-weight: 700;
  line-height: 33px;
  text-align: center;
  color: #28447A;
}
.landing-wrapper .plan .plan-card-wrapper .plan-card .card-body ul {
  display: grid;
  gap: 14px;
  padding-left: 28px;
}
.landing-wrapper .plan .plan-card-wrapper .plan-card .card-body ul li {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #52525B;
  list-style-type: disc;
  margin-left: -1px;
  letter-spacing: -0.1px;
}
.landing-wrapper .plan .btn-wrapper button {
  margin: 0 auto;
}

.payment-wrapper {
  padding: 0px 0 50px;
  max-width: 1248px;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  .payment-wrapper {
    padding: 0 25px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .payment-wrapper {
    padding: 0 25px 30px;
  }
}
.payment-wrapper > h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
  color: #000000;
  margin-bottom: 10px;
}
.payment-wrapper .page-info {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  margin-bottom: 35px;
  color: #000000;
}
.payment-wrapper .payment-card {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 25px;
}
@media only screen and (max-width: 641px) {
  .payment-wrapper .payment-card {
    grid-template-columns: 1fr;
  }
}
.payment-wrapper .main-card {
  background-color: #FFFFFF;
  border: 1px solid #E4E4E7;
  border-radius: 15px;
  padding: 18px 27px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .payment-wrapper .main-card {
    padding: 20px;
  }
}
.payment-wrapper .main-card .card-head {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 25px;
  margin-bottom: 27px;
}
@media only screen and (max-width: 575px) {
  .payment-wrapper .main-card .card-head {
    grid-template-columns: 1fr 100px;
    gap: 5px;
  }
}
.payment-wrapper .main-card .card-head h4 {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  color: #090C0F;
}
.payment-wrapper .main-card .card-head .total {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: right;
  color: #28447A;
}
.payment-wrapper .main-card .main-list-wrapper {
  display: grid;
  gap: 30px;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .payment-wrapper .main-card .main-list-wrapper {
    gap: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .payment-wrapper .main-card .main-list-wrapper {
    gap: 12px;
  }
}
.payment-wrapper .main-card ul {
  margin-left: 25px;
  display: grid;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .payment-wrapper .main-card ul {
    margin-left: 17px;
  }
}
.payment-wrapper .main-card ul li {
  list-style-type: disc;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #000000;
}
.payment-wrapper .main-card ul li span {
  color: #28447A;
}
.payment-wrapper .main-card .info {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  max-width: 360px;
  color: #000000;
  margin-top: 19px;
  position: relative;
}
.payment-wrapper .main-card .info::after {
  content: "*";
  position: absolute;
  top: 0px;
  left: -7px;
  color: #000000;
}
.payment-wrapper .main-card .additional-info {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #000000;
  margin-top: 26px;
}
.payment-wrapper .main-card.disabled_card {
  opacity: 0.4;
}
.payment-wrapper .main-card .card-checkbox .switch {
  display: inline-block;
  height: 20px;
  position: relative;
  width: 32px;
}
.payment-wrapper .main-card .card-checkbox .switch input {
  display: none;
}
.payment-wrapper .main-card .card-checkbox .slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.payment-wrapper .main-card .card-checkbox .slider:before {
  background-color: #fff;
  bottom: 2px;
  content: "";
  height: 16px;
  left: 2px;
  position: absolute;
  transition: 0.4s;
  width: 16px;
}
.payment-wrapper .main-card .card-checkbox input:checked + .slider {
  background-color: #28447A;
}
.payment-wrapper .main-card .card-checkbox input:checked + .slider:before {
  transform: translateX(12px);
}
.payment-wrapper .main-card .card-checkbox .slider.round {
  border-radius: 120px;
}
.payment-wrapper .main-card .card-checkbox .slider.round:before {
  border-radius: 50%;
}
.payment-wrapper .additional-card-wrapper {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
@media only screen and (max-width: 767px) {
  .payment-wrapper .additional-card-wrapper {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 575px) {
  .payment-wrapper .additional-card-wrapper .card-head {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.payment-wrapper .additional-card-wrapper .main-card {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 13px;
}
.payment-wrapper .payment-footer {
  margin-top: 31px;
  display: grid;
  gap: 17px;
}
.payment-wrapper .payment-footer .sub-total {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: right;
  color: #000000;
}
.payment-wrapper .payment-footer .sub-total b {
  padding-left: 10px;
  font-weight: 700;
}
.payment-wrapper .payment-footer .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 481px) {
  .payment-wrapper .payment-footer .btn-wrapper {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
  }
}
.payment-wrapper .payment-footer .btn-wrapper button:first-child {
  margin-right: 15px;
}
@media only screen and (max-width: 481px) {
  .payment-wrapper .payment-footer .btn-wrapper button:first-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 481px) {
  .payment-wrapper .payment-footer .btn-wrapper button {
    min-width: 120px;
  }
}/*# sourceMappingURL=landing.css.map */