:root {
  --background: #edebe7;
  --body: #333;
  --title: #000;
  --boder: #d8d4c5;
  --transparent: transparent;
  --white: white;
  --primary: #16273f;
  --secondary: #0d1724;
  --image-background: #f9f9f9;
  --font-white: #d9d9d9;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--background);
  color: var(--body);
  font-family: Rethink Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}

h4 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}

h5 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

h6 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

p {
  margin-bottom: 0;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.navbar {
  border-bottom: 1px solid var(--boder);
  background-color: var(--transparent);
  padding-top: 10px;
  padding-bottom: 10px;
}

.container {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-link {
  color: var(--title);
  text-transform: uppercase;
  padding: 0;
  font-size: 12px;
  line-height: 120%;
}

.nav-link.w--current {
  border-bottom: 1px solid var(--title);
  color: var(--title);
}

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

.nav-logo {
  padding-left: 0;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.logo-block {
  background-color: var(--white);
  flex: none;
  padding: 55px 75px;
  position: relative;
}

.nav-menu {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.navbar-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100px;
  padding: 9px 25px;
  line-height: 120%;
  transition: background-color .3s, color .3s;
}

.navbar-button:hover {
  background-color: var(--transparent);
  color: var(--primary);
}

.nav-link-wrap {
  display: flex;
  position: relative;
}

.nav-line {
  z-index: 0;
  background-color: var(--title);
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.page-title {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-title-wrap {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.page-subtitle {
  border: 1px solid var(--boder);
  color: var(--title);
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 100%;
}

.page-subtitle.color-white {
  border-color: #fff3;
}

.body-small {
  font-size: 14px;
  line-height: 150%;
}

.hero-section {
  background-color: var(--primary);
  color: var(--white);
  padding-top: 100px;
  padding-bottom: 60px;
}

.nav-link-white {
  color: var(--white);
  text-transform: uppercase;
  padding: 0;
  font-size: 12px;
  line-height: 120%;
}

.nav-link-white.w--current {
  border-bottom: 1px solid var(--white);
  color: var(--white);
}

.navbar-btn-home {
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid #ffffff1a;
  border-radius: 100px;
  padding: 9px 25px;
  line-height: 120%;
  transition: background-color .3s, color .3s;
}

.navbar-btn-home:hover {
  background-color: var(--white);
  color: var(--primary);
}

.hero-wrap {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.hero-content {
  grid-row-gap: 60px;
  flex-direction: column;
  width: 100%;
  max-width: 638px;
  display: flex;
}

.hero-img {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 598px;
  display: flex;
}

.hero-content-top {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-img-block {
  background-color: #ffffff26;
  width: 100%;
  max-width: 598px;
  height: 100%;
  min-height: 580px;
  max-height: 580px;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 580px;
  max-height: 580px;
}

.tag-line {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.tag-line-inner {
  background-color: var(--white);
  opacity: .1;
  width: 120px;
  height: 1px;
}

.hero-tag {
  border: 1px solid var(--white);
  border-radius: 50px;
  padding: 7px 17px;
  font-size: 12px;
  line-height: 120%;
}

.hero-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.hero-title {
  color: var(--white);
  font-size: 58px;
}

.color {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.btn-link {
  color: var(--title);
  font-size: 14px;
  line-height: 140%;
  text-decoration: none;
}

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

.btn-link.with-icon {
  background-image: url('../images/ic-cross-arrow.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: 16px;
  flex: none;
  padding-right: 26px;
}

.btn-link.with-icon:hover {
  color: #000;
}

.body-large {
  font-size: 18px;
}

.bg-primary {
  background-color: var(--primary);
}

.bg-white {
  background-color: var(--white);
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100px;
  padding: 12px 26px;
  font-size: 14px;
  line-height: 120%;
  transition: background-color .3s;
}

.primary-button:hover {
  background-color: var(--title);
}

.primary-button.with-icon {
  background-image: url('../images/arrow-right.svg');
  background-position: 82%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 0;
  margin-right: 0;
  padding-right: 50px;
}

.footer {
  background-color: var(--secondary);
  color: var(--white);
  padding-top: 60px;
  padding-bottom: 20px;
}

.footer-wrap {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.footer-top {
  justify-content: space-between;
  display: flex;
}

.footer-bottom {
  border-top: 1px solid #fff3;
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
}

.footer-left {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-block {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.footer-left-link {
  color: var(--white);
  font-size: 32px;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
}

.footer-links {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #999;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover, .footer-link.w--current {
  color: var(--white);
}

.contact-detail {
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.detail-top {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.address {
  color: #999;
  margin-bottom: 12px;
  font-size: 14px;
}

.contact-us {
  color: var(--white);
  font-size: 14px;
  line-height: 140%;
  text-decoration: none;
}

.contact-us.with-icon {
  border-bottom: 1px solid var(--white);
  background-image: url('../images/ic-arrow-white.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: 16px;
  flex: none;
  padding-bottom: 1px;
  padding-right: 26px;
  transition: border-color .3s;
}

.contact-us.with-icon:hover {
  border-bottom-color: var(--transparent);
}

.social-block {
  grid-column-gap: 10px;
  display: flex;
}

.footer-right {
  grid-column-gap: 20px;
  align-items: flex-end;
  display: flex;
}

.footer-text {
  color: #999;
  font-size: 14px;
}

.error-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.error-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

._404 {
  margin-bottom: 50px;
}

.error-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.back-to-home {
  background-color: var(--primary);
  background-image: url('../images/arrow-right_1.svg');
  background-position: 26px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  padding: 12px 26px 12px 50px;
  font-size: 14px;
  line-height: 120%;
}

.utility-page-form {
  background-color: var(--white);
  flex-direction: column;
  align-items: stretch;
  padding: 60px 50px;
  display: flex;
}

.utility-page-wrap {
  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;
  align-items: center;
  width: 100%;
  max-width: 452px;
  display: flex;
}

.password-title {
  margin-bottom: 10px;
}

.d-none {
  display: none;
}

.password-field {
  margin-top: 100px;
  margin-bottom: 20px;
}

.input {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--transparent) #0003;
  background-color: var(--transparent);
  color: var(--body);
  height: auto;
  margin-bottom: 0;
  padding: 0 0 9px 28px;
}

.input:focus {
  border-style: solid;
  border-color: var(--transparent) var(--transparent) var(--title);
  color: var(--body);
  border-bottom-width: 1px;
}

.input::placeholder {
  color: var(--body);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.input.text-area {
  background-image: url('../images/ic-contect-04.svg');
  background-position: 0 1.5px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 79px;
}

.input.name {
  background-image: url('../images/ic-contect-01.svg');
  background-position: 0 1.5px;
  background-repeat: no-repeat;
  background-size: auto;
}

.input.phone {
  background-image: url('../images/ic-contect-03.svg');
  background-position: 0 1.5px;
  background-repeat: no-repeat;
  background-size: auto;
}

.input.website {
  background-image: url('../images/Website-Icon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.input.company {
  background-image: url('../images/company-icon-.svg');
  background-position: 0 1%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.empty-state {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  position: static;
}

.cta {
  background-color: var(--primary);
  padding-top: 80px;
  padding-bottom: 80px;
}

.cta-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.cta-text {
  color: var(--white);
  width: 100%;
  max-width: 740px;
  font-size: 32px;
}

.cta-left {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta-right {
  grid-column-gap: 10px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cta-img {
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.related-section {
  background-color: var(--background);
  padding-top: 80px;
  padding-bottom: 150px;
}

.contact-section {
  padding-bottom: 100px;
}

.contact-wrap {
  grid-column-gap: 100px;
  display: flex;
}

.cf-left {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.cf-right {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  max-width: 545px;
  display: flex;
}

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

.form-wrap {
  grid-row-gap: 40px;
  text-align: right;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.password-input {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--transparent) var(--title);
  margin-bottom: 0;
  padding: 0 0 8px;
}

.password-input:focus {
  border-style: solid;
  border-color: var(--transparent) var(--transparent) var(--title);
  color: var(--body);
  border-bottom-width: 1px;
}

.password-input::placeholder {
  color: var(--body);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.contect-block {
  grid-column-gap: 10px;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contect-info {
  grid-row-gap: 35px;
  flex-direction: column;
  display: flex;
}

.contact-list {
  flex-direction: column;
  display: flex;
}

.contect-link {
  color: var(--body);
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.font-black {
  color: var(--title);
}

.success-message {
  background-color: var(--primary);
  color: var(--white);
}

.error-message {
  text-align: center;
  background-color: #ffdede;
}

.faq-s-wrap {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.faq-wrap {
  grid-column-gap: 40px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.faq-left {
  background-color: var(--image-background);
  width: 100%;
  max-width: 536px;
  height: 100%;
  min-height: 620px;
  max-height: 620px;
}

.faq-right {
  grid-row-gap: 25px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.faq-block {
  grid-column-gap: 40px;
  border-bottom: 1px solid #d8d4c5;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 25px;
  display: flex;
  overflow: hidden;
}

.faq-question {
  grid-column-gap: 20px;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.faq-text {
  grid-column-gap: 40px;
  white-space: pre-wrap;
  align-items: flex-start;
  display: flex;
}

.faq-answer {
  background-color: var(--transparent);
  display: block;
  position: relative;
  overflow: hidden;
}

.faq-main {
  padding-top: 15px;
  padding-left: 49px;
  padding-right: 50px;
}

.faq-line {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.horizontal-line {
  background-color: var(--title);
  width: 15px;
  height: 1px;
}

.vertical-line {
  background-color: var(--title);
  width: 1px;
  height: 15px;
  position: absolute;
}

.faq-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 620px;
  max-height: 620px;
}

.review-location {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.review {
  background-color: var(--primary);
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 26px;
  font-weight: 400;
  line-height: 150%;
}

.related-blog-wrap {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.faq-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.color-white {
  color: var(--white);
}

.color-font {
  color: var(--font-white);
}

.form-inner {
  grid-column-gap: 31px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-review-wrap {
  border-top: 1px solid #d8d4c533;
  border-bottom: 1px solid #d8d4c533;
  margin-top: 25px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.slide-nav {
  display: none;
}

.review-slider {
  height: 300px;
}

.review-mask {
  background-color: var(--transparent);
  height: 100%;
}

.slider {
  background-color: var(--primary);
}

.left-arrow {
  border: 1px solid #fff3;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 37.75px;
  height: 37.75px;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 3.5px;
  left: 483.5px;
}

.left-arrow:hover {
  background-color: #fff3;
}

.right-arrow {
  border: 1px solid #fff3;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 37.75px;
  height: 37.75px;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 3.5px 528.5px;
}

.right-arrow:hover {
  background-color: #fff3;
}

.case-review-img {
  background-color: var(--image-background);
  width: 100%;
  max-width: 400px;
  height: 100%;
  min-height: 440px;
  max-height: 440px;
}

.case-stady-slider {
  grid-column-gap: 80px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.review-data {
  width: 100%;
  max-width: 100%;
}

.case-review-font {
  color: #bababa;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 400;
  line-height: 150%;
}

.case-review-image {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 440px;
  max-height: 440px;
}

.services-section {
  padding-bottom: 100px;
}

.services-wrap {
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -40px;
  margin-right: -40px;
  display: grid;
}

.service-block {
  grid-row-gap: 40px;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.service-icon {
  width: 80px;
  height: 80px;
}

.service-body {
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.service-title {
  grid-row-gap: 8px;
  flex-direction: column;
  align-self: stretch;
  display: flex;
}

.service-detail {
  align-self: stretch;
  margin-bottom: auto;
}

.service-detail li {
  background-image: url('../images/tic-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 26px;
  font-size: 14px;
}

.service-detail ul {
  grid-row-gap: 8px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.link-block {
  grid-column-gap: 10px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.service-link {
  color: var(--title);
}

.service-main {
  margin-bottom: 60px;
}

.service-main-img {
  background-color: var(--image-background);
  height: 100%;
  min-height: 600px;
  max-height: 600px;
}

.service-main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 600px;
  max-height: 600px;
}

.service-info {
  margin-bottom: 60px;
}

.service-info-wrap {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.about-the-service {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.service-rich-text ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.service-rich-text p {
  margin-bottom: 10px;
}

.hero-left {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.hero-text {
  width: 100%;
  max-width: 260px;
}

.hero-small-icon {
  margin-right: -16px;
}

.about-title-wrap {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-text {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.member-hadding {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.facts-section {
  background-color: var(--background);
  padding-top: 80px;
  padding-bottom: 70px;
}

.facts-wrap {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.facts-top {
  width: 100%;
  max-width: 620px;
}

.facts-img.mobile {
  display: none;
}

.facts-line {
  background-color: var(--boder);
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 40px;
}

.facts-topics {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.fact-text {
  color: var(--title);
  font-size: 64px;
  line-height: 120%;
}

.fact-block {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  display: flex;
}

.logos {
  background-color: var(--background);
  padding-top: 150px;
  padding-bottom: 70px;
  overflow: hidden;
}

.logo-wrap {
  grid-column-gap: 30px;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.logo-title {
  width: 100%;
  max-width: 460px;
}

.logo-bottom {
  grid-column-gap: 30px;
  flex: none;
  justify-content: center;
  display: flex;
}

.logo-text {
  font-size: 12px;
  line-height: 120%;
}

.about-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hreo-about-wrap {
  grid-column-gap: 80px;
  align-items: center;
  display: flex;
}

.home-about-left {
  grid-row-gap: 76px;
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 630px;
  display: flex;
}

.home-ab-right {
  grid-column-gap: 10px;
  flex-flow: column;
  flex: 1;
  padding-right: 10px;
  display: flex;
}

.about-bottom-left {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ab-image-block {
  background-color: var(--image-background);
  height: 100%;
  min-height: 400px;
  max-height: 400px;
}

.about-imag {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 400px;
}

.about-main-right {
  background-color: var(--white);
  width: 100%;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.ab-line {
  background-color: #0000001a;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ab-tag {
  grid-column-gap: 12px;
  display: flex;
}

.ab-tag.d-none {
  display: none;
}

.ab-bottom-text {
  grid-column-gap: 5px;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto auto -2px -2px;
}

.about-big {
  color: #f9f5ed;
  font-size: 60px;
  font-weight: 700;
  line-height: 42px;
}

.about-small {
  color: #f9f5ed;
  font-size: 20px;
  font-weight: 700;
  line-height: 14px;
}

.values {
  background-color: var(--primary);
  padding-top: 80px;
  padding-bottom: 80px;
}

.value-wrap {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.values-topics {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.value-left {
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 500px;
  margin-right: 80px;
  display: flex;
}

.value-right {
  flex: 1;
}

.value-block {
  border-bottom: 1px solid var(--transparent);
  background-color: var(--transparent);
  background-image: url('../images/right-top-arrow.svg');
  background-position: 120% 7px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: -1px;
  padding: 0;
  text-decoration: none;
  transition: border-color .3s, background-position .3s;
}

.value-block.w--current {
  background-color: var(--transparent);
}

.value-text {
  grid-column-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.value-number {
  color: var(--font-white);
  font-size: 12px;
  line-height: 100%;
}

.value-info {
  color: var(--font-white);
  font-size: 26px;
  line-height: 150%;
}

.value-line {
  background-color: #fff3;
  height: 1px;
  margin-top: 20px;
}

.value-line:hover {
  background-color: #ffffff80;
}

.value-right-block {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.history {
  padding-top: 150px;
  padding-bottom: 70px;
}

.history-wrap {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.history-left {
  grid-row-gap: 80px;
  flex-direction: column;
  width: 100%;
  max-width: 636px;
  display: flex;
}

.history-text {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.history-image {
  background-color: var(--image-background);
  width: 100%;
  max-width: 600px;
  height: 100%;
  min-height: 520px;
  max-height: 520px;
}

.history-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 520px;
  max-height: 520px;
}

.history-top {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.history-list {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.history-item-list {
  background-image: url('../images/list-dot.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 16px;
}

.navbar-hero {
  background-color: var(--primary);
  border-bottom: 1px solid #d8d4c51a;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero-icon {
  border-radius: 100%;
  overflow: hidden;
}

.hero-icon._02 {
  position: relative;
  left: -8px;
}

.hero-icon._03 {
  position: relative;
  left: -16px;
}

.social-icon {
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  transition: background-color .3s;
  display: flex;
}

.social-icon:hover {
  background-color: #ffffff1a;
}

.social-icons {
  filter: invert();
}

.learn-more {
  opacity: 0;
}

.btn {
  margin-top: 15px;
  display: flex;
}

.services-item {
  border: 1px solid #0000;
  border-left-color: #d8d4c5;
  padding-left: 40px;
  padding-right: 40px;
}

.services-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  overflow: hidden;
}

.download-template {
  z-index: 999;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px;
  display: flex;
  position: fixed;
  bottom: 12px;
  right: 12px;
  box-shadow: 0 1px 6px #00000026;
}

.propose-block {
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.logo {
  color: var(--background);
  text-transform: uppercase;
  font-weight: 500;
}

.logo.color {
  color: var(--body);
}

@media screen and (min-width: 1280px) {
  .faq-wrap {
    grid-column-gap: 60px;
  }

  .case-stady-slider {
    align-items: center;
  }

  .facts-topics {
    grid-column-gap: 108px;
  }

  .history-left {
    grid-row-gap: 160px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  .nav-link {
    padding: 10px 20px;
    font-size: 14px;
  }

  .nav-link.w--current {
    border-bottom-style: none;
    font-weight: 500;
    text-decoration: underline;
  }

  .nav-menu {
    background-color: var(--background);
    margin-top: 1px;
    padding-bottom: 20px;
    box-shadow: 0 5px 5px #0003;
  }

  .nav-menu.bg-primary {
    background-color: var(--primary);
  }

  .menu-button {
    flex-direction: column;
    padding: 10px 0 10px 10px;
  }

  .menu-button.w--open {
    background-color: var(--transparent);
  }

  .nav-top-line {
    background-color: var(--primary);
    width: 28px;
    height: 1.5px;
    margin-bottom: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-top-line.bg-white {
    background-color: var(--white);
  }

  .nav-middle-line {
    background-color: var(--primary);
    width: 28px;
    height: 1.5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-middle-line.bg-white {
    background-color: var(--white);
  }

  .nav-bottom-line {
    background-color: var(--primary);
    width: 28px;
    height: 1.5px;
    margin-top: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-bottom-line.bg-white {
    background-color: var(--white);
  }

  .nav-btn-wrap {
    padding-top: 10px;
    padding-left: 20px;
    display: flex;
  }

  .nav-link-wrap {
    display: block;
  }

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

  .nav-link-white {
    padding: 10px 20px;
    font-size: 14px;
  }

  .nav-link-white.w--current {
    border-bottom-style: none;
    font-weight: 500;
    text-decoration: underline;
  }

  .hero-wrap {
    grid-column-gap: 40px;
  }

  .hero-content {
    grid-row-gap: 40px;
  }

  .hero-img-block, .hero-image {
    min-height: 400px;
    max-height: 400px;
  }

  .hero-title {
    font-size: 42px;
  }

  .footer-block {
    grid-column-gap: 40px;
    grid-template-columns: auto auto;
    margin-left: auto;
  }

  .input.text-area {
    padding-bottom: 60px;
  }

  .cta-text {
    max-width: 500px;
    font-size: 28px;
  }

  .cta-left {
    grid-column-gap: 20px;
    max-width: none;
  }

  .cta-img {
    width: 50px;
    height: 50px;
  }

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

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

  .contact-wrap {
    grid-column-gap: 50px;
  }

  .cf-left {
    max-width: none;
  }

  .cf-right {
    grid-row-gap: 30px;
    max-width: none;
  }

  .form-wrap {
    grid-row-gap: 40px;
  }

  .faq-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .faq-left {
    max-width: none;
    min-height: 600px;
    max-height: 600px;
  }

  .faq-right {
    width: 100%;
  }

  .faq-img {
    max-width: none;
    min-height: 600px;
    max-height: 600px;
  }

  .review {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 24px;
  }

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

  .left-arrow {
    inset: auto 50px 0% auto;
  }

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

  .case-review-img {
    min-height: 400px;
    max-height: 400px;
  }

  .case-stady-slider {
    grid-column-gap: 40px;
  }

  .case-review-font {
    font-size: 24px;
  }

  .case-review-image {
    min-height: 400px;
    max-height: 400px;
  }

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

  .services-wrap {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .service-block {
    grid-row-gap: 20px;
    height: 100%;
  }

  .service-body {
    grid-row-gap: 20px;
  }

  .service-main {
    margin-bottom: 50px;
  }

  .service-main-img, .service-main-image {
    min-height: 380px;
    max-height: 380px;
  }

  .service-info-wrap {
    grid-row-gap: 50px;
  }

  .hero-small-icon {
    display: flex;
  }

  .facts-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .fact-text {
    font-size: 55px;
  }

  .logos {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .hreo-about-wrap {
    grid-column-gap: 40px;
  }

  .home-about-left {
    grid-row-gap: 30px;
    max-width: 40%;
  }

  .home-ab-right {
    justify-content: flex-end;
    width: 100%;
    padding-right: 0;
  }

  .ab-image-block {
    width: 100%;
    min-height: 350px;
    max-height: 350px;
  }

  .about-imag {
    min-height: 350px;
    max-height: 350px;
  }

  .about-main-right {
    max-width: 220px;
    padding: 10px;
  }

  .ab-tag {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .values-topics {
    grid-column-gap: 30px;
  }

  .value-info {
    font-size: 24px;
  }

  .history {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .history-wrap {
    grid-column-gap: 30px;
    align-items: center;
  }

  .history-left {
    grid-row-gap: 40px;
  }

  .history-image, .history-img {
    min-height: 420px;
    max-height: 420px;
  }

  .image {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  .logo-block {
    padding: 30px 20px;
  }

  .page-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-section {
    padding-top: 60px;
  }

  .hero-wrap {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .hero-content {
    grid-row-gap: 30px;
  }

  .hero-img-block, .hero-image {
    min-height: 500px;
    max-height: 500px;
  }

  .footer-wrap {
    grid-row-gap: 40px;
  }

  .footer-bottom {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .footer-block {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: auto 160px;
    margin-left: 0;
  }

  .footer-left-link {
    font-size: 28px;
  }

  .cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-text {
    max-width: none;
    font-size: 24px;
  }

  .cta-left {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-img {
    width: 40px;
    height: 40px;
  }

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

  .contact-section {
    padding-bottom: 60px;
  }

  .contact-wrap {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .form-wrap {
    grid-row-gap: 30px;
  }

  .contect-info {
    grid-row-gap: 20px;
  }

  .faq-left {
    min-height: 520px;
    max-height: 520px;
  }

  .faq-right {
    grid-row-gap: 20px;
  }

  .faq-block {
    padding-bottom: 20px;
  }

  .faq-text {
    grid-column-gap: 20px;
    align-items: flex-start;
  }

  .faq-main {
    padding-left: 29px;
    padding-right: 30px;
  }

  .faq-img {
    min-height: 520px;
    max-height: 520px;
  }

  .review {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 20px;
  }

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

  .form-inner {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
  }

  .case-review-img {
    max-width: none;
    min-height: 500px;
    max-height: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .case-stady-slider {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .case-review-font {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .case-review-image {
    min-height: 500px;
    max-height: 500px;
  }

  .services-section {
    padding-bottom: 60px;
  }

  .services-wrap {
    margin-left: -20px;
    margin-right: -20px;
  }

  .service-body {
    grid-row-gap: 15px;
  }

  .service-main {
    margin-bottom: 40px;
  }

  .service-main-img, .service-main-image {
    min-height: 280px;
    max-height: 280px;
  }

  .service-info-wrap {
    grid-row-gap: 40px;
  }

  .facts-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .facts-line {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .facts-topics {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .fact-text {
    font-size: 48px;
  }

  .logos {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .logo-wrap, .logo-bottom {
    grid-column-gap: 20px;
  }

  .hreo-about-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .home-about-left {
    grid-row-gap: 20px;
    max-width: 100%;
  }

  .about-bottom-left {
    grid-row-gap: 20px;
  }

  .ab-image-block, .about-imag {
    min-height: 380px;
    max-height: 380px;
  }

  .about-main-right {
    max-width: 50%;
  }

  .values {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .values-topics {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .value-left {
    grid-row-gap: 10px;
    max-width: none;
    margin-right: 0;
  }

  .value-info {
    font-size: 22px;
  }

  .history {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .history-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .history-left {
    grid-row-gap: 30px;
  }

  .history-list {
    grid-row-gap: 8px;
  }

  .services-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .propose-block {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .hero-content {
    grid-row-gap: 30px;
  }

  .hero-img-block, .hero-image {
    min-height: 320px;
    max-height: 320px;
  }

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

  .footer-top {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .footer-block {
    grid-template-rows: auto auto;
    grid-template-columns: 160px;
  }

  .footer-left-link {
    font-size: 24px;
  }

  .footer-right {
    flex-direction: column;
    align-items: center;
  }

  .utility-page-form {
    padding: 40px 25px;
  }

  .cta-text {
    font-size: 20px;
  }

  .faq-wrap {
    grid-row-gap: 20px;
  }

  .faq-left {
    min-height: 360px;
    max-height: 360px;
  }

  .faq-text {
    grid-column-gap: 10px;
  }

  .faq-main {
    padding-left: 19px;
    padding-right: 0;
  }

  .faq-img {
    min-height: 360px;
    max-height: 360px;
  }

  .review {
    font-size: 18px;
  }

  .form-inner {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .case-review-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .case-review-img {
    min-height: 380px;
    max-height: 380px;
  }

  .case-review-font {
    font-size: 18px;
  }

  .case-review-image {
    min-height: 380px;
    max-height: 380px;
  }

  .services-wrap {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .service-main {
    margin-bottom: 20px;
  }

  .service-main-img, .service-main-image {
    min-height: 200px;
    max-height: 200px;
  }

  .service-info-wrap {
    grid-row-gap: 30px;
  }

  .member-hadding {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .facts-img.mobile {
    display: block;
  }

  .facts-line {
    display: none;
  }

  .facts-topics {
    grid-row-gap: 30px;
    display: flex;
  }

  .facts-topics.mobile-none {
    display: none;
  }

  .fact-text {
    font-size: 38px;
  }

  .home-ab-right {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .ab-image-block, .about-imag {
    min-height: 400px;
    max-height: 400px;
  }

  .about-main-right {
    max-width: none;
    min-height: 280px;
  }

  .ab-tag {
    flex-direction: row;
  }

  .about-big {
    font-size: 40px;
    line-height: 28px;
  }

  .value-wrap, .values-topics {
    grid-row-gap: 20px;
  }

  .value-info {
    font-size: 18px;
  }

  .history-image, .history-img {
    min-height: 320px;
    max-height: 320px;
  }

  .services-item {
    border-bottom-color: #d8d4c5;
    border-left-color: #0000;
    padding: 30px 0;
  }

  .services-item:first-child {
    padding-top: 0;
  }

  .services-item:last-child {
    border-bottom-color: #0000;
    padding-bottom: 0;
  }
}

#w-node-c0f3b904-caac-36e4-40de-3e4669ecd4b4-69ecd497, #w-node-c0f3b904-caac-36e4-40de-3e4669ecd4bf-69ecd497, #w-node-b799a8ec-3b07-6a67-1cb2-547410ca382c-85ba746c, #w-node-_0a9cbc8f-6582-c52c-a7e4-9b148bd47e06-85ba746c, #w-node-_1aaeb615-2a33-e9ca-ddb8-fb8e38da1f9d-85ba746c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc18bc5b-3617-a49a-48a6-62f7f2ed1fdd-85ba746c, #w-node-f0c6722a-fddb-3386-2b6d-9fb01d18435d-85ba746c, #w-node-b63114f4-c17d-67a0-34da-fc4b0fc57f5e-85ba746c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-c0f3b904-caac-36e4-40de-3e4669ecd4bf-69ecd497 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c0f3b904-caac-36e4-40de-3e4669ecd4bf-69ecd497, #w-node-_0a9cbc8f-6582-c52c-a7e4-9b148bd47e06-85ba746c, #w-node-_1aaeb615-2a33-e9ca-ddb8-fb8e38da1f9d-85ba746c, #w-node-dc18bc5b-3617-a49a-48a6-62f7f2ed1fdd-85ba746c, #w-node-f0c6722a-fddb-3386-2b6d-9fb01d18435d-85ba746c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


