.body {
  color: #000;
  height: 100%;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
}

.main-wrapper {
  min-height: 100vh;
  min-width: 320px;
  flex-direction: column;
  display: flex;
}

.logo {
  width: auto;
  max-width: 230px;
  max-height: 90px;
  text-align: center;
  margin-right: 0;
  display: block;
  margin-top: 4px;
}

.main-section {
  background: #fff url("../images/main-bg-w.webp") 50% 100%/cover no-repeat;
  min-height: 910px;
  border: 0 solid rgba(0, 0, 0, 0);
  padding: 100px 0 50px;
  position: relative;
  z-index: 0;
}
.main-section .main-img {
  max-height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}
.main-section .main-img.ar {
  display: none;
}
.main-section .main-clouds-wrap {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 274px;
  background: linear-gradient(0deg, #c1e5f4, #c1e5f4, transparent);
}
.main-section .main-clouds {
  width: 3989px;
  height: 100%;
  position: absolute;
  top: 0;
  /*right: 0;*/
  left: 0;
  background: url("../images/main-clouds.webp") 0 0/contain no-repeat;
  animation: cl-blink 25s infinite linear;
}

.title {
  color: #000;
  font-size: 36px;
  font-weight: 900;
  font-family: Roboto, sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 25px;
}

.p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 25px;
  opacity: 0.9;
}

.btn {
  min-width: 265px;
  max-width: 588px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--btn-bg-color);
  border-radius: 35px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 25px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  transition: all 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  border: 0;
}
.btn:hover {
  filter: brightness(1.2);
  transition: all 0.3s;
}

.btn-wrapper {
  text-align: center;
}

.btn.h-started-btn {
  min-width: 135px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
  padding: 9px 15px 9px;
  font-size: 16px;
  line-height: 1em;
  display: inline-flex;
}

