@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

:root {
  --cornflower-blue: #6f81fd;
  --dark-turquoise: #00dce5;
  --black-2: #2f2f41;
  --alice-blue: #f4f8fc;
  --white: white;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #121217;
  padding-bottom: 600px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: #525a70;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 22px;
}

ul {
  color: var(--cornflower-blue);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

blockquote {
  color: #626270;
  text-align: center;
  background-color: #f7f7f7;
  border-left: 1px #f7f7f7;
  margin-bottom: 10px;
  padding: 28px 132px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 22px;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-content {
  background-color: #0000;
  display: block;
}

.banner {
  z-index: 2;
  background-color: var(--cornflower-blue);
  background-image: linear-gradient(50deg, var(--cornflower-blue), var(--dark-turquoise));
  justify-content: center;
  align-items: center;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner.style-2 {
  z-index: 5;
  background-color: var(--cornflower-blue);
  background-image: none;
  min-height: 100%;
  display: block;
}

.banner.style-3 {
  background-image: none;
  min-height: 85vh;
  overflow: hidden;
}

.banner.style-4 {
  z-index: 5;
  background-color: #121217;
  background-image: none;
  min-height: 85vh;
}

.banner.style-5 {
  background-color: var(--black-2);
  background-image: none;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
}

.banner.intro {
  background-image: linear-gradient(50deg, var(--cornflower-blue), var(--dark-turquoise));
  min-height: 600px;
  padding-top: 80px;
}

.navigation {
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #21242d1a;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation.version-white {
  background-color: #0000;
  border-bottom-color: #ffffff24;
}

.navigation.dark-version {
  background-color: var(--black-2);
  border-bottom-color: #ffffff0f;
  padding-bottom: 20px;
}

.container {
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: inline;
  position: relative;
  top: 23px;
  overflow: visible;
}

.container.in-nav {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.container.about {
  margin-top: -431px;
}

.container.features {
  margin-top: -250px;
}

.container.add-index {
  z-index: 1;
  position: relative;
}

.container.center {
  z-index: 5;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.nav-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  margin-left: 27px;
  padding: 5px 0;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s;
  display: block;
}

.nav-link:hover {
  border-bottom-color: #cfcfcf;
}

.nav-link.w--current {
  border-bottom-color: var(--cornflower-blue);
  color: var(--cornflower-blue);
}

.nav-link.in-footer-link {
  color: #ffffffc2;
  margin-bottom: 5px;
  margin-left: 0;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.nav-link.in-footer-link:hover {
  color: #fff;
}

.nav-link.in-footer-link.dark {
  color: #121217;
}

.nav-link.white {
  color: #fff;
}

.icon {
  margin-top: 21px;
  margin-right: -18px;
  display: none;
}

.section {
  z-index: 2;
  background-color: #fff;
  padding: 120px 25px;
  position: relative;
}

.section.gray {
  background-color: var(--alice-blue);
}

.section.gray.less-padding {
  padding-top: 50px;
  padding-bottom: 350px;
}

.section.gray.for-quote {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.gray.for-quote.add-color {
  background-color: var(--cornflower-blue);
}

.section.gray.more-top {
  background-color: #fff;
  padding-top: 150px;
}

.section.gray.with-line {
  border-bottom: 1px solid #e1e1e1;
}

.section.gray.in-blog-post {
  padding-top: 0;
  padding-bottom: 0;
}

.section.with-photo {
  background-image: linear-gradient(#6f81fdf2, #6f81fdf2), url('../images/ab-4.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
  position: relative;
}

.section.bottom-padding {
  padding-bottom: 250px;
}

.section.gradient {
  background-image: linear-gradient(146deg, var(--cornflower-blue) 27%, var(--dark-turquoise));
  padding: 60px 80px;
}

.section.gradient.full-padding {
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
}

.section.zero-bottom {
  padding-bottom: 0;
}

.section.with-color {
  background-color: var(--cornflower-blue);
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.no-top-padding-section {
  padding-top: 0;
}

.section.photo {
  background-image: linear-gradient(#00000047, #00000047), url('../images/ab-4.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
}

.section.dark-color {
  background-color: var(--cornflower-blue);
  padding: 100px 40px;
}

.section.overflow {
  overflow: hidden;
}

.section._0-padding {
  background-color: #fff;
  padding: 0;
}

.section.dark-section {
  background-color: var(--black-2);
  border-bottom: 1px solid #ffffff0f;
}

.section.dark-section.no-top {
  padding-top: 0;
}

.section.less-section {
  padding-bottom: 80px;
}

.dropdown-list {
  padding-top: 23px;
}

.dropdown-list.w--open {
  background-color: #0000;
  min-width: 550px;
  left: 11px;
  overflow: hidden;
}

.dropdown-list.simple {
  background-color: #0000;
  min-width: 200px;
}

.dropdown-link {
  color: #121217;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 11px 10px 11px 15px;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.dropdown-link:hover {
  background-color: #f7f7f7;
  padding-left: 20px;
}

.dropdown-link.w--current {
  background-color: #f4f4f7;
}

.dropdown-link.no-bottom-line {
  border-bottom-color: #0000;
}

.dropdown-mega-menu {
  background-color: #fff;
  border: 1px solid #ededed;
  padding: 15px;
  display: flex;
}

.dropdown-mega-menu.no-padding {
  padding: 0;
}

.dropdown-column {
  flex: 1;
  padding-right: 30px;
}

.dropdown-column.no-padding-column {
  padding-right: 0;
}

.nav-menu {
  order: 1;
  align-items: center;
  display: flex;
}

.brand {
  order: -1;
  overflow: visible;
}

.button {
  border: 2px solid var(--cornflower-blue);
  color: var(--cornflower-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 13px 20px;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s;
  position: relative;
}

.button:hover {
  background-color: var(--cornflower-blue);
  color: #fff;
}

.button.in-navigation {
  margin-left: 10px;
}

.button.white {
  color: #fff;
  border-color: #fff;
  margin-left: 10px;
}

.button.white:hover, .button.white.full {
  color: var(--cornflower-blue);
  background-color: #fff;
}

.button.white.full:hover {
  opacity: .9;
}

.button.white.no-margin {
  margin-left: 0;
}

.button.with-image {
  background-image: url('../images/icons8-paper-plane-3.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 22px;
  padding-left: 45px;
}

.button.with-image:hover {
  background-image: url('../images/icons8-paper-plane-2.svg');
}

.button.with-image.with-color {
  background-color: var(--cornflower-blue);
  color: #fff;
  background-image: url('../images/icons8-paper-plane-2.svg');
}

.button.with-image.with-color:hover {
  color: var(--cornflower-blue);
  background-color: #6f81fd00;
  background-image: url('../images/icons8-paper-plane-3.svg');
}

.button.with-image.white-image {
  color: #fff;
  background-image: url('../images/icons8-paper-plane-2.svg');
  border-color: #fff;
}

.button.with-image.white-image:hover {
  color: var(--cornflower-blue);
  background-color: #fff;
  background-image: url('../images/icons8-paper-plane-3.svg');
}

.button.with-image.dark-button {
  border-color: var(--black-2);
  background-color: var(--black-2);
  color: #fff;
  background-image: url('../images/icons8-paper-plane-2.svg');
}

.button.with-image.dark-button:hover {
  opacity: .9;
}

.button.full {
  background-color: var(--cornflower-blue);
  color: #fff;
}

.button.full:hover {
  background-color: #8090ff;
}

.button.dark {
  border-color: var(--black-2);
  background-color: var(--black-2);
  color: #fff;
}

.button.dark:hover {
  opacity: .9;
}

.button.round {
  border-radius: 30px;
}

.button.long {
  width: 100%;
  display: block;
}

.contact-information {
  display: flex;
}

.contact-column {
  text-align: center;
  border-right: 1px solid #ededed;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.contact-column.no-line {
  border-right-color: #0000;
}

.contact-icon {
  margin-bottom: 15px;
}

.contact-icon.left {
  width: 30px;
  margin-bottom: 0;
  margin-right: 15px;
}

.contact-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}

.contact-text.blue {
  color: var(--dark-turquoise);
}

.about-wrapper {
  display: flex;
}

.about-part {
  flex: 1;
  min-height: 600px;
}

.about-part.blue {
  background-color: var(--cornflower-blue);
  background-image: url('../images/singature.png');
  background-position: 95% 95%;
  background-repeat: no-repeat;
  background-size: 125px;
  flex-direction: column;
  flex: 0 50%;
  justify-content: center;
  align-items: flex-start;
  padding-left: 64px;
  padding-right: 60px;
  display: flex;
}

.about-part.image {
  background-image: url('../images/ab.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.h3-white {
  color: #fff;
  font-size: 22px;
}

.h3-white.dark-small {
  color: #121217;
  font-size: 17px;
  line-height: 27px;
}

.h3-white.dark-small.for-phone {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.h3-white.dark-small.whiter {
  color: #fff;
}

.h3-white.dark {
  color: #121217;
}

.h3-white.dark.white-version {
  color: #fff;
}

.top-margin {
  margin-top: 20px;
  display: block;
}

.top-margin.flex {
  margin-top: 40px;
  display: flex;
}

.top-margin.half {
  margin-top: 10px;
}

.top-margin.little-more {
  margin-top: 30px;
}

.top-margin.flex-version {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.top-margin.more {
  margin-top: 40px;
}

.top-margin.in-blog-page, .top-margin.for-banner {
  margin-top: 50px;
}

.team-name {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
}

.team-name.job {
  letter-spacing: 2px;
  font-size: 10px;
}

.team-name.job.gray {
  color: #919197;
}

.team-name.dark {
  color: #121217;
}

.margin-page {
  margin-top: 120px;
}

.margin-page.more {
  margin-top: 150px;
}

.margin-page._45px {
  margin-top: 45px;
}

.margin-page.loan_application_box {
  padding-left: 100px;
  padding-right: 100px;
}

.social-icon {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 3px;
  margin-right: 3px;
  display: flex;
}

.social-icon.facebook {
  background-color: #3b5998;
}

.social-icon.twitter {
  background-color: #2aa9e6;
}

.social-icon.insta {
  background-color: #6736e6;
}

.social-icon.linkdin {
  background-color: #0077b5;
}

.social-wrapper {
  margin-top: 10px;
  display: flex;
}

.social-wrapper.more {
  margin-top: 30px;
}

.social-wrapper.no-margin {
  z-index: 1;
  margin-top: 0;
  position: relative;
}

.social-wrapper.for-navigation {
  margin-top: 0;
  margin-left: 10px;
  display: none;
}

.link {
  color: var(--cornflower-blue);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
  display: inline-block;
}

.link.dark {
  color: #919197;
  text-decoration: none;
}

.link.white {
  color: #fff;
}

.link.no-line {
  color: #121217;
  text-decoration: none;
}

.link.no-line.make-it-white {
  color: #fff;
}

.top-title-wrapper {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.top-title-wrapper.left {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.top-title-wrapper.left.no-margin {
  margin-bottom: 0;
}

.top-title-wrapper.less-margin {
  margin-bottom: 20px;
}

.top-title-wrapper.center {
  text-align: center;
  justify-content: center;
}

.top-title-wrapper.center.half {
  margin-bottom: 30px;
}

.top-title {
  margin-top: 10px;
  font-size: 34px;
  line-height: 40px;
}

.top-title.white {
  color: #fff;
  font-size: 38px;
  line-height: 55px;
}

.top-title.smaller {
  color: var(--white);
  font-size: 29px;
}

.top-title.smaller.white-in-dark, .top-title.white-in-dark {
  color: #fff;
}

.top-sub-text {
  color: var(--cornflower-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
}

.top-sub-text.whiter {
  color: var(--dark-turquoise);
}

.top-sub-text.white {
  color: #fff;
}

.top-sub-text.white.make-big {
  margin-top: 10px;
  padding-left: 4px;
  font-size: 13px;
  font-weight: 300;
}

.top-sub-text.gray {
  color: #919197;
}

.top-sub-text.darker {
  color: #121217;
}

.top-sub-text.background {
  background-color: var(--cornflower-blue);
  color: #fff;
  margin-bottom: 10px;
  padding: 5px 18px;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.services-wrapper {
  border: 1px solid #ededed;
  flex-wrap: wrap;
  align-content: space-around;
  display: flex;
}

.service-column {
  text-align: center;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 33.333%;
  padding: 90px 52px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-column.no-left {
  border-right-color: #0000;
}

.service-column.no-left.bottom-too, .service-column.no-bottom {
  border-bottom-color: #0000;
}

.service-title {
  color: var(--cornflower-blue);
  margin-top: 14px;
  font-size: 15px;
  line-height: 24px;
}

.service-title.in-features {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 17px;
}

.service-title.in-features.second {
  color: #fff;
  margin-top: 15px;
}

.service-title.in-photo {
  color: #121217;
  margin-top: 10px;
}

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

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

.call-us {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: -40px;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: rotate(-90deg)translate(0, -50%);
}

.overlay-icon-image {
  width: 300px;
  position: absolute;
  inset: auto -20% -14% auto;
}

.z-index-div {
  z-index: 1;
  position: relative;
}

.left-pixel {
  max-width: 480px;
  padding-right: 0;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image {
  position: relative;
  left: 1px;
}

.what-video {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.lightbox-video {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 14px;
  display: flex;
}

.top-margin-2 {
  margin-top: 30px;
}

.top-margin-2.flex {
  align-items: center;
  display: flex;
}

.top-margin-2.more {
  margin-top: 50px;
}

.section-flex {
  background-color: #fff;
  padding: 120px 30px;
}

.section-flex.normal {
  justify-content: flex-start;
  align-items: stretch;
  min-height: 750px;
  padding: 0;
  display: flex;
}

.section-flex.normal.less {
  min-height: 600px;
}

.testimonials-part {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-height: 500px;
  padding: 70px 80px;
  display: flex;
  position: relative;
}

.testimonials-part.with-photo {
  background-image: url('../images/client.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: wrap;
  flex: 1;
  align-content: center;
  padding-left: 70px;
  padding-right: 70px;
}

.testimonials-part.with-photo.second {
  background-image: url('../images/ab-2.jpg');
  background-position: 50%;
}

.testimonials-part.with-photo.third {
  background-image: url('../images/ab-3.jpg');
  background-position: 50%;
}

.testimonials-part.color-change {
  background-color: var(--cornflower-blue);
}

.image-none {
  display: none;
}

.list-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 13px;
  display: flex;
}

.circle-list {
  background-image: url('../images/icons8-checkmark.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-right: 7px;
}

.paragraph-no-margin {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-style: normal;
}

.paragraph-no-margin.other-color {
  color: #b3b8c5;
}

.paragraph-white {
  color: #fff;
}

.circle-icon {
  background-color: var(--cornflower-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  inset: 20px auto auto 20px;
}

.circle-icon.right {
  inset: 20px 20px auto auto;
}

.circle-icon.relative {
  width: 80px;
  height: 80px;
  position: relative;
  top: 0;
  left: 0;
}

.circle-icon.move {
  width: 90px;
  height: 90px;
  top: 43px;
  left: 458px;
}

.circle-icon.move.second {
  inset: auto 3% 30% auto;
}

.team-wrapper {
  margin-right: -15px;
  display: flex;
}

.team-wrapper.second-version, .team-wrapper.wrap {
  flex-wrap: wrap;
  align-content: space-between;
}

.team-column {
  flex: 1;
  min-height: 100px;
  padding-right: 20px;
}

.team-column._50-percent {
  flex: 0 50%;
  margin-bottom: 50px;
  padding-right: 50px;
}

.team-column._50-percent.no-margin-bottom {
  margin-bottom: 0;
}

.team-column._50-percent.more-margin {
  margin-bottom: 100px;
  padding-right: 30px;
}

.team-column._50-percent.more-margin._0-margin {
  margin-bottom: 0;
}

.team-column._2part {
  flex: 0 50%;
  padding-right: 0;
  display: flex;
}

.team-column._2part.reverse {
  flex-direction: row-reverse;
}

.team-image._50-percent {
  flex: 0 50%;
}

.team-image.white {
  background-color: #fff;
  border-width: 1px;
  border-color: #ededed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  padding-top: 85px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  box-shadow: 0 0 30px #00000005;
}

.team-content {
  text-align: left;
  margin-top: 20px;
}

.team-content.other-half {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  flex-basis: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.team-content.centerize {
  text-align: center;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.logo-wrapper {
  justify-content: space-between;
  display: flex;
}

.client-logo {
  opacity: .7;
  padding: 0 40px;
}

.testimonials-author {
  opacity: .7;
  background-image: url('../images/client-2.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .4s;
}

.testimonials-author:hover, .testimonials-author.w--current {
  opacity: 1;
}

.testimonials-author.photo-3 {
  background-image: url('../images/client-3.jpg');
  width: 75px;
  height: 75px;
  top: -27px;
  right: -21px;
}

.testimonials-author.photo-4 {
  background-image: url('../images/client-5.jpg');
  width: 60px;
  height: 60px;
  top: -35px;
  left: 123px;
}

.testimonials-author.photo-5 {
  background-image: url('../images/client-1.jpg');
  width: 110px;
  height: 110px;
  bottom: -52px;
  right: 56px;
}

.testimonials-author.photo-2 {
  background-image: url('../images/client-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
  top: 30px;
  left: -12px;
}

.testimonials-author.photo-1 {
  background-image: url('../images/team-4_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  left: -48px;
}

.testimonials-author.photo-6 {
  background-image: url('../images/client-4.jpg');
  width: 80px;
  height: 80px;
  top: 31px;
  left: 43px;
}

.star-image {
  width: 17px;
  margin-right: 5px;
}

.start-wrapper {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 15px;
  display: flex;
}

.start-wrapper.smaller {
  justify-content: center;
  margin: 10px auto 15px;
}

.start-wrapper.smaller.in-left-part {
  justify-content: flex-start;
}

.testimonials-paragraph {
  color: #919197;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 15px;
  line-height: 26px;
}

.testimonials-paragraph.make-white {
  color: #fff;
}

.testimonials-content {
  position: relative;
  overflow: hidden;
}

.tab-testimonials {
  text-align: center;
  margin-top: 77px;
}

.testimonials-wrapper {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonials-wrapper.left-part {
  text-align: left;
  width: 100%;
}

.testimonials-wrapper.left-part.second-part {
  padding-right: 50px;
}

.call-back-icon {
  background-color: var(--cornflower-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  display: flex;
}

.call-back-icon.left-margin {
  background-color: #fff;
  margin-bottom: 0;
  margin-right: 15px;
}

.call-back-icon.fixed {
  margin-bottom: 0;
  margin-right: 0;
  transition: all .2s;
  position: relative;
  inset: auto 0% 0% auto;
}

.call-back-icon.fixed:hover {
  background-color: #8594fc;
}

.flex-row {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-row.vertical {
  display: flex;
}

.left-padding {
  padding-right: 80px;
}

.field-label {
  color: #515157;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 11px;
  font-weight: 600;
}

.text-field {
  color: #313137;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  margin-bottom: -1px;
  padding-left: 14px;
  padding-right: 10px;
}

.text-field:active, .text-field:focus {
  border-style: solid;
  border-color: #e1e1e1 #e1e1e1 #e1e1e1 var(--cornflower-blue);
}

.text-field::placeholder {
  color: #515157;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.text-field.for-select {
  padding-top: 13px;
  padding-left: 8px;
  font-weight: 500;
}

.text-field.area {
  padding-top: 12px;
  padding-bottom: 46px;
}

.text-field.with-percent {
  flex: 0 33.333%;
  margin-bottom: 0;
  margin-left: -1px;
}

.text-field.password {
  margin-bottom: 10px;
}

.select-field {
  color: #515157;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #000;
  height: 100%;
  font-size: 12px;
  font-weight: 500;
}

.success-message {
  color: #fff;
  background-color: #06c335;
  border-radius: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.error-message {
  color: #ffdede;
  text-align: center;
  background-color: #f71818;
  padding-top: 12px;
  padding-bottom: 12px;
}

.quote-wrapper {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0006;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.quote-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.quote-image {
  background-image: url('../images/group-of-successful-business-people-at-work-in-U67GWV5.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  min-height: 600px;
}

.quote-form {
  background-color: #fff;
  flex-direction: column;
  flex: 0 55%;
  justify-content: center;
  align-items: stretch;
  padding: 63px 62px;
  display: flex;
}

.remove-icon {
  background-color: var(--cornflower-blue);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: -26px -21px auto auto;
}

.blog-wrapper {
  width: 96%;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.blog-wrapper.add-margin {
  margin-bottom: 30px;
}

.blog-image {
  position: relative;
}

.blog-overlay {
  z-index: 1;
  opacity: .5;
  background-image: linear-gradient(#fff0 43%, #0009);
  position: absolute;
  inset: 0%;
}

.blog-content {
  z-index: 2;
  padding: 27px 53px 18px 125px;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-content.normal-padding {
  padding-left: 20px;
  padding-right: 30px;
}

.blog-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.blog-date {
  background-color: var(--cornflower-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.blog-date.left-top {
  z-index: 1;
  inset: 0% 0% auto auto;
}

.date-number {
  color: #fff;
  letter-spacing: 1px;
  font-size: 26px;
  line-height: 41px;
}

.data-name {
  color: #fff;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
}

.data-name.gray {
  color: #121217;
}

.featured-post {
  z-index: 1;
  color: #dd0606;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #dd0606;
  background-image: url('../images/light-bolt.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 30px;
  height: 40px;
  padding: 8px 17px;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  inset: 5px auto auto 5px;
}

.blog-list-wrapper {
  border-bottom-width: 1px;
  border-bottom-color: #e1e1e1;
  width: 100%;
  padding: 0 25px 50px;
  text-decoration: none;
  display: flex;
}

.blog-list-wrapper.in-footer {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

.blog-list-wrapper.add-center {
  align-items: center;
}

.blog-second-content {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.meta-data {
  margin-bottom: 10px;
  display: flex;
}

.meta-data.center {
  justify-content: center;
  align-items: center;
}

.data-image {
  margin-right: 8px;
}

.blog-title-second {
  color: #121217;
  margin-top: 0;
  font-size: 18px;
  line-height: 28px;
}

.blog-title-second.white-small {
  color: #fff;
  font-size: 16px;
}

.blog-title-second.white-small.dark {
  color: #121217;
}

.footer {
  background-color: #212129;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 600px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.footer.white-version {
  background-color: #fff;
}

.offices-wrapper {
  display: flex;
}

.offices-content {
  border-right: 1px solid #ffffff1c;
  flex: 1;
  padding: 25px 25px 25px 59px;
}

.offices-content.no-line {
  border-right-color: #0000;
}

.offices-content.no-left-line {
  display: none;
}

.city-name {
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
}

.contact-list {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.contact-list.no-margin {
  margin-bottom: 0;
  display: none;
}

.offices-sub {
  color: #fff;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.footer-wrapper {
  border: 1px solid #ffffff26;
  display: flex;
}

.footer-wrapper.second-version {
  border-color: #e1e1e1;
}

.footer-column {
  border-right: 1px solid #ffffff26;
  flex: 1;
  min-height: 400px;
  padding-right: 30px;
}

.footer-column.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  display: flex;
}

.footer-column.center.dark-line {
  border-right-color: #e1e1e1;
}

.footer-column.no-line {
  border-right-color: #0000;
}

.footer-ttile {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 500;
}

.footer-ttile.darker-title {
  color: #121217;
}

.copyright-wrapper {
  margin-top: 30px;
}

.left-copyright-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.copyright {
  color: #b7b7c7;
  margin-bottom: 0;
  font-size: 13px;
}

.copyright.dark-color {
  color: #515157;
}

.made-with-webflow {
  align-items: center;
  margin-top: 5px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.made-with-webflow.left-margin {
  color: #b7b7c7;
  margin-top: 0;
  margin-left: 10px;
}

.made-with-webflow.left-margin:hover {
  color: #fff;
}

.webflow-logo-tiny {
  opacity: .9;
  width: 18px;
  margin-right: 4px;
}

.paragraph-tiny {
  font-size: 13px;
  line-height: 20px;
}

.paragraph-tiny.dark-tiny {
  color: #515157;
}

.logo-black {
  z-index: 1;
  opacity: 0;
  position: relative;
}

.logo-white {
  z-index: 1;
  position: absolute;
  inset: 1px auto auto 0%;
}

.tab-logo {
  opacity: .6;
  text-align: center;
  background-color: #0000;
  background-image: url('../images/logo-1w.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
  width: 20%;
  min-height: 100px;
  transition: all .4s;
}

.tab-logo:hover {
  opacity: 1;
}

.tab-logo.w--current {
  opacity: 1;
  background-color: #0000;
}

.tab-logo.logo-5 {
  background-image: url('../images/logo-5w.png');
}

.tab-logo.logo-3 {
  background-image: url('../images/logo-3w.png');
}

.tab-logo.logo-2 {
  background-image: url('../images/logo-2w.png');
}

.tab-logo.logo-2.w--current {
  background-color: #0000;
}

.tab-logo.logo-4 {
  background-image: url('../images/logo-4w.png');
}

.services-wrapper-second {
  display: flex;
}

.service-2-column {
  border-right: 1px solid #ededed;
  flex: 1;
  padding-right: 50px;
}

.service-2-column.no-line {
  border-right-color: #0000;
  padding-left: 50px;
}

.service-content {
  border-bottom: 1px solid #ededed;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.service-content.no-top-padding {
  padding-top: 0;
}

.service-icon {
  background-image: url('../images/69.svg');
  background-position: 10px 7px;
  background-repeat: no-repeat;
  background-size: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin-right: 20px;
  display: flex;
}

.quote-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sticky-wrapper {
  align-items: flex-start;
  display: flex;
}

.part-one {
  flex: 1;
  padding: 0 70px 60px 0;
  position: sticky;
  top: 100px;
}

.part-two {
  border-left: 1px solid #ededed;
  flex: 0 63%;
  padding-left: 70px;
}

.form-margin {
  margin-top: 50px;
}

.part-two-content {
  border-bottom: 1px solid #ededed;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.part-two-content.no-line {
  border-bottom-color: #0000;
}

.fun-facts-wrapper {
  flex-wrap: wrap;
  place-content: space-between;
  display: flex;
}

.fun-facts-wrapper.normal-flex {
  flex-wrap: nowrap;
}

.fun-facts-content {
  flex: 0 50%;
  align-items: flex-start;
  margin-bottom: 50px;
  padding-right: 30px;
  display: flex;
}

.fun-facts-content.no-margin {
  margin-bottom: 0;
}

.fun-fact-icon {
  margin-right: 20px;
}

.fun-fact-content {
  flex: 1;
}

.fun-number {
  letter-spacing: 1px;
  margin-bottom: 7px;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.fun-number.white {
  color: #fff;
}

.color {
  color: var(--cornflower-blue);
  letter-spacing: 0;
  margin-right: 5px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.slider-testimonials {
  text-align: left;
  background-color: #0000;
  height: auto;
}

.slide-navigation {
  z-index: 1;
  float: none;
  opacity: .41;
  text-align: right;
  margin-top: 15px;
  font-size: 10px;
  display: inline-block;
  position: relative;
}

.testimonials-photo {
  float: none;
  background-image: url('../images/client-2.jpg');
  background-position: 50% 56%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  margin-left: 2px;
  margin-right: 20px;
}

.testimonials-photo._1 {
  background-image: url('../images/team-4_1.jpg');
}

.testimonials-photo._2 {
  background-image: url('../images/client-4.jpg');
}

.testimonials-photo._3 {
  background-image: url('../images/client-5.jpg');
}

.testimonials-photo._4 {
  background-image: url('../images/client-2.jpg');
}

.faq-main-wrapper {
  margin-top: -2px;
}

.faq-block {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 15px 15px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.faq-block:hover {
  border-left-color: var(--cornflower-blue);
}

.faq-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  margin-bottom: 0;
  margin-right: 9px;
  display: flex;
}

.faq-header {
  color: #121217;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.faq-content {
  border: 1px solid #e1e1e1;
  margin-top: -3px;
  overflow: hidden;
}

.faq-paragraph {
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.features-wrapper {
  margin-bottom: 20px;
  padding-right: 120px;
  display: flex;
}

.features-wrapper.zero-margin {
  margin-bottom: 0;
}

.features-wrapper.second {
  padding-right: 20px;
}

.features-check {
  background-color: #f4f4f7;
  border: 1px solid #ededed;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  margin-right: 15px;
  display: flex;
}

.dollar {
  width: 60px;
  height: 60px;
  font-size: 25px;
  line-height: 30px;
  position: relative;
  top: -22px;
  right: 2px;
}

.pricing-style-wrapper {
  text-align: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 42px 30px;
  display: block;
}

.pricing-style-wrapper.featured {
  background-color: #fff;
  box-shadow: 0 0 30px #00000005;
}

.biger {
  color: #121217;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  position: relative;
}

.pricing-line {
  background-color: #e1e1e1;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.monthly-text {
  color: #afafb6;
  font-size: 18px;
  font-style: italic;
}

.monthly-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.monthly-wrapper.left-text {
  justify-content: flex-start;
  margin-top: 30px;
  margin-bottom: 0;
}

.on-off-circle {
  background-color: var(--cornflower-blue);
  cursor: pointer;
  border-radius: 30px;
  align-items: center;
  width: 60px;
  height: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 5px 7px;
  display: flex;
  position: relative;
  box-shadow: inset 1px 1px 10px #0000001a;
}

.circle-on-off {
  background-color: #fff;
  border-radius: 100%;
  width: 18px;
  height: 18px;
}

.monthly-text-top, .yearly-text-top {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.service-wrapper-third {
  flex-wrap: wrap;
  align-content: space-between;
  margin-top: -61px;
  display: flex;
  overflow: hidden;
}

.service-wrapper-third.normal {
  margin-top: 0;
}

.service-photo-wrapper {
  text-align: center;
  flex: 0 33.333%;
  margin-bottom: 30px;
  padding-right: 30px;
}

.service-white-line {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  display: flex;
}

.service-photo {
  position: relative;
}

.service-content-second {
  background-color: #fff;
  padding: 30px 56px 20px;
}

.menu-button {
  flex-direction: column;
  flex: none;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  padding: 0;
  top: 0;
  right: 0;
}

.menu-button.w--open {
  justify-content: center;
  align-items: center;
  height: 50px;
}

.hamburger-line {
  background-color: #000;
  width: 50%;
  height: 2px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.hamburger-line.white {
  background-color: #fff;
}

.call-back-flex {
  align-items: center;
  display: flex;
}

.form-block {
  flex-direction: column;
  margin-bottom: 0;
}

.form {
  align-items: center;
  display: flex;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.div-block {
  position: relative;
}

.testimonials-second-wrapper {
  z-index: 10;
  background-color: #fff;
  height: 300px;
  padding-top: 33px;
  padding-bottom: 33px;
  display: flex;
  position: relative;
}

.testimonials-second-wrapper.longer {
  z-index: 1;
  width: 2000px;
  max-width: none;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 30px #00000005;
}

.save-text {
  color: #919197;
  margin-left: 5px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-style: italic;
}

.news-wrapper {
  align-items: center;
  display: flex;
}

.news-content {
  border-right: 1px solid #ededed;
  flex: 0 50%;
  align-self: stretch;
  align-items: center;
  padding-top: 50px;
  padding-right: 60px;
  display: flex;
}

.news-content.right {
  border-right-style: none;
  border-right-color: #0000;
  padding-left: 60px;
  padding-right: 0;
}

.blog-small-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 150px;
  margin-right: 20px;
  position: relative;
}

.white-spacing {
  z-index: 2;
  background-color: #fff;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

.white-spacing.add-top-bottom {
  padding-top: 45px;
  padding-bottom: 45px;
}

.why-image {
  float: right;
  max-width: none;
}

.features-wrapper-second {
  display: flex;
}

.features-content {
  text-align: center;
  background-color: #7e8efc;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.features-content._2 {
  background-color: var(--cornflower-blue);
}

.features-content._3 {
  background-color: #5f72fa;
}

.features-content._4 {
  background-color: #485cf0;
}

.features-content._4-column {
  min-height: 370px;
  padding-left: 81px;
  padding-right: 81px;
}

.image-effect-wrapper {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-white {
  z-index: 1;
  width: 50px;
  position: relative;
}

.image-color {
  z-index: 1;
  width: 50px;
  position: absolute;
}

.circle {
  background-color: #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.divider {
  background-color: #e1e1e1;
  width: 1px;
  height: 25px;
  margin-left: 20px;
  margin-right: 20px;
}

.call-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.call-icon {
  color: var(--white);
  margin-right: 10px;
}

.fixed-div {
  background-image: url('../images/ab-4.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  min-height: 660px;
  position: relative;
}

.fixed-div.second {
  background-image: url('../images/ab-2.jpg');
  background-position: 50%;
}

.lightbox-center {
  background-color: var(--cornflower-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: none;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.circle-lightbox {
  background-color: #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.play-white {
  z-index: 1;
  position: relative;
}

.play-color {
  z-index: 1;
  position: absolute;
}

.fun-facts-wrapper-second {
  display: flex;
}

.fun-facts-content-second {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.fun-image {
  opacity: .2;
  width: 120px;
  height: 100px;
  position: absolute;
  bottom: -2.5px;
}

.team-circle-image {
  background-image: url('../images/tm2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-bottom: 29px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: -76px;
}

.team-circle-image._2 {
  background-image: url('../images/tm1.jpg');
}

.team-circle-image._3 {
  background-image: url('../images/tm4.jpg');
}

.team-circle-image._4 {
  background-image: url('../images/tm3.jpg');
}

.circle-overlay {
  background-color: #0003;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.arrow-slide {
  color: #616167;
  background-color: #f4f8fc;
  border: 1px solid #ededed;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  font-size: 18px;
  font-weight: 600;
}

.arrow-slide.left {
  inset: -130px 50px auto auto;
}

.arrow-slide.right {
  inset: -130px 0% auto auto;
}

.arrow-slide.big-left {
  background-color: #fff;
  border-style: none;
  width: 60px;
  height: 60px;
  right: 17px;
}

.arrow-slide.big-right {
  background-color: #fff;
  border-style: none;
  width: 60px;
  height: 60px;
  left: 17px;
}

.service-slider {
  background-color: #0000;
  height: auto;
}

.arrow-icon {
  z-index: 1;
}

.circle-arrow {
  background-color: var(--cornflower-blue);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  transform: scale(0);
}

.slide-nav-none {
  display: none;
}

.slide {
  width: 33.333%;
}

.mask {
  overflow: visible;
}

.service-3-column {
  border-right: 1px solid #ededed;
  padding-top: 45px;
  padding-bottom: 45px;
}

.service-3-column.no-line {
  border-right-style: none;
}

.service-content-third {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 35px 50px;
  display: flex;
}

.slider-testimonials-2 {
  background-color: #0000;
  height: auto;
}

.testi-photo-center {
  background-image: url('../images/team-4_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.testi-photo-center._2 {
  background-image: url('../images/client-2.jpg');
}

.testi-photo-center._3 {
  background-image: url('../images/client-4.jpg');
}

.testi-photo-center._4 {
  background-image: url('../images/client-1.jpg');
}

.testi-photo-center._5 {
  background-image: url('../images/client-5.jpg');
}

.testi-photo-center._6 {
  background-image: url('../images/client-3.jpg');
}

.call-back-wrapper {
  z-index: 999;
  margin-bottom: 20px;
  margin-right: 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.line-bottom {
  background-color: var(--cornflower-blue);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.features-wrapper-third {
  display: flex;
}

.features-content-second {
  z-index: 3;
  text-align: center;
  background-color: #373749;
  flex: 1;
  margin-left: 25px;
  margin-right: 25px;
  padding: 74px 30px 39px;
  position: relative;
}

.features-circle {
  background-color: var(--cornflower-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: -50px auto auto 50%;
  transform: translate(-50%);
}

.quote-second-wrapper {
  display: flex;
}

.part-1 {
  border-right: 1px solid #ffffff1a;
  flex: 0 40%;
  padding: 30px 60px 30px 30px;
}

.part-2 {
  flex-direction: column;
  flex-basis: 65%;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 30px 30px 60px;
  display: flex;
}

.paragraph-dark-version {
  color: #b3b8c5;
  text-align: left;
}

.features-dark-wrapper {
  border: 1px solid #ffffff1a;
  flex-wrap: wrap;
  display: flex;
}

.features-dark-content {
  border-bottom: 0 solid #ffffff1a;
  border-right: 0 solid #ffffff1a;
  flex: 0 33.333%;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 35px 40px 35px 20px;
  display: flex;
  position: relative;
}

.features-dark-content.no-left {
  border-right-style: none;
}

.features-dark-content.no-left.also-bottom, .features-dark-content.no-bottom {
  border-bottom-style: none;
}

.features-icon {
  flex: none;
  margin-right: 20px;
}

.left-line {
  background-color: var(--cornflower-blue);
  width: 2px;
  height: 55px;
  margin-top: 35px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.relative-div.abstract.make-center {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.testimonials-third-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonials-content-second {
  background-color: #fff3;
  border-radius: 50px;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 10px 26px 10px 14px;
  display: flex;
}

.testi-photo {
  background-image: url('../images/team-4_1.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100%;
  flex: none;
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.testi-photo._2 {
  background-image: url('../images/client-4.jpg');
}

.testi-photo._3 {
  background-image: url('../images/client-5.jpg');
}

.testi-photo._4 {
  background-image: url('../images/client-3.jpg');
}

.testi-photo._5 {
  background-image: url('../images/client-2.jpg');
}

.testi-photo._6 {
  background-image: url('../images/client-1.jpg');
}

.container-center-section {
  z-index: 2;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 50%;
}

.half-section {
  float: left;
  width: 40%;
  min-height: 670px;
}

.half-section.full {
  background-color: var(--black-2);
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.half-section.image-1 {
  background-image: url('../images/ab-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.utility-page-wrap {
  background-color: #f4f8fc;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 360px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility-page-form._404 {
  text-align: center;
}

.sub-banner {
  z-index: 2;
  background-color: var(--cornflower-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.sub-banner.add-photo {
  background-image: linear-gradient(#0003, #0003), url('../images/ab-6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 550px;
}

.sub-banner.add-photo.services-photo {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/ab-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.sub-banner.add-photo.blog-photo {
  background-image: linear-gradient(#0003, #0003), url('../images/ab-3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.sub-banner.add-photo.for-post {
  background-image: url('../images/corporate-business-team-and--in-a-meeting-QZJ26VX.jpg');
  background-position: 50%;
  background-size: cover;
}

.sub-banner.add-photo.contact-photo {
  background-image: linear-gradient(#0003, #0003), url('../images/ab.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  margin-top: 100px;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  min-height: 100px;
  display: flex;
}

.button-wrapper.color-background {
  background-color: var(--cornflower-blue);
}

.margin-components {
  margin-top: 80px;
}

.h1-sub-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
  line-height: 50px;
}

.h1-sub-heading.big-one {
  font-size: 36px;
}

.breadcrumb-wrapper {
  border-top: 1px solid #ffffff24;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.home-image {
  margin-right: 6px;
}

.breadcrumb-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.breadcrumb-link.no-link {
  opacity: .7;
}

.text-block {
  line-height: 10px;
  position: relative;
  top: 1px;
}

.arrow-breadcrumb {
  margin-left: 8px;
  margin-right: 10px;
}

.toggle-wrapper {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.toggle-image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.toggle-icon {
  margin-right: 10px;
}

.tabs-menu {
  text-align: center;
  margin-bottom: 30px;
  box-shadow: inset 0 -1px #ededed;
}

.tab-link-2 {
  background-color: #0000;
  border-bottom: 1px solid #0000;
  padding: 15px 20px;
  font-weight: 500;
  transition: all .3s;
}

.tab-link-2:hover {
  color: var(--cornflower-blue);
}

.tab-link-2.w--current {
  border-bottom-color: var(--cornflower-blue);
  color: var(--cornflower-blue);
  background-color: #0000;
}

.tab-percent {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.tab-content {
  float: left;
  width: 70%;
}

.tab-link-3 {
  background-color: #0000;
  border-bottom: 2px solid #0000;
  padding: 15px 20px;
  font-weight: 500;
  transition: all .3s;
}

.tab-link-3:hover {
  color: #546cc3;
}

.tab-link-3.w--current {
  color: #546cc3;
  background-color: #0000;
  border-bottom-color: #546cc3;
}

.tab-link-3.style-3 {
  background-image: url('../images/icons8-money-box.svg');
  background-position: 0 47%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-bottom-width: 1px;
  border-bottom-color: #ededed;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 35px;
  display: block;
}

.tab-link-3.style-3:hover {
  color: var(--cornflower-blue);
}

.tab-link-3.style-3.w--current {
  border-bottom-color: var(--cornflower-blue);
  color: var(--cornflower-blue);
}

.tab-link-3.style-3.icon-2 {
  background-image: url('../images/icons8-investment-portfolio.svg');
  background-size: 25px;
  padding-top: 22px;
  padding-bottom: 25px;
}

.tab-link-3.style-3.icon-3 {
  background-image: url('../images/icons8-sell-stock.svg');
  background-size: 25px;
}

.right-padding {
  padding-left: 50px;
}

.tabs-menu-2 {
  margin-bottom: 30px;
  box-shadow: inset 0 -1px #ededed;
}

.tabs-menu-2.left {
  float: left;
  width: 30%;
  box-shadow: none;
}

.alerts-icon {
  float: right;
  cursor: pointer;
  background-image: url('../images/remove-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  width: 21px;
  height: 21px;
  position: static;
  top: 10px;
  bottom: 0;
  right: 10px;
}

.alerts-icon.third {
  background-image: url('../images/delete-cross.svg');
  background-size: 13px;
}

.alerts-icon.second {
  background-image: url('../images/remove-2.svg');
  background-size: 13px;
}

.alerts-icon.four {
  background-image: url('../images/delete-cross-1.svg');
  background-size: 13px;
}

.alert-remove-first {
  color: #de5959;
  background-color: #ffe9e9;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}

.alert-remove-third {
  color: #8f872e;
  background-color: #fbfadd;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}

.paragraph.sub-alert-text {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
}

.alert-remove-second {
  color: #5f9025;
  background-color: #ebf6e0;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}

.alerts-wrapper {
  color: #de5959;
  background-color: #ffe9e9;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
}

.alerts-wrapper.notice {
  color: #4587a9;
  background-color: #e9f7fe;
}

.alerts-wrapper.success {
  color: #5f9025;
  background-color: #ebf6e0;
}

.alerts-wrapper.warining {
  color: #8f872e;
  background-color: #fbfadd;
}

.alert-remove-four {
  color: #4587a9;
  background-color: #e9f7fe;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}

.alerts-text {
  margin-right: 5px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.list-second-item {
  margin-bottom: 13px;
}

.list {
  padding-left: 16px;
  list-style-type: square;
}

.list.number {
  font-style: italic;
  list-style-type: decimal;
}

.list.aplha {
  font-style: italic;
  list-style-type: lower-alpha;
}

.list.romac {
  list-style-type: lower-roman;
}

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

.cookies-banner {
  z-index: 9998;
  text-align: center;
  background-color: #6f81fdf7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  padding: 30px 47px;
  display: flex;
  position: fixed;
  inset: auto 0% 10px 10px;
}

.cookes-text {
  color: #fff;
  margin-bottom: 0;
  margin-right: 0;
}

.cookies-title {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.blog-post-wrapper {
  background-color: #fff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 90px;
}

.overlay-blos-post {
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.map {
  filter: grayscale();
  height: 500px;
}

.rich-text-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.algin-center {
  text-align: center;
  position: relative;
}

.paragraph-percent {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.link-2 {
  color: #313131;
  cursor: pointer;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.licens-image {
  width: 100%;
}

.licens-image.with-icon {
  width: 15%;
  margin-bottom: 10px;
  margin-right: 15px;
}

.logo-center {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.brand-logo {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-left: 25px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.brand-logo.no-left-margin {
  margin-left: 0;
}

.utility-icon {
  width: 70px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container-center-section-2 {
  z-index: 2;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.container-center-section-2.many {
  width: 55%;
}

.coming-left {
  z-index: 3;
  float: left;
  background-color: #fff;
  width: 45%;
  height: 100vh;
  position: relative;
}

.coming-left.photo {
  background-image: url('../images/ab.jpg');
  background-position: 50%;
  background-size: cover;
}

.coming-left.content {
  width: 55%;
}

.column-2 {
  padding-left: 0;
}

.big-slider {
  background-color: #0000;
  min-height: 95vh;
}

.slide-1 {
  background-image: url('../images/ab-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 20px;
  padding-right: 20px;
}

.slide-1.second {
  background-image: url('../images/ab-6.jpg');
}

.gradient-overlay {
  z-index: 2;
  background-image: linear-gradient(190deg, var(--cornflower-blue) 2%, #ffffff4d);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0);
}

.gradient-overlay.dark {
  background-image: linear-gradient(#0006, #0006);
}

.top-title-slider {
  color: #fff;
  margin-bottom: 0;
  font-size: 53px;
  line-height: 60px;
}

.top-title-slider.smaller-top {
  font-size: 35px;
  line-height: 56px;
}

.top-title-slider.for-intro {
  font-size: 40px;
  line-height: 52px;
}

.slide-wrapper.center {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.background-video {
  filter: grayscale();
  width: 100%;
  height: 100%;
  position: absolute;
}

.banner-absolute {
  background-image: url('../images/ab-7.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.wave {
  position: absolute;
  inset: auto 0% 0%;
}

.circle-top-image {
  background-image: url('../images/client-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 10px solid #fff;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 112px;
  left: 30px;
}

.circle-top-image._2 {
  background-image: url('../images/client-5.jpg');
  background-size: cover;
  width: 160px;
  height: 160px;
  inset: auto auto 200px 50px;
}

.circle-top-image._3 {
  background-image: url('../images/client-1.jpg');
  background-size: cover;
  width: 160px;
  height: 160px;
  inset: 124px 35px auto auto;
}

.circle-top-image._4 {
  background-image: url('../images/client-4.jpg');
  background-size: cover;
  inset: auto 30px 181px auto;
}

.circle-top-image._5 {
  background-image: url('../images/client-3.jpg');
  background-size: cover;
  width: 130px;
  height: 130px;
  inset: auto auto 100px 50%;
  transform: translate(0);
}

.layout-title {
  color: #616167;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 93%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
  display: block;
}

.pres-wrapper {
  width: 93%;
  height: 640px;
  position: relative;
  overflow: hidden;
  box-shadow: 31px 31px 44px -22px #6775824d;
}

.pres-wrapper.auto {
  height: auto;
}

.pres-image {
  width: 100%;
}

.margin-page-2 {
  margin-top: 120px;
  position: relative;
}

.margin-page-2.in-intro {
  margin-top: 50px;
}

.changelog {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.link-3 {
  color: #6f81fd;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
  display: inline-block;
}

.link-3.no-line {
  color: #121217;
  text-decoration: none;
}

.logo {
  aspect-ratio: auto;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  position: relative;
}

.logo:where(.w-variant-00275822-abd2-1f75-bf69-315bd113ba2b) {
  font-size: 30px;
}

.logo.footer {
  min-height: 0;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.section-image {
  width: 90%;
}

.div-block-2 {
  aspect-ratio: auto;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 70%;
  min-width: 100%;
  max-width: 100%;
  height: 60%;
  display: flex;
  position: relative;
}

.div-block-2.contact {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.grid {
  grid-template-columns: 1fr;
}

.features-dark-wrapper-copy {
  border: 1px solid #ffffff1a;
  flex-wrap: wrap;
  display: flex;
}

.logo-image {
  object-position: 0% 50%;
  max-width: 60%;
  display: inline-block;
  overflow: hidden;
}

.cookie-paragraph {
  color: #050505;
  width: auto;
  max-width: 400px;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: PT Sans, sans-serif;
  position: static;
}

.checkbox-label {
  display: none;
}

.fs-cookie-popup {
  background-color: #faf7f2;
  border: 2px #000;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-width: 90vw;
  height: auto;
  margin-bottom: 1%;
  margin-left: 2%;
  margin-right: 2%;
  padding: 15px;
  display: flex;
  position: fixed;
  inset: auto auto 0 0;
}

.checkbox {
  background-color: #b8b8b8;
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 2px;
  border-color: #b8b8b8;
  border-radius: 20px;
  width: 40px;
  height: 20px;
  transition: all .15s;
}

.checkbox.w--redirected-checked {
  background-color: #27313d;
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-position: 100%;
  background-size: contain;
  border: 2px solid #27313d;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.link-privacy {
  color: #27313d;
  text-decoration: underline;
}

.cookie-tag {
  color: #27313d;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.close-button {
  width: 30px;
  height: 30px;
  transition: all .3s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.close-button:hover {
  opacity: .5;
  transform: scale(1.1)rotate(180deg);
}

.button-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  display: grid;
}

.fs-preferences-manager-wrapper {
  z-index: 2;
  background-color: #27313dd9;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.button-2 {
  background-color: #27313d;
  border: 2px solid #27313d;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
  transition: all .3s;
}

.button-2:hover {
  color: #27313d;
  background-color: #fff;
  border: 2px solid #27313d;
}

.button-2.deny {
  float: left;
  color: #27313d;
  text-align: center;
  background-color: #faf7f2;
  padding-left: 15px;
  padding-right: 15px;
  font-family: PT Sans, sans-serif;
}

.button-2.deny:hover {
  color: #faf7f2;
  background-color: #27313d;
}

.button-2.accept {
  float: left;
  text-align: center;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
  position: relative;
}

.privacy-title {
  color: #27313d;
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.preferences-link {
  color: #27313d;
  margin-right: 20px;
  font-family: PT Sans, sans-serif;
  display: block;
}

.preferences-link:hover {
  opacity: .5;
}

.preferences-container {
  z-index: 99;
  background-color: #faf7f2;
  border: 2px solid #f1f1f1;
  border-radius: 20px;
  min-width: 500px;
  max-width: 500px;
  max-height: 1080px;
  padding: 25px;
  position: relative;
}

.image-3 {
  transition: all .2s;
}

.fs-manager-opener {
  cursor: pointer;
  background-color: #27313d;
  border: 1px #000;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding: 5px;
  transition: all .3s;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-manager-opener:hover {
  opacity: 1;
  transform: rotate(270deg)scale(1.1);
}

.cookies {
  z-index: 800;
  position: absolute;
}

.consents-form {
  margin-bottom: 0;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d6d6d6;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  display: grid;
}

.paragraph-2 {
  margin-bottom: 5px;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.paragraph-2.bold {
  color: #27313d;
  text-align: right;
  font-size: 15px;
  font-weight: 700;
}

.legal_text_block {
  color: #fff;
}

.legal_text_block p {
  color: #d0d4e0;
}

@media screen and (min-width: 1280px) {
  .contact-text.blue {
    color: var(--black-2);
  }

  .margin-page {
    margin-left: 10%;
    margin-right: 10%;
  }

  .service-title.in-features.services-description {
    font-size: 30px;
  }

  .circle-icon.move.second {
    justify-content: center;
    align-items: center;
    position: relative;
    inset: -89px auto auto 60%;
  }

  .flex-row.vertical {
    margin-left: 0;
    margin-right: 0%;
  }

  .flex-row.vertical.home {
    margin-left: -15%;
    margin-right: -15%;
  }

  .footer {
    background-color: #2f2f41;
  }

  .features-wrapper-third {
    margin-left: 10%;
    margin-right: 10%;
  }

  .features-dark-wrapper {
    margin-left: 0%;
    margin-right: 0%;
  }

  .features-dark-wrapper.expanded {
    flex-flow: column;
  }

  .relative-div.abstract.make-center {
    width: 100%;
    height: 100%;
  }

  .logo {
    font-size: 40px;
  }

  .logo.footer {
    aspect-ratio: auto;
    justify-content: center;
    align-items: stretch;
    min-height: 0;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    display: flex;
    position: relative;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .services-image-wrapper {
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .services-description {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "Area Area"
    / 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .features-dark-wrapper-copy {
    margin-left: 0%;
    margin-right: 0%;
  }

  .features-dark-wrapper-copy.expanded {
    flex-flow: column;
  }
}

@media screen and (max-width: 991px) {
  body {
    padding-bottom: 0;
  }

  .banner {
    min-height: 700px;
  }

  .banner.style-3 {
    min-height: 600px;
  }

  .banner.style-4 {
    height: 600px;
    min-height: auto;
  }

  .banner.style-5 {
    min-height: 600px;
    padding: 62px;
  }

  .banner.intro {
    min-height: 500px;
    padding-top: 0;
  }

  .navigation {
    position: relative;
  }

  .navigation.version-white {
    position: absolute;
  }

  .container.about {
    margin-top: 0;
  }

  .nav-link {
    margin-left: 0;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.gray.less-padding {
    padding-bottom: 50px;
  }

  .section.gray.for-quote {
    padding: 47px 78px;
  }

  .section.gray.for-quote.add-color {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.no-top-padding-section.gray {
    padding-top: 80px;
  }

  .section.photo {
    padding-bottom: 50px;
  }

  .section.dark-color.gradient {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.dark-section.no-top {
    padding-top: 120px;
  }

  .dropdown-list.w--open {
    min-width: auto;
    padding-top: 0;
  }

  .dropdown-link.no-bottom-line {
    border-bottom-color: #ededed;
  }

  .dropdown-mega-menu {
    border-bottom-style: none;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
  }

  .dropdown-mega-menu.no-padding {
    border-bottom-style: none;
  }

  .dropdown-column {
    flex: 0 100%;
    padding-right: 0;
  }

  .nav-menu {
    background-color: #fff;
    border-top: 1px solid #21242d1a;
    border-bottom: 1px solid #21242d1a;
    padding: 15px 20px;
    display: block;
  }

  .nav-menu.v2 {
    background-color: var(--black-2);
    border-top-color: #ffffff0f;
    border-bottom-color: #ffffff0f;
  }

  .brand.w--current {
    overflow: hidden;
  }

  .button.in-navigation {
    margin-left: 15px;
    display: none;
  }

  .button.white.full.for-nav {
    display: none;
  }

  .contact-information {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .contact-column {
    flex: 0 50%;
  }

  .contact-column.no-line-mobile {
    border-right-style: none;
  }

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

  .margin-page {
    margin-top: 80px;
  }

  .social-wrapper.for-navigation {
    display: none;
  }

  .top-title {
    font-size: 30px;
  }

  .top-title.white {
    font-size: 30px;
    line-height: 40px;
  }

  .top-title.smaller.white-in-dark {
    justify-content: center;
    display: flex;
  }

  .service-column {
    flex: 0 50%;
  }

  .service-column.no-left {
    border-right-color: #ededed;
  }

  .service-column.no-left.bottom-too {
    border-right-style: none;
  }

  .service-column.no-bottom {
    border-bottom-color: #ededed;
    border-right-style: none;
  }

  .service-column.no-bottom.add-right {
    border-bottom-style: none;
    border-right-style: solid;
  }

  .service-column.remove-left-line {
    border-right-style: none;
  }

  .call-us.make-none {
    display: none;
  }

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

  .section-flex.normal.less.reverse {
    flex-direction: column-reverse;
  }

  .testimonials-part {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .testimonials-part.with-photo.third {
    background-position: 50%;
  }

  .circle-icon.move {
    position: absolute;
    left: 306px;
    right: 20px;
  }

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

  .team-wrapper.wrap {
    margin-top: 100px;
  }

  .team-column {
    flex: 0 50%;
  }

  .team-column._2part {
    flex-basis: 100%;
  }

  .team-column._2part.reverse.dont {
    flex-direction: row;
  }

  .team-column._2part.reverse-two {
    flex-direction: row-reverse;
  }

  .logo-wrapper {
    display: block;
  }

  .client-logo {
    width: 25%;
    margin-bottom: 20px;
  }

  .testimonials-wrapper-tab {
    margin-top: 50px;
  }

  .testimonials-wrapper {
    width: 100%;
  }

  .testimonials-wrapper.left-part.second-part {
    padding-left: 30px;
    padding-right: 0;
  }

  .flex-row.vertical {
    flex-flow: row;
  }

  .left-padding {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .blog-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .blog-content.normal-padding {
    padding-right: 10px;
  }

  .blog-title {
    font-size: 16px;
    line-height: 27px;
  }

  .blog-list-wrapper {
    padding-left: 0;
  }

  .blog-list-wrapper.in-footer {
    padding-right: 0;
  }

  .footer {
    min-height: auto;
    padding: 30px 20px;
    position: relative;
  }

  .offices-wrapper {
    flex-wrap: wrap;
    align-content: space-between;
  }

  .offices-content {
    flex: 0 50%;
    margin-bottom: 30px;
  }

  .offices-content.no-left-line {
    border-right-style: none;
  }

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

  .footer-column.center {
    border-bottom: 1px solid #ffffff26;
    border-right-style: none;
    flex: 0 100%;
  }

  .footer-column.center.no-line {
    border-bottom-style: none;
  }

  .footer-column.center.dark-line {
    border-bottom-color: #e1e1e1;
  }

  .left-copyright-flex {
    flex-direction: column;
    padding-left: 10px;
  }

  .copyright {
    margin-bottom: 7px;
  }

  .made-with-webflow.left-margin {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .tab-logo {
    width: 33.333%;
  }

  .service-content {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-icon {
    height: 100px;
  }

  .quote-flex {
    text-align: center;
    flex-direction: column;
  }

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

  .part-one {
    position: relative;
    top: 0;
  }

  .part-two {
    border-left-style: none;
    padding-left: 0;
  }

  .fun-facts-wrapper.normal-flex {
    flex-wrap: wrap;
  }

  .fun-facts-content.no-margin {
    flex: 0 50%;
    margin-bottom: 30px;
  }

  .faq-main-wrapper {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .faq-icon-wrapper {
    margin-right: 0;
  }

  .pricing-style-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .biger {
    font-size: 60px;
    line-height: 70px;
  }

  .monthly-wrapper.left-text {
    margin-bottom: 30px;
  }

  .service-wrapper-third {
    margin-top: 0;
  }

  .service-photo-wrapper {
    flex-basis: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .call-back-flex {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .testimonials-second-wrapper {
    background-color: #0000;
    border-radius: 0;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .testimonials-second-wrapper.longer {
    display: none;
  }

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

  .news-content {
    border-right-style: none;
  }

  .news-content.right {
    padding-left: 0;
  }

  .white-spacing {
    padding-left: 0;
    padding-right: 0;
  }

  .why-image {
    float: none;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .features-wrapper-second {
    flex-direction: column;
  }

  .fixed-div {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .fun-facts-wrapper-second {
    flex-wrap: wrap;
  }

  .fun-facts-content-second {
    flex: 0 50%;
    margin-bottom: 50px;
  }

  .fun-facts-content-second.without-margin {
    margin-bottom: 0;
  }

  .slide {
    width: 50%;
  }

  .call-back-wrapper {
    display: none;
  }

  .features-content-second {
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 33px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .quote-second-wrapper {
    flex-direction: column;
  }

  .part-1 {
    border-right-style: none;
    padding-left: 0;
  }

  .part-2 {
    padding-left: 0;
  }

  .features-dark-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .features-dark-content {
    border-right-style: none;
    flex: 0 auto;
  }

  .features-dark-content.no-bottom {
    border-bottom-style: solid;
  }

  .relative-div.abstract {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .testimonials-third-wrapper {
    flex-direction: column;
  }

  .container-center-section {
    width: 90%;
  }

  .half-section.full {
    width: 100%;
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .half-section.image-1 {
    width: 100%;
    min-height: 500px;
  }

  .piggy-wrapper {
    margin-top: 30px;
  }

  .blog-item {
    width: 100%;
  }

  .remove-in-mobile {
    display: none;
  }

  .utility-page-wrap {
    height: 700px;
  }

  .sub-banner {
    min-height: 350px;
    padding-top: 0;
    padding-bottom: 45px;
  }

  .sub-banner.add-photo {
    min-height: 450px;
  }

  .h1-sub-heading {
    font-size: 26px;
    line-height: 40px;
  }

  .h1-sub-heading.big-one {
    font-size: 30px;
  }

  .toggle-wrapper, .tab-percent {
    width: 100%;
  }

  .right-padding {
    padding-left: 0;
  }

  .right-padding.on-tab {
    padding-left: 50px;
  }

  .alerts-icon {
    float: none;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }

  .blog-post-wrapper {
    width: 90%;
    padding: 32px 20px;
  }

  .rich-text-wrapper, .paragraph-percent {
    width: 100%;
  }

  .licens-image {
    margin-bottom: 15px;
  }

  .coming-left.photo {
    background-position: 50%;
    width: 100%;
    height: 500px;
  }

  .coming-left.content {
    width: 100%;
    height: 500px;
  }

  .big-slider {
    min-height: 800px;
  }

  .top-title-slider {
    font-size: 40px;
    line-height: 46px;
  }

  .top-title-slider.smaller-top {
    font-size: 35px;
    line-height: 46px;
  }

  .top-title-slider.for-intro {
    font-size: 30px;
    line-height: 46px;
  }

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

  .circle-top-image {
    top: 36px;
    left: -17px;
  }

  .circle-top-image._2 {
    bottom: 111px;
    left: -34px;
  }

  .circle-top-image._3 {
    width: 150px;
    height: 150px;
    top: 31px;
    right: 17px;
  }

  .circle-top-image._4 {
    bottom: 147px;
    right: -17px;
  }

  .circle-top-image._5 {
    bottom: 36px;
  }

  .cookie-paragraph {
    font-size: 12px;
    line-height: 16px;
  }

  .fs-cookie-popup {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    max-width: 95%;
    display: flex;
  }

  .fs-preferences-manager-wrapper {
    display: none;
  }

  .fs-manager-opener {
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    padding-left: 32px;
    padding-right: 32px;
  }

  .banner {
    min-height: 600px;
  }

  .banner.style-3 {
    min-height: 500px;
  }

  .banner.style-4 {
    height: 500px;
  }

  .banner.intro {
    min-height: 450px;
  }

  .navigation {
    min-height: 60px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.with-photo {
    min-height: 350px;
  }

  .section.dark-section.no-top {
    padding-top: 50px;
  }

  .brand {
    padding-left: 0;
  }

  .button.white {
    margin-left: 0;
  }

  .about-wrapper {
    display: block;
  }

  .about-part {
    min-height: 400px;
  }

  .margin-page.more {
    margin-top: 100px;
  }

  .top-title {
    font-size: 26px;
    line-height: 30px;
  }

  .top-title.smaller {
    font-size: 26px;
  }

  .top-title.smaller.white {
    font-size: 26px;
    line-height: 30px;
  }

  .service-column {
    padding: 38px 18px;
  }

  .service-column.no-bottom.add-right {
    border-bottom-style: none;
  }

  .call-us {
    margin-left: -54px;
  }

  .section-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .testimonials-part, .testimonials-part.color-change {
    min-height: 400px;
  }

  .circle-icon.move {
    top: 74px;
  }

  .team-wrapper {
    margin-right: 0;
  }

  .team-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-column._50-percent.more-margin {
    padding-right: 10px;
  }

  .client-logo {
    width: 33.333%;
  }

  .testimonials-author {
    width: 65px;
    height: 65px;
  }

  .testimonials-author.photo-5 {
    bottom: -30px;
  }

  .testimonials-author.photo-1 {
    bottom: 37px;
    left: 4px;
  }

  .testimonials-wrapper.left-part.second-part {
    margin-top: 30px;
    padding-left: 0;
  }

  .flex-row.vertical {
    flex-flow: column;
  }

  .flex-row.vertical.home {
    display: block;
  }

  .flex-row.vertical-mobile {
    flex-direction: column;
  }

  .text-field.for-select.with-percent {
    flex: 0 100%;
    align-self: stretch;
  }

  .text-field.with-percent {
    flex-basis: 100%;
    margin-bottom: 10px;
  }

  .tab-logo {
    width: 33.333%;
  }

  .services-wrapper-second {
    flex-direction: column;
  }

  .service-2-column {
    border-right-style: none;
    padding-right: 0;
  }

  .service-2-column.no-line {
    padding-left: 0;
    padding-right: 0;
  }

  .service-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-content.no-top-padding {
    padding-top: 20px;
  }

  .pricing-style-wrapper {
    margin-bottom: 30px;
  }

  .service-photo-wrapper {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .service-content-second {
    padding-left: 17px;
    padding-right: 17px;
  }

  .form {
    flex-direction: column;
  }

  .news-content {
    padding-top: 0;
    padding-bottom: 50px;
    padding-right: 0;
  }

  .fixed-div {
    min-height: 450px;
  }

  .arrow-slide.big-left {
    width: 45px;
    height: 45px;
    inset: auto 41% 10px auto;
  }

  .arrow-slide.big-right {
    width: 45px;
    height: 45px;
    inset: auto auto 10px 41%;
  }

  .slide {
    width: 100%;
  }

  .service-3-column {
    border-right-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .features-wrapper-third {
    flex-direction: column;
  }

  .features-content-second {
    margin-top: 95px;
    padding-top: 56px;
  }

  .half-section.full, .half-section.image-1 {
    width: 100%;
  }

  .sub-banner.add-photo {
    min-height: 350px;
  }

  .h1-sub-heading.big-one {
    font-size: 26px;
  }

  .with-margin {
    margin-bottom: 30px;
  }

  .blog-post-wrapper {
    width: 100%;
  }

  .container-center-section-2.many {
    width: 70%;
  }

  .big-slider {
    min-height: 600px;
  }

  .top-title-slider {
    font-size: 30px;
    line-height: 40px;
  }

  .top-title-slider.smaller-top {
    font-size: 30px;
    line-height: 36px;
  }

  .top-title-slider.for-intro {
    font-size: 26px;
    line-height: 36px;
  }

  .circle-top-image {
    left: -39px;
  }

  .circle-top-image._3 {
    right: -51px;
  }

  .circle-top-image._4 {
    bottom: 98px;
  }

  .circle-top-image._5 {
    inset: -2% auto auto 41%;
  }

  .pres-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .column-3 {
    display: block;
  }

  .logo-image {
    max-width: 60%;
  }

  .cookie-paragraph {
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .fs-cookie-popup {
    flex-direction: column;
    margin-bottom: 2%;
    padding: 15px;
  }

  .button-wrapper-2 {
    grid-column-gap: 10px;
    margin-top: 0;
  }

  .preferences-container {
    min-width: 300px;
    max-width: 80vw;
  }
}

@media screen and (max-width: 479px) {
  .banner.style-3 {
    min-height: 400px;
  }

  .banner.style-5 {
    padding: 20px 15px 59px;
  }

  .banner.intro {
    min-height: 350px;
  }

  .navigation.dark-version {
    max-width: 150%;
  }

  .section.gray.less-padding {
    padding: 60px 10px 30px;
  }

  .section.gray.for-quote {
    padding: 15px 13px 35px;
  }

  .section.with-photo {
    min-height: 300px;
  }

  .section.gradient.full-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.with-color {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
  }

  .brand.w--current {
    max-width: 200%;
  }

  .contact-column {
    border-right-style: none;
    flex: 0 100%;
    margin-bottom: 30px;
    padding-top: 0;
  }

  .about-part {
    min-height: 250px;
  }

  .about-part.blue {
    padding: 21px 20px;
  }

  .h3-white {
    font-size: 16px;
    line-height: 25px;
  }

  .top-margin.flex-version {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-margin.for-banner {
    margin-top: 20px;
  }

  .margin-page, .margin-page.more {
    margin-top: 50px;
  }

  .top-title-wrapper {
    flex-direction: column;
  }

  .top-title-wrapper.less-margin {
    align-items: stretch;
  }

  .top-title-wrapper.make-it-center-mobile {
    text-align: center;
  }

  .top-title-wrapper.left-mobile {
    align-items: flex-start;
  }

  .top-title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 26px;
  }

  .top-title.white {
    font-size: 17px;
    line-height: 30px;
  }

  .top-title.smaller {
    font-size: 22px;
  }

  .top-title.smaller.white {
    font-size: 22px;
    line-height: 30px;
  }

  .services-wrapper {
    border-style: none;
  }

  .service-column {
    border: 1px solid #ededed;
    flex: 0 100%;
    margin-bottom: -1px;
  }

  .service-column.no-left.bottom-too, .service-column.no-bottom {
    border-style: solid;
    border-color: #ededed;
  }

  .service-column.remove-left-line {
    border-style: solid;
  }

  .call-us {
    display: none;
  }

  .section-flex {
    padding: 60px 15px;
  }

  .section-flex.normal.less {
    display: block;
  }

  .section-flex.normal.less.reverse {
    display: flex;
  }

  .testimonials-part {
    padding-left: 25px;
    padding-right: 25px;
  }

  .testimonials-part.with-photo.second, .testimonials-part.with-photo.third {
    min-height: 250px;
  }

  .circle-icon.move {
    width: 50px;
    height: 50px;
    top: 29px;
    left: 218px;
  }

  .circle-icon.move.second {
    bottom: 18%;
  }

  .team-column {
    flex-basis: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .team-column._50-percent {
    flex: 0 100%;
    padding-right: 0;
  }

  .team-column._50-percent.no-margin-bottom {
    margin-bottom: 50px;
  }

  .team-column._50-percent.no-margin-bottom.no-margin-device {
    margin-bottom: 0;
  }

  .team-column._50-percent.more-margin._0-margin {
    margin-bottom: 100px;
  }

  .team-column._50-percent.more-margin._0-margin.no-margin {
    margin-bottom: 0;
  }

  .team-column._2part, .team-column._2part.reverse, .team-column._2part.reverse.dont, .team-column._2part.reverse-two {
    flex-direction: column;
  }

  .team-content.other-half {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .client-logo {
    width: 50%;
    padding: 20px;
  }

  .testimonials-author {
    float: left;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: 10px;
    display: block;
  }

  .testimonials-author.photo-3 {
    flex: none;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    position: static;
    top: 0;
    right: 0;
  }

  .testimonials-author.photo-4 {
    flex: none;
    width: 75px;
    height: 75px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    position: static;
    top: 0;
    left: 0;
  }

  .testimonials-author.photo-5 {
    flex: none;
    width: 75px;
    height: 75px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .testimonials-author.photo-2 {
    flex: none;
    width: 75px;
    height: 75px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    position: static;
    top: 0;
    left: 0;
  }

  .testimonials-author.photo-1 {
    flex: none;
    width: 75px;
    height: 75px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .testimonials-author.photo-6 {
    flex: none;
    width: 75px;
    height: 75px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    position: static;
    top: 0;
    left: 0;
  }

  .tab-testimonials {
    text-align: center;
    flex-flow: wrap;
    place-content: space-between center;
    align-items: center;
    margin-top: 50px;
    display: flex;
  }

  .testimonials-wrapper {
    width: 100%;
  }

  .text-field {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .blog-content {
    padding: 0 93px 8px 10px;
  }

  .blog-content.normal-padding {
    padding-bottom: 13px;
  }

  .blog-title {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-date {
    inset: auto 0% 0% auto;
  }

  .blog-list-wrapper {
    flex-direction: column;
  }

  .blog-second-content.add-top-margin {
    margin-top: 30px;
  }

  .offices-content {
    border-right-style: none;
    flex: 0 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .offices-content.no-line {
    margin-bottom: 0;
  }

  .tab-logo {
    width: 100%;
  }

  .part-one {
    padding-right: 0;
  }

  .fun-facts-content {
    flex: 0 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .fun-facts-content.no-margin {
    flex-basis: 100%;
    margin-bottom: 20px;
  }

  .slider-testimonials {
    max-width: 260px;
  }

  .faq-block {
    flex-direction: row;
    align-items: flex-start;
    min-width: auto;
    padding-left: 15px;
  }

  .faq-icon-wrapper {
    margin-bottom: 0;
  }

  .faq-paragraph {
    margin-left: 15px;
  }

  .features-wrapper {
    padding-right: 0;
  }

  .monthly-wrapper.left-text {
    justify-content: center;
  }

  .service-wrapper-third {
    flex-direction: column;
  }

  .service-photo-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .call-back-flex {
    padding-top: 15px;
  }

  .white-spacing.add-top-bottom {
    padding-top: 0;
  }

  .features-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .divider {
    background-color: #0000;
  }

  .fixed-div {
    min-height: 270px;
  }

  .fun-facts-content-second {
    flex-basis: 100%;
  }

  .fun-facts-content-second.without-margin {
    margin-bottom: 50px;
  }

  .fun-facts-content-second.without-margin.no-again {
    margin-bottom: 0;
  }

  .arrow-slide.left {
    inset: auto auto -10% 0%;
  }

  .arrow-slide.right {
    inset: auto 0% -10% auto;
  }

  .arrow-slide.big-left {
    right: 35%;
  }

  .arrow-slide.big-right {
    left: 35%;
  }

  .service-content-third {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .part-1 {
    padding-right: 0;
  }

  .paragraph-dark-version {
    flex-flow: row;
    display: block;
  }

  .features-dark-wrapper {
    flex-flow: column;
    display: flex;
  }

  .testimonials-content-second {
    min-width: 100%;
    margin-right: 0;
  }

  .half-section.image-1 {
    min-height: 350px;
  }

  .utility-page-wrap {
    height: 600px;
  }

  .utility-page-content {
    width: 260px;
  }

  .sub-banner {
    min-height: 300px;
  }

  .h1-sub-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .h1-sub-heading.big-one {
    font-size: 20px;
  }

  .tab-content {
    width: 100%;
  }

  .right-padding.on-tab {
    padding-left: 0;
  }

  .tabs-menu-2.left {
    width: 100%;
  }

  .alerts-icon {
    right: 7px;
  }

  .alert-remove-first {
    padding-left: 10px;
    padding-right: 6px;
  }

  .alert-remove-third, .alert-remove-second, .alerts-wrapper, .alert-remove-four {
    padding-left: 10px;
  }

  .cookies-banner {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 25px;
    bottom: 0;
    left: 0;
  }

  .blog-post-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rich-text-wrapper {
    width: 100%;
  }

  .brand-logo {
    margin-left: 15px;
    font-size: 16px;
  }

  .container-center-section-2.many {
    width: 90%;
  }

  .coming-left.photo {
    height: 350px;
  }

  .column-2 {
    padding-left: 10px;
  }

  .big-slider {
    min-height: 500px;
  }

  .top-title-slider {
    font-size: 25px;
    line-height: 34px;
  }

  .top-title-slider.smaller-top {
    font-size: 26px;
    line-height: 30px;
  }

  .top-title-slider.for-intro {
    font-size: 20px;
    line-height: 33px;
  }

  .circle-top-image {
    width: 120px;
    height: 120px;
    top: 14px;
  }

  .circle-top-image._2 {
    width: 120px;
    height: 120px;
    bottom: 56px;
  }

  .circle-top-image._3 {
    width: 120px;
    height: 120px;
    top: 21px;
    right: -32px;
  }

  .circle-top-image._4 {
    right: -56px;
  }

  .circle-top-image._5 {
    display: none;
  }

  .margin-page-2 {
    margin-top: 60px;
  }

  .logo {
    font-size: 30px;
    line-height: 30px;
    display: block;
  }

  .logo:where(.w-variant-00275822-abd2-1f75-bf69-315bd113ba2b) {
    font-size: 25px;
  }

  .logo.footer {
    font-size: 20px;
  }

  .logo-image {
    max-width: 80%;
    left: -30%;
  }

  .navbar {
    min-height: auto;
  }

  .cookie-paragraph {
    max-width: 200px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .fs-cookie-popup {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 90%;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 15px;
    display: grid;
  }

  .cookie-tag {
    margin-bottom: 2px;
  }

  .close-button {
    top: 10px;
    right: 10px;
  }

  .button-wrapper-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .fs-preferences-manager-wrapper {
    align-items: flex-start;
    padding-top: 5vw;
    overflow: scroll;
  }

  .button-2.deny, .button-2.accept {
    margin-right: 0;
  }

  .privacy-title {
    margin-bottom: 10px;
  }

  .preferences-link {
    margin-right: 0;
  }

  .preferences-container {
    padding: 15px;
  }
}

#w-node-fb8b2b2a-d97f-c44b-ba2b-8fe6662b74cb-7fbee5c5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fb8b2b2a-d97f-c44b-ba2b-8fe6662b74cd-7fbee5c5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fb8b2b2a-d97f-c44b-ba2b-8fe6662b74cf-7fbee5c5 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-fb8b2b2a-d97f-c44b-ba2b-8fe6662b74e7-7fbee5c5, #w-node-fb8b2b2a-d97f-c44b-ba2b-8fe6662b74f1-7fbee5c5, #w-node-fb8b2b2a-d97f-c44b-ba2b-8fe6662b74fb-7fbee5c5, #w-node-fb8b2b2a-d97f-c44b-ba2b-8fe6662b7505-7fbee5c5 {
  place-self: center end;
}

@media screen and (min-width: 1280px) {
  #w-node-_769c0726-a0db-f968-25a9-917f8e838652-c8a9aaf8, #w-node-_438a3ddb-ebf7-05dd-bc1d-224f2896eb53-70fe2963 {
    grid-area: Area;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fb8b2b2a-d97f-c44b-ba2b-8fe6662b74ca-7fbee5c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-fb8b2b2a-d97f-c44b-ba2b-8fe6662b74cb-7fbee5c5 {
    place-self: auto;
  }

  #w-node-fb8b2b2a-d97f-c44b-ba2b-8fe6662b74cf-7fbee5c5 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }
}


@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

/* service/service.html — services grid redesign (impeccable live mode, accepted variant) */
.v4-services .v4-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #ffffff14; padding: 56px 25px 0; }
.v4-services .v4-card { background: #2f2f41; padding: 40px 28px; border-top: 3px solid #0000; transition: border-color .3s ease, transform .3s ease; }
.v4-services .v4-card:hover { border-top-color: #6f81fd; transform: scale(1.02); }
.v4-services .v4-icon { width: 44px; margin-bottom: 24px; filter: grayscale(1) opacity(.55); transition: filter .3s ease; }
.v4-services .v4-card:hover .v4-icon { filter: none; }
.v4-services .v4-card h1 { color: #8a8a97; font-size: 19px; font-weight: 600; margin: 0 0 12px; transition: color .3s ease; }
.v4-services .v4-card:hover h1 { color: #fff; }
.v4-services .v4-card p { color: #7a7a86; font-size: 14px; line-height: 21px; margin: 0; transition: color .3s ease; }
.v4-services .v4-card:hover p { color: #b7b7c7; }
@media (max-width: 767px) { .v4-services .v4-grid { grid-template-columns: 1fr; } }