/*&:after {
  content: "";
  display: table;
  clear: both;}*/
body {
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
  font-style: normal;
  font-size: 20px;
  font-weight: 300;
  line-height: 160%;
  min-width: 320px;
  position: relative;
  background: #fff;
  max-width: 3000px;
  margin: auto;
  color: #000; }

header, section, footer {
  margin: auto; }

a {
  text-decoration: none; }
a:focus {
  outline: none !important; }

a:hover, a:focus, a:active {
  text-decoration: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a, button {
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

figure {
  margin: 0; }
figure img {
  width: auto;
  max-width: 100%;
  vertical-align: top;
  height: auto; }

ul {
  margin: 0;
  padding: 0; }
ul li {
  list-style-type: none; }

p, a {
  color: #000;
  margin: 0; }

input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }

.content-width {
  width: 1140px;
  margin: auto; }

h1, h2 {
  margin: 0 0 30px; }

h2 {
  font-size: 60px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: "Inter Tight", sans-serif; }
h2 b {
  font-weight: 700; }

h3 {
  margin: 0 0 30px; }

h4 {
  margin: 0 0 30px; }

h5 {
  margin: 0 0 10px; }

h6 {
  margin: 0 0 10px; }

input:invalid {
  -webkit-box-shadow: none;
  box-shadow: none; }

input, textarea, button {
  outline: none !important; }

.wpcf7 form .wpcf7-response-output {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  line-height: 1.2;
  background: #00a0d2; }

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background: #ffb900; }

.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
.bg .img-mob {
  display: none; }

.bg + * {
  position: relative;
  z-index: 2; }

/*---------------------------------HEADER----------------------------------*/
.is-menu {
  overflow: hidden; }

header {
  max-height: 0;
  position: relative;
  z-index: 999; }
header .logo-mob {
  display: none; }

.top-line {
  padding-top: 37px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
.top-line .logo-wrap {
  width: 295px; }
.top-line .container-fluid {
  width: 1728px;
  max-width: 100%;
  padding: 0 50px; }
.top-line .row {
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.top-menu {
  width: calc(100% - 300px); }
.top-menu .menu {
  grid-gap: 5px; }
.top-menu .menu a {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0;
  text-align: right;
  text-transform: uppercase;
  font-family: "Inter Tight", sans-serif;
  padding: 0 10px;
  display: inline-block;
  position: relative; }
.top-menu .menu a:hover {
  color: #E10079; }
.top-menu .btn-wrap {
  margin-left: 30px; }
.top-menu .btn-wrap a {
  border-radius: 7px;
  background: #607a84;
  padding: 0 37px;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  height: 44px;
  display: inline-block;
  top: 0; }
.top-menu .btn-wrap a:hover {
  background: #E10079; }
.top-menu .current-menu-item a {
  color: #fff !important; }

.menu-bar {
  display: none; }

.is-sticky .top-line {
  padding-top: 10px; }
.is-sticky .top-line .container-fluid {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 5px; }
.is-sticky .top-line .container-fluid .row {
  padding-top: 20px;
  padding-bottom: 20px; }

.top-menu .btn-wrap a:hover {
  color: #fff; }

/*--------------------------------END-HEADER----------------------------------*/
/*--------------------------------HOME-BANNER---------------------------------*/
.home-banner {
  position: relative;
  min-height: 100vh;
  padding: 250px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.home-banner .row {
  position: relative; }
.home-banner .bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover; }
.home-banner .content {
  width: 580px;
  max-width: 100%; }
.home-banner h1 {
  font-size: 76px;
  font-weight: 300;
  line-height: 85px;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  font-family: "Inter Tight", sans-serif;
  margin-bottom: 10px;
  color: #607a84; }
.home-banner h1 b {
  font-weight: 700;
  color: #ae7fa3; }
.home-banner p {
  margin-bottom: 35px; }
.home-banner .bottom-text {
  position: absolute;
  bottom: -45px;
  right: 178px;
  width: 240px; }
.home-banner .bottom-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  color: #607a84; }
.home-banner .bottom-text p b {
  font-weight: 700;
  font-size: 19px;
  display: block;
  line-height: 150%; }
.home-banner .bottom-text p + p {
  margin-top: 1px; }

.btn-default {
  display: inline-block;
  cursor: pointer;
  outline: none !important;
  border: none;
  border-radius: 6px;
  background: #607a84;
  padding: 0 20px;
  color: whitesmoke;
  font-size: 22px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 1.2px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Inter Tight", sans-serif;
  height: 44px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
.btn-default:hover {
  background: #E10079; }

.btn-link {
  color: #607a84;
  display: inline-block;
  position: relative;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: "Inter Tight", sans-serif;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
.btn-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: '';
  background: #607a84;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  height: 2px; }
.btn-link:hover {
  color: #E10079; }
.btn-link:hover:after {
  background: #E10079; }

.top-line .logo-wrap img {
  width: 100%; }

/*-------------------------------END-HOME-BANNER---------------------------------*/
/*-------------------------------USP-SECTION---------------------------------*/
.usp-section {
  position: relative;
  overflow: hidden;
  padding: 151px 0 122px; }
.usp-section .bg img {
  position: absolute;
  top: calc(100% - 356px);
  left: 50%;
  -webkit-transform: translate(-139%, 0);
  transform: translate(-139%, 0); }
.usp-section .bg:after {
  position: absolute;
  bottom: 0;
  content: '';
  height: 356px;
  background: #fff;
  width: 10%; }
.usp-section .content {
  padding-left: 16.5%; }
.usp-section h2 {
  margin-bottom: 7px;
  text-align: right; }
.usp-section .title {
  width: 400px; }
.usp-section .title p {
  text-align: right;
  width: 310px;
  max-width: 100%;
  float: right; }
.usp-section .text {
  width: calc(100% - 485px); }
.usp-section .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 31px; }
.usp-section .item figure {
  width: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 6px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
.usp-section .item figure img {
  width: auto; }
.usp-section .item .wrap {
  width: calc(100% - 90px); }
.usp-section .item .h6 {
  font-family: "Inter Tight", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0; }
.usp-section .item:last-child {
  margin-bottom: 20px; }

.usp-section.pt-50p {
  padding-top: 75px; }

.usp-section.pb-50p {
  padding-bottom: 61px; }

.usp-section.no-white-block .content {
  padding-left: 8%; }
.usp-section.no-white-block .title {
  width: 570px; }
.usp-section.no-white-block .title p {
  width: 430px; }
.usp-section.no-white-block .text {
  width: calc(100% - 615px); }

/*------------------------------END-USP-SECTION---------------------------------*/
/*------------------------------SOLUTION-SECTION---------------------------------*/
.solutions-section {
  padding: 142px 0 100px; }
.solutions-section h2 {
  margin-bottom: 7px; }
.solutions-section p {
  margin-bottom: 49px; }
.solutions-section .content {
  grid-gap: 55px; }
.solutions-section .item {
  width: calc(33.33% - 37px);
  border-radius: 10px;
  padding: 42px 39px 110px;
  background: #d9d9d9;
  position: relative; }
.solutions-section .item .h6 {
  font-size: 36px;
  line-height: 1;
  color: #607a84;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-family: "Inter Tight", sans-serif;
  font-weight: 700; }
.solutions-section .item p {
  color: #607a84;
  margin-bottom: 0; }
.solutions-section .item figure {
  position: absolute;
  bottom: 0;
  right: 20px; }

.solutions-section.pt-50p {
  padding-top: 71px; }

.solutions-section.pb-50p {
  padding-bottom: 50px; }

/*-----------------------------END-SOLUTION-SECTION---------------------------------*/
/*-----------------------------STEP-SECTION---------------------------------*/
.step-section {
  position: relative;
  padding: 140px 0 212px;
  overflow: hidden; }
.step-section .bg .img-50 {
  position: absolute;
  top: 10px;
  bottom: 0;
  width: 49.5vw;
  left: 0;
  /* -webkit-clip-path: polygon(0 32%, 50% 0, 100% 32%, 100% 100%, 0 100%);
           clip-path: polygon(0 32%, 50% 0, 100% 32%, 100% 100%, 0 100%);*/
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  height: 100%; }
.step-section .row > figure {
  width: 50%;
  position: relative; }
.step-section .row > figure img {
  /* clip-path: polygon(0 32%, 50% 0, 100% 32%, 100% 100%, 0 100%);*/
  display: none; }
.step-section .text {
  width: 45.5%;
  padding-top: 155px; }
.step-section h2 {
  margin-bottom: 5px; }
.step-section p {
  margin-bottom: 31px; }
.step-section h2 + p {
  width: 420px;
  max-width: 100%; }
.step-section ul {
  margin-bottom: 60px; }
.step-section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px; }
.step-section ul li figure {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 0; }
.step-section ul li .wrap {
  width: calc(100% - 80px); }
.step-section ul li .wrap p {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  font-family: "Inter Tight", sans-serif;
  margin: 0; }

.step-section.pt-50p {
  padding-top: 70px; }

.step-section.pb-50p {
  padding-bottom: 106px; }

/*----------------------------END-STEP-SECTION---------------------------------*/
/*----------------------------NUMBER-SECTION---------------------------------*/
.number-section {
  position: relative;
  overflow: hidden;
  padding: 150px 0 130px; }
.number-section .btn-wrap-mob {
  display: none; }
.number-section .bg img {
  position: absolute;
  top: -444px;
  left: 50%;
  -webkit-transform: translate(20%, 0);
  transform: translate(20%, 0); }
.number-section .bg:after {
  position: absolute;
  top: 0;
  content: '';
  height: 444px;
  background: #fff;
  width: 10%;
  right: 0; }
.number-section .text {
  width: 365px;
  padding-top: 35px; }
.number-section h2 {
  margin-bottom: 3px; }
.number-section p {
  margin-bottom: 20px; }
.number-section .number-wrap {
  width: calc(100% - 700px);
  grid-gap: 20px 38px;
  padding-left: 8px; }
.number-section .item {
  width: 260px;
  position: relative; }
.number-section .item h6 {
  font-size: 64px;
  font-weight: 700;
  line-height: 85px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: "Inter Tight", sans-serif;
  margin-bottom: 58px;
  position: relative;
  z-index: 3;
  top: 22px;
  left: 50px; }
.number-section .item p {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  font-family: "Inter Tight", sans-serif;
  position: relative;
  text-transform: uppercase;
  z-index: 3;
  text-align: center; }
.number-section .item figure {
  position: absolute;
  top: 0;
  right: 23px; }

.number-section.pt-50p {
  padding-top: 75px; }

.number-section.pb-50p {
  padding-bottom: 65px; }

/*---------------------------END-NUMBER-SECTION---------------------------------*/
/*---------------------------TESTIMONIALS---------------------------------*/
.testimonials {
  padding: 80px 0 118px;
  overflow: hidden; }
.testimonials h2 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 65px; }

.testimonials-slider blockquote {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 25px;
  font-family: "Inter Tight", sans-serif; }
.testimonials-slider blockquote span {
  font-weight: 300;
  font-style: italic; }
.testimonials-slider .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.testimonials-slider .bottom figure {
  width: 54px;
  height: 54px; }
.testimonials-slider .bottom figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }
.testimonials-slider .bottom .text {
  width: calc(100% - 67px);
  position: relative;
  top: -2px; }
.testimonials-slider .bottom .text h6 {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  font-family: "Inter Tight", sans-serif;
  margin-bottom: 3px; }

.testimonials.pt-50p {
  padding-top: 40px; }

.testimonials.pb-50p {
  padding-bottom: 59px; }

/*--------------------------END-TESTIMONIALS---------------------------------*/
/*--------------------------CTA-BANNER-BIG-------------------------------*/
.cta-banner-big {
  padding: 100px 0 0;
  position: relative; }
.cta-banner-big .bg {
  bottom: -1px;
  top: -100px; }
.cta-banner-big .bg .img {
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translate(465%, 0);
  transform: translate(465%, 0);
  vertical-align: top; }
.cta-banner-big .bg .img-50 {
  -webkit-clip-path: polygon(0 0, 47% 0, 100% 37%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 47% 0, 100% 37%, 100% 100%, 0 100%);
  position: absolute;
  right: 0;
  max-width: 1000%;
  height: 110%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right -35px;
  object-position: right -35px;
  left: 0;
  width: 49.5vw; }
.cta-banner-big h2 {
  margin-bottom: 4px; }
.cta-banner-big h2 b {
  color: #a7709a; }
.cta-banner-big p {
  margin-bottom: 17px; }
.cta-banner-big figure {
  position: relative;
  width: 50%; }
.cta-banner-big figure img {
  display: none; }
.cta-banner-big .text {
  width: 43.5%;
  padding-top: 108px;
  padding-right: 50px;
  padding-bottom: 265px; }
.cta-banner-big ul {
  margin-bottom: 27px; }
.cta-banner-big ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px; }
.cta-banner-big ul li .icon-wrap {
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 0; }
.cta-banner-big ul li .wrap {
  width: calc(100% - 60px); }
.cta-banner-big ul li .wrap p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  font-family: "Inter Tight", sans-serif;
  margin: 0; }
.cta-banner-big .bottom-color {
  background: #61a8b5;
  height: 252px; }
.cta-banner-big .wrap {
  position: relative; }

.cta-banner-big.hide-bottom-color .bottom-color {
  display: none; }

.cta-banner-big.pt-50p {
  padding-top: 50px; }

/*-------------------------END-CTA-BANNER-BIG-------------------------------*/
/*-------------------------FOOTER-------------------------------*/
footer {
  padding: 91px 0 0;
  background: rgba(217, 217, 217, 0.5); }
footer .left {
  width: calc(50% - 255px); }
footer .left p {
  font-size: 18px;
  font-weight: 300;
  line-height: 183%;
  color: #607a84;
  margin-bottom: 30px; }
footer .title {
  margin-bottom: 14px;
  color: #607a84;
  line-height: 88%; }
footer .right {
  width: calc(50% - 278px); }
footer .right h3 {
  color: #607a84;
  font-family: "Inter Tight", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-right: 30%; }
footer .right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
footer .right ul li h6 {
  color: #788f96;
  font-family: "Inter Tight", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  width: 130px; }
footer .right ul li .text {
  width: calc(100% - 130px); }
footer .right ul li .text p {
  margin-bottom: 0;
  color: #607a84;
  font-size: 20px;
  font-weight: 300;
  line-height: 176%;
  letter-spacing: 0;
  text-align: left; }
footer .right ul li .text a {
  margin-bottom: 5px;
  color: #607a84;
  font-size: 20px;
  font-weight: 300;
  line-height: 176%;
  letter-spacing: 0;
  text-align: left; }
footer .right ul li .text a:hover {
  opacity: 0.7; }
footer .right ul li:first-child p:nth-child(2) a {
  text-decoration: underline; }
footer .right ul li:last-child p {
  font-size: 16px;
  font-weight: 300;
  line-height: 150%; }
footer .logo-wrap {
  width: 200px;
  margin-top: 222px; }
footer .menu-footer {
  margin-top: 72px;
  padding-left: 10px; }
footer .menu-footer li {
  margin-bottom: 10px; }
footer .menu-footer a {
  display: inline-block;
  color: #607a84;
  font-family: "Inter Tight", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: uppercase; }
footer .menu-footer a:hover {
  opacity: 0.7; }
footer .footer-form {
  margin-bottom: 88px; }
footer .bottom {
  background: #788f96;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 58px; }
footer .bottom .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
footer .bottom p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
footer .bottom ul {
  grid-gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
footer .bottom ul a {
  font-size: 16px;
  font-weight: 300;
  line-height: 203%;
  display: inline-block;
  color: #fff; }
footer .bottom ul a:hover {
  opacity: 0.7; }
footer .bottom ul li + li {
  position: relative; }
footer .bottom ul li + li:before {
  position: absolute;
  top: 0;
  left: -12px;
  content: "-";
  font-size: 16px;
  font-weight: 300;
  line-height: 203%;
  color: #fff; }
footer .logo-left {
  display: none; }

.footer-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.footer-form label {
  display: none; }
.footer-form input {
  width: calc(100% - 145px);
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 0 15px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  color: #000; }
.footer-form .btn-default {
  width: 135px;
  padding: 0;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 0; }

/*------------------------END-FOOTER-------------------------------*/
/*------------------------SERVICES-BANNER-------------------------------*/
.services-banner {
  min-height: 100vh;
  padding: 250px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.services-banner .content {
  width: 560px; }
.services-banner h1 b {
  color: #61a8b5; }

.is-sticky .top-line .top-menu .current-menu-item a {
  color: #E10079 !important; }

/*-----------------------END-SERVICES-BANNER-------------------------------*/
/*------------------------SERVICES--------------------------------*/
.services {
  padding: 75px 0 75px; }
.services .accordion {
  width: 1210px;
  margin: auto;
  max-width: 100%; }
.services .accordion-panel {
  display: none; }
.services .accordion-panel .wrap {
  padding: 20px 30px 60px; }
.services .accordion-thumb {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 90px 10px 30px;
  height: 75px; }
.services .accordion-thumb p {
  margin: 0 !important;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-family: "Inter Tight", sans-serif;
  text-transform: uppercase; }
.services .accordion-thumb:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
  content: '';
  width: 20px;
  height: 20px;
  -webkit-filter: invert(1);
  filter: invert(1);
  right: 25px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background: url("../img/icon-9.svg") no-repeat center;
  background-size: contain; }
.services .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  margin: 0 0 20px;
  padding: 0 70px;
  color: #607a84; }
.services .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 30px 20px; }
.services .list li {
  padding-left: 70px;
  position: relative;
  width: calc(50% - 10px); }
.services .list li h6 {
  font-size: 22px;
  line-height: 30px;
  color: #000;
  margin-bottom: 5px;
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  text-transform: uppercase; }
.services .list li p {
  color: #607a84;
  font-weight: 500; }
.services .list li figure {
  position: absolute;
  top: 0;
  left: 0; }
.services .color-block {
  padding: 55px 55px 25px;
  position: relative;
  margin: 50px 70px 0; }
.services .color-block .title-block {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 17px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Inter Tight", sans-serif; }
.services .color-block p, .services .color-block ul {
  color: #fff; }
.services .color-block p {
  margin-bottom: 10px; }
.services .color-block ul {
  list-style: disc;
  padding-left: 20px;
  width: calc(100% - 200px); }
.services .color-block ul li {
  list-style: disc;
  margin-bottom: 11px; }
.services .color-block .icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px; }
.services .color-block .icon-wrap img {
  width: 100%;
  height: auto; }

.accordion, .accordion-item {
  border: none !important;
  border-radius: 0 !important; }

.services.bg-blue {
  background: rgba(97, 168, 181, 0.2) !important; }
.services.bg-blue .accordion-thumb {
  background: #61a8b5; }
.services.bg-blue .color-block {
  background: #61a8b5 !important; }

.services .is-active .accordion-thumb:after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg); }

.services.bg-purple {
  background: rgba(174, 127, 163, 0.2) !important; }
.services.bg-purple .accordion-thumb {
  background: #AE7FA3; }
.services.bg-purple .color-block {
  background: #ae7fa3 !important; }

.services.bg-grey {
  background: rgba(96, 122, 132, 0.2) !important; }
.services.bg-grey .accordion-thumb {
  background: #607A84; }
.services.bg-grey .color-block {
  background: #607a84 !important; }

.services.bg-light-grey {
  background: rgba(96, 122, 132, 0.1) !important; }
.services.bg-light-grey .accordion-thumb {
  background: #607A84; }
.services.bg-light-grey .color-block {
  background: #607a84 !important; }

.services.bg-yellow {
  background: rgba(255, 221, 0, 0.2) !important; }
.services.bg-yellow .accordion-thumb {
  background: #FFDD00; }
.services.bg-yellow .color-block {
  background: #ffdd00 !important; }
.services.bg-yellow .accordion-thumb p, .services.bg-yellow .color-block .title-block, .services.bg-yellow .color-block p, .services.bg-yellow .color-block ul li {
  color: #607a84; }
.services.bg-yellow .accordion-thumb:after {
  -webkit-filter: invert(0);
  filter: invert(0); }

.services.bg-pink {
  background: rgba(225, 0, 121, 0.2) !important; }
.services.bg-pink .accordion-thumb {
  background: #E10079; }
.services.bg-pink .color-block {
  background: #e10079 !important; }

/*-----------------------END-SERVICES--------------------------------*/
/*-----------------------USP-IMG--------------------------------*/
.ups-img {
  padding-bottom: 100px; }
.ups-img .bottom-color {
  height: 190px;
  position: relative; }
.ups-img .bottom-color img {
  position: absolute;
  bottom: 99%;
  left: 50%;
  -webkit-transform: translate(355%, 0);
  transform: translate(355%, 0); }
.ups-img h2 {
  font-size: 90px;
  font-weight: 300;
  line-height: 0.9;
  margin-bottom: 38px; }
.ups-img .text {
  padding-top: 293px;
  width: 39.5%; }
.ups-img .text ul {
  margin-bottom: 0; }
.ups-img .btn-wrap {
  width: 300px;
  max-width: 100%;
  grid-gap: 15px; }
.ups-img .btn-wrap .btn-default {
  width: 100%;
  padding: 0 20px; }
.ups-img .bg .img-50 {
  position: absolute;
  top: 10px;
  bottom: 0;
  width: 54vw; }
.ups-img ul li figure {
  width: 45px; }
.ups-img ul li {
  margin-bottom: 26px; }
.ups-img ul li .wrap {
  width: calc(100% - 60px); }
.ups-img ul li .wrap h6 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 1px;
  text-transform: uppercase;
  font-family: "Inter Tight", sans-serif;
  font-weight: 600; }
.ups-img ul li .wrap p {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  line-height: 160%;
  text-transform: inherit;
  margin: 0;
  font-weight: 300; }

.ups-img.pb-50p {
  padding-bottom: 50px; }

.img-bottom-line {
  padding-bottom: 0 !important; }
.img-bottom-line .text {
  padding-bottom: 210px !important; }

/*----------------------END-USP-IMG--------------------------------*/
/*----------------------CTA-BANNER--------------------------------*/
.cta-banner {
  padding: 127px 0 0;
  position: relative; }
.cta-banner .wrap {
  position: relative; }
.cta-banner .bg img {
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translate(347%, 0);
  transform: translate(347%, 0);
  vertical-align: top; }
.cta-banner h2 {
  font-size: 96px;
  font-weight: 300;
  line-height: 85px;
  margin-bottom: 29px;
  letter-spacing: -0.5px; }
.cta-banner .content {
  width: 1110px;
  max-width: 100%;
  margin: auto;
  padding-bottom: 108px; }
.cta-banner .btn-wrap {
  grid-gap: 25px;
  width: 315px; }
.cta-banner .bottom-color {
  height: 190px; }

.cta-banner.pt-50p {
  padding-top: 63px; }

/*---------------------END-CTA-BANNER--------------------------------*/
/*---------------------METHOD-BANNER--------------------------------*/
.method-banner h1 {
  margin-bottom: 10px; }
.method-banner h1 b {
  color: #607a84; }
.method-banner .content {
  width: 625px; }

/*--------------------END-METHOD-BANNER--------------------------------*/
/*-----------------------METHOD-STEP--------------------------------*/
.method-step {
  padding: 100px 0 100px; }
.method-step h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 65px;
  text-align: center; }
.method-step .list-step > li {
  padding: 34px 40px 34px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  counter-increment: li;
  position: relative; }
.method-step .list-step > li:before {
  content: counter(li);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translate(0, -59%);
  transform: translate(0, -59%);
  font-size: 120px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  font-family: "Inter Tight", sans-serif;
  z-index: 10; }
.method-step .list-step > li:nth-child(2n) {
  margin-left: 120px; }
.method-step .list-step > li:nth-child(2n +1) {
  margin-right: 120px; }
.method-step .list-step .left {
  width: 60%;
  padding: 25px 50px 25px 170px;
  min-height: 193px;
  margin-right: 7%;
  position: relative; }
.method-step .list-step .left:after {
  position: absolute;
  top: 0;
  right: -100px;
  bottom: 0;
  content: '';
  width: 100px;
  -webkit-clip-path: polygon(0 0, 0% 0, 100% 50%, 100% 50%, 0% 100%, 0 100%);
  clip-path: polygon(0 0, 0% 0, 100% 50%, 100% 50%, 0% 100%, 0 100%); }
.method-step .list-step .left .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-family: "Inter Tight", sans-serif; }
.method-step .list-step .left .btn-wrap {
  margin-top: 7px;
  margin-bottom: -50px;
  margin-left: 57px; }
.method-step .list-step .right {
  width: 33%;
  padding: 20px 0 20px 25px; }
.method-step .list-step .right .title-h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Inter Tight", sans-serif; }
.method-step .list-step .right .list {
  padding-left: 35px;
  list-style: disc; }
.method-step .list-step .right .list li {
  list-style: disc; }
.method-step .bg-blue p, .method-step .bg-blue ul li, .method-step .bg-blue ul, .method-step .bg-blue h5, .method-step .bg-blue h6, .method-step .bg-purple p, .method-step .bg-purple ul li, .method-step .bg-purple ul, .method-step .bg-purple h5, .method-step .bg-purple h6 {
  color: #fff; }
.method-step .bg-blue:before, .method-step .bg-purple:before {
  color: #fff; }
.method-step .after-white:before {
  color: #fff; }
.method-step .bg-yellow:after {
  background: #FFDD00 !important; }
.method-step .bg-grey:after {
  background: #607A84 !important; }
.method-step .bg-light-grey:after {
  background: #a0afb5 !important; }
.method-step .bg-blue:after {
  background: #61A8B5 !important; }
.method-step .bg-purple:after {
  background: #AE7FA3 !important; }
.method-step .bg-pink:after {
  background: #E10079 !important; }

.method-step.pt-50p {
  padding-top: 50px !important; }

.method-step.pb-50p {
  padding-bottom: 50px !important; }

/*----------------------END-METHOD-STEP--------------------------------*/
/*----------------------BLOG--------------------------------*/
.blog-banner {
  padding: 250px 0 175px;
  background: rgba(96, 122, 132, 0.2); }
.blog-banner h1 {
  margin-bottom: 72px;
  text-align: center;
  font-size: 96px;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: "Inter Tight", sans-serif;
  color: #607a84; }
.blog-banner h1 b {
  font-weight: 700; }
.blog-banner .content {
  grid-gap: 85px 60px;
  padding: 0 83px; }
.blog-banner .item {
  width: calc(33.33% - 40px);
  position: relative; }
.blog-banner .item:after {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  content: '';
  -webkit-box-shadow: 10px 9px 20.7999992371px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 10px 9px 20.7999992371px 0px rgba(0, 0, 0, 0.25);
  border-radius: 100% 100% 0 0;
  display: block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
.blog-banner .item:hover:after {
  -webkit-box-shadow: 10px 9px 20.7999992371px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 9px 20.7999992371px 0px rgba(0, 0, 0, 0.5); }
.blog-banner .item a {
  display: block;
  position: relative;
  height: 488px;
  -webkit-clip-path: polygon(50% 0, 50% 0, 100% 31%, 100% 100%, 0 100%, 0 31%);
  clip-path: polygon(50% 0, 50% 0, 100% 31%, 100% 100%, 0 100%, 0 31%);
  z-index: 10; }
.blog-banner .item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5; }
.blog-banner .item a h6 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 30px;
  z-index: 10;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 106%;
  letter-spacing: -1px;
  text-align: left;
  text-transform: uppercase;
  font-family: "Inter Tight", sans-serif;
  margin: 0; }
.blog-banner .item a h6 b {
  font-weight: 700; }

.blog-banner.pt-50p {
  padding-top: 125px; }

.blog-banner.pb-50p {
  padding-bottom: 90px; }

/*---------------------END-BLOG--------------------------------*/
/*-----------------------ARTICLE-BANNER--------------------------------*/
.article-banner {
  padding: 356px 0 50px; }
.article-banner h1 {
  margin: 0;
  font-family: "Inter Tight", sans-serif;
  font-size: 64px;
  line-height: 1;
  font-weight: 700;
  color: #607a84;
  text-transform: uppercase; }

.article-banner.pt-50p {
  padding-top: 168px; }

.article-banner.pb-50p {
  padding-bottom: 25px; }

/*----------------------END-ARTICLE-BANNER--------------------------------*/
/*-----------------------ARTICLE-IMG--------------------------------*/
.article-img {
  padding: 25px 0 66px;
  color: #607a84; }
.article-img p {
  color: #607a84; }
.article-img p a {
  text-decoration: underline; }
.article-img p a:hover {
  opacity: 0.7; }
.article-img figure {
  width: 39.5%;
  position: relative; }
.article-img figure:after {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  content: '';
  -webkit-box-shadow: 10px 9px 20.7999992371px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 10px 9px 20.7999992371px 0px rgba(0, 0, 0, 0.25);
  border-radius: 100% 100% 0 0;
  display: block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
.article-img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  position: relative;
  z-index: 5;
  -webkit-clip-path: polygon(50% 0, 50% 0, 100% 31%, 100% 100%, 0 100%, 0 31%);
  clip-path: polygon(50% 0, 50% 0, 100% 31%, 100% 100%, 0 100%, 0 31%); }
.article-img .text {
  width: 55.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
.article-img .text h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 0.9;
  margin-bottom: -15px;
  font-family: "Inter Tight", sans-serif; }
.article-img .text h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 0.9;
  margin-bottom: -15px;
  font-family: "Inter Tight", sans-serif; }
.article-img .text h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 0.9;
  margin-bottom: -10px;
  font-family: "Inter Tight", sans-serif; }
.article-img .text h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 0.9;
  margin-bottom: -10px;
  font-family: "Inter Tight", sans-serif; }
.article-img .text h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 0.9;
  margin-bottom: -10px;
  font-family: "Inter Tight", sans-serif; }

.article-img.pt-50p {
  padding-top: 13px; }

.article-img.pb-50p {
  padding-bottom: 33px; }

.article-img-revers .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.article-full .text {
  width: 100% !important; }

/*----------------------END-ARTICLE-IMG--------------------------------*/
/*------------------------CONTACT-BANNER--------------------------------*/
.contact-banner .content {
  margin-left: 58px; }
.contact-banner h1 {
  font-size: 64px;
  line-height: 106%;
  margin-bottom: 120px; }
.contact-banner h1 b {
  color: #607a84; }
.contact-banner .default-form {
  width: 682px;
  max-width: 100%; }
.contact-banner .content {
  width: 815px; }

.default-form {
  border-radius: 8px;
  padding: 25px 25px;
  background: #fff; }
.default-form .input-wrap {
  width: 100%;
  margin-bottom: 25px; }
.default-form .input-wrap label {
  display: block;
  margin-bottom: 7px;
  color: #607a84;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; }
.default-form .input-wrap input {
  width: 100%;
  outline: none !important;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  color: #607a84;
  padding: 0 20px; }
.default-form .input-wrap textarea {
  width: 100%;
  outline: none !important;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  font-size: 16px;
  height: 80px;
  line-height: 20px;
  color: #607a84;
  resize: none;
  padding: 10px 20px; }
.default-form .input-wrap-submit {
  width: 100%; }
.default-form .input-wrap-submit .btn-default {
  width: 100%;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  text-transform: inherit; }

/*-----------------------END-CONTACT-BANNER--------------------------------*/
/*-----------------------BLOG-BANNER-6X-------------------------------*/
.blog-banner-6x {
  padding: 125px 0 148px; }
.blog-banner-6x h2 {
  text-align: center;
  font-size: 96px;
  line-height: 85px;
  margin-bottom: 65px; }
.blog-banner-6x .content {
  padding: 0;
  grid-gap: 30px 30px; }
.blog-banner-6x .item {
  width: calc(16.66% - 25px); }
.blog-banner-6x .item a h6 {
  font-size: 20px;
  line-height: 106%;
  padding: 20px 10px; }
.blog-banner-6x .item a {
  height: 256px; }

.blog-banner-6x.pt-50p {
  padding-top: 62px; }

.blog-banner-6x.pb-50p {
  padding-bottom: 74px; }

/*----------------------END-BLOG-BANNER-6X-------------------------------*/
/*----------------------BG-BLOCK-------------------------------*/
.bg-block img {
  width: 100%; }

/*---------------------END-BG-BLOCK-------------------------------*/
/*------------------------SCAN-BANNER-------------------------------*/
.scan-banner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.scan-banner h1 {
  margin: 0;
  border-radius: 11px;
  padding: 25px 54px;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

/*-----------------------END-SCAN-BANNER-------------------------------*/
/*-----------------------SCAN-SECTION-------------------------------*/
.scan-section {
  padding: 45px 0 45px; }
.scan-section .top {
  margin-bottom: 20px;
  grid-gap: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
.scan-section .top h2 {
  font-size: 64px;
  font-weight: 700;
  line-height: 106%;
  color: #607a84;
  margin-bottom: 5px; }
.scan-section .top p {
  color: #000; }
.scan-section .top .title-wrap {
  width: calc(100% - 300px); }
.scan-section .top .icon-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
.scan-section .content {
  width: 950px;
  max-width: 100%;
  margin: auto; }
.scan-section .item {
  margin-bottom: 17px; }
.scan-section .item p {
  color: #607a84;
  font-family: "Inter Tight", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 12px; }
.scan-section .item .input-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 10px; }
.scan-section .item .input-wrap .wrap {
  width: calc(25% - 8px);
  position: relative; }
.scan-section .item .input-wrap .wrap input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 5; }
.scan-section .item .input-wrap .wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: 1px solid #607a84;
  border-radius: 10px;
  height: 44px;
  color: #607a84;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  padding-bottom: 3px; }
.scan-section .item .input-wrap .wrap input:hover + label {
  background: #eee; }
.scan-section .item .input-wrap .wrap input:checked + label {
  background: #e10079;
  border-color: #e10079;
  color: #fff; }
.scan-section .item .input-wrap .wrap-2 input:checked + label {
  background: #ae7fa3;
  border-color: #ae7fa3;
  color: #fff; }
.scan-section .item .input-wrap .wrap-3 input:checked + label {
  background: #61a8b5;
  border-color: #61a8b5;
  color: #fff; }
.scan-section .item .input-wrap .wrap-4 input:checked + label {
  background: #ffdd00;
  border-color: #ffdd00;
  color: #607a84; }
.scan-section .result-block {
  border-radius: 10px;
  background: rgba(174, 127, 163, 0.1);
  padding: 45px 113px;
  margin-bottom: 20px; }
.scan-section .result-block .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #607a84;
  margin-bottom: 5px;
  font-family: "Inter Tight", sans-serif;
  text-transform: uppercase; }
.scan-section .result-block p {
  color: #607a84;
  margin-bottom: 14px; }
.scan-section .result-block ul li {
  padding-left: 40px;
  position: relative;
  font-weight: 700;
  color: #607a84; }
.scan-section .result-block ul li img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0; }
.scan-section .result-block ul li + li {
  margin-top: 20px; }
.scan-section .form-wrap {
  border-radius: 10px;
  background: #61a8b5;
  padding: 30px 45px; }
.scan-section .form-wrap h2 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  line-height: 0.9;
  margin-bottom: 10px; }

.form-50 {
  grid-gap: 25px 20px; }
.form-50 .input-wrap {
  width: calc(50% - 10px); }
.form-50 .input-wrap label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
  margin-bottom: 0; }
.form-50 .input-wrap input {
  width: 100%;
  outline: none;
  border: 1px solid var(--Color, #c2c2c2);
  background: white;
  border-radius: 0;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  padding: 0 20px; }
.form-50 .input-wrap-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }

.scan-form .item {
  border-radius: 10px;
  background: rgba(96, 122, 132, 0.1);
  padding: 30px 52px; }

.scan-section.pt-50p {
  padding-top: 22px; }

.scan-section.pb-50p {
  padding-bottom: 22px; }

/*----------------------END-SCAN-SECTION-------------------------------*/
/*-------------------------STEP-SECTION-NEW-IMG------------------------------*/
.step-section .bg .img-left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
  max-width: 50vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }
.step-section .bg .img-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto; }

.step-section .text {
  min-height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.method-step .list-step .left:after {
  right: -99px;
  -webkit-clip-path: polygon(0 0, 2% 0, 100% 50%, 100% 50%, 2% 100%, 0 100%);
  clip-path: polygon(0 0, 2% 0, 100% 50%, 100% 50%, 2% 100%, 0 100%); }

.scan-section .item .input-wrap .wrap label {
  text-align: center;
  padding: 0 5px; }

/*------------------------END-STEP-SECTION-NEW-IMG------------------------------*/
.bg-white {
  background: #fff !important;
  color: #607a84; }
.bg-white h2, .bg-white h3, .bg-white h6, .bg-white p {
  color: #607a84; }

.bg-grey {
  background: #607A84 !important;
  color: #fff; }
.bg-grey h1, .bg-grey h2, .bg-grey h3, .bg-grey h6, .bg-grey p {
  color: #fff; }
.bg-grey .change-img svg path {
  stroke: #fff; }
.bg-grey .btn-default {
  background: #fff;
  color: #607a84; }
.bg-grey .btn-default:hover {
  background: #E10079;
  color: #fff; }

.bg-light-grey {
  /*background: rgba(#607A84, 0.6)!important;*/
  background: #a0afb5 !important;
  color: #607a84; }
.bg-light-grey h2, .bg-light-grey h3, .bg-light-grey h6, .bg-light-grey p {
  color: #607a84; }

.bg-blue {
  background: #61A8B5 !important;
  color: #fff; }
.bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h6, .bg-blue p {
  color: #fff; }
.bg-blue .change-img svg path {
  stroke: #fff; }
.bg-blue .btn-default {
  background: #fff;
  color: #607a84; }
.bg-blue .btn-default:hover {
  background: #E10079;
  color: #fff; }

.bg-yellow {
  background: #FFDD00 !important;
  color: #607a84; }
.bg-yellow h2, .bg-yellow h3, .bg-yellow h6, .bg-yellow p {
  color: #607a84; }

.bg-purple {
  background: #AE7FA3 !important;
  /*color: rgba(96, 122, 132, 1);*/
  color: #fff; }
.bg-purple h2, .bg-purple h3, .bg-purple h6, .bg-purple p {
  /*color: rgba(96, 122, 132, 1);*/
  color: #fff; }
.bg-purple .change-img svg path {
  stroke: #fff; }

.bg-pink {
  background: #E10079 !important;
  color: #fff; }
.bg-pink h1, .bg-pink h2, .bg-pink h3, .bg-pink h6, .bg-pink p {
  color: #fff; }
.bg-pink .change-img svg path {
  stroke: #fff; }
.bg-pink .btn-default {
  background: #fff;
  color: #607a84; }
.bg-pink .btn-default:hover {
  background: #607a84;
  color: #fff; }

.no-white-block .bg {
  display: none !important; }

.cta-banner-big.bg-pink .change-img svg path, .cta-banner.bg-blue .change-img svg path, .cta-banner.bg-grey .change-img svg path {
  fill: #fff;
  stroke: transparent; }

.home-banner .content{
  min-height: 560px;
}
.step-section ul li{
  align-items: center;
}
/*# sourceMappingURL=styles.css.map */