@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  letter-spacing: 0px;
}

html {
  overflow-x: hidden;
}

body {
  background-color: #FBFBFC;
  overflow: hidden;
    font-family: poppins-semibold,poppins,sans-serif;
}

a {
  color: #202632;
}
a:hover {
  color: #202632;
  text-decoration: none;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  margin:auto;
}
.a-btn {
  background-color: #2F80ED;
  padding: 4px;
  color: #FCFDFE;
  text-decoration: none;
  line-height: 24px;
  padding-left: 24px;
  border-radius: 12px;
  letter-spacing: -1px;
  border: 4px solid #D7E6F7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}
.a-btn img {
  width: 40px;
  margin-left: 27px;
  transition: 0.3s all;
}
.a-btn:hover {
  color: #FCFDFE;
}
.a-btn:hover img {
  transform: scale(1.2);
}

.img-dc {
  display: block;
}

.img-mb {
  display: none;
}

.header {
  padding-top: 20px;
  position: relative;
      background: rgb(224, 237, 247);
    background: linear-gradient(180deg, rgba(224, 237, 247, 1) 0%, rgba(255, 255, 255, 1) 66%);
}
.header .dec {
  position: absolute;
  z-index: 0;
  width: 1600px;
  left: 50%;
  transform: translate(-50%);
  top: 0;
}
.header-content{
    position: relative;
    z-index: 1;
}
.header .header-top {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.header .header-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-top .container .logo {
  width: auto;
  margin:auto;
}
.header .header-top .container .logo a {
    display: inline-flex;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    color: #202632;
    text-decoration: none;
    margin-top: 10px;
    gap: 5px;
}
.header .header-top .container .logo a img {
  width: 80px;
}
.header .header-top .container nav {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-top .container nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 48px;
}
.header .header-top .container nav ul li {
  list-style-type: none;
}
.header .header-top .container nav ul li a {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -1px;
  text-decoration: none;
}
.header .header-top .container nav ul li a:hover {
  text-decoration: underline;
}
.header .header-top .container .header-btn {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
.header .header-top .container .header-btn a {
  color: #202632;
  letter-spacing: -1px;
  padding: 6px 12px;
  background-color: #FCFDFE;
  text-decoration: none;
  border: 1px solid #C5DBEF;
  box-shadow: 0px 2px 2px 0px rgba(188, 202, 215, 0.3);
  border-radius: 8px;
}
.header .header-top .container .header-btn a:hover {
  color: #2F80ED;
}
.header .header-content .text {
  margin: 0 auto;
  width: 100%;
  max-width: 690px;
  text-align: center;
}
.header .header-content .text h1 {
  color: #202632;
  font-size: 40px;
  line-height: 64px;
  letter-spacing: -2px;
  font-weight: 400;
  margin-bottom: 15px;
}
.header .header-content .text h1 span {
  color: #2F80ED;
  font-weight: 500;
}
.header .header-content .text h2 {
  font-size: 26px;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.header .header-content .text ul li {
    font-size: 16px;
    letter-spacing: 0px;
    margin-bottom: 10px;
}
ol, ul {
    padding: 0 1rem 0 1.7rem;
}
.header .header-content .text p {
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 18px;
}
.header .header-img .letter-block {
  position: relative;
  height: 770px; /* Adjust as needed */
  overflow: hidden;
}
.header .header-img .letter-front, .header .header-img .letter-middle, .header .header-img .letter-back {
  position: absolute;
  width: 100%;
  left: 0;
}
.header .header-img .letter-front {
  z-index: 3;
}
.header .header-img .letter-middle {
  z-index: 2;
  top: 0;
  transition: transform 0.2s ease-out;
}
.header .header-img .letter-back {
  z-index: 1;
}

.menu-mobile {
  display: none;
}

.title {
  margin-bottom: 40px;
}
.how-it .title{
    padding: 0 80px
}
.title h3 {
  padding: 4px 8px;
  color: #2F80ED;
  letter-spacing: -1px;
  background-color: #FCFDFE;
  border: 1px solid #E6E9F1;
  box-shadow: 0px 2px 2px 0px rgba(188, 202, 215, 0.3);
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.title h3 img {
  width: 24px;
  margin-right: 8px;
}
.title h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
  letter-spacing: -1px;
    color: inherit;
}
.title p {
  line-height: 24px;
  margin: 0;
}

.how-it {
  position: relative;
  padding-top: 50px;
}
.how-it .dec {
  position: absolute;
  z-index: -1;
  width: 1600px;
  left: 50%;
  transform: translate(-50%);
  top: -70px;
}
.how-it .items {
  margin-bottom: 50px;
}
.how-it .items .item {
  text-align: center;
  padding: 0 37px;
}
.how-it .items .item h3 {
  background: -webkit-linear-gradient(#646F87, rgba(100, 111, 135, 0.5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  line-height: -1px;
}
.how-it .items .item img {
  width: 100%;
  margin-bottom: 30px;
}
.how-it .items .item .txt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.how-it .items .item .txt h4 {
  font-size: 24px;
  line-height: 32px;
  line-height: -1px;
  margin-bottom: 12px;
}
.how-it .items .item .txt ul li {
  margin: 8px 0;
  font-size: 18px;
}
ul li, ol li {
    margin: 8px 0;
}
.how-it .items .item .txt p {
  color: #646F87;
  line-height: 24px;
  margin-bottom: 12px;
}
.how-it .items-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 112px;
  margin-bottom: 135px;
}
.how-it .block {
  padding: 0 75px;
}

.btn-g {
  display: flex;
  justify-content: center;
}

.revenue {
  padding-top: 300px;
  padding-bottom: 100px;
  position: relative;
}
.revenue .dec {
  position: absolute;
  z-index: -1;
  width: 1600px;
  left: 50%;
  transform: translate(-50%);
  top: 135px;
}
.revenue .dec-bottom {
  position: absolute;
  z-index: -1;
  width: 1600px;
  left: 50%;
  transform: translate(-50%);
  bottom: 105px;
}
.revenue .main {
  width: 100%;
  margin-bottom: 120px;
}
.revenue .items {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-right: 45px;
  margin-bottom: 45px;
}
.revenue .items .item {
  width: 190px;
}
.revenue .items .item img {
  width: 36px;
  margin-bottom: 24px;
}
.revenue .items .item h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 12px;
}
.revenue .items .item p {
  line-height: 24px;
  margin: 0;
  color: #646F87;
}

.why {
  padding-top: 180px;
  background: url(../img/why-bg.png) center center/cover no-repeat;
  margin-bottom: 150px;
  position: relative;
}
.why .left-rev {
  position: absolute;
  bottom: 0px;
  left: -100px;
  z-index: 12;
  width: 250px;
}
.why .right-rev {
  position: absolute;
  bottom: 0px;
  right: -100px;
  z-index: 12;
  width: 250px;
}
.why .dec {
  position: absolute;
  z-index: -1;
  width: 1600px;
  left: 50%;
  transform: translate(-50%);
  top: 12px;
}
.why .logo-slider-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
.why .logo-slider {
  display: flex;
  margin: 0 auto;
  gap: 24px;
  overflow: hidden;
  width: 100%;
  position: relative;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.why .slide {
  width: 464px;
  min-width: 464px;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0px 2px 2px 0px rgba(188, 202, 215, 0.3);
  background-color: #FCFDFE;
  border: 1px solid #E6E9F1;
}
.why .slide .top {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.why .slide .top img {
  width: 48px;
  height: 48px;
  border-radius: 99px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 16px;
}
.why .slide .top .txt h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
}
.why .slide .top .txt h4 span {
  color: #646F87;
}
.why .slide .top .txt h5 {
  color: #646F87;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
}
.why .slide p {
  color: #646F87;
  font-size: 14px;
  line-height: 20px;
}
.why .left {
  padding: 0 50px;
}
.why .right {
  padding: 0 50px;
}

.logo-slider.active {
  cursor: grabbing;
}

.faq {
  padding-top: 180px;
  background: url(../img/faq-bg.png) center center/cover no-repeat;
  padding-bottom: 250px;
  position: relative;
}
.faq .dec {
  position: absolute;
  z-index: -1;
  width: 1600px;
  left: 50%;
  transform: translate(-50%);
  top: 25px;
}
.faq .faq-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 40px;
}
.faq .faq-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq .faq-item {
  background-color: #FCFDFE;
  border: 1px solid #CFE1F2;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0px 2px 2px 0px rgba(188, 202, 215, 0.3);
  transition: 0.3s all;
}
.faq .faq-question {
  cursor: pointer;
  width: 100%;
  border: none;
  background: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s all;
}
.faq .faq-question img {
  width: 32px;
}
.faq .faq-question:hover {
  background-color: none;
}
.faq .faq-arrow {
  transition: transform 0.3s ease;
}
.faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: none;
  transition: 0.3s all;
}
.faq .faq-answer p {
  color: #646F87;
  line-height: 24px;
  margin: 0;
}
.faq .faq-item.active .faq-answer {
  max-height: 100%;
  padding-top: 15px;
}
.faq .faq-item.active .faq-arrow {
  transform: rotate(180deg);
}

.form-block {
  position: relative;
  padding: 70px 0;
}
.form-block .dec {
  position: absolute;
  z-index: -1;
  width: 1490px;
  left: 50%;
  transform: translate(-50%);
  top: 0px;
  border-radius:30px;
}
.form-block .title {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.form-block .title h2 {
  color: #FCFDFE;
  margin-bottom: 32px;
}
.form-block .title h4 {
  color: #FCFDFE;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
}
.form-block .title p {
  color: #B2D0F9;
  line-height: 24px;
}
.form-block form {
  width: 100%;
  margin: 0 auto;
  max-width: 606px;
}
.form-block form .input {
  border-radius: 16px;
  padding: 16px 24px;
  background-color: #fff;
  border: #eee;
  outline: none;
  height: 56px;
  width: 100%;
  color: #000;
}
.form-block form .input::-moz-placeholder {
  color: #999;
}
.form-block form .input::placeholder {
  color: #999;
}
.form-block form .input-gr {
  display: grid;
  margin-bottom: 16px;
}
.form-block form select {
  color: #B9D5F9;
  padding-right: 20px;
}
.form-block form .file-upload {
  position: relative;
  width: 100%;
  height: 86px;
  overflow: hidden;
  margin-bottom: 16px;
}
.form-block form .file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.form-block form .file-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  border: 2px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}
.form-block form .file-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.form-block form .file-text {
  font-size: 14px;
  color: #333;
}
.form-block form .label {
  width: 100%;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.form-block form .label img {
  width: 24px;
  margin-right: 12px;
}
.form-block form .label span {
  font-size: 16px;
  color: #FCFDFE;
  line-height: 24px;
  font-weight: 300;
}
.form-block form .custom-checkbox {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  color: #B2D0F9;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 40px;
  margin-left: 5px;
}
.form-block form .custom-checkbox a {
  color: #FCFDFE;
  text-decoration: underline;
  margin: 0 2px;
  display: inline-block;
}
.form-block form .custom-checkbox span {
  color: #B2D0F9;
}
.form-block form .checkbox-input {
  opacity: 0;
  margin-right: -17px;
}
.form-block form .checkbox-custom {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(207, 225, 242, 0.1);
  border-radius: 6px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-block form .checkbox-custom::after {
  content: "✔";
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  max-width: 10px;
  max-height: 10px;
  color: #FCFDFE;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.form-block form .checkbox-input:checked + .checkbox-custom::after {
  opacity: 1;
}
.form-block form button {
  margin: 0 auto;
  display: flex;
  align-content: center;
  justify-content: center;
  background-color: #FCFDFE;
  color: #2F80ED;
  border: 4px solid #438CEF;
}
.form-block form button:hover {
  color: #2F80ED;
}

.footer {
  margin: 50px 0 70px;
  position: relative;
}
.footer .dec {
  position: absolute;
  z-index: -1;
  width: 1600px;
  left: 50%;
  transform: translate(-50%);
  bottom: -65px;
}
.footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.footer .footer-top .logo {
  width: 30%;
}
.footer .footer-top .logo a {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  font-weight: 300;
  color: #202632;
  text-decoration: none;
}
.footer .footer-top .logo a img {
  width: 48px;
  margin-right: 12px;
}
.footer .footer-top nav {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-top nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 48px;
}
.footer .footer-top nav ul li {
  list-style-type: none;
}
.footer .footer-top nav ul li a {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -1px;
  text-decoration: none;
}
.footer .footer-top nav ul li a:hover {
  text-decoration: underline;
}
.footer .footer-top .social {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
.footer .footer-top .social .main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.footer .footer-top .social .main img {
  width: 36px;
  border-radius: 8px;
  box-shadow: 0px 2px 2px 0px rgba(188, 202, 215, 0.3);
  transition: 0.3s all;
}
.footer .footer-top .social .main img:hover {
  transform: scale(1.05);
}
.footer .footer-dot {
  width: 100%;
  margin: 20px 0;
}
.footer .p {
  color: #646F87;
  line-height: 20px;
  font-size: 14px;
  margin: 0;
}
.footer .p a {
  text-decoration: underline;
  color: #fec32f;
}
.footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-bottom .link {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer .footer-bottom .link a {
  color: #646F87;
  line-height: 20px;
  font-size: 14px;
  text-decoration: none;
}
.footer .footer-bottom .link a:hover {
  text-decoration: underline;
}

.terms {
  padding: 50px 0;
}
.terms h3 {
  font-size: 22px;
  font-weight: 500;
}
.terms h3 span {
  font-weight: 500;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  text-align: center;
  padding-top: 50px;
}

.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 2px;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1150px;
  }
}
@media (max-width: 1200px) {
  .faq .faq-block {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer .footer-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .footer-top .logo {
    width: 100%;
    order: 1;
  }
  .footer .footer-top nav {
    width: 100%;
    order: 3;
    justify-content: flex-start;
  }
  .footer .footer-top .social {
    width: 100%;
    order: 2;
  }
  .how-it .items {
    margin-bottom: 212px;
  }
  .how-it .items-2 {
    margin-bottom: 135px;
  }
  .revenue .items {
    width: 1100px;
    margin-left: -50px;
  }
  .header .header-img .letter-block {
    height: 693px;
  }
}
@media (max-width: 991px) {
  .header .header-top .container .nav {
    display: none;
  }
  .header .header-top .container .logo {
    width: 50%;
  }
  .how-it .items-2 {
    gap: 20px;
  }
  .how-it .items {
    margin-bottom: 268px;
  }
  .how-it .items-2 {
    margin-bottom: 135px;
  }
  .revenue .items .item {
    width: 151px;
  }
  .revenue .items {
    width: 965px;
    margin-left: -100px;
  }
  .header .header-img .letter-block {
    height: 570px;
    margin-top: 46px;
    transform: scale(1.35);
  }
}
@media (max-width: 768px) {
  .header .header-img .letter-block {
    height: 259px;
    margin-top: 38px;
    transform: scale(1.05);
    overflow: visible;
  }
  .header .header-top .container .logo a img{
      width:50px;
  }
  .img-dc {
    display: none;
  }
  .img-mb {
    display: block;
  }
  .header .header-content .text h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .header .header-content .text h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .header .header-content .text p {
    font-size: 18px;
      letter-spacing: 0px;
  }
  .header .header-top .container .logo a {
    font-size: 14px;
    line-height: 23px;
  }
  .header .header-top {
    margin-bottom: 24px;
  }
  .header {
    padding-top: 10px;
  }
  .header .dec {
    width: 410px;
  }
  .header .header-content .text {
    max-width: 100%;
  }
  .title h2 {
    font-size: 30px;
    line-height: 40px;
      text-align: left;
  }
  .how-it {
    padding-top: 30px;
  }
  .how-it .items .item{
      padding: 0;
  }
  .how-it .items .item .txt ul li{
        font-size: 16px;
        letter-spacing: 0px;
        margin-bottom: 10px;
  }
  .how-it .btn-g {
    margin-top: 43px;
  }
  .how-it .dec {
    width: 405px;
    top: -23px;
  }
  .how-it .items .item .txt h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .how-it .items {
    width: 100%;
    margin-bottom: 48px;
  }
  .how-it .block {
    padding: 0;
  }
  .how-it .items-2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
  }
  .how-it .items-2 {
    margin-bottom: 15px;
  }
  .revenue .dec {
    width: 405px;
    top: 44px;
  }
  .revenue {
    padding-top: 125px;
  }
  .revenue .dec-bottom {
    width: 405px;
    bottom: 105px;
  }
  .revenue .items {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 81px;
    padding: 48px 35px;
    padding-bottom: 63px;
    width: 100%;
  }
  .revenue .items .item {
    width: 280px;
  }
  .revenue .main {
    margin-bottom: 80px;
  }
  .revenue .items .item img {
    width: 32px;
  }
  .why .right-rev {
    right: -260px;
    width: 300px;
  }
  .why .left-rev {
    left: -260px;
    width: 300px;
  }
  .why .left {
    padding: 0 20px;
  }
  .why .right {
    padding: 0 20px;
  }
  .why {
    padding-top: 42px;
  }
  .why .dec {
    width: 405px;
    top: -39px;
  }
  .faq {
    padding-top: 20px;
  }
  .faq .dec {
    width: 405px;
    top: -60px;
  }
  .faq .faq-item {
    padding: 15px;
  }
  .faq .faq-question {
    font-size: 18px;
    line-height: 28px;
  }
  .faq {
    padding-bottom: 130px;
  }
  .form-block .dec {
    width: 395px;
  }
  .form-block {
    padding: 72px 0;
  }
  .faq {
    background: url(../img/faq-bg-mobile.png) center center/cover no-repeat;
  }
  .form-block form .input-gr {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer .footer-top .logo a {
    font-size: 14px;
    line-height: 23px;
    white-space: nowrap;
  }
  .footer .footer-top .logo {
    width: 50%;
  }
  .footer .footer-top .social {
    width: 50%;
    display: block;
    margin-left: 30px;
    margin-top: -10px;
  }
  .footer .footer-top nav ul {
    flex-direction: column;
    gap: 24px;
    margin-top: 20px;
  }
  .footer .dec {
    width: 405px;
  }
  .footer .footer-bottom .p {
    display: none;
  }
  .footer .footer-bottom .link {
    flex-direction: column;
    align-items: start;
  }
  .footer .footer-top .logo a {
    width: auto;
    display: inline-flex;
      color: #fff;
  }
  .header .header-top .container .logo {
    width: auto;
  }
  .revenue .items .item h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .header .header-top .container nav {
    display: block;
  }
  .menu-mobile {
    display: block;
  }
  .menu-mobile .burger-menu {
    background-color: #FCFDFE;
    border: 1px solid #C5DBEF;
    box-shadow: 0px 2px 2px 0px rgba(188, 202, 215, 0.3);
    cursor: pointer;
    z-index: 1000;
    padding: 6px;
    margin-right: 8px;
    border-radius: 8px;
  }
  .menu-mobile .burger-menu img {
    width: 20px;
  }
  .menu-mobile #menu {
    position: absolute;
    top: 76px;
    right: -0.5px;
    width: 100%;
    height: 100vh;
    background: url(../img/menu-bg.svg) top center/cover no-repeat;
    background-size: 103.8%;
    padding: 20px 40px;
    z-index: 999;
  }
  .menu-mobile #menu ul {
    list-style-type: none;
    padding: 0;
    padding-top: 10vh;
  }
  .menu-mobile #menu ul li {
    margin-bottom: 20px;
  }
  .menu-mobile #menu ul li a {
    color: #202632;
    text-decoration: none;
    font-size: 24px;
    line-height: 32px;
    width: 100%;
    background-color: #FCFDFE;
    border: 1px solid #C5DBEF;
    border-radius: 12px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 12px;
  }
  .menu-mobile .hidden {
    display: none;
  }
  .why .right .slide {
    animation: slideRight 25s linear infinite;
  }
  .why .left .slide {
    animation: slideLeft 25s linear infinite;
  }
  .header .header-img img {
    transform: scale(1.04);
    margin-top: 45px;
    width: 100%;
    height: auto;
  }
  .header .header-top .container .header-btn, .menu-mobile .burger-menu {
    margin-top: -7px;
  }
}
@media (max-width: 700px) {
  .container {
    width: 375px;
  }
  .why .slide {
    width: 100%;
    min-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */
