body {
  margin: 0;
  font-family: "Poppins";
  position: relative;
  overflow-x: hidden;
}
body img {
  max-width: 100%;
}
body .container {
  max-width: 1300px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
body a {
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
body a .join-now {
  width: 240px;
  height: 50px;
  margin-top: 30px;
  color: white;
  background: #d62c7c;
  border-radius: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  body a .join-now {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  body a .join-now {
    width: 200px;
  }
}
body a .join-now:hover {
  transition: all 0.15s ease-in-out;
  background: #239ae7;
}
body .main {
  width: 100%;
}
body .main .promotion-section {
  width: 100%;
  background: #0d1439;
}
@media screen and (max-width: 1200px) {
  body .main .promotion-section {
    padding-bottom: 50px;
  }
}
body .main .promotion-section .container .section-content-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 1000px) {
  body .main .promotion-section .container .section-content-wrapper {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  body .main .promotion-section .container .section-content-wrapper .text-area {
    text-align: center;
  }
}
body .main .promotion-section .container .section-content-wrapper .text-area .logo-list {
  padding-top: 90px;
  display: flex;
  align-items: center;
  max-width: 100%;
}
body .main .promotion-section .container .section-content-wrapper .text-area .logo-list a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1000px) {
  body .main .promotion-section .container .section-content-wrapper .text-area .logo-list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
body .main .promotion-section .container .section-content-wrapper .text-area .logo-list .logo-icon {
  padding-right: 15px;
}
body .main .promotion-section .container .section-content-wrapper .text-area .logo-list .logo-icon img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
body .main .promotion-section .container .section-content-wrapper .text-area h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: white;
}
@media screen and (max-width: 768px) {
  body .main .promotion-section .container .section-content-wrapper .text-area h1 {
    font-size: 14px;
  }
}
body .main .promotion-section .container .section-content-wrapper .text-area h3 {
  font-family: "Poppins";
  margin: 20px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: 2px;
  color: white;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  body .main .promotion-section .container .section-content-wrapper .text-area h3 {
    font-size: 26px;
    line-height: 36px;
  }
  body .main .promotion-section .container .section-content-wrapper .text-area h3 img {
    width: 22px;
  }
}
body .main .promotion-section .container .section-content-wrapper .text-area h3 span {
  font-size: 20px;
  font-weight: 400;
}
body .main .promotion-section .container .section-content-wrapper .pic-area {
  margin: 50px 0;
  text-align: center;
}
@media screen and (max-width: 500px) {
  body .main .promotion-section .container .section-content-wrapper .pic-area {
    margin: 50px 0 0;
  }
}
body .main .promotion-section .container .section-content-wrapper .pic-area img {
  width: 100%;
  max-width: 550px;
}
body .main .promotion-section .container .section-content-wrapper .pic-area.desktop {
  display: block;
}
body .main .promotion-section .container .section-content-wrapper .text-wrapper {
  display: none;
  margin: 0 auto;
  max-width: 250px;
}
@media screen and (max-width: 1000px) {
  body .main .promotion-section .container .section-content-wrapper .text-wrapper {
    display: block;
  }
}
body .main .promotion-section .container .section-content-wrapper .text-wrapper .bold-text {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #1f3447;
}
body .main .promotion-section .container .section-content-wrapper .text-wrapper .bold-text span {
  padding: 0 10px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(156.97deg, #481a95 -31.37%, #8b19a9 74.02%);
  color: white;
}
body .main .promotion-section .container .section-content-wrapper .text-wrapper .normal-text {
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}
body .main .promotion-section .container .section-content-wrapper .text-wrapper .additional-text {
  margin-top: 10px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1f3447;
}
body .main .promotion-section .container .section-content-wrapper .text-wrapper .under-text {
  margin-top: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  color: #cc8700;
}
body .main .promotion-section .container .pic-wrapper.mobile {
  display: none;
  width: 100%;
  max-width: 750px;
  margin-top: -450px;
  margin-left: -100px;
}
@media screen and (max-width: 1000px) {
  body .main .promotion-section .container .pic-wrapper.mobile {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  body .main .promotion-section .container .pic-wrapper.mobile {
    margin-top: -400px;
    margin-left: -75px;
  }
}
body .main .promotion-section .container .pic-wrapper.mobile img {
  width: 100%;
}
body .main .super-offer_section {
  margin-top: 96px;
}
body .main .super-offer_section .items-wrapp {
  padding: 48px;
  margin-bottom: 48px;
  border-radius: 16px;
  background-color: #f4f5f9;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  body .main .super-offer_section .items-wrapp {
    flex-direction: column;
    align-items: center;
  }
}
body .main .super-offer_section .super-offer_content .titles-wrapp {
  background-color: #eaf2ff;
  padding: 0 8px 8px;
  border-radius: 8px;
  margin-bottom: 72px;
}
body .main .super-offer_section .super-offer_content .titles-wrapp .sub_title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #1f3447;
  margin-bottom: 16px;
  margin-top: 0;
}
body .main .super-offer_section .super-offer_content .titles-wrapp .title {
  font-size: 48px;
  line-height: 60px;
  color: #ff3541;
  margin-bottom: 8px;
  margin-top: 0;
}
body .main .super-offer_section .super-offer_content .form-wrapp form {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  body .main .super-offer_section .super-offer_content .form-wrapp form {
    flex-wrap: wrap;
  }
}
body .main .super-offer_section .super-offer_content .form-wrapp .field-group {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
body .main .super-offer_section .super-offer_content .form-wrapp .field-group label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #1f3447;
  margin-bottom: 4px;
}
body .main .super-offer_section .super-offer_content .form-wrapp .field-group input {
  border-radius: 10px;
  border: 1px solid #98a1aa;
  background-color: #f4f5f9;
  padding: 12px;
  color: #98a1aa;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #1F3447;
}
body .main .super-offer_section .super-offer_content .form-wrapp .field-group input:focus {
  outline: none;
}
body .main .super-offer_section .super-offer_content .form-wrapp button {
  cursor: pointer;
  border: none;
  padding: 14px 32px;
  background-color: #d62c7c;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  transition: 0.3s;
}
body .main .super-offer_section .super-offer_content .form-wrapp button:hover {
  opacity: 0.7;
}
body .main .yellow-bg {
  display: none;
}
@media screen and (max-width: 767px) {
  body .main .yellow-bg {
    display: block;
  }
}
body .main .yellow-bg img {
  width: 100%;
}
body .main .link-in-bio {
  padding: 90px 0 50px;
}
@media screen and (max-width: 767px) {
  body .main .link-in-bio {
    padding: 16px 0;
  }
}
body .main .link-in-bio .container .content-wrapper {
  margin-top: 38px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1043px) {
  body .main .link-in-bio .container .content-wrapper {
    margin-top: 50px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  body .main .link-in-bio .container .content-wrapper {
    margin-top: 0;
  }
}
body .main .link-in-bio .container .content-wrapper .text-wrapper {
  width: 40%;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1043px) {
  body .main .link-in-bio .container .content-wrapper .text-wrapper {
    width: 100%;
    margin-right: 0;
  }
}
body .main .link-in-bio .container .content-wrapper .text-wrapper .title {
  margin-bottom: 30px;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #1f3447;
}
@media screen and (max-width: 767px) {
  body .main .link-in-bio .container .content-wrapper .text-wrapper .title {
    font-size: 38px;
  }
}
@media screen and (max-width: 1043px) {
  body .main .link-in-bio .container .content-wrapper .text-wrapper .title {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
body .main .link-in-bio .container .content-wrapper .text-wrapper .text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  body .main .link-in-bio .container .content-wrapper .text-wrapper .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  body .main .link-in-bio .container .content-wrapper .text-wrapper .text {
    max-width: fit-content;
  }
}
body .main .link-in-bio .container .content-wrapper .images-wrapper {
  width: 40%;
  display: flex;
}
@media screen and (max-width: 1043px) {
  body .main .link-in-bio .container .content-wrapper .images-wrapper {
    width: 60%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  body .main .link-in-bio .container .content-wrapper .images-wrapper {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  body .main .link-in-bio .container .content-wrapper .images-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
  }
}
body .main .link-in-bio .container .content-wrapper .images-wrapper .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .main .link-in-bio .container .content-wrapper .images-wrapper .item:first-child {
  margin-right: 30px;
}
body .main .link-in-bio .container .content-wrapper .images-wrapper .item .item-title {
  margin-bottom: 20px;
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
}
body .main .link-in-bio .container .content-wrapper .images-wrapper .item .img-wrapper {
  width: 100%;
}
body .main .link-in-bio .container .content-wrapper .images-wrapper .item .img-wrapper img {
  width: 100%;
}
body .main .link-in-bio .container .content-wrapper .images-wrapper .item a {
  width: 100%;
  margin-top: 20px;
  text-decoration: none;
}
body .main .link-in-bio .container .content-wrapper .images-wrapper .item a .item-btn {
  width: 100%;
  height: 50px;
  color: #fff;
  background: #d62c7c;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-in-out;
}
body .main .link-in-bio .container .content-wrapper .images-wrapper .item a .item-btn:hover {
  background: #239ae7;
}
body .main .qr-section {
  margin-top: 48px;
  margin-bottom: 128px;
}
@media screen and (max-width: 768px) {
  body .main .qr-section {
    margin-bottom: 64px;
  }
}
body .main .qr-section .qr-wrapp {
  border-radius: 16px;
  background-color: #f4f5f9;
  padding: 48px 14px;
}
body .main .qr-section .qr-wrapp h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: #1f3447;
  margin-top: 0;
  margin-bottom: 48px;
  text-align: center;
}
body .main .qr-section .qr-wrapp .qr-list {
  display: flex;
  gap: 24px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body .main .qr-section .qr-wrapp .qr-list {
    flex-direction: column;
    align-items: center;
  }
}
body .main .qr-section .qr-wrapp .qr-list div {
  flex: 0 1 25%;
}
body .main .qr-section .qr-wrapp .qr-list div img {
  max-width: 100%;
}
body .main .enterprise-solution {
  padding: 50px 0;
  background: #f4f5f9;
}
body .main .enterprise-solution .container .solution-wrapper-line {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #fff;
  padding-top: 48px;
  padding-bottom: 48px;
  border-radius: 16px;
}
@media screen and (max-width: 1043px) {
  body .main .enterprise-solution .container .solution-wrapper-line {
    display: flex;
    flex-direction: column;
  }
}
body .main .enterprise-solution .container .solution-wrapper-line img {
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  body .main .enterprise-solution .container .solution-wrapper-line img {
    order: 2;
  }
}
body .main .enterprise-solution .container .solution-wrapper-line .text-wrapper {
  max-width: 500px;
  color: #1f3447;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  body .main .enterprise-solution .container .solution-wrapper-line .text-wrapper.mob {
    order: 3;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  body .main .enterprise-solution .container .solution-wrapper-line .text-wrapper {
    order: 1;
    text-align: center;
  }
}
body .main .enterprise-solution .container .solution-wrapper-line .text-wrapper .solution-title {
  margin-bottom: 30px;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 1043px) {
  body .main .enterprise-solution .container .solution-wrapper-line .text-wrapper .solution-title {
    margin-top: 20px;
    font-size: 32px;
  }
}
body .main .enterprise-solution .container .solution-wrapper-line .text-wrapper .solution-text {
  max-width: 345px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
body .main .enterprise-solution .container .solution-wrapper-line .text-wrapper .solution-text.mob {
  display: none;
  order: 3;
}
@media screen and (max-width: 768px) {
  body .main .enterprise-solution .container .solution-wrapper-line .text-wrapper .solution-text.mob {
    display: block;
    margin-top: 32px;
  }
}
@media screen and (max-width: 1043px) {
  body .main .enterprise-solution .container .solution-wrapper-line .text-wrapper .solution-text {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  body .main .enterprise-solution .container .solution-wrapper-line .text-wrapper .solution-text {
    display: none;
  }
}
body .main .enterprise-guide {
  margin-top: 70px;
}
@media screen and (max-width: 500px) {
  body .main .enterprise-guide {
    margin-top: 50px;
  }
}
body .main .enterprise-guide .head-wrapp {
  padding-top: 40px;
  padding-bottom: 58px;
  background: linear-gradient(to bottom, #0d1439, #f5f5f5);
}
body .main .enterprise-guide .head-wrapp h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body .main .enterprise-guide .head-wrapp h2 {
    font-size: 24px;
  }
}
body .main .enterprise-guide .head-wrapp .logo-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
  height: 100%;
  width: 100%;
  animation: scrolling 30s linear infinite;
}
body .main .enterprise-guide .head-wrapp .logo-list .logo-item {
  flex: 1 0 180px;
  display: flex;
  align-content: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body .main .enterprise-guide .head-wrapp .logo-list .logo-item {
    flex-basis: 100px;
  }
}
@keyframes scrolling {
  0% {
    transform: translateX(3%);
  }
  100% {
    transform: translateX(-96%);
  }
}
body .main .enterprise-guide .container .pic-wrapper {
  margin-bottom: 80px;
  display: flex;
  gap: 50px;
  background: linear-gradient(to bottom, #ffe767, #ffa800);
  border-radius: 40px;
  padding: 16px 26px 0;
}
body .main .enterprise-guide .container .pic-wrapper div {
  display: flex;
}
body .main .enterprise-guide .container .pic-wrapper div.first-item {
  flex: 1 1 auto;
}
@media screen and (max-width: 1000px) {
  body .main .enterprise-guide .container .pic-wrapper div.first-item {
    display: none;
  }
}
body .main .enterprise-guide .container .pic-wrapper div.first-item img {
  max-width: 490px;
  width: 100%;
  object-fit: contain;
  object-position: bottom;
}
body .main .enterprise-guide .container .pic-wrapper div.second-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  flex: 1 0 663px;
}
@media screen and (max-width: 1000px) {
  body .main .enterprise-guide .container .pic-wrapper div.second-item {
    flex: 1 1 auto;
  }
}
body .main .enterprise-guide .container .pic-wrapper div.second-item img {
  width: 663px;
  height: 194px;
}
@media screen and (max-width: 1000px) {
  body .main .enterprise-guide .container .pic-wrapper div.second-item img {
    width: initial;
    height: initial;
  }
}
body .main .enterprise-guide .container .pic-wrapper div.second-item a {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
}
body .main .enterprise-guide .container .guide-wrapper-line {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 1043px) {
  body .main .enterprise-guide .container .guide-wrapper-line {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
  }
}
body .main .enterprise-guide .container .guide-wrapper-line img {
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  body .main .enterprise-guide .container .guide-wrapper-line img {
    width: 100%;
    order: 2;
  }
}
body .main .enterprise-guide .container .guide-wrapper-line .text-wrapper {
  max-width: 500px;
  color: #1f3447;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1043px) {
  body .main .enterprise-guide .container .guide-wrapper-line .text-wrapper {
    text-align: center;
  }
}
body .main .enterprise-guide .container .guide-wrapper-line .text-wrapper .guide-title {
  margin-bottom: 30px;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  color: #1f3447;
}
body .main .enterprise-guide .container .guide-wrapper-line .text-wrapper .guide-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media screen and (max-width: 500px) {
  body .main .enterprise-guide .container .guide-wrapper-line .text-wrapper .guide-text {
    font-size: 16px;
  }
}
body .main .enterprise-guide .container .video-wrapper {
  max-width: 900px;
  margin: 0px auto 50px;
}
body .main .trusted-by {
  background-color: #f4f5f9;
  padding-top: 34px;
  padding-bottom: 34px;
}
body .main .trusted-by h2 {
  font-size: 70px;
  color: #1f3447;
  line-height: 90px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  body .main .trusted-by h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  body .main .trusted-by h2 {
    font-size: 24px;
    line-height: initial;
  }
}
body .main .enterprise-benefits {
  margin-bottom: 50px;
  background: #f4f5f9;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  body .main .enterprise-benefits {
    margin-bottom: 0;
  }
}
body .main .enterprise-benefits .container .title {
  margin-top: 75px;
  color: #1f3447;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  text-align: center;
}
@media screen and (max-width: 1043px) {
  body .main .enterprise-benefits .container .title {
    font-size: 36px;
  }
}
body .main .enterprise-benefits .container .benefits-wrapper {
  max-width: 900px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
body .main .enterprise-benefits .container .benefits-wrapper .benefits-item {
  max-width: 380px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 755px) {
  body .main .enterprise-benefits .container .benefits-wrapper .benefits-item {
    min-height: auto;
    margin-bottom: 20px;
  }
}
body .main .enterprise-benefits .container .benefits-wrapper .benefits-item .icon-wrapper {
  margin: 0 auto;
  width: 100%;
  height: 130px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .main .enterprise-benefits .container .benefits-wrapper .benefits-item .icon-wrapper img {
  width: 130px;
  height: 130px;
}
@media screen and (max-width: 500px) {
  body .main .enterprise-benefits .container .benefits-wrapper .benefits-item .icon-wrapper img {
    width: 100px;
    height: 100px;
  }
}
body .main .enterprise-benefits .container .benefits-wrapper .benefits-item .benefit-title {
  margin-top: 15px;
  color: #1f1f39;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
body .main .enterprise-benefits .container .benefits-wrapper .benefits-item .benefit-text {
  margin: 15px 0;
  color: #1f3447;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
body .main .final-banner {
  padding: 50px 0;
}
body .main .final-banner .container .last-banner {
  width: 100%;
  height: 360px;
  margin-bottom: 50px;
  background: #009bff;
  border-radius: 10px;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 1043px) {
  body .main .final-banner .container .last-banner {
    width: auto;
    height: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  body .main .final-banner .container .last-banner {
    margin-bottom: 0;
  }
}
body .main .final-banner .container .last-banner img {
  margin: -40px 0;
}
@media screen and (max-width: 1043px) {
  body .main .final-banner .container .last-banner img {
    width: 100%;
    margin: 20px;
  }
}
body .main .final-banner .container .last-banner .info-wrapper {
  width: 430px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1043px) {
  body .main .final-banner .container .last-banner .info-wrapper {
    width: 100%;
  }
}
body .main .final-banner .container .last-banner .info-wrapper .banner-title {
  margin-bottom: 30px;
  text-align: left;
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (max-width: 1043px) {
  body .main .final-banner .container .last-banner .info-wrapper .banner-title {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-size: 28px;
  }
}
body .main .final-banner .container .last-banner .info-wrapper a {
  display: block;
  width: 280px;
  height: 50px;
  background: #d62c7c;
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .main .final-banner .container .last-banner .info-wrapper a:hover {
  background: #fff;
  color: #009bff;
}
@media screen and (max-width: 1043px) {
  body .main .final-banner .container .last-banner .info-wrapper a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  body .main .final-banner .container .last-banner .info-wrapper a {
    width: 100%;
  }
}
body .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  align-items: center;
  justify-content: center;
}
body .modal.active {
  display: flex;
}
body .modal .modal-wrapp {
  max-width: 343px;
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 16px 32px 30px;
}
body .modal .modal-wrapp h3 {
  color: #1F3447;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
body .modal .modal-wrapp p {
  color: #1F3447;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 0;
}
body .modal .modal-wrapp .close-btn {
  color: #fff;
  border-radius: 8px;
  background: #D62C7C;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  border: none;
  align-self: stretch;
  padding: 15px;
  cursor: pointer;
  transition: 0.3s;
}
body .modal .modal-wrapp .close-btn:hover {
  opacity: 0.7;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #393aa7;
  padding: 24px 0;
  color: #959ea9;
  font-size: 24px;
  font-family: "Poppins";
}
.footer p {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 10px;
}
.footer p a {
  display: flex;
}
.footer p a:hover {
  opacity: 0.7;
}

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