:root {
  --primary: #3d82f2;
  --text: #1b1b1f;
  --gray: #6b7280;
  --bg-light: #f8fafc;
  --border: #e5e7eb;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Sora', sans-serif;
}

body {
  color: var(--text);
  line-height: 1.6;
  position: relative;
  z-index: 0;
}
.container{
  width: 100%;
  max-width: 1241px;
  margin: auto;
}

.header-content{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
}
header {
  text-align: center;
  height: 75px;
  z-index: 5;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #DEE5ED
}

header img {
  height: 28px;
}

.dots {
    background-image: radial-gradient(#ccc 2px,transparent 3px);
    background-size: 15px 15px;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: .2;
    height: 100%;
}

.gradient {
    background: linear-gradient(180deg,rgba(48,122,242,0),rgba(48,122,242,.15));
    position: absolute;
    height: 80%;
    width: 100%;
    z-index: -1;
    bottom: 0;
}

.hero {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: calc(100vh - 75px);
  background: radial-gradient(circle,#fff 10%,hsla(0,0%,100%,0) 40%);
}

.hero h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 24px;
}

.hero p {
  font-size: 1rem;
  color: var(--gray);
}

.hero-button {
  background: linear-gradient(135deg, #649EFBCC, var(--primary));
  border: none;
  color: white;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  width: 188px;
  height: 51px;
  font-size: 16px;
  letter-spacing: -0.32px;
  
  @media (max-width: 990px) {
      margin: 0 auto;
  }
}
.hero-content-top{
  margin-bottom: 40px;
  margin-top: 40px;
}
.hero-content-top h2{
  font-weight: 600;
  font-size: 48px;
  line-height: 105%;
  letter-spacing: -1%;
  text-align: center;
  color: #051823;
}
.hero-content-top p{
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.5px;
  opacity: 0.6;
}
.hero-content-bottom{
  display: flex;
  position: relative;
  justify-content: center;
}
.hero-content-bottom-socials{
  position: absolute;
  left: 131px;
  bottom: 147px;
  width: 255px;
  max-height: 134px;
  display: flex;
  flex-direction: column;
}
.hero-content-bottom-socials-top{
    background: #F5F9FC;
    border-radius: 10px 10px 0 0;
}
.hero-content-bottom-socials-bottom{
  background-color: #fff;
  font-size: 11px;
  padding: 13.27px 0px 14.34px 15.02px;
  line-height: 1;
  border-radius: 0 0 10px 10px;
  text-align: left;
  box-shadow: 0px 3.77px 10.68px 0px rgba(13, 10, 44, 0.08);
}
.hero-content-bottom-call{
  position: absolute;
  right: 130px;
  bottom: 195px;
  width: 267.2px;
}
.hero-content-bottom-call img {
    width: 100%;
}
.hero-content-bottom-chat{
  margin-bottom: 3px;
}
.hero-content-bottom-chat img{
  width: 561px;
  height: 505px;
}
.title {
    background: radial-gradient(circle,#fff 10%,hsla(0,0%,100%,0) 40%);
    margin-bottom: 0;
    margin-top: 2rem;
}
#forms {
    background: radial-gradient(circle,#fff 10%,hsla(0,0%,100%,0) 40%);
    margin-top: 0;
    margin-bottom: 0;
    overflow: visible;
}
.features {
  position: relative;
}
.features-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding-top: 2rem;
  margin-bottom: 2rem;
  transition: opacity .5s, transform .5s;
}

.feature {
  position: relative;
  max-width: 403px;
  padding-top: 31px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #FFF;
}
.feature-textblock{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
}
.feature-textblock.first{
  max-width: 67.7%;
}
.feature-textblock.second{
  max-width: 78.4%;
}
.feature-textblock.third{
  max-width: 75.7%;
}
.feature h3 {
  font-size: 19px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: -0.38px;
}

.feature p {
  font-size: 0.95rem;
  line-height: 140%;
  letter-spacing: -0.3px;
  color: var(--gray);
}
.feature img{
  width: 100%;
  margin-top: auto;
}
.feature-opacity-block{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 52px;
}
.feature-opacity-block.second{
  height: 48px;
}
.feature-opacity-block.third{
  height: 68px;
}

.disclaimer {
  line-height: 100%;
  letter-spacing: -2%;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  margin-top: 15px;
  vertical-align: middle;
  color: #00000099;
  opacity: .8;
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-style: Light;
  font-size: 12px !important;
}

.disclaimer-link {
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #00000099;
}

.video-section {
  text-align: center;
  padding: 37px 16px;
  margin-top: 124px;
}

.video-section h1 {
  font-size: 48px;
  letter-spacing: -0.96px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 3rem;
}

.video-placeholder {
  transition: background-color 0.5s ease;
  border-radius: 12px;
  display: flex;
  align-items: center;
  margin: auto;
  padding: 5%;
  display: none;
  overflow: hidden;

  width: 85%;
  height: 80vh;
}

.video-placeholder.bg-light {
  background-color: #fbfbfd;
}

.animated-video-wrapper {
  display: none;
  width: 100%;
  overflow: visible;
}

.video-caption-blue {
    color: #2f78e1;
    font-weight: 500;
}

video {
    width: 100%;
    object-fit: contain;
}

.demo-block {
    filter: grayscale(1) blur(3px)
}

.demo-block, .summary-block {
    margin: 0 auto;
    min-width: 778px;
}

.summary-block{
  max-width: 325px;
}

.demo-block-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.demo-block-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 110.00000000000001%;
    letter-spacing: -2%;
    vertical-align: middle;
    color: black;
}

.demo-block-description {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -2%;
    vertical-align: middle;
    text-align: center;
    color: black !important;
    margin: 0 0 10px 0;
}

.crm-summary-block {
    margin-top: 2rem;
}

.phone-form-wrapper, .otp-form-wrapper{
    width: 100%;
}

.demo-form {
  display: flex;
  justify-content: center;
  gap: 14px;
  width: 100%;
  height: 50px;
}

.demo-form-flag {
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 2px;
}

.input-wrapper {
    position: relative;
    height: 50px;
}

.demo-form input {
    width: 100%;
    height: 100%;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    background: #F9FAFB;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;
    padding-left: 50px;
}

.iti__tel-input {
    width: 100%;
    height: 100%;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    background: #F9FAFB;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;
    padding-left: 50px;
}

.iti {
    height: 100%;
}

.demo-form-button {
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #649EFBCC, var(--primary));
  border: none;
  color: white;
  border-radius: 5px;
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
  min-height: 50px;
}

footer {
  font-family: Sora;
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -2%;
  text-align: center;
  vertical-align: middle;
  color: #051823;
  opacity: 0.5;
}
.footer-content{
  text-align: center;
  padding: 2rem 1rem;
}

.footer-content a {
    width: 50%;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #051823;
    text-decoration: none;
}

.footer-content .footer-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.footer-content .footer-info .footer-contacts {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #051823;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}

.footer-content .footer-address {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #051823;
    text-decoration: none;
    width: 80%;
}

.ini {
    width: 50%;
}
.iti--separate-dial-code .iti__selected-flag{
  background-color: #F9FAFB;
  border-radius: 5px 0 0 5px;
  height: 48px;
}
.img-desctop{
  display: block;
  width: 510px;
}
.img-mobile{
  display: none;
}

@media (max-width: 990px) {
    .title {
        margin-top: .5rem;
    }
    .container{
      max-width: 760px;
      overflow: hidden;
    }
    header{
      height: 80px;
    }
    .header-content {
      display: flex;
      padding: 0 1rem;
    }
    .hero-content-top {
        margin: 90px 2rem;
    }
    .hero-content-bottom-chat{
      margin-left: -140px;
    }
    .hero-content-bottom-chat img{
      width: 561px;
      height: auto;
    }
    .hero-content-bottom-call{
      position: absolute;
      right: 20px;
      bottom: 65px;
      width: 240.2px;
    }
    .hero-content-bottom-call img{
      width: 100%;
    }
    .hero-content-bottom-socials{
      top: 0;
      right: 30px;
      left: auto;
    }
    .features .container {
        width: 100%;
        max-width: 100%;
        overflow-x: scroll;

        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .features .container::-webkit-scrollbar {
      display: none;
    }
    .features-list {
        justify-content: space-between;
        gap: 1rem;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 0 1rem;
        padding-top: 90px;
        width: calc((90% + .5rem) * 3);
    }
    .feature {
        max-width: 90%;
    }
    .video-placeholder{
      padding: 0;
      height: 85vh;
      margin: 2rem;
      align-items: center;
    }
    .video-section {
        margin-top: 90px;
    }
    .video-section .container h1 {
        width: 60%;
        margin: 3rem auto;
    }
    .demo-block, .summary-block {
        min-width: auto;
    }
    .demo-form {
        flex-direction: column;
        min-height: 105px;
    }
    .demo-form-flag {
        top: 12px;
        left: 12px;
    }
    .demo-form-button {
        width: 100%;
    }

    footer {
        padding: 2rem;
    }

    .footer-content {
        padding: 0 1rem;
    }
    
    .footer-content .footer-info {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        margin-bottom: 1rem;
    }
    
    .footer-content .footer-address {
        width: 50%;
        text-align: center;
    }
    
    .footer-content .footer-info .footer-contacts {
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    
    .footer-content .footer-contacts span {
        width: 50%;
        text-align: center;
    }
    
    .demo-block-content {
        align-items: center;
    }
    .phone-form-wrapper, .otp-form-wrapper{
        width: 80%;
    }
    video {
        scale: 1.5;
    }
    .otp-form-wrapper .otp-input-group {
        margin-bottom: 1rem;
    }
}

@media (max-width: 600px) {
  .img-desctop{
    display: none;
  }
  .img-mobile{
    display: block;
  }
  .container{
    max-width: 90%;
    overflow: hidden;
  }
  header{
    height: 60px;
  }
  header .container {
    max-width: 90%;
  }
  .header-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0;
  }
  header img {
    height: 25px;
  }
  .title, #forms  {
      padding: 0 1rem;
  }
  .hero-content-top{
    margin: 0;
    margin-top: 2rem;
  }
  .hero-content-bottom{
    display: block;
  }
  .hero h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 105%;
    letter-spacing: -2%;
    text-align: center;
    margin-bottom: 18px;
  }
  .hero-content-top p{
    font-weight: 300;
    font-size: 14px;
    line-height: 135%;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    opacity: 0.6;
    margin-bottom: 18px;
  }
  .hero-button{
    font-size: 15px;
    line-height: 24.5px;
    height: 46px;
  }
  .hero-content-bottom-socials{
    width: 152px;
    bottom: 224px;
    left: 138px;
  }
  .hero-content-bottom-socials-bottom{
    font-size: 6.5px;
    padding: 7.97px 0 8.41px 9.01px;
  }
  .hero-content-bottom-chat{
    margin-top: 72px;
    margin-left: -14px;
  }
  .hero-content-bottom-chat img{
    width: 244px;
    height: auto;
  }
  .hero-content-bottom-call{
    position: absolute;
    right: -9px;
    bottom: 28px;
    width: 155px;
  }
  .hero-content-bottom-call img{
    width: 100%;
  }
  .features .container {
      width: 100%;
      max-width: 100%;
      overflow-x: scroll;
  }
  .features-list{
    padding-top: 50px;
  }
  .feature{
    padding-top: 24px;
  }
  .feature p{
    font-size: 15px;
    letter-spacing: -0.3px;
    line-height: 140%;
  }
  .feature.second{
    padding-top: 41px;
  }
  .feature-textblock{
    gap: 11px;
  }
  .feature-textblock.first{
    margin-bottom: 11px;
  }
  .feature-textblock.third{
    max-width: 79.7%;
    margin-bottom: 56px;
  }
  .video-section .container {
    max-width: 90%;
  }
  .video-section .container h1 {
    width: auto;
    margin: 2rem 1rem;
  }
  .video-section{
    margin-top: 27px;
  }
  .video-section h1{
    font-size: 28px;
  }
  .demo-block-content {
    align-items: center;
    gap: 1.5rem;
  }
  .demo-block-title {
    font-weight: 600;
    font-size: 19px;
    line-height: 110.00000000000001%;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
  }
  .demo-block-description {
    font-weight: 300;
    font-size: 14px !important;
    line-height: 140%;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
  }
  .demo-form {
    min-height: 110px;
  }
  .demo-form input {
    font-size: 14px;
  }
  .iti__tel-input {
    font-size: 14px;
  }
  .iti__flag-container{
    font-size: 14px;
  }
  .disclaimer{
    font-weight: 300;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-right: 10px;
    text-align: start;
  }
  footer {
      padding: 1.5rem 0;
  }
  footer .container {
    max-width: 90%;
  }
  .footer-content {
    padding: 0;
    font-weight: 300;
    font-size: 11px;
    line-height: 140%;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
  }
  .footer-content .footer-address {
      width: 80%;
  }
  .demo-block-content {
      align-items: start;
  }
  .phone-form-wrapper, .otp-form-wrapper{
      width: 100%;
  }
  video {
      scale: 1.7;
  }
}

@media (max-width: 340px) {
    .demo-form input {
      font-size: 12px;
    }
    .iti__tel-input {
      font-size: 12px;
    }
    .iti__flag-container{
      font-size: 12px;
    }
}

/* Privacy Begin */
.privacy-back-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
    vertical-align: middle;
    color: #051823;
    opacity: .5;
    text-decoration: none;
}

