*:focus {
  outline: none !important; }

/*  landing.css */
/* typography */
@font-face {
  font-family: avenirreg;
  src: url("../../font/AvenirNextLTPro-Regular.otf"); }

@font-face {
  font-family: avenirlite;
  src: url("../../font/AvenirNextLTPro-UltLtCn.otf"); }

@font-face {
  font-family: avenirmed;
  src: url("../../font/AvenirNextLTPro-Medium.otf"); }

@font-face {
  font-family: avenirbold;
  src: url("../../font/AvenirNextLTPro-Bold.otf"); }

/* ******************************* START Standart **************************************** */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, body {
  height: 100%;
  background-color: #fffefe;
  font-size: 14px;
  font-family: avenirreg, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0 auto; }

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  min-height: 100%; }

.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

h1,
h2,
h3,
h4,
h5 {
  text-align: center;
  padding: 0;
  margin: 0 auto; }

h1 {
  font-size: 22px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

p {
  padding: 0;
  margin: 0 auto; }

img {
  max-width: 100%; }

ul,
ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }

li {
  list-style: none; }

/* ******************************* END Standart **************************************** */
/* *************************** START BASE *************************** */
/* *************************** START BASE *************************** */
/* *************************** START BASE *************************** */
/* *************************** START BASE *************************** */
.nobr {
  white-space: nowrap; }

/* ************ START style for links ************ */
/* ************ START style for links ************ */
a:hover,
a:active:hover,
a:visited:hover,
a:focus:hover {
  text-decoration: none;
  cursor: pointer; }

