.hero-section {
  padding: 0 20px;
  position: relative;
}
@media (max-width: 600px) {
  .hero-section {
    padding: 0;
  }
}
.hero-section .galaxy-bg {
  position: absolute;
  max-width: none;
  right: 0;
  top: 0px;
  z-index: 0;
  pointer-events: none;
  max-width: 1920px;
}
@media (max-width: 1540px) {
  .hero-section .galaxy-bg {
    max-width: 1420px;
  }
}
@media (max-width: 1300px) {
  .hero-section .galaxy-bg {
    max-width: 1000px;
  }
}
@media (max-width: 1120px) {
  .hero-section .galaxy-bg {
    display: none;
  }
}
.hero-section .hero-inner {
  padding: 197px 0 48px;
  min-height: calc(100vh - 80px);
  max-width: 1396px;
  margin: auto;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
@media (max-width: 1540px) {
  .hero-section .hero-inner {
    padding-top: 48px;
    min-height: auto;
  }
}
@media (max-width: 1280px) {
  .hero-section .hero-inner {
    padding-top: 48px;
  }
}
@media (max-width: 1120px) {
  .hero-section .hero-inner {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 48px;
    align-items: center;
  }
}
.hero-section .hero-inner .content {
  max-width: 720px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1120px) {
  .hero-section .hero-inner .content {
    max-width: none;
    padding: 0 20px;
  }
}
.hero-section .hero-inner .content h1 {
  font-size: 64px;
  line-height: 72px;
  margin-bottom: 24px;
}
@media (max-width: 1120px) {
  .hero-section .hero-inner .content h1 {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .hero-section .hero-inner .content h1 {
    font-size: 32px;
    line-height: 40px;
    max-width: 330px;
    margin: 0 auto 24px;
  }
}
.hero-section .hero-inner .content p {
  font-family: var(--font-family-brand);
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 24px;
}
@media (max-width: 1120px) {
  .hero-section .hero-inner .content p {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 900px) {
  .hero-section .hero-inner .content p {
    font-size: 18px;
    line-height: 140%;
  }
}
.hero-section .hero-inner .content .mobile-img {
  display: none;
}
@media (max-width: 1120px) {
  .hero-section .hero-inner .content .mobile-img {
    display: block;
    margin: 24px auto 48px;
    width: 100%;
    max-width: 400px;
  }
}
.hero-section .btn-primary {
  margin-top: 24px;
}
@media (max-width: 1120px) {
  .hero-section .btn-primary {
    margin: 48px auto 0;
  }
}
.hero-section .next-section {
  position: relative;
  display: none;
}
@media (max-width: 1120px) {
  .hero-section .next-section {
    display: block;
  }
}
.hero-section .next-section a {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -20px;
  color: var(--color-icon-primary);
}
.hero-section .next-section a:hover {
  color: var(--color-icon-secondary);
}
.hero-section .next-section a svg {
  width: 24px;
  height: 24px;
}

.stats-section {
  position: relative;
}
.stats-section .stats-inner {
  padding: 0 0 96px;
  max-width: 1396px;
  margin: auto;
  text-align: center;
}
@media (max-width: 1540px) {
  .stats-section .stats-inner {
    padding: 96px 20px;
  }
}
@media (max-width: 1024px) {
  .stats-section .stats-inner {
    padding: 96px 20px 64px;
  }
}
.stats-section .stats-inner .stats-list {
  display: flex;
  column-gap: 24px;
  justify-content: space-between;
  gap: 48px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .stats-section .stats-inner .stats-list {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .stats-section .stats-inner .stats-list {
    flex-direction: column;
    align-items: center;
  }
}
.stats-section .stats-inner .stats-list li {
  position: relative;
}
.stats-section .stats-inner .stats-list li h2 {
  color: var(--color-surface-brand-tb);
  font-family: var(--font-family-brand);
  font-size: 64px;
  font-weight: var(--font-weight-bold);
  line-height: 72px;
  white-space: nowrap;
  width: fit-content;
  margin: 0 auto 8px;
}
.stats-section .stats-inner .stats-list li h2 span {
  font-weight: 700;
}
.stats-section .stats-inner .stats-list li h3 {
  color: var(--color-text-primary);
  font-family: var(--font-family-brand);
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .stats-section .stats-inner .stats-list li h3 {
    font-size: 16px;
  }
}

.mail-chimp-shadow-form {
  position: fixed;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
}

.lets-chat {
  padding: 96px 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .lets-chat {
    padding: 48px 20px;
  }
}
.lets-chat .lets-chat-inner {
  max-width: 1396px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px 99px;
}
@media (max-width: 1024px) {
  .lets-chat .lets-chat-inner {
    flex-direction: column-reverse;
  }
}
@media (max-width: 800px) {
  .lets-chat .lets-chat-inner {
    flex-direction: column-reverse;
  }
}
.lets-chat .lets-chat-inner .right-box {
  max-width: 545px;
}
.lets-chat .lets-chat-inner .video-container {
  width: 1083px;
  position: relative;
  top: -60px;
}
@media (max-width: 1600px) {
  .lets-chat .lets-chat-inner .video-container {
    width: 100%;
    position: unset;
  }
}
.lets-chat .lets-chat-inner .video-container video {
  width: 100%;
  transition: all 300ms ease;
}
.lets-chat .lets-chat-inner h2 {
  font-size: 44px;
  line-height: 56px;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .lets-chat .lets-chat-inner h2 {
    font-size: 32px;
    font-style: normal;
    line-height: 40px; /* 125% */
    text-align: center;
  }
  .lets-chat .lets-chat-inner h2 br {
    display: none;
  }
}
.lets-chat .lets-chat-inner p {
  font-size: 18px;
}
@media (max-width: 600px) {
  .lets-chat .lets-chat-inner p {
    text-align: center;
  }
}
.lets-chat .lets-chat-inner p:not(:last-child) {
  margin-bottom: 24px;
}
.lets-chat .chat-with-us-form {
  position: relative;
  width: 450px;
}
@media (max-width: 800px) {
  .lets-chat .chat-with-us-form {
    width: 100%;
  }
}
.lets-chat .chat-with-us-form .row-flex {
  display: flex;
  gap: 24px;
}
@media (max-width: 600px) {
  .lets-chat .chat-with-us-form .row-flex {
    display: block;
  }
}
.lets-chat .chat-with-us-form .row-flex > div:not(.button-row) {
  flex: 1;
}
.lets-chat .chat-with-us-form .input-row-item {
  position: relative;
  padding-bottom: 24px;
}
.lets-chat .chat-with-us-form .input-row-item.recaptcha-item {
  padding-bottom: 0px;
}
.lets-chat .chat-with-us-form .input-row-item.error input, .lets-chat .chat-with-us-form .input-row-item.error textarea {
  border-color: var(--color-functional-critical-bright);
}
.lets-chat .chat-with-us-form .input-row-item.error .tooltip-alert {
  display: block;
}
.lets-chat .chat-with-us-form .input-row-item .g-recaptcha {
  transform: scale(0.8);
  position: absolute;
  left: -30px;
  bottom: -7px;
}
@media (max-width: 800px) {
  .lets-chat .chat-with-us-form .input-row-item .g-recaptcha {
    transform: unset;
    position: unset;
  }
}
.lets-chat .chat-with-us-form .input-row-item label {
  font-family: var(--font-family-brand);
  color: var(--color-background-general);
  font-size: 14px;
  position: absolute;
  top: 15px;
  left: 14px;
  line-height: 140%;
  transition: all 300ms ease;
}
.lets-chat .chat-with-us-form .input-row-item input, .lets-chat .chat-with-us-form .input-row-item textarea {
  display: block;
  width: 100%;
  height: 48px;
  padding: 10px 16px 0;
  font-size: 16px;
  font-family: inherit;
  border: 1px solid transparent;
  background-color: var(--color-text-pure);
  transition: 0.1s ease;
  color: var(--color-background-general);
  outline: transparent;
  font-weight: 600;
}
.lets-chat .chat-with-us-form .input-row-item input:hover, .lets-chat .chat-with-us-form .input-row-item input:focus, .lets-chat .chat-with-us-form .input-row-item textarea:hover, .lets-chat .chat-with-us-form .input-row-item textarea:focus {
  background-color: var(--color-text-pure);
}
.lets-chat .chat-with-us-form .input-row-item input:focus + label, .lets-chat .chat-with-us-form .input-row-item input:not(:placeholder-shown) + label, .lets-chat .chat-with-us-form .input-row-item textarea:focus + label, .lets-chat .chat-with-us-form .input-row-item textarea:not(:placeholder-shown) + label {
  top: 4px;
  font-size: 12px;
  color: var(--color-background-general);
  left: 17px;
}
.lets-chat .chat-with-us-form .input-row-item input:-webkit-autofill:hover, .lets-chat .chat-with-us-form .input-row-item input:-webkit-autofill:focus, .lets-chat .chat-with-us-form .input-row-item input:-webkit-autofill:active, .lets-chat .chat-with-us-form .input-row-item textarea:-webkit-autofill:hover, .lets-chat .chat-with-us-form .input-row-item textarea:-webkit-autofill:focus, .lets-chat .chat-with-us-form .input-row-item textarea:-webkit-autofill:active {
  transition-delay: 9999s;
  transition: background-color, color;
}
.lets-chat .chat-with-us-form .input-row-item textarea {
  height: 140px;
  resize: none;
  padding-top: 23px;
  margin-bottom: 0px;
}
.lets-chat .chat-with-us-form .input-row-item .tooltip-alert {
  padding-top: 4px;
  font-family: var(--font-family-brand);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  display: none;
  color: var(--color-functional-critical-bright);
}
.lets-chat .chat-with-us-form .input-row-item .tooltip-alert svg {
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
}
.lets-chat .chat-with-us-form .button-row {
  width: 110px;
}
@media (max-width: 760px) {
  .lets-chat .chat-with-us-form .button-row {
    margin: auto;
  }
}
.lets-chat .chat-with-us-form .button-row button {
  position: relative;
  transition: all 150ms;
  min-width: 110px;
}
.lets-chat .chat-with-us-form .button-row button .submit-button-text {
  font-size: 16px;
  transition: all 150ms;
}
.lets-chat .chat-with-us-form .button-row button.loading {
  pointer-events: none;
  min-width: 48px;
  padding: 7px 0;
  border-radius: 50px;
}
.lets-chat .chat-with-us-form .button-row button.loading .submit-button-text {
  font-size: 0px;
}
.lets-chat .chat-with-us-form .button-row button.loading .loader {
  opacity: 1;
  transform: scale(1);
}
.lets-chat .chat-with-us-form .button-row button.loading .loader svg {
  animation: 0.75s linear rotating infinite;
}
.lets-chat .chat-with-us-form .button-row button .loader {
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  transition: opacity 0.4s, transform 0.4s ease-in-out;
  transform: scale(0.4);
  opacity: 0;
}
.lets-chat .chat-with-us-form .button-row button .loader svg {
  width: 18px;
  height: 18px;
}
@keyframes rotating {
  to {
    transform: rotate(360deg);
  }
}
.lets-chat .chat-with-us-form .general-form-error {
  background-color: var(--ow-red);
  color: var(--white);
  width: 100%;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  z-index: 8;
  padding: 8px 16px;
  margin-top: 21px;
  display: none;
}
.lets-chat .chat-with-us-form .general-form-error.active {
  display: block;
}
.lets-chat .chat-with-us-form:has(.success-message.active) .recaptcha-item {
  opacity: 0;
}

.why-tebex-section {
  background-color: var(--color-background-cf);
  padding: 96px 20px;
}
@media (max-width: 600px) {
  .why-tebex-section {
    padding: 48px 20px;
  }
}
.why-tebex-section h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
  max-width: 660px;
  margin: 0 auto 24px;
  text-align: center;
}
@media (max-width: 600px) {
  .why-tebex-section h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.why-tebex-section .why-tebex-list {
  max-width: 1396px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.why-tebex-section .why-tebex-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 24px;
  padding: 48px;
}
.why-tebex-section .why-tebex-list li .icon svg {
  width: 40px;
  height: 40px;
}
.why-tebex-section .why-tebex-list li .content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 24px;
}
.why-tebex-section .why-tebex-list li .content p {
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 600px) {
  .why-tebex-section .why-tebex-list li .content p br {
    display: none;
  }
}
.why-tebex-section .why-tebex-list li .content p.nowarp {
  white-space: nowrap;
}
@media (max-width: 1210px) {
  .why-tebex-section .why-tebex-list li .content p.nowarp {
    white-space: unset;
  }
  .why-tebex-section .why-tebex-list li .content p.nowarp br {
    display: none;
  }
}

.partners {
  max-width: 1396px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 24px;
  row-gap: 8px;
}
@media (max-width: 1444px) {
  .partners {
    padding: 0 20px;
  }
}
@media (max-width: 800px) {
  .partners {
    flex-direction: column;
    padding-top: 48px;
  }
}
.partners h3 {
  color: var(--color-text-pure);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  white-space: nowrap;
}
@media (max-width: 800px) {
  .partners h3 {
    font-size: 14px;
  }
}
.partners .partners-logos {
  width: 100%;
  max-width: 1129px;
}
@media (max-width: 800px) {
  .partners .partners-logos.desktop {
    display: none;
  }
}
.partners .partners-logos.mobile {
  display: none;
  max-width: 400px;
  margin: auto;
}
@media (max-width: 800px) {
  .partners .partners-logos.mobile {
    display: block;
  }
}