.privacy-back-arrow {
    padding-right: 5px;
}

.privacy {
    padding: 0 20px;
    padding-top: 80px;
    padding-bottom: 32px;
}

.privacy .container {
    @media (max-width: 990px) {
        max-width: unset;
    }
}

.privacy-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 105%;
    letter-spacing: -1%;
    color: #051823;
    margin: 32px 0;
    text-align: center;
}

.privacy-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.privacy-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.privacy-block-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -2%;
    vertical-align: middle;
    color: #051823D9;
    opacity: .85;
}

.privacy-block-description {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -2%;
    vertical-align: middle;
    color: #051823D9;
    opacity: .85;
}

.privacy-block-description a {
    color: inherit;
}

.privacy-block-description strong {
    font-weight: 700;
}

/* Privacy End */

.call-animation-title{
    color: #1b1b1f;
    font-weight: 500;
    margin-top: 20px;
}

.otp-form-wrapper .otp-input-group{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.otp-digit::-webkit-outer-spin-button,
.otp-digit::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otp-digit[type=number] {
    -moz-appearance: textfield;
}

.otp-form-wrapper input.otp-digit {
    min-height: 40px;
    width: 40px;
    padding: 0 0 0 13px;
    margin: 0 5px;
}

.form-error {
    margin: 0;
    color: #d9534f;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -2%;
    vertical-align: middle;
    opacity: .75;
    display: none;
}

.resend-link {
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    cursor: not-allowed;
    transition: color 0.3s;
    color: #00000099;
}

.resend-link.enabled {
    color: #007bff;
    cursor: pointer;
}

.use-another-phone {
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    transition: color 0.3s;
    color: #007bff;
    cursor: pointer;
}

.health-check-error {
    color: var(--primary);
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 140%;
    letter-spacing: -2%;
    vertical-align: middle;
    text-align: center;
    z-index: 3;

    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    align-content: center;
    
    @media (max-width: 600px) {
        font-size: 1.3rem;
    }
}

.select-channel-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    
    @media (max-width: 980px) {
        width: 100%;
    }
}

