:root {
  --black: #010101;
  --title-color: #1c1f35;
  --primary-color: #409c8c;
  --secondary-color: #193f44;
  --green-2: #31786e;
  --background-color: #f4f4f4;
  --content-color: #666c89;
  --white: white;
  --color: #d9d9d9;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: var(--black);
  font-family: Krub, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  color: var(--title-color);
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
}

h2 {
  color: var(--title-color);
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

h3 {
  color: var(--title-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  color: var(--title-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
}

h5 {
  color: var(--title-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
}

h6 {
  color: var(--title-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

p {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

a {
  color: var(--primary-color);
  text-decoration: none;
}

ul {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  padding-left: 20px;
}

ol {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 40px;
}

li {
  color: var(--title-color);
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 18px;
  font-weight: 500;
}

img {
  object-fit: contain;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  background-color: var(--secondary-color);
  color: #fff;
  text-align: center;
  border-left-width: 0;
  margin-top: 30px;
  margin-bottom: 35px;
  padding: 55px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
}

.header {
  background-color: var(--secondary-color);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.container.rel {
  z-index: 3;
  position: relative;
}

.header-link-wrap {
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-wrap.w--current {
  max-width: 220px;
}

.header-link-block {
  grid-column-gap: 40px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.header-link-card {
  grid-column-gap: 15px;
  align-items: center;
  max-width: 235px;
  text-decoration: none;
  display: flex;
}

.header-icon-wrap {
  background-color: var(--green-2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 65px;
  max-width: 65px;
  min-height: 65px;
  max-height: 65px;
  display: flex;
}

.header-link-text {
  color: #fff;
  margin-bottom: 0;
  font-family: Krub, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}

.hover-yellow {
  transition: color .2s;
}

.hover-yellow:hover {
  color: var(--primary-color);
}

.social-media-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  min-width: 42px;
  max-width: 42px;
  min-height: 42px;
  max-height: 42px;
  padding: 10px;
  line-height: 0;
  transition: transform .2s, top .2s, color .2s;
  display: flex;
  position: relative;
}

.social-media-link:hover {
  color: var(--primary-color);
  transform: translate(0, -3px);
}

.style-guide-banner {
  background-image: linear-gradient(90deg, #032d5f 17%, #0218348a 52%, #0000), url('../images/Industries.webp');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  margin-top: -81px;
  padding-top: 200px;
  padding-bottom: 160px;
  position: relative;
}

.subtitle-wrap-dark {
  background-color: #041c3780;
  padding: 5px 10px 5px 14px;
  display: inline-block;
  position: relative;
}

.subtitle-dark {
  color: #fff;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.subtitle-border {
  background-color: var(--primary-color);
  min-width: 4px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.page-title {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 1.2;
}

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

.style-guide-grid {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.style-guide-title {
  color: #1c1f35;
  font-size: 35px;
}

.color-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.color-card {
  min-width: 260px;
  max-width: 260px;
}

.color-block {
  background-color: var(--primary-color);
  min-height: 90px;
}

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

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

.color-text-wrap {
  background-color: #f1f1f1;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.color-text {
  color: #1c1f35;
  font-size: 25px;
  font-weight: 400;
}

.color-name {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.font-color-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 60px;
  display: flex;
}

.font-color-block {
  background-color: var(--title-color);
  min-height: 90px;
}

.font-color-block.paragraph {
  background-color: var(--content-color);
}

.font-color-card {
  min-width: 260px;
  max-width: 260px;
}

.style-guide-subtitle {
  font-size: 25px;
  font-weight: 600;
}

.gradient-color-card {
  min-width: 560px;
}

.yellow-gradient {
  background-image: linear-gradient(135deg, #ffb629, #ffda56 50%, #ffd7a6);
}

.typography-section {
  background-color: var(--background-color);
  padding-top: 65px;
  padding-bottom: 130px;
}

.display-text {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3;
}

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

.heading-wrap.is-center {
  grid-row-gap: 16px;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-section {
  padding-top: 115px;
  padding-bottom: 115px;
}

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

.mg-top-40.is-relative {
  position: relative;
}

.mg-top-60 {
  margin-top: 3rem;
}

.button-section {
  background-color: var(--background-color);
  padding-top: 110px;
  padding-bottom: 130px;
}

.yellow-overlay-button {
  z-index: 1;
  color: #23212a;
  text-align: center;
  background-image: linear-gradient(135deg, #ffb629, #ffda56 50%, #ffd7a6);
  min-width: 180px;
  padding: 20px 35px 17px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.yellow-button-hover {
  z-index: -1;
  background-color: #fff;
  border-top-left-radius: 260px;
  min-width: 130%;
  min-height: 140%;
  position: absolute;
  inset: auto -100% -63% auto;
}

.primary-button {
  background-color: var(--primary-color);
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  padding: 1rem 2rem;
  font-size: 16px;
  font-weight: 600;
  transition: color .2s, background-color .2s;
}

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

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

.secondary-button {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  padding: 20px 35px 17px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s;
}

.secondary-button:hover {
  background-color: var(--white);
  color: var(--black);
}

.secondary-button.text-style-allcaps {
  text-transform: uppercase;
}

.dark-button-hover {
  z-index: -1;
  background-color: #1f2a69;
  border-top-left-radius: 240px;
  min-width: 140%;
  min-height: 160%;
  position: absolute;
  inset: auto -109% -75% auto;
}

.dark-overlay-button {
  z-index: 1;
  background-color: var(--secondary-color);
  color: #fff;
  text-align: center;
  min-width: 180px;
  padding: 20px 35px 17px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

.white-icon-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 25px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.icon-wrap {
  background-image: linear-gradient(135deg, #ffb629, #ffda56 50%, #ffd7a6);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  max-width: 65px;
  min-height: 45px;
  max-height: 65px;
  padding: 10px;
  display: flex;
}

.gradient-holder {
  flex-direction: column;
  min-height: 90px;
  display: flex;
}

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

.footer-shade-bg {
  background-color: #ffffff14;
  min-height: 115px;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  margin-top: -115px;
  margin-bottom: 40px;
}

.footer-logo-wrap {
  background-color: var(--secondary-color);
  min-width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 45px;
}

.footer-text {
  font-size: 16px;
}

.footer-content-block {
  margin-top: 50px;
  padding-left: 45px;
}

.footer-contact-link-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.footer-title-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-title-wrap.subscribe-title {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-title {
  color: #fff;
  font-size: 25px;
}

.footer-link-block {
  flex-direction: column;
  margin-top: 45px;
  display: flex;
}

.footer-link {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.footer-link:hover {
  color: var(--primary-color);
}

.footer-form-block {
  margin-top: 20px;
  margin-bottom: 0;
}

.footer-text-field {
  color: #fff;
  background-color: #0000;
  border: 1px solid #4e5683;
  height: 60px;
  margin-bottom: 20px;
  padding-left: 30px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.footer-social-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.copyright-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding-left: 45px;
  display: flex;
}

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

.copyright-block {
  border-top: 1px solid #4e5683;
  padding-top: 25px;
  padding-bottom: 25px;
}

.page-link-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.page-link {
  color: #8388a7;
  font-family: Krub, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

.page-link:hover {
  color: #fff;
}

.banner-title-wrap {
  z-index: 2;
  flex-flow: column;
  align-items: flex-start;
  max-width: 800px;
  display: flex;
  position: relative;
}

.text-white {
  color: #fff;
}

.text-white.max-600px {
  max-width: 650px;
}

.service-section {
  z-index: 3;
  background-color: var(--white);
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.service-whole-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  overflow: hidden;
}

.subtitle-wrap {
  text-align: center;
  background-color: #e8e8e880;
  padding: 5px 10px 5px 14px;
  display: inline-block;
  position: relative;
}

.subtitle {
  color: var(--title-color);
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.service-title-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-right: 1px solid #c2c2c2;
  flex-direction: column;
  align-items: flex-start;
  min-width: 300px;
  max-width: 300px;
  padding-right: 4rem;
  display: flex;
}

.section-title {
  text-transform: capitalize;
  font-size: 35px;
  line-height: 1.2;
}

.service-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}

.service-card {
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.service-title {
  color: var(--primary-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.home-service-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 75px;
  min-width: 75px;
  height: 75px;
  display: flex;
}

.about-section {
  width: 100%;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.service-image-wrap {
  background-image: linear-gradient(0deg, var(--black), #41486d5c 34%, #fff0 85%, #bbbecb21), url('../images/testimonial-updated-bg.jpg_1testimonial-updated-bg.jpg.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 250px;
  padding-bottom: 250px;
}

.about-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
  margin-top: -3rem;
  padding: 3rem;
}

.about-content {
  max-width: 470px;
}

.about-points-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

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

.about-point {
  font-size: 1rem;
  font-weight: 400;
}

.about-image-wrap {
  width: 100%;
  position: relative;
}

.about-image {
  background-color: #fff;
  max-width: 200px;
  padding-top: 5%;
  padding-right: 5%;
  display: inline-block;
  position: absolute;
  inset: auto auto -5% -10%;
}

.counter-wrap {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.counter-card {
  grid-column-gap: 20px;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 10px 30px;
  display: flex;
}

.counter-number {
  color: var(--title-color);
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.counter-text-wrap {
  grid-column-gap: 10px;
  align-items: center;
  padding-top: 0;
  padding-bottom: 1px;
  display: flex;
}

.counter-text {
  color: var(--title-color);
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.counter-line {
  background-color: #d4d4d4;
  min-width: 1px;
  max-width: 1px;
}

.work-section {
  z-index: 2;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

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

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

.work-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.work-card {
  position: relative;
}

.work-image-shade {
  background-image: linear-gradient(to top, #030616, #fff0 44%);
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.work-card-title {
  color: #fff;
  margin-bottom: 5px;
  font-size: 20px;
}

.work-text-wrap {
  padding-bottom: 10px;
  padding-left: 25px;
}

.work-text {
  color: var(--primary-color);
  margin-bottom: 0;
}

.work-bg {
  z-index: -1;
  min-height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.work-bg.big-testimonial {
  background-image: linear-gradient(90deg, var(--secondary-color), var(--green-2) 50%, var(--secondary-color));
  top: 0;
  bottom: auto;
}

.testimonial-section {
  background-color: var(--secondary-color);
  background-image: linear-gradient(90deg, var(--secondary-color), var(--green-2) 50%, var(--secondary-color));
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
}

.testimonial-slider {
  background-color: #ddd0;
  height: auto;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.author-name {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
}

.features-section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.features-bg {
  z-index: -1;
  background-color: #f4f4f4;
  background-image: url('../images/Map-BG_1Map-BG.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  display: flex;
  position: absolute;
  inset: 0%;
}

.features-dark-bg {
  background-color: var(--secondary-color);
  min-width: 50%;
  min-height: 50%;
}

.features-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
}

.mg-top-20 {
  margin-top: 20px;
}

.features-icon-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.features-points-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  min-width: 270px;
  display: flex;
}

.features-point {
  font-size: 20px;
  font-weight: 400;
}

.features-image {
  position: relative;
}

.features-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--primary-color);
  background-image: linear-gradient(225deg, #ffd7a6, #ffda56 40%, #ffb629 50%);
  align-items: center;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 35px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.home-team-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-card {
  position: relative;
}

.team-content-wrap {
  background-color: var(--title-color);
  padding: 40px 35px 10px;
}

.team-member-designation {
  color: #fff;
  text-transform: capitalize;
}

.social-media-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-image: linear-gradient(to top, #ffb629, #ffda56 50%, #ffd7a6);
  align-items: center;
  max-height: 100px;
  padding: 10px 15px;
  display: flex;
  position: absolute;
  inset: auto 0% 89px auto;
}

.contact-section {
  background-color: var(--secondary-color);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.contact-section.xs-padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.contact-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.home-contact-link-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.contact-form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.contact-form._0-space {
  padding-top: 10px;
}

.contact-input-type {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #4e5683;
  border-radius: 0;
  height: 60px;
  margin-bottom: 0;
  padding-left: 3.2rem;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
}

.contact-input-type::placeholder {
  color: var(--black);
}

.contact-input-type.dark::placeholder {
  color: var(--secondary-color);
}

.contact-text-field-divider {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.contact-text-area {
  border: 1px solid var(--primary-color);
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  min-height: 150px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 25px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
}

.contact-text-area::placeholder {
  color: #fff;
}

.contact-text-area.dark::placeholder {
  color: var(--secondary-color);
}

.partners-card {
  z-index: 1;
  border-top: 1px solid #4e5683;
  border-bottom: 1px solid #4e5683;
  border-left: 1px solid #4e5683;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  min-height: 235px;
  display: flex;
  position: relative;
}

.blog-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.container-small {
  max-width: 950px;
}

.blog-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.blog-date {
  color: var(--title-color);
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
}

.blog-line {
  background-color: #d6d6d6;
  min-width: 1px;
  max-width: 1px;
  min-height: 308px;
}

.blog-title {
  color: var(--title-color);
  font-family: Rubik, sans-serif;
  font-size: 25px;
  line-height: 1.2;
  text-decoration: none;
  transition: color .2s;
}

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

.blog-image-wrap {
  z-index: 1;
  min-width: 455px;
  max-width: 455px;
  max-height: 310px;
  position: relative;
}

.blog-border-line {
  background-color: #d6d6d6;
  min-height: 1px;
  max-height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-image-overlay {
  z-index: 0;
  background-color: #1c1f35e8;
  justify-content: center;
  align-items: center;
  margin: 10%;
  display: none;
  position: absolute;
  inset: 0%;
}

.blog-read-more-link {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
}

.about-service-wrap {
  text-decoration: none;
}

.faq-contact-title {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.service-work-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

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

.project-card {
  margin-bottom: 20px;
  position: relative;
}

.blog-banner {
  background-image: linear-gradient(90deg, var(--secondary-color) 14%, #409c8cc9), url('../images/MLS-Collage-4_1MLS Collage 4.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.blog-content-wrap {
  min-width: 380px;
}

.blog-single-banner {
  background-image: linear-gradient(90deg, #032d5f 17%, #032d5f4d 50%, #032d5f4d);
  padding-top: 6rem;
  padding-bottom: 4rem;
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.utility-page-wrap._100vh {
  min-height: 100vh;
}

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

.error-title {
  color: var(--title-color);
  font-family: Rubik, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: .9;
}

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

.utility-page-form {
  background-color: var(--secondary-color);
  flex-direction: column;
  align-items: stretch;
  max-width: 1200px;
  padding: 125px 190px;
  display: flex;
}

.lock-image {
  display: none;
}

.protection-form-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  max-width: 500px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.protection-text-field {
  color: #fff;
  background-color: #0000;
  border: 1px solid #4e5683;
  min-width: 345px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 30px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
}

.protection-text-field::placeholder {
  color: #999;
}

.error-button {
  background-color: var(--primary-color);
  color: #23212a;
  padding: 20px 40px 18px;
  font-family: Krub, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s, color .2s;
}

.error-button:hover {
  background-color: var(--title-color);
  color: #fff;
}

.license-banner {
  background-image: linear-gradient(90deg, var(--secondary-color) 17%, #021c3a9c 39%, #0000), url('../images/IMG_4982-1030x687-590x380-1.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 6rem;
  padding-bottom: 4rem;
  position: relative;
}

.mg-0 {
  margin: 0;
}

.blog-date-wrap {
  text-align: center;
}

.blog-summary-wrap {
  margin-top: 20px;
}

.team-social-link {
  color: var(--title-color);
  max-width: 45px;
  max-height: 45px;
  padding: 10px;
  line-height: 0;
  transition: transform .2s, color .2s;
  position: relative;
}

.team-social-link:hover {
  color: var(--content-color);
  transform: translate(0, -3px);
}

.footer-social-media-wrap {
  align-items: center;
  display: flex;
}

.footer-form-wrapper {
  padding-left: 45px;
}

.blog-listing ul {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
}

.blog-listing p {
  margin-bottom: 10px;
}

.features-title-wrap {
  max-width: none;
}

.blog-banner-overlay {
  z-index: 1;
  background-color: #193f44eb;
  position: absolute;
  inset: 0%;
}

.blog-banner-content-area {
  z-index: 2;
  position: relative;
}

.success-message {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.error-message {
  color: var(--secondary-color);
  text-align: center;
  border: 1px solid #ffdede;
  margin-top: 20px;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
}

.copyright-link {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.copyright-link:hover {
  color: var(--primary-color);
}

.more-template-badge {
  z-index: 999;
  margin-bottom: 10px;
  position: fixed;
  inset: auto 0% 30px auto;
}

.buy-template-badge {
  z-index: 999;
  position: fixed;
  inset: auto 0% 5px auto;
}

.get-a-quote-button {
  background-image: linear-gradient(to right, #ff774c, #8277ff);
  border-radius: 3px;
  text-decoration: none;
}

.hireus-content {
  color: #fff;
  font-size: 12px;
}

.hireus-orange-button {
  color: #0b0b0b;
  background-color: #ff774c;
  border-radius: 3px;
  padding: 6px 8px 5px;
  font-size: 13px;
  font-weight: 600;
}

.hireus-badge {
  z-index: 999;
  background-image: linear-gradient(to right, #ff774c, #8277ff);
  border-radius: 8px;
  width: 300px;
  display: inline-block;
  position: fixed;
  inset: auto auto 8px 5px;
}

.hireus-button-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.get-a-quote-button-wrap {
  color: #fff;
  background-color: #0b0b0b;
  border-radius: 3px;
  margin: 1px;
  padding: 6px 8px 5px;
  font-size: 13px;
  font-weight: 600;
}

.hireus-link {
  color: #fff;
  margin-left: 2px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.hireus-close-wrap {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hireus-badge-wrap {
  background-color: #0b0b0b;
  border-radius: 8px;
  margin: 2px;
  padding: 15px;
  position: relative;
}

.image {
  width: 100%;
}

.nav-button-group {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  align-items: center;
  display: flex;
  position: static;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.footer-banner {
  background-color: #1a1a1a;
  padding: 1rem 5%;
}

.footer-title-2 {
  color: var(--primary-color);
  text-align: left;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-svg {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social-icon {
  color: #f7f7f7;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
}

.footer-text-link {
  color: #1a1a1a;
  letter-spacing: -.02em;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s;
}

.footer-text-link:hover {
  color: var(--primary-color);
}

.footer-social {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.container-large-2 {
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer {
  background-color: #fff;
  align-items: center;
  padding: 3rem 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-outline-m-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--white);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  color: #000;
  border: 1px solid #d4d4d4;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-outline-m-2:hover {
  border-color: #a3a3a3;
}

.button-outline-m-2.w--current {
  border-color: #48566a;
}

.button-outline-m-2.icon-l {
  padding-left: 12px;
}

.button-outline-m-2.icon-l.white {
  background-color: var(--white);
}

.dropdown-card-xl {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 3rem 3rem;
  display: flex;
  overflow: hidden;
}

.paragraph-regular-2 {
  color: #0a0a0a;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.nav-wrapper-2 {
  grid-column-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-logo-link-2 {
  max-width: 200px;
}

.wrap-h-x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-2.text-color-gray-500 {
  color: #ababab;
}

.logo-image-2 {
  width: 100%;
}

.navigation-title {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 24px;
  padding-bottom: 16px;
  display: flex;
}

.icon-regular-3 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.button-primary-m-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--primary-color);
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #f0f0f0;
  letter-spacing: -.25px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

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

.button-primary-m-2.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-primary-m-2.icon-l {
  padding-left: 12px;
}

.button-primary-m-2.icon-l:hover {
  background-color: var(--black);
}

.button-primary-m-2.icon-l.green {
  background-color: var(--primary-color);
}

.dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.caption-uppercase {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.caption-uppercase.text-color-gray-500 {
  color: #737373;
}

.wrap-v-x-small {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.icon-x-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.dropdown-link-a {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-button-wrap-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.navigation-grid-c {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
}

.nav-link {
  color: #0a0a0a;
  text-transform: capitalize;
  padding: 8px 4px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--primary-color);
}

.navigation-dropdown-2 {
  position: static;
}

.navigation-2 {
  z-index: 999;
  background-color: var(--white);
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
  width: 100%;
  height: 96px;
  padding: 10px 5%;
  font-weight: 500;
  display: flex;
  position: sticky;
  top: 0;
}

.dropdown-link-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.small-icon {
  width: 17px;
  height: 17px;
  margin-right: 5px;
}

.upper-menu-buttons {
  opacity: .5;
  color: #fff;
  border-right: 1px solid #242424;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.upper-menu-buttons:hover {
  opacity: 1;
  color: #fff;
}

.nav05_top_wrap {
  color: #333;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  display: flex;
}

.top-bar {
  z-index: 120;
  background-color: var(--secondary-color);
  border-bottom: 1px #242424;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  font-size: 12px;
  display: flex;
  position: relative;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-card {
  background-color: var(--white);
  box-shadow: none;
  color: #353b41;
  border: .5px solid #eaedf0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  text-decoration: none;
  transition: all .3s;
}

.blog-thumbnail {
  height: 300px;
  margin-bottom: 16px;
  overflow: hidden;
}

.h6-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.blog-content-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.feature-outline-l {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  padding: 24px;
  transition: all .3s;
  display: flex;
}

.feature-outline-l:hover {
  box-shadow: 0 24px 64px #d9d9d97a;
}

.feature-outline-r {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 20rem;
  padding: 32px 32px 1rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-outline-r:hover {
  box-shadow: 0 24px 64px #d9d9d97a;
}

.grid-three-column-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.wrap-v-large {
  z-index: 5;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2x-grid-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section {
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.section.relative {
  position: relative;
}

.section.xl {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.logo-arrow {
  display: none;
}

.logo-slide-nav {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 8px;
  display: flex;
  position: static;
}

.footer-year {
  color: #666c89;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.link-block-2 {
  color: #8389a7;
  text-decoration: none;
}

.legal-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.text-link_wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.logobrand {
  object-fit: cover;
  width: 100%;
  max-width: 110px;
}

.grey-line {
  background-color: #e4e4e4;
  width: 100%;
  height: 1px;
}

.grey-line._2rem-space {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.grey-line._2rem-top {
  margin-bottom: 1rem;
}

.blur-overlay {
  z-index: 3;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #00000073;
  display: none;
  position: fixed;
  inset: 0%;
}

.footer-text-field-2 {
  background-color: #fff;
  border: 1px #000;
  width: 100%;
  min-height: 70px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 60px;
  font-size: 1rem;
}

.footer-text-field-2::placeholder {
  color: #b4b4b4;
}

.footer-submit-button {
  background-color: var(--primary-color);
  min-height: 54px;
  margin-right: 10px;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 1rem;
  transition: background-color .3s;
}

.footer-submit-button:hover {
  background-color: #2d2d2d;
}

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

.field-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-form-block-2 {
  border: 2px solid var(--primary-color);
  background-color: var(--white);
}

.text-size-medium {
  font-size: 1.125rem;
}

.menu-icon4_line-bottom {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 24px;
  height: 2px;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-alternate {
  border-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.button.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar20_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-icon_line-middle-base {
  background-color: #000;
  width: 24px;
  height: 2px;
  position: absolute;
}

.success-text {
  font-weight: 600;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.navbar20_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.navbar20_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  padding: .5rem;
  position: absolute;
}

.navbar20_menu-right-bottom {
  flex-direction: column;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.navbar20_menu {
  z-index: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: scroll;
}

.navbar20_component {
  z-index: 999;
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--white);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: fixed;
  top: 0;
}

.navbar20_menu-left {
  flex: 1;
}

.navbar20_link-large {
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  position: static;
}

.navbar20_link-large.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar20_menu-right {
  text-align: left;
  flex: 1;
}

.text-size-tiny {
  font-size: .75rem;
}

.menu-icon4_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.margin-top, .margin-top.margin-small, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.navbar20_menu-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 1.5rem;
  padding-bottom: 4.5rem;
  display: grid;
}

.navbar20_link-wrapper {
  z-index: 0;
  display: flex;
}

.error-text {
  color: #e23939;
}

.navbar20_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.social-icon-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.form_input {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.margin-bottom, .margin-bottom.margin-tiny, .margin-bottom.margin-xxsmall, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin: 0 0 1rem;
}

.navbar20_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  display: grid;
}

.menu-icon4_line-top {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.navbar20_menu-links-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.navbar20_link {
  padding: .5rem 1rem;
}

.navbar20_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.menu-icon4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.navbar20_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.navbar20_menu-button {
  z-index: 1;
  padding: 0;
}

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

.success-message-2 {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

.menu-icon4_line-middle {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.navbar20_dropdwn-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.menu-icon_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.navigation-icon-a-2 {
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

._2rem-spacer {
  width: 2rem;
  height: 2rem;
}

._4rem-spacer {
  width: 4rem;
  height: 4rem;
}

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

.hero-section {
  z-index: 1;
  background-color: var(--secondary-color);
  justify-content: center;
  align-items: center;
  height: 85svh;
  min-height: 85svh;
  display: flex;
  position: relative;
}

.accordian-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.faq-tab-link {
  color: #0a071b;
  background-color: #fff;
  border-bottom: 1px solid #e5e7eb61;
  border-left: 1px solid #e5e7eb61;
  border-right: 1px solid #e5e7eb61;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
}

.faq-tab-link.w--current {
  background-color: var(--primary-color);
  color: #fff;
}

.faq-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-grid.max-800px {
  max-width: 850px;
}

.faq-question-wrapper {
  color: #0a071b;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-block {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  padding: 20px 1.5rem;
}

.faq-paragraph {
  color: #8c87a6;
  letter-spacing: -.01em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 2rem;
  display: flex;
  overflow: hidden;
}

.chevron-white {
  display: none;
}

.faq-title {
  font-size: 1.4rem;
  font-weight: 600;
}

.faq-subheading {
  color: #8c87a6;
  font-size: 18px;
  line-height: 32px;
}

.faq-heading {
  color: #0a071b;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 3rem;
  line-height: 56px;
}

.horizontal-line {
  background-color: #1f2937;
  width: 100%;
  height: 2px;
}

.chevron-black {
  margin-left: 10px;
}

.faq-tabs-menu {
  flex-direction: column;
  min-width: 380px;
  margin-right: 60px;
  display: flex;
}

.faq-title-wrap-centre {
  text-align: center;
  max-width: 660px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.faq-tab-wrapper {
  display: flex;
}

.faq-section {
  justify-content: center;
  padding: 4rem 3%;
  display: flex;
}

.vertical-line {
  background-color: #1f2937;
  width: 2px;
  height: 100%;
  position: absolute;
}

.faq-title-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.faq-title-2.xl {
  font-size: 2rem;
}

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

.h4-heading {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.2;
}

.container-regular {
  z-index: 5;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-logos {
  z-index: 1;
  padding: 2rem 5%;
  position: relative;
}

.f-blog-grid {
  grid-column-gap: 99px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.95fr;
}

.f-blog-thumbnail-xl {
  height: 352px;
  overflow: hidden;
}

.f-margin-bottom-64 {
  margin-bottom: 64px;
}

.f-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-blog-wrapper {
  position: relative;
}

.header-left-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 650px;
  height: 100%;
  display: flex;
}

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

.header-background {
  z-index: 1;
  background-color: var(--secondary-color);
  pointer-events: none;
  width: 30vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header-logos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header-content-top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.horizontal-divider {
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}

.header-content-grid {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  position: relative;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.header-title-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sub-heading-small {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.service-section-top {
  background-image: linear-gradient(180deg, var(--white), #409c8c33);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.floating-cta {
  background-color: var(--secondary-color);
  padding: 50px 40px 50px 50px;
  position: sticky;
  top: 120px;
}

.image-9 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 695.938px;
}

.feature-card-outline {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.wrap-v-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.grid-three-column-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template: "."
                 "."
                 "."
                 "Area"
                 / 1fr 1fr 1fr;
}

.grid-three-column-5.is-2col {
  grid-template-columns: 1fr 1fr;
}

.sub-heading-small-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.reg-grid-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #fff;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
}

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

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

.thankyousection {
  background-color: var(--secondary-color);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  overflow: hidden;
}

.thanks-containr {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.check-lottie {
  max-width: 80px;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  white-space: nowrap;
}

._1rem-spacer {
  width: 1rem;
  height: 1rem;
}

.faq-text {
  color: #8c87a6;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 2rem;
}

.faq-bold {
  color: var(--secondary-color);
}

._10px-spacer {
  width: 10px;
  height: 10px;
}

.small-logos {
  width: 100%;
  max-width: 100px;
}

.small-logos.small {
  max-width: 110px;
}

.field-icon-3 {
  color: #ee2f2e;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
  position: relative;
  inset: 0 auto 0 8px;
}

.text-input {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.newsletterenvelope {
  width: 26px;
  height: 26px;
  position: absolute;
  inset: auto auto auto 20px;
}

.contacticon {
  filter: brightness(200%);
  width: 26px;
  height: 26px;
}

.code-embed {
  display: none;
}

.book-call {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.calendly-embed {
  z-index: 1;
  width: 100%;
}

.largewhyimage {
  aspect-ratio: 1;
  object-fit: cover;
  height: 100%;
  max-height: 700px;
}

.div-block-22 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.div-block-23 {
  background-color: var(--white);
  padding: 2rem;
}

.background-image {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100svh;
  position: absolute;
  inset: 0%;
}

.black-overlay {
  z-index: 2;
  background-color: #0000007d;
  position: absolute;
  inset: 0%;
}

.background-sticky-wrap {
  z-index: 2;
  width: 100%;
  height: 85vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.background-image-wrapper {
  z-index: 1;
  width: 100%;
  height: 150svh;
  position: absolute;
  inset: 0%;
}

.legal-advice-section {
  z-index: 2;
  background-color: var(--white);
  width: 100%;
  position: relative;
}

.legal-advice-content {
  z-index: 1;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.service-header-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-header-icon {
  width: 50px;
  height: 50px;
}

.trusted-by-content {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.trusted-by-right-content {
  width: 100%;
  overflow: hidden;
}

.trusted-by-logo-slider {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.trusted-by-collection-image_wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.trusted-by-collection-image {
  border: 1px solid var(--color);
  object-fit: contain;
  padding: 36px 15px;
}

.trusted-by-slider-navigation {
  z-index: 2;
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-nav {
  background-color: var(--white);
  pointer-events: auto;
  cursor: pointer;
  border-radius: 5px;
  width: 3rem;
  height: 3rem;
  box-shadow: 0 2px 5px #0003;
}

.slider-icon {
  width: 100%;
  height: 100%;
}

.slider-icon.is-right {
  transform: rotate(180deg);
}

.trusted-testimonial {
  border-top: 1px solid #000;
  margin-top: 2rem;
  padding-top: 2rem;
}

.text-color-green {
  color: var(--primary-color);
}

.text-color-green.text-weight-medium {
  font-weight: 500;
}

.team-member-wrap {
  position: relative;
}

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

.contact-book-cover {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.max-700 {
  max-width: 700px;
}

.dropdown-list-wide-2 {
  background-color: #0000;
}

.dropdown-list-wide-2.w--open {
  padding-top: 40px;
  padding-left: 3%;
  padding-right: 3%;
  inset: auto 0;
}

.icon-regular-4 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.navigation-toggle-3 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #0a0a0a;
  letter-spacing: -.25px;
  border-radius: 8px;
  align-items: center;
  padding: 8px 4px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-toggle-3.w--current {
  color: #642eff;
}

.success-message-3 {
  color: #091242;
  background-color: #fff;
  border: 1px solid #091242;
  font-size: 16px;
  font-weight: 500;
}

.primary-button-2 {
  background-color: var(--primary-color);
  color: var(--white);
  text-align: center;
  padding: 21px 35px 18px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s;
}

.primary-button-2:hover {
  color: var(--primary-color);
  background-color: #fff;
}

.error-message-3 {
  color: #091242;
  text-align: center;
  border: 1px solid #ffdede;
  margin-top: 20px;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
}

.contact-input-type-2 {
  border: 1px solid var(--primary-color);
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  height: 60px;
  margin-bottom: 0;
  padding-left: 3.2rem;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
}

.contact-input-type-2::placeholder {
  color: #fff;
}

.nav05_top_left-2 {
  min-width: 200px;
  height: 100%;
  font-weight: 500;
  display: flex;
}

.nav05_text-2 {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.upper-menu-buttons-right-2 {
  border-left: 1px solid var(--primary-color);
  opacity: .5;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.upper-menu-buttons-right-2:hover {
  opacity: 1;
  color: #fff;
}

.paragraph-small-3 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.footer-line-2 {
  background-color: #d4d4d4;
  width: 1px;
  height: 16px;
}

.footer-link-2 {
  grid-column-gap: 2px;
  color: #404040;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-link-2:hover {
  color: #0a0a0a;
}

.footer-title-3 {
  color: var(--primary-color);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.footer-company-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.legal-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.legal-links-2 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.footer-social-link {
  color: #262626;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.legal-link-small {
  grid-column-gap: 2px;
  color: #737373;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.legal-link-small:hover {
  color: #0a0a0a;
}

.wrap-h-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: flex;
}

.footer-bottom-wrapper-2 {
  grid-row-gap: 24px;
  color: #0a0a0a;
  border-top: .5px solid #d4d4d4;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 56px;
  padding-top: 24px;
  display: flex;
}

.legal-copyright {
  max-width: 384px;
}

.footer-grid-large {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.footer-grid-large.is-5col {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.wrap-v-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.subtitle-border-3 {
  background-color: #89c6ff;
  min-width: 4px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.subtitle-2 {
  color: #1c1f35;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.image-22 {
  width: 100%;
  max-width: 175px;
}

.counter-number-2 {
  color: #1c1f35;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.counter-text-2 {
  color: #1c1f35;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.padding-section-large {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.faq6_content {
  background-color: var(--white);
  position: sticky;
  top: 95px;
}

.faq6_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.nav-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.promo-overlay {
  opacity: .5;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.promo-overlay.z-index-1 {
  z-index: 1;
}

.promo-container {
  justify-content: center;
  max-height: 55vh;
  display: flex;
}

.promo-image-wrapper {
  object-fit: fill;
  background-image: url('../images/Melbourne-Law-Studio-Square_1Melbourne Law Studio Square.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-width: 33.33%;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.promo-image-wrapper.three {
  background-image: url('../images/image-of-melbourne-city-melbourne-law-studio-1024x768.jpg_1image-of-melbourne-city-melbourne-law-studio-1024x768.jpg.avif');
}

.promo-image-wrapper.two {
  background-image: url('../images/signing-business-contract-business-litigation-lawyers-at-work-melbourne-law-studio-1024x683.jpg_1signing-business-contract-business-litigation-lawyers-at-work-melbourne-law-studio-1024x683.jpg.avif');
}

.text-color-white-2 {
  color: #fff;
  font-weight: 400;
}

.text-color-white-2.text-align-center.z-index-2 {
  z-index: 2;
  position: relative;
}

.promo-wrapper {
  flex: 1 1 0;
  justify-content: center;
  align-items: center;
  min-height: 55vh;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
}

.promo-wrapper:hover {
  flex: 15%;
}

.dropdowncard {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: flex;
  overflow: hidden;
}

.service-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.service-image.is-portrait {
  object-position: 50% 9%;
}

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

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

.card_base-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--color);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 350px;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.icon_wrap-2 {
  margin-bottom: 15px;
  overflow: hidden;
}

.service-icon-mobile {
  width: 5rem;
  height: 5rem;
}

.card_title_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.lightbox-link-2 {
  width: 100%;
  height: 100%;
  position: relative;
}

.icon-embed-large {
  background-color: #206157b8;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  padding: 1rem;
  display: flex;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content-dropdown {
  border: 1px solid var(--color);
  width: 100%;
  height: auto;
  padding: .5rem;
  position: static;
  overflow: hidden;
}

.paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-large.text-weight-medium {
  font-weight: 500;
}

.content-dropdown-tab {
  padding-bottom: 10px;
}

.content-dropdown-list {
  background-color: #0000;
  margin-top: -4px;
  display: block;
  position: static;
}

.content-dropdown-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  white-space: pre-wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-dropdown-toggle {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #404040;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.divider {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
}

.h3-heading-2 {
  color: #030711;
  letter-spacing: -.88px;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-large-2 {
  color: #030711;
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-large-2.text-color-gray-600 {
  color: #4b5563;
}

.content-statistics-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.content-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f9fafb;
  border: 1px solid #f3f4f6;
  flex-flow: column;
  padding: 64px;
  display: flex;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.testimonial1_component {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 55rem;
}

.max-width-large.align-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.embed {
  display: none;
}

.content-carousel-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-gigantic {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 48px;
  display: flex;
}

.content-carousel-overlay {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(90deg, #fff, #fff0 20% 80%, #fff);
  position: absolute;
  inset: 0%;
}

.subheading-small {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

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

.content-carousel-logo {
  background-color: #0000;
  border: 1px solid #f2eeee;
  justify-content: center;
  align-items: center;
  width: 156px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 16px 24px;
  transition: background-color .3s;
  display: flex;
}

.content-carousel-logo:hover {
  background-color: #fff;
  border-color: #fff;
}

.content-carousel-group {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-carousel {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-tab-link {
  z-index: 6;
  color: #1f1f47;
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  transition: all .3s;
  display: flex;
  position: relative;
}

.feature-tab-link.w--current {
  color: #7070c2;
  background-color: #0000;
  border-bottom-color: #ff6f30;
  width: 100%;
  display: flex;
}

.section-big-testimoial {
  padding: 3rem 5%;
  position: relative;
}

.faq-grid-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-24 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-23 {
  border-radius: .5rem;
  width: 5rem;
  height: 5rem;
}

.div-block-25 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog40_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.blog40_item-link {
  border: 2px solid var(--color);
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog40_title-wrapper {
  margin-bottom: .5rem;
}

.blog40_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog40_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog40_meta-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.blog40_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog40_category {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-26 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ga-title {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.5rem;
  line-height: 1.2;
}

.googleadshero {
  z-index: 1;
  background-color: var(--secondary-color);
  justify-content: center;
  align-items: center;
  min-height: 90svh;
  padding-top: 3rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.block-hero-b {
  background-color: #f0f6f8;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-1px {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.image-hero-b {
  z-index: 10;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.line-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3px;
  display: flex;
  position: relative;
}

.block-hero-service {
  width: 100%;
  margin-top: 15px;
}

.hero-b {
  z-index: 20;
  background-image: linear-gradient(0deg, #000000f5 26%, #0000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 20px;
  display: flex;
  position: relative;
}

.line-full {
  background-image: linear-gradient(90deg, #748081, #141414);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.link-hero-b {
  color: #fff;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.nav-title-beyond {
  text-transform: uppercase;
}

.navigation-grid-d {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
}

.button-primary-m-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #f0f0f0;
  letter-spacing: -.25px;
  background-color: #409c8c;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-primary-m-3:hover {
  background-color: #409c8c;
}

.button-primary-m-3.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-primary-m-3.icon-l {
  padding-left: 12px;
}

.button-primary-m-3.icon-l:hover {
  background-color: #010101;
}

.div-block-27 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-title-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.faq-title-3.xl {
  font-size: 2rem;
}

.padding-section-large-3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.button-outline-m-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  color: #000;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-outline-m-3:hover {
  border-color: #a3a3a3;
}

.button-outline-m-3.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-outline-m-3.icon-l {
  padding-left: 12px;
}

.icon-regular-5 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.blog-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

._4x-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.adsstickybg {
  z-index: 2;
  width: 100%;
  height: 100svh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.author-image-circle---brix {
  max-width: 254px;
  margin-right: 48px;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.top-avatar {
  flex-flow: wrap;
  place-content: stretch space-between;
  align-items: center;
}

.card-v3---padding {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f9fafb;
  flex-flow: column;
  padding: 3rem;
  display: flex;
}

.div-block-28 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.faq6_question-4 {
  color: #080808;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
}

.faq6_accordion-4 {
  border: 1px solid #e2e2e2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq6_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.icon-embed-small-2 {
  color: #080808;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq6_answer.small {
  padding-left: 1rem;
  padding-right: 1rem;
}

.div-block-29 {
  flex-flow: column;
  display: flex;
}

.padding-section-small {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.team {
  margin-bottom: 1rem;
}

.abouthero {
  z-index: 1;
  background-color: var(--secondary-color);
  justify-content: center;
  align-items: center;
  min-height: 85svh;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.imag10 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.calendlygrid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: start;
}

.div-block-30 {
  flex-flow: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.google-date {
  color: #979cae;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.google-star-wrapper {
  grid-column-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.google-card {
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #eaebf0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  overflow: hidden;
}

.google-name {
  color: #08080b;
  letter-spacing: .02em;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.google-author-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.google-caption {
  color: #424553;
  white-space: pre-wrap;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
}

.youtubecard {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f9fafb;
  border: 1px solid #f3f4f6;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.google-star {
  width: 1.5rem;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-31 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.yt-vid-section {
  background-color: var(--secondary-color);
  background-image: linear-gradient(180deg, var(--white) 50%, #fff0 50%), linear-gradient(90deg, var(--secondary-color), var(--green-2) 50%, var(--secondary-color));
  padding-top: 2rem;
  overflow: hidden;
}

.div-block-32 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-large-3.text-weight-medium {
  font-weight: 500;
}

.paragraph-small-4 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.paragraph-large-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-large-4.text-weight-medium {
  font-weight: 500;
}

.cta-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: color .2s;
  display: flex;
}

.small-cta-button {
  grid-column-gap: 2px;
  color: var(--primary-color);
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.small-cta-button:hover {
  color: #0a0a0a;
}

.tablet-down {
  display: none;
}

.navmenumobiletitle {
  color: var(--primary-color);
  text-align: left;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

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

.swiper-pagination {
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.swiper-pagination.hide {
  display: none;
}

.swiper-circle {
  background-color: var(--primary-color);
  cursor: pointer;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.swiper-circle.swiper-button-prev.is-demo5 {
  z-index: 10;
  margin-top: 4.75rem;
  position: absolute;
  inset: 0% auto 0% -1.5rem;
}

.swiper-circle.swiper-button-prev.is-demo5.hide {
  display: none;
}

.swiper-circle.swiper-button-next.is-demo5 {
  z-index: 10;
  margin-top: 4.75rem;
  position: absolute;
  inset: 0% -1.5rem 0% auto;
}

.swiper-circle.swiper-button-next.is-demo5.hide {
  display: none;
}

.swiper-2 {
  position: relative;
}

.swiper-2.has-overflow-hidden {
  padding-bottom: .125rem;
  overflow: hidden;
}

.position-relative {
  position: relative;
}

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

.arrow-icon {
  width: 1rem;
  line-height: 0;
}

.swiper-pagination-bullet {
  background-color: var(--primary-color);
  opacity: 1;
  cursor: pointer;
  border-radius: 100px;
  width: 2rem;
  min-width: 2rem;
  max-width: 2rem;
  height: .375rem;
  margin-left: .375rem;
  margin-right: .375rem;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--background-color);
  opacity: 1;
}

.swiper-slide-2.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.swiper-slide-2.is-demo5 {
  flex: none;
  width: 25%;
}

.slider-button-left {
  background-color: var(--primary-color);
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/Group-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 50%;
  width: 100%;
  max-width: 3rem;
  height: 100%;
  max-height: 3rem;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-left:hover {
  color: #fff;
  background-color: #c7cfff;
  background-position: 40%;
}

.slider-button-left:active {
  background-color: #657cff;
}

.slider-button-right {
  background-color: var(--primary-color);
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/Group.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 100px;
  flex: none;
  width: 100%;
  max-width: 3rem;
  height: 100%;
  max-height: 3rem;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-right:hover {
  color: #fff;
  background-color: #c7cfff;
  background-position: 60%;
}

.slider-button-right:active {
  background-color: #657cff;
}

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

.list-block-green {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--background-color);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.swiper-navigation-wrapper {
  z-index: 2;
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 50% -1.5rem auto;
  transform: translate(0, -50%);
}

.swiper-nav {
  background-color: var(--primary-color);
  pointer-events: auto;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
}

.swiper-nav:hover {
  background-color: #c7cfff;
}

.swiper-nav.is-right {
  background-image: url('../images/Group.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.swiper-nav.is-right:hover {
  background-position: 60%;
}

.swiper-nav.is-left {
  background-image: url('../images/Group-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.swiper-nav.is-left:hover {
  background-position: 40%;
}

.slider-pagination {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.style-hidden {
  display: none;
}

.testimonial-slider-pagination.swiper-pagination {
  position: relative;
}

.testmonial-slide.swiper-slide {
  height: auto;
}

.div-block-34 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

._2x-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template: "."
                 "."
                 "."
                 "Area"
                 / 1fr 1fr;
}

._2x-grid.is-2col {
  grid-template-columns: 1fr 1fr;
}

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

.success-message-4 {
  color: #091242;
  background-color: #fff;
  border: 1px solid #091242;
  font-size: 16px;
  font-weight: 500;
}

.contact-input-type-3 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #409c8c;
  border-radius: 0;
  height: 60px;
  margin-bottom: 0;
  padding-left: 3.2rem;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
}

.contact-input-type-3::placeholder {
  color: #fff;
}

.primary-button-3 {
  color: #fff;
  text-align: center;
  background-color: #409c8c;
  padding: 21px 35px 18px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s;
}

.primary-button-3:hover {
  color: #409c8c;
  background-color: #fff;
}

.contact-text-area-2 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #409c8c;
  border-radius: 0;
  min-height: 150px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 25px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
}

.contact-text-area-2::placeholder {
  color: #fff;
}

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

@media screen and (min-width: 1280px) {
  .upper-menu-buttons:hover {
    opacity: 1;
  }

  .nav-button {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .image-23 {
    flex: 0 auto;
  }

  .image-23.hide {
    display: none;
  }
}

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

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-link-wrap {
    grid-column-gap: 20px;
    justify-content: space-around;
  }

  .header-link-block {
    grid-column-gap: 30px;
  }

  .style-guide-banner {
    margin-top: -75px;
  }

  .page-title {
    font-size: 55px;
  }

  .color-section {
    padding-top: 100px;
  }

  .color-text {
    font-size: 23px;
  }

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

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

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

  .mg-top-40 {
    margin-top: 35px;
  }

  .mg-top-60 {
    margin-top: 50px;
  }

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

  .footer-grid {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1.2fr .7fr .75fr;
  }

  .footer-logo-wrap, .footer-content-block {
    padding-left: 20px;
  }

  .footer-contact-link-wrap {
    margin-top: 30px;
  }

  .footer-form-block {
    margin-top: 15px;
  }

  .footer-social-wrap {
    grid-column-gap: 30px;
    justify-content: flex-start;
  }

  .copyright-wrap {
    grid-column-gap: 10px;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 0;
  }

  .banner-title-wrap {
    max-width: 100%;
  }

  .service-whole-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .service-title-wrap {
    border-right-style: none;
    min-width: auto;
    max-width: 100%;
  }

  .section-title {
    font-size: 32px;
  }

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

  .service-card {
    max-width: 410px;
  }

  .service-image-wrap {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .about-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .about-image {
    inset: auto auto 0% 0%;
  }

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

  .counter-number {
    font-size: 45px;
  }

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

  .container-large {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .testimonial-slider {
    padding-bottom: 70px;
    overflow: hidden;
  }

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

  .features-bg {
    flex-direction: column;
  }

  .features-dark-bg {
    min-height: 40%;
  }

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

  .features-content-wrap {
    max-width: 80%;
  }

  .home-team-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .home-contact-link-wrap {
    flex-flow: column;
  }

  .contact-form {
    padding-top: 0;
  }

  .partners-card {
    max-width: 100%;
    overflow: hidden;
  }

  .container-small {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-wrap {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .blog-line {
    display: none;
  }

  .blog-image-wrap {
    min-width: 100%;
    max-width: none;
    max-height: none;
  }

  .blog-banner {
    margin-top: -75px;
    padding-top: 200px;
    padding-bottom: 140px;
  }

  .blog-content-wrap {
    min-width: 100%;
    margin-top: 10px;
  }

  .blog-single-banner {
    background-position: 59% 100%;
    margin-top: -75px;
    padding-top: 200px;
    padding-bottom: 140px;
  }

  .utility-page-content {
    min-width: 90%;
  }

  .error-title {
    font-size: 300px;
  }

  .utility-page-form {
    padding: 110px 97px;
  }

  .license-banner {
    margin-top: -75px;
    padding-top: 180px;
    padding-bottom: 130px;
  }

  .blog-date-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: flex-start;
    display: flex;
  }

  .blog-summary-wrap {
    margin-top: 10px;
  }

  .footer-form-wrapper {
    padding-left: 20px;
  }

  .blog-listing p {
    margin-bottom: 0;
  }

  .hireus-badge {
    display: none;
  }

  .nav-button-group {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-menu-2 {
    background-color: #fff;
    padding: 12px;
    position: absolute;
    left: 10px;
    right: 10px;
  }

  .nav-menu-2.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .dropdown-card-xl {
    max-width: none;
    padding: 12px;
  }

  .nav-menu-button-3 {
    color: #000;
    border: 1px solid #d4d4d4;
    padding: 12px;
  }

  .nav-menu-button-3.w--open {
    background-color: #4b264b;
  }

  .nav-wrapper-2 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-logo-link-2 {
    margin-right: 0;
  }

  .paragraph-small-2 {
    text-align: left;
  }

  .navigation-title {
    padding-bottom: 0;
  }

  .navigation-grid-c {
    grid-template-columns: 2fr;
  }

  .nav-link {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .navigation-dropdown-2 {
    width: 100%;
  }

  .navigation-2 {
    display: none;
  }

  .upper-menu-buttons {
    border-right-style: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav05_top_wrap {
    flex-direction: row;
    justify-content: flex-end;
    padding-left: 5%;
    padding-right: 5%;
  }

  .top-bar {
    display: none;
  }

  .blog-thumbnail {
    height: 240px;
    margin-bottom: 16px;
  }

  .feature-outline-r {
    height: auto;
  }

  .grid-three-column-4 {
    grid-template-columns: 1fr 1fr;
  }

  .wrap-v-large {
    position: relative;
  }

  .section.xl {
    padding-top: 8rem;
  }

  .section.xl.no-top-padding {
    padding-top: 2rem;
  }

  .section.medium {
    padding-top: 4rem;
  }

  .footer-form {
    justify-content: space-between;
  }

  .footer-form-block-2 {
    width: 100%;
  }

  .menu-icon4_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar20_container {
    grid-auto-columns: 1fr;
  }

  .menu-icon_line-middle-base {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .navbar20_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar20_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar20_menu-right-bottom {
    padding-bottom: 8rem;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar20_menu {
    margin-top: 4.5rem;
  }

  .navbar20_component {
    display: flex;
  }

  .navbar20_menu-left {
    flex: 0 auto;
    width: 100%;
  }

  .navbar20_link-large {
    font-size: 2.5rem;
  }

  .navbar20_menu-right {
    flex: 0 auto;
  }

  .navbar20_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .menu-icon4_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .navbar20_menu-wrapper {
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
  }

  .navbar20_link-wrapper {
    display: none;
  }

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

  .menu-icon4_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon4 {
    border: 1px solid #d4d4d4;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .navbar20_menu-button {
    padding: 0;
  }

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

  .menu-icon4_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .navbar20_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  ._2rem-spacer {
    width: 2rem;
    height: 2rem;
  }

  .industriesslider.desktop {
    display: none;
  }

  .hero-section {
    min-height: 95svh;
  }

  .hero-section.is-inside {
    padding-bottom: 6rem;
  }

  .faq-tabs-menu {
    width: 100%;
    min-width: auto;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .faq-tab-wrapper {
    flex-direction: column;
  }

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

  .header-left-wrapper {
    align-items: center;
  }

  .header-logo {
    justify-content: center;
  }

  .header-image-wrap {
    width: 100%;
  }

  .header-background {
    width: 100%;
    display: none;
    inset: auto 0% 0%;
  }

  .header-content-top {
    align-items: center;
  }

  .header-content-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .header-title-left {
    text-align: center;
    align-items: center;
  }

  .service-section-top {
    padding-top: 8rem;
  }

  .floating-cta {
    padding: 50px 80px 50px 50px;
  }

  .image-9 {
    width: 100%;
    max-height: 400px;
  }

  .grid-three-column-5 {
    grid-template-columns: 1fr 1fr;
  }

  .reg-grid-container {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .reg-grid-container.is-with-header {
    margin-top: -2rem;
  }

  .largewhyimage {
    width: 100%;
    max-height: 550px;
  }

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

  .background-image {
    object-fit: cover;
  }

  .background-sticky-wrap {
    height: 95vh;
  }

  .background-image-wrapper {
    height: 190svh;
  }

  .slider-nav {
    width: 2.5rem;
    height: 2.5rem;
  }

  .trusted-testimonial {
    border-right-style: none;
  }

  .contact-book-cover-wrap {
    height: 500px;
  }

  .dropdown-list-wide-2.w--open {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
  }

  .navigation-toggle-3 {
    justify-content: space-between;
    width: 100%;
  }

  .nav05_top_left-2.hide-mobile {
    display: none;
  }

  .upper-menu-buttons-right-2 {
    border-right-style: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-grid-large {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-grid-large.is-5col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .counter-number-2 {
    font-size: 45px;
  }

  .counter-text-2 {
    font-size: 20px;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .faq6_content {
    position: static;
    top: 70px;
  }

  .faq6_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .promo-section {
    max-width: 100dvw;
  }

  .dropdowncard {
    max-width: none;
    padding: 12px;
  }

  .icon-embed-large {
    width: 6rem;
    height: 6rem;
  }

  .image-23 {
    width: 4rem;
    height: 4rem;
  }

  .collection-list-4 {
    grid-template-columns: 1fr 1fr;
  }

  .ga-title {
    font-size: 55px;
  }

  .googleadshero {
    min-height: 95svh;
  }

  .hero-b {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-title-beyond {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .navigation-grid-d {
    grid-template-columns: 2fr;
  }

  .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .adsstickybg {
    height: 95vh;
  }

  .card-v3---padding {
    padding: 1.5rem;
  }

  .div-block-29 {
    flex-flow: column;
  }

  .abouthero {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .imag10 {
    width: 100%;
  }

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

  .collection-list-5 {
    grid-template-columns: 1fr;
  }

  .cta-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tablet-down {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  .swiper-pagination {
    margin-top: 2rem;
  }

  .slider-button-left:hover, .slider-button-right:hover {
    background-position: 50%;
  }

  .div-block-33, ._2x-grid, .team-grid {
    grid-template-columns: 1fr;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .header-link-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-around;
  }

  .page-title {
    font-size: 46px;
  }

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

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

  .gradient-color-card {
    min-width: 440px;
  }

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

  .display-text {
    font-size: 45px;
  }

  .heading-wrap {
    grid-row-gap: 15px;
  }

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

  .mg-top-40 {
    margin-top: 30px;
  }

  .mg-top-60 {
    margin-top: 40px;
  }

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

  .footer-shade-bg {
    min-height: 90px;
  }

  .footer-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    margin-top: -90px;
  }

  .footer-logo-wrap {
    min-width: auto;
    padding-top: 27px;
    padding-bottom: 27px;
    padding-right: 40px;
  }

  .footer-content-block {
    margin-top: 35px;
  }

  .footer-contact-link-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
  }

  .footer-link-wrap {
    padding-left: 20px;
  }

  .footer-title-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-link-block {
    margin-top: 0;
  }

  .copyright-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 25px;
    text-align: center;
    justify-content: center;
  }

  .banner-title-wrap {
    max-width: 100%;
  }

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

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

  .service-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .service-card {
    max-width: 100%;
  }

  .service-title {
    font-size: 22px;
  }

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

  .service-image-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-grid {
    margin-top: -100px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-points-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 30px;
  }

  .about-point {
    font-size: 22px;
  }

  .about-image {
    max-width: 220px;
  }

  .counter-wrap {
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .counter-card {
    flex-direction: column;
  }

  .counter-number {
    font-size: 40px;
    line-height: 1.2;
  }

  .counter-text-wrap {
    grid-column-gap: 5px;
  }

  .counter-text {
    font-size: 18px;
  }

  .container-large {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .work-text-wrap {
    padding-left: 15px;
  }

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

  .features-dark-bg {
    min-height: 30%;
  }

  .features-points-wrap {
    min-width: 230px;
  }

  .features-content-wrap {
    padding: 20px;
  }

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

  .home-team-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .team-content-wrap {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .social-media-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 5px 10px;
    bottom: 80px;
  }

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

  .contact-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .home-contact-link-wrap {
    flex-direction: column;
  }

  .contact-form {
    padding-top: 0;
  }

  .contact-input-type {
    font-size: 18px;
  }

  .contact-text-field-divider {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .contact-text-area {
    padding-left: 20px;
    font-size: 18px;
  }

  .partners-card {
    min-height: 200px;
  }

  .container-small {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-line {
    min-height: 130px;
  }

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

  .blog-banner, .blog-single-banner {
    padding-top: 180px;
    padding-bottom: 130px;
  }

  .utility-page-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .error-title {
    font-size: 200px;
  }

  .utility-page-form {
    padding: 60px 20px;
  }

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

  .protection-text-field {
    min-width: auto;
    font-size: 18px;
  }

  .license-banner {
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .footer-form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hireus-content {
    margin-bottom: 7px;
    line-height: 1.3;
  }

  .hireus-orange-button, .get-a-quote-button-wrap {
    font-size: 12px;
  }

  .hireus-badge-wrap {
    padding: 10px 12px;
  }

  .footer-bottom-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .button-outline-m-2.icon-l.hide-mob {
    display: none;
  }

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

  .top-bar {
    display: none;
  }

  .grid-three-column-4 {
    grid-template-columns: 1fr;
  }

  .grey-line._2rem-space {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .grey-line._2rem-top {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .footer-submit-button {
    margin-right: 0;
  }

  .footer-form {
    flex-direction: column;
    align-items: stretch;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .navbar20_link-large {
    font-size: 1.5rem;
  }

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

  .navbar20_menu-wrapper {
    grid-row-gap: 3rem;
  }

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

  .navbar20_menu-links-wrapper {
    flex-direction: column;
  }

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

  .hero-section.is-inside {
    padding-bottom: 9rem;
  }

  .faq-heading {
    font-size: 2.5rem;
  }

  .faq-title-2 {
    font-size: 22px;
  }

  .faq-title-2.xl {
    font-size: 1.5rem;
  }

  .section-logos {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .header-background {
    display: none;
  }

  .image-9 {
    max-height: 300px;
  }

  .grid-three-column-5 {
    grid-template-columns: 1fr;
  }

  .reg-grid-container.is-with-header {
    margin-top: -4rem;
  }

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

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

  .contact-input-type-2 {
    font-size: 18px;
  }

  .footer-grid-large, .footer-grid-large.is-5col {
    grid-template-columns: 1fr 1fr;
  }

  .counter-number-2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .counter-text-2 {
    font-size: 18px;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .faq6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .promo-container {
    flex-direction: column;
    align-content: flex-start;
    height: auto;
  }

  .promo-wrapper {
    min-height: 30dvh;
  }

  .reg-header-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-icon-mobile {
    width: 4rem;
    height: 4rem;
  }

  .content-card {
    padding: 48px 32px 32px;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .feature-tab-link {
    z-index: 6;
    padding: 20px;
  }

  .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .ga-title {
    font-size: 46px;
  }

  .hero-b {
    padding-top: 155px;
  }

  .faq-title-3 {
    font-size: 22px;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .flex-horizontal.top-avatar.mg-bottom-16px.mobile-vertical {
    flex-direction: column;
    align-items: flex-start;
  }

  .faq6_question-4 {
    padding: 1rem 1.25rem;
  }

  .faq6_icon-wrapper {
    width: 1.75rem;
  }

  .faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .abouthero {
    padding-bottom: 8rem;
  }

  .calendlygrid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .youtubecard {
    padding: 48px 32px 32px;
  }

  .cta-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .slider-button-left, .slider-button-right {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .swiper-navigation-wrapper {
    pointer-events: none;
    left: -1rem;
    right: -1rem;
  }

  .swiper-nav {
    width: 2rem;
    height: 2rem;
    padding: 8px;
  }

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

  .contact-input-type-3 {
    font-size: 18px;
  }

  .contact-text-area-2 {
    padding-left: 20px;
    font-size: 18px;
  }

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

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

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  li {
    font-size: 15px;
  }

  blockquote {
    padding: 25px;
    font-size: 18px;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-link-block {
    justify-content: flex-start;
  }

  .page-title {
    font-size: 34px;
  }

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

  .color-card {
    min-width: 100%;
    max-width: none;
  }

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

  .font-color-card {
    min-width: 100%;
    max-width: none;
  }

  .gradient-color-card {
    min-width: 100%;
  }

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

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

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

  .mg-top-40 {
    margin-top: 25px;
  }

  .mg-top-60 {
    margin-top: 30px;
  }

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

  .yellow-overlay-button {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
  }

  .button-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .primary-button {
    padding: 20px 30px 17px;
  }

  .secondary-button, .dark-overlay-button {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
  }

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

  .footer-shade-bg {
    min-height: 87px;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: -86px;
  }

  .footer-logo-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-content-block {
    margin-top: 20px;
    padding-left: 0;
  }

  .footer-link-wrap {
    padding-left: 0;
  }

  .footer-title {
    margin-top: 0;
  }

  .footer-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .footer-text-field {
    height: 55px;
    margin-bottom: 10px;
    padding-left: 20px;
  }

  .footer-social-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

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

  .page-link-wrap {
    justify-content: center;
  }

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

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

  .service-card {
    flex-direction: column;
    max-width: none;
  }

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

  .home-service-icon-wrap {
    justify-content: flex-start;
  }

  .service-image-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-grid {
    margin-top: -50px;
    padding-top: 30px;
  }

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

  .about-list {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .about-image-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .about-image {
    max-width: none;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .counter-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .counter-text {
    font-size: 16px;
  }

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

  .work-card-title {
    font-size: 18px;
  }

  .testimonial-slider {
    padding-bottom: 70px;
  }

  .author-name {
    font-size: 20px;
  }

  .features-dark-bg {
    min-height: 29%;
  }

  .features-icon-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .features-points-wrap {
    min-width: 200px;
  }

  .features-point {
    font-size: 18px;
  }

  .features-content-wrap {
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

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

  .social-media-wrap {
    padding-left: 5px;
    padding-right: 5px;
    bottom: 80px;
  }

  .contact-form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .contact-input-type {
    height: 55px;
    font-size: 16px;
  }

  .contact-text-field-divider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .contact-text-area {
    min-height: 100px;
    padding-left: 20px;
    font-size: 16px;
  }

  .partners-card {
    min-height: 180px;
  }

  .blog-whole-wrap {
    padding-top: 0;
  }

  .blog-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 10px;
  }

  .blog-date {
    font-size: 30px;
  }

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

  .blog-image-wrap {
    min-width: auto;
  }

  .service-work-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .blog-banner {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .blog-content-wrap {
    min-width: auto;
  }

  .blog-single-banner {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .error-title {
    font-size: 150px;
  }

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

  .protection-form-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: stretch;
  }

  .protection-text-field {
    padding-left: 20px;
    font-size: 16px;
  }

  .error-button {
    font-size: 15px;
  }

  .license-banner {
    padding-top: 150px;
    padding-bottom: 90px;
  }

  .blog-date-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-items: center;
  }

  .footer-form-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav05_top_wrap, .top-bar {
    display: none;
  }

  .blog-card {
    padding: 24px;
  }

  ._2x-grid-buttons {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .footer-text-field-2 {
    background-image: none;
    width: 100%;
    padding-left: 60px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 24px;
  }

  .footer-submit-button {
    width: 100%;
  }

  .footer-form {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

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

  .navbar20_menu-links-wrapper {
    grid-template-columns: 1fr;
  }

  .hide-mobile {
    display: none;
  }

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

  .hero-section.is-inside {
    padding-bottom: 6rem;
  }

  .faq-heading {
    font-size: 2rem;
  }

  .faq-title-2 {
    font-size: 20px;
  }

  .header-logo {
    justify-content: center;
  }

  .header-logos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .floating-cta {
    padding: 25px 20px;
  }

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

  .primary-button-2 {
    padding: 20px 30px 17px;
  }

  .contact-input-type-2 {
    height: 55px;
    font-size: 16px;
  }

  .footer-line-2 {
    width: 100%;
    height: 1px;
  }

  .footer-company-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .legal-links-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-grid-large {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-grid-large.is-5col {
    grid-template-columns: 1fr;
  }

  .counter-text-2 {
    font-size: 16px;
  }

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

  .reg-header-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .card_base-2 {
    min-height: 290px;
  }

  .icon_wrap-2 {
    margin-bottom: 0;
  }

  .service-icon-mobile {
    margin-right: 5px;
  }

  .content-card {
    padding: 40px 24px 24px;
  }

  .feature-tab-link {
    text-align: center;
  }

  .div-block-24 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .blog40_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .ga-title {
    font-size: 34px;
  }

  .faq-title-3 {
    font-size: 20px;
  }

  .abouthero {
    padding-bottom: 5rem;
  }

  .calendlygrid {
    margin-bottom: 50px;
  }

  .youtubecard {
    padding: 40px 24px 24px;
  }

  .contact-input-type-3 {
    height: 55px;
    font-size: 16px;
  }

  .primary-button-3 {
    padding: 20px 30px 17px;
  }

  .contact-text-area-2 {
    min-height: 100px;
    padding-left: 20px;
    font-size: 16px;
  }
}

#w-node-_26be34a6-0e13-727e-ce42-b7f2688a15c9-55be97a7, #w-node-_79e27e80-965e-adaa-09ba-d01ed23399f0-d77edfaa, #w-node-eba447be-251a-9ef1-3182-d40d1c8ea81c-d77edfaa, #w-node-b48d1ae0-b46d-7607-7228-474502fb577d-869b0a15, #w-node-b48d1ae0-b46d-7607-7228-474502fb5799-869b0a15, #w-node-_5893079f-d071-cb42-22f8-e87c6ff233ca-258656f1, #w-node-_5893079f-d071-cb42-22f8-e87c6ff233ec-258656f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5893079f-d071-cb42-22f8-e87c6ff233f7-258656f1, #w-node-_34e60016-a567-ea6a-a5e4-26ec4bd1bafc-011b514d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0f66fc9d-f42f-d183-cd81-640c296a5abd-869b0a2a, #w-node-_0f66fc9d-f42f-d183-cd81-640c296a5ad9-869b0a2a, #w-node-_25b1d96b-48b2-f411-8c70-abd01862a98d-869b0a2c, #w-node-_488b3e37-fc44-9198-d7f2-3e370b0bd241-869b0a2c, #w-node-_8acaa3d8-b45b-fd5a-3e1b-4d0e5e3cc32d-869b0a2c, #w-node-dd65713f-7859-66a2-3b0e-a920a09b9697-869b0a2c, #w-node-a67e1f85-d232-941c-d0f0-27164c6f43c0-869b0a2c, #w-node-ff040ce3-9ddb-9b9d-cea0-ecbcac9db54b-869b0a2c, #w-node-e5aeb96e-53b2-21fc-2b35-bbe9d592d478-869b0a2c, #w-node-_51cfeee1-48ae-7113-10c7-888301c1653d-869b0a2c, #w-node-f4b34ccb-220e-57be-7a30-647505b3da4f-869b0a2c, #w-node-_553a4be1-b1ab-bee0-d1f8-54359cfddf1f-869b0a2c, #w-node-_5d15fd40-f373-8fd6-32b4-3f9cf3ad1f0c-869b0a32, #w-node-_850fcb99-459f-dd46-45c5-915c4690cbf3-869b0a32, #w-node-_850fcb99-459f-dd46-45c5-915c4690cc09-869b0a32, #w-node-_7c7704cb-460c-27a1-d4d1-7b4ab474240f-869b0a32, #w-node-dfc2259e-a08b-2397-33d8-2cf869903bbd-869b0a32, #w-node-_8695285e-4435-df78-770f-8e1c74935559-869b0a32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d230184-8408-504e-8c1a-9a1e8524c2fd-869b0a32 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0f66fc9d-f42f-d183-cd81-640c296a5abd-869b0a6f, #w-node-_0f66fc9d-f42f-d183-cd81-640c296a5ad9-869b0a6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5d15fd40-f373-8fd6-32b4-3f9cf3ad1f0c-869b0a32 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5893079f-d071-cb42-22f8-e87c6ff233f7-258656f1, #w-node-_34e60016-a567-ea6a-a5e4-26ec4bd1bafc-011b514d, #w-node-_9d230184-8408-504e-8c1a-9a1e8524c2fd-869b0a32 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dfc2259e-a08b-2397-33d8-2cf869903bbd-869b0a32, #w-node-dfc2259e-a08b-2397-33d8-2cf869903bc9-869b0a32, #w-node-dfc2259e-a08b-2397-33d8-2cf869903bd5-869b0a32, #w-node-dfc2259e-a08b-2397-33d8-2cf869903be1-869b0a32, #w-node-dfc2259e-a08b-2397-33d8-2cf869903bed-869b0a32, #w-node-dfc2259e-a08b-2397-33d8-2cf869903bf9-869b0a32 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