.main-cols {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.video-col {
  position: relative;
  width: 64%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.form-col {
  width: 34%;
}

.main-title {
  color: #000;
  text-shadow: 3px 3px 3px #fff;
  text-transform: uppercase;
  font-size: 80px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 2;
  margin: 0 0 30px;
}

.main-text {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-shadow: 1px 1px 2px #d8f3ff;
  max-width: 60%;
  position: relative;
  z-index: 2;
}

.item-title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 24px 0;
}

.item-text {
  color: #000;
}

[class$=-section] .a-row {
  display: flex;
}
[class$=-section] .a-row .img-col {
  width: 35%;
  padding: 0 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
[class$=-section] .a-row .text-col {
  width: 65%;
}

.trade-section {
  padding: 40px 0 135px;
  position: relative;
  background: #d1f2ff url("../images/trade-bg.webp") 0 100%/cover no-repeat;
}
.trade-section .trade-item {
  width: auto;
  padding: 10px 25px 30px;
  margin: 25px 0 15px;
  border-radius: 20px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
}

.join-section {
  padding: 0 0 50px;
  background: #fff url("../images/join-bg.webp") 0 100%/cover no-repeat;
  min-height: 1879px;
}
.join-section .join-top-wrap {
  width: 60%;
  padding: 15px 20px 20px;
  /*margin: 0 40px 0;*/
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  border-radius: 10px;
}
.join-section .join-title {
  text-align: start;
  border-bottom: 4px solid #3abeeb;
  padding: 0 0 15px;
}
.join-section .join-cols {
  margin-top: 80px;
}
.join-section .join-items {
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  border: 1px solid #fff;
}
.join-section .join-item {
  padding: 20px 0;
  display: flex;
}
.join-section .i-icon-col {
  text-align: center;
  padding: 0;
  min-width: 110px;
}
.join-section .i-text-col {
  padding: 0 15px;
}
.join-section .item-title {
  margin: 0 0 20px;
}
.join-section .join-img {
  margin: 255px 90px 0 0;
  transform: scale(1.2);
}

.steps-section {
  padding: 50px 0 140px;
  background: #fff url("../images/steps-bg.webp") 0 100%/cover no-repeat;
  overflow: hidden;
}
.steps-section .steps-title {
  width: 650px;
  text-align: start;
  margin-bottom: 50px;
}
.steps-section .steps {
  margin-bottom: 40px;
  padding: 0 60px;
}
.steps-section .steps .a-col {
  width: 50%;
}
.steps-section .step {
  width: 95%;
  margin-right: 1%;
  min-height: 30vw;
  padding: 0 18% 20px;
  text-align: start;
  display: flex;
  flex-direction: column;
  position: relative;
  background: url("../images/step-bg-1.webp") 0 0/contain no-repeat;
}
.steps-section .step .step-num {
  position: absolute;
  z-index: 2;
  width: 9.2vw;
  height: 9.2vw;
  color: #3abeeb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6vw;
  line-height: 1;
  font-weight: 900;
  top: 30px;
  left: 1.9vw;
}
.steps-section .step .step-name {
  margin: 5vw 0 0;
  padding: 10px 40px 15px;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.steps-section .step .step-title {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 40px 15px;
  background: #fff;
}
.steps-section .step .step-text {
  background: rgba(255, 255, 255, 0.6);
  padding: 0 20px 20px;
  border-radius: 10px;
}
.steps-section .step.step-img-wrap {
  background: none;
  min-height: 0;
}
.steps-section .step.step-2 {
  left: 0;
  top: -60px;
  background-image: url("../images/step-bg-2.webp");
}
.steps-section .step.step-3 {
  left: -6vw;
  top: -55px;
  background-image: url("../images/step-bg-3.webp");
}
.steps-section .step-img-wrap {
  margin-top: 90px;
}
.steps-section .steps-btn-wrapper {
  margin-top: -65px;
}

.offers-section {
  padding: 50px 0 80px;
  background: none;
  position: relative;
  overflow: hidden;
}
.offers-section .offers {
  margin-bottom: 0;
}
.offers-section .offer {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 40px;
}
.offers-section .offer.offer-1 {
  width: 48%;
}
.offers-section .offer.offer-2 {
  width: 60%;
}
.offers-section .offer-title {
  text-align: start;
  margin-bottom: 25px;
  padding: 20px 0;
  border-bottom: 4px solid #3abeeb;
}
.offers-section .mob-img-wrap {
  position: absolute;
  height: 100%;
  width: 1358px;
  z-index: -1;
  top: 0;
  left: calc(100% - 715px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.offers-section .mob-img-wrap .mob-img {
  max-width: 100%;
  max-height: 100%;
}

.stories-section {
  background: url("../images/stories-bg.webp") 0 100%/cover no-repeat;
  position: relative;
}
.stories-section .o-hidden-wrap {
  padding: 145px 0 200px;
  overflow: hidden;
}
.stories-section .stories-left-bg {
  position: absolute;
  left: 0;
  top: -250px;
  width: 340px;
  height: 713px;
  background: url("../images/stories-left-bg.webp") 100% 0/cover no-repeat;
}
.stories-section .story {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5); /*rgba(180, 230, 247, 0.3);*/
  border: 1px solid #fff;
  border-radius: 20px;
  backdrop-filter: blur(5px);
  padding: 40px 20px;
  margin-bottom: 35px;
}
.stories-section .story.story-2 {
  position: relative;
  z-index: 2;
}
.stories-section .story-title {
  font-size: 36px;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.stories-section .stories-row {
  min-width: 100%;
  justify-content: space-between;
}
.stories-section .stories-row .img-col {
  width: 30%;
}
.stories-section .stories-row .text-col {
  width: 68%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.stories-section .stories-row .story {
  padding: 40px 60px;
}
.stories-section .abs-img-wrap {
  width: 346px;
  height: 347px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transform: translate(75%, -30%);
}
.stories-section .story-img {
  transform: scale(1.6) translate(-21%, 15%);
}
.stories-section .last-story {
  padding: 20px 10px;
  border-radius: 20px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  margin: 150px 0 40px;
  width: 60vw;
}
.stories-section .stories-btn-wrapper {
  text-align: start;
}

.on-top {
  position: relative;
  z-index: 999;
}

.software-section {
  padding: 0 0 50px;
  background: #bde5f5 linear-gradient(200deg, #bde5f5, #bde5f5, #bde5f5, #2bbced, #2bbced);
}
.software-section .soft-row .text-col {
  width: 55%;
}
.software-section .soft-row .img-col {
  width: 45%;
}
.software-section .soft {
  padding: 40px 0 40px 40px;
  margin-bottom: 70px;
  border: 4px solid transparent;
  border-top-width: 0;
  border-bottom-width: 0;
}
.software-section .soft.soft-1 {
  padding-top: 0;
}
.software-section .soft.soft-2 {
  border-left-color: #0090c1;
  width: 80%;
}
.software-section .soft-title {
  text-align: start;
}
.software-section .features-block {
  margin-top: 60px;
}
.software-section .features-subtitle {
  text-align: center;
  margin-bottom: 80px;
}
.software-section .features .a-col-1 {
  width: 40%;
  margin-right: 40px;
}
.software-section .features .a-col-2 {
  width: calc(60% - 40px);
  margin: 0;
}
.software-section .feature {
  border-radius: 20px;
  background-color: #fff;
  padding: 40px;
  width: 100%;
  margin: 0 0 40px;
}
.software-section .feature-title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.software-section .feature-icon {
  min-width: 100px;
  padding-right: 25px;
}
.software-section .feature-title {
  display: inline-block;
  font-size: 24px;
  margin: 0;
  text-transform: uppercase;
}
.software-section .feature-img-wrap {
  margin-right: 40px;
}

.benefits-section {
  padding: 120px 0 230px;
  background: #e8f7fd url("../images/benefits-bg.webp") 50% 100%/cover no-repeat;
}
.benefits-section .benefits-subtitle {
  text-align: center;
  margin-bottom: 60px;
}
.benefits-section .benefits .benefit:nth-child(2n) {
  margin-left: auto;
}
.benefits-section .benefit {
  width: 80%;
  padding: 20px 15px 20px 0;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  border: 1px solid #fff;
  display: flex;
  margin-bottom: 40px;
}
.benefits-section .b-num-col {
  min-width: 120px;
  padding: 0 15px;
  text-align: end;
}
.benefits-section .b-num {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  background-color: #0090c1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.benefits-section .b-title {
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 10px;
  margin: 0 0 25px;
}
.benefits-section .b-text {
  padding: 0 10px;
}

.faq-section {
  padding: 0 0 80px;
  color: #fff;
  background: #c1e5f4 linear-gradient(190deg, #c1e5f4, #c1e5f4, #c2e5f3, #7cd2f0);
  position: relative;
}
.faq-section .faq-wrapper {
  padding: 30px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  top: -50px;
}
.faq-section .faq-title {
  margin-bottom: 40px;
}
.faq-section .faq-ion {
  padding-left: 0;
  padding-right: 0;
}
.faq-section .faq-ion-item {
  background-color: #afe0f2;
  border: 1px solid transparent;
  border-radius: 30px;
  margin-bottom: 15px;
  padding: 18px 40px;
  overflow: hidden;
  transition: 0.3s;
}
.faq-section .faq-ion-item.d-none {
  display: none;
}
.faq-section .faq-ion-item.active {
  background-color: #fff;
  transition: 0.3s;
}
.faq-section .faq-ion-item.active .question {
  transition: 0.3s;
}
.faq-section .faq-ion-item.active .question-arrow {
  background-color: #afe0f2;
  transform: rotateZ(180deg);
}
.faq-section .faq-answer {
  opacity: 0.8;
  color: #000;
  text-align: justify;
  padding-right: 60px;
  font-size: 18px;
}
.faq-section .faq-ion-wrap {
  padding-top: 25px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 1.4;
  display: none;
}
.faq-section .faq-ion-title {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 8px 35px 8px 0;
  display: flex;
  position: relative;
}
.faq-section .question-arrow {
  width: 30px;
  height: 30px;
  background: #fff url("../images/faq-arrow.webp") 50% 55%/auto no-repeat;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s;
  display: flex;
  position: absolute;
  top: 8px;
  right: 0;
}
.faq-section .faq-accord-num {
  color: #505050;
  padding-right: 20px;
  font-weight: 600;
  display: none;
}
.faq-section .question {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-align: start;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
}

.footer {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  padding: 20px 0;
  background-color: #fff;
  width: 100%;
  bottom: 0;
  left: 0;
}
.footer.absolute {
  position: absolute;
  background-color: transparent;
}
.footer .disclaimer {
  margin-top: 20px;
  font-weight: 400;
}

.footer-cols {
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}

.footer-col.fc-1 {
  align-items: center;
  display: flex;
}

.footer-logo {
  width: auto;
  height: auto;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -5px;
}

.footer-nav-list {
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 8px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.footer-nav-item {
  margin-bottom: 5px;
  padding-left: 0;
  display: inline-block;
  font-size: 12px;
  color: #000;
}

.footer-nav-link {
  text-transform: uppercase;
  padding-left: 7px;
  padding-right: 7px;
  text-decoration: none;
  display: inline;
  color: #000;
}

/*** About page ***/
.what-section {
  padding: 40px 0 258px;
  background: #c1e5f5 url("../images/what-bg.webp") 0 0/cover no-repeat;
}
.what-section .intro-wrap {
  padding: 50px 0 30px;
  width: 60%;
}
.what-section .intro-title {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 0;
  border-bottom: 4px solid #3abeeb;
  margin: 0 0 30px;
}
.what-section .intro-text {
  font-weight: 600;
}
.what-section .what-items {
  margin: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.what-section .what-items.what-items-1 {
  margin-top: 40px;
}
.what-section .what-items.what-items-2 {
  justify-content: center;
}
.what-section .what-items.what-items-2 .what-item {
  width: 60%;
}
.what-section .what-items.what-items-3 {
  justify-content: flex-end;
}
.what-section .what-items.what-items-3 .what-item {
  width: 60%;
}
.what-section .what-item {
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 40px;
}
.what-section .what-item.published-item {
  width: 55%;
  padding: 20px 40px 40px;
}
.what-section .what-item.what-item-2 {
  width: calc(45% - 25px);
}
.what-section .published {
  align-items: center;
  display: flex;
  margin-top: 0;
  max-width: 50%;
  padding: 15px 0;
}
.what-section .published .author-ava {
  max-height: 64px;
  max-width: 64px;
  border-radius: 50%;
  margin-right: 20px;
}
.what-section .published .publish-date {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  text-align: start;
  min-width: 100%;
}

.team-section {
  padding: 50px 0 150px;
  background: #fff url("../images/team-bg.webp") 0 100%/cover no-repeat;
}
.team-section .team-cols {
  margin-top: 50px;
}
.team-section .a-col {
  width: 50%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-section .team-item {
  padding: 30px;
  border: 1px solid #3abeeb;
  border-radius: 20px;
  margin-bottom: 30px;
}
.team-section .team-item.img-item {
  text-align: center;
  height: 265px;
}
.team-section .team-item.img-item img {
  max-height: 100%;
}
.team-section .team-item.team-item-3 {
  height: calc(100% - 285px);
}
.team-section .team-btn-wrapper {
  text-align: center;
}

.others-section {
  padding: 50px 0 75px;
  background: #bde5f5 linear-gradient(200deg, #bde5f5, #bde5f5, #2bbced);
  position: relative;
}
.others-section .title-wrapper {
  text-align: start;
  width: 75%;
}
.others-section .others {
  margin: 80px 0 60px;
}
.others-section .others-title {
  text-align: start;
  border-bottom: 4px solid #3abeeb;
  padding: 0 0 20px;
  margin: 0 0 25px;
}
.others-section .others-text {
  font-weight: 600;
}
.others-section .others-row {
  margin-bottom: 20px;
}
.others-section .other-title {
  text-transform: uppercase;
}
.others-section .other {
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
}
.others-section .other:not(:last-child) {
  margin-right: 20px;
}
.others-section .other.other-1 {
  width: 40%;
}
.others-section .other.other-2 {
  width: calc(60% - 20px);
}
.others-section .other.other-3, .others-section .other.other-4, .others-section .other.other-5, .others-section .other.other-8 {
  width: calc(33.33% - 13.33px);
}
.others-section .other.other-5 {
  margin-bottom: 20px;
}
.others-section .other.other-6 {
  width: calc(41.67% - 13.33px);
}
.others-section .other.other-7 {
  width: calc(25% - 13.33px);
}
.others-section .others-btn-wrapper {
  text-align: center;
}
.others-section .others-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient(0deg, #58c8f0, transparent);
  z-index: 1;
}

.author-section {
  padding: 20px 0 60px;
  background: #61c6ed url("../images/author-bg.webp") 0 0%/cover no-repeat;
}
.author-section .author-wrapper {
  background-color: #fff;
  margin: 0 auto;
  width: 963px;
  max-width: 100%;
  min-height: 440px;
  padding: 20px;
}
.author-section .about-author {
  color: #000;
  padding-bottom: 30px;
  text-align: start;
}
.author-section .author-photo {
  float: left;
  margin: 0 25px 0 0;
  max-width: 354px;
}
.author-section .author-name {
  font-size: 23px;
  line-height: 30px;
  margin-top: 0;
  padding-top: 100px;
}
.author-section .author-bio {
  font-size: 16px;
  line-height: 1.5;
}
.author-section .author-contacts {
  margin-top: 20px;
  text-align: end;
}
.author-section .social-icon {
  background: url("../images/sn-icon-facebook.webp") 0 0/contain no-repeat;
  height: 30px;
  width: 30px;
  display: inline-block;
  margin-right: 15px;
  transition: 0.3s;
}
.author-section .social-icon.in {
  background-image: url("../images/sn-icon-linkedin.webp");
}
.author-section .social-icon:hover {
  filter: brightness(1.2);
  transition: 0.3s;
}

/** Login page **/
.main-wrapper.login, .main-wrapper.contact {
  color: #000;
}
.main-wrapper.login .header, .main-wrapper.contact .header {
  background: #fff;
  width: 100%;
}
.main-wrapper.login .intro-wrap, .main-wrapper.contact .intro-wrap {
  background: transparent;
  padding: 20px 0 20px;
  text-align: start;
}
.main-wrapper.login .login-form-subtitle, .main-wrapper.contact .login-form-subtitle {
  font-weight: 400;
  font-size: 18px;
}
.main-wrapper.login .form-text, .main-wrapper.contact .form-text {
  margin-top: 40px;
  text-align: start;
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
}
.main-wrapper.login .form-text.above, .main-wrapper.contact .form-text.above {
  margin-top: 0;
}
.main-wrapper.login .form-text.long, .main-wrapper.contact .form-text.long {
  width: 140%;
  max-width: 140%;
}

.intro-title {
  font-size: 80px;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  margin: 0 0 25px;
}

.intro-subtitle {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 25px;
}

.form-section {
  overflow: hidden;
  min-height: 1435px;
  padding: 60px 0 60px;
  text-align: center;
  background: #fff url("../images/login-bg.webp") 50% 100%/cover no-repeat;
}

.still-section {
  padding: 60px 0 570px;
  text-align: center;
  background: none;
  overflow: hidden;
  position: relative;
}
.still-section .still-wrap {
  padding: 80px;
  border: 1px solid #1c3e85;
  border-radius: 30px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.contact-section {
  padding: 60px 0 250px;
  min-height: 1054px;
  background: var(--main-bg-color) url("../images/contact-bg.webp") 50% 100%/cover no-repeat;
  position: relative;
  z-index: 1;
}
.contact-section:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 469px;
  max-width: 50%;
  max-height: 140vw;
  height: 639px;
  background-image: url("../images/contact-img.webp");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
}

.forms-wrap.contact {
  position: relative;
  z-index: 2;
  width: 860px;
  max-width: 100%;
}

.legal-section {
  color: var(--f-title-color);
  padding: 60px 0 80px;
  background: #bde5f5 linear-gradient(200deg, #bde5f5, #bde5f5, #bde5f5, #7dd3f2, #7dd3f2);
}

@media screen and (max-width: 1399px) {
  .main-img {
    transform: translate(0%, 0%);
  }
  .join-section .join-img {
    transform: none;
  }
}
@media screen and (max-width: 1199px) {
  .video-col {
    width: 50%;
  }
  .form-col {
    width: 50%;
  }
  .main-section {
    padding-bottom: 20px;
  }
  .main-title {
    font-size: 80px;
  }
  .steps-section {
    padding-bottom: 100px;
  }
  .steps-section .steps {
    flex-direction: column;
  }
  .steps-section .steps .a-col {
    width: 100%;
  }
  .steps-section .steps .step {
    width: 100%;
    padding: 20px 60px;
    border-radius: 20px;
    margin-bottom: 30px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    background: rgba(255, 255, 255, 0.65) url("../images/clouds.webp") 10% 50%/contain no-repeat;
  }
  .steps-section .steps .step.step-2 {
    background-position: 40% 50%;
  }
  .steps-section .steps .step.step-3 {
    background-position: 80% 50%;
  }
  .steps-section .steps .step .step-num {
    left: 20px;
    font-size: 60px;
    width: 60px;
    height: 60px;
  }
  .steps-section .steps .step .step-name {
    margin: 0;
    background: transparent;
  }
  .steps-section .steps .step .step-title, .steps-section .steps .step .step-text {
    background: transparent;
  }
  .steps-section .steps-title {
    text-align: center;
    margin: 0 auto 50px;
  }
  .steps-section .step-img-wrap {
    display: none;
  }
  .steps-section .steps-btn-wrapper {
    margin-top: 30px;
  }
  .offers-section {
    background: #fff;
  }
  .offers-section .offers {
    padding: 0 60px;
  }
  .offers-section .offer.offer-1, .offers-section .offer.offer-2 {
    width: 100%;
  }
  .offers-section .mob-img-wrap {
    position: relative;
    top: auto;
    left: auto;
    z-index: 1;
    margin-top: 40px;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .offers-section .mob-img-wrap .mob-img {
    width: 400px;
    max-width: 80%;
  }
  .stories-section .o-hidden-wrap {
    padding: 0 0 50px;
  }
  .stories-section .abs-img-wrap {
    width: 100%;
    height: 300px;
    text-align: center;
    position: static;
    order: -1;
    transform: none;
    margin-bottom: 20px;
  }
  .stories-section .abs-img-wrap .abs-img {
    max-height: 100%;
  }
  .stories-section .story {
    background-color: rgba(158, 223, 245, 0.5);
  }
  .stories-section .last-story {
    margin: 0 0 40px;
    background-color: rgba(158, 223, 245, 0.5);
    padding: 40px 60px;
    width: auto;
  }
  /** About **/
  .others-section .other {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 991px) {
  .logo {
    max-width: none;
  }
  .h-hamburger {
    width: 45px;
    height: 45px;
    min-width: 45px;
    cursor: pointer;
    background-color: var(--btn-bg-color);
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    top: -1px;
    transition: all 0.3s;
  }
  .h-hamburger .ham-line {
    width: 20px;
    height: 1px;
    background-color: #fff;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }
  .h-hamburger .ham-line.mb0 {
    margin-bottom: 0;
  }
  .h-hamburger:hover {
    filter: brightness(1.1);
    transition: 0.3s;
  }
  [class$=-section] .a-row {
    flex-direction: column;
  }
  [class$=-section] .a-row .img-col {
    width: 100%;
  }
  [class$=-section] .a-row .text-col {
    width: 100%;
  }
  .main-section {
    padding: 40px 0 40px;
  }
  .main-section .main-img {
    transform: none;
    position: relative;
    top: auto;
    left: auto;
    bottom: -10px;
    width: 50%;
  }
  .main-cols {
    flex-direction: column;
    align-items: center;
  }
  .title-wrap {
    text-align: center;
    margin: 0 auto;
  }
  .main-text {
    max-width: 100%;
  }
  .video-col {
    width: 100%;
    min-height: 100%;
  }
  .form-col {
    width: 100%;
  }
  .trade-section {
    padding: 20px 0 60px;
  }
  .trade-section .a-row {
    padding: 0 20px;
    flex-direction: column-reverse;
  }
  .trade-section .trade-item.img-item {
    border: none;
    padding: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
    order: 4;
    margin-top: 20px;
  }
  .trade-section .trade-item.img-item .trade-img {
    position: static;
  }
  .trade-section .trade-item.item-1, .trade-section .trade-item.item-2, .trade-section .trade-item.item-3 {
    width: auto;
  }
  .trade-section .trade-img-wrap {
    margin-top: 30px;
    width: 250px;
  }
  .join-section .join-top-wrap {
    width: 100%;
  }
  .join-section .join-img {
    margin: 0 0 40px;
    width: 250px;
  }
  .steps-section .steps-title {
    width: auto;
  }
  .steps-section .steps {
    padding: 0 15px;
  }
  .stories-section .story-img {
    transform: translate(-12%, 0);
    width: 300px;
  }
  .stories-section .abs-img-wrap {
    order: 4;
    margin: 60px 0 0;
  }
  .stories-section .stories-btn-wrapper {
    text-align: center;
  }
  .software-section .soft {
    margin-bottom: 0;
    padding: 40px;
  }
  .software-section .soft.soft-2 {
    width: 100%;
  }
  .software-section .soft-img-1 {
    width: 400px;
  }
  .software-section .features-block {
    margin-top: 100px;
  }
  .software-section .features-subtitle {
    margin-bottom: 40px;
  }
  .software-section .features {
    flex-direction: column-reverse;
  }
  .software-section .features .a-col-1, .software-section .features .a-col-2 {
    width: 100%;
    margin-right: 0;
  }
  .software-section .feature-img-wrap {
    text-align: center;
  }
  .software-section .feature-img {
    width: 350px;
  }
  .benefits-section {
    padding: 20px 0 50px;
  }
  .benefits-section .benefit {
    width: 90%;
    margin-bottom: 20px;
  }
  .faq-section .faq-wrapper {
    top: auto;
    padding: 10px;
  }
  .faq-section .faq-cols .faq-img {
    margin-top: 40px;
    position: static;
    width: 150px;
  }
  .faq-section .faq-ion-item {
    padding: 10px 20px;
  }
  .faq-section .question {
    font-size: 20px;
  }
  .faq-section .question-arrow {
    width: 25px;
    height: 25px;
  }
  .faq-section .faq-answer {
    padding-right: 30px;
    font-size: 15px;
  }
  .footer.absolute {
    background-color: #def6ff;
    position: relative;
  }
  .footer-cols {
    flex-direction: column;
  }
  .footer-col.fc-1 {
    width: 100%;
  }
  /** About **/
  .what-section .intro-wrap {
    width: 100%;
  }
  .what-section .intro-title {
    text-align: start;
  }
  .team-section {
    padding-bottom: 90px;
  }
  .team-section .a-col {
    width: 100%;
  }
  .team-section .team-item {
    margin-bottom: 20px;
  }
  .team-section .team-item.team-item-3 {
    height: auto;
  }
  .others-section .title-wrapper {
    width: 100%;
  }
  .others-section .others-row {
    margin: 0;
  }
  .others-section .others-row .other {
    width: 100%;
    margin-bottom: 20px;
  }
  /** Login **/
  .main-wrapper.login-page .intro-section {
    padding: 170px 0 25px;
  }
  .intro-title {
    font-size: 60px;
    text-align: center;
  }
  .intro-subtitle {
    font-size: 28px;
    text-align: center;
  }
  .main-wrapper.login .form-text, .main-wrapper.login .form-text.long {
    width: 100%;
    max-width: 100%;
  }
  .main-wrapper.login .forms-wrap.contact {
    width: 100%;
  }
  .still-section {
    padding-bottom: 70px;
    background-size: contain;
  }
  .still-section .still-wrap:after {
    width: 95px;
    left: -30px;
  }
  .contact-section {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .h-login-text {
    font-size: 12px;
  }
  .h-hamburger {
    width: 35px;
    height: 35px;
    min-width: 35px;
  }
  .body {
    font-size: 15px;
  }
  .title {
    font-size: 30px !important;
    line-height: 1.2;
  }
  .p {
    font-size: 15px;
  }
  .main-title {
    font-size: 50px;
  }
  .trade-section {
    background-position: 50% 0;
    padding: 60px 0 40px;
  }
  .trade-section .a-row {
    padding: 0;
  }
  .trade-section .trade-bottom {
    margin: 80px auto 80px;
  }
  .join-section .join-items {
    padding: 20px 0;
  }
  .join-section .join-item {
    flex-direction: column;
  }
  .join-section .i-icon-col {
    margin-bottom: 20px;
  }
  .join-section .i-text-col {
    text-align: center;
  }
  .steps-section {
    padding-bottom: 20px;
  }
  .steps-section .steps .step {
    padding: 20px;
    text-align: center;
  }
  .steps-section .steps .step .step-num {
    position: static;
    width: 100%;
    font-size: 50px;
  }
  .steps-section .steps .step .step-title {
    padding: 0 20px 15px;
  }
  .steps-section .steps .step .step-text {
    padding: 0 0 20px;
  }
  .offers-section {
    padding: 0 0 40px;
  }
  .offers-section .offers {
    padding: 0;
  }
  .offers-section .offer {
    padding: 20px 10px;
  }
  .stories-section .stories-left-bg {
    display: none;
  }
  .stories-section .story-title {
    font-size: 30px;
  }
  .stories-section .stories-row .story, .stories-section .stories-row .last-story {
    padding: 20px;
  }
  .software-section .soft {
    padding: 20px;
  }
  .software-section .feature {
    padding: 20px;
    text-align: center;
  }
  .software-section .feature-title-wrap {
    flex-direction: column;
  }
  .software-section .feature-icon {
    padding: 0;
    margin: 0 0 20px;
  }
  .software-section .feature-img-wrap {
    margin: 0;
  }
  .benefits-section {
    text-align: center;
  }
  .benefits-section .benefits-subtitle {
    margin-bottom: 40px;
  }
  .benefits-section .benefit {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    flex-direction: column;
  }
  .benefits-section .b-num-col {
    min-width: 80px;
    text-align: center;
    margin-bottom: 20px;
  }
  .benefits-section .b-num {
    width: 60px;
    height: 60px;
    font-size: 35px;
  }
  .benefits-section .b-title {
    padding: 0;
  }
  .benefits-section .b-text {
    padding: 0;
  }
  .footer-nav-list {
    justify-content: center;
    padding-top: 19px;
  }
  /** About **/
  .what-section {
    padding: 0 0 40px;
  }
  .what-section .intro-wrap {
    padding: 30px 0;
  }
  .what-section .what-items {
    flex-wrap: wrap;
    margin: 0;
  }
  .what-section .what-items .what-item {
    margin-bottom: 20px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .what-section .what-items .what-item[class^=what-item] {
    width: 100%;
  }
  .team-section .team-item.img-item {
    height: auto;
  }
  .others-section {
    padding: 0 0 60px;
  }
  .others-section .others-mask {
    height: 60px;
  }
  .author-section .author-wrapper {
    min-height: 0;
  }
  .author-section .author-photo {
    max-width: 100%;
    width: 100px;
  }
  .author-section .author-name {
    padding-top: 20px;
  }
  /** Login **/
  .main-wrapper.login, .main-wrapper.contact {
    background-color: #62cbf0;
    background-position: 50% 0%;
    background-size: auto;
  }
  .main-wrapper.login .intro-section, .main-wrapper.contact .intro-section {
    padding: 60px 0 30px;
  }
  .main-wrapper.login .form-section, .main-wrapper.contact .form-section {
    padding: 20px 0;
  }
  .intro-title {
    font-size: 40px;
    line-height: 1.2;
  }
  .intro-subtitle {
    font-size: 20px;
  }
  .still-section .still-wrap {
    padding: 20px 20px;
  }
  .contact-section {
    padding-top: 20px;
  }
  .contact-section:before {
    height: 350px;
  }
}
@keyframes cl-wind {
  0% {
    right: 0;
  }
  50% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
@keyframes cl-blink {
  0% {
    opacity: 100%;
  }
  50% {
    opacity: 30%;
  }
  100% {
    opacity: 100%;
  }
}

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