.color-red {
  color: #C21331; }

.text-underlined {
  text-decoration: underline; }

/* ************  END style for links ************ */
/* ************  END style for links ************ */
/* ************  END style for links ************ */
/* ************  END style for links ************ */
/* ************ START style for .btn ************ */
/* ************ START style for .btn ************ */
.btn {
  cursor: pointer; }

.btn-redWhite {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 30px;
  color: #ffffff;
  background-color: #C21331;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 16px 29px;
  border: 2px solid transparent;
  -webkit-box-shadow: 0px 0px 0px rgba(194, 19, 49, 0.5);
          box-shadow: 0px 0px 0px rgba(194, 19, 49, 0.5);
  -webkit-transition: color 0.3s, background-color 0.3s, border 0.3s, -webkit-box-shadow 0.3s !important;
  transition: color 0.3s, background-color 0.3s, border 0.3s, -webkit-box-shadow 0.3s !important;
  -o-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, border 0.3s !important;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, border 0.3s !important;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, border 0.3s, -webkit-box-shadow 0.3s !important; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .btn-redWhite {
      font-size: 27px;
      padding: 14.4px 26.1px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .btn-redWhite {
      font-size: 24px;
      padding: 12.8px 23.2px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .btn-redWhite {
      font-size: 21px;
      padding: 11.2px 20.3px; } }
  @media (max-width: 576px) {
    .btn-redWhite {
      font-size: 18px;
      padding: 9.6px 17.4px; } }

.btn-redWhite:hover {
  background-color: #ffffff;
  color: #C21331;
  border-color: #C21331;
  -webkit-box-shadow: 0px 4px 20px rgba(194, 19, 49, 0.5);
          box-shadow: 0px 4px 20px rgba(194, 19, 49, 0.5); }

/* ************  END style for .btn  ************ */
/* ************  END style for .btn  ************ */
/* ************  END style for .btn  ************ */
/* ************  END style for .btn  ************ */
/* ***************************  END  BASE *************************** */
/* ***************************  END  BASE *************************** */
/* ***************************  END  BASE *************************** */
/* ***************************  END  BASE *************************** */
/* ***************************  END  BASE *************************** */
/* ***************************  END  BASE *************************** */
/* ***************************  END  BASE *************************** */
/* ***************************  END  BASE *************************** */
.headline {
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  line-height: normal;
  color: #333333; }

.headline-h1 {
  font-size: 55px;
  font-weight: bold; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .headline-h1 {
      font-size: 49.5px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .headline-h1 {
      font-size: 44px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .headline-h1 {
      font-size: 38.5px; } }
  @media (max-width: 576px) {
    .headline-h1 {
      font-size: 33px; } }

.headline-h2 {
  font-size: 44px;
  font-weight: bold; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .headline-h2 {
      font-size: 39.6px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .headline-h2 {
      font-size: 35.2px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .headline-h2 {
      font-size: 30.8px; } }
  @media (max-width: 576px) {
    .headline-h2 {
      font-size: 26.4px; } }

.headline-h3 {
  font-size: 36px;
  font-weight: normal; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .headline-h3 {
      font-size: 32.4px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .headline-h3 {
      font-size: 28.8px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .headline-h3 {
      font-size: 25.2px; } }
  @media (max-width: 576px) {
    .headline-h3 {
      font-size: 21.6px; } }

.headline-h4 {
  font-size: 28px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .headline-h4 {
      font-size: 25.2px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .headline-h4 {
      font-size: 22.4px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .headline-h4 {
      font-size: 19.6px; } }
  @media (max-width: 576px) {
    .headline-h4 {
      font-size: 16.8px; } }

.headline-line {
  display: block; }
  @media (min-width: 577px) and (max-width: 767px) {
    .headline-line {
      display: inline; } }
  @media (max-width: 576px) {
    .headline-line {
      display: inline; } }

.headline-white {
  color: #ffffff; }

.underHeadlineWrapper {
  margin-top: 40px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .underHeadlineWrapper {
      margin-top: 36px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .underHeadlineWrapper {
      margin-top: 32px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .underHeadlineWrapper {
      margin-top: 28px; } }
  @media (max-width: 576px) {
    .underHeadlineWrapper {
      margin-top: 24px; } }

.underHeadline {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.5;
  color: black; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .underHeadline {
      font-size: 19.8px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .underHeadline {
      font-size: 17.6px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .underHeadline {
      font-size: 15.4px; } }
  @media (max-width: 576px) {
    .underHeadline {
      font-size: 13.2px; } }

.modal-video .modal-content,
.modal-video .modal-body {
  background-color: transparent !important;
  border: none !important; }

.modal-video .modal-body {
  padding: 0 !important; }

.modal-video .modal-header .close {
  position: relative;
  left: 30px;
  color: #ffffff; }
  @media (min-width: 577px) and (max-width: 767px) {
    .modal-video .modal-header .close {
      left: 0; } }
  @media (max-width: 576px) {
    .modal-video .modal-header .close {
      left: 0; } }

.modal-video iframe {
  width: 100%;
  height: 315px; }
  @media (min-width: 1200px) {
    .modal-video iframe {
      height: 421px; } }

.modal-video .modalVideoWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (min-width: 577px) and (max-width: 767px) {
  .modal-video .modal-dialog {
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; } }

@media (max-width: 576px) {
  .modal-video .modal-dialog {
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; } }

/* ------------------------------- START HEADER ------------------------------------------- */
/* ------------------------------- START HEADER ------------------------------------------- */
/* ------------------------------- START HEADER ------------------------------------------- */
/* ------------------------------- START HEADER ------------------------------------------- */
/* Header */
/*  ------------------------------- END HEADER ------------------------------- */
/*  ------------------------------- END HEADER ------------------------------- */
/*  ------------------------------- END HEADER ------------------------------- */
/*  ------------------------------- END HEADER ------------------------------- */
/*  ------------------------------- END HEADER ------------------------------- */
/*  ------------------------------- END HEADER ------------------------------- */
/*  ------------------------------- END HEADER ------------------------------- */
/*  ------------------------------- END HEADER ------------------------------- */
/* ----------------------------- START footer ----------------------------- */
/* ----------------------------- START footer ----------------------------- */
/* ----------------------------- START footer ----------------------------- */
/* ----------------------------- START footer ----------------------------- */
.footer .containerWrapper {
  position: relative;
  background-color: rgba(0, 77, 192, 0.5);
  padding-top: 71px;
  padding-bottom: 37px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer .containerWrapper {
      padding-top: 63.9px;
      padding-bottom: 33.3px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer .containerWrapper {
      padding-top: 56.8px;
      padding-bottom: 29.6px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .footer .containerWrapper {
      padding-top: 49.7px;
      padding-bottom: 25.9px; } }
  @media (max-width: 576px) {
    .footer .containerWrapper {
      padding-top: 42.6px;
      padding-bottom: 22.2px; } }

.footer__topRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  @media (min-width: 577px) and (max-width: 767px) {
    .footer__topRow {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 576px) {
    .footer__topRow {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

@media (min-width: 577px) and (max-width: 767px) {
  .footer__topRowCol {
    display: inline-block;
    margin-bottom: 20px; } }

@media (max-width: 576px) {
  .footer__topRowCol {
    display: inline-block;
    margin-bottom: 20px; } }

.footer__topRowCol-footerInfo {
  width: 34.5%;
  padding-right: 6%; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer__topRowCol-footerInfo {
      padding-right: 4.8%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer__topRowCol-footerInfo {
      padding-right: 3.6%; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .footer__topRowCol-footerInfo {
      width: 100%;
      padding-right: 0; } }
  @media (max-width: 576px) {
    .footer__topRowCol-footerInfo {
      width: 100%;
      padding-right: 0; } }

.footer__topRowCol-solutions {
  width: 38.5%;
  padding-left: 8%;
  padding-right: 1.5%;
  border-left: 2px solid rgba(255, 255, 255, 0.5); }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer__topRowCol-solutions {
      padding-left: 6.4%;
      padding-right: 1.2%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer__topRowCol-solutions {
      padding-left: 4.8%;
      padding-right: 0.9%; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .footer__topRowCol-solutions {
      width: 50%;
      padding-left: 15px;
      padding-right: 15px;
      border-left: none; } }
  @media (max-width: 576px) {
    .footer__topRowCol-solutions {
      width: 60%;
      padding-left: 0;
      padding-right: 0;
      border-left: none; } }

.footer__topRowCol-products {
  width: 27%;
  padding-left: 2.25%; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer__topRowCol-products {
      padding-left: 1.8%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer__topRowCol-products {
      padding-left: 1.35%; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .footer__topRowCol-products {
      width: 50%;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 576px) {
    .footer__topRowCol-products {
      width: 60%;
      padding-left: 0; } }

.footer__topRowHeadline {
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 24px;
  color: #ffffff;
  text-align: left; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer__topRowHeadline {
      font-size: 21.6px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer__topRowHeadline {
      font-size: 19.2px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .footer__topRowHeadline {
      font-size: 16.8px; } }
  @media (max-width: 576px) {
    .footer__topRowHeadline {
      font-size: 14.4px; } }

.footer__topRowListWrapper {
  margin-top: 21px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer__topRowListWrapper {
      margin-top: 18.9px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer__topRowListWrapper {
      margin-top: 16.8px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .footer__topRowListWrapper {
      margin-top: 14.7px; } }
  @media (max-width: 576px) {
    .footer__topRowListWrapper {
      margin-top: 12.6px; } }

.footer__topRowList,
.footer__topRowListLink {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 17px;
  text-shadow: 0px 0px 0px transparent;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -o-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer__topRowList,
    .footer__topRowListLink {
      font-size: 19.8px;
      margin-bottom: 15.3px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer__topRowList,
    .footer__topRowListLink {
      font-size: 17.6px;
      margin-bottom: 13.6px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .footer__topRowList,
    .footer__topRowListLink {
      font-size: 15.4px;
      margin-bottom: 11.9px; } }
  @media (max-width: 576px) {
    .footer__topRowList,
    .footer__topRowListLink {
      font-size: 13.2px;
      margin-bottom: 10.2px; } }

.footer__topRowListLink:hover {
  color: #ffffff;
  text-shadow: 0px 0px 1px #ffffff, 0px 0px 1px #ffffff; }

.footer__topRowList-clear,
.footer__topRowList-clear .footer__topRowListLink {
  color: #ffffff;
  text-shadow: 0px 0px 1px #ffffff, 0px 0px 1px #ffffff; }

.footer__topRowList:last-of-type {
  margin-bottom: 0px; }

@media (min-width: 577px) and (max-width: 767px) {
  .footerInfo__logoWrapper {
    text-align: center; } }

@media (max-width: 576px) {
  .footerInfo__logoWrapper {
    text-align: center; } }

.footerInfo__logo {
  width: auto;
  height: 41px; }

.footerInfo__textWrapper {
  margin-top: 41px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footerInfo__textWrapper {
      margin-top: 36.9px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footerInfo__textWrapper {
      margin-top: 32.8px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .footerInfo__textWrapper {
      margin-top: 28.7px; } }
  @media (max-width: 576px) {
    .footerInfo__textWrapper {
      margin-top: 24.6px; } }

.footerInfo__text {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 24px;
  color: #ffffff; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footerInfo__text {
      font-size: 21.6px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footerInfo__text {
      font-size: 19.2px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .footerInfo__text {
      font-size: 16.8px;
      text-align: center; } }
  @media (max-width: 576px) {
    .footerInfo__text {
      font-size: 14.4px;
      text-align: center; } }

.footerInfo__phoneWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 34px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footerInfo__phoneWrapper {
      margin-top: 30.6px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footerInfo__phoneWrapper {
      margin-top: 27.2px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .footerInfo__phoneWrapper {
      margin-top: 23.8px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 576px) {
    .footerInfo__phoneWrapper {
      margin-top: 20.4px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.footerInfo__phone {
  width: 25px;
  height: auto; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footerInfo__phone {
      width: 22.5px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footerInfo__phone {
      width: 20px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .footerInfo__phone {
      width: 17.5px; } }
  @media (max-width: 576px) {
    .footerInfo__phone {
      width: 15px; } }

.footerInfo__phoneLink {
  position: relative;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 24px;
  color: #ffffff;
  margin-left: 12px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footerInfo__phoneLink {
      font-size: 21.6px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footerInfo__phoneLink {
      font-size: 19.2px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .footerInfo__phoneLink {
      font-size: 16.8px; } }
  @media (max-width: 576px) {
    .footerInfo__phoneLink {
      font-size: 14.4px; } }

.footerInfo__phoneLink:hover {
  color: #ffffff; }

.footerInfo__phoneLink:after {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  -webkit-transition: bottom 0.3s, opacity 0.3s;
  -o-transition: bottom 0.3s, opacity 0.3s;
  transition: bottom 0.3s, opacity 0.3s; }

.footerInfo__phoneLink:hover:after {
  opacity: 1;
  bottom: -5px; }

.footer__bottomRow {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 74px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer__bottomRow {
      margin-top: 59.2px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer__bottomRow {
      margin-top: 44.4px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .footer__bottomRow {
      margin-top: 29.6px; } }
  @media (max-width: 576px) {
    .footer__bottomRow {
      margin-top: 14.8px; } }

.footer__bottomRow .copyrightWrapper {
  justify-self: flex-start; }

.footer__bottomRow .socialSideWrapper {
  justify-self: flex-end; }

.footer__bottomRow .copyrightWrapper,
.footer__bottomRow .socialSideWrapper {
  width: 50%; }
  @media (min-width: 577px) and (max-width: 767px) {
    .footer__bottomRow .copyrightWrapper,
    .footer__bottomRow .socialSideWrapper {
      width: 100%;
      text-align: center; } }
  @media (max-width: 576px) {
    .footer__bottomRow .copyrightWrapper,
    .footer__bottomRow .socialSideWrapper {
      width: 100%;
      text-align: center; } }

.footer__bottomRow .copyright {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 24px;
  color: #ffffff; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer__bottomRow .copyright {
      font-size: 21.6px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer__bottomRow .copyright {
      font-size: 19.2px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .footer__bottomRow .copyright {
      font-size: 16.8px; } }
  @media (max-width: 576px) {
    .footer__bottomRow .copyright {
      font-size: 14.4px; } }

@media (min-width: 577px) and (max-width: 767px) {
  .footer__bottomRow .socialSideWrapper {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6); } }

@media (max-width: 576px) {
  .footer__bottomRow .socialSideWrapper {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6); } }

.footer__bottomRow .socialBtnListWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (min-width: 577px) and (max-width: 767px) {
    .footer__bottomRow .socialBtnListWrapper {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 576px) {
    .footer__bottomRow .socialBtnListWrapper {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.footer__bottomRow .socialBtnList {
  margin-left: 5.5px;
  margin-right: 5.5px; }

.footer__bottomRow .socialBtn {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 22px;
  padding-left: 9px;
  border: none;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }

.footer__bottomRow .socialBtn-facebook {
  background-color: #475993; }

.footer__bottomRow .socialBtn-facebook:hover {
  background-color: #364471; }

.footer__bottomRow .socialBtn-linkedIn {
  background-color: #0077B7; }

.footer__bottomRow .socialBtn-linkedIn:hover {
  background-color: #005684; }

.footer__bottomRow .socialBtn-facebook .socialBtn__icon {
  margin-right: 14px; }

.footer__bottomRow .socialBtn-linkedIn .socialBtn__icon {
  margin-right: 10px; }

.footer__bottomRow .socialBtn__text {
  padding-right: 10px; }

.footer__bottomRow .socialBtn,
.footer__bottomRow .socialBtn__text {
  font-family: Cabin;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 20px;
  color: #ffffff; }

.footer__bottomRow .socialBtn-linkedIn .socialBtn__text {
  position: relative;
  padding-left: 10px; }

.footer__bottomRow .socialBtn-linkedIn .socialBtn__text:before {
  content: '';
  position: absolute;
  top: -35%;
  left: 0;
  width: 1px;
  height: 170%;
  background-color: rgba(255, 255, 255, 0.2); }

.btnBackToTopWrapper {
  position: fixed;
  right: 5%;
  bottom: -87px;
  -webkit-transition: bottom 0.3s;
  -o-transition: bottom 0.3s;
  transition: bottom 0.3s;
  z-index: 15; }

.btnBackToTopWrapper-visible {
  bottom: 40px; }
  @media (min-width: 1200px) and (max-width: 1520px) {
    .btnBackToTopWrapper-visible {
      bottom: 120px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .btnBackToTopWrapper-visible {
      bottom: 120px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .btnBackToTopWrapper-visible {
      bottom: 120px; } }

.btnBackToTop {
  width: 87px;
  height: 87px;
  background: #A9C3EA;
  border: none;
  -webkit-border-radius: 87px;
          border-radius: 87px;
  -webkit-box-shadow: 0px 0px 20px #CEDDF3;
          box-shadow: 0px 0px 20px #CEDDF3; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .btnBackToTop {
      width: 78.3px;
      height: 78.3px;
      -webkit-box-shadow: 0px 0px 18px #CEDDF3;
              box-shadow: 0px 0px 18px #CEDDF3; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .btnBackToTop {
      width: 69.6px;
      height: 69.6px;
      -webkit-box-shadow: 0px 0px 16px #CEDDF3;
              box-shadow: 0px 0px 16px #CEDDF3; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .btnBackToTop {
      width: 60.9px;
      height: 60.9px;
      -webkit-box-shadow: 0px 0px 14px #CEDDF3;
              box-shadow: 0px 0px 14px #CEDDF3; } }
  @media (max-width: 576px) {
    .btnBackToTop {
      width: 52.2px;
      height: 52.2px;
      -webkit-box-shadow: 0px 0px 12px #CEDDF3;
              box-shadow: 0px 0px 12px #CEDDF3; } }

.btnBackToTop__img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 50px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .btnBackToTop__img {
      width: 42.5px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .btnBackToTop__img {
      width: 35px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .btnBackToTop__img {
      width: 27.5px; } }
  @media (max-width: 576px) {
    .btnBackToTop__img {
      width: 20px; } }

/* -----------------------------  END  footer ----------------------------- */
/* -----------------------------  END  footer ----------------------------- */
/* -----------------------------  END  footer ----------------------------- */
/* -----------------------------  END  footer ----------------------------- */
/* -----------------------------  END  footer ----------------------------- */
/* -----------------------------  END  footer ----------------------------- */
/* -----------------------------  END  footer ----------------------------- */
/* -----------------------------  END  footer ----------------------------- */
/*       _page--lp.sass         */
/* ----------------------------- START heroBg (SECTION 1) ----------------------------- */
/* ----------------------------- START heroBg (SECTION 1) ----------------------------- */
/* ----------------------------- START heroBg (SECTION 1) ----------------------------- */
/* ----------------------------- START heroBg (SECTION 1) ----------------------------- */
.heroBgSection .containerWrapper {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#0077B7), to(#8BD9FF));
  background: -webkit-linear-gradient(left, #0077B7 0%, #8BD9FF 100%);
  background: -o-linear-gradient(left, #0077B7 0%, #8BD9FF 100%);
  background: linear-gradient(90deg, #0077B7 0%, #8BD9FF 100%);
  padding-top: 45px;
  padding-bottom: 45px;
  z-index: 5; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .heroBgSection .containerWrapper {
      padding-top: 36px;
      padding-bottom: 36px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .heroBgSection .containerWrapper {
      min-height: 98vh;
      padding-top: 27px;
      padding-bottom: 27px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .heroBgSection .containerWrapper {
      min-height: 95vh;
      height: auto;
      padding-top: 18px;
      padding-bottom: 18px; } }
  @media (max-width: 576px) {
    .heroBgSection .containerWrapper {
      min-height: 90vh;
      height: auto;
      padding-top: 9px;
      padding-bottom: 9px; } }
  @media (max-height: 595px) {
    .heroBgSection .containerWrapper {
      padding-bottom: 45px; } }

.heroBgSection .container {
  position: relative;
  z-index: 2; }

.heroBgSection .logoImgWrapepr {
  margin-bottom: 46px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .heroBgSection .logoImgWrapepr {
      margin-bottom: 36.8px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .heroBgSection .logoImgWrapepr {
      margin-bottom: 27.6px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .heroBgSection .logoImgWrapepr {
      margin-bottom: 18.4px; } }
  @media (max-width: 576px) {
    .heroBgSection .logoImgWrapepr {
      margin-bottom: 9.2px;
      text-align: center; } }

.heroBgSection .logoImg {
  height: 46px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .heroBgSection .logoImg {
      height: 41.4px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .heroBgSection .logoImg {
      height: 36.8px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .heroBgSection .logoImg {
      height: 32.2px; } }
  @media (max-width: 576px) {
    .heroBgSection .logoImg {
      height: 27.6px; } }

.heroBgSection .headline-h1 {
  text-align: left; }
  @media (max-width: 576px) {
    .heroBgSection .headline-h1 {
      text-align: center; } }

.heroBgSection .videoPlayBtnWrapper {
  display: none;
  height: 0;
  text-align: right; }
  @media (min-width: 577px) and (max-width: 767px) {
    .heroBgSection .videoPlayBtnWrapper {
      height: auto;
      text-align: center;
      margin-top: 15px; } }
  @media (max-width: 576px) {
    .heroBgSection .videoPlayBtnWrapper {
      height: auto;
      text-align: center;
      margin-top: 15px; } }

.heroBgSection .videoPlayBtn {
  position: relative;
  opacity: 0.2;
  background-color: transparent;
  padding: 0;
  border: none;
  margin-right: 10%;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  margin-top: -50%;
  z-index: 5; }
  @media (min-width: 577px) and (max-width: 767px) {
    .heroBgSection .videoPlayBtn {
      margin-top: 00%;
      margin-right: 0; } }
  @media (max-width: 576px) {
    .heroBgSection .videoPlayBtn {
      margin-top: 00%;
      margin-right: 0; } }

.heroBgSection .videoPlayBtn:hover {
  opacity: 1; }

.heroBgSection .videoPlayBtn__img {
  width: 117px;
  height: auto; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .heroBgSection .videoPlayBtn__img {
      width: 97.11px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .heroBgSection .videoPlayBtn__img {
      width: 87.75px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .heroBgSection .videoPlayBtn__img {
      width: 79.56px; } }
  @media (max-width: 576px) {
    .heroBgSection .videoPlayBtn__img {
      width: 58.5px; } }

.heroBgSection .videoPlayBtn-pause .videoPlayBtn__img-pause {
  display: block; }

.heroBgSection .videoPlayBtn-pause .videoPlayBtn__img-play {
  display: none; }

.heroBgSection .videoPlayBtn-play .videoPlayBtn__img-pause {
  display: none; }

.heroBgSection .videoPlayBtn-play .videoPlayBtn__img-play {
  display: block; }

.heroBgSection .underHeadlineWrapper {
  margin-top: 46px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .heroBgSection .underHeadlineWrapper {
      margin-top: 36.8px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .heroBgSection .underHeadlineWrapper {
      margin-top: 27.6px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .heroBgSection .underHeadlineWrapper {
      margin-top: 18.4px; } }
  @media (max-width: 576px) {
    .heroBgSection .underHeadlineWrapper {
      margin-top: 9.2px; } }

.heroBgSection .underHeadline {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.5;
  color: #ffffff; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .heroBgSection .underHeadline {
      font-size: 25.2px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .heroBgSection .underHeadline {
      font-size: 22.4px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .heroBgSection .underHeadline {
      font-size: 19.6px; } }
  @media (max-width: 576px) {
    .heroBgSection .underHeadline {
      font-size: 16.8px;
      text-align: center; } }

.heroBgSection .underHeadline__line {
  display: block; }
  @media (min-width: 577px) and (max-width: 767px) {
    .heroBgSection .underHeadline__line {
      display: inline; } }
  @media (max-width: 576px) {
    .heroBgSection .underHeadline__line {
      display: inline; } }

.heroBgSection .ctaBtnWrapepr {
  margin-top: 46px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .heroBgSection .ctaBtnWrapepr {
      margin-top: 36.8px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .heroBgSection .ctaBtnWrapepr {
      margin-top: 27.6px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .heroBgSection .ctaBtnWrapepr {
      margin-top: 18.4px; } }
  @media (max-width: 576px) {
    .heroBgSection .ctaBtnWrapepr {
      text-align: center;
      margin-top: 9.2px; } }

.heroBgSection .heroBgCallTextWrapper {
  margin-top: 26px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .heroBgSection .heroBgCallTextWrapper {
      margin-top: 23px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .heroBgSection .heroBgCallTextWrapper {
      margin-top: 20px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .heroBgSection .heroBgCallTextWrapper {
      margin-top: 17px; } }
  @media (max-width: 576px) {
    .heroBgSection .heroBgCallTextWrapper {
      margin-top: 14px; } }

.heroBgSection .heroBgCallText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 24px;
  color: #ffffff; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .heroBgSection .heroBgCallText {
      font-size: 21px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .heroBgSection .heroBgCallText {
      font-size: 18px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .heroBgSection .heroBgCallText {
      font-size: 15px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 576px) {
    .heroBgSection .heroBgCallText {
      font-size: 13px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.heroBgSection .heroBgCallText > * {
  line-height: 1; }

.heroBgSection .heroBgCallTextCall {
  font-weight: 500; }

.heroBgSection .heroBgCallText__img {
  width: 25px;
  height: auto;
  margin-left: 10px;
  margin-right: 10px; }

.heroBgSection .heroBgCallText__link {
  position: relative;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 24px;
  color: #ffffff;
  text-decoration: none; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .heroBgSection .heroBgCallText__link {
      font-size: 21px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .heroBgSection .heroBgCallText__link {
      font-size: 18px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .heroBgSection .heroBgCallText__link {
      font-size: 18px; } }
  @media (max-width: 576px) {
    .heroBgSection .heroBgCallText__link {
      font-size: 18px; } }

.heroBgSection .heroBgCallText__link:hover {
  color: #ffffff; }

.heroBgSection .heroBgCallText__link:after {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  -webkit-transition: bottom 0.3s, opacity 0.3s;
  -o-transition: bottom 0.3s, opacity 0.3s;
  transition: bottom 0.3s, opacity 0.3s; }

.heroBgSection .heroBgCallText__link:hover:after {
  opacity: 1;
  bottom: -5px; }

.heroBgSection .heroBgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1; }

.heroBgSection .heroBg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center; }
  @media (min-width: 768px) and (max-width: 991px) {
    .heroBgSection .heroBg {
      display: none; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .heroBgSection .heroBg {
      display: none; } }
  @media (max-width: 576px) {
    .heroBgSection .heroBg {
      display: none; } }

.heroBgSection .scrollDownBtnWrapper {
  position: absolute;
  left: -webkit-calc(50% - (60px /2));
  left: calc(50% - (60px /2));
  bottom: 43px;
  width: auto;
  height: auto;
  text-align: center;
  z-index: 100; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .heroBgSection .scrollDownBtnWrapper {
      bottom: 43px;
      left: -webkit-calc(50% - (60px * 0.9 / 2));
      left: calc(50% - (60px * 0.9 / 2)); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .heroBgSection .scrollDownBtnWrapper {
      bottom: 34.4px;
      left: -webkit-calc(50% - (60px * 0.8 / 2));
      left: calc(50% - (60px * 0.8 / 2)); } }
  @media (min-width: 577px) and (max-width: 767px) {
    .heroBgSection .scrollDownBtnWrapper {
      bottom: 25.8px;
      left: -webkit-calc(50% - (60px * 0.7 / 2));
      left: calc(50% - (60px * 0.7 / 2)); } }
  @media (max-width: 576px) {
    .heroBgSection .scrollDownBtnWrapper {
      bottom: 17.2px;
      left: -webkit-calc(50% - (60px * 0.6 / 2));
      left: calc(50% - (60px * 0.6 / 2)); } }
  @media (max-width: 334px) {
    .heroBgSection .scrollDownBtnWrapper {
      position: relative;
      bottom: 0; } }
  @media (min-width: 768px) and (max-height: 595px) {
    .heroBgSection .scrollDownBtnWrapper {
      bottom: 0; } }

.heroBgSection .scrollDownBtn {
  background-color: transparent;
  width: 60px;
  height: 60px;
  border: none;
  padding: 0;
  cursor: pointer; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .heroBgSection .scrollDownBtn {
      width: 54px;
      height: 54px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .heroBgSection .scrollDownBtn {
      width: 48px;
      height: 48px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .heroBgSection .scrollDownBtn {
      width: 42px;
      height: 42px; } }
  @media (max-width: 576px) {
    .heroBgSection .scrollDownBtn {
      width: 36px;
      height: 36px; } }

.heroBgSection .scrollDownBtn__img {
  height: 36px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .heroBgSection .scrollDownBtn__img {
      height: 32.4px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .heroBgSection .scrollDownBtn__img {
      height: 28.8px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .heroBgSection .scrollDownBtn__img {
      height: 25.2px; } }
  @media (max-width: 576px) {
    .heroBgSection .scrollDownBtn__img {
      height: 21.6px; } }

/* -----------------------------  END  heroBg (SECTION 1) ----------------------------- */
/* -----------------------------  END  heroBg (SECTION 1) ----------------------------- */
/* -----------------------------  END  heroBg (SECTION 1) ----------------------------- */
/* -----------------------------  END  heroBg (SECTION 1) ----------------------------- */
/* -----------------------------  END  heroBg (SECTION 1) ----------------------------- */
/* -----------------------------  END  heroBg (SECTION 1) ----------------------------- */
/* -----------------------------  END  heroBg (SECTION 1) ----------------------------- */
/* -----------------------------  END  heroBg (SECTION 1) ----------------------------- */
/* ----------------------------- START sectionWeHelp (SECTION 2) ----------------------------- */
/* ----------------------------- START sectionWeHelp (SECTION 2) ----------------------------- */
/* ----------------------------- START sectionWeHelp (SECTION 2) ----------------------------- */
/* ----------------------------- START sectionWeHelp (SECTION 2) ----------------------------- */
.sectionWeHelp .container {
  padding-top: 65px;
  padding-bottom: 114px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionWeHelp .container {
      padding-top: 58.5px;
      padding-bottom: 102.6px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionWeHelp .container {
      padding-top: 52px;
      padding-bottom: 91.2px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionWeHelp .container {
      padding-top: 45.5px;
      padding-bottom: 79.8px; } }
  @media (max-width: 576px) {
    .sectionWeHelp .container {
      padding-top: 39px;
      padding-bottom: 68.4px; } }

@media (min-width: 1200px) {
  .sectionWeHelp .underHeadline {
    font-size: 20.5px; } }

.sectionWeHelp .content {
  overflow: hidden; }

.sectionWeHelp .helpListWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -27.5px;
  margin-right: -27.5px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionWeHelp .helpListWrapper {
      margin-left: -22px;
      margin-right: -22px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionWeHelp .helpListWrapper {
      margin-left: -16.5px;
      margin-right: -16.5px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionWeHelp .helpListWrapper {
      margin-left: -11px;
      margin-right: -11px; } }
  @media (max-width: 576px) {
    .sectionWeHelp .helpListWrapper {
      margin-left: -5.5px;
      margin-right: -5.5px; } }

.sectionWeHelp .helpList {
  width: 33.3%;
  padding-left: 27.5px;
  padding-right: 27.5px;
  margin-top: 45px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionWeHelp .helpList {
      padding-left: 22px;
      padding-right: 22px;
      margin-top: 40.5px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionWeHelp .helpList {
      padding-left: 16.5px;
      padding-right: 16.5px;
      margin-top: 36px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionWeHelp .helpList {
      width: 50%;
      padding-left: 11px;
      padding-right: 11px;
      margin-top: 31.5px; } }
  @media (max-width: 576px) {
    .sectionWeHelp .helpList {
      width: 100%;
      padding-left: 5.5px;
      padding-right: 5.5px;
      margin-top: 27px; } }

.sectionWeHelp .helpList__content {
  overflow: hidden;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid rgba(0, 77, 192, 0.15);
  -webkit-border-radius: 5px;
          border-radius: 5px; }

.sectionWeHelp .helpList__imgWrapper {
  width: 100%;
  height: 220px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionWeHelp .helpList__imgWrapper {
      height: 198px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionWeHelp .helpList__imgWrapper {
      height: 176px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionWeHelp .helpList__imgWrapper {
      height: 154px; } }
  @media (max-width: 576px) {
    .sectionWeHelp .helpList__imgWrapper {
      height: 176px; } }

.sectionWeHelp .helpList__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center; }

.sectionWeHelp .helpList__info {
  height: -webkit-calc(100% - 220px);
  height: calc(100% - 220px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 22px;
  text-align: center;
  color: #333333;
  padding: 28px; }
  @media (min-width: 1200px) {
    .sectionWeHelp .helpList__info {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionWeHelp .helpList__info {
      height: -webkit-calc(100% - 198px);
      height: calc(100% - 198px);
      font-size: 19.8px;
      padding: 21px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionWeHelp .helpList__info {
      height: -webkit-calc(100% - 176px);
      height: calc(100% - 176px);
      font-size: 17.6px;
      padding: 14px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionWeHelp .helpList__info {
      height: -webkit-calc(100% - 154px);
      height: calc(100% - 154px);
      font-size: 15.4px;
      padding: 14px; } }
  @media (max-width: 576px) {
    .sectionWeHelp .helpList__info {
      height: -webkit-calc(100% - 176px);
      height: calc(100% - 176px);
      font-size: 13.2px;
      padding: 14px; } }

/* -----------------------------  END  sectionWeHelp (SECTION 2) ----------------------------- */
/* -----------------------------  END  sectionWeHelp (SECTION 2) ----------------------------- */
/* -----------------------------  END  sectionWeHelp (SECTION 2) ----------------------------- */
/* -----------------------------  END  sectionWeHelp (SECTION 2) ----------------------------- */
/* -----------------------------  END  sectionWeHelp (SECTION 2) ----------------------------- */
/* -----------------------------  END  sectionWeHelp (SECTION 2) ----------------------------- */
/* -----------------------------  END  sectionWeHelp (SECTION 2) ----------------------------- */
/* -----------------------------  END  sectionWeHelp (SECTION 2) ----------------------------- */
/* ----------------------------- START sectionHowWeDo (SECTION 3) ----------------------------- */
/* ----------------------------- START sectionHowWeDo (SECTION 3) ----------------------------- */
/* ----------------------------- START sectionHowWeDo (SECTION 3) ----------------------------- */
/* ----------------------------- START sectionHowWeDo (SECTION 3) ----------------------------- */
.sectionHowWeDo .containerWrapper {
  overflow: hidden;
  background-color: #F1F6FF;
  padding-top: 64px;
  padding-bottom: 78px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionHowWeDo .containerWrapper {
      padding-top: 57.6px;
      padding-bottom: 70.2px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionHowWeDo .containerWrapper {
      padding-top: 51.2px;
      padding-bottom: 62.4px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionHowWeDo .containerWrapper {
      padding-top: 44.8px;
      padding-bottom: 54.6px; } }
  @media (max-width: 576px) {
    .sectionHowWeDo .containerWrapper {
      padding-top: 38.4px;
      padding-bottom: 46.8px; } }

.sectionHowWeDo .content {
  padding-top: 126px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionHowWeDo .content {
      padding-top: 100.8px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionHowWeDo .content {
      padding-top: 75.6px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionHowWeDo .content {
      padding-top: 50.4px; } }
  @media (max-width: 576px) {
    .sectionHowWeDo .content {
      padding-top: 25.2px; } }

.sectionHowWeDo .underHeadline {
  width: 94%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionHowWeDo .underHeadline {
      width: 96%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionHowWeDo .underHeadline {
      width: 98%; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionHowWeDo .underHeadline {
      width: 99%; } }
  @media (max-width: 576px) {
    .sectionHowWeDo .underHeadline {
      width: 100%; } }

.accordionHowWeDo__item {
  margin-right: 18px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .accordionHowWeDo__item {
      margin-right: 14.4px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .accordionHowWeDo__item {
      margin-right: 10.8px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .accordionHowWeDo__item {
      margin-right: 7.2px; } }
  @media (max-width: 576px) {
    .accordionHowWeDo__item {
      margin-right: 3.6px; } }

.accordionHowWeDo__item:not(:last-of-type) {
  border-bottom: 2px solid rgba(0, 77, 192, 0.2); }

.accordionHowWeDo__itemTitle,
.accordionHowWeDo__itemTitleBtn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 36px;
  text-align: left;
  color: #004DC0;
  padding: 0;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .accordionHowWeDo__itemTitle,
    .accordionHowWeDo__itemTitleBtn {
      font-size: 28.8px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .accordionHowWeDo__itemTitle,
    .accordionHowWeDo__itemTitleBtn {
      font-size: 28.8px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .accordionHowWeDo__itemTitle,
    .accordionHowWeDo__itemTitleBtn {
      font-size: 25.2px; } }
  @media (max-width: 576px) {
    .accordionHowWeDo__itemTitle,
    .accordionHowWeDo__itemTitleBtn {
      font-size: 21.6px; } }
  @media (min-width: 375px) and (max-width: 413px) {
    .accordionHowWeDo__itemTitle,
    .accordionHowWeDo__itemTitleBtn {
      font-size: 14.4px; } }
  @media (max-width: 334px) {
    .accordionHowWeDo__itemTitle,
    .accordionHowWeDo__itemTitleBtn {
      font-size: 14.4px; } }

.collapsed.accordionHowWeDo__itemTitle,
.collapsed.accordionHowWeDo__itemTitleBtn {
  color: #333333; }

.collapsed.accordionHowWeDo__itemTitleBtn {
  padding-bottom: 37px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .collapsed.accordionHowWeDo__itemTitleBtn {
      padding-bottom: 33.3px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .collapsed.accordionHowWeDo__itemTitleBtn {
      padding-bottom: 29.6px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .collapsed.accordionHowWeDo__itemTitleBtn {
      padding-bottom: 25.9px; } }
  @media (max-width: 576px) {
    .collapsed.accordionHowWeDo__itemTitleBtn {
      padding-bottom: 22.2px; } }

.accordionHowWeDo__itemTitleBtn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding-top: 37px;
  padding-bottom: 17px;
  -webkit-transition: padding-bottom 0.3s;
  -o-transition: padding-bottom 0.3s;
  transition: padding-bottom 0.3s; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .accordionHowWeDo__itemTitleBtn {
      padding-top: 33.3px;
      padding-bottom: 15.3px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .accordionHowWeDo__itemTitleBtn {
      padding-top: 29.6px;
      padding-bottom: 13.6px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .accordionHowWeDo__itemTitleBtn {
      padding-top: 25.9px;
      padding-bottom: 11.9px; } }
  @media (max-width: 576px) {
    .accordionHowWeDo__itemTitleBtn {
      padding-top: 22.2px;
      padding-bottom: 10.2px; } }

.accordionHowWeDo__item:first-of-type .accordionHowWeDo__itemTitleBtn {
  padding-top: 0; }

.accordionHowWeDo .an-icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  margin-right: 31px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .accordionHowWeDo .an-icon {
      width: 27px;
      margin-right: 24.8px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .accordionHowWeDo .an-icon {
      width: 24px;
      margin-right: 18.6px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .accordionHowWeDo .an-icon {
      width: 21px;
      margin-right: 12.4px; } }
  @media (max-width: 576px) {
    .accordionHowWeDo .an-icon {
      width: 18px;
      margin-right: 6.2px; } }

.accordionHowWeDo .an-icon .line {
  position: absolute;
  top: 7px;
  display: inline-block;
  width: 20px;
  height: 3px;
  background-color: #004DC0;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .accordionHowWeDo .an-icon .line {
      width: 18px;
      height: 2.7px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .accordionHowWeDo .an-icon .line {
      width: 16px;
      height: 2.4px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .accordionHowWeDo .an-icon .line {
      width: 14px;
      height: 2.1px; } }
  @media (max-width: 576px) {
    .accordionHowWeDo .an-icon .line {
      width: 12px;
      height: 1.8px; } }

.accordionHowWeDo .an-icon .line:nth-of-type(1) {
  left: -1px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.accordionHowWeDo .an-icon .line:nth-of-type(2) {
  right: -1px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.accordionHowWeDo .collapsed .an-icon .line:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.accordionHowWeDo .collapsed .an-icon .line:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.accordionHowWeDo__itemTitleBtnText {
  display: inline-block;
  width: -webkit-calc(100% - 30px - 31px);
  width: calc(100% - 30px - 31px); }
  @media (min-width: 992px) and (max-width: 1199px) {
    .accordionHowWeDo__itemTitleBtnText {
      width: -webkit-calc(100% - 30px*0.9 - 31px*0.9);
      width: calc(100% - 30px*0.9 - 31px*0.9); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .accordionHowWeDo__itemTitleBtnText {
      width: -webkit-calc(100% - 30px*0.8 - 31px*0.8);
      width: calc(100% - 30px*0.8 - 31px*0.8); } }
  @media (min-width: 577px) and (max-width: 767px) {
    .accordionHowWeDo__itemTitleBtnText {
      width: -webkit-calc(100% - 30px*0.7 - 31px*0.7);
      width: calc(100% - 30px*0.7 - 31px*0.7); } }
  @media (max-width: 576px) {
    .accordionHowWeDo__itemTitleBtnText {
      width: -webkit-calc(100% - 30px*0.6 - 31px*0.6);
      width: calc(100% - 30px*0.6 - 31px*0.6); } }

@media (min-width: 768px) and (max-width: 991px) {
  .accordionHowWeDo__itemInfoWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

@media (min-width: 577px) and (max-width: 767px) {
  .accordionHowWeDo__itemInfoWrapper {
    padding-bottom: 24px; } }

@media (max-width: 576px) {
  .accordionHowWeDo__itemInfoWrapper {
    padding-bottom: 24px; } }

.accordionHowWeDo__itemInfoText {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.5;
  color: #333333;
  padding-bottom: 24px;
  padding-left: 61px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .accordionHowWeDo__itemInfoText {
      font-size: 20px;
      padding-left: 51.8px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .accordionHowWeDo__itemInfoText {
      font-size: 18px;
      padding-left: 42.6px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .accordionHowWeDo__itemInfoText {
      font-size: 16px;
      padding-left: 33.4px; } }
  @media (max-width: 576px) {
    .accordionHowWeDo__itemInfoText {
      font-size: 14px;
      padding-left: 24.2px; } }

.accordionHowWeDo__itemInfoWrapper .accordionHowWeDo__itemImgWrapper {
  display: none; }
  @media (min-width: 768px) and (max-width: 991px) {
    .accordionHowWeDo__itemInfoWrapper .accordionHowWeDo__itemImgWrapper {
      display: block;
      text-align: center; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .accordionHowWeDo__itemInfoWrapper .accordionHowWeDo__itemImgWrapper {
      display: block;
      text-align: center; } }
  @media (max-width: 576px) {
    .accordionHowWeDo__itemInfoWrapper .accordionHowWeDo__itemImgWrapper {
      display: block;
      text-align: center; } }

.accordionHowWeDo__itemInfo {
  width: 100%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .accordionHowWeDo__itemInfo {
      width: 60%;
      padding-right: 15px; } }

.accordionHowWeDo__itemImgWrapper {
  position: relative;
  width: 100%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .accordionHowWeDo__itemImgWrapper {
      width: 40%;
      padding-left: 15px;
      padding-bottom: 15px; } }

.accordionHowWeDo__item:nth-of-type(2) .accordionHowWeDo__itemImg {
  -webkit-transform: translatex(22%);
      -ms-transform: translatex(22%);
          transform: translatex(22%); }
  @media (min-width: 577px) and (max-width: 767px) {
    .accordionHowWeDo__item:nth-of-type(2) .accordionHowWeDo__itemImg {
      -webkit-transform: translatex(22%);
          -ms-transform: translatex(22%);
              transform: translatex(22%); } }
  @media (max-width: 576px) {
    .accordionHowWeDo__item:nth-of-type(2) .accordionHowWeDo__itemImg {
      -webkit-transform: translatex(22%);
          -ms-transform: translatex(22%);
              transform: translatex(22%); } }

.accordionHowWeDo .collapseImgBlock {
  position: relative; }

.accordionHowWeDo .collapseImgBlock .accordionHowWeDo__itemImgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0; }

.accordionHowWeDo .collapseImgBlock.collapse_1 .accordionHowWeDo__itemImg {
  position: relative;
  top: 0;
  left: -20%;
  width: 150%;
  max-width: 150%;
  z-index: 0; }

.accordionHowWeDo .collapseImgBlock.collapse_2 .accordionHowWeDo__itemImg {
  width: 185%;
  max-width: 185%; }

.accordionHowWeDo .collapseImgBlock.collapse_3 .accordionHowWeDo__itemImg {
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%); }

.sectionHowWeDo .ctaBtnWrapepr {
  position: relative;
  margin-top: 89px;
  text-align: center;
  z-index: 5; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionHowWeDo .ctaBtnWrapepr {
      margin-top: 71.2px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionHowWeDo .ctaBtnWrapepr {
      margin-top: 53.4px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionHowWeDo .ctaBtnWrapepr {
      margin-top: 35.6px; } }
  @media (max-width: 576px) {
    .sectionHowWeDo .ctaBtnWrapepr {
      margin-top: 17.8px; } }

/* -----------------------------  END  sectionHowWeDo (SECTION 3) ----------------------------- */
/* -----------------------------  END  sectionHowWeDo (SECTION 3) ----------------------------- */
/* -----------------------------  END  sectionHowWeDo (SECTION 3) ----------------------------- */
/* -----------------------------  END  sectionHowWeDo (SECTION 3) ----------------------------- */
/* -----------------------------  END  sectionHowWeDo (SECTION 3) ----------------------------- */
/* -----------------------------  END  sectionHowWeDo (SECTION 3) ----------------------------- */
/* -----------------------------  END  sectionHowWeDo (SECTION 3) ----------------------------- */
/* -----------------------------  END  sectionHowWeDo (SECTION 3) ----------------------------- */
/* ----------------------------- START sectionWhatUCan (SECTION 4) ----------------------------- */
/* ----------------------------- START sectionWhatUCan (SECTION 4) ----------------------------- */
/* ----------------------------- START sectionWhatUCan (SECTION 4) ----------------------------- */
/* ----------------------------- START sectionWhatUCan (SECTION 4) ----------------------------- */
.sectionWhatUCan {
  position: relative; }

.sectionWhatUCan .containerWrapper {
  position: relative;
  padding-top: 56px;
  padding-bottom: 79px;
  z-index: 2; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionWhatUCan .containerWrapper {
      padding-top: 50.4px;
      padding-bottom: 71.1px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionWhatUCan .containerWrapper {
      padding-top: 44.8px;
      padding-bottom: 63.2px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionWhatUCan .containerWrapper {
      padding-top: 39.2px;
      padding-bottom: 55.3px; } }
  @media (max-width: 576px) {
    .sectionWhatUCan .containerWrapper {
      padding-top: 33.6px;
      padding-bottom: 47.4px; } }

.sectionWhatUCan .headline,
.sectionWhatUCan .underHeadline {
  color: #ffffff; }

.sectionWhatUCanBgWrapper {
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 77, 192, 0.7);
  z-index: 0; }

.sectionWhatUCanBg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center; }

.sectionWhatUCan .content {
  position: relative;
  margin-top: 80px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionWhatUCan .content {
      margin-top: 64px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionWhatUCan .content {
      margin-top: 48px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionWhatUCan .content {
      margin-top: 40px; } }
  @media (max-width: 576px) {
    .sectionWhatUCan .content {
      margin-top: 32px; } }

.sectionWhatUCan .infog {
  position: relative;
  overflow: hidden; }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionWhatUCan .infog {
      max-width: 58%;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; } }
  @media (max-width: 576px) {
    .sectionWhatUCan .infog {
      max-width: 240px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; } }

.sectionWhatUCan .infog__btn {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border: 3px solid #ffffff;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-color: white;
  -webkit-transition: background-color 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background-color 0.3s, box-shadow 0.3s, border 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, border 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
  cursor: pointer; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionWhatUCan .infog__btn {
      width: 110px;
      height: 110px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionWhatUCan .infog__btn {
      width: 80px;
      height: 80px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionWhatUCan .infog__btn {
      width: 70px;
      height: 70px; } }
  @media (max-width: 576px) {
    .sectionWhatUCan .infog__btn {
      width: 58px;
      height: 58px; } }

.infog__btn.disabled {
  cursor: default; }

.sectionWhatUCan .infog__btn svg path,
.sectionWhatUCan .infog__btn svg rect {
  -webkit-transition: fill 0.3s, stroke 0.3s;
  -o-transition: fill 0.3s, stroke 0.3s;
  transition: fill 0.3s, stroke 0.3s; }

.sectionWhatUCan .infog__btn:not(.disabled):hover svg path {
  fill: #C21331; }

.sectionWhatUCan .infog__btn:not(.disabled):hover svg rect {
  stroke: #C21331; }

.sectionWhatUCan .infog__btn.active {
  border: 3px solid #C21331;
  -webkit-box-shadow: 0px 0px 20px #91C3FF;
          box-shadow: 0px 0px 20px #91C3FF; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionWhatUCan .infog__btn.active {
      -webkit-box-shadow: 0px 0px 18px #91C3FF;
              box-shadow: 0px 0px 18px #91C3FF; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionWhatUCan .infog__btn.active {
      -webkit-box-shadow: 0px 0px 16px #91C3FF;
              box-shadow: 0px 0px 16px #91C3FF; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionWhatUCan .infog__btn.active {
      -webkit-box-shadow: 0px 0px 14px #91C3FF;
              box-shadow: 0px 0px 14px #91C3FF; } }
  @media (max-width: 576px) {
    .sectionWhatUCan .infog__btn.active {
      -webkit-box-shadow: 0px 0px 12px #91C3FF;
              box-shadow: 0px 0px 12px #91C3FF; } }

.sectionWhatUCan .infog__btn.active svg path {
  stroke: #C21331;
  fill: #C21331; }

.sectionWhatUCan .infog__btn.active svg rect {
  stroke: #C21331; }

.infog__btnIcon {
  height: auto; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .infog__btnIcon {
      max-width: 60%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .infog__btnIcon {
      max-width: 60%; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .infog__btnIcon {
      max-width: 85%; } }
  @media (max-width: 576px) {
    .infog__btnIcon {
      max-width: 85%; } }

.sectionWhatUCan .infog__btn-row1 {
  top: 46px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionWhatUCan .infog__btn-row1 {
      top: 38px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionWhatUCan .infog__btn-row1 {
      top: 29px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionWhatUCan .infog__btn-row1 {
      top: 26px; } }
  @media (max-width: 576px) {
    .sectionWhatUCan .infog__btn-row1 {
      top: 21px; } }

.sectionWhatUCan .infog__btn-row2 {
  top: 245px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionWhatUCan .infog__btn-row2 {
      top: 205px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionWhatUCan .infog__btn-row2 {
      top: 151px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionWhatUCan .infog__btn-row2 {
      top: 135px; } }
  @media (max-width: 576px) {
    .sectionWhatUCan .infog__btn-row2 {
      top: 110px; } }

.sectionWhatUCan .infog__btn-row3 {
  top: 442px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionWhatUCan .infog__btn-row3 {
      top: 371px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionWhatUCan .infog__btn-row3 {
      top: 273px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionWhatUCan .infog__btn-row3 {
      top: 244px; } }
  @media (max-width: 576px) {
    .sectionWhatUCan .infog__btn-row3 {
      top: 198px; } }

.sectionWhatUCan .infog__btn-row4 {
  top: 637px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionWhatUCan .infog__btn-row4 {
      top: 536px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionWhatUCan .infog__btn-row4 {
      top: 393px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionWhatUCan .infog__btn-row4 {
      top: 352px; } }
  @media (max-width: 576px) {
    .sectionWhatUCan .infog__btn-row4 {
      top: 286px; } }

.sectionWhatUCan .infog__btn-col1 {
  left: 21px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionWhatUCan .infog__btn-col1 {
      left: 17px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionWhatUCan .infog__btn-col1 {
      left: 13px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionWhatUCan .infog__btn-col1 {
      left: 13px; } }
  @media (max-width: 576px) {
    .sectionWhatUCan .infog__btn-col1 {
      left: 9px; } }

.sectionWhatUCan .infog__btn-col2 {
  left: 200px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionWhatUCan .infog__btn-col2 {
      left: 168px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionWhatUCan .infog__btn-col2 {
      left: 123px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionWhatUCan .infog__btn-col2 {
      left: 111px; } }
  @media (max-width: 576px) {
    .sectionWhatUCan .infog__btn-col2 {
      left: 90px; } }

.sectionWhatUCan .infog__btn-col3 {
  left: 382px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionWhatUCan .infog__btn-col3 {
      left: 320px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionWhatUCan .infog__btn-col3 {
      left: 235px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionWhatUCan .infog__btn-col3 {
      left: 211px; } }
  @media (max-width: 576px) {
    .sectionWhatUCan .infog__btn-col3 {
      left: 171px; } }

.sectionWhatUCan .infog__btn-API {
  left: 293px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionWhatUCan .infog__btn-API {
      left: 245px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionWhatUCan .infog__btn-API {
      left: 180px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionWhatUCan .infog__btn-API {
      left: 162px; } }
  @media (max-width: 576px) {
    .sectionWhatUCan .infog__btn-API {
      left: 131px; } }

.infogInfoSide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.infogInfoSide-centered .infogInfoWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.infogInfoWrapper {
  position: relative;
  width: 100%; }

.infogInfo {
  display: none;
  opacity: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 49px;
  padding-right: 15px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .infogInfo {
      padding: 39.2px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .infogInfo {
      padding: 29.4px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .infogInfo {
      padding: 19.6px; } }
  @media (max-width: 576px) {
    .infogInfo {
      padding: 9.8px; } }

@media (min-width: 768px) {
  .infogInfo[data-infogtarget="blincCloud"] {
    -webkit-transform: translateY(10%);
        -ms-transform: translateY(10%);
            transform: translateY(10%); } }

@media (min-width: 1200px) {
  .infogInfo[data-infogtarget="syncAgent"] {
    -webkit-transform: translateY(-15%);
        -ms-transform: translateY(-15%);
            transform: translateY(-15%); } }

@media (min-width: 992px) and (max-width: 1199px) {
  .infogInfo[data-infogtarget="syncAgent"] {
    -webkit-transform: translateY(-6%);
        -ms-transform: translateY(-6%);
            transform: translateY(-6%); } }

@media (min-width: 768px) {
  .curs {
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px;
    width: 20px;
    border-right: 27px solid #ffffff;
    border-left: none;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .curs {
    left: -16.2px;
    width: 16.2px;
    border-right-width: 24.3px;
    border-top-width: 18px;
    border-bottom-width: 18px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .curs {
    left: -12.8px;
    width: 12.8px;
    border-right-width: 21.6px;
    border-top-width: 16px;
    border-bottom-width: 16px; } }

.sectionWhatUCan .infogInfo__headline {
  color: black;
  text-align: left; }

.infogInfo__text {
  margin-top: 40px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .infogInfo__text {
      margin-top: 32px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .infogInfo__text {
      margin-top: 24px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .infogInfo__text {
      margin-top: 16px; } }
  @media (max-width: 576px) {
    .infogInfo__text {
      margin-top: 8px; } }

.infogInfo__textListWrapper {
  padding-left: 20px; }

.infogInfo__text,
.infogInfo__textList,
.infogInfo__textListList {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  color: black; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .infogInfo__text,
    .infogInfo__textList,
    .infogInfo__textListList {
      font-size: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .infogInfo__text,
    .infogInfo__textList,
    .infogInfo__textListList {
      font-size: 18px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .infogInfo__text,
    .infogInfo__textList,
    .infogInfo__textListList {
      font-size: 16px; } }
  @media (max-width: 576px) {
    .infogInfo__text,
    .infogInfo__textList,
    .infogInfo__textListList {
      font-size: 14px; } }

.infogInfo__textList {
  list-style-type: disc; }

.infogInfo__textListListWrapper {
  padding-left: 45px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .infogInfo__textListListWrapper {
      padding-left: 36px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .infogInfo__textListListWrapper {
      padding-left: 27px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .infogInfo__textListListWrapper {
      padding-left: 18px; } }
  @media (max-width: 576px) {
    .infogInfo__textListListWrapper {
      padding-left: 9px; } }

/* -----------------------------  END  sectionWhatUCan (SECTION 4) ----------------------------- */
/* -----------------------------  END  sectionWhatUCan (SECTION 4) ----------------------------- */
/* -----------------------------  END  sectionWhatUCan (SECTION 4) ----------------------------- */
/* -----------------------------  END  sectionWhatUCan (SECTION 4) ----------------------------- */
/* -----------------------------  END  sectionWhatUCan (SECTION 4) ----------------------------- */
/* -----------------------------  END  sectionWhatUCan (SECTION 4) ----------------------------- */
/* -----------------------------  END  sectionWhatUCan (SECTION 4) ----------------------------- */
/* -----------------------------  END  sectionWhatUCan (SECTION 4) ----------------------------- */
/* ----------------------------- START sectionTheProcess (SECTION 5) ----------------------------- */
/* ----------------------------- START sectionTheProcess (SECTION 5) ----------------------------- */
/* ----------------------------- START sectionTheProcess (SECTION 5) ----------------------------- */
/* ----------------------------- START sectionTheProcess (SECTION 5) ----------------------------- */
.sectionTheProcess .containerWrapper {
  background-color: #F1F6FF;
  padding-top: 70px;
  padding-bottom: 78px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionTheProcess .containerWrapper {
      padding-top: 63px;
      padding-bottom: 70.2px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionTheProcess .containerWrapper {
      padding-top: 56px;
      padding-bottom: 62.4px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionTheProcess .containerWrapper {
      padding-top: 49px;
      padding-bottom: 54.6px; } }
  @media (max-width: 576px) {
    .sectionTheProcess .containerWrapper {
      padding-top: 42px;
      padding-bottom: 46.8px; } }

.sectionTheProcess .underHeadline {
  width: 95%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionTheProcess .underHeadline {
      width: 97%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionTheProcess .underHeadline {
      width: 98%; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionTheProcess .underHeadline {
      width: 99%; } }
  @media (max-width: 576px) {
    .sectionTheProcess .underHeadline {
      width: 100%; } }

.sectionTheProcess .theProcessListWrapper {
  padding-top: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionTheProcess .theProcessListWrapper {
      padding-top: 61.2px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionTheProcess .theProcessListWrapper {
      padding-top: 46.8px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionTheProcess .theProcessListWrapper {
      padding-top: 32.4px; } }
  @media (max-width: 576px) {
    .sectionTheProcess .theProcessListWrapper {
      padding-top: 25.2px; } }

.sectionTheProcess .theProcessList {
  width: 33.33333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 55.5px;
  padding-right: 55.5px;
  margin-bottom: 25px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionTheProcess .theProcessList {
      padding-left: 44.4px;
      padding-right: 44.4px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionTheProcess .theProcessList {
      padding-left: 33.3px;
      padding-right: 33.3px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionTheProcess .theProcessList {
      width: 100%;
      padding-left: 22.2px;
      padding-right: 22.2px; } }
  @media (max-width: 576px) {
    .sectionTheProcess .theProcessList {
      width: 100%;
      padding-left: 11.1px;
      padding-right: 11.1px; } }

.sectionTheProcess .theProcessList__numWrapper {
  position: relative;
  width: 132px;
  height: 132px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  border: 1.5px dashed #004DC0;
  -webkit-border-radius: 132px;
          border-radius: 132px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionTheProcess .theProcessList__numWrapper {
      width: 112.2px;
      height: 112.2px;
      -webkit-border-radius: 112.2px;
              border-radius: 112.2px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionTheProcess .theProcessList__numWrapper {
      width: 92.4px;
      height: 92.4px;
      -webkit-border-radius: 92.4px;
              border-radius: 92.4px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionTheProcess .theProcessList__numWrapper {
      width: 72.6px;
      height: 72.6px;
      -webkit-border-radius: 72.6px;
              border-radius: 72.6px; } }
  @media (max-width: 576px) {
    .sectionTheProcess .theProcessList__numWrapper {
      width: 52.8px;
      height: 52.8px;
      -webkit-border-radius: 52.8px;
              border-radius: 52.8px; } }

.sectionTheProcess .theProcessList:not(:last-of-type) .theProcessList__numWrapper:before,
.sectionTheProcess .theProcessList:not(:last-of-type) .theProcessList__numWrapper:after {
  content: "";
  position: absolute; }

@media (min-width: 768px) {
  .sectionTheProcess .theProcessList:not(:last-of-type) .theProcessList__numWrapper:before {
    width: 13px;
    height: auto;
    left: -webkit-calc( 100% + 132px * 1.5);
    left: calc( 100% + 132px * 1.5);
    border-top: 9.28571px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 9.28571px solid transparent;
    border-left: 13px solid rgba(0, 77, 192, 0.5); } }

@media (min-width: 992px) and (max-width: 1199px) {
  .sectionTheProcess .theProcessList:not(:last-of-type) .theProcessList__numWrapper:before {
    width: 11.7px;
    left: -webkit-calc( 80% + 112.2px * 1.5);
    left: calc( 80% + 112.2px * 1.5);
    border-top-width: 8.35714px;
    border-bottom-width: 8.35714px;
    border-left-width: 11.7px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .sectionTheProcess .theProcessList:not(:last-of-type) .theProcessList__numWrapper:before {
    width: 10.4px;
    left: -webkit-calc( 60% + 92.4px * 1.5);
    left: calc( 60% + 92.4px * 1.5);
    border-top-width: 7.42857px;
    border-bottom-width: 7.42857px;
    border-left-width: 10.4px; } }

@media (min-width: 768px) {
  .sectionTheProcess .theProcessList:not(:last-of-type) .theProcessList__numWrapper:after {
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    left: 198px;
    width: 100%;
    height: 0px;
    border-bottom: 3px dashed rgba(0, 77, 192, 0.5); } }

@media (min-width: 992px) and (max-width: 1199px) {
  .sectionTheProcess .theProcessList:not(:last-of-type) .theProcessList__numWrapper:after {
    left: 168.3px;
    width: 80%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .sectionTheProcess .theProcessList:not(:last-of-type) .theProcessList__numWrapper:after {
    left: 138.6px;
    width: 60%; } }

.sectionTheProcess .theProcessList__num {
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 0.8;
  color: #004DC0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionTheProcess .theProcessList__num {
      font-size: 45px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionTheProcess .theProcessList__num {
      font-size: 40px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionTheProcess .theProcessList__num {
      font-size: 35px; } }
  @media (max-width: 576px) {
    .sectionTheProcess .theProcessList__num {
      font-size: 30px; } }

.sectionTheProcess .theProcessList__title {
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: black;
  margin-top: 31px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionTheProcess .theProcessList__title {
      font-size: 21.6px;
      margin-top: 26.35px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionTheProcess .theProcessList__title {
      font-size: 19.2px;
      margin-top: 21.7px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionTheProcess .theProcessList__title {
      font-size: 16.8px;
      margin-top: 17.05px; } }
  @media (max-width: 576px) {
    .sectionTheProcess .theProcessList__title {
      font-size: 14.4px;
      margin-top: 12.4px; } }

.sectionTheProcess .ctaBtnWrapepr {
  margin-top: 75px;
  text-align: center; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionTheProcess .ctaBtnWrapepr {
      margin-top: 67.5px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionTheProcess .ctaBtnWrapepr {
      margin-top: 60px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionTheProcess .ctaBtnWrapepr {
      margin-top: 52.5px; } }
  @media (max-width: 576px) {
    .sectionTheProcess .ctaBtnWrapepr {
      margin-top: 45px; } }

/* -----------------------------  END  sectionTheProcess (SECTION 5) ----------------------------- */
/* -----------------------------  END  sectionTheProcess (SECTION 5) ----------------------------- */
/* -----------------------------  END  sectionTheProcess (SECTION 5) ----------------------------- */
/* -----------------------------  END  sectionTheProcess (SECTION 5) ----------------------------- */
/* -----------------------------  END  sectionTheProcess (SECTION 5) ----------------------------- */
/* -----------------------------  END  sectionTheProcess (SECTION 5) ----------------------------- */
/* -----------------------------  END  sectionTheProcess (SECTION 5) ----------------------------- */
/* -----------------------------  END  sectionTheProcess (SECTION 5) ----------------------------- */
/* ----------------------------- START sectionWhyChoose (SECTION 6) ----------------------------- */
/* ----------------------------- START sectionWhyChoose (SECTION 6) ----------------------------- */
/* ----------------------------- START sectionWhyChoose (SECTION 6) ----------------------------- */
/* ----------------------------- START sectionWhyChoose (SECTION 6) ----------------------------- */
.sectionWhyChoose .containerWrapper {
  padding-top: 69px;
  padding-bottom: 70px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionWhyChoose .containerWrapper {
      padding-top: 62.1px;
      padding-bottom: 63px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionWhyChoose .containerWrapper {
      padding-top: 55.2px;
      padding-bottom: 56px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionWhyChoose .containerWrapper {
      padding-top: 48.3px;
      padding-bottom: 49px; } }
  @media (max-width: 576px) {
    .sectionWhyChoose .containerWrapper {
      padding-top: 41.4px;
      padding-bottom: 42px; } }

.sectionWhyChoose .content {
  padding-top: 70px;
  overflow: hidden; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionWhyChoose .content {
      padding-top: 63px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionWhyChoose .content {
      padding-top: 56px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionWhyChoose .content {
      padding-top: 49px; } }
  @media (max-width: 576px) {
    .sectionWhyChoose .content {
      padding-top: 42px; } }

.whyChooseListWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -22.5px;
  margin-left: -22.5px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .whyChooseListWrapper {
      margin-left: -20.25px;
      margin-left: -20.25px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .whyChooseListWrapper {
      margin-left: -18px;
      margin-left: -18px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .whyChooseListWrapper {
      margin-left: -15.75px;
      margin-left: -15.75px; } }
  @media (max-width: 576px) {
    .whyChooseListWrapper {
      margin-left: -13.5px;
      margin-left: -13.5px; } }

.whyChooseList {
  width: 33.3%;
  padding-left: 22.5px;
  padding-right: 22.5px;
  margin-bottom: 72px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .whyChooseList {
      padding-left: 20.25px;
      padding-right: 20.25px;
      margin-bottom: 64.8px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .whyChooseList {
      padding-left: 18px;
      padding-right: 18px;
      margin-bottom: 57.6px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .whyChooseList {
      width: 50%;
      padding-left: 15.75px;
      padding-right: 15.75px;
      margin-bottom: 50.4px; } }
  @media (max-width: 576px) {
    .whyChooseList {
      width: 100%;
      padding-left: 13.5px;
      padding-right: 13.5px;
      margin-bottom: 43.2px; } }

.whyChooseList__imgWrapper {
  text-align: center; }

.whyChooseList__headline {
  padding-left: 1%;
  padding-right: 1%;
  margin-top: 50px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .whyChooseList__headline {
      margin-top: 40px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .whyChooseList__headline {
      margin-top: 30px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .whyChooseList__headline {
      margin-top: 20px; } }
  @media (max-width: 576px) {
    .whyChooseList__headline {
      margin-top: 10px; } }

.whyChooseList__info {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: black;
  margin-top: 15px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .whyChooseList__info {
      font-size: 16.2px;
      margin-top: 13.5px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .whyChooseList__info {
      font-size: 14.4px;
      margin-top: 12px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .whyChooseList__info {
      font-size: 12.6px;
      margin-top: 10.5px; } }
  @media (max-width: 576px) {
    .whyChooseList__info {
      font-size: 10.8px;
      margin-top: 9px; } }

/* -----------------------------  END  sectionWhyChoose (SECTION 6) ----------------------------- */
/* -----------------------------  END  sectionWhyChoose (SECTION 6) ----------------------------- */
/* -----------------------------  END  sectionWhyChoose (SECTION 6) ----------------------------- */
/* -----------------------------  END  sectionWhyChoose (SECTION 6) ----------------------------- */
/* -----------------------------  END  sectionWhyChoose (SECTION 6) ----------------------------- */
/* -----------------------------  END  sectionWhyChoose (SECTION 6) ----------------------------- */
/* -----------------------------  END  sectionWhyChoose (SECTION 6) ----------------------------- */
/* -----------------------------  END  sectionWhyChoose (SECTION 6) ----------------------------- */
/* ----------------------------- START sectionSeeIt (SECTION 7) ----------------------------- */
/* ----------------------------- START sectionSeeIt (SECTION 7) ----------------------------- */
/* ----------------------------- START sectionSeeIt (SECTION 7) ----------------------------- */
/* ----------------------------- START sectionSeeIt (SECTION 7) ----------------------------- */
.sectionSeeIt {
  position: relative; }

.sectionSeeIt .containerWrapper {
  position: relative;
  padding-top: 69px;
  padding-bottom: 37px;
  z-index: 2; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionSeeIt .containerWrapper {
      padding-top: 62.1px;
      padding-bottom: 33.3px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionSeeIt .containerWrapper {
      padding-top: 55.2px;
      padding-bottom: 29.6px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionSeeIt .containerWrapper {
      padding-top: 48.3px;
      padding-bottom: 25.9px; } }
  @media (max-width: 576px) {
    .sectionSeeIt .containerWrapper {
      padding-top: 41.4px;
      padding-bottom: 22.2px; } }

.sectionSeeIt .headline {
  color: white; }

.sectionSeeItBgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(359.29deg, rgba(0, 77, 192, 0.72) 0.2%, rgba(68, 209, 228, 0.85) 88.6%);
  background: -o-linear-gradient(359.29deg, rgba(0, 77, 192, 0.72) 0.2%, rgba(68, 209, 228, 0.85) 88.6%);
  background: linear-gradient(90.71deg, rgba(0, 77, 192, 0.72) 0.2%, rgba(68, 209, 228, 0.85) 88.6%);
  z-index: 0; }

.sectionSeeItBg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center; }

.sectionSeeIt .content {
  position: relative; }

.seeItCarouselWrapper {
  position: relative; }

.seeItCarousel {
  padding-left: 7%;
  padding-right: 7%;
  padding-top: 68px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .seeItCarousel {
      padding-top: 61.2px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .seeItCarousel {
      padding-top: 54.4px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .seeItCarousel {
      padding-top: 47.6px; } }
  @media (max-width: 576px) {
    .seeItCarousel {
      padding-top: 40.8px; } }

.seeItCarousel .owl-stage-outer {
  position: relative;
  z-index: 5; }

.seeItCarousel .owl-dots {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 55px;
  z-index: 5; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .seeItCarousel .owl-dots {
      margin-top: 49.5px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .seeItCarousel .owl-dots {
      margin-top: 44px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .seeItCarousel .owl-dots {
      margin-top: 38.5px; } }
  @media (max-width: 576px) {
    .seeItCarousel .owl-dots {
      margin-top: 33px; } }

.seeItCarousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  margin-left: 7.5px;
  margin-right: 7.5px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .seeItCarousel .owl-dots .owl-dot {
      width: 13.5px;
      height: 13.5px;
      -webkit-border-radius: 13.5px;
              border-radius: 13.5px;
      margin-left: 6.75px;
      margin-right: 6.75px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .seeItCarousel .owl-dots .owl-dot {
      width: 12px;
      height: 12px;
      -webkit-border-radius: 12px;
              border-radius: 12px;
      margin-left: 6px;
      margin-right: 6px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .seeItCarousel .owl-dots .owl-dot {
      width: 10.5px;
      height: 10.5px;
      -webkit-border-radius: 10.5px;
              border-radius: 10.5px;
      margin-left: 5.25px;
      margin-right: 5.25px; } }
  @media (max-width: 576px) {
    .seeItCarousel .owl-dots .owl-dot {
      width: 9px;
      height: 9px;
      -webkit-border-radius: 9px;
              border-radius: 9px;
      margin-left: 4.5px;
      margin-right: 4.5px; } }

.seeItCarousel .owl-dots .owl-dot {
  background-color: rgba(255, 255, 255, 0.5); }

.seeItCarousel .owl-dots .owl-dot.active {
  background-color: #ffffff; }

.seeItCarousel .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.seeItCarousel .owl-nav .owl-prev,
.seeItCarousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  width: 5%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.seeItCarousel .owl-nav .owl-prev {
  left: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.seeItCarousel .owl-nav .owl-next {
  right: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.seeItCarousel .owl-nav .owl-prev .seeItCarousel__navBtnImg {
  -webkit-transform: rotate(90deg) translatey(12px);
      -ms-transform: rotate(90deg) translatey(12px);
          transform: rotate(90deg) translatey(12px); }

.seeItCarousel .owl-nav .owl-next .seeItCarousel__navBtnImg {
  -webkit-transform: rotate(-90deg) translatey(12px);
      -ms-transform: rotate(-90deg) translatey(12px);
          transform: rotate(-90deg) translatey(12px); }

.seeItCarousel .owl-nav .owl-prev.disabled,
.seeItCarousel .owl-nav .owl-next.disabled {
  opacity: 0.11; }

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

.seeItCarousel .seeItCaruselItem__info {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  color: #ffffff;
  opacity: 0.8;
  margin-top: 15px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .seeItCarousel .seeItCaruselItem__info {
      font-size: 19.8px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .seeItCarousel .seeItCaruselItem__info {
      font-size: 17.6px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .seeItCarousel .seeItCaruselItem__info {
      font-size: 15.4px; } }
  @media (max-width: 576px) {
    .seeItCarousel .seeItCaruselItem__info {
      font-size: 13.2px; } }

.seeItCarousel .seeItCaruselItem__imgWrapper {
  text-align: center; }
  @media (max-width: 576px) {
    .seeItCarousel .seeItCaruselItem__imgWrapper {
      margin-top: 20px; } }

.seeItCarousel .owl-item .seeItCaruselItem__img {
  width: auto;
  height: 334px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .seeItCarousel .owl-item .seeItCaruselItem__img {
      height: auto; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .seeItCarousel .owl-item .seeItCaruselItem__img {
      height: auto; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .seeItCarousel .owl-item .seeItCaruselItem__img {
      height: auto; } }
  @media (max-width: 576px) {
    .seeItCarousel .owl-item .seeItCaruselItem__img {
      width: 150px;
      height: auto; } }

.seeItCaruselItem__imgSide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.seeItCaruselItem__btnVideoModal {
  background-color: transparent;
  border: none;
  opacity: 0.75;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.seeItCaruselItem__btnVideoModal:hover {
  opacity: 1; }

.modalVideoWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.modalVideoPreloader {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  margin-left: auto;
  margin-right: auto;
  z-index: 0; }

.modalVideoWrapper iframe {
  position: relative;
  border: 1px solid #333333;
  border: none;
  z-index: 2; }

/* -----------------------------  END  sectionSeeIt (SECTION 7) ----------------------------- */
/* -----------------------------  END  sectionSeeIt (SECTION 7) ----------------------------- */
/* -----------------------------  END  sectionSeeIt (SECTION 7) ----------------------------- */
/* -----------------------------  END  sectionSeeIt (SECTION 7) ----------------------------- */
/* -----------------------------  END  sectionSeeIt (SECTION 7) ----------------------------- */
/* -----------------------------  END  sectionSeeIt (SECTION 7) ----------------------------- */
/* -----------------------------  END  sectionSeeIt (SECTION 7) ----------------------------- */
/* -----------------------------  END  sectionSeeIt (SECTION 7) ----------------------------- */
/* ----------------------------- START sectionTestim (SECTION 8) ----------------------------- */
/* ----------------------------- START sectionTestim (SECTION 8) ----------------------------- */
/* ----------------------------- START sectionTestim (SECTION 8) ----------------------------- */
/* ----------------------------- START sectionTestim (SECTION 8) ----------------------------- */
.sectionTestim .containerWrapper {
  padding-top: 68px;
  padding-bottom: 69px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionTestim .containerWrapper {
      padding-top: 61.2px;
      padding-bottom: 62.1px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionTestim .containerWrapper {
      padding-top: 54.4px;
      padding-bottom: 55.2px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionTestim .containerWrapper {
      padding-top: 47.6px;
      padding-bottom: 48.3px; } }
  @media (max-width: 576px) {
    .sectionTestim .containerWrapper {
      padding-top: 40.8px;
      padding-bottom: 41.4px; } }

.testimCarouselWrapper {
  position: relative;
  overflow: hidden; }

.testimCarousel {
  padding-left: 7%;
  padding-right: 7%;
  padding-top: 54px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .testimCarousel {
      padding-top: 48.6px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .testimCarousel {
      padding-top: 43.2px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .testimCarousel {
      padding-top: 37.8px; } }
  @media (max-width: 576px) {
    .testimCarousel {
      padding-top: 32.4px; } }

.testimCarousel .owl-stage-outer {
  position: relative;
  z-index: 5; }

.testimCarousel .owl-dots {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 55px;
  z-index: 5; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .testimCarousel .owl-dots {
      margin-top: 49.5px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .testimCarousel .owl-dots {
      margin-top: 44px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .testimCarousel .owl-dots {
      margin-top: 38.5px; } }
  @media (max-width: 576px) {
    .testimCarousel .owl-dots {
      margin-top: 33px; } }

.testimCarousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  margin-left: 7.5px;
  margin-right: 7.5px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .testimCarousel .owl-dots .owl-dot {
      width: 13.5px;
      height: 13.5px;
      -webkit-border-radius: 13.5px;
              border-radius: 13.5px;
      margin-left: 6.75px;
      margin-right: 6.75px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .testimCarousel .owl-dots .owl-dot {
      width: 12px;
      height: 12px;
      -webkit-border-radius: 12px;
              border-radius: 12px;
      margin-left: 6px;
      margin-right: 6px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .testimCarousel .owl-dots .owl-dot {
      width: 10.5px;
      height: 10.5px;
      -webkit-border-radius: 10.5px;
              border-radius: 10.5px;
      margin-left: 5.25px;
      margin-right: 5.25px; } }
  @media (max-width: 576px) {
    .testimCarousel .owl-dots .owl-dot {
      width: 9px;
      height: 9px;
      -webkit-border-radius: 9px;
              border-radius: 9px;
      margin-left: 4.5px;
      margin-right: 4.5px; } }

.testimCarousel .owl-dots .owl-dot {
  background-color: rgba(0, 77, 192, 0.3); }

.testimCarousel .owl-dots .owl-dot.active {
  background-color: #004DC0; }

.testimCarousel .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.testimCarousel .owl-nav .owl-prev,
.testimCarousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  width: 5%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.testimCarousel .owl-nav .owl-prev {
  left: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.testimCarousel .owl-nav .owl-next {
  right: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.testimCarousel .owl-nav .owl-prev .testimCarousel__navBtnImg path,
.testimCarousel .owl-nav .owl-next .testimCarousel__navBtnImg path {
  fill: #004DC0;
  stroke: #004DC0; }

.testimCarousel .owl-nav .owl-prev .testimCarousel__navBtnImg {
  -webkit-transform: rotate(90deg) translateY(12px);
      -ms-transform: rotate(90deg) translateY(12px);
          transform: rotate(90deg) translateY(12px); }
  @media (min-width: 992px) and (max-width: 1199px) {
    .testimCarousel .owl-nav .owl-prev .testimCarousel__navBtnImg {
      -webkit-transform: rotate(90deg) translateY(9px);
          -ms-transform: rotate(90deg) translateY(9px);
              transform: rotate(90deg) translateY(9px); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .testimCarousel .owl-nav .owl-prev .testimCarousel__navBtnImg {
      -webkit-transform: rotate(90deg) translateY(6px);
          -ms-transform: rotate(90deg) translateY(6px);
              transform: rotate(90deg) translateY(6px); } }
  @media (min-width: 577px) and (max-width: 767px) {
    .testimCarousel .owl-nav .owl-prev .testimCarousel__navBtnImg {
      -webkit-transform: rotate(90deg) translateY(0);
          -ms-transform: rotate(90deg) translateY(0);
              transform: rotate(90deg) translateY(0); } }
  @media (max-width: 576px) {
    .testimCarousel .owl-nav .owl-prev .testimCarousel__navBtnImg {
      -webkit-transform: rotate(90deg) translateY(0);
          -ms-transform: rotate(90deg) translateY(0);
              transform: rotate(90deg) translateY(0); } }

.testimCarousel .owl-nav .owl-next .testimCarousel__navBtnImg {
  -webkit-transform: rotate(-90deg) translateY(12px);
      -ms-transform: rotate(-90deg) translateY(12px);
          transform: rotate(-90deg) translateY(12px); }
  @media (min-width: 992px) and (max-width: 1199px) {
    .testimCarousel .owl-nav .owl-next .testimCarousel__navBtnImg {
      -webkit-transform: rotate(-90deg) translateY(9px);
          -ms-transform: rotate(-90deg) translateY(9px);
              transform: rotate(-90deg) translateY(9px); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .testimCarousel .owl-nav .owl-next .testimCarousel__navBtnImg {
      -webkit-transform: rotate(-90deg) translateY(6px);
          -ms-transform: rotate(-90deg) translateY(6px);
              transform: rotate(-90deg) translateY(6px); } }
  @media (min-width: 577px) and (max-width: 767px) {
    .testimCarousel .owl-nav .owl-next .testimCarousel__navBtnImg {
      -webkit-transform: rotate(-90deg) translateY(0);
          -ms-transform: rotate(-90deg) translateY(0);
              transform: rotate(-90deg) translateY(0); } }
  @media (max-width: 576px) {
    .testimCarousel .owl-nav .owl-next .testimCarousel__navBtnImg {
      -webkit-transform: rotate(-90deg) translateY(0);
          -ms-transform: rotate(-90deg) translateY(0);
              transform: rotate(-90deg) translateY(0); } }

.testimCarousel .owl-nav .owl-prev.disabled,
.testimCarousel .owl-nav .owl-next.disabled {
  opacity: 0.11; }

.testim {
  width: 75%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .testim {
      width: 80%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .testim {
      width: 85%; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .testim {
      width: 100%; } }
  @media (max-width: 576px) {
    .testim {
      width: 100%; } }

.testim__person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.testim__personImgWrapper {
  width: 120px;
  height: auto; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .testim__personImgWrapper {
      width: 108px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .testim__personImgWrapper {
      width: 96px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .testim__personImgWrapper {
      width: 84px; } }
  @media (max-width: 576px) {
    .testim__personImgWrapper {
      width: 72px; } }

.testim__personImg {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-border-radius: 120px;
          border-radius: 120px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .testim__personImg {
      -webkit-border-radius: 108px;
              border-radius: 108px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .testim__personImg {
      -webkit-border-radius: 96px;
              border-radius: 96px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .testim__personImg {
      -webkit-border-radius: 84px;
              border-radius: 84px; } }
  @media (max-width: 576px) {
    .testim__personImg {
      -webkit-border-radius: 72px;
              border-radius: 72px; } }

.testim__personInfo {
  margin-left: 21px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .testim__personInfo {
      margin-left: 18.9px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .testim__personInfo {
      margin-left: 16.8px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .testim__personInfo {
      margin-left: 14.7px; } }
  @media (max-width: 576px) {
    .testim__personInfo {
      margin-left: 12.6px; } }

.testim__personInfoName {
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 24px;
  color: black; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .testim__personInfoName {
      font-size: 21.6px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .testim__personInfoName {
      font-size: 19.2px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .testim__personInfoName {
      font-size: 16.8px; } }
  @media (max-width: 576px) {
    .testim__personInfoName {
      font-size: 14.4px; } }

.testim__personInfoPosition {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 20px;
  color: #333333;
  margin-top: 7px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .testim__personInfoPosition {
      font-size: 18px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .testim__personInfoPosition {
      font-size: 16px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .testim__personInfoPosition {
      font-size: 14px; } }
  @media (max-width: 576px) {
    .testim__personInfoPosition {
      font-size: 12px; } }

.testim__conainer {
  margin-top: 26px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .testim__conainer {
      margin-top: 23.4px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .testim__conainer {
      margin-top: 20.8px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .testim__conainer {
      margin-top: 18.2px; } }
  @media (max-width: 576px) {
    .testim__conainer {
      margin-top: 15.6px; } }

.testim__conainerHeadline {
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 22px;
  color: #333333; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .testim__conainerHeadline {
      font-size: 19.8px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .testim__conainerHeadline {
      font-size: 17.6px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .testim__conainerHeadline {
      font-size: 15.4px; } }
  @media (max-width: 576px) {
    .testim__conainerHeadline {
      font-size: 13.2px; } }

.testim__conainerText {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.27;
  color: #333333;
  margin-top: 14px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .testim__conainerText {
      font-size: 18px;
      margin-top: 12.6px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .testim__conainerText {
      font-size: 16px;
      margin-top: 11.2px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .testim__conainerText {
      font-size: 14px;
      margin-top: 9.8px; } }
  @media (max-width: 576px) {
    .testim__conainerText {
      font-size: 12px;
      margin-top: 8.4px; } }

/* -----------------------------  END  sectionTestim (SECTION 8) ----------------------------- */
/* -----------------------------  END  sectionTestim (SECTION 8) ----------------------------- */
/* -----------------------------  END  sectionTestim (SECTION 8) ----------------------------- */
/* -----------------------------  END  sectionTestim (SECTION 8) ----------------------------- */
/* -----------------------------  END  sectionTestim (SECTION 8) ----------------------------- */
/* -----------------------------  END  sectionTestim (SECTION 8) ----------------------------- */
/* -----------------------------  END  sectionTestim (SECTION 8) ----------------------------- */
/* -----------------------------  END  sectionTestim (SECTION 8) ----------------------------- */
/* ----------------------------- START sectionFormGetYourOwn (SECTION 9) ----------------------------- */
/* ----------------------------- START sectionFormGetYourOwn (SECTION 9) ----------------------------- */
/* ----------------------------- START sectionFormGetYourOwn (SECTION 9) ----------------------------- */
/* ----------------------------- START sectionFormGetYourOwn (SECTION 9) ----------------------------- */
.sectionFormGetYourOwn .containerWrapper {
  position: relative;
  background-color: rgba(0, 77, 192, 0.05);
  padding-top: 65px;
  padding-bottom: 71px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionFormGetYourOwn .containerWrapper {
      padding-top: 58.5px;
      padding-bottom: 63.9px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionFormGetYourOwn .containerWrapper {
      padding-top: 52px;
      padding-bottom: 56.8px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionFormGetYourOwn .containerWrapper {
      padding-top: 45.5px;
      padding-bottom: 49.7px; } }
  @media (max-width: 576px) {
    .sectionFormGetYourOwn .containerWrapper {
      padding-top: 39px;
      padding-bottom: 42.6px; } }

.sectionFormGetYourOwn .content {
  position: relative;
  padding-top: 64px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectionFormGetYourOwn .content {
      padding-top: 57.6px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectionFormGetYourOwn .content {
      padding-top: 51.2px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .sectionFormGetYourOwn .content {
      padding-top: 44.8px; } }
  @media (max-width: 576px) {
    .sectionFormGetYourOwn .content {
      padding-top: 38.4px; } }

@media (min-width: 1200px) {
  .sectionFormGetYourOwn .underHeadline {
    font-size: 20px; } }

.formGetYourOwn__filedsetWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .formGetYourOwn__filedsetWrapper {
      width: 70%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .formGetYourOwn__filedsetWrapper {
      width: 80%; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .formGetYourOwn__filedsetWrapper {
      width: 90%; } }
  @media (max-width: 576px) {
    .formGetYourOwn__filedsetWrapper {
      width: 100%; } }

.formGetYourOwn__filedset-input {
  width: 50%; }
  @media (min-width: 577px) and (max-width: 767px) {
    .formGetYourOwn__filedset-input {
      width: 100%; } }
  @media (max-width: 576px) {
    .formGetYourOwn__filedset-input {
      width: 100%; } }

.formGetYourOwn__filedset-input:nth-of-type(even) {
  padding-left: 10px; }
  @media (min-width: 577px) and (max-width: 767px) {
    .formGetYourOwn__filedset-input:nth-of-type(even) {
      padding-left: 0; } }
  @media (max-width: 576px) {
    .formGetYourOwn__filedset-input:nth-of-type(even) {
      padding-left: 0; } }

.formGetYourOwn__filedset-input:nth-of-type(odd) {
  padding-right: 10px; }
  @media (min-width: 577px) and (max-width: 767px) {
    .formGetYourOwn__filedset-input:nth-of-type(odd) {
      padding-right: 0; } }
  @media (max-width: 576px) {
    .formGetYourOwn__filedset-input:nth-of-type(odd) {
      padding-right: 0; } }

.formGetYourOwn__filedset-textarea {
  width: 100%; }

.formGetYourOwn__inputText {
  margin-bottom: 20px;
  padding: 13px 18px;
  height: 50px; }

.formGetYourOwn__inputTextarea {
  padding: 12px;
  resize: none;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  min-height: 139px;
  height: 139px;
  max-height: 139px; }

.formGetYourOwn__inputText,
.formGetYourOwn__inputTextarea {
  width: 100%;
  background-color: #ffffff;
  border: 2px solid transparent;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: border 0.3s, font-weight 0.3s;
  -o-transition: border 0.3s, font-weight 0.3s;
  transition: border 0.3s, font-weight 0.3s; }

.formGetYourOwn__inputText.parsley-error,
.formGetYourOwn__inputTextarea.parsley-error {
  border-color: #C21331; }

.formGetYourOwn__inputText.parsley-error,
.formGetYourOwn__inputText.parsley-error::-webkit-input-placeholder,
.formGetYourOwn__inputTextarea.parsley-error,
.formGetYourOwn__inputTextarea.parsley-error::-webkit-input-placeholder {
  font-weight: 700;
  color: #C21331; }

.formGetYourOwn__inputText.parsley-error,
.formGetYourOwn__inputText.parsley-error::-moz-placeholder,
.formGetYourOwn__inputTextarea.parsley-error,
.formGetYourOwn__inputTextarea.parsley-error::-moz-placeholder {
  font-weight: 700;
  color: #C21331; }

.formGetYourOwn__inputText.parsley-error,
.formGetYourOwn__inputText.parsley-error::-ms-input-placeholder,
.formGetYourOwn__inputTextarea.parsley-error,
.formGetYourOwn__inputTextarea.parsley-error::-ms-input-placeholder {
  font-weight: 700;
  color: #C21331; }

.formGetYourOwn__inputText.parsley-error,
.formGetYourOwn__inputText.parsley-error::placeholder,
.formGetYourOwn__inputTextarea.parsley-error,
.formGetYourOwn__inputTextarea.parsley-error::placeholder {
  font-weight: 700;
  color: #C21331; }

.formGetYourOwn__inputText,
.formGetYourOwn__inputText::-webkit-input-placeholder,
.formGetYourOwn__inputTextarea,
.formGetYourOwn__inputTextarea::-webkit-input-placeholder {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 18px;
  color: #333333; }

.formGetYourOwn__inputText,
.formGetYourOwn__inputText::-moz-placeholder,
.formGetYourOwn__inputTextarea,
.formGetYourOwn__inputTextarea::-moz-placeholder {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 18px;
  color: #333333; }

.formGetYourOwn__inputText,
.formGetYourOwn__inputText::-ms-input-placeholder,
.formGetYourOwn__inputTextarea,
.formGetYourOwn__inputTextarea::-ms-input-placeholder {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 18px;
  color: #333333; }

.formGetYourOwn__inputText,
.formGetYourOwn__inputText::placeholder,
.formGetYourOwn__inputTextarea,
.formGetYourOwn__inputTextarea::placeholder {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 18px;
  color: #333333; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .formGetYourOwn__inputText,
    .formGetYourOwn__inputText::-webkit-input-placeholder,
    .formGetYourOwn__inputTextarea,
    .formGetYourOwn__inputTextarea::-webkit-input-placeholder {
      font-size: 17.1px; }
    .formGetYourOwn__inputText,
    .formGetYourOwn__inputText::-moz-placeholder,
    .formGetYourOwn__inputTextarea,
    .formGetYourOwn__inputTextarea::-moz-placeholder {
      font-size: 17.1px; }
    .formGetYourOwn__inputText,
    .formGetYourOwn__inputText::-ms-input-placeholder,
    .formGetYourOwn__inputTextarea,
    .formGetYourOwn__inputTextarea::-ms-input-placeholder {
      font-size: 17.1px; }
    .formGetYourOwn__inputText,
    .formGetYourOwn__inputText::placeholder,
    .formGetYourOwn__inputTextarea,
    .formGetYourOwn__inputTextarea::placeholder {
      font-size: 17.1px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .formGetYourOwn__inputText,
    .formGetYourOwn__inputText::-webkit-input-placeholder,
    .formGetYourOwn__inputTextarea,
    .formGetYourOwn__inputTextarea::-webkit-input-placeholder {
      font-size: 16.2px; }
    .formGetYourOwn__inputText,
    .formGetYourOwn__inputText::-moz-placeholder,
    .formGetYourOwn__inputTextarea,
    .formGetYourOwn__inputTextarea::-moz-placeholder {
      font-size: 16.2px; }
    .formGetYourOwn__inputText,
    .formGetYourOwn__inputText::-ms-input-placeholder,
    .formGetYourOwn__inputTextarea,
    .formGetYourOwn__inputTextarea::-ms-input-placeholder {
      font-size: 16.2px; }
    .formGetYourOwn__inputText,
    .formGetYourOwn__inputText::placeholder,
    .formGetYourOwn__inputTextarea,
    .formGetYourOwn__inputTextarea::placeholder {
      font-size: 16.2px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .formGetYourOwn__inputText,
    .formGetYourOwn__inputText::-webkit-input-placeholder,
    .formGetYourOwn__inputTextarea,
    .formGetYourOwn__inputTextarea::-webkit-input-placeholder {
      font-size: 15.3px; }
    .formGetYourOwn__inputText,
    .formGetYourOwn__inputText::-moz-placeholder,
    .formGetYourOwn__inputTextarea,
    .formGetYourOwn__inputTextarea::-moz-placeholder {
      font-size: 15.3px; }
    .formGetYourOwn__inputText,
    .formGetYourOwn__inputText::-ms-input-placeholder,
    .formGetYourOwn__inputTextarea,
    .formGetYourOwn__inputTextarea::-ms-input-placeholder {
      font-size: 15.3px; }
    .formGetYourOwn__inputText,
    .formGetYourOwn__inputText::placeholder,
    .formGetYourOwn__inputTextarea,
    .formGetYourOwn__inputTextarea::placeholder {
      font-size: 15.3px; } }
  @media (max-width: 576px) {
    .formGetYourOwn__inputText,
    .formGetYourOwn__inputText::-webkit-input-placeholder,
    .formGetYourOwn__inputTextarea,
    .formGetYourOwn__inputTextarea::-webkit-input-placeholder {
      font-size: 14.4px; }
    .formGetYourOwn__inputText,
    .formGetYourOwn__inputText::-moz-placeholder,
    .formGetYourOwn__inputTextarea,
    .formGetYourOwn__inputTextarea::-moz-placeholder {
      font-size: 14.4px; }
    .formGetYourOwn__inputText,
    .formGetYourOwn__inputText::-ms-input-placeholder,
    .formGetYourOwn__inputTextarea,
    .formGetYourOwn__inputTextarea::-ms-input-placeholder {
      font-size: 14.4px; }
    .formGetYourOwn__inputText,
    .formGetYourOwn__inputText::placeholder,
    .formGetYourOwn__inputTextarea,
    .formGetYourOwn__inputTextarea::placeholder {
      font-size: 14.4px; } }

.formGetYourOwn__errorMsgWrapper {
  width: 90%;
  height: 0;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .formGetYourOwn__errorMsgWrapper {
      width: 92%;
      margin-top: 21.6px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .formGetYourOwn__errorMsgWrapper {
      width: 94%;
      margin-top: 19.2px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .formGetYourOwn__errorMsgWrapper {
      width: 96%;
      margin-top: 16.8px; } }
  @media (max-width: 576px) {
    .formGetYourOwn__errorMsgWrapper {
      width: 98%;
      margin-top: 14.4px; } }

.form-parsley-error .formGetYourOwn__errorMsgWrapper {
  height: auto;
  min-height: 24px;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }

.formGetYourOwn__errorMsg {
  position: relative;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 20px;
  text-align: center;
  color: #C21331; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .formGetYourOwn__errorMsg {
      font-size: 19px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .formGetYourOwn__errorMsg {
      font-size: 18px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .formGetYourOwn__errorMsg {
      font-size: 17px; } }
  @media (max-width: 576px) {
    .formGetYourOwn__errorMsg {
      font-size: 16px; } }

.formGetYourOwn__errorMsg .link:hover {
  color: #91C3FF; }

.formGetYourOwnSuccessMsgWrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: z-index 0.3s, opacity 0.3s;
  -o-transition: z-index 0.3s, opacity 0.3s;
  transition: z-index 0.3s, opacity 0.3s; }

.formGetYourOwnSuccessMsgWrapper-hidden {
  z-index: -1;
  opacity: 0; }

.formGetYourOwnSuccessMsgWrapper-visible {
  z-index: 10;
  opacity: 1; }

.formGetYourOwnSuccessMsg {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 2;
  text-align: center;
  color: black; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .formGetYourOwnSuccessMsg {
      font-size: 25.2px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .formGetYourOwnSuccessMsg {
      font-size: 22.4px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .formGetYourOwnSuccessMsg {
      font-size: 19.6px; } }
  @media (max-width: 576px) {
    .formGetYourOwnSuccessMsg {
      font-size: 16.8px; } }

.formGetYourOwnSuccessMsg__btnWrapper {
  margin-top: 42px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .formGetYourOwnSuccessMsg__btnWrapper {
      margin-top: 37.8px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .formGetYourOwnSuccessMsg__btnWrapper {
      margin-top: 33.6px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .formGetYourOwnSuccessMsg__btnWrapper {
      margin-top: 29.4px; } }
  @media (max-width: 576px) {
    .formGetYourOwnSuccessMsg__btnWrapper {
      margin-top: 25.2px; } }

.formGetYourOwnSuccessMsg__btn {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 24px;
  color: #ffffff;
  background-color: #0A8D56;
  padding: 19px 85px;
  border: none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .formGetYourOwnSuccessMsg__btn {
      font-size: 21.6px;
      padding: 17.1px 76.5px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .formGetYourOwnSuccessMsg__btn {
      font-size: 19.2px;
      padding: 15.2px 68px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .formGetYourOwnSuccessMsg__btn {
      font-size: 16.8px;
      padding: 13.3px 59.5px; } }
  @media (max-width: 576px) {
    .formGetYourOwnSuccessMsg__btn {
      font-size: 14.4px;
      padding: 11.4px 51px; } }

.formGetYourOwnSuccessMsg__btn:hover {
  background-color: #087547; }

.formGetYourOwn .ctaBtnWrapepr {
  margin-top: 23px;
  text-align: center; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .formGetYourOwn .ctaBtnWrapepr {
      margin-top: 20.7px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .formGetYourOwn .ctaBtnWrapepr {
      margin-top: 18.4px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .formGetYourOwn .ctaBtnWrapepr {
      margin-top: 16.1px; } }
  @media (max-width: 576px) {
    .formGetYourOwn .ctaBtnWrapepr {
      margin-top: 13.8px; } }

/* -----------------------------  END  sectionFormGetYourOwn (SECTION 9) ----------------------------- */
/* -----------------------------  END  sectionFormGetYourOwn (SECTION 9) ----------------------------- */
/* -----------------------------  END  sectionFormGetYourOwn (SECTION 9) ----------------------------- */
/* -----------------------------  END  sectionFormGetYourOwn (SECTION 9) ----------------------------- */
/* -----------------------------  END  sectionFormGetYourOwn (SECTION 9) ----------------------------- */
/* -----------------------------  END  sectionFormGetYourOwn (SECTION 9) ----------------------------- */
/* -----------------------------  END  sectionFormGetYourOwn (SECTION 9) ----------------------------- */
/* -----------------------------  END  sectionFormGetYourOwn (SECTION 9) ----------------------------- */
