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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  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 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.container._2 {
  display: flex;
}

.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;
  display: flex;
}

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

.logo-block.companies {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  width: 450px;
  padding-right: 20px;
  display: flex;
  inset: -31px 25% 0% 32%;
}

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

.nav-menu.bg-primary {
  background-color: #0000;
}

.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 {
  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;
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.page-subtitle.color-white {
  border-color: var(--primary);
  color: var(--primary);
}

.page-subtitle.color-white._2 {
  border-color: var(--white);
  font-size: 14px;
}

.page-subtitle.line-height-big {
  line-height: 150%;
}

.body-small {
  color: var(--font-white);
  font-size: 14px;
  line-height: 150%;
}

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

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

.body-small._2 {
  color: var(--secondary);
  margin-top: 10px;
  font-size: 18px;
}

.body-small._2.add {
  color: var(--body);
  font-size: 16px;
}

.hero-section {
  color: var(--white);
  background-color: #0000;
  padding-top: 40px;
  padding-bottom: 60px;
}

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

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

.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 {
  border-top-color: var(--primary);
  border-right-color: var(--primary);
  border-bottom-color: var(--primary);
  border-left-color: var(--primary);
  color: var(--primary);
  background-color: #0000;
}

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

.hero-content {
  grid-row-gap: 100px;
  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;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

.hero-title {
  color: var(--primary);
  font-size: 52px;
}

.hero-btn-block {
  grid-column-gap: 25px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.color-detail {
  grid-column-gap: 10px;
  display: flex;
}

.color-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.titles-block {
  grid-row-gap: 30px;
  color: var(--title);
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.btn-block {
  grid-column-gap: 20px;
  display: flex;
}

.style-guide-head {
  color: var(--title);
  border-bottom: 1px solid #e9e2da;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.btn-link.with-icon {
  color: var(--title);
  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: var(--primary);
}

.btn-link.with-icon._2 {
  color: var(--white);
  background-image: url('../images/ic-arrow-white.svg');
}

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

.color-box {
  border: 1px solid #000;
  border-radius: 4px;
  width: 32px;
  height: 32px;
}

.rich-text {
  flex-direction: column;
  width: 100%;
  max-width: 900px;
  margin-bottom: -20px;
}

.rich-text h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.rich-text ol {
  grid-row-gap: 15px;
  flex-direction: column;
  padding-left: 18px;
  display: flex;
}

.rich-text figure {
  margin-top: 40px;
  margin-bottom: 30px;
}

.rich-text blockquote {
  text-align: center;
  border: 1px solid #0003;
  margin-bottom: 30px;
  padding: 40px;
  line-height: 150%;
}

.rich-text h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

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

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

.rich-text h5, .rich-text h6 {
  margin-top: 30px;
  margin-bottom: 10px;
}

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

.style-guide-section {
  padding-bottom: 80px;
}

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

.details-block {
  grid-column-gap: 20px;
}

.button-outer {
  grid-row-gap: 20px;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.btn-inner {
  grid-row-gap: 10px;
  color: #000;
  flex-direction: column;
  display: flex;
}

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

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

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

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

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

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

.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, .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;
}

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

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

.footer-wrap {
  grid-row-gap: 60px;
  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: 160px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  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: 10px;
  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%;
}

.coming-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.coming-wrapper {
  grid-row-gap: 100px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.coming-heading {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 468px;
  display: flex;
}

.coming-soon {
  font-size: 74px;
  font-weight: 600;
  line-height: 150%;
}

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

.coming-text {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.coming-link {
  color: var(--body);
  text-decoration: none;
}

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

.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.email {
  background-image: url('../images/ic-contect-02.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;
}

.version-info {
  padding-top: 20px;
  padding-bottom: 20px;
}

.version-head {
  border-bottom: 1px solid #e9e2da;
  padding-top: 20px;
  padding-bottom: 20px;
}

.disclamer-block {
  grid-row-gap: 15px;
  border: 1px solid #d8d4c5;
  flex-direction: column;
  margin-bottom: 60px;
  padding: 30px;
  display: flex;
}

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

.info-block {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.info-inner {
  padding-bottom: 40px;
  padding-right: 0;
}

.info-inner.last {
  padding-bottom: 0;
}

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

.licensing-link {
  color: var(--title);
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-section {
  padding-bottom: 150px;
}

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

.main-heading {
  margin-bottom: 15px;
}

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

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

.featured-blog {
  padding-bottom: 150px;
}

.blogs-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.blog-feature {
  grid-column-gap: 60px;
  color: var(--body);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-active {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 606px;
  display: flex;
}

.blog-feature-img {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 400px;
  overflow: hidden;
}

.blog-feature-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 400px;
}

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

.empty-state.dark {
  background-color: var(--white);
  color: var(--title);
}

.blogs-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog {
  grid-column-gap: 30px;
  background-color: var(--white);
  color: var(--body);
  align-items: center;
  padding: 26px;
  text-decoration: none;
  display: flex;
}

.blog-thumb-img {
  background-color: var(--background);
  width: 100%;
  max-width: 223px;
  height: 100%;
  min-height: 300px;
  max-height: 300px;
  position: relative;
  overflow: hidden;
}

.blog-thumb-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 300px;
}

.blog-content {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.publish-date {
  background-color: var(--white);
  color: var(--body);
  padding: 5px 10px;
  font-size: 12px;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  inset: 12px auto auto 12px;
}

.blog-title {
  font-size: 48px;
}

.publish-feature-date {
  background-color: var(--white);
  color: var(--body);
  padding: 5px 10px;
  font-size: 12px;
  line-height: 100%;
  text-decoration: none;
}

.blog-title-block {
  color: var(--title);
  font-size: 30px;
  line-height: 130%;
}

.blog-info {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 12px;
  margin-bottom: 40px;
  display: flex;
}

.blog-feature-link {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.read-more {
  color: var(--title);
  font-size: 14px;
  line-height: 140%;
}

.license-section {
  padding-bottom: 150px;
}

.cta {
  border-bottom: 1px solid var(--boder);
  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: 50px;
  height: 50px;
  display: flex;
}

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

.blog-title-wrapper {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.blog-heading {
  width: 100%;
  max-width: 890px;
}

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

.rich-block {
  padding-top: 40px;
  padding-bottom: 70px;
}

.blog-rich-text {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.related-section._2 {
  background-color: var(--background);
}

.pagination {
  justify-content: flex-end;
  padding-top: 40px;
}

.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);
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.contect-link._2 {
  margin-top: 0;
  margin-bottom: 10px;
}

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

.font-black._2 {
  margin-bottom: 10px;
}

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

.banches-data {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.banche-data {
  position: relative;
}

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

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

.banche-block {
  background-color: var(--image-background);
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 500px;
  max-height: 500px;
  position: relative;
}

.top-layer {
  background-color: #16273f33;
  position: absolute;
  inset: 0%;
}

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

.banche-name {
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.banche-title, .banche-info {
  color: var(--white);
}

.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-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  min-height: 440px;
  display: flex;
}

.review-block {
  grid-column-gap: 80px;
  border-bottom: 1px solid var(--boder);
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.review-block:first-child {
  padding-top: 0;
}

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

.review-wrapper {
  grid-column-gap: 80px;
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.pagination-wrap {
  justify-content: flex-end;
  display: flex;
}

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

.review-content {
  grid-row-gap: 25px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

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

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

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

.blog-details-img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 600px;
  max-height: 600px;
}

.faq-s-section {
  padding-top: 0;
  padding-bottom: 70px;
}

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

.title-wrap {
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

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

.member {
  padding-bottom: 150px;
}

.member-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.member-data {
  background-color: var(--image-background);
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 400px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.member-name {
  grid-row-gap: 2px;
  color: var(--white);
  flex-direction: column;
  display: flex;
  position: absolute;
  inset: auto 25px 25px;
}

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

.member-top-layer {
  background-image: linear-gradient(#0000 76.62%, #0009);
  position: absolute;
  inset: 0%;
}

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

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

.last-section, .reviews {
  padding-bottom: 150px;
}

.team-profile {
  padding-bottom: 70px;
  padding-right: 0;
}

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

.team-image {
  background-color: var(--image-background);
  width: 100%;
  max-width: 440px;
  height: 100%;
  min-height: 480px;
  max-height: 480px;
}

.team-details {
  grid-row-gap: 180px;
  flex-direction: column;
  display: flex;
}

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

.team-contact {
  grid-column-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.team-info {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.team-social {
  grid-column-gap: 20px;
  color: var(--title);
  align-items: center;
  display: flex;
}

.team-mail {
  grid-column-gap: 10px;
  color: var(--body);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.team-mail:hover {
  text-decoration: underline;
}

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

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

.social-icon-block:hover {
  border-color: var(--white);
  background-color: var(--white);
}

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

.member-wrappper {
  grid-column-gap: 80px;
  display: flex;
}

.member-left {
  width: 100%;
  max-width: 623px;
}

.member-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  display: flex;
}

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

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

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

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

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

.input-white.email {
  background-image: url('../images/mail-icon.svg');
  background-position: 0 1.5px;
  background-repeat: no-repeat;
  background-size: auto;
}

.input-white.phone {
  background-image: url('../images/phone-icon.svg');
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: auto;
}

.divider {
  background-color: var(--boder);
  opacity: .2;
  width: 1px;
}

.member-heading {
  grid-row-gap: 7px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.member-inner {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.counter-block {
  grid-row-gap: 2px;
  color: var(--white);
  border-top: 1px solid #d8d4c533;
  flex-direction: column;
  padding-top: 20px;
  font-size: 42px;
  line-height: 120%;
  display: flex;
}

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

.send-message {
  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: opacity .2s, color .3s, background-color .3s;
}

.send-message:hover {
  background-color: var(--title);
}

.send-message.with-icon {
  background-color: var(--primary);
  background-image: url('../images/arrow-right.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto;
  border-color: #edebe733;
  margin-left: 0;
  margin-right: 0;
  padding-right: 50px;
}

.send-message.with-icon:hover {
  border-style: solid;
  border-color: var(--primary);
  background-color: var(--background);
  color: var(--primary);
  background-image: url('../images/arrow-right-blue.svg'), url('../images/arrow-right.svg');
  background-position: 80%, 80%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.send-message.with-icon.border-white {
  border-color: #fff;
}

.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-studie {
  padding-bottom: 150px;
}

.case-studie-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-studie-block {
  grid-row-gap: 12px;
  color: var(--body);
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.case-studie-image {
  background-color: var(--image-background);
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: 320px;
}

.case-studie-text {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.case-studie-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: 320px;
}

.case-studie-top {
  grid-column-gap: 47px;
  display: flex;
}

.case-studie-bottom {
  justify-content: space-between;
  display: flex;
}

.case-study-wrap {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.case-stady-date {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.cs-title-wrap {
  width: 100%;
  max-width: 1000px;
}

.case-study-main {
  margin-bottom: 60px;
}

.cs-main-img {
  background-color: var(--image-background);
}

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

.case-study-details {
  padding-bottom: 150px;
}

.cs-detail-wrap {
  grid-column-gap: 80px;
  align-items: flex-start;
  display: flex;
}

.cs-details {
  width: 100%;
  max-width: 900px;
}

.cs-info {
  flex-direction: column;
  width: 100%;
  max-width: 316px;
  display: flex;
}

.detail-block {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-bottom: 60px;
  display: flex;
}

.detail-block.last {
  margin-bottom: 0;
}

.cs-info-wrap {
  margin-bottom: 40px;
}

.casestudy-detail p {
  margin-bottom: 10px;
}

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

.result-block {
  grid-row-gap: 80px;
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.result-data {
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.result-text {
  color: var(--title);
  font-size: 62px;
  font-weight: 400;
  line-height: 120%;
}

.cs-info-title {
  color: var(--title);
  margin-bottom: 2px;
}

.div-block {
  width: 1px;
}

.line {
  background-color: #0003;
  width: 100%;
  height: 1px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.line.last {
  margin-bottom: 0;
}

.contact-us-btn {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100px;
  flex-direction: column;
  align-items: center;
  padding: 12px 26px;
  font-size: 14px;
  line-height: 120%;
  transition: background-color .3s;
  display: flex;
}

.contact-us-btn:hover {
  background-color: var(--title);
}

.contact-us-btn.with-icon {
  background-image: url('../images/arrow-right.svg');
  background-position: 62% 55%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 0;
  margin-right: 0;
  padding-right: 50px;
}

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

.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: var(--font-white);
  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 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-bottom {
  grid-row-gap: 15px;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.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-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 {
  background-color: var(--primary);
  padding-top: 150px;
  padding-bottom: 150px;
}

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

.about-right {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 608px;
  display: flex;
}

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

.about-image {
  background-color: var(--image-background);
  width: 100%;
  max-width: 628px;
  height: 100%;
  min-height: 560px;
  max-height: 560px;
}

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

.about-data {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

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

.about-link-block {
  grid-column-gap: 10px;
  margin-top: 40px;
  display: flex;
}

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

.about-facts {
  grid-column-gap: 60px;
  width: 100%;
  display: flex;
}

.about-fact {
  grid-row-gap: 2px;
  flex-direction: column;
  width: 100%;
  max-width: 260px;
  display: flex;
}

.about-fact-text {
  color: var(--white);
  font-size: 58px;
  line-height: 120%;
}

.our-services {
  color: var(--font-white);
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.oue-service-title {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.our-service-data {
  grid-column-gap: 100px;
  justify-content: space-between;
  display: flex;
}

.our-services-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 380px;
  display: flex;
}

.our-services-topic {
  width: 100%;
  max-width: 816px;
}

.our-service {
  grid-column-gap: 81px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.our-service-title {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.image-invert {
  width: 40px;
  height: 40px;
}

.service-topic-block {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--primary);
  color: var(--font-white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 326px 20px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 199px;
  margin-bottom: -1px;
  padding-bottom: 30px;
  text-decoration: none;
  transition: border-color .3s;
  display: grid;
}

.service-topic-block:hover {
  border-bottom-color: var(--boder);
}

.who-we-are {
  background-color: var(--primary);
  padding-top: 150px;
  padding-bottom: 70px;
}

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

.our-vision-right {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 608px;
  display: flex;
}

.our-vision-title {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.our-vision-bottom {
  margin-top: 60px;
  margin-bottom: 40px;
}

.tabs-menu {
  grid-column-gap: 20px;
  border-bottom: 1px solid var(--boder);
  display: flex;
}

.tab-link {
  background-color: var(--transparent);
  margin-bottom: -1px;
  padding: 0 10px 15px;
}

.tab-link.w--current {
  border-bottom: 2px solid var(--title);
  background-color: var(--transparent);
}

.tabs-content {
  margin-top: 25px;
}

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

.hero-team-wrap {
  grid-row-gap: 25px;
  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(--primary);
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

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

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

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

.logo-text {
  font-size: 12px;
  line-height: 120%;
  position: absolute;
  inset: 10px auto auto 10px;
}

.header-logo {
  width: 300px;
}

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

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

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

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

.about-title {
  font-size: 24px;
  line-height: 150%;
}

.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%;
  max-width: 320px;
  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-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;
}

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

.mission {
  padding-top: 0;
  padding-bottom: 80px;
}

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

.mission-image {
  background-color: var(--image-background);
  width: 100%;
  height: 100%;
  min-height: 480px;
  max-height: 480px;
}

.mission-info {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 588px;
  display: flex;
}

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

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

.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 {
  grid-column-gap: 80px;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.value-right.color-font {
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.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: #0000;
  border-bottom: 1px solid #d8d4c51a;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

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

.btn-link-white.with-icon._2 {
  color: var(--white);
  background-image: url('../images/right-top-arrow.svg');
}

.service-outer {
  border-bottom: 1px solid #d8d4c533;
  margin-bottom: 30px;
}

.service-outer:last-child {
  margin-bottom: 0;
}

.service-arrow {
  width: 20px;
  height: 20px;
}

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

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

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

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

.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;
}

.blog-name {
  margin-bottom: 35px;
}

.title-block {
  grid-row-gap: 6px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.reviewer-post {
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

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

.services-list {
  overflow: hidden;
}

.review-inner {
  grid-column-gap: 80px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.review-inner:first-child {
  padding-top: 0;
}

.paragraph {
  color: var(--secondary);
}

.heading-2 {
  color: var(--background);
}

.paragraph-2, .paragraph-3 {
  color: var(--font-white);
}

.paragraph-4 {
  color: var(--secondary);
  text-align: center;
}

.paragraph-5 {
  color: var(--secondary);
}

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

.paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
  color: var(--font-white);
}

.heading-4 {
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
  font-size: 50px;
}

.paragraph-10 {
  color: var(--font-white);
  text-align: center;
}

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

.name {
  margin-bottom: 10px;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.image {
  width: 100px;
}

.image-2 {
  object-fit: fill;
  width: 100px;
}

.image-3 {
  width: 200px;
}

.image-4 {
  width: 150px;
}

@media screen and (min-width: 1280px) {
  .blog-active {
    max-width: 606px;
  }

  .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 (min-width: 1440px) {
  .logo-block.companies {
    left: 34%;
  }
}

@media screen and (min-width: 1920px) {
  .logo-block.companies {
    left: 39%;
  }
}

@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;
  }

  .logo-block.companies {
    top: -70px;
    left: 25%;
  }

  .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(--background);
  }

  .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(--primary);
  }

  .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(--primary);
  }

  .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(--primary);
  }

  .nav-btn-wrap {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-left: 0;
    display: flex;
  }

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

  .body-small.color-white._2 {
    font-size: 16px;
  }

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

  .nav-link-white {
    text-align: center;
    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;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .hero-content {
    grid-row-gap: 100px;
    max-width: none;
  }

  .hero-img {
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .hero-btn-block {
    margin-top: 20px;
  }

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

  .rich-text ul {
    grid-row-gap: 10px;
  }

  .style-guide-section {
    padding-bottom: 60px;
  }

  .footer-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .footer-left {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    display: flex;
  }

  .footer-block {
    grid-column-gap: 40px;
    justify-content: space-around;
    display: flex;
  }

  .footer-links {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-detail {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .detail-top {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .address {
    margin-bottom: 0;
  }

  .footer-right {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .coming-wrapper {
    grid-row-gap: 80px;
  }

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

  .info-inner {
    padding-bottom: 30px;
  }

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

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

  .featured-blog {
    padding-bottom: 100px;
  }

  .blog-feature {
    grid-column-gap: 40px;
  }

  .blogs-wrap {
    grid-column-gap: 20px;
  }

  .blog {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 18px;
  }

  .blog-thumb-img {
    max-width: 100%;
    min-height: 240px;
    max-height: 240px;
  }

  .blog-thumb-image {
    min-height: 240px;
    max-height: 240px;
  }

  .blog-title {
    font-size: 40px;
  }

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

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

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

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

  .blog-image {
    min-height: 300px;
    max-height: 300px;
  }

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

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

  .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;
  }

  .banches-data {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .banche-block, .banche-img {
    min-height: 340px;
    max-height: 340px;
  }

  .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-image {
    min-height: 400px;
    max-height: 400px;
  }

  .review-wrapper {
    grid-column-gap: 40px;
    align-items: flex-start;
  }

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

  .review-content {
    margin-bottom: 0;
  }

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

  .blog-details-img {
    min-height: 300px;
    max-height: 300px;
  }

  .faq-s-section {
    padding-bottom: 50px;
  }

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

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

  .member {
    padding-bottom: 100px;
  }

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

  .member-data, .member-img {
    min-height: 360px;
    max-height: 360px;
  }

  .member-top-layer {
    background-image: linear-gradient(#0000 76.62%, #000);
  }

  .last-section, .reviews {
    padding-bottom: 100px;
  }

  .team-wrap {
    grid-column-gap: 30px;
  }

  .team-details {
    grid-row-gap: 100px;
  }

  .team-contact {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .member-wrappper {
    grid-column-gap: 40px;
  }

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

  .member-inner {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .case-studie {
    padding-bottom: 100px;
  }

  .case-studie-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .case-studie-image, .case-studie-img {
    min-height: 300px;
    max-height: 300px;
  }

  .case-study-wrap {
    grid-column-gap: 0px;
  }

  .cs-title-wrap {
    max-width: 550px;
  }

  .cs-main-image {
    min-height: 380px;
    max-height: 380px;
  }

  .case-study-details {
    padding-bottom: 100px;
  }

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

  .cs-details {
    max-width: 100%;
  }

  .cs-info {
    max-width: 30%;
  }

  .detail-block {
    margin-bottom: 50px;
  }

  .result-text {
    font-size: 50px;
  }

  .contact-us-btn.with-icon {
    background-position: 70% 55%;
  }

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

  .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: 100px;
  }

  .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;
  }

  .about {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .about-right {
    max-width: none;
  }

  .about-img, .about-image {
    min-height: 360px;
    max-height: 360px;
  }

  .about-link-block {
    margin-top: 30px;
  }

  .about-line {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .about-facts {
    grid-column-gap: 30px;
  }

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

  .our-service-data {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .our-services-left {
    grid-row-gap: 20px;
    max-width: none;
  }

  .our-service {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .service-topic-block {
    grid-column-gap: 40px;
    height: auto;
  }

  .who-we-are {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .our-vision {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .our-vision-bottom {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
  }

  .tab-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .team-section, .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;
    grid-row-gap: 20px;
    flex-flow: column;
  }

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

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

  .about-title {
    font-size: 20px;
  }

  .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;
  }

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

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

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

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

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

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

  .value-right.color-font {
    grid-row-gap: 50px;
  }

  .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;
  }

  .service-outer {
    width: 100%;
  }
}

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

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

  .logo-block.companies {
    width: 350px;
    top: -57px;
    left: 25%;
  }

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

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

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

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

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

  .color-block {
    grid-template-columns: 1fr 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .titles-block, .style-guide-head {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rich-text {
    grid-row-gap: 10px;
  }

  .rich-text ul {
    grid-row-gap: 8px;
  }

  .details-block, .button-outer {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .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;
  }

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

  .address {
    text-align: left;
    margin-bottom: 0;
  }

  .footer-right {
    justify-content: center;
    align-items: flex-end;
  }

  .coming-wrapper {
    grid-row-gap: 60px;
  }

  .coming-soon {
    font-size: 60px;
  }

  .version-info, .version-head {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .disclamer-block {
    margin-bottom: 40px;
  }

  .info-inner {
    padding-bottom: 20px;
  }

  .licensing-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

  .featured-blog {
    padding-bottom: 80px;
  }

  .blogs-wrapper {
    grid-row-gap: 40px;
  }

  .blog-feature {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
  }

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

  .blog-thumb-img, .blog-thumb-image {
    min-height: auto;
    max-height: none;
  }

  .blog-title {
    font-size: 36px;
  }

  .blog-title-block {
    font-size: 26px;
  }

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

  .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;
  }

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

  .blog-image {
    min-height: 300px;
    max-height: 300px;
  }

  .rich-block {
    padding-bottom: 40px;
  }

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

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

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

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

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

  .banches-data {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .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-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .review-image {
    max-width: 100%;
    min-height: 600px;
    max-height: 600px;
  }

  .review-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .review-img {
    max-width: 80%;
    min-height: 600px;
    max-height: 600px;
  }

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

  .blog-details-img {
    min-height: 300px;
    max-height: 300px;
  }

  .faq-s-section {
    padding-bottom: 40px;
  }

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

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

  .member {
    padding-bottom: 80px;
  }

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

  .reviews {
    padding-bottom: 80px;
  }

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

  .team-details {
    grid-row-gap: 80px;
    align-items: flex-start;
  }

  .member-wrappper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

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

  .case-studie {
    padding-bottom: 80px;
  }

  .case-studie-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .case-study-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .case-study-main {
    margin-bottom: 40px;
  }

  .cs-main-image {
    min-height: 280px;
    max-height: 280px;
  }

  .case-study-details {
    padding-bottom: 80px;
  }

  .cs-detail-wrap {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
  }

  .cs-info {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 0;
  }

  .detail-block {
    margin-bottom: 40px;
  }

  .cs-info-wrap {
    width: 100%;
    max-width: 50%;
    margin-bottom: 0;
  }

  .result-text {
    font-size: 40px;
  }

  .contact-us-btn.with-icon {
    background-position: 80% 55%;
  }

  .review-font {
    font-size: 20px;
  }

  .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: 80px;
  }

  .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;
  }

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

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

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

  .about-line {
    margin-top: 40px;
  }

  .image-invert {
    width: 30px;
    height: 30px;
  }

  .service-topic-block {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1.5fr 15px;
  }

  .who-we-are {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .our-vision {
    flex-direction: column;
  }

  .team-section, .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-title {
    font-size: 20px;
  }

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

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

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

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

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

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

  .value-left {
    grid-row-gap: 10px;
  }

  .value-right.color-font {
    grid-row-gap: 30px;
  }

  .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;
  }

  .service-arrow {
    width: 15px;
    height: 15px;
  }

  .blog-name {
    margin-bottom: 30px;
  }

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

  .review-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .collection-item {
    text-align: left;
  }

  .image-3 {
    width: 150px;
  }

  .image-4 {
    width: 125px;
  }
}

@media screen and (max-width: 479px) {
  .logo-block.companies {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -41px;
    margin-bottom: 20px;
    position: static;
    left: -7%;
  }

  .nav-btn-wrap {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .page-title-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .body-small._2, .nav-link-white {
    text-align: center;
  }

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

  .hero-content-top {
    justify-content: flex-start;
    align-items: center;
  }

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

  .hero-tag {
    font-size: 12px;
  }

  .hero-title {
    text-align: center;
    font-size: 30px;
  }

  .hero-btn-block {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .color-detail {
    grid-column-gap: 5px;
  }

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

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

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

  .rich-text h3, .rich-text figure {
    margin-top: 30px;
  }

  .rich-text blockquote {
    padding: 20px;
  }

  .style-guide-section {
    padding-bottom: 40px;
  }

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

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

  .footer-left {
    flex-flow: column;
  }

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

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

  .footer-links, .contact-detail, .detail-top {
    justify-content: flex-start;
    align-items: center;
  }

  .address {
    text-align: center;
  }

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

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

  .coming-wrapper {
    grid-row-gap: 40px;
  }

  .coming-heading {
    max-width: none;
  }

  .coming-soon {
    font-size: 40px;
  }

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

  .input.name {
    text-align: left;
  }

  .blog {
    grid-row-gap: 20px;
  }

  .blog-title {
    font-size: 28px;
  }

  .blog-feature-link {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .cta-wrapper {
    justify-content: space-between;
    align-items: center;
  }

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

  .cta-left {
    justify-content: space-between;
    align-items: center;
  }

  .blog-image {
    min-height: 200px;
    max-height: 200px;
  }

  .form-wrap {
    justify-content: center;
    align-items: center;
  }

  .contect-link, .contect-link._2, .font-black {
    text-align: center;
  }

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

  .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-image {
    min-height: 400px;
    max-height: 400px;
  }

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

  .review {
    font-size: 18px;
  }

  .blog-details-img {
    min-height: 200px;
    max-height: 200px;
  }

  .faq-s-section {
    padding-bottom: 40px;
  }

  .member {
    padding-bottom: 60px;
  }

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

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

  .team-details {
    grid-row-gap: 50px;
  }

  .team-main-image {
    min-height: 380px;
    max-height: 380px;
  }

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

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

  .case-studie-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .case-studie-text {
    grid-row-gap: 20px;
  }

  .case-study-main {
    margin-bottom: 20px;
  }

  .cs-main-image {
    min-height: 200px;
    max-height: 200px;
  }

  .cs-info {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .cs-info-wrap {
    max-width: none;
  }

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

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

  .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-block {
    justify-content: space-between;
    align-items: center;
  }

  .service-bottom, .service-body {
    justify-content: flex-start;
    align-items: center;
  }

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

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

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

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

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

  .about-title-wrap {
    justify-content: flex-start;
    align-items: center;
  }

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

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

  .our-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .our-services-wrap, .oue-service-title {
    justify-content: flex-start;
    align-items: center;
  }

  .our-services-left {
    justify-content: space-between;
    align-items: center;
  }

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

  .service-topic-block {
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 326px 20px;
    grid-auto-columns: 1fr;
    height: auto;
    padding-bottom: 20px;
    display: flex;
    position: relative;
  }

  .tabs-menu {
    justify-content: space-between;
  }

  .tab-link {
    padding-bottom: 10px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .member-hadding {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .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;
  }

  .fact-block {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

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

  .about-title {
    text-align: center;
    font-size: 18px;
  }

  .about-bottom-left {
    justify-content: flex-start;
    align-items: center;
  }

  .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;
  }

  .mission-image {
    min-height: 280px;
    max-height: 280px;
  }

  .mission-info {
    justify-content: flex-start;
    align-items: center;
  }

  .mission-img {
    min-height: 280px;
    max-height: 280px;
  }

  .mission-text {
    justify-content: flex-start;
    align-items: center;
  }

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

  .value-wrap {
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

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

  .value-left {
    justify-content: center;
    align-items: center;
  }

  .value-right.color-font {
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

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

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

  .service-arrow {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .tab-title {
    font-size: 16px;
  }

  .blog-name {
    text-align: center;
    margin-bottom: 20px;
  }

  .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;
  }

  .paragraph, .paragraph-4, .heading-6, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .heading-7, .paragraph-18, .heading-8, .heading-9, .heading-10, .name {
    text-align: center;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
  }

  .image-3 {
    width: 200px;
  }

  .image-4 {
    width: 150px;
  }
}

#w-node-d70c98f2-589e-ad80-8e58-50d0ea5936e2-f06dcf45 {
  align-self: center;
}

#w-node-d70c98f2-589e-ad80-8e58-50d0ea5936e3-f06dcf45 {
  justify-self: end;
}

#w-node-c0f3b904-caac-36e4-40de-3e4669ecd4bf-69ecd497, #w-node-_9cf80e04-f05e-a4d9-c5d7-c1df30428f74-f06dcf51, #w-node-_9cf80e04-f05e-a4d9-c5d7-c1df30428f76-f06dcf51, #w-node-b799a8ec-3b07-6a67-1cb2-547410ca382c-f06dcf54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a9cbc8f-6582-c52c-a7e4-9b148bd47e06-f06dcf54, #w-node-ba93ab61-21ef-562b-fcdd-8609dff14d4f-f06dcf54, #w-node-_7ebd6edd-1b10-6318-b269-b6eaf154db9c-f06dcf54, #w-node-f0c6722a-fddb-3386-2b6d-9fb01d18435d-f06dcf54, #w-node-b63114f4-c17d-67a0-34da-fc4b0fc57f5e-f06dcf54 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ebd713bc-3e52-9a4d-9961-58467a0c64b6-f06dcf56, #w-node-b51a3d85-fab7-0ac9-5b38-c2e5cfc930c3-f06dcf56, #w-node-e6268c27-7612-ce66-f46d-09dd2e17e985-f06dcf57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6268c27-7612-ce66-f46d-09dd2e17e986-f06dcf57, #w-node-e6268c27-7612-ce66-f46d-09dd2e17e98c-f06dcf57, #w-node-e6268c27-7612-ce66-f46d-09dd2e17e98e-f06dcf57 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5f3c7179-3e8d-83e5-1493-b7be01ae0ed9-f06dcf57, #w-node-_9ea1c06b-7c7b-2dd2-4bf5-0631a1dcc384-f06dcf57, #w-node-_743063ab-bdc7-a4ba-54ff-570506c38367-f06dcf57, #w-node-_10db84c7-22a7-943f-3a9b-6b843bc26c87-f06dcf57, #w-node-e5baeff5-8b86-271d-b064-ddc846282567-f06dcf5c, #w-node-c9e5723e-9e69-29a8-bc7c-738abe724d75-f06dcf60, #w-node-e20915ed-4bec-b08d-9f12-56f82198c302-f06dcf60, #w-node-a3d5e94e-0039-3067-89ba-ed81493831a9-f06dcf60, #w-node-_8cc55051-65f5-8fe3-b153-ba2587620b57-f06dcf60, #w-node-_71d2dba8-0560-fd8b-72a8-fb99c9c7de60-f06dcf60, #w-node-_968092f6-9e96-ae41-5d4f-5bf32bfe1ca0-f06dcf60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_42425d1b-c028-9e2f-ddc6-45965344723e-69ecd497 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@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 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a9cbc8f-6582-c52c-a7e4-9b148bd47e06-f06dcf54, #w-node-f0c6722a-fddb-3386-2b6d-9fb01d18435d-f06dcf54 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

/* Blog card: vertical stack (image top, title + Read More below) + smooth scale hover */
.blog {
  flex-direction: column;
  align-items: stretch;
  grid-row-gap: 20px;
  transition: transform 0.3s ease;
}

.blog:hover {
  transform: scale(1.02);
}

.blog .blog-thumb-img {
  max-width: 100%;
}


