/*---------------------------------------------"
Template Name: Blank
Template URL: https://techplinth.com/templates/blank
Description: Blank - IT Solutions & Digital Agencies
Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Reset Styles
|___ Responsive
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
/*-------------------------
    Variables
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #1CA877;
}

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

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 15px;
  padding-right: 15px;
}

section:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
button {
  border: none;
}

input {
  background: linear-gradient(152.44deg, rgba(255, 255, 255, 0.3) -1.03%, rgba(255, 255, 255, 0) 51.17%, rgba(255, 255, 255, 0.3) 102.09%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  outline: 1px solid #E6EBF0;
  outline-offset: 8px;
  padding: 40px 20px;
  height: 55px;
  transition: 0.8s;
  border-radius: 50px;
  margin-bottom: 45px;
  outline-style: solid;
}
input.form-control {
  border-radius: 0;
  background-color: #E6EBF0;
}
input.form-control:focus {
  box-shadow: none;
  border: none;
  background: linear-gradient(152.44deg, rgba(255, 255, 255, 0.3) -1.03%, rgba(255, 255, 255, 0) 51.17%, rgba(255, 255, 255, 0.3) 102.09%);
  background-color: #E6EBF0;
  outline: 1px solid #56876D;
  outline-offset: 12px;
  transition: 0.2s;
}

textarea {
  background: linear-gradient(152.44deg, rgba(255, 255, 255, 0.3) -1.03%, rgba(255, 255, 255, 0) 51.17%, rgba(255, 255, 255, 0.3) 102.09%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  outline: 1px solid #E6EBF0;
  outline-offset: 8px;
  padding: 40px 20px;
  transition: 0.3s;
  border-radius: 50px;
  margin-bottom: 45px;
  outline-style: solid;
}
textarea.form-control {
  border-radius: 0;
  background-color: #E6EBF0;
}
textarea.form-control:focus {
  box-shadow: none;
  border: none;
  background: linear-gradient(152.44deg, rgba(255, 255, 255, 0.3) -1.03%, rgba(255, 255, 255, 0) 51.17%, rgba(255, 255, 255, 0.3) 102.09%);
  background-color: #E6EBF0;
  outline: 1px solid #56876D;
  outline-offset: 12px;
  transition: 0.2s;
}

.dark input {
  outline: 1px solid #616463;
}
.dark input.form-control {
  background-color: #A9AFAD;
}
.dark input.form-control:focus {
  background-color: #A9AFAD;
}
.dark textarea {
  outline: 1px solid #616463;
}
.dark textarea.form-control {
  background-color: #A9AFAD;
}
.dark textarea.form-control:focus {
  background-color: #A9AFAD;
}

/*-------------------------
    Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  color: #616463;
  font-weight: 400;
  background-color: #F9FCFF;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.dark {
  background: #292A2C;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0 0 20px 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  letter-spacing: -0.05em;
  color: #1D1D1F;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 16px 0;
  line-height: 150%;
  letter-spacing: 0.04em;
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
}
a:hover {
  color: #1CA877;
}

span {
  display: inline-block;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04em;
}

/*-------------------------
    Responsive
-------------------------*/
/*-------------------------
    Spacing
-------------------------*/
/*----------------------------------------*/
/*  03. SPACE CSS START
/*----------------------------------------*/
.mt-100 {
  margin-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-100 {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-100 {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .mt-100 {
    margin-top: 50px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

.mt-64 {
  margin-top: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-64 {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-64 {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 32px;
  }
}

.mb-64 {
  margin-bottom: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-64 {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-64 {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 32px;
  }
}

.mt-48 {
  margin-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-48 {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-48 {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 24px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-48 {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-48 {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 24px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-32 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 18px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-24 {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 14px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 10px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-4px {
  margin-bottom: 4px;
}

@media (max-width: 900px) {
  .mt-30-m {
    margin-top: 30px;
  }
}

.p-32 {
  padding: 32px;
}

.p-24 {
  padding: 24px;
}

.p-16 {
  padding: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-16 {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-16 {
    padding: 13px;
  }
}
@media (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}
@media (max-width: 490px) {
  .p-16 {
    padding: 10px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 575px) {
  .pt-100 {
    padding-top: 60px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 575px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}

/*-------------------------
    Helper Classes
-------------------------*/
.color-primary {
  color: #1CA877;
}

.color-sec {
  color: #56876D;
}

.color-white-1 {
  color: #F9FCFF;
}

.color-black-1 {
  color: #1D1D1F;
}

.color-black-2 {
  color: #292A2C;
}

.color-gray-1 {
  color: #616463;
}

.color-gray-2 {
  color: #A9AFAD;
}

.color-gray-3 {
  color: #E6EBF0;
}

.bg-white {
  background-color: #F9FCFF !important;
}

.bg-black-1 {
  background-color: #1D1D1F;
}

.bg-black-2 {
  background-color: #292A2C;
}

.bg-gray-1 {
  background-color: #616463;
}

.bg-gray-2 {
  background-color: #A9AFAD;
}

.bg-gray-3 {
  background-color: #E6EBF0;
}

.fs-xxl {
  font-size: 105px;
}
@media (max-width: 992px) {
  .fs-xxl {
    font-size: 80px;
  }
}
@media (max-width: 492px) {
  .fs-xxl {
    font-size: 60px;
  }
}

.fs-xl {
  font-size: 80px;
}
@media (max-width: 992px) {
  .fs-xl {
    font-size: 60px;
  }
}
@media (max-width: 492px) {
  .fs-xl {
    font-size: 40px;
  }
}

.fs-lg {
  font-size: 61px;
}
@media (max-width: 992px) {
  .fs-lg {
    font-size: 60px;
  }
}
@media (max-width: 492px) {
  .fs-lg {
    font-size: 40px;
  }
}

.fs-heading {
  font-size: 47px;
}
@media (max-width: 492px) {
  .fs-heading {
    font-size: 37px;
  }
}

.fs-heading-2 {
  font-size: 36px;
}
@media (max-width: 492px) {
  .fs-heading-2 {
    font-size: 26px;
  }
}

.fs-medium {
  font-size: 27px;
}
@media (max-width: 1200px) {
  .fs-medium {
    font-size: 24px;
  }
}
@media (max-width: 492px) {
  .fs-medium {
    font-size: 18px;
  }
}

.fs-subheading {
  font-size: 21px;
}
@media (max-width: 492px) {
  .fs-subheading {
    font-size: 16px;
  }
}

.fs-body {
  font-size: 16px;
}

.fs-body-2 {
  font-size: 12px;
}

.fs-body-3 {
  font-size: 9px;
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-7 {
  font-weight: 700;
}

.fw-9 {
  font-weight: 900;
}

.lh-200 {
  line-height: 200%;
}

.lh-170 {
  line-height: 170%;
}

.lh-160 {
  line-height: 160%;
}

.lh-150 {
  line-height: 150%;
}

.lh-140 {
  line-height: 140%;
}

.lh-120 {
  line-height: 120%;
}

.lh-110 {
  line-height: 110%;
}

.ls-1 {
  letter-spacing: -0.01em;
}

.ls-2 {
  letter-spacing: -0.02em;
}

.ls-3 {
  letter-spacing: 0.03em;
}

.ls-4 {
  letter-spacing: 0.04em;
}

.ls-5 {
  letter-spacing: 0.05em;
}

.box-shadow {
  box-shadow: 32px 32px 18px rgba(0, 0, 0, 0.01), 18px 18px 15px rgba(0, 0, 0, 0.05), 8px 8px 11px rgba(0, 0, 0, 0.09), 2px 2px 6px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.text-shadow {
  text-shadow: -76px -10px 21px rgba(20, 26, 23, 0.01), -48px -7px 20px rgba(20, 26, 23, 0.07), -27px -4px 16px rgba(20, 26, 23, 0.25), -12px -2px 12px rgba(20, 26, 23, 0.43), -3px 0px 7px rgba(20, 26, 23, 0.49), 0px 0px 0px rgba(20, 26, 23, 0.5);
}

.box-bg {
  background: linear-gradient(152.44deg, rgba(255, 255, 255, 0.3) -1.03%, rgba(255, 255, 255, 0) 51.17%, rgba(255, 255, 255, 0.3) 102.09%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #E6EBF0;
}
.box-bg.p-32 {
  padding: 32px;
}
@media (max-width: 992px) {
  .box-bg.p-32 {
    padding: 24px;
  }
}
@media (max-width: 492px) {
  .box-bg.p-32 {
    padding: 20px;
  }
}
.box-bg.p-24 {
  padding: 24px;
}
@media (max-width: 767px) {
  .box-bg.p-24 {
    padding: 20px;
  }
}
@media (max-width: 492px) {
  .box-bg.p-24 {
    padding: 16px;
  }
}
.box-bg.p-8 {
  padding: 8px;
}

.hover-animation {
  transition: all 0.5s ease-in-out;
}
.hover-animation:hover {
  transform: translateY(-10px);
}

.vertical-line {
  position: relative;
}
.vertical-line::before {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  width: 1px;
  height: 100%;
  background: #56876D;
  z-index: 10;
}
@media (max-width: 1199px) {
  .vertical-line::before {
    opacity: 0.2;
  }
}

.has-search {
  position: relative;
}
.has-search button {
  border: 0;
  background: transparent;
}
.has-search .form-control {
  padding-right: 50px;
}
.has-search .search {
  position: absolute;
  right: 13px;
  z-index: 2;
  display: block;
  font-weight: 700;
  font-size: 21px;
  line-height: 130%;
  padding-top: 13px;
  text-align: center;
  color: #1D1D1F;
}

.dark .color-black-1 {
  color: #A9AFAD;
}
.dark .color-white-1 {
  color: #A9AFAD;
}
.dark .bg-dark-2 {
  background-color: #F9FCFF;
}
.dark .bg-white-1 {
  background-color: #1D1D1F !important;
}
.dark .bg-black-2 {
  background-color: #616463;
}
.dark .bg-gray-3 {
  background-color: #1D1D1F;
}
.dark .box-bg {
  background: linear-gradient(152.44deg, rgba(200, 197, 197, 0.3) -1.03%, rgba(169, 168, 168, 0) 51.17%, rgba(175, 168, 168, 0.3) 102.09%);
  border-color: #616463;
}

/*-------------------------
  Buttons
-------------------------*/
.cus-btn {
  padding: 10.5px 66px;
  position: relative;
  background: transparent;
  font-weight: 700;
  font-size: 21px;
  line-height: 130%;
  overflow: hidden;
}
@media (max-width: 492px) {
  .cus-btn {
    padding: 10.5px 40px;
    font-size: 18px;
  }
}
.cus-btn::before {
  content: "";
  left: 12px;
  top: 0;
  position: absolute;
  height: 48px;
  transform: skewX(-25deg);
}
.cus-btn::after {
  content: "";
  right: 12px;
  top: 0;
  position: absolute;
  height: 48px;
  transform: skewX(-25deg);
}
.cus-btn.btn-light {
  color: #F9FCFF;
}
.cus-btn.btn-light:hover {
  color: #1CA877;
}
.cus-btn.btn-light::before {
  border-left: 2px solid #F9FCFF;
}
.cus-btn.btn-light::after {
  border-right: 2px solid #F9FCFF;
}
.cus-btn.btn-dark {
  color: #1D1D1F;
}
.cus-btn.btn-dark:hover {
  color: #1CA877;
}
.cus-btn.btn-dark::before {
  border-left: 2px solid #1D1D1F;
}
.cus-btn.btn-dark::after {
  border-right: 2px solid #1D1D1F;
}
.cus-btn:hover::before {
  border-color: #1CA877;
  border-style: solid;
  border-width: 0 0 2px 2px;
  width: 75%;
}
.cus-btn:hover::after {
  border-color: #1CA877;
  border-style: solid;
  border-width: 2px 2px 0 0;
  width: 75%;
}

.dark .cus-btn.btn-light {
  color: #1D1D1F;
}
.dark .cus-btn.btn-light:hover {
  color: #1CA877;
}
.dark .cus-btn.btn-light::before {
  border-color: #1D1D1F;
}
.dark .cus-btn.btn-light::after {
  border-color: #1D1D1F;
}
.dark .cus-btn.btn-dark {
  color: #A9AFAD;
}
.dark .cus-btn.btn-dark:hover {
  color: #1CA877;
}
.dark .cus-btn.btn-dark::before {
  border-color: #A9AFAD;
}
.dark .cus-btn.btn-dark::after {
  border-color: #A9AFAD;
}
.dark .cus-btn:hover::before {
  border-color: #1CA877;
}
.dark .cus-btn:hover::after {
  border-color: #1CA877;
}

/*-------------------------
  Headings
-------------------------*/
.heading h2 {
  font-weight: 400;
  font-size: 138px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #1D1D1F;
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 1199px) {
  .heading h2 {
    font-size: 100px;
  }
}
@media (max-width: 992px) {
  .heading h2 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .heading h2 {
    font-size: 75px;
  }
}
@media (max-width: 492px) {
  .heading h2 {
    font-size: 60px;
  }
}

.dark .heading h2 {
  color: #A9AFAD;
}

/*-------------------------
  Layout Styles
-------------------------*/
.preloader {
  position: fixed;
  width: 100%;
  background: #1D1D1F;
  text-align: center;
  z-index: 99999;
}
.preloader .loader {
  position: relative;
  height: 100vh;
}
.preloader .loader span {
  font-size: 100px;
  letter-spacing: 5px;
  position: absolute;
  top: 42%;
  width: 100%;
  text-align: center;
  left: 0;
  font-family: sans-serif;
}
.preloader .loader span:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 0.3px #F9FCFF;
}
.preloader .loader span:nth-child(2) {
  color: #F9FCFF;
  -webkit-text-stroke: 1px #F9FCFF;
  animation: preloader 3s ease-in-out infinite;
}

@keyframes preloader {
  0% {
    clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
  }
}
.color-mode {
  position: fixed;
  top: 30%;
  width: 100px;
  text-align: center;
  z-index: 999;
  padding: 20px 5px;
}
.color-mode .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.color-mode .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.color-mode .switch input:checked + .slider {
  background-color: #1CA877;
}
.color-mode .switch input:focus + .slider {
  box-shadow: 0 0 1px #1CA877;
}
.color-mode .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.color-mode .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.color-mode .switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.header_1 {
  height: 100px;
  background: transparent;
}
.header_1 nav a {
  color: #F9FCFF;
  font-size: 21px;
  padding: 34.5px 55px 34.5px 0;
}
@media (max-width: 1199px) {
  .header_1 nav a {
    color: #1D1D1F;
    font-size: 18px;
    padding: 10px;
  }
}
.header_1 nav a.phone {
  padding-left: 32px;
}
.header_1 nav a.active {
  color: #1CA877;
}
.header_1 nav .logo-box a {
  padding: 0;
}
@media (max-width: 1199px) {
  .header_1 nav .logo-box a.logo {
    display: none !important;
  }
}
.header_1 nav .logo-box a.logo img {
  width: 338px;
}
.header_1 nav .menu-item-has-children {
  position: relative;
  margin-right: 10px;
}
.header_1 nav .menu-item-has-children .submenu {
  position: absolute;
  top: 65px;
  left: 0px;
  background: #F9FCFF;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  min-width: 250px;
  padding: 20px 10px;
  list-style: none;
  margin: 0;
  box-shadow: 32px 32px 18px rgba(0, 0, 0, 0.01), 18px 18px 15px rgba(0, 0, 0, 0.05), 8px 8px 11px rgba(0, 0, 0, 0.09), 2px 2px 6px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.header_1 nav .menu-item-has-children .submenu a:after {
  display: none;
}
.header_1 nav .menu-item-has-children .submenu li {
  margin: 0;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.header_1 nav .menu-item-has-children .submenu li a {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #616463;
  padding: 7px 15px;
  display: block;
}
.header_1 nav .menu-item-has-children .submenu li a.active {
  color: #1CA877;
}
.header_1 nav .menu-item-has-children .submenu li a:hover {
  color: #1CA877;
}
.header_1 nav .menu-item-has-children .submenu.multiline {
  min-width: 450px;
}
.header_1 nav .menu-item-has-children .submenu.multiline li {
  display: inline-block;
  width: 47%;
  text-align: left;
}
.header_1 nav .menu-item-has-children:hover .submenu {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  right: 0;
}
.header_1 nav .menu-item-has-children:hover .submenu li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.header_1 nav .navbar-brand {
  display: none;
}
@media (max-width: 1199px) {
  .header_1 nav .navbar-brand {
    display: block;
  }
}
.header_1 nav .navbar-brand img {
  width: 200px;
}
.header_1 nav .navbar-toggler {
  color: #F9FCFF;
  padding: 10px;
}
@media (max-width: 1199px) {
  .header_1 nav .navbar-collapse {
    position: relative;
    background: #F9FCFF;
    z-index: 99;
  }
}

.header_2 {
  height: 100px;
  background: #F9FCFF;
  box-shadow: 32px 32px 18px rgba(0, 0, 0, 0.01), 18px 18px 15px rgba(0, 0, 0, 0.05), 8px 8px 11px rgba(0, 0, 0, 0.09), 2px 2px 6px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 90;
}
@media (max-width: 1199px) {
  .header_2 {
    height: 80px;
  }
}
.header_2 nav {
  padding: 0;
}
.header_2 nav .navbar-brand .dark-logo {
  display: block;
  width: 150px;
}
.header_2 nav .navbar-brand .light-logo {
  display: none;
  width: 150px;
}
.header_2 nav a {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #292A2C;
  padding: 30px 55px 34.5px 0;
}
@media (max-width: 1199px) {
  .header_2 nav a {
    font-size: 18px;
    padding: 20px 10px 10px;
  }
}
.header_2 nav a.active {
  color: #1CA877;
}
.header_2 nav a:hover {
  color: #1CA877;
}
.header_2 nav a.phone {
  font-weight: 700;
  font-size: 21px;
  line-height: 130%;
  color: #1D1D1F;
}
.header_2 nav .menu-item-has-children {
  position: relative;
  margin-right: 10px;
}
.header_2 nav .menu-item-has-children .submenu {
  position: absolute;
  top: 65px;
  left: 0px;
  background: #F9FCFF;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  min-width: 250px;
  padding: 20px 10px;
  list-style: none;
  margin: 0;
  box-shadow: 32px 32px 18px rgba(0, 0, 0, 0.01), 18px 18px 15px rgba(0, 0, 0, 0.05), 8px 8px 11px rgba(0, 0, 0, 0.09), 2px 2px 6px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.header_2 nav .menu-item-has-children .submenu a:after {
  display: none;
}
.header_2 nav .menu-item-has-children .submenu li {
  margin: 0;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.header_2 nav .menu-item-has-children .submenu li a {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #616463;
  padding: 7px 15px;
  display: block;
}
.header_2 nav .menu-item-has-children .submenu li a.active {
  color: #1CA877;
}
.header_2 nav .menu-item-has-children .submenu li a:hover {
  color: #1CA877;
}
.header_2 nav .menu-item-has-children .submenu.multiline {
  min-width: 450px;
}
.header_2 nav .menu-item-has-children .submenu.multiline li {
  display: inline-block;
  width: 47%;
  text-align: left;
}
.header_2 nav .menu-item-has-children:hover .submenu {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  right: 0;
}
.header_2 nav .menu-item-has-children:hover .submenu li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.header_2 nav .navbar-toggler {
  color: #1D1D1F;
  padding: 10px;
}
@media (max-width: 1199px) {
  .header_2 nav .navbar-collapse {
    position: relative;
    background: #F9FCFF;
    z-index: 99;
  }
}
.header_2 nav.navbar {
  padding: 0;
}

.header_3 {
  height: 100px;
  padding: 25px 0;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header_3 nav {
  padding: 15px 0px;
}
.header_3 nav .navbar-toggler {
  color: #F9FCFF;
  outline: 0;
  border: 0;
  font-size: 28px;
}
.header_3 nav .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
.header_3 nav .navbar-brand {
  padding: 0;
  width: 150px;
}
.header_3 nav .dropdown-menu {
  padding: 0;
  left: inherit;
  right: 0;
  padding: 50px 0px 10px 40px;
  margin: 0 0 0 auto;
  background: #E6EBF0;
  width: 448px;
}
.header_3 nav .dropdown-menu li {
  position: relative;
  list-style: none;
}
.header_3 nav .dropdown-menu li a {
  position: relative;
  font-weight: 700;
  font-size: 47px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
  color: #A9AFAD;
  background-color: transparent;
}
.header_3 nav .dropdown-menu li a:hover {
  color: #1D1D1F;
}
.header_3 nav .dropdown-menu li a.active {
  color: #1D1D1F;
  background-color: transparent;
}
.header_3 nav .dropdown-menu li:hover .dropdown-submenu {
  display: block;
}
.header_3 nav .dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  padding: 10px;
  left: 100%;
  top: 64px;
  max-height: 400px;
  overflow-y: scroll;
}
.header_3 nav .dropdown-menu .dropdown-submenu a {
  position: relative;
  font-weight: 700;
  font-size: 27px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  color: #A9AFAD;
  width: 100%;
}
.header_3 nav .dropdown-menu .dropdown-submenu a:hover {
  color: #1D1D1F;
}
.header_3 nav .dropdown-menu .dropdown-submenu a.active {
  color: #1D1D1F;
}
.header_3 nav .dropdown-menu .dropdown-submenu-left {
  left: auto;
  width: 250px;
}

.dark .header_2 {
  background: #1D1D1F;
}
.dark .header_2 nav .navbar-brand .dark-logo {
  display: none;
}
.dark .header_2 nav .navbar-brand .light-logo {
  display: block;
}
.dark .header_2 nav a {
  color: #A9AFAD;
}
.dark .header_2 nav a.active {
  color: #1CA877;
}
.dark .header_2 nav a:hover {
  color: #1CA877;
}
.dark .header_2 nav a.phone {
  color: #F9FCFF;
}
.dark .header_2 nav .menu-item-has-children .submenu {
  background: #1D1D1F;
}
.dark .header_2 nav .menu-item-has-children .submenu li a {
  color: #A9AFAD;
}
.dark .header_2 nav .menu-item-has-children .submenu li a.active {
  color: #1CA877;
}
.dark .header_2 nav .menu-item-has-children .submenu li a:hover {
  color: #1CA877;
}
.dark .header_2 nav .navbar-toggler {
  color: #F9FCFF;
}
@media (max-width: 1199px) {
  .dark .header_2 nav .navbar-collapse {
    background: #1D1D1F;
  }
}

@media (max-width: 767px) {
  .footer {
    background-color: #E6EBF0;
  }
}
.footer .container {
  position: relative;
  z-index: 15;
}
.footer .container .footer_main {
  position: relative;
}
.footer .container .footer_main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #E6EBF0;
  border: 20px solid #F9FCFF;
  border-bottom: 0;
  border-radius: 673.23px 673.23px 0 0;
  height: 673.23px;
  z-index: 20;
}
@media (max-width: 992px) {
  .footer .container .footer_main::before {
    border: 10px;
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer .container .footer_main::before {
    display: none;
  }
}
.footer .container .footer_main:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #56876D;
  border-bottom: 0;
  border-radius: 673.23px 673.23px 0 0;
  height: 673.23px;
  z-index: 30;
}
@media (max-width: 767px) {
  .footer .container .footer_main:after {
    display: none;
  }
}
.footer .container .footer_main .content {
  position: relative;
  z-index: 40;
  padding-top: 175px;
}
@media (max-width: 575px) {
  .footer .container .footer_main .content {
    padding-top: 100px;
  }
}
.footer .container .footer_main .content .logo .light-logo {
  display: none;
}
.footer .container .footer_main .content .logo .dark-logo {
  display: block;
  margin: 0 auto;
}
.footer .container .footer_main .content h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #1D1D1F;
  margin-bottom: 64px;
}
.footer .container .footer_main .content h3 span {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #1CA877;
}
.footer .container .footer_main .content .link {
  margin-bottom: 150px;
}
.footer .container .footer_main .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #1D1D1F;
}

@media (max-width: 767px) {
  .dark .footer {
    background-color: #1D1D1F;
  }
}
.dark .footer .container .footer_main::before {
  background-color: #1D1D1F;
  border-color: #292A2C;
}
.dark .footer .container .footer_main .content .logo .light-logo {
  display: block;
  margin: 0 auto;
}
.dark .footer .container .footer_main .content .logo .dark-logo {
  display: none;
}
.dark .footer .container .footer_main .content h3 {
  color: #E6EBF0;
}
.dark .footer .container .footer_main .content p {
  color: #E6EBF0;
}

.banner .container {
  position: relative;
  z-index: 15;
}
.banner .container .content {
  position: relative;
  padding-top: 50px;
}
@media (max-width: 492px) {
  .banner .container .content {
    padding: 50px 0;
  }
}
.banner .container .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #E6EBF0;
  border: 20px solid #F9FCFF;
  border-top: 0;
  border-radius: 0 0 673.23px 673.23px;
  height: 673.23px;
  z-index: 20;
}
@media (max-width: 992px) {
  .banner .container .content::before {
    display: none;
  }
}
.banner .container .content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #56876D;
  border-top: 0;
  border-radius: 0 0 673.23px 673.23px;
  height: 673.23px;
  z-index: 30;
}
@media (max-width: 992px) {
  .banner .container .content:after {
    display: none;
  }
}
.banner .container .content .logo {
  position: relative;
  z-index: 40;
  margin-bottom: 32PX;
}
.banner .container .content .logo .light-logo {
  display: none;
}
.banner .container .content .logo .dark-logo {
  display: block;
  margin: 0 auto;
}
.banner .container .content .banner-content {
  position: relative;
  z-index: 50;
}
.banner .container .content .banner-content .title {
  position: relative;
}
.banner .container .content .banner-content .title::before {
  content: "&";
  position: absolute;
  z-index: 60;
  top: -32px;
  left: 250px;
  font-weight: 700;
  font-size: 180px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.02em;
  opacity: 0.5;
  color: #1CA877;
}
@media (max-width: 992px) {
  .banner .container .content .banner-content .title::before {
    left: 292px;
  }
}
@media (max-width: 767px) {
  .banner .container .content .banner-content .title::before {
    font-size: 160px;
    left: 210px;
  }
}
@media (max-width: 538px) {
  .banner .container .content .banner-content .title::before {
    font-size: 120px;
    top: 30px;
    left: 30%;
  }
}
@media (max-width: 360px) {
  .banner .container .content .banner-content .title::before {
    top: 80px;
  }
}
.banner .container .content .banner-content .title h3 {
  position: relative;
  z-index: 60;
  font-weight: 700;
  font-size: 61px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #1D1D1F;
}
@media (max-width: 767px) {
  .banner .container .content .banner-content .title h3 {
    font-size: 47px;
  }
}
.banner .container .content .banner-content .title span {
  position: relative;
  z-index: 60;
  font-weight: 700;
  font-size: 61px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #1D1D1F;
  margin-left: 180px;
}
@media (max-width: 767px) {
  .banner .container .content .banner-content .title span {
    font-size: 47px;
  }
}
@media (max-width: 538px) {
  .banner .container .content .banner-content .title span {
    padding-top: 100px;
  }
}
@media (max-width: 360px) {
  .banner .container .content .banner-content .title span {
    margin-left: 120px;
  }
}
.banner .container .content .banner-content p {
  margin-left: 180px;
  font-weight: 400;
  font-size: 21px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #A9AFAD;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .banner .container .content .banner-content p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .banner .container .content .banner-content p {
    font-size: 16px;
  }
}
@media (max-width: 538px) {
  .banner .container .content .banner-content p {
    margin-left: 80px;
  }
}
.banner .container .content .screens {
  position: relative;
  z-index: 80;
}
@media (max-width: 992px) {
  .banner .container .content .screens {
    margin-top: 50px;
  }
}

.dark .banner .container .content::before {
  background-color: #1D1D1F;
  border-color: #292A2C;
}
.dark .banner .container .content .logo .light-logo {
  display: block;
  margin: 0 auto;
}
.dark .banner .container .content .logo .dark-logo {
  display: none;
}
.dark .banner .container .content .banner-content .title::before {
  color: #1CA877;
}
.dark .banner .container .content .banner-content .title h3 {
  color: #A9AFAD;
}
.dark .banner .container .content .banner-content .title span {
  color: #A9AFAD;
}
.dark .banner .container .content .banner-content p {
  color: #616463;
}

.pages {
  position: relative;
}
.pages .content {
  position: relative;
  z-index: 11;
}
.pages .content .light {
  display: block;
  width: 100%;
}
.pages .content .dark-page {
  display: none;
}

.dark .pages .content .light {
  display: none;
}
.dark .pages .content .dark-page {
  display: block;
  width: 100%;
}

.features {
  position: relative;
}
.features .content {
  position: relative;
  z-index: 11;
}
.features .content .light {
  display: block;
  width: 100%;
}
.features .content .dark-page {
  display: none;
}

.dark .features .content .light {
  display: none;
}
.dark .features .content .dark-page {
  display: block;
  width: 100%;
}

/*# sourceMappingURL=app.css.map */
