@charset "UTF-8";
@font-face {
  font-family: "Heebo";
  src: url("../assets/fonts/HeeboLight.woff2") format("woff2"),
  url("../assets/fonts/HeeboLight.woff") format("woff"),
  url("../assets/fonts/HeeboLight.eot"),
  url("../assets/fonts/HeeboLight.eot?#iefix") format("embedded-opentype"),
  url("../assets/fonts/HeeboLight.ttf") format("truetype"),
  url("../assets/fonts/HeeboLight.svg#HeeboLight") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Heebo";
  src: url("../assets/fonts/PPNeueMontreal-Medium.woff2") format("woff2"),
  url("../assets/fonts/PPNeueMontreal-Medium.woff") format("woff"),
  url("../assets/fonts/PPNeueMontreal-Medium.eot"),
  url("../assets/fonts/PPNeueMontreal-Medium.eot?#iefix") format("embedded-opentype"),
  url("../assets/fonts/PPNeueMontreal-Medium.ttf") format("truetype"),
  url("../assets/fonts/PPNeueMontreal-Medium.svg#PPNeueMontreal-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Heebo";
  src: url("../assets/fonts/SpectralExtraLightItalic.eot"),
  url("../assets/fonts/SpectralExtraLightItalic.woff2") format("woff2"),
  url("../assets/fonts/SpectralExtraLightItalic.woff") format("woff"),
  url("../assets/fonts/SpectralExtraLightItalic.eot?#iefix") format("embedded-opentype"),
  url("../assets/fonts/SpectralExtraLightItalic.ttf") format("truetype"),
  url("../assets/fonts/SpectralExtraLightItalic.svg#SpectralLightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: fallback;
}
*, *:before, *::before {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  font-size: 100%;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
  font-family: Arial, Helvetica, sans-serif;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input::-ms-clear {
  display: none;
}

::-moz-focus-inner {
  padding: 0;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=checkbox] {
  display: none;
}

a {
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

button,
select {
  text-transform: none;
  background: 0 0;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[type=number] {
  -moz-appearance: textfield;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

select::-ms-expand {
  display: none;
}

:root {
  --font-family: "Heebo", Arial;
  --black: 0,0,0;
  --white: 255,255,255;
  --black-t: #0D0D0D;
}

html, body {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  html, body {
    height: auto;
    min-height: 100%;
  }
}

html {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  background-color: #ffffff;
  color: var(--black-t);
}
@media screen and (hover: hover) and (max-height: 800px) {
  html {
    font-size: 7px;
  }
}
@media screen and (hover: hover) and (max-width: 1350px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 2.56vmin;
  }
}

@media screen and (hover: hover) {
  ::-webkit-scrollbar {
    width: 0.3rem;
    height: 0.3rem;
    display: none;
  }

  ::-webkit-scrollbar-thumb {
    background-color: rgba(var(--main-r), 0.5);
    border-radius: 0.2rem;
  }

  ::-webkit-scrollbar-track {
    background-color: rgba(var(--main-r), 0.1);
  }

  .main-wrapper {
    scrollbar-width: none;
  }
  .main-wrapper::-webkit-scrollbar {
    display: none;
  }
}
.scroll-container {
  width: 100vw;
  height: 100vh;
  scroll-behavior: smooth;
}
.scroll-container.horizontal {
  overflow-x: auto;
  overflow-y: hidden;
}
.scroll-container.horizontal.scroll {
  overflow-x: scroll;
}
@media screen and (max-width: 1023px) {
  .scroll-container.horizontal.scroll {
    height: auto;
    min-height: 100vh;
    overflow: inherit;
  }
}
.scroll-container.vertical {
  overflow-y: auto;
  overflow-x: hidden;
}
.scroll-container.vertical.scroll {
  overflow-y: scroll;
}

@-moz-document url-prefix() {
  .sc-block {
    scrollbar-color: rgba(var(--main-r), 0.1) rgba(var(--main-r), 0.5);
    scrollbar-width: thin;
  }
}
.h1-title {
  font-size: 3.88vw;
  line-height: 4.8vw;
  font-weight: 400;
  margin-bottom: 5.4%;
}
@media screen and (max-width: 1023px) {
  .h1-title:not(h5) {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  .h1-title br {
    display: none;
  }
}
.h1-title span {
  font-weight: 300;
  font-style: italic;
}
.h1-title b{
  font-weight: 400;
}
.inline-box{
  display: inline-block;
  vertical-align: top;
}

.h3-title {
  font-size: 3vw;
  line-height: 3.6vw;
  font-weight: 400;
  margin-bottom: 5.4%;
}
.faq-title-b > .h3-title:first-child{
  margin-bottom: 0;
  padding-top: 3.6rem;
}
.h3-title b {
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  .h3-title {
    font-size: 3rem;
    line-height: 3.6rem;
  }
  .h3-title br {
    display: none;
  }
  .h3-title b {
    display: block;
  }
}
.h3-title span {
  font-weight: 300;
  font-style: italic;
}

.h4-title {
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .h4-title {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
  .h4-title br {
    display: none;
  }
}
.h4-title span {
  font-weight: 300;
  font-style: italic;
}


.h4-title b {
  font-weight: 800;
}

.small-t {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.text-b {
  font-weight: 400;
  font-size: 2rem;
  line-height: 3.2rem;
  a{
    color: var(--white-t, var(--black-t));
    text-decoration: underline;
  }
}

.with-line {
  position: relative;
  padding-top: 4.8rem;
  --before-width: 40%;
}
@media screen and (max-width: 1023px) {
  .with-line {
    padding-top: 2.8rem;
  }
}
.with-line:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 0.2rem;
  width: 6.7rem;
  background-color: var(--white-t, var(--black-t));
}

.with-line.animate-line:before {
  width: var(--before-width); /* Use the variable */
  transition: width 0.3s; /* Optional for smoother changes */
}

.h-100 {
  height: 100%;
}

.form-item {
  width: 100%;
}

.label-text {
  width: 100%;
  display: block;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
}

.input-v {
  width: 100%;
  outline: none;
  resize: none;
  height: 4.4rem;
  color: var(--white-t, var(--black-t));
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
  padding: 0 1.2rem;
  font-size: 1.8rem;
  border: 1px solid rgba(var(--white), 0.15);
  background: rgba(var(--white), 0.1);
  backdrop-filter: blur(12px);
  transition: color 240ms, border-color 240ms;
  &.field-error{
    border-color: #ff0000;
  }
}
.input-v:focus {
  border-color: rgba(var(--white), 0.3);
}
.input-v::-webkit-input-placeholder {
  color: rgba(var(--white), 0.15);
  opacity: 1;
}
.input-v::-moz-placeholder {
  color: rgba(var(--white), 0.15);
  opacity: 1;
}
.input-v:-ms-input-placeholder {
  color: rgba(var(--white), 0.15);
  opacity: 1;
}
.input-v:-moz-placeholder {
  color: rgba(var(--white), 0.15);
  opacity: 1;
}
.input-v.textarea {
  height: 11.8rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 1023px) {
  .input-v.textarea {
    height: 18rem;
  }
}

.error {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #ff0000;
  display: none;
}
.checkbox-v {
  display: flex;
  align-items: center;
  min-height: 1.8rem;
  padding-left: 3.4rem;
  font-size: 1.8rem;
  line-height: 2rem;
  position: relative;
}
.checkbox-v:before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid rgba(var(--white), 1);
  background-color: rgba(var(--white), 1);
}
.checkbox-v span:before {
  content: "✓";
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6rem;
  align-items: center;
  color: var(--black-t);
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 5;
}
.checkbox-v span a {
  text-decoration: underline;
  color: rgba(var(--white-t), 0.15);
}

.ch-input {
  display: none;
  opacity: 0;
}
.ch-input:checked + span:before {
  opacity: 1;
}

.btn-v {
  border: 1px solid #F2F2F2;
  font-family: inherit;
  color: #0D0D0D;
  background-color: rgba(var(--white), 1);
  transition: background-color 240ms;
  height: 5rem;
  padding: 0 2.4rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  appearance: none;
}
.btn-v:hover {
  background-color: rgba(var(--white), 0.9);
}
.btn-v:disabled, .btn-v.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.from-top {
  animation: 360ms from-top ease-in-out;
}
@media screen and (max-width: 1023px) {
  .from-top {
    animation: 360ms from-left ease-in-out;
  }
}

.from-bottom {
  animation: 360ms from-bottom ease-in-out;
}
@media screen and (max-width: 1023px) {
  .from-bottom {
    animation: 360ms from-right ease-in-out;
  }
}

@keyframes from-top {
  0% {
    transform: translate3d(0, -100vh, 0);
  }
  100% {
    transform: inherit;
  }
}
@keyframes from-bottom {
  0% {
    transform: translate3d(0, 100vh, 0);
  }
  100% {
    transform: inherit;
  }
}
@keyframes from-top {
  0% {
    transform: translate3d(0, -100vh, 0);
  }
  100% {
    transform: inherit;
  }
}
@keyframes from-left {
  0% {
    transform: translate3d(-100vw, 0, 0);
  }
  100% {
    transform: inherit;
  }
}
@keyframes from-right {
  0% {
    transform: translate3d(100vw, 0, 0);
  }
  100% {
    transform: inherit;
  }
}
.navigation {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 7.8rem;
  height: 100%;
  transition: max-width 300ms, color 360ms, background-color 360ms;
  z-index: 999;
  overflow: hidden;
  color: var(--black-t);
  background-color: rgba(var(--white), 1);
  box-shadow: -1px 0 0 rgba(var(--black), 0.1) inset;
}
.dark-mode {
  --black: 255, 255, 255;
  --white: 0, 0, 0;
  --black-t: #ffffff;
}
.navigation.dark-mode .logo-holder img {
  content: url("../assets/img/logo-w.svg");
}
.navigation.active {
  max-width: 30rem;
}
.navigation.active .icon-burger {
  opacity: 0;
}
.navigation.active .icon-close {
  opacity: 1;
}
.navigation.active .logo-holder img {
  transform: inherit;
  height: 3.8rem;
}
.navigation.active .n-center-row {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 1023px) {
  .navigation {
    max-height: 7.8rem;
    max-width: 100%;
    transition: max-height 240ms;
    box-shadow: 0 -1px 0 rgba(var(--black), 0.1) inset;
  }
  .navigation.active {
    max-width: inherit;
    max-height: 100vh;
  }
  .navigation.active .logo-holder img {
    height: 2.5rem;
  }
}
.navigation.dark {
  --white: 255,255,255;
}

@media screen and (max-width: 1023px) {
  .n-top-row {
    display: flex;
    justify-content: flex-end;
  }
}

.nav-grid {
  display: grid;
  grid-template-rows: auto 10fr auto;
  padding: 2.6rem;
  height: 100%;
}

.n-center-row {
  opacity: 0;
  transition: opacity 300ms;
  pointer-events: none;
}

.nav-icon-box {
  display: flex;
  width: 2.4rem;
  font-size: 2.4rem;
  cursor: pointer;
  height: 2.4rem;
  margin-bottom: 5rem;
  position: relative;
}
.nav-icon-box i {
  transition: opacity ease-in-out 240ms;
}

.icon-burger {
  opacity: 1;
}

.icon-close {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.nav-item {
  width: 100%;
  margin-bottom: 3rem;
  white-space: nowrap;
  cursor: pointer;
}
.nav-item > a {
  font-size: 2.6rem;
  line-height: 3.6rem;
  color: var(--black-t);
  text-decoration: none;
  opacity: 0.5;
  transition: opacity 300ms;
}
.nav-item > a:hover {
  opacity: 1;
}
.nav-item > a.active {
  opacity: 1;
  font-size: 3.2rem;
  pointer-events: none;
}
.nav-item .social a {
  font-size: 2rem;
  color: var(--black-t);
  transition: opacity 240ms;
  opacity: 0.84;
}
.nav-item .social a:hover {
  opacity: 1;
}

.logo-holder img {
  height: 2.5rem;
  width: auto;
  object-fit: contain;
  transform: rotate(-90deg) translate3d(0, 2.5rem, 0);
  transition: transform 300ms, height 300ms;
  transform-origin: left bottom;
}
@media screen and (max-width: 1023px) {
  .logo-holder {
    position: fixed;
    left: 2.6rem;
    top: 0;
    height: 7.8rem;
    align-items: center;
    display: flex;
  }
  .logo-holder img {
    transform: inherit;
  }
}

.main-wrapper {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .main-wrapper {
    display: block;
    padding-top: 7.8rem;
  }
}

.section-holder {
  display: flex;
  height: 100%;
  color: var(--white-t, var(--black-t));
}
@media screen and (max-width: 1023px) {
  .section-holder {
    height: auto;
  }
}
.section-holder.size-small .section-content-holder {
  min-width: 69vw;
}
.section-holder.section-5 .section-content-holder {
  min-width: 70vw;
}
.section-holder.section-6 .section-content-holder {
  min-width: 70vw;
  background-image: url(../assets/img/section-6-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media screen and (max-width: 1023px) {
  .section-holder.section-6 .section-content-holder {
    background-image: url(../assets/img/section-6mobile-bg.jpg);
    background-position: 50% 0;
    background-size: auto 100%;
  }
}
.section-holder.section-6 .s-c-left-col {
  min-width: 50vw;
}
.section-holder.section-6 .s-c-right-col {
  min-width: auto;
}
.section-holder.section-7 .section-content-holder {
  background-image: url(../assets/img/section-7-bg.jpg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain;
}
.section-holder.section-7-1 .s-c-left-col {
  min-width: 28vw;
}
.section-holder.section-7-1 .s-c-right-col {
  min-width: 148vw;
}
.section-holder.section-7-1-1{
  .sc-content{
    max-width: 120vw;
  }
}
.section-holder.section-7-1-1 .s-c-left-col {
  min-width: 28vw;
}
.section-holder.section-7-1-1 .s-c-right-col {
  min-width: 188vw;
}
@media screen and (max-width: 1024px){
  .section-holder.section-7-1-1 .s-c-right-col{
    min-width: 100%;
  }
}
.section-holder.section-8 .section-content-holder {
  background-image: url(../assets/img/section-8-bg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.bg-black {
  background-color: #0D0D0D;
  --white-t: #ffffff;
}

.bg-black-2 {
  background-color: #000000;
  --white-t: #ffffff;
}

.sc-content {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .sc-content {
    height: auto;
    flex-wrap: wrap;
  }
}

.section-content-holder {
  min-width: 100vw;
  padding-left: 7.8rem;
}
@media screen and (max-width: 1023px) {
  .section-content-holder {
    padding-left: 0;
  }
}

.s-c-left-col {
  flex: 1;
  display: flex;
  height: 100%;
  min-width: 50vw;
  align-items: flex-end;
}

.s-c-right-col {
  min-width: 40vw;
}
.s-c-right-col.w-100 {
  justify-content: start;
  gap: 9rem;
}
@media screen and (max-width: 1023px) {
  .s-c-right-col {
    flex-direction: column;
    width: 100%;
  }
  .section-holder {
    &.section-7-1 {
      .s-c-right-col {
        min-width: 100%;
      }
    }
  }
  .s-c-right-col.w-100 {
    gap: 0;
  }
}

.img-holder {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .img-holder {
    height: 30rem;
  }
  .img-holder.s-1 {
    height: auto;
  }
}
.img-holder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.img-holder.img-left img {
  object-position: left bottom;
}
.img-holder.img-center img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center top;
}

.d-flex {
  width: 100%;
  display: flex;
}
.d-flex.align-bottom {
  align-items: flex-end;
}

.banner-holder {
  display: inline-block;
  max-height: 90%;
  position: relative;
  color: rgba(var(--white, var(--black-t)), 1);
}
@media screen and (max-width: 1023px) {
  .banner-holder {
    max-height: 100%;
    .h1-title{
      font-size: 7.5rem;
      line-height: 1.1;
      margin-bottom: 2rem;
    }
  }
}

.b-text-v {
  position: absolute;
  bottom: 12%;
  left: 0;
  width: 100%;
  padding: 0 8%;
  z-index: 5;
}
@media screen and (max-width: 1023px) {
  .b-text-v {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    bottom: 6.4rem;
  }
}

.text-col-b {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8%;
}
@media screen and (max-width: 1023px) {
  .text-col-b {
    padding: 2.4rem;
  }
}

.bottom-row {
  display: flex;
  flex-direction: column;
  padding-left: 12%;
}
@media screen and (max-width: 1023px) {
  .bottom-row {
    padding-left: 0;
  }
}

.text-g {
  display: flex;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1023px) {
  .text-g {
    flex-direction: column;
    border-bottom: 1px solid rgba(var(--black), 0.1);
    padding-bottom: 3rem;
  }
  .text-g:last-child {
    margin-bottom: 0;
  }
}

.t-g-left-col {
  width: 19.8rem;
}
@media screen and (max-width: 1023px) {
  .t-g-left-col {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.t-g-right-col {
  flex: 1;
}

.logo-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1023px) {
  .logo-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.partner-logo-holder a {
  text-decoration: none;
}
.partner-logo-holder img {
  display: block;
  object-fit: contain;
  transition: opacity 240ms;
  max-width: 100%;
}
.partner-logo-holder img:hover {
  opacity: 0.9;
}

.expert-list {
  display: flex;
  gap: 9rem;
  height: 100%;
  align-items: center;
  padding: 0 12rem;
}
@media screen and (max-width: 1023px) {
  .expert-list {
    width: 100vw;
    overflow-x: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    gap: 3rem;
  }
}

.expert-items {
  min-width: 30rem;
  height: 64.8rem;
  border-radius: 0.5rem;
  margin-bottom: 6rem;
  background-color: #000000;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(var(--white), 0.2) inset;
  transition: box-shadow 240ms, transform 240ms;
}
.expert-items:hover {
  box-shadow: 0 0 0 1px rgba(var(--white), 0.3) inset;
  transform: translate3d(0, -0.3rem, 0);
}
.expert-img-holder {
  width: 100%;
}
.expert-img-holder img {
  width: 100%;
  display: block;
  height: auto;
}

.expert-info {
  width: 100%;
  padding: 3rem;
}
.expert-info h4 {
  font-size: 3rem;
  font-style: normal;
  font-weight: normal;
  line-height: 3.6rem;
  letter-spacing: 0.32px;
  margin-bottom: 1rem;
}
.expert-info h5 {
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  font-style: italic;
  line-height: 2.4rem;
  margin-bottom: 1rem;
  letter-spacing: 0.16px;
}
.expert-info p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 3%;
}

.social-icon-holder {
  width: 100%;
  display: flex;
  gap: 1rem;
}
.social-icon-holder a {
  text-decoration: none;
  font-size: 1.8rem;
  opacity: 0.4;
  transition: opacity 240ms;
  color: var(--white-t, var(--black-t));
}
.social-icon-holder a:hover {
  opacity: 0.8;
}

.offer-list {
  display: flex;
  gap: 5%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1023px) {
  .offer-list {
    flex-direction: column;
    gap: 6rem;
  }
}

.offer-list-item {
  flex: 1;
}
.offer-list-item .h4-title {
  margin-bottom: 2.2rem;
  font-weight: 300;
  font-style: italic;
}
.offer-list-item .with-line{
  padding-top: 2.8rem;
}
@media screen and (max-width: 1023px) {
  .offer-list-item .h4-title {
    margin-bottom: 2.2rem;
  }
}

@media screen and (max-width: 1023px) {
  .description-b {
    padding-top: 5rem;
    margin-bottom: 3rem;
  }
  .description-b .h4-title {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
}

.contact-i-box {
  width: 100%;
  margin-bottom: 3rem;
}
.contact-i-box a {
  font-size: 1.8rem;
  color: var(--white-t, var(--black-t));
  display: flex;
  align-items: center;
}
.contact-i-box a i {
  margin-right: 1.2rem;
}
.contact-i-box a span {
  text-decoration: underline;
}

.link-b {
  margin-bottom: 2rem;
}
.form-holder {
  width: 100%;
  padding: 2% 8% 12%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .form-holder {
    padding: 2.4rem;
  }
}

.form-grid-holder {
  width: 100%;
}

.form-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(34%, 1fr));
  column-gap: 2.4rem;
}
.form-grid:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .form-grid {
    grid-template-columns: repeat(auto-fit, minmax(70%, 1fr));
    column-gap: 0;
    row-gap: 1rem;
  }
  .form-grid:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.btn-row {
  display: flex;
  padding-top: 5rem;
  width: 100%;
  gap: 3.4rem;
  align-items: center;
}

/*# sourceMappingURL=main.css.map */


.section-holder{
  /*width: 100vw !important;*/
}
.faq-col-holder{
  display: flex;
  width: 100%;
  gap: 10rem;
  height: 100%;
  padding: 5vw;
  .offer-list{
    flex: 1;
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .faq-col-holder{
    flex-direction: column;
    padding: 2.4rem;
    gap: 0;
  }
}
.thanks-text-holder{
  width: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.grecaptcha-badge{
  display: none;
}
.thanks-animation .thanks-text-holder{
  animation: 1000ms a-thanks ease-in-out;
  pointer-events: auto;
  position: static;
  opacity: 1;
}
@keyframes a-thanks {
  0%{
    transform: translate3d(0,-30vh,0);
    opacity: 0;
  }
  100%{
    transform: inherit;
    opacity: 1;
  }
}
.thanks-animation .form-grid-holder{
  display: none;
}

body {
  display: none;
}
.scroll-icon-holder{
  width: 6.4rem;
  height: 6.4rem;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5.4rem;
  line-height: 5.8rem;
  color: rgba(0,0,0,1);
  background-color: #ffffff;
  will-change: transform;
  animation: 6400ms scroll-icon linear infinite forwards;
}
@media screen and (max-width: 1023px) {
  .scroll-icon-holder{
    display: none;
  }
}
@keyframes scroll-icon {
  0%{
    transform: translate3d(0,-60vh,0);
    opacity: 0;
  }
  25%, 75%{
    transform: translate3d(0,0,0);
    opacity: 1;
  }
  100%{
    opacity: 0;
    transform: translate3d(0,60vh,0);
  }
}