@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);
}

.lead-wp {
  background: radial-gradient(circle, #273879 0%, #111a44 100%);
  padding-top: 75px;
  padding-bottom: 200px;
}
@media (min-width: 768px) {
  .lead-wp {
    padding-top: 92px;
  }
}
@media (min-width: 992px) {
  .lead-wp {
    padding-top: 187px;
  }
}
.lead-wp .wp-title {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 46px;
  line-height: 56px;
  text-align: center;
  max-width: 508px;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 36px;
}
@media (min-width: 576px) {
  .lead-wp .wp-title {
    font-size: 66px;
    line-height: 76px;
  }
}
.lead-wp .wp-info {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: normal;
  font-size: 22px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 52px;
}
.lead-wp .wp-btn-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
.lead-wp .wp-money {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  padding: 10px 10px;
  max-width: 404px;
  margin: 0 auto;
}
.lead-wp .wp-money .money-text {
  color: #fff;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 17px;
  white-space: nowrap;
  margin-bottom: 0;
}
@media (min-width: 450px) {
  .lead-wp .wp-money .money-text {
    font-size: 20px;
  }
}
.lead-wp .wp-money span {
  display: block;
  margin-right: 10px;
  flex: 0 0 50px img;
  flex-width: 50px;
  flex-height: 50px;
  flex-display: block;
}
.lead-wp.hosting .wp-info {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0;
}
.lead-wp.design {
  padding-bottom: 231px;
}
@media (min-width: 992px) {
  .lead-wp.design {
    padding-bottom: 189px;
  }
}
.lead-wp.design .wp-title {
  max-width: 692px;
}
.lead-wp.about {
  background: radial-gradient(circle, #5288ff 0%, #2f66e0 100%);
}
.lead-wp.about .wp-info {
  max-width: 482px;
  margin: 0 auto;
  text-align: center;
}
.lead-wp.woo-commerce {
  padding-bottom: 46px;
  background: radial-gradient(circle, #5288FF 0%, #2F66E0 100%);
}
.lead-wp.woo-commerce .wp-title {
  max-width: 692px;
}
.lead-wp.woo-commerce .lead-process {
  text-align: center;
  border: 2px solid #fff;
  box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.12);
  padding: 20px 0;
  margin: 0 auto;
  margin-top: 54px;
}
@media (min-width: 576px) {
  .lead-wp.woo-commerce .lead-process {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .lead-wp.woo-commerce .lead-process {
    padding: 10px 60px;
  }
}
@media (min-width: 1265px) {
  .lead-wp.woo-commerce .lead-process {
    padding: 10px 89px;
  }
}
.lead-wp.woo-commerce .lead-process .lead-process-title {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 3px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .lead-wp.woo-commerce .lead-process .lead-process-title {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .lead-wp.woo-commerce .lead-process .lead-process-title {
    font-size: 18px;
  }
}
.lead-wp.woo-commerce .lead-process span {
  display: block;
  font-size: 30px;
  transform: rotate(90deg);
  color: #FFB001;
}
@media (min-width: 576px) {
  .lead-wp.woo-commerce .lead-process span {
    transform: rotate(0deg);
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .lead-wp.woo-commerce .lead-process span {
    font-size: 30px;
  }
}
@media (min-width: 1265px) {
  .lead-wp.woo-commerce .lead-process span {
    font-size: 50px;
  }
}

.hero-wp {
  background-color: #5288ff;
  margin-top: -120px;
  margin-bottom: 79px;
}
@media (min-width: 576px) {
  .hero-wp {
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .hero-wp {
    margin-top: -75px;
  }
}
.hero-wp .hero-data-wrapper {
  background-color: #5288ff;
  padding: 49px 5px 5px 5px;
}
@media (min-width: 576px) {
  .hero-wp .hero-data-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 49px 20px 29px 20px;
  }
}
@media (min-width: 768px) {
  .hero-wp .hero-data-wrapper {
    padding: 49px 40px 29px;
  }
}
@media (min-width: 992px) {
  .hero-wp .hero-data-wrapper {
    padding-bottom: 0;
  }
}
@media (min-width: 1265px) {
  .hero-wp .hero-data-wrapper {
    padding: 49px 90px 0 90px;
  }
}
.hero-wp .hero-data-wrapper .hero-data-item {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 30px;
  height: 100%;
}
@media (min-width: 576px) {
  .hero-wp .hero-data-wrapper .hero-data-item {
    flex: 0 0 calc(50% - 5px);
    width: calc(50% - 5px);
  }
}
@media (min-width: 992px) {
  .hero-wp .hero-data-wrapper .hero-data-item {
    flex: 0 0 calc(33.3333333333% - 10px);
    width: calc(33.3333333333% - 10px);
  }
}
.hero-wp .hero-data-wrapper .hero-data-item .hero-data-img {
  flex: 0 0 25%;
  width: 25%;
  margin-right: 27px;
}
@media (min-width: 450px) {
  .hero-wp .hero-data-wrapper .hero-data-item .hero-data-img {
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  .hero-wp .hero-data-wrapper .hero-data-item .hero-data-img {
    flex: 0 0 20%;
    width: 20%;
  }
}
@media (min-width: 768px) {
  .hero-wp .hero-data-wrapper .hero-data-item .hero-data-img {
    flex: 0 0 25%;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .hero-wp .hero-data-wrapper .hero-data-item .hero-data-img {
    flex: 0 0 21%;
    width: 21%;
  }
}
@media (min-width: 1265px) {
  .hero-wp .hero-data-wrapper .hero-data-item .hero-data-img {
    flex: 0 0 15%;
    width: 15%;
    margin-right: 0;
  }
}
.hero-wp .hero-data-wrapper .hero-data-item .hero-data-img img {
  width: 60px;
  height: 60px;
}
@media (min-width: 576px) {
  .hero-wp .hero-data-wrapper .hero-data-item .hero-data-img img {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) {
  .hero-wp .hero-data-wrapper .hero-data-item .hero-data-img img {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .hero-wp .hero-data-wrapper .hero-data-item .hero-data-img img {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1265px) {
  .hero-wp .hero-data-wrapper .hero-data-item .hero-data-img img {
    width: 60px;
    height: 60px;
  }
}
.hero-wp .hero-data-wrapper .hero-data-item .hero-data-info {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.1px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  margin-bottom: 0;
  flex: auto;
  text-transform: capitalize;
}
@media (min-width: 450px) {
  .hero-wp .hero-data-wrapper .hero-data-item .hero-data-info {
    font-size: 24px;
    line-height: 30px;
    flex: 0 0 55%;
  }
}
@media (min-width: 576px) {
  .hero-wp .hero-data-wrapper .hero-data-item .hero-data-info {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .hero-wp .hero-data-wrapper .hero-data-item .hero-data-info {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .hero-wp .hero-data-wrapper .hero-data-item .hero-data-info {
    font-size: 19px;
    line-height: 25px;
  }
}
@media (min-width: 1265px) {
  .hero-wp .hero-data-wrapper .hero-data-item .hero-data-info {
    font-size: 20px;
    line-height: 26px;
    flex: 0 0 54%;
    width: 54%;
  }
}
.hero-wp.hosting .hero-data-wrapper {
  padding: 45px 45px 15px 45px;
}
@media (min-width: 992px) {
  .hero-wp.hosting .hero-data-wrapper {
    padding: 45px 45px 5px 45px;
  }
}
@media (min-width: 768px) {
  .hero-wp.hosting .hero-data-wrapper .hero-data-item {
    flex: 0 0 calc(50% - 5px);
    width: calc(50% - 5px);
  }
}
@media (min-width: 992px) {
  .hero-wp.hosting .hero-data-wrapper .hero-data-item {
    flex: 0 0 calc(25% - 2.5px);
    width: calc(25% - 2.5px);
  }
}
.hero-wp.hosting .hero-data-wrapper .hero-data-item .hero-data-img {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  margin-right: 22px;
}
@media (min-width: 768px) {
  .hero-wp.hosting .hero-data-wrapper .hero-data-item .hero-data-info {
    font-size: 20px;
    line-height: 26px;
    flex: 0 0 61%;
    width: 61%;
  }
}
@media (min-width: 992px) {
  .hero-wp.hosting .hero-data-wrapper .hero-data-item .hero-data-info {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (min-width: 1265px) {
  .hero-wp.hosting .hero-data-wrapper .hero-data-item .hero-data-info {
    font-size: 19px;
    line-height: 26px;
  }
}
@media (min-width: 1450px) {
  .hero-wp.hosting .hero-data-wrapper .hero-data-item .hero-data-info {
    font-size: 20px;
    line-height: 26px;
  }
}
.hero-wp.design {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .hero-wp.design {
    margin-top: -160px;
  }
}
@media (min-width: 768px) {
  .hero-wp.design {
    margin-top: -175px;
  }
}
@media (min-width: 992px) {
  .hero-wp.design {
    margin-top: -118px;
  }
}
@media (min-width: 1265px) {
  .hero-wp.design {
    margin-top: -137px;
  }
}
@media (min-width: 576px) {
  .hero-wp.design .hero-data-wrapper {
    padding: 49px 20px 19px 20px;
  }
}
@media (min-width: 576px) {
  .hero-wp.design .hero-data-wrapper .hero-data-item .hero-data-info {
    flex: 0 0 61%;
    width: 61%;
  }
}
@media (min-width: 1265px) {
  .hero-wp.design .hero-data-wrapper .hero-data-item .hero-data-info {
    flex: 0 0 54%;
    width: 54%;
  }
}
.hero-wp.about {
  background-color: #111A44;
}
@media (min-width: 576px) {
  .hero-wp.about {
    background-color: transparent;
  }
}
.hero-wp.about .hero-data-wrapper {
  background-color: #111A44;
  padding: 45px 45px 15px 45px;
}
@media (min-width: 992px) {
  .hero-wp.about .hero-data-wrapper {
    padding: 45px 45px 5px 45px;
  }
}
@media (min-width: 576px) {
  .hero-wp.about .hero-data-wrapper .hero-data-item {
    flex: 0 0 calc(50% - 5px);
    width: calc(50% - 5px);
  }
}
@media (min-width: 992px) {
  .hero-wp.about .hero-data-wrapper .hero-data-item {
    flex: 0 0 calc(25% - 12.5px);
    width: calc(25% - 12.5px);
  }
}
@media (min-width: 1450px) {
  .hero-wp.about .hero-data-wrapper .hero-data-item {
    flex: 0 0 20%;
    width: 20%;
  }
}
.hero-wp.about .hero-data-wrapper .hero-data-item .hero-data-img {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  margin-right: 22px;
}
@media (min-width: 992px) {
  .hero-wp.about .hero-data-wrapper .hero-data-item .hero-data-info {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (min-width: 1265px) {
  .hero-wp.about .hero-data-wrapper .hero-data-item .hero-data-info {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1450px) {
  .hero-wp.about .hero-data-wrapper .hero-data-item .hero-data-info {
    flex: 1;
  }
}
.hero-wp.homepage {
  margin-top: 0 !important;
  background-color: #111A44;
  z-index: 1;
  position: relative;
}
@media (min-width: 576px) {
  .hero-wp.homepage {
    background-color: transparent;
  }
}
.hero-wp.homepage .hero-data-wrapper {
  background-color: #111A44;
  padding: 45px 45px 15px 45px;
}
@media (min-width: 992px) {
  .hero-wp.homepage .hero-data-wrapper {
    padding: 45px 45px 5px 45px;
  }
}
@media (min-width: 576px) {
  .hero-wp.homepage .hero-data-wrapper .hero-data-item {
    flex: 0 0 calc(50% - 5px);
    width: calc(50% - 5px);
  }
}
@media (min-width: 992px) {
  .hero-wp.homepage .hero-data-wrapper .hero-data-item {
    flex: 0 0 calc(25% - 12.5px);
    width: calc(25% - 12.5px);
  }
}
@media (min-width: 1450px) {
  .hero-wp.homepage .hero-data-wrapper .hero-data-item {
    flex: 0 0 20%;
    width: 20%;
  }
}
.hero-wp.homepage .hero-data-wrapper .hero-data-item .hero-data-img {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  margin-right: 22px;
}
@media (min-width: 992px) {
  .hero-wp.homepage .hero-data-wrapper .hero-data-item .hero-data-info {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (min-width: 1265px) {
  .hero-wp.homepage .hero-data-wrapper .hero-data-item .hero-data-info {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1450px) {
  .hero-wp.homepage .hero-data-wrapper .hero-data-item .hero-data-info {
    flex: 1;
  }
}
.hero-wp.development {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .hero-wp.development {
    margin-top: -160px;
  }
}
@media (min-width: 768px) {
  .hero-wp.development {
    margin-top: -175px;
  }
}
@media (min-width: 992px) {
  .hero-wp.development {
    margin-top: -118px;
  }
}
@media (min-width: 1265px) {
  .hero-wp.development {
    margin-top: -137px;
  }
}
@media (min-width: 576px) {
  .hero-wp.development .hero-data-wrapper {
    padding: 49px 20px 19px 20px;
  }
}
@media (min-width: 576px) {
  .hero-wp.development .hero-data-wrapper .hero-data-item .hero-data-info {
    flex: 0 0 61%;
    width: 61%;
  }
}
@media (min-width: 1265px) {
  .hero-wp.development .hero-data-wrapper .hero-data-item .hero-data-info {
    flex: 0 0 54%;
    width: 54%;
  }
}

.custom-design {
  padding: 76px 0 81px;
}
.custom-design .custom-design-title-wrapper {
  margin-bottom: 71px;
}
.custom-design .custom-design-title-wrapper .custom-design-title {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 34px;
  line-height: 44px;
  color: #111A44;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .custom-design .custom-design-title-wrapper .custom-design-title {
    font-size: 44px;
    line-height: 54px;
  }
}
.custom-design .custom-design-title-wrapper .custom-design-subtitle {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 26px;
  line-height: 36px;
  color: #111A44;
  text-align: center;
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .custom-design .custom-design-title-wrapper .custom-design-subtitle {
    font-size: 36px;
    line-height: 54px;
  }
}
.custom-design .custom-design-title-wrapper .custom-design-reasons {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 16px;
  color: #FFB001;
  padding: 20px;
  line-height: 25px;
  border: 2px solid #FFB001;
  text-align: center;
  max-width: 538px;
  margin: 0 auto;
}
@media (min-width: 450px) {
  .custom-design .custom-design-title-wrapper .custom-design-reasons {
    padding: 10px;
    font-size: 16px;
    white-space: nowrap;
  }
}
@media (min-width: 576px) {
  .custom-design .custom-design-title-wrapper .custom-design-reasons {
    padding: 20px 30px;
    font-size: 18px;
  }
}
.custom-design .custom-item-wrapper {
  margin: 0 auto;
  margin-bottom: 67px;
  max-width: 1161px;
  position: relative;
}
@media (min-width: 576px) {
  .custom-design .custom-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.custom-design .custom-item-wrapper .custom-item {
  background-color: #ffffff;
  box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.12);
  padding: 41px 28px 49px 29px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 64px;
  max-width: 327px;
}
@media (min-width: 576px) {
  .custom-design .custom-item-wrapper .custom-item {
    margin: 0;
    margin-bottom: 64px;
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  .custom-design .custom-item-wrapper .custom-item {
    flex: 0 0 calc(33.3333333333% - 18px);
    width: calc(33.3333333333% - 18px);
  }
}
.custom-design .custom-item-wrapper .custom-item.custom-one::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #5288FF;
  bottom: -30px;
  left: 50%;
  right: 50%;
  transform: translate(-50%);
  height: 30px;
  width: 80%;
}
.custom-design .custom-item-wrapper .custom-item.custom-two::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #FFB001;
  bottom: -30px;
  left: 50%;
  right: 50%;
  transform: translate(-50%);
  height: 30px;
  width: 80%;
}
.custom-design .custom-item-wrapper .custom-item.custom-three::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #111A44;
  bottom: -30px;
  left: 50%;
  right: 50%;
  transform: translate(-50%);
  height: 30px;
  width: 80%;
}
.custom-design .custom-item-wrapper .custom-item.custom-four::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #111A44;
  bottom: -30px;
  left: 50%;
  right: 50%;
  transform: translate(-50%);
  height: 30px;
  width: 80%;
}
.custom-design .custom-item-wrapper .custom-item.custom-five::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #5288FF;
  bottom: -30px;
  left: 50%;
  right: 50%;
  transform: translate(-50%);
  height: 30px;
  width: 80%;
}
.custom-design .custom-item-wrapper .custom-item.custom-six::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #FFB001;
  bottom: -30px;
  left: 50%;
  right: 50%;
  transform: translate(-50%);
  height: 30px;
  width: 80%;
}
.custom-design .custom-item-wrapper .custom-item .custom-item-title {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.11px;
  color: #1e2432;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .custom-design .custom-item-wrapper .custom-item .custom-item-title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .custom-design .custom-item-wrapper .custom-item .custom-item-title {
    height: 64px;
    overflow: hidden;
    font-size: 22px;
  }
}
.custom-design .custom-item-wrapper .custom-item .custom-item-desc {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.11px;
  color: #1e2432;
}
.custom-design .custom-design-footer {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 23px;
  line-height: 33px;
  letter-spacing: -0.13px;
  text-align: center;
  margin: 0 auto;
  max-width: 858px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .custom-design .custom-design-footer {
    font-size: 26px;
    line-height: 40px;
  }
}
.custom-design .custom-design-btn-wrapper {
  text-align: center;
}

.features {
  padding-top: 79px;
  padding-bottom: 51px;
}
@media (min-width: 1265px) {
  .features .features-main-wrapper .features-main {
    margin-inline: auto;
  }
}
.features .features-main-wrapper .features-main .features-main-title {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 44px;
  line-height: 76px;
  color: #111A44;
  margin-bottom: 48px;
}
@media (min-width: 576px) {
  .features .features-main-wrapper .features-main .features-main-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.features .features-main-wrapper .features-main .features-main-content .features-content-item {
  margin-bottom: 61px;
}
@media (min-width: 576px) {
  .features .features-main-wrapper .features-main .features-main-content .features-content-item {
    flex: 0 0 calc(50% - 15px);
    width: calc(50% - 15px);
  }
}
@media (min-width: 992px) {
  .features .features-main-wrapper .features-main .features-main-content .features-content-item {
    flex: 0 0 calc(50% - 25px);
    width: calc(50% - 25px);
  }
}
.features .features-main-wrapper .features-main .features-main-content .features-content-item .features-content-item-title {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.11px;
  color: #111A44;
  margin-bottom: 32px;
}
.features .features-main-wrapper .features-main .features-main-content .features-content-item .features-content-item-info {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.11px;
  color: #111A44;
}
@media (min-width: 992px) {
  .features .features-main-wrapper .features-sidebar .features-sidebar-content {
    position: sticky;
    top: 10px;
  }
}
.features .features-main-wrapper .features-sidebar .features-sidebar-content .features-sidebar-top {
  background-color: #5288FF;
  padding: 35px 44px 31px 45px;
}
@media (min-width: 992px) {
  .features .features-main-wrapper .features-sidebar .features-sidebar-content .features-sidebar-top {
    padding: 35px 15px 31px 15px;
  }
}
@media (min-width: 1265px) {
  .features .features-main-wrapper .features-sidebar .features-sidebar-content .features-sidebar-top {
    padding: 35px 44px 31px 45px;
  }
}
.features .features-main-wrapper .features-sidebar .features-sidebar-content .features-sidebar-top .features-top-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 18px;
  line-height: 31px;
  color: #fff;
}
.features .features-main-wrapper .features-sidebar .features-sidebar-content .features-sidebar-top .features-top-item:last-of-type {
  margin-bottom: 0;
}
.features .features-main-wrapper .features-sidebar .features-sidebar-content .features-sidebar-bottom {
  box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.12);
  padding: 20px 44px 28px 45px;
}
.features .features-main-wrapper .features-sidebar .features-sidebar-content .features-sidebar-bottom .features-bottom-title {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.11px;
  color: #FFB001;
  margin-bottom: 14px;
}
.features .features-main-wrapper .features-sidebar .features-sidebar-content .features-sidebar-bottom .features-bottom-list {
  margin-bottom: 12px;
}
.features .features-main-wrapper .features-sidebar .features-sidebar-content .features-sidebar-bottom .features-bottom-list .features-list-bottom-item {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.08px;
  color: #1E2432;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .features .features-main-wrapper .features-sidebar .features-sidebar-content .features-sidebar-bottom .features-bottom-list .features-list-bottom-item {
    font-size: 15px;
    white-space: nowrap;
  }
}
@media (min-width: 1265px) {
  .features .features-main-wrapper .features-sidebar .features-sidebar-content .features-sidebar-bottom .features-bottom-list .features-list-bottom-item {
    font-size: 16px;
  }
}
.features .features-main-wrapper .features-sidebar .features-sidebar-content .features-sidebar-bottom .features-bottom-list .features-list-bottom-item span {
  color: #0099fe;
  margin-right: 10px;
  cursor: pointer;
  width: 20px;
}
.features .features-main-wrapper .features-sidebar .features-sidebar-content .features-sidebar-bottom .features-bottom-list .features-list-bottom-item .features-bottom-submenu {
  padding-left: 30px;
  display: none;
}
.features .features-main-wrapper .features-sidebar .features-sidebar-content .features-sidebar-bottom .features-bottom-list .features-list-bottom-item .features-bottom-submenu .features-list-submenu-item {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #1E2432;
}
.features .features-main-wrapper .features-sidebar .features-sidebar-content .features-sidebar-bottom .features-bottom-list .features-list-bottom-item .features-bottom-submenu .features-list-submenu-item span {
  color: #1E2432;
  font-size: 12px;
}
.features .features-main-wrapper .features-sidebar .features-sidebar-content .features-sidebar-bottom .features-btn-wrapper {
  margin-bottom: 17px;
}
.features .features-main-wrapper .features-sidebar .features-sidebar-content .features-sidebar-bottom .features-bottom-info {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.08px;
  color: #5288FF;
  text-align: center;
}

.offer {
  background-color: rgba(245, 245, 245, 0.58);
  padding: 50px 0;
}
@media (min-width: 992px) {
  .offer {
    padding: 152 0 104px;
  }
}
.offer .offer-title {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.18px;
  color: #111A44;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .offer .offer-title {
    font-size: 44px;
    line-height: 54px;
  }
}
.offer .offer-info {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #111A44;
  margin: 0 auto;
  margin-bottom: 36px;
  max-width: 563px;
  text-align: center;
}
@media (min-width: 576px) {
  .offer .offer-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.offer .offer-item-wrapper .offer-item {
  background-color: rgba(216, 216, 216, 0.15);
  padding: 25px 18px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  .offer .offer-item-wrapper .offer-item {
    display: block;
    flex: 0 0 calc(50% - 15px);
    width: calc(50% - 15px);
  }
}
@media (min-width: 992px) {
  .offer .offer-item-wrapper .offer-item {
    flex: 0 0 calc(25% - 7.5px);
    width: calc(25% - 7.5px);
    padding: 25px 36px;
  }
}
@media (min-width: 1265px) {
  .offer .offer-item-wrapper .offer-item {
    flex: 0 0 calc(25% - 22.5px);
    width: calc(25% - 22.5px);
  }
}
.offer .offer-item-wrapper .offer-item .offer-img {
  width: 61px;
  height: 60px;
  margin-bottom: 0px;
}
@media (min-width: 576px) {
  .offer .offer-item-wrapper .offer-item .offer-img {
    margin-bottom: 17px;
  }
}
.offer .offer-item-wrapper .offer-item .offer-item-info {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #111A44;
  max-width: 227px;
  text-transform: capitalize;
  margin-bottom: 0;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .offer .offer-item-wrapper .offer-item .offer-item-info {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .offer .offer-item-wrapper .offer-item .offer-item-info {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1265px) {
  .offer .offer-item-wrapper .offer-item .offer-item-info {
    font-size: 22px;
    line-height: 32px;
  }
}
.offer.offer-development {
  margin-top: 0;
  padding: 64px 0 102px;
}
.offer.offer-development .offer-title {
  margin-bottom: 70px;
}
.offer.offer-hosting {
  margin-top: 0;
  padding: 131px 0 106px;
}
.offer.offer-hosting .offer-title {
  margin-bottom: 49px;
  line-height: 54px;
}
.offer.offer-hosting .offer-item-wrapper .offer-item {
  padding: 27px 0 27px 36px;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  .offer.offer-hosting .offer-item-wrapper .offer-item {
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .offer.offer-hosting .offer-item-wrapper .offer-item {
    flex: 0 0 calc(25% - 7.5px);
    width: calc(25% - 7.5px);
    padding: 20px 10px 20px 20px;
  }
}
@media (min-width: 1265px) {
  .offer.offer-hosting .offer-item-wrapper .offer-item {
    padding: 27px 0 27px 36px;
    flex: 0 0 calc(25% - 22.5px);
    width: calc(25% - 22.5px);
  }
}
.offer.offer-hosting .offer-item-wrapper .offer-item .offer-img {
  margin-right: 21px;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .offer.offer-hosting .offer-item-wrapper .offer-item .offer-img {
    flex: 0 0 30%;
  }
}
@media (min-width: 768px) {
  .offer.offer-hosting .offer-item-wrapper .offer-item .offer-img {
    flex: 0 0 22%;
  }
}
@media (min-width: 992px) {
  .offer.offer-hosting .offer-item-wrapper .offer-item .offer-img {
    flex: 0 0 30%;
  }
}
@media (min-width: 1265px) {
  .offer.offer-hosting .offer-item-wrapper .offer-item .offer-img {
    flex: 0 0 25%;
  }
}
@media (min-width: 1450px) {
  .offer.offer-hosting .offer-item-wrapper .offer-item .offer-img {
    flex: 0 0 20%;
  }
}
@media (min-width: 576px) {
  .offer.offer-hosting .offer-item-wrapper .offer-item .offer-item-info {
    flex: 1;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .offer.offer-hosting .offer-item-wrapper .offer-item .offer-item-info {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .offer.offer-hosting .offer-item-wrapper .offer-item .offer-item-info {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1265px) {
  .offer.offer-hosting .offer-item-wrapper .offer-item .offer-item-info {
    font-size: 22px;
    line-height: 32px;
  }
}
.offer.about {
  padding-top: 86px;
  padding-bottom: 48px;
  margin-top: 0;
}
.offer.about .offer-title {
  max-width: 508px;
  margin: 0 auto;
  margin-bottom: 70px;
}

.request {
  padding-bottom: 150px;
  padding-top: 67px;
}
.request .request-form-wrapper {
  background-color: #ffffff;
  box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.12);
  padding: 77px 20px 62px;
  max-width: 922px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 576px) {
  .request .request-form-wrapper {
    padding: 77px 40px 62px;
  }
}
@media (min-width: 768px) {
  .request .request-form-wrapper {
    padding: 77px 60px 62px;
  }
}
@media (min-width: 992px) {
  .request .request-form-wrapper {
    padding: 77px 89px 62px;
  }
}
.request .request-form-wrapper::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #FFB001;
  bottom: -30px;
  left: 50%;
  right: 50%;
  transform: translate(-50%);
  height: 30px;
  width: 80%;
}
.request .request-form-wrapper .request-title {
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.18px;
  color: #1E2432;
  margin-bottom: 62px;
  text-align: center;
}
@media (min-width: 576px) {
  .request .request-form-wrapper .form-group-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.request .request-form-wrapper .form-group-wrapper .form-group {
  margin-bottom: 29px;
}
@media (min-width: 576px) {
  .request .request-form-wrapper .form-group-wrapper .form-group {
    flex: 0 0 calc(50% - 16px);
    width: calc(50% - 16px);
  }
}
.request .request-form-wrapper .form-group-wrapper .form-group.message {
  flex: 0 0 100%;
  width: 100%;
}
.request .request-form-wrapper .form-group-wrapper .form-group.hosting {
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 29px;
  min-height: 62px;
}
.request .request-form-wrapper .form-group-wrapper .form-group.hosting .current {
  font-size: 16px;
  letter-spacing: -0.27px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: 500;
  color: #111A44;
}
.request .request-form-wrapper .form-group-wrapper .form-group.hosting .list {
  width: 100%;
  border-radius: 0;
  border: 1px solid rgba(17, 26, 68, 0.25);
}
.request .request-form-wrapper .form-group-wrapper .form-group.hosting .form-control {
  min-height: 62px;
  height: 62px;
}
.request .request-form-wrapper .form-group-wrapper .form-group .form-control {
  border-radius: 0;
  border: 1px solid rgba(17, 26, 68, 0.25);
  font-size: 16px;
  letter-spacing: -0.27px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: 500;
  color: #1E2432;
  padding: 5px 0;
  padding-left: 27px;
}
.request .request-form-wrapper .form-group-wrapper .form-group .form-control::placeholder {
  font-size: 16px;
  letter-spacing: -0.27px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: 500;
  color: rgba(30, 36, 50, 0.36);
}
.request .request-form-wrapper .form-group-wrapper .form-group .form-control:focus {
  border: 1px solid #5288FF;
}
.request .request-form-wrapper .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;
}
.request .request-form-wrapper textarea {
  border-radius: 0;
  border: 1px solid rgba(17, 26, 68, 0.25);
  font-size: 16px;
  letter-spacing: -0.27px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: 500;
  color: #1E2432;
  padding-top: 5px;
  padding-left: 27px;
}
.request .request-form-wrapper textarea::placeholder {
  font-size: 16px;
  letter-spacing: -0.27px;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: 500;
  color: rgba(30, 36, 50, 0.36);
}
.request .request-form-wrapper textarea:focus {
  border: 1px solid #5288FF;
}
.request .request-form-wrapper .request-btn-wrapper {
  text-align: center;
}
.request .request-form-wrapper .request-btn-wrapper .request-btn {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 20px 45px;
  background: linear-gradient(180deg, #59bdff 0%, #0099fe 100%);
  border: none;
}
.request.hosting {
  background-color: #fff;
  padding-bottom: 145px;
}

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=development.css.map */