.select-channel-title {
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -2%;
    vertical-align: middle;
    text-align: center;
    color: #051823BF !important;
    margin: 0 0 20px 0;
    
    @media (max-width: 980px) {
        font-size: 20px;
    }
    
    @media (max-width: 600px) {
        font-size: 14px;
    }
}

.select-channel-button-wrapper {
    display: flex;
    justify-content: center;
    gap: 2rem;
    
    @media (max-width: 980px) {
        flex-direction: column;
        margin: auto;
        gap: 1rem;
        width: 100%;
    }
}

.select-channel-button {
    border: none;
    color: white;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    height: 51px;
    font-size: 16px;
    letter-spacing: -0.32px;
}

.select-channel-button.call {
    background: linear-gradient(135deg, #649EFBCC, var(--primary));
}

.select-channel-button.whatsapp {
    background: linear-gradient(135deg, #55cd61CC, #33bb47);
}

.select-channel-button span {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -2%;
    vertical-align: middle;
    text-align: center;
}

.select-channel-button {
    width: 25%;
    
    @media (max-width: 980px) {
        width: 100% !important;
    }
}

.iti__search-input {
    height: 51px !important;
}

.cookies {
  bottom: 30px;
  display: none;
  position: fixed;
  right: 30px;
  width: max-content;
  z-index: 100;
}

@media (max-width: 640px) {
  .cookies {
    border-radius: none;
    bottom: 0;
    right: 0;
    width: 100%;
  }
}

.cookies.show {
  display: block;
}

.cookies__content {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .078);
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  padding: 10px 20px;
}

@media (max-width: 640px) {
  .cookies__content {
    gap: 1rem;
    padding: 1rem;
  }
}

.cookies__text {
  color: #051823;
}

.cookies__text,
.cookies__text .cookies__link {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -2%;
  line-height: 130%;
  margin-bottom: 0;
  margin-top: 0;
  opacity: .8;
}

.cookies__text .cookies__link {
  text-decoration-offset: 0;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0;
  text-decoration-thickness: 0.03rem;
  text-underline-offset: 0.1rem;
  background-color: transparent;
  color: inherit;
}

.cookies__btn {
  background: rgba(48, 122, 242, 0.102);
  border-radius: 4px;
  color: #307af2;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  letter-spacing: -2%;
  line-height: 100%;
  padding: 12px 24px 12px 22px;
  transition: 0.3s;
  border: 0;
  font-family: inherit;
  margin: 0;
}

.cookies__btn:focus,
.cookies__btn:hover {
  background: rgba(48, 122, 242, 0.149);
  color: #307af2;
}