@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  margin: 0;
  border: none;
}
html{
  scroll-behavior: smooth;
}

.section-main-1{
  background: linear-gradient(122deg, #0095FF 15.51%, #0051FF 52.42%, #9B00FF 89.33%);
}
.section-main-1-bg{
  background-image: url(@/assets/images/bg-line1.png);
  background-size: cover;
  position: relative;
}
.section-main-1-images-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 56.5px;
  padding-left: 36px;
  margin-bottom: -14px;
  margin-top: 59px;
}
.section-main-1-container{
  max-width: 1078px;
  width: 1078px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 94px;
}
.section-main-1-container h1{
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 76px;
  margin-bottom: 20px;
}
.section-main-1-container p{
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
.section-main-1-badges{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 890px;
  width: 890px;
  margin: 32px auto;
}
.section-main-badge-item{
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(107deg, rgba(255, 255, 255, 0.00) -165.77%, rgba(255, 255, 255, 0.07) 217.88%);
  backdrop-filter: blur(50px);
  padding: 16px 20px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  align-items: center;
}
.section-main-badge-item svg{
  margin-right: 11px;
}
.section-main-1-container button{
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  border-radius: 24px;
  background: #208BFF;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.33) inset;
  padding: 20px 32px;
}
.header-container{
  max-width: 1224px;
  margin-right: auto;
  margin-left: auto;
  width: 1224px;
  padding-top: 24px;
}
.header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(107deg, rgba(255, 255, 255, 0.00) -165.77%, rgba(255, 255, 255, 0.07) 217.88%);
  backdrop-filter: blur(50px);
  padding: 20px 32px;
}
.header-logo{

}
.nav-block{
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav-block a{
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}
.header-locale{

}
.header-locale, .header-locale:hover{
  color: #FFF !important;
  font-family: Inter;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none;
  backdrop-filter: none;
}
.m-popover-panel{
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: linear-gradient(107deg, rgba(255, 255, 255, 0.00) -165.77%, rgba(255, 255, 255, 0.07) 217.88%) !important;
  backdrop-filter: blur(50px) !important;
}
.menuitem__button, .menuitem__button:hover{
  background: transparent !important;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.header-primary-btn{
  border-radius: 16px;
  background: #208BFF;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.33) inset;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 16px;
}
.section-main-1-img-4{
  position: absolute;
  left: 83px;
  bottom: 142px;
}
.section-main-1-img-5{
  position: absolute;
  right: 93px;
  bottom: 142px;
}
.container{
  max-width: 1160px;
  width: 1160px;
  margin-right: auto;
  margin-left: auto;
}
.why-now-section{
  background: #fff;
  padding: 64px 0;
}
.why-now-section h2{
  color: #1F1F1F;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 32px;
}
.why-now-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.why-now-item{
  padding: 32px;
  border-radius: 32px;
  width: 33.3%;
}
.why-now-item h3{
  color: #1F1F1F;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 8px;
}
.why-now-item p{
  color: #4F5568;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.why-now-item-1{
  background: linear-gradient(0deg, #E0F2FF 0%, #E0F2FF 100%), #FFF;
}
.why-now-item-1 img{
  margin-bottom: 42px;
}
.why-now-item-2{
  background: linear-gradient(0deg, #E0E4FF 0%, #E0E4FF 100%), #FFF;
}
.why-now-item-2 svg{
  margin-top: 42px;
}
.why-now-item-3{
  background: linear-gradient(0deg, #F3E0FF 0%, #F3E0FF 100%), #FFF;
}
.why-now-item-3 svg{
  margin-bottom: 53.5px;
  margin-left: 17px;
  margin-top: 11.5px;
}

.visual-editor-section{
  background: linear-gradient(122deg, #0095FF 15.51%, #0051FF 52.42%, #9B00FF 89.33%);
  padding: 64px 0;
}
.visual-editor-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.visual-editor-title h2{
  color: #FFF;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin-right: 80px;
}
.visual-editor-title p{
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  max-width: 508px;
}
.visual-editor-row{
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}
.visual-editor-item{
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(107deg, rgba(255, 255, 255, 0.00) -165.77%, rgba(255, 255, 255, 0.11) 217.88%);
  backdrop-filter: blur(50px);
  padding: 32px;
  width: 33.3%;
}
.visual-editor-item-icons{
  display: flex;
  justify-content: space-between;
}
.visual-editor-item-icons div{
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(50px);
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  min-width: 40px;
  max-width: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.visual-editor-item-icons img{
  margin-top: -8px;
  margin-right: -8px;
}
.visual-editor-item h3{
  color: #FFF;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 8px;
}
.visual-editor-item p{
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.visual-editor-btn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.visual-editor-btn button{
  border-radius: 24px;
  background: #208BFF;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.33) inset;
  padding: 20px 32px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.functions-section{
  padding: 64px 0;
  background: #fff;
}
.functions-section h2{
  color: #1F1F1F;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 12px;
}
.functions-section p{
  color: #4F5568;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.functions-row{
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  gap: 19px;
}
.functions-col{
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 33.3%;
}
.function-item{
  padding: 20px 24px;
  border-radius: 24px;
  flex: auto;
  position: relative;
}
.blue-bg{
  background: linear-gradient(0deg, #E0F2FF 0%, #E0F2FF 100%), #FFF;
}
.pink-bg{
  background: linear-gradient(0deg, #F3E0FF 0%, #F3E0FF 100%), #FFF;
}
.violet-bg{
  background: linear-gradient(0deg, #E0E4FF 0%, #E0E4FF 100%), #FFF;
}
.function-item h3{
  color: #1F1F1F;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 16px;
}
.function-item ul{
  padding-left: 16px;
  position: relative;
  list-style: none;
}
.function-item li{
  color: #4F5568;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-top: 8px;
  opacity: 0.8;
}
.function-item li::before{
  font-size: 10px;
  content: '●';
  display: block;
  position: absolute;
  left: 0;
  color: #4F5568;
}
.function-icon{
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.templates-section{
  padding: 64px 0;
}
.templates-section h2{
  color: #1F1F1F;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 12px;
}
.templates-section p{
  color: #4F5568;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.templates-table{
  width: calc(100% + 8px);
  border-spacing: 4px;
  overflow: hidden;
  margin: 32px -4px 0 -4px;
}
.templates-table th,
.templates-table td{
  background: #F6FBFF;
  padding: 24px;
}
.templates-table th{
  color: #1F1F1F;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; 
  text-align: left;
}
.templates-table td{
  color: #4F5568;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.templates-table td div{
  display: flex;
  align-items: center;
}
.templates-table td div svg{
  margin-right: 12px;
}
.templates-table th:first-child{
  border-top-left-radius: 24px;
}
.templates-table th:last-child{
  border-top-right-radius: 24px;
}
.templates-table tbody tr:last-child td:first-child{
  border-bottom-left-radius: 24px;
}
.templates-table tbody tr:last-child td:last-child{
  border-bottom-right-radius: 24px;
}
.for-business-section{
  padding: 64px 0;
  background: linear-gradient(122deg, #0095FF 15.51%, #0051FF 52.42%, #9B00FF 89.33%);
}
.for-business-section h2{
  color: #FFF;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 32px;
}
.for-business-row{
  display: flex;
  justify-content: space-between;
  gap: 23px;
}
.for-business-item{
  width: 33.3%;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(107deg, rgba(255, 255, 255, 0.00) -165.77%, rgba(255, 255, 255, 0.11) 217.88%);
  backdrop-filter: blur(50px);
  padding: 32px;
  min-height: 356px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.for-business-item img{
  width: 158px;
  height: 158px;
  margin-top: -12px;
  margin-left: -13px;
}
.for-business-item h3{
  color: #FFF;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 8px;
}
.for-business-item p{
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.for-business-btn{
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.for-business-btn button{
  padding: 20px 32px;
  border-radius: 24px;
  background: #208BFF;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.33) inset;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.safety-section{
  padding: 64px 0;
}
.safety-block{
  border-radius: 32px;
  background: linear-gradient(122deg, #0095FF 15.51%, #0051FF 52.42%, #9B00FF 89.33%);
  display: flex;
  justify-content: space-between;
  padding: 40px;
  max-height: 264px;
}
.safety-block div{
  max-width: 628px;
}
.safety-block h3{
  color: #FFF;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}
.safety-block ul{
  list-style: none;
  padding-left: 18px;
  position: relative;
}
.safety-block li{
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 12px;
}
.safety-block li::before{
  font-size: 12px;
  content: '●';
  display: block;
  position: absolute;
  left: 0;
  color: #FFF;
}
.safety-block button{
  border-radius: 24px;
  background: #208BFF;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.33) inset;
  margin-top: 36px;
  padding: 20px 32px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.safety-block img{
  height: 282px;
  margin-top: -9px;
  margin-right: 32px;
}
.faq-section{
  background: #F6FBFF;
  padding: 64px 0;
}
.faq-row{
  display: flex;
  justify-content: space-between;
}
.faq-title{
  max-width: 405px;
}
.faq-title h2{
  color: #1F1F1F;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
}
.faq-title img{
  width: 405px;
  margin-top: 81px;
  margin-left: -92px;
}
.faq-section-accordion{
  width: 731px;
  min-width: 731px;
  margin-left: 24px;
}
.faq-section-accordion .m-accordion__spotlight{
  border: none;
  border-left: 2px solid #208BFF;
  background: transparent !important;
  border-radius: 0 !important;
}
.m-accordion{
  vertical-align: top;
  flex-direction: column;
  display: inline-flex;
  position: relative;
}
.faq-section-accordion .ac .ac-trigger.faq-section-accordion-title{
  color: #1F1F1F;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
}
.faq-section-accordion-title{

}

.m-card-spotlight .fakeblob{
  display: none !important;
}
.faq-section-accordion .m-card-spotlight .inner{
  border-radius: 0 !important;
}

.faq-section-accordion .m-card-spotlight .inner::before{
  background: #F6FBFF !important;
  backdrop-filter: none !important;
}
.m-card-spotlight .content{
  background: #F6FBFF;
}
.faq-section-accordion .m-accordion__header{
  padding: 6px 0 6px 24px !important;
}
.faq-section-accordion .m-accordion__content{
  padding: 10px 24px 6px 24px !important;
  color: #4F5568;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.faq-section-accordion .ac .m-accordion__header .ac-trigger::after{
  height: 18px;
  width: 18px;
  color: #4F5568;
  font-weight: 100;
  font-size: 30px;
  line-height: 13px;
}
.faq-section-accordion .m-accordion{
  gap: 24px !important;
}
.create-section{
  background: linear-gradient(122deg, #0095FF 15.51%, #0051FF 52.42%, #9B00FF 89.33%);
}
.create-section-bg{
  background-image: url(@/assets/images/create-line.svg);
  padding: 64px 0;
  background-size: cover;
  background-position: center center;
}
.create-block-imgs{
  display: flex;
  justify-content: space-between;
  height: 64px;
  margin-bottom: 24px;
}
.create-block-img1{
  margin-top: -10px;
  margin-left: 16px;
  width: 124px;
  height: 127px;
}
.create-block-img3{
  margin-top: -12px;
  margin-right: -48px;
  width: 129px;
  height: 129px;
}
.create-block-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.create-block-content h2{
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 16px;
}
.create-block-content p{
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 32px;
}
.create-block-content button{
  border-radius: 24px;
  background: var(--main, #208BFF);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.33) inset;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  padding: 20px 32px;
}
.create-block-img4{
  position: absolute;
  left: 121px;
  bottom: -2.44px;
}
.create-block-img5{
  position: absolute;
  right: 33.78px;
  bottom: -2.22px;
}
.footer{
  background: #fff;
  padding: 64px 0;
}
.footer-row{
  display: flex;
  justify-content: space-between;
}
.footer-col-1 a{
  display: block;
  height: 32px;
  margin-bottom: 17px;
}
.footer-col-1 p{
  color: #4F5568;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 17px;
}
.footer-col-1 button{
  border-radius: 16px;
  background: #208BFF;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.33) inset;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  align-items: center;
  padding: 16px 52px;
}
.footer-col-1 button img{
  margin-right: 8px;
}
.footer-col-2{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-col-2 a{
  color: #1F1F1F;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}
.footer-col-3{
  min-width: 400px;
  width: 400px;
}
.unitee-card{
  border-radius: 32px;
  background: linear-gradient(122deg, #0095FF 15.51%, #0051FF 52.42%, #9B00FF 89.33%);
  padding: 20px 24px;
}
.unitee-card-bg{
  /* background-image: url(@/assets/images/unitee-bg.svg); */
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
.unitee-card-bg img{
  margin-bottom: 12px;
}
.unitee-card-bg h3{
  color: #FFF;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 4px;
}
.unitee-card-bg p{
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
}
.unitee-card-bg button{
  border-radius: 16px;
  background: #208BFF;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.33) inset;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 16px 31px;
}
.nav-btn-mob{
  display: none;
}

@media(max-width: 991px){
  .container{
    max-width: 360px;
    width: 360px;
  }
  .nav-btn-mob{
    display: block;
    background: transparent;
    padding: 0;
  }
  .nav-block, .header-primary-btn{
    display: none;
  }
  .header-container{
    padding: 0;
    max-width: none;
    width: auto;
    padding: 16px 16px;
  }
  .header{
    max-width: 360px;
    width: 360px;
    padding: 0;
    border: none;
    background: transparent;
    backdrop-filter: none;
  }
  .header-logo img{
    width: 130px;
  }
  .section-main-1-images-row{
    margin-top: 11px;
    padding: 0;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin-bottom: 24px;
  }
  .section-main-1-bg{
    background-image: url(@/assets/images/main-bg-mob.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .section-main-1-image1{
    width: 74.79px;
    height: 74.79px;
    transform: rotate(48deg);
    margin-right: 25px;
    margin-top: 5px;
  }
  .section-main-1-image2{
    width: 64px;
    height: 64px;
    margin-top: 58px;
  }
  .section-main-1-image3{
    width: 100.65px;
    height: 100.65px;
    transform: rotate(313deg);
    margin-left: -16px;
  }
  .section-main-1-container h1{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 8px;
  }
  .section-main-1-container p{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .section-main-1-badges{
    margin-top: 16px;
    margin-bottom: 24px;
    max-width: 360px;
    width: 360px;
    gap: 6px;
  }
  .section-main-badge-item{
    padding: 6px 8px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    border-radius: 12px;
  }
  .section-main-badge-item svg{
    margin-right: 7.5px;
    height: 15px;
    width: 15px;
  }
  .section-main-1-container button{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
  .section-main-1-container{
    max-width: 360px;
    width: 360px;
    padding-bottom: 137px;
  }
  .section-main-1-img-5{
    bottom: 15px;
    left: 23px;
    width: 80px;
    height: 80px;
    right: auto;
    transform: rotate(319deg);
  }
  .section-main-1-img-4{
    left: auto;
    bottom: 19.3px;
    right: 27px;
    width: 93.5px;
    height: 93.5px;
    transform: rotate(30deg);
  }
  .why-now-section{
    padding: 40px 0;
  }
  .why-now-section h2{
    color: #1F1F1F;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .why-now-row{
    flex-direction: column;
    gap: 8px;
  }
  .why-now-item{
    padding: 24px;
    border-radius: 24px;
    width: auto;
  }
  .why-now-item-1 img{
    width: 84px;
    height: 84px;
    margin-bottom: 16px;
  }
  .why-now-item p{
    line-height: 28px;
  }
  .why-now-item-2{
    display: flex;
    flex-direction: column-reverse;
  }
  .why-now-item-2 svg{
    width: 84px;
    height: 84px;
    margin-top: 0;
    margin-bottom: 16px;
  }
  .why-now-item-3 svg{
    margin-left: 10.2px;
    width: 63.595px;
    height: 70px;
    margin-top: 7px;
    margin-bottom: 23px;
  }
  .visual-editor-section{
    padding: 40px 0;
  }
  .visual-editor-title{
    flex-direction: column;
    align-items: flex-start;
  }
  .visual-editor-title h2{
    margin-right: 0;
    color: #FFF;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .visual-editor-title p{
    line-height: 28px;
  }
  .visual-editor-row{
    padding-top: 16px;
    padding-bottom: 16px;
    flex-direction: column;
    gap: 12px;
  }
  .visual-editor-item{
    width: auto;
    padding: 24px;
    border-radius: 24px;
  }
  .visual-editor-item-icons .visual-editor-item-icon-1{
    width: 61.65px;
    height: 64px;
    margin-top: -4px;
    margin-right: 2.35px;
  }
  .visual-editor-item-icons .visual-editor-item-icon-2{
    width: 73.728px;
    height: 61.117px;
    margin-top: -2.58px;
    margin-right: -3.73px;
  }
  .visual-editor-item-icons .visual-editor-item-icon-3{
    width: 51px;
    height: 64px;
    margin-top: -4px;
    margin-right: 8px;
  }
  .visual-editor-item-icons div{
    margin-bottom: 24px;
  }
  .visual-editor-btn button{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
  }
  .functions-section{
    padding: 40px 0;
  }
  .functions-section h2{
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .functions-section p{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  .functions-row{
    padding-top: 16px;
    gap: 12px;
    flex-direction: column;
  }
  .functions-col{
    width: auto;
    gap: 12px;
  }
  .function-item{
    padding: 24px 24px;
  }
  .templates-section{
    padding: 0 0 40px 0;
  }
  .templates-section h2{
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .templates-section p{
    line-height: 28px;
  }
  .templates-table{
    margin: 16px -4px 0 -4px;
  }
  .templates-table th{
    padding: 14.5px 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
  }
  .templates-table td{
    padding: 24px 14px 24px 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
  }
  .templates-table td div{
    height: 54px;
  }
  .templates-table td div svg{
    display: none;
  }
  .templates-table tr td:last-child{
    padding: 14.5px 16px;
  }
  .for-business-section{
    padding: 40px 0;
  }
  .for-business-section h2{
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .for-business-row{
    flex-direction: column;
    gap: 12px;
  }
  .for-business-item{
    width: auto;
    min-height: 0;
    padding: 24px;
    border-radius: 24px;
  }
  .for-business-item img{
    width: 84px;
    height: 84px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 16px;
  }
  .for-business-btn{
    margin-top: 16px;
  }
  .for-business-btn button{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
  }
  .safety-section{
    padding: 40px 0;
  }
  .safety-block{
    padding: 24px;
    flex-direction: column-reverse;
    max-height: none;
    align-items: flex-start;
    border-radius: 24px;
  }
  .safety-block img{
    height: 111px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .safety-block h3{
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
  }
  .safety-block button{
    margin-top: 32px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 20px 10px;
    width: 100%;
  }
  .faq-section{
    padding: 0 0 40px 0;
    background: #fff;
  }
  .faq-title img{
    display: none;
  }
  .faq-row{
    flex-direction: column;
  }
  .faq-title h2{
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .faq-title h2 br{
    display: none;
  }
  .faq-section-accordion{
    width: auto;
    min-width: 0;
    margin-left: 0;
  }
  .faq-section-accordion .m-accordion{
    gap: 16px !important;
  }
  .faq-section-accordion .m-accordion__header{
    padding: 2px 0 2px 12px !important;
  }
  .m-card-spotlight .content{
    background: #fff;
  }
  .faq-section-accordion .ac .ac-trigger.faq-section-accordion-title{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
  .faq-section-accordion .m-accordion__content{
    padding: 10px 12px 2px 12px !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .create-section-bg{
    padding: 168px 0 0 0;
    position: relative;
    background-image: url(@/assets/images/create-mob-bg.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .create-block-imgs{
    flex-direction: row-reverse;
    position: absolute;
    width: 100vw;
    top: 28px;
    left: 0;
    height: auto;
    margin-bottom: 0;
  }
  .create-block-img1{
    width: 74.79px;
    height: 74.79px;
    transform: rotate(48deg);
    margin-right: 22.5px;
    margin-top: 0;
  }
  .create-block-img2{
    width: 55px;
    height: 56px;
    margin-top: 50px;
    margin-left: 85px;
  }
  .create-block-img3{
    width: 100.65px;
    height: 100.65px;
    transform: rotate(313deg);
    margin-left: -16px;
    margin-top: 10px;
  }
  .create-block-content h2{
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
  }
  .create-block-content p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .create-block-content button{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
  }
  .create-block-img4{
    width: 65.54px;
    height: 65.54px;
    bottom: 15.46px;
    right: 19.46px;
    left: auto;
    transform: rotate(30deg);
  }
  .create-block-img5{
    width: 65.85px;
    height: 65.85px;
    bottom: 11.15px;
    left: 28px;
    right: auto;
    transform: rotate(319deg);
  }
  .create-block-content{
    padding-bottom: 89px;
  }
  .footer{
    padding: 40px 0;
  }
  .footer-row{
    flex-direction: column;
  }
  .footer-logo{
    width: 130px;
  }
  .footer-col-1 a{
    height: 28px;
    margin-bottom: 12px;
  }
  .footer-col-1 p{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .footer-col-1 button{
    width: 100%;
    justify-content: center;
  }
  .footer-col-1{
    order: 1;
  }
  .footer-col-2{
    order: 3;
    margin-top: 24px;
  }
  .footer-col-3{
    order: 2;
    margin-top: 24px;
    min-width: 0;
    width: 100%;
  }
  .unitee-card{
    border-radius: 32px;
    padding: 20px 24px;
  }
  .unitee-card-bg img{
    margin-bottom: 12px;
  }
  .unitee-card-bg p{
    margin-bottom: 12px;
  }
}