@font-face {
  font-family: "NeueHaasGroteskText Pro";
  src: url("../eot/nhaasgrotesktxpro-75bd.eot");
  src: local("Neue Haas Grotesk Text Pro 75 Bold"), local("NHaasGroteskTXPro-75Bd"), url("../eot/nhaasgrotesktxpro-75bdd41d.eot#iefix") format("embedded-opentype"), url("../woff2/nhaasgrotesktxpro-75bd.woff2") format("woff2"), url("../woff/nhaasgrotesktxpro-75bd.woff") format("woff"), url("../ttf/nhaasgrotesktxpro-75bd.ttf") format("truetype"), url("../svg/nhaasgrotesktxpro-75bd.svg#NHaasGroteskTXPro-75Bd") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueHaasGroteskText Pro";
  src: url("../eot/nhaasgrotesktxpro-55rg.eot");
  src: local("Neue Haas Grotesk Text Pro 55 Roman"), local("NHaasGroteskTXPro-55Rg"), url("../eot/nhaasgrotesktxpro-55rgd41d.eot#iefix") format("embedded-opentype"), url("../woff2/nhaasgrotesktxpro-55rg.woff2") format("woff2"), url("../woff/nhaasgrotesktxpro-55rg.woff") format("woff"), url("../ttf/nhaasgrotesktxpro-55rg.ttf") format("truetype"), url("../svg/nhaasgrotesktxpro-55rg.svg#NHaasGroteskTXPro-55Rg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueHaasGroteskText Pro Md";
  src: url("../eot/nhaasgrotesktxpro-65md.eot");
  src: local("Neue Haas Grotesk Text Pro 65 Medium"), local("NHaasGroteskTXPro-65Md"), url("../eot/nhaasgrotesktxpro-65mdd41d.eot#iefix") format("embedded-opentype"), url("../woff2/nhaasgrotesktxpro-65md.woff2") format("woff2"), url("../woff/nhaasgrotesktxpro-65md.woff") format("woff"), url("../ttf/nhaasgrotesktxpro-65md.ttf") format("truetype"), url("../svg/nhaasgrotesktxpro-65md.svg#NHaasGroteskTXPro-65Md") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*ANIMACIJJE*/
.animation {
  opacity: 0;
  position: relative;
  animation-fill-mode: forwards;
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.slideLeft {
  animation-name: slideLeft;
  animation-duration: 1s;
}

@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.slideRight {
  animation-name: slideRight;
  animation-duration: 1s;
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slideUp {
  animation-name: slideUp;
  animation-duration: 1s;
}

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.slideDown {
  animation-name: slideDown;
  animation-duration: 1s;
}

@keyframes slideDownLeft {
  0% {
    opacity: 0;
    transform: translate(50%, -50%);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.slideDownLeft {
  animation-name: slideDownLeft;
  animation-duration: 1s;
}

@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
}

.scale-up-hor-left {
  -webkit-animation: scale-up-hor-left 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: scale-up-hor-left 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@-webkit-keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
}
@keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
}
.scale-up-hor-right {
  -webkit-animation: scale-up-hor-right 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-hor-right 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scale-up-hor-right {
  0% {
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}
@keyframes scale-up-hor-right {
  0% {
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}
.scale-up-ver-bottom {
  -webkit-animation: scale-up-ver-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-ver-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scale-up-ver-bottom {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
}
@keyframes scale-up-ver-bottom {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
}
.slide-top {
  -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
* {
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  font-size: 10px;
  line-height: 1.2;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  color: #1E2432;
  font-family: "NeueHaasGroteskText Pro";
}

main {
  margin-top: 0px;
}
@media (min-width: 768px) {
  main {
    margin-top: -92px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

.list-unstyled {
  list-style: none;
  padding-left: 0px;
}

p {
  margin-bottom: 1rem;
  font-weight: 300;
}

a {
  color: #000;
  text-decoration: none;
}

.img-placeholder {
  position: relative;
  display: block;
}
.img-placeholder:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.img-placeholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

strong {
  color: #FFB001;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
}

.wp-btn {
  display: inline-block;
  color: #fff;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 20px 35px;
  background: linear-gradient(180deg, #ffc441 0%, #feb002 100%);
}
.wp-btn.long {
  display: block;
  text-align: center;
  background: #fff;
  border: 2px solid #FFB001;
  color: #111A44;
}
.wp-btn.long:hover {
  color: #fff;
  background: linear-gradient(180deg, #ffc441 0%, #feb002 100%);
}
.wp-btn.services-btn {
  color: #fff;
  padding: 12px 25px;
  border: 1px solid #fff;
  background: transparent;
  text-transform: none;
  font-size: 14px;
}
.wp-btn.services-btn:hover {
  background: linear-gradient(180deg, #ffc441 0%, #feb002 100%);
}
.wp-btn.steps-btn {
  background: linear-gradient(180deg, #384154 0%, #1E2432 100%);
}
.wp-btn.features-btn {
  display: block;
  text-align: center;
}
.wp-btn.contact-btn {
  background: linear-gradient(180deg, #59BDFF 0%, #0099FE 100%);
  border: none;
  padding: 20px 100px;
  cursor: pointer;
}

.gray-bg {
  background-color: rgba(245, 245, 245, 0.58);
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.position-relative {
  position: relative;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-center {
  text-align: center;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-static {
  position: static;
}

.position-fixed {
  position: fixed;
}

.btn-secondary, .btn-light, .btn-dark, .btn-info, .btn-warning, .btn-primary {
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: 0.2s linear;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.19px;
  border-radius: 3rem;
}

.btn-block {
  display: block;
}

.btn-primary {
  background-color: #1E2432;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: #0b0d12;
  color: #fff !important;
}

.bg-primary {
  background-color: #1E2432;
}

.text-primary {
  color: #1E2432 !important;
}

.btn-warning {
  background-color: #FFB001;
  color: #000 !important;
}
.btn-warning:hover {
  background-color: #cd8d00;
  color: #fff !important;
}

.bg-warning {
  background-color: #FFB001;
}

.text-warning {
  color: #FFB001 !important;
}

.btn-info {
  background-color: #5288FF;
  color: #fff !important;
}
.btn-info:hover {
  background-color: #1f65ff;
  color: #fff !important;
}

.bg-info {
  background-color: #5288FF;
}

.text-info {
  color: #5288FF !important;
}

.btn-dark {
  background-color: #1E2432;
  color: #fff !important;
}
.btn-dark:hover {
  background-color: #0b0d12;
  color: #fff !important;
}

.bg-dark {
  background-color: #1E2432;
}

.text-dark {
  color: #1E2432 !important;
}

.btn-light {
  background-color: #fff;
  color: #000 !important;
}
.btn-light:hover {
  background-color: #e6e6e6;
  color: #000 !important;
}

.bg-light {
  background-color: #fff;
}

.text-light {
  color: #fff !important;
}

.btn-secondary {
  background-color: #111A44;
  color: #fff !important;
}
.btn-secondary:hover {
  background-color: #070a1b;
  color: #fff !important;
}

.bg-secondary {
  background-color: #111A44;
}

.text-secondary {
  color: #111A44 !important;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.row > [class*=col-] {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.row.no-gutters {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.row.no-gutters > [class*=col-] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.container,
.container-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

.align-content-center {
  align-content: center;
}

.align-content-stretch {
  align-content: stretch;
}

.align-content-between {
  align-content: space-between;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

@media (min-width: 450px) {
  .col-xm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xm-none {
    display: none !important;
  }
  .d-xm-block {
    display: block !important;
  }
  .d-xm-flex {
    display: flex !important;
  }
  .d-xm-inline-block {
    display: inline-block !important;
  }
  .d-xm-inline-flex {
    display: inline-flex !important;
  }
  .flex-xm-wrap {
    flex-wrap: wrap;
  }
  .flex-xm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xm-row {
    flex-direction: row;
  }
  .flex-xm-column {
    flex-direction: column;
  }
  .align-items-xm-start {
    align-items: flex-start;
  }
  .align-items-xm-end {
    align-items: flex-end;
  }
  .align-items-xm-center {
    align-items: center;
  }
  .align-items-xm-stretch {
    align-items: stretch;
  }
  .align-content-xm-start {
    align-content: flex-start;
  }
  .align-content-xm-end {
    align-content: flex-end;
  }
  .align-content-xm-center {
    align-content: center;
  }
  .align-content-xm-stretch {
    align-content: stretch;
  }
  .align-content-xm-between {
    align-content: space-between;
  }
  .justify-content-xm-start {
    justify-content: flex-start;
  }
  .justify-content-xm-end {
    justify-content: flex-end;
  }
  .justify-content-xm-center {
    justify-content: center;
  }
  .justify-content-xm-between {
    justify-content: space-between;
  }
  .justify-content-xm-around {
    justify-content: space-around;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
  .align-content-sm-between {
    align-content: space-between;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
  .align-content-md-between {
    align-content: space-between;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
  .align-content-lg-between {
    align-content: space-between;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
}
@media (min-width: 1265px) {
  .container {
    max-width: 1260px;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-content-xl-start {
    align-content: flex-start;
  }
  .align-content-xl-end {
    align-content: flex-end;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
  .align-content-xl-between {
    align-content: space-between;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
}
@media (min-width: 1450px) {
  .container {
    max-width: 1400px;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xxl-row {
    flex-direction: row;
  }
  .flex-xxl-column {
    flex-direction: column;
  }
  .align-items-xxl-start {
    align-items: flex-start;
  }
  .align-items-xxl-end {
    align-items: flex-end;
  }
  .align-items-xxl-center {
    align-items: center;
  }
  .align-items-xxl-stretch {
    align-items: stretch;
  }
  .align-content-xxl-start {
    align-content: flex-start;
  }
  .align-content-xxl-end {
    align-content: flex-end;
  }
  .align-content-xxl-center {
    align-content: center;
  }
  .align-content-xxl-stretch {
    align-content: stretch;
  }
  .align-content-xxl-between {
    align-content: space-between;
  }
  .justify-content-xxl-start {
    justify-content: flex-start;
  }
  .justify-content-xxl-end {
    justify-content: flex-end;
  }
  .justify-content-xxl-center {
    justify-content: center;
  }
  .justify-content-xxl-between {
    justify-content: space-between;
  }
  .justify-content-xxl-around {
    justify-content: space-around;
  }
}
.form-group {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .form-group {
    margin-bottom: 3rem;
  }
}

.input-group {
  display: flex;
  width: 100%;
  min-width: 1px;
}
.input-group input {
  border-right: none !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  flex: 0 1 100%;
  min-width: 1px;
}
.input-group .input-group-append .btn {
  height: 100%;
  border-radius: 0;
  font-size: 1.3rem;
}
.input-group .input-group-append .text {
  height: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border: 2px solid #d9d9d9;
  border-left: none;
  border-radius: 0 9px 9px 0;
  padding: 0 1rem;
  font-size: 1.4rem;
  color: #a6a6a6;
}
.input-group .input-group-append .text:before {
  content: "";
  width: 1px;
  height: 60%;
  top: 20%;
  background-color: #a6a6a6;
  left: 0;
  position: absolute;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.form-control {
  height: auto;
  line-height: 4.5rem;
  transition: 0.2s linear;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  display: block;
  font-size: 1.4rem;
  border: none;
  border-radius: 9px;
  padding: 0 15px;
  background-color: #fff;
  border: 2px solid #d9d9d9;
  font-weight: 600;
  color: #1E2432;
}
@media (min-width: 768px) {
  .form-control {
    line-height: 5rem;
    padding: 0 2.5rem;
    font-size: 1.6rem;
  }
}
.form-control::placeholder {
  opacity: 1;
  color: #a6a6a6;
  font-weight: 400;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .form-control::placeholder {
    font-size: 1.6rem;
  }
}
.form-control[type=number] {
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
@media (min-width: 768px) {
  .form-control[type=number] {
    text-align: right;
  }
}
.form-control::-webkit-outer-spin-button, .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-control.is-invalid {
  border: 1px solid #c92327;
  box-shadow: 0 0 3px #c92327;
}
.form-control.is-valid {
  border: 1px solid #04d967;
  box-shadow: 0 0 3px #04d967;
}
.form-control:focus {
  outline: none;
}

.invalid-feedback {
  padding: 1rem 0 0;
  color: #c92327;
}

.error {
  color: #c92327;
  font-size: 1.4rem;
  font-style: italic;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

.label-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: -0.26px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  .label-text {
    font-size: 1.6rem;
  }
}

.fake-radio,
.fake-checkbox {
  width: 22px;
  flex: 0 0 22px;
  height: 22px;
  border-radius: 60%;
  margin-right: 1rem;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #1E2432;
  cursor: pointer;
}
.fake-radio:after,
.fake-checkbox:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 1.3rem !important;
  color: #1E2432;
}

.fake-checkbox {
  border-radius: 4px !important;
}

input[type=radio]:checked + .fake-radio:after,
input[type=checkbox]:checked + .fake-checkbox:after {
  background-color: #fff;
  content: "\f00c";
}

input[type=radio]:checked + .fake-radio:after {
  background-color: #fff;
  content: "\f00c";
}

.radio-label {
  cursor: pointer;
  margin-bottom: 0;
}

.fake-checkbox::after {
  font-family: "Font Awesome 5 Free";
}

.fake-radio::after {
  font-family: "Font Awesome 5 Free";
}

input[type=checkbox]:checked + .fake-checkbox::after {
  background-image: url(../png/check.png);
  font-weight: bolder;
}

input[type=radio]:checked + .fake-radio::after {
  background-image: url(../png/check.png);
  font-weight: bolder;
}

input[type=checkbox]:checked ~ .checkbox-text {
  color: #1E2432 !important;
}

input[type=radio]:checked ~ .radio-text {
  color: #1E2432 !important;
}

header {
  background: linear-gradient(351.87deg, #5288FF 0%, #2F66E0 100%);
}
@media (min-width: 992px) {
  header {
    background: transparent;
  }
}
header.white-header + main {
  margin-top: 0;
}
@media (min-width: 992px) {
  header.white-header .navbar .navbar-brand:first-of-type {
    display: none !important;
  }
  header.white-header .navbar .navbar-brand:last-of-type {
    display: block !important;
  }
}
@media (min-width: 992px) {
  header.white-header .navbar .navbar-nav .main-menu .nav-item .toggle-submenu {
    color: #111A44 !important;
  }
}
@media (min-width: 992px) {
  header.white-header .navbar .navbar-nav .main-menu .nav-item .nav-link {
    color: #111A44;
  }
}
header .navbar {
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  header .navbar {
    padding: 2.4rem 0;
  }
}
header .navbar .navbar-brand:first-of-type {
  display: block;
}
header .navbar .navbar-brand:last-of-type {
  display: none;
}
header .navbar .navbar-brand {
  display: block;
  max-width: 184px;
  flex: 0 0 184px;
}
header .navbar .navbar-brand .navbar-toggler {
  cursor: pointer;
}
@media (min-width: 992px) {
  header .navbar .navbar-brand .navbar-toggler {
    display: none !important;
  }
}
header .navbar .navbar-nav {
  display: none;
  position: relative;
  width: 100%;
  flex: 0 0 100%;
  text-align: center;
  padding-top: 20px;
}
@media (min-width: 992px) {
  header .navbar .navbar-nav {
    display: flex;
    padding-top: 0;
    flex: 0 0 auto;
    width: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  header .navbar .navbar-nav .main-menu {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 992px) {
  header .navbar .navbar-nav .main-menu {
    justify-content: end;
  }
}
header .navbar .navbar-nav .main-menu .nav-item {
  cursor: pointer;
}
@media (min-width: 992px) {
  header .navbar .navbar-nav .main-menu .nav-item {
    margin-right: 20px;
  }
  header .navbar .navbar-nav .main-menu .nav-item:hover .submenu {
    display: block !important;
  }
}
@media (min-width: 992px) {
  header .navbar .navbar-nav .main-menu .nav-item {
    margin-right: 30px;
  }
}
@media (min-width: 1265px) {
  header .navbar .navbar-nav .main-menu .nav-item {
    margin-right: 50px;
  }
}
@media (min-width: 992px) {
  header .navbar .navbar-nav .main-menu .nav-item:last-of-type {
    margin-right: 0;
  }
}
header .navbar .navbar-nav .main-menu .nav-item .nav-link {
  cursor: pointer;
  display: inline-block;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 1.03px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}
header .navbar .navbar-nav .main-menu .nav-item .nav-link:hover, header .navbar .navbar-nav .main-menu .nav-item .nav-link.active {
  border-bottom: 2px solid #FFB001;
}
@media (min-width: 768px) {
  header .navbar .navbar-nav .main-menu .nav-item .nav-link {
    font-size: 12px;
    position: relative;
  }
}
@media (min-width: 992px) {
  header .navbar .navbar-nav .main-menu .nav-item .nav-link {
    font-size: 14px;
  }
}
header .navbar .navbar-nav .main-menu .nav-item .submenu {
  display: none;
}
@media (min-width: 992px) {
  header .navbar .navbar-nav .main-menu .nav-item .submenu {
    position: absolute;
    background: linear-gradient(249.42deg, #5288ff 0%, #2f66e0 100%);
    padding: 20px 50px 10px 20px;
    z-index: 5;
    padding-right: 0;
    min-width: 180px;
  }
}
@media (min-width: 992px) {
  header .navbar .navbar-nav .main-menu .nav-item .submenu {
    min-width: 200px;
  }
}
header .navbar .navbar-nav .main-menu .nav-item .submenu .nav-item {
  text-align: center;
}
@media (min-width: 992px) {
  header .navbar .navbar-nav .main-menu .nav-item .submenu .nav-item {
    text-align: left;
  }
}
header .navbar .navbar-nav .main-menu .nav-item .submenu .nav-item .nav-link {
  margin-right: 0;
  cursor: pointer;
  color: #fff;
}
header .navbar .navbar-nav .main-menu .nav-item .toggle-submenu {
  color: #fff;
  width: 15px;
  height: 15px;
}
@media (min-width: 992px) {
  header .navbar .navbar-nav .main-menu .nav-item .toggle-submenu.fa-chevron-up {
    transform: rotate(-180deg);
  }
}
header .navbar .navbar-nav .quote-link {
  cursor: pointer !important;
  display: inline-block !important;
  font-family: "NeueHaasGroteskText Pro" !important;
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 1.03px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  padding: 13px 26px !important;
  background-color: #004fff !important;
  margin-top: 20px !important;
  border-bottom: none !important;
}
header .navbar .navbar-nav .quote-link:hover {
  border-bottom: none !important;
}
@media (min-width: 768px) {
  header .navbar .navbar-nav .quote-link {
    font-size: 12px !important;
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) {
  header .navbar .navbar-nav .quote-link {
    font-size: 14px !important;
  }
}
@media (min-width: 1265px) {
  header .navbar .navbar-nav .quote-link {
    margin-left: 41px !important;
  }
}

.navbar-toggler .menuicon {
  display: block;
  cursor: pointer;
  color: #fff;
  transform: rotate(0deg);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 992px) {
  .navbar-toggler .menuicon {
    display: none !important;
  }
}

.navbar-toggler .menuicon__bar,
.navbar-toggler .menuicon__circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
}

.navbar-toggler .menuicon__bar {
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-in-out;
}

.navbar-toggler .menuicon__circle {
  transition: stroke-dashoffset 0.3s linear 0.1s;
  stroke-dashoffset: initial;
  stroke-dasharray: initial;
}

.navbar-toggler.active .menuicon {
  color: #fff;
  transform: rotate(180deg);
}

.navbar-toggler.active .menuicon__circle {
  stroke-dashoffset: 0;
}

.navbar-toggler.active .menuicon__bar:nth-child(1),
.navbar-toggler.active .menuicon__bar:nth-child(4) {
  opacity: 0;
}

.navbar-toggler.active .menuicon__bar:nth-child(2) {
  transform: rotate(45deg);
}

.navbar-toggler.active .menuicon__bar:nth-child(3) {
  transform: rotate(-45deg);
}

.landing-lead {
  padding: 50px 0 47px;
}
@media (min-width: 992px) {
  .landing-lead {
    padding: 100px 0 47px;
  }
}
.landing-lead .landing-lead-wrapper {
  text-align: center;
}
.landing-lead .landing-lead-wrapper .landing-lead-title {
  color: #0e1947;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.32px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  max-width: 620px;
  margin: 0 auto;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .landing-lead .landing-lead-wrapper .landing-lead-title {
    font-size: 40px;
    line-height: 56px;
  }
}
@media (min-width: 992px) {
  .landing-lead .landing-lead-wrapper .landing-lead-title {
    font-size: 50px;
    line-height: 66px;
  }
}
@media (min-width: 1265px) {
  .landing-lead .landing-lead-wrapper .landing-lead-title {
    font-size: 70px;
    line-height: 74px;
  }
}
.landing-lead .landing-lead-wrapper .landing-lead-text {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: normal;
  color: #0e1947;
  font-size: 16px;
  line-height: 30px;
  max-width: 802px;
  margin: 0 auto;
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .landing-lead .landing-lead-wrapper .landing-lead-text {
    font-size: 20px;
    line-height: 33px;
  }
}
.landing-lead .landing-lead-wrapper .landing-btn {
  display: inline-block;
  color: #fff;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding: 18px 29px;
  background: #004fff;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .landing-lead .landing-lead-wrapper .landing-btn {
    font-size: 18px;
    line-height: 23px;
  }
}

.landing-step {
  background: #652af1;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .landing-step {
    padding: 108px 0 72px;
  }
}
@media (min-width: 768px) {
  .landing-step .landing-step-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.landing-step .landing-step-wrapper .landing-step-item {
  margin-bottom: 30px;
}
.landing-step .landing-step-wrapper .landing-step-item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .landing-step .landing-step-wrapper .landing-step-item {
    margin-bottom: 0;
    flex: 0 0 calc(33.3333333333% - 5px);
    width: calc(33.3333333333% - 5px);
  }
}
@media (min-width: 992px) {
  .landing-step .landing-step-wrapper .landing-step-item {
    flex: 0 0 calc(33.3333333333% - 13.3333333333px);
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media (min-width: 1285px) {
  .landing-step .landing-step-wrapper .landing-step-item {
    flex: 0 0 calc(33.3333333333% - 25px);
    width: calc(33.3333333333% - 25px);
  }
}
.landing-step .landing-step-wrapper .landing-step-item .landing-step-title-wrapper {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.landing-step .landing-step-wrapper .landing-step-item .landing-step-title-wrapper span {
  display: block;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  color: #fff;
  font-size: 70px;
  flex: 0 0 60px;
}
@media (min-width: 1265px) {
  .landing-step .landing-step-wrapper .landing-step-item .landing-step-title-wrapper span {
    font-size: 100px;
    flex: 0 0 80px;
  }
}
.landing-step .landing-step-wrapper .landing-step-item .landing-step-title-wrapper .landing-step-title {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  max-width: 200px;
  margin-bottom: 0;
}
@media (min-width: 1265px) {
  .landing-step .landing-step-wrapper .landing-step-item .landing-step-title-wrapper .landing-step-title {
    font-size: 32px;
    line-height: 44px;
    max-width: 324px;
  }
}
.landing-step .landing-step-wrapper .landing-step-item .landing-step-text {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.36px;
  margin-bottom: 0;
  padding-left: 60px;
}
@media (min-width: 1265px) {
  .landing-step .landing-step-wrapper .landing-step-item .landing-step-text {
    font-size: 18px;
    line-height: 30px;
    padding-left: 80px;
  }
}

.landing-package {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 50px 0;
}
@media (min-width: 922px) {
  .landing-package {
    padding: 86px 0 105px;
  }
}
.landing-package .landing-package-wrapper .landing-package-title {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 19px;
}
@media (min-width: 992px) {
  .landing-package .landing-package-wrapper .landing-package-title {
    font-size: 56px;
    line-height: 76px;
  }
}
.landing-package .landing-package-wrapper .landing-package-text {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  max-width: 743px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 992px) {
  .landing-package .landing-package-wrapper .landing-package-text {
    font-size: 20px;
    line-height: 30px;
  }
}
.landing-package .landing-package-wrapper .landing-package-item-wrapper {
  padding-top: 33px;
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  .landing-package .landing-package-wrapper .landing-package-item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .landing-package .landing-package-wrapper .landing-package-item-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .landing-package .landing-package-wrapper .landing-package-item-wrapper {
    padding-top: 66px;
  }
}
@media (min-width: 1265px) {
  .landing-package .landing-package-wrapper .landing-package-item-wrapper {
    justify-content: center;
  }
}
.landing-package .landing-package-wrapper .landing-package-item-wrapper .landing-package-item {
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 12px;
  box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.51);
  padding: 30px 30px;
  max-width: 478px;
  cursor: pointer;
  transition: 1s linear;
}
.landing-package .landing-package-wrapper .landing-package-item-wrapper .landing-package-item:hover {
  transform: scale(1.02);
  box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.51);
}
@media (min-width: 768px) {
  .landing-package .landing-package-wrapper .landing-package-item-wrapper .landing-package-item {
    flex: 0 0 calc(50% - 25px);
    width: calc(50% - 25px);
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .landing-package .landing-package-wrapper .landing-package-item-wrapper .landing-package-item {
    padding: 53px 50px 33px;
    flex: 0 0 calc(50% - 44.5px);
    width: calc(50% - 44.5px);
  }
}
@media (min-width: 1265px) {
  .landing-package .landing-package-wrapper .landing-package-item-wrapper .landing-package-item {
    margin-right: 89px;
  }
  .landing-package .landing-package-wrapper .landing-package-item-wrapper .landing-package-item:last-of-type {
    margin-right: 0;
  }
}
.landing-package .landing-package-wrapper .landing-package-item-wrapper .landing-package-item h4 {
  color: #1E2432;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  .landing-package .landing-package-wrapper .landing-package-item-wrapper .landing-package-item h4 {
    font-size: 36px;
    line-height: 40px;
  }
}
.landing-package .landing-package-wrapper .landing-package-item-wrapper .landing-package-item p {
  color: #FFB001;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.1px;
  text-align: center;
}
@media (min-width: 992px) {
  .landing-package .landing-package-wrapper .landing-package-item-wrapper .landing-package-item p {
    font-size: 20px;
    line-height: 34px;
  }
}
.landing-package .landing-package-wrapper .landing-package-item-wrapper .landing-package-item p span {
  color: #5288FF;
}
.landing-package .landing-package-wrapper .landing-package-item-wrapper .landing-package-item ul {
  padding: 37px 0 30px;
}
.landing-package .landing-package-wrapper .landing-package-item-wrapper .landing-package-item ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #6b718d;
  font-size: 17px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: normal;
  margin-bottom: 10px;
}
.landing-package .landing-package-wrapper .landing-package-item-wrapper .landing-package-item ul li:last-of-type {
  margin-bottom: 0;
}
.landing-package .landing-package-wrapper .landing-package-item-wrapper .landing-package-item ul li::before {
  content: "";
  background-image: url(../png/check-2.png);
  background-position: center;
  background-size: 18px;
  width: 18px;
  flex: 0 0 18px;
  height: 14px;
  display: block;
  margin-right: 21px;
}
.landing-package .landing-package-wrapper .landing-package-item-wrapper .landing-package-item h3 {
  color: #0e1947;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 44px;
  line-height: 50px;
  letter-spacing: -0.22px;
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #d8d8d8;
  margin-bottom: 0;
}
@media (min-width: 1265px) {
  .landing-package .landing-package-wrapper .landing-package-item-wrapper .landing-package-item h3 {
    padding: 20px 0;
  }
}
.landing-package .landing-package-wrapper .landing-package-item-wrapper .landing-package-item .landing-package-btn-wrapper {
  padding-top: 31px;
  border-top: 1px solid #d8d8d8;
  margin-top: auto;
}
.landing-package .landing-package-wrapper .landing-package-item-wrapper .landing-package-item .landing-package-btn-wrapper a {
  display: block;
  color: #fff;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding: 18px 0;
  background: #004fff;
  border-radius: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .landing-package .landing-package-wrapper .landing-package-item-wrapper .landing-package-item .landing-package-btn-wrapper a {
    font-size: 18px;
    line-height: 23px;
  }
}
.landing-package .landing-package-wrapper .landing-package-web {
  background: linear-gradient(249.42deg, #5288FF 0%, #2F66E0 100%);
  border-radius: 12px;
  padding: 30px;
  max-width: 1046px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .landing-package .landing-package-wrapper .landing-package-web {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .landing-package .landing-package-wrapper .landing-package-web {
    padding: 30px 51px;
  }
}
.landing-package .landing-package-wrapper .landing-package-web .landing-package-web-title {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 576px) {
  .landing-package .landing-package-wrapper .landing-package-web .landing-package-web-title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .landing-package .landing-package-wrapper .landing-package-web .landing-package-web-title {
    font-size: 36px;
    line-height: 76px;
    white-space: nowrap;
  }
}
.landing-package .landing-package-wrapper .landing-package-web .landing-package-web-btn {
  display: block;
  color: #fff;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding: 18px 39px;
  background: #FFB001;
  border-radius: 8px;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .landing-package .landing-package-wrapper .landing-package-web .landing-package-web-btn {
    font-size: 18px;
    line-height: 23px;
  }
}

.landing-expectation {
  padding: 50px 0;
}
@media (min-width: 576px) {
  .landing-expectation {
    padding: 50px 0 20px;
  }
}
@media (min-width: 992px) {
  .landing-expectation {
    padding: 122px 0 134px;
  }
}
@media (min-width: 1265px) {
  .landing-expectation {
    padding: 122px 0 119px;
  }
}
.landing-expectation .landing-expectation-wrapper .landing-expectation-title {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  color: #0e1947;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .landing-expectation .landing-expectation-wrapper .landing-expectation-title {
    font-size: 56px;
    line-height: 76px;
  }
}
.landing-expectation .landing-expectation-wrapper .landing-expectation-text {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: normal;
  color: #0e1947;
  font-size: 16px;
  line-height: 26px;
  max-width: 871px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 992px) {
  .landing-expectation .landing-expectation-wrapper .landing-expectation-text {
    font-size: 20px;
    line-height: 30px;
  }
}
.landing-expectation .landing-expectation-wrapper .landing-expectation-item-wrapper {
  padding-top: 63px;
}
@media (min-width: 576px) {
  .landing-expectation .landing-expectation-wrapper .landing-expectation-item-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
.landing-expectation .landing-expectation-wrapper .landing-expectation-item-wrapper .landing-expectation-item {
  background-color: #f1f3f9;
  border-radius: 12px;
  padding: 37px 26px 33px;
  margin-bottom: 30px;
  transition: 1s linear;
  cursor: pointer;
}
.landing-expectation .landing-expectation-wrapper .landing-expectation-item-wrapper .landing-expectation-item:hover {
  transform: scale(1.05);
  box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.51);
}
.landing-expectation .landing-expectation-wrapper .landing-expectation-item-wrapper .landing-expectation-item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .landing-expectation .landing-expectation-wrapper .landing-expectation-item-wrapper .landing-expectation-item {
    flex: 0 0 calc(50% - 7.5px);
    width: calc(50% - 7.5px);
    margin-right: 15px;
  }
  .landing-expectation .landing-expectation-wrapper .landing-expectation-item-wrapper .landing-expectation-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .landing-expectation .landing-expectation-wrapper .landing-expectation-item-wrapper .landing-expectation-item:last-of-type {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .landing-expectation .landing-expectation-wrapper .landing-expectation-item-wrapper .landing-expectation-item {
    flex: 0 0 calc(50% - 15px);
    width: calc(50% - 15px);
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .landing-expectation .landing-expectation-wrapper .landing-expectation-item-wrapper .landing-expectation-item {
    flex: 0 0 calc(33.3333333333% - 10px);
    width: calc(33.3333333333% - 10px);
    margin-right: 15px;
  }
  .landing-expectation .landing-expectation-wrapper .landing-expectation-item-wrapper .landing-expectation-item:nth-of-type(2n) {
    margin-right: 15px;
  }
  .landing-expectation .landing-expectation-wrapper .landing-expectation-item-wrapper .landing-expectation-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1265px) {
  .landing-expectation .landing-expectation-wrapper .landing-expectation-item-wrapper .landing-expectation-item {
    flex: 0 0 calc(33.3333333333% - 20px);
    width: calc(33.3333333333% - 20px);
    margin-right: 30px;
    margin-bottom: 45px;
  }
  .landing-expectation .landing-expectation-wrapper .landing-expectation-item-wrapper .landing-expectation-item:nth-of-type(2n) {
    margin-right: 30px;
  }
  .landing-expectation .landing-expectation-wrapper .landing-expectation-item-wrapper .landing-expectation-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .landing-expectation .landing-expectation-wrapper .landing-expectation-item-wrapper .landing-expectation-item:last-of-type {
    margin-bottom: 45px;
  }
}
.landing-expectation .landing-expectation-wrapper .landing-expectation-item-wrapper .landing-expectation-item .landing-expectation-header {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
.landing-expectation .landing-expectation-wrapper .landing-expectation-item-wrapper .landing-expectation-item .landing-expectation-header .landing-expectation-header-image {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  margin-right: 24px;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .landing-expectation .landing-expectation-wrapper .landing-expectation-item-wrapper .landing-expectation-item .landing-expectation-header .landing-expectation-header-image {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .landing-expectation .landing-expectation-wrapper .landing-expectation-item-wrapper .landing-expectation-item .landing-expectation-header .landing-expectation-header-image {
    margin-right: 24px;
  }
}
.landing-expectation .landing-expectation-wrapper .landing-expectation-item-wrapper .landing-expectation-item .landing-expectation-header .landing-expectation-header-title {
  flex: 1;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  color: #111A44;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.12px;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .landing-expectation .landing-expectation-wrapper .landing-expectation-item-wrapper .landing-expectation-item .landing-expectation-header .landing-expectation-header-title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 768px) {
  .landing-expectation .landing-expectation-wrapper .landing-expectation-item-wrapper .landing-expectation-item .landing-expectation-header .landing-expectation-header-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1265px) {
  .landing-expectation .landing-expectation-wrapper .landing-expectation-item-wrapper .landing-expectation-item .landing-expectation-header .landing-expectation-header-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.landing-expectation .landing-expectation-wrapper .landing-expectation-item-wrapper .landing-expectation-item .landing-expectation-data {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: normal;
  color: #1E2432;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 1265px) {
  .landing-expectation .landing-expectation-wrapper .landing-expectation-item-wrapper .landing-expectation-item .landing-expectation-data {
    font-size: 16px;
    line-height: 26px;
  }
}

.landing-qa {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .landing-qa {
    padding-bottom: 124px;
  }
}
@media (min-width: 992px) {
  .landing-qa .landing-qa-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .landing-qa .landing-qa-wrapper .landing-qa-acordion {
    flex: 0 0 60%;
    width: 60%;
    max-width: 685px;
  }
}
.landing-qa .landing-qa-wrapper .landing-qa-acordion .landing-qa-data-wrapper {
  border-top: 1px solid #0e1947;
}
.landing-qa .landing-qa-wrapper .landing-qa-acordion .landing-qa-data-wrapper:last-of-type .landing-qa-data-title-wrapper {
  border-bottom: none;
}
.landing-qa .landing-qa-wrapper .landing-qa-acordion .landing-qa-data-wrapper .landing-qa-data-title-wrapper {
  cursor: pointer;
  padding: 15px 0;
}
@media (min-width: 992px) {
  .landing-qa .landing-qa-wrapper .landing-qa-acordion .landing-qa-data-wrapper .landing-qa-data-title-wrapper {
    padding: 32px 0;
  }
}
.landing-qa .landing-qa-wrapper .landing-qa-acordion .landing-qa-data-wrapper .landing-qa-data-title-wrapper .landing-qa-data-title {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  color: #0e1947;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .landing-qa .landing-qa-wrapper .landing-qa-acordion .landing-qa-data-wrapper .landing-qa-data-title-wrapper .landing-qa-data-title {
    font-size: 22px;
    line-height: 34px;
  }
}
.landing-qa .landing-qa-wrapper .landing-qa-acordion .landing-qa-data-wrapper .landing-qa-data-title-wrapper .landing-qa-data-title span {
  cursor: pointer;
  position: relative;
  right: 0;
}
.landing-qa .landing-qa-wrapper .landing-qa-acordion .landing-qa-data-wrapper .landing-qa-data-title-wrapper .landing-qa-data-title span svg {
  fill: #0e1947;
}
.landing-qa .landing-qa-wrapper .landing-qa-acordion .landing-qa-data-wrapper .landing-qa-data-content {
  display: none;
  padding-bottom: 15px;
}
.landing-qa .landing-qa-wrapper .landing-qa-acordion .landing-qa-data-wrapper .landing-qa-data-content p {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: normal;
  color: #0e1947;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .landing-qa .landing-qa-wrapper .landing-qa-acordion .landing-qa-data-wrapper .landing-qa-data-content p {
    font-size: 16px;
    line-height: 26px;
  }
}
.landing-qa .landing-qa-wrapper .landing-qa-info {
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  .landing-qa .landing-qa-wrapper .landing-qa-info {
    flex: 0 0 35%;
    width: 35%;
    margin-bottom: 0;
  }
}
.landing-qa .landing-qa-wrapper .landing-qa-info .landing-qa-info-title {
  color: #0e1947;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.32px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  max-width: 609px;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .landing-qa .landing-qa-wrapper .landing-qa-info .landing-qa-info-title {
    font-size: 40px;
    line-height: 56px;
  }
}
@media (min-width: 992px) {
  .landing-qa .landing-qa-wrapper .landing-qa-info .landing-qa-info-title {
    font-size: 50px;
    line-height: 66px;
    margin-bottom: 45px;
  }
}
@media (min-width: 1265px) {
  .landing-qa .landing-qa-wrapper .landing-qa-info .landing-qa-info-title {
    font-size: 70px;
    line-height: 80px;
  }
}
.landing-qa .landing-qa-wrapper .landing-qa-info .landing-qa-info-text {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: normal;
  color: #0e1947;
  font-size: 16px;
  line-height: 30px;
  max-width: 565px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .landing-qa .landing-qa-wrapper .landing-qa-info .landing-qa-info-text {
    font-size: 20px;
    line-height: 33px;
  }
}
@media (min-width: 992px) {
  .landing-qa .landing-qa-wrapper .landing-qa-info .landing-qa-info-text {
    margin-bottom: 52px;
  }
}
.landing-qa .landing-qa-wrapper .landing-qa-info .landing-qa-link {
  display: flex;
  align-items: center;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: 500;
  color: #0e1947;
  font-size: 20px;
  line-height: 25px;
  text-decoration: underline;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .landing-qa .landing-qa-wrapper .landing-qa-info .landing-qa-link {
    font-size: 30px;
    line-height: 35px;
  }
}
.landing-qa .landing-qa-wrapper .landing-qa-info .landing-qa-link:hover::before {
  width: 60%;
}
.landing-qa .landing-qa-wrapper .landing-qa-info .landing-qa-link::before {
  content: "";
  background-color: rgba(255, 176, 1, 0.2);
  display: block;
  position: absolute;
  height: 100%;
  width: 0%;
  z-index: 1;
  top: 0;
  left: 0;
  transition: 0.2s linear;
}
.landing-qa .landing-qa-wrapper .landing-qa-info .landing-qa-link span {
  display: flex;
  width: 32px;
  height: 16px;
  margin-left: 10px;
}
.landing-qa .landing-qa-wrapper .landing-qa-info .landing-qa-link span img {
  width: 32px;
  height: 16px;
}

.landing-shop-qa-more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: 500;
  color: #0e1947;
  font-size: 20px;
  line-height: 25px;
  text-decoration: underline;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .landing-shop-qa-more {
    font-size: 24px;
    line-height: 30px;
    justify-content: flex-end;
  }
}
.landing-shop-qa-more span {
  display: block;
  margin-left: 15px;
}
.landing-shop-qa-more span svg {
  fill: #FFB001;
}
.landing-shop-qa-more:hover::before {
  width: 13%;
}
.landing-shop-qa-more::before {
  content: "";
  background-color: rgba(255, 176, 1, 0.2);
  display: block;
  position: absolute;
  height: 100%;
  width: 0%;
  z-index: 1;
  right: 0;
  top: 0;
  transition: 0.2s linear;
}

.landing-contact {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .landing-contact {
    padding: 87px 0 148px;
  }
}
.landing-contact .landing-contact-form-wrapper {
  background-color: #ffffff;
  box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.16);
  padding: 85px 20px 57px;
  max-width: 1161px;
  margin: 0 auto;
  position: relative;
  border-radius: 12px;
}
@media (min-width: 576px) {
  .landing-contact .landing-contact-form-wrapper {
    padding: 85px 40px 57px;
  }
}
@media (min-width: 768px) {
  .landing-contact .landing-contact-form-wrapper {
    padding: 85px 60px 57px;
  }
}
@media (min-width: 992px) {
  .landing-contact .landing-contact-form-wrapper {
    padding: 85px 120px 57px;
  }
}
.landing-contact .landing-contact-form-wrapper::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #FFB001;
  bottom: -30px;
  left: 50%;
  right: 50%;
  transform: translate(-50%);
  height: 30px;
  width: 80%;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.landing-contact .landing-contact-form-wrapper .landing-contact-form-title {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  color: #0e1947;
  text-align: center;
  margin-bottom: 59px;
}
@media (min-width: 992px) {
  .landing-contact .landing-contact-form-wrapper .landing-contact-form-title {
    font-size: 56px;
    line-height: 76px;
  }
}
@media (min-width: 576px) {
  .landing-contact .landing-contact-form-wrapper .landing-contact-form .form-group-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.landing-contact .landing-contact-form-wrapper .landing-contact-form .form-group-wrapper .form-group {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .landing-contact .landing-contact-form-wrapper .landing-contact-form .form-group-wrapper .form-group {
    flex: 0 0 calc(50% - 14.5px);
    width: calc(50% - 14.5px);
  }
}
.landing-contact .landing-contact-form-wrapper .landing-contact-form .form-group-wrapper .form-group.message {
  flex: 0 0 100%;
  width: 100%;
}
.landing-contact .landing-contact-form-wrapper .landing-contact-form .form-group-wrapper .form-group label {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #0e1947;
}
@media (min-width: 992px) {
  .landing-contact .landing-contact-form-wrapper .landing-contact-form .form-group-wrapper .form-group label {
    font-size: 16px;
    line-height: 20px;
  }
}
.landing-contact .landing-contact-form-wrapper .landing-contact-form .form-group-wrapper .form-group .form-control {
  border-radius: 6px;
  border: 1px solid #d8d8d8;
  font-size: 16px;
  letter-spacing: -0.27px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: 500;
  color: #1E2432;
  padding: 5px 0;
  padding-left: 27px;
}
.landing-contact .landing-contact-form-wrapper .landing-contact-form .form-group-wrapper .form-group .form-control::placeholder {
  font-size: 16px;
  letter-spacing: -0.27px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: 500;
  color: #d8d8d8;
}
.landing-contact .landing-contact-form-wrapper .landing-contact-form .form-group-wrapper .form-group .form-control:focus {
  border: 1px solid #5288ff;
}
.landing-contact .landing-contact-form-wrapper .landing-contact-form .form-group-wrapper .form-group .form-control.is-invalid {
  box-shadow: 0 0 3px red;
}
.landing-contact .landing-contact-form-wrapper .landing-contact-form .form-group-wrapper .form-group .error-msg .error {
  margin-top: 10px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 16px;
  color: red;
  font-style: normal;
}
.landing-contact .landing-contact-form-wrapper .landing-contact-form .form-group-wrapper .form-group .nice-select {
  border-radius: 6px;
  border: 1px solid #d8d8d8;
  font-size: 16px;
  letter-spacing: -0.27px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: 500;
  color: #1E2432;
  padding: 10px 0;
  padding-left: 27px;
  height: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.landing-contact .landing-contact-form-wrapper .landing-contact-form .form-group-wrapper .form-group .nice-select .current {
  font-size: 16px;
  letter-spacing: -0.27px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: 500;
  color: #111A44;
}
@media (min-width: 576px) {
  .landing-contact .landing-contact-form-wrapper .landing-contact-form .form-group-wrapper .form-group .nice-select .current {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .landing-contact .landing-contact-form-wrapper .landing-contact-form .form-group-wrapper .form-group .nice-select .current {
    font-size: 16px;
  }
}
.landing-contact .landing-contact-form-wrapper .landing-contact-form .form-group-wrapper .form-group .nice-select .list {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #d8d8d8;
}
.landing-contact .landing-contact-form-wrapper .landing-contact-form .form-group-wrapper .form-group input[type=file] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.landing-contact .landing-contact-form-wrapper .landing-contact-form .form-group-wrapper .form-group .custom-file-upload {
  border-radius: 6px;
  border: 1px solid #d8d8d8;
  font-size: 16px;
  letter-spacing: -0.27px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: 500;
  color: #1E2432;
  padding: 10px 0;
  padding-left: 27px;
  height: 62px;
  margin-bottom: 0;
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .landing-contact .landing-contact-form-wrapper .landing-contact-form .form-group-wrapper .form-group .custom-file-upload {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .landing-contact .landing-contact-form-wrapper .landing-contact-form .form-group-wrapper .form-group .custom-file-upload {
    font-size: 16px;
  }
}
.landing-contact .landing-contact-form-wrapper .landing-contact-form .form-group-wrapper .form-group .custom-file-upload i {
  padding-right: 15px;
}
.landing-contact .landing-contact-form-wrapper .landing-contact-form .landing-contact-btn-wrapper {
  text-align: center;
  padding-top: 10px;
}
.landing-contact .landing-contact-form-wrapper .landing-contact-form .landing-contact-btn-wrapper .landing-contact-btn {
  border: none;
  display: inline-block;
  color: #fff;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding: 18px 48px;
  background: #004fff;
  border-radius: 8px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .landing-contact .landing-contact-form-wrapper .landing-contact-form .landing-contact-btn-wrapper .landing-contact-btn {
    font-size: 18px;
    line-height: 23px;
  }
}

.landing-slider {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 50px 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .landing-slider {
    padding: 91px 0 41px;
  }
}
.landing-slider .owl-carousel .owl-stage {
  transition-timing-function: linear !important;
  display: flex !important;
}
.landing-slider .landing-slider-header-wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .landing-slider .landing-slider-header-wrapper {
    margin-bottom: 67px;
  }
}
.landing-slider .landing-slider-header-wrapper .landing-slider-header {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .landing-slider .landing-slider-header-wrapper .landing-slider-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .landing-slider .landing-slider-header-wrapper .landing-slider-header {
    margin-bottom: 67px;
  }
}
.landing-slider .landing-slider-header-wrapper .landing-slider-header .landing-slider-title {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.32px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  max-width: 609px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .landing-slider .landing-slider-header-wrapper .landing-slider-header .landing-slider-title {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 0;
    flex: 0 0 40%;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .landing-slider .landing-slider-header-wrapper .landing-slider-header .landing-slider-title {
    font-size: 50px;
    line-height: 66px;
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 1265px) {
  .landing-slider .landing-slider-header-wrapper .landing-slider-header .landing-slider-title {
    font-size: 70px;
    line-height: 80px;
  }
}
.landing-slider .landing-slider-header-wrapper .landing-slider-header .landing-slider-text-wrapper {
  max-width: 684px;
}
.landing-slider .landing-slider-header-wrapper .landing-slider-header .landing-slider-text-wrapper .landing-slider-text {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 1265px) {
  .landing-slider .landing-slider-header-wrapper .landing-slider-header .landing-slider-text-wrapper .landing-slider-text {
    font-size: 18px;
    line-height: 30px;
  }
}
.landing-slider .landing-slider-header-wrapper .landing-slider-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-decoration: underline;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .landing-slider .landing-slider-header-wrapper .landing-slider-btn {
    font-size: 24px;
    line-height: 30px;
  }
}
.landing-slider .landing-slider-header-wrapper .landing-slider-btn:hover::before {
  width: 15%;
}
.landing-slider .landing-slider-header-wrapper .landing-slider-btn::before {
  content: "";
  background-color: rgba(82, 136, 255, 0.2);
  display: block;
  position: absolute;
  height: 100%;
  width: 0%;
  z-index: 1;
  transition: 0.2s linear;
}
.landing-slider .landing-slider-header-wrapper .landing-slider-btn span {
  display: flex;
  width: 28px;
  height: 14px;
  margin-left: 10px;
}
.landing-slider .landing-slider-header-wrapper .landing-slider-btn span img {
  width: 28px;
  height: 14px;
}
.landing-slider .landing-slider-carousel-wrapper {
  height: 200px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .landing-slider .landing-slider-carousel-wrapper {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .landing-slider .landing-slider-carousel-wrapper {
    height: 400px;
  }
}
.landing-slider .landing-slider-carousel-wrapper .landing-slider-carousel .owl-stage-outer {
  overflow: visible;
}
.landing-slider .landing-slider-carousel-wrapper .landing-slider-carousel .landing-slider-item {
  display: block;
  height: 200px;
  width: 315px;
}
@media (min-width: 768px) {
  .landing-slider .landing-slider-carousel-wrapper .landing-slider-carousel .landing-slider-item {
    height: 300px;
    width: 472px;
  }
}
@media (min-width: 992px) {
  .landing-slider .landing-slider-carousel-wrapper .landing-slider-carousel .landing-slider-item {
    height: 400px;
    width: 630px;
  }
}
.landing-slider .landing-slider-carousel-wrapper .landing-slider-carousel .landing-slider-item .landing-slider-img img {
  height: 200px !important;
  width: auto;
}
@media (min-width: 768px) {
  .landing-slider .landing-slider-carousel-wrapper .landing-slider-carousel .landing-slider-item .landing-slider-img img {
    height: 300px !important;
  }
}
@media (min-width: 992px) {
  .landing-slider .landing-slider-carousel-wrapper .landing-slider-carousel .landing-slider-item .landing-slider-img img {
    height: 400px !important;
  }
}
.landing-slider .landing-slider-project .owl-stage-outer {
  overflow: visible;
}
.landing-slider .landing-slider-project .landing-slider-project-item {
  display: block;
  color: #fff;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 18px;
  line-height: 56px;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
}

.landing-hero {
  background: #652af1;
  position: relative;
}
.landing-hero::before {
  content: "";
  display: block;
  position: absolute;
  clip-path: ellipse(57% 50% at 50% 3%);
  background-color: #fff;
  top: 0px;
  left: 0;
  width: 100%;
  height: 250px;
}
@media (min-width: 576px) {
  .landing-hero::before {
    clip-path: ellipse(57% 100% at 50% 3%);
  }
}
.landing-hero .landing-hero-wrapper {
  position: relative;
  max-width: 876px;
  margin: 0 auto;
}
.landing-hero .landing-hero-wrapper .landing-hero-image {
  max-width: 876px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.landing-hero .landing-hero-wrapper .landing-hero-slider {
  max-width: 77%;
  margin: 0 auto;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -49%);
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  height: 161px;
}
@media (min-width: 450px) {
  .landing-hero .landing-hero-wrapper .landing-hero-slider {
    height: 204px;
  }
}
@media (min-width: 576px) {
  .landing-hero .landing-hero-wrapper .landing-hero-slider {
    height: 265px;
  }
}
@media (min-width: 768px) {
  .landing-hero .landing-hero-wrapper .landing-hero-slider {
    height: 344px;
  }
}
@media (min-width: 992px) {
  .landing-hero .landing-hero-wrapper .landing-hero-slider {
    height: 424px;
  }
}
@media (min-width: 1265px) {
  .landing-hero .landing-hero-wrapper .landing-hero-slider {
    height: 424px;
  }
}
.landing-hero .landing-hero-wrapper .landing-hero-slider .landing-hero-slider-item .landing-hero-slider-img::after {
  padding-top: 63%;
}
.landing-hero .landing-hero-wrapper .hero-01 {
  position: absolute;
  max-width: 60px;
  top: 50%;
  transform: translateY(-50%);
  left: -5%;
}
@media (min-width: 576px) {
  .landing-hero .landing-hero-wrapper .hero-01 {
    max-width: 80px;
  }
}
@media (min-width: 768px) {
  .landing-hero .landing-hero-wrapper .hero-01 {
    max-width: 100px;
  }
}
@media (min-width: 992px) {
  .landing-hero .landing-hero-wrapper .hero-01 {
    top: 30%;
    transform: translateY(-30%);
    left: -7%;
  }
}
@media (min-width: 1265px) {
  .landing-hero .landing-hero-wrapper .hero-01 {
    max-width: 137px;
    left: -22%;
  }
}
@media (min-width: 1450px) {
  .landing-hero .landing-hero-wrapper .hero-01 {
    top: 40%;
    transform: translateY(-40%);
    left: -35%;
  }
}
.landing-hero .landing-hero-wrapper .hero-02 {
  position: absolute;
  max-width: 40px;
  top: 50%;
  transform: translateY(-50%);
  right: -5%;
}
@media (min-width: 576px) {
  .landing-hero .landing-hero-wrapper .hero-02 {
    max-width: 80px;
  }
}
@media (min-width: 768px) {
  .landing-hero .landing-hero-wrapper .hero-02 {
    max-width: 60px;
  }
}
@media (min-width: 992px) {
  .landing-hero .landing-hero-wrapper .hero-02 {
    top: 30%;
    transform: translateY(-30%);
    right: -7%;
  }
}
@media (min-width: 1265px) {
  .landing-hero .landing-hero-wrapper .hero-02 {
    max-width: 85px;
    right: -12%;
  }
}
@media (min-width: 1450px) {
  .landing-hero .landing-hero-wrapper .hero-02 {
    top: 47%;
    transform: translateY(-47%);
  }
}
.landing-hero .landing-hero-wrapper .hero-03 {
  position: absolute;
  max-width: 26px;
  top: 20%;
  transform: translateY(-20%);
  left: -5%;
}
@media (min-width: 576px) {
  .landing-hero .landing-hero-wrapper .hero-03 {
    left: -3%;
  }
}
@media (min-width: 992px) {
  .landing-hero .landing-hero-wrapper .hero-03 {
    left: 0;
  }
}
@media (min-width: 1450px) {
  .landing-hero .landing-hero-wrapper .hero-03 {
    left: -8%;
  }
}
.landing-hero .landing-hero-wrapper .hero-04 {
  position: absolute;
  max-width: 40px;
  top: 20%;
  transform: translateY(-20%);
  right: -5%;
}
@media (min-width: 576px) {
  .landing-hero .landing-hero-wrapper .hero-04 {
    max-width: 72px;
  }
}
@media (min-width: 992px) {
  .landing-hero .landing-hero-wrapper .hero-04 {
    top: 10%;
    transform: translateY(-10%);
    right: -7%;
  }
}
@media (min-width: 1265px) {
  .landing-hero .landing-hero-wrapper .hero-04 {
    right: -22%;
  }
}
@media (min-width: 1450px) {
  .landing-hero .landing-hero-wrapper .hero-04 {
    right: -35%;
  }
}

footer {
  background-color: #111A44;
}
footer .footer-nav {
  padding: 40px 0;
}
@media (min-width: 576px) {
  footer .footer-nav {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  footer .footer-nav {
    padding: 81px 0 80px;
    justify-content: space-between;
  }
}
footer .footer-nav .footer-logo-wrapper {
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  footer .footer-nav .footer-logo-wrapper {
    flex: 0 0 calc(25% - 10px);
    width: calc(25% - 10px);
  }
}
footer .footer-nav .footer-logo-wrapper .footer-logo, footer .footer-nav .footer-logo-wrapper .custom-logo-link {
  display: block;
  max-width: 184px;
  flex: 0 0 184px;
}
@media (min-width: 992px) {
  footer .footer-nav .footer-logo-wrapper .footer-logo, footer .footer-nav .footer-logo-wrapper .custom-logo-link {
    margin: 0;
    margin-right: auto;
  }
}
@media (min-width: 576px) {
  footer .footer-nav .footer-menu {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  footer .footer-nav .footer-menu {
    column-count: 2;
    column-gap: 10px;
  }
}
footer .footer-nav .footer-menu .footer-menu-item {
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
}
@media (min-width: 576px) {
  footer .footer-nav .footer-menu .footer-menu-item {
    text-align: start;
  }
}
footer .footer-nav .footer-menu .footer-menu-item .footer-menu-link {
  display: block;
  color: #FFB001;
  text-transform: uppercase;
  font-family: "NeueHaasGroteskText Pro";
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}
footer .footer-nav .footer-menu .footer-menu-item .footer-menu-link:hover, footer .footer-nav .footer-menu .footer-menu-item .footer-menu-link.active {
  text-decoration: underline;
}
footer .footer-nav .footer-menu .footer-menu-item .footer-submenu .footer-submenu-link {
  display: block;
  color: #fff;
  font-family: "NeueHaasGroteskText Pro";
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
}
footer .footer-nav .footer-menu .footer-menu-item .footer-submenu .footer-submenu-link:hover {
  text-decoration: underline;
}
@media (min-width: 576px) {
  footer .footer-nav .footer-contact {
    text-align: start;
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  footer .footer-nav .footer-contact {
    flex: 0 0 calc(25% - 10px);
    width: calc(25% - 10px);
  }
}
footer .footer-nav .footer-contact .footer-menu-link {
  display: block;
  color: #FFB001;
  text-transform: uppercase;
  font-family: "NeueHaasGroteskText Pro";
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 37px;
}
footer .footer-nav .footer-contact .footer-contact-data-wrapper {
  margin-bottom: 69px;
}
footer .footer-nav .footer-contact .footer-contact-data-wrapper .footer-submenu-info {
  color: #fff;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: normal;
  font-size: 16px;
  line-height: 34px;
  display: block;
}
footer .footer-nav .footer-contact .footer-submenu-social a {
  color: #fff;
  font-size: 25px;
  margin-left: 22px;
}
footer .footer-nav .footer-contact .footer-submenu-social a:first-of-type {
  margin-left: 0;
}
footer .footer-bottom {
  padding: 29px 0;
  border-top: 1px solid rgba(245, 245, 245, 0.25);
}
footer .footer-bottom .footer-bottom-info,
footer .footer-bottom a {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: normal;
  color: #939393;
  text-align: center;
}

.chat {
  display: block;
  cursor: pointer;
  background-color: #0099fe;
  width: 216px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  padding: 18px 14px 18px 26px;
  z-index: 100;
}
.chat::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #0099fe;
  position: absolute;
  right: 25px;
  transform: translateX(-50%) rotate(45deg);
  bottom: -7px;
}
.chat .chat-icon {
  width: 26px;
  height: 24px;
  margin-right: 10px;
}
.chat .chat-text {
  margin-bottom: 0;
  color: #fff;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  text-transform: capitalize;
  font-size: 18px;
  letter-spacing: -0.09px;
}

/*# sourceMappingURL=landing-site.css.map */
