:root {
  --white: white;
  --dark-text: #343f56;
  --light-blue: #c7daee;
  --grey: #6c7ba0;
  --black: #000;
  --mid-blue: #78a2dc;
  --transparent: #fff0;
}

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

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

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

body {
  background-color: var(--white);
  color: var(--dark-text);
  font-family: cormorant, sans-serif;
  font-size: 21px;
  line-height: 1.6;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--dark-text);
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  transition: color 1s;
}

a:hover {
  color: var(--light-blue);
}

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

li {
  margin-bottom: 6px;
}

.columns {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ul-point {
  margin-bottom: 14px;
  padding-left: 40px;
}

.spacer {
  height: 30px;
}

.title-border {
  background-color: var(--grey);
  width: 60px;
  height: 2px;
}

.title-border.white {
  background-color: #fff;
}

.body-container {
  z-index: 4;
  max-width: 1100px;
  position: relative;
}

.body-container.blog {
  padding-right: 25%;
}

.body-container.border {
  border: 1px solid var(--white);
  -webkit-backdrop-filter: grayscale();
  backdrop-filter: grayscale();
  background-color: #343f56e6;
  max-width: 600px;
  padding: 40px;
  font-size: 34px;
}

.colours-box {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.colour-example {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 18%;
  height: 120px;
  display: flex;
}

.colour-example._2 {
  background-color: var(--light-blue);
}

.colour-example._3 {
  background-color: var(--dark-text);
  color: #fff;
}

.colour-example._4 {
  background-color: var(--black);
  color: #fff;
}

.colour-example._1 {
  background-color: var(--grey);
}

.main-button {
  z-index: 2;
  border: 1px solid var(--light-blue);
  background-color: var(--grey);
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  padding: 12px 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: color 1s, background-color 1s;
  display: flex;
  position: relative;
}

.main-button:hover {
  background-color: var(--white);
  color: var(--dark-text);
  text-decoration: none;
}

.button-holder {
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  font-size: 16px;
  display: flex;
}

.button-holder.left {
  justify-content: flex-start;
  align-items: center;
}

.column-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  min-height: 300px;
  max-height: 420px;
}

.title-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.title-holder.left {
  align-items: flex-start;
}

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

.body-section {
  z-index: 1;
  text-align: center;
  cursor: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 10%;
  font-style: normal;
  position: relative;
  overflow: hidden;
}

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

.body-section.dark {
  background-color: var(--dark-text);
  color: var(--white);
}

.column {
  width: 100%;
  height: auto;
}

.column.relative {
  position: relative;
}

.text-restrict {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 10%;
  padding-right: 10%;
}

.text-restrict._2-cols {
  text-align: left;
  column-count: 2;
  column-gap: 50px;
}

.background-overlay {
  z-index: 2;
  background-color: #343f56e6;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-overlay.light {
  mix-blend-mode: normal;
  background-color: #000000bf;
}

.background-overlay.home {
  color: #fff;
  text-align: center;
  background-color: #0006;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 10%;
  padding-right: 10%;
}

.background-overlay.fade {
  background-color: #0003;
  background-image: linear-gradient(90deg, #0003, #0000);
}

.page-header {
  z-index: 1;
  color: #fff;
  text-align: left;
  cursor: auto;
  background-color: #1d1d1d;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 400px;
  padding: 120px 10% 80px;
  font-style: normal;
  position: relative;
  overflow: hidden;
}

.page-header.blog {
  min-height: auto;
  padding-bottom: 40px;
}

.bottom-orange-border {
  z-index: 3;
  background-color: #e89c53;
  width: 66.6%;
  height: 6px;
  position: absolute;
  bottom: 0;
  right: 0;
}

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

.background-image.half {
  width: 50%;
  margin-left: -30px;
}

.background-image.half.right {
  margin-left: 0;
  margin-right: -30px;
  left: auto;
}

.background-image.greyscale {
  filter: contrast(150%) grayscale();
}

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

.blog-columns {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 70% 30%;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: grid;
}

.blog-content {
  padding-right: 40px;
}

.blog-side-bar {
  grid-row-gap: 60px;
  border-left: 1px solid #d6d6d6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-left: 20px;
  display: flex;
}

.blog-side-bar-items {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.blog-side-bar-title {
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 400;
}

.blog-side-bar-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 20px;
  font-weight: 400;
  display: flex;
}

.blog-side-bar-links:hover {
  color: #165365;
}

.card-item-date {
  color: #5e5e5e;
  font-size: 14px;
}

.benefits-grid {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: grid;
}

.benefit-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.benefit-icon-holder {
  background-color: #00a4cb;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 18px;
  display: flex;
}

.benefit-icon-holder.orange {
  background-color: #e89c53;
}

.benefit-icon-holder.red {
  background-color: #e94e1b;
}

.benefit-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.benefit-title {
  color: #e94e1b;
  font-size: 21px;
  font-weight: 600;
}

.faqs-holder {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--mid-blue);
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  width: auto;
  height: auto;
  margin: 40px 10% 30px;
  display: flex;
}

.faq-item {
  border-bottom: 1px solid var(--mid-blue);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.faq-title {
  padding: 20px 100px 20px 30px;
}

.faq-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: absolute;
  top: 24px;
  right: 16px;
}

.faq-line-1 {
  background-color: var(--mid-blue);
  width: 2px;
  height: 100%;
}

.faq-line-2 {
  background-color: var(--mid-blue);
  width: 100%;
  height: 2px;
  position: absolute;
}

.faq-answer {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
}

.faq-spacer {
  width: 100%;
  height: 20px;
}

.menu-line-top {
  background-color: #fff;
  border-radius: 4px;
  width: 42px;
  height: 4px;
  position: absolute;
  top: 0;
}

.menu-line-low {
  background-color: #fff;
  border-radius: 4px;
  width: 42px;
  height: 4px;
  position: absolute;
  bottom: 0;
}

.menu-line-mid {
  background-color: #fff;
  border-radius: 4px;
  width: 42px;
  height: 4px;
}

.menu-button {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  width: 42px;
  height: 28px;
  display: none;
  position: absolute;
  right: 30px;
}

.menu-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.main-button-2 {
  z-index: 2;
  color: #165365;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff0;
  border: 1px solid #165365;
  border-radius: 50px;
  width: auto;
  min-width: 180px;
  padding: 16px 22px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  transition: border-color 1s, color 1s, background-color 1s;
  position: relative;
}

.main-button-2:hover {
  color: #fff;
  background-color: #e89c53;
  border-color: #e89c53;
  text-decoration: none;
}

.main-button-2.alt {
  color: #fff;
  background-color: #e94e1b;
  border-color: #e94e1b;
  font-size: 16px;
}

.main-button-2.alt:hover {
  color: #fff;
  background-color: #fff0;
  border-color: #fff;
}

.menu-link {
  grid-column-gap: 8px;
  color: #fff;
  letter-spacing: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.menu-link:hover {
  color: var(--mid-blue);
}

.menu-link.drop {
  background-color: var(--white);
  color: var(--dark-text);
  border-radius: 6px;
  width: 100%;
  height: auto;
  padding: 4px 7px;
  font-weight: 500;
  transition: background-color 1s, color 1s;
}

.menu-link.drop:hover {
  background-color: var(--light-blue);
}

.menu-drawer {
  z-index: 997;
  width: 100%;
  height: 100%;
  display: block;
}

.nav-bar {
  z-index: 998;
  background-color: var(--dark-text);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 86px;
  padding: 0 30px 0 160px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header-logo-link {
  z-index: 6;
  width: auto;
  height: auto;
  position: absolute;
  top: 24px;
  left: 30px;
}

.brand-logo {
  filter: saturate(0%) invert() brightness(200%);
  object-fit: contain;
  object-position: 0% 0%;
  width: 159.328px;
  height: 50px;
}

.counterweight {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 5px;
}

.home-header {
  z-index: 1;
  background-color: var(--dark-text);
  color: #fff;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 600px;
  padding: 400px 10% 100px;
  font-style: normal;
  position: relative;
  overflow: hidden;
}

.header {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 300;
}

.move-link, .move-link:hover {
  color: #fff;
}

.header-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin: 0;
  font-size: 30px;
  display: flex;
  transform: rotate(-90deg);
}

.hidden-nav {
  display: none;
}

.home-slider-mask {
  width: 100%;
  height: 100%;
}

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

.home-slider, .home-background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-link-holder {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  min-height: 82px;
  display: flex;
  position: relative;
}

.menu-link-2 {
  grid-column-gap: 8px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  position: relative;
}

.menu-link-2:hover {
  color: #df312b;
}

.menu-link-2.drop {
  white-space: pre-wrap;
  border-bottom: 1px solid #df312b;
  justify-content: flex-start;
  align-items: center;
  min-height: 42px;
  padding: 6px 14px;
  transition: background-color 1s, color 1s;
}

.menu-link-2.drop:hover {
  color: #11182d;
  background-color: #df312b;
}

.menu-icon {
  color: #fff;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 14px;
  transform: rotate(-90deg);
}

.drop-holder {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--white);
  border-radius: 12px;
  flex-flow: column;
  width: auto;
  min-width: 180px;
  max-width: 360px;
  padding: 8px;
  display: none;
  position: absolute;
  top: 68px;
  left: -12px;
  box-shadow: 0 2px 12px 2px #0003;
}

.sub-title {
  color: var(--mid-blue);
  font-size: 21px;
  font-weight: 500;
}

.head-title-holder {
  border-left: 3px solid var(--mid-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-left: 30px;
  display: flex;
}

.home-sub-title {
  color: var(--mid-blue);
  font-size: 50px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
}

.home-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 500;
}

.home-title.home-sub {
  color: var(--mid-blue);
  font-size: 50px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
}

.service-link-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.service-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid #343f561a;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  transition-property: none;
  display: flex;
}

.service-link:hover {
  color: var(--dark-text);
  border-bottom-color: #e7e9ec;
}

.service-link-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 500;
}

.service-bullet {
  background-color: var(--mid-blue);
  color: var(--mid-blue);
  border-radius: 50px;
  width: 16px;
  height: 2px;
  margin-top: 12px;
}

.menu-link-bullet {
  background-color: var(--dark-text);
  border-radius: 100%;
  width: 5px;
  height: 5px;
  margin-top: 10px;
}

.column-background {
  z-index: -1;
  background-color: var(--white);
  position: absolute;
  inset: -30px -100% -30px -30px;
}

.clients-holder-track {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
  overflow: hidden;
}

.clients-holder-inner {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  width: 821.797px;
  min-width: 821.797px;
  height: 60px;
  padding-right: 60px;
  display: flex;
}

.client-logo {
  object-fit: contain;
  width: auto;
  height: 40px;
}

.client-logo.sm {
  height: 40px;
}

.footer-link-bullet {
  border: 2px solid #fff;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 9px;
  left: 0;
}

.social-media-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 12px;
  display: flex;
}

.footer-link-list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 16px;
  display: flex;
}

.link-items-holder {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 14px;
  display: flex;
}

.footer-brand-logo {
  filter: invert() brightness(200%) grayscale();
  object-fit: contain;
  object-position: 0% 50%;
  width: 159.328px;
  height: 50px;
}

.footer-link {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-left: 12px;
  font-weight: 400;
  display: flex;
  position: relative;
}

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

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

.footer-links-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 21px;
  font-size: 16px;
  display: grid;
}

.footer-logo-link {
  z-index: 99;
  width: auto;
  height: auto;
}

.column-2 {
  width: 100%;
  height: auto;
}

.body-container-2 {
  z-index: 4;
  max-width: 1200px;
  position: relative;
}

.footer-column-title {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.link-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #0c1434;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding-left: 26px;
  font-size: 21px;
  font-weight: 400;
  display: inline-flex;
  position: relative;
}

.link-item:hover {
  color: #fcc04c;
}

.link-item.alt {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 21px;
  font-size: 16px;
}

.link-item.alt:hover {
  color: var(--mid-blue);
}

.social-media-icon {
  background-color: #fff;
  width: 24px;
  height: 24px;
  transition-property: background-color;
}

.social-media-icon:hover {
  background-color: var(--mid-blue);
}

.link-item-descr {
  color: var(--white);
  font-weight: 700;
  position: absolute;
  left: 0;
}

.footer {
  z-index: 1;
  background-color: var(--dark-text);
  color: #fff;
  text-align: left;
  cursor: auto;
  background-image: linear-gradient(345deg, #6c7ba080, #6c7ba000);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 10%;
  font-style: normal;
  position: relative;
  overflow: hidden;
}

.holding-page {
  z-index: 1;
  background-color: var(--dark-text);
  color: var(--white);
  text-align: center;
  cursor: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  padding: 80px 10%;
  font-style: normal;
  display: flex;
  position: relative;
  overflow: hidden;
}

.holding-page.blog {
  padding-top: 60px;
}

.holding-page.dark {
  background-color: var(--dark-text);
  color: var(--white);
}

.holding-page-inner {
  width: 100%;
}

.background-gradient {
  z-index: 2;
  background-image: linear-gradient(180deg, var(--black), #0000 50%, var(--black));
  opacity: .5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-gradient.inverse {
  background-image: linear-gradient(180deg, #0000, var(--black) 50%, #0000);
  opacity: .5;
}

.holding-logo {
  filter: saturate(0%) invert() brightness(200%);
  object-fit: contain;
  object-position: 0% 0%;
  width: 240px;
  height: 75.3125px;
  margin-bottom: 40px;
}

.holding-title {
  font-size: 34px;
  line-height: 1.2;
}

.holding-spacer {
  background-color: var(--white);
  border-radius: 8px;
  width: 40px;
  height: 2px;
  margin-top: -20px;
  margin-bottom: 30px;
  margin-left: 50%;
  position: relative;
  left: -20px;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 62px;
  }

  h3 {
    font-size: 44px;
  }

  .column-image {
    min-height: 320px;
  }

  .service-link-title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 46px;
  }

  .column-image {
    min-height: 330px;
  }

  .menu-inner {
    grid-column-gap: 30px;
  }

  .home-header {
    padding-top: 500px;
  }

  .sub-title {
    font-size: 24px;
  }

  .service-link-title {
    font-size: 26px;
  }

  .column-background {
    bottom: -40px;
    left: -50px;
  }

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

@media screen and (min-width: 1920px) {
  body {
    font-size: 24px;
  }

  h1 {
    font-size: 66px;
  }

  h2 {
    font-size: 56px;
  }

  h3 {
    font-size: 48px;
  }

  .main-button {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
  }

  .column-image {
    min-height: 340px;
  }

  .text-restrict._2-cols {
    column-gap: 60px;
  }

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

  .menu-inner {
    grid-column-gap: 40px;
  }

  .main-button-2 {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
  }

  .menu-link {
    font-size: 18px;
  }

  .brand-logo {
    width: 240px;
    height: 55px;
  }

  .menu-link-2, .service-link {
    font-size: 18px;
  }

  .service-link-title {
    font-size: 21px;
  }

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

  .holding-logo {
    width: 240px;
    height: 55px;
  }
}

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

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 38px;
  }

  .columns {
    flex-direction: column;
    display: flex;
  }

  .columns.reverse {
    flex-direction: column-reverse;
  }

  .main-button.head {
    position: absolute;
    top: 0;
    left: 0;
  }

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

  .title-holder {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .body-section {
    text-align: left;
    padding: 50px 5%;
  }

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

  .column.image-spacer {
    height: 270px;
  }

  .text-restrict {
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-restrict._2-cols {
    text-align: center;
    column-count: 1;
  }

  .background-overlay.home, .page-header {
    padding-left: 5%;
    padding-right: 5%;
  }

  .background-image.half {
    width: 100%;
    height: 340px;
    margin-left: 0;
    bottom: auto;
  }

  .background-image.half.right {
    margin-right: 0;
  }

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

  .blog-columns {
    flex-direction: column;
    display: flex;
  }

  .blog-content {
    padding-right: 0;
  }

  .blog-side-bar {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    border-top: 1px solid #d6d6d6;
    border-left-style: none;
    border-left-width: 0;
    flex-flow: wrap;
    padding-top: 40px;
    padding-left: 0;
  }

  .blog-side-bar-items {
    width: 50%;
    padding-right: 60px;
  }

  .blog-side-bar-links {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .benefits-grid {
    font-size: 16px;
  }

  .benefit-icon-holder {
    width: 80px;
    height: 80px;
  }

  .benefit-title {
    font-size: 18px;
  }

  .faqs-holder {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .faq-title {
    padding-left: 12px;
    padding-right: 80px;
  }

  .faq-answer {
    padding-left: 12px;
    padding-right: 12px;
  }

  .menu-line-top {
    border-radius: 2px;
    width: 42px;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
  }

  .menu-line-low {
    border-radius: 2px;
    width: 42px;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    bottom: 0;
  }

  .menu-line-mid {
    border-radius: 2px;
    width: 42px;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button {
    z-index: 999;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 28px;
    padding: 0;
    display: flex;
    position: absolute;
    right: 20px;
  }

  .menu-inner {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 72px;
    position: relative;
  }

  .main-button-2.alt.head {
    position: absolute;
    top: 0;
    left: 0;
  }

  .menu-link {
    font-size: 24px;
    font-weight: 500;
  }

  .menu-link.drop {
    background-color: var(--transparent);
    color: var(--white);
    width: auto;
    padding: 0;
  }

  .menu-link.drop:hover {
    background-color: var(--transparent);
    color: var(--mid-blue);
  }

  .menu-drawer {
    background-color: var(--dark-text);
    height: 100%;
    padding: 100px 5% 40px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .header-logo-link {
    z-index: 999;
  }

  .home-header {
    min-height: auto;
    padding: 300px 5% 50px;
  }

  .menu-link-holder {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .menu-link-2 {
    font-size: 21px;
  }

  .menu-link-2.drop {
    white-space: normal;
    border-bottom: 0 #fff0;
    min-height: auto;
    margin-left: 20px;
    padding: 0;
  }

  .menu-link-2.drop:hover {
    color: #df312b;
    background-color: #fff0;
  }

  .menu-icon {
    margin-right: 0;
    font-size: 24px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  .drop-holder {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    background-color: #fff0;
    border-top: 0 #fff0;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-top: 8px;
    padding: 0 0 0 20px;
    display: flex;
    position: static;
  }

  .home-sub-title {
    font-size: 42px;
  }

  .home-title {
    font-size: 50px;
  }

  .home-title.home-sub {
    font-size: 42px;
  }

  .service-link-title {
    font-size: 24px;
  }

  .menu-link-bullet {
    display: none;
  }

  .column-background {
    bottom: -40px;
    left: -20px;
    right: -20px;
  }

  .clients-holder-track {
    width: 100%;
  }

  .client-logo {
    height: 52px;
  }

  .social-media-links {
    justify-content: flex-end;
    align-items: center;
    width: 20%;
  }

  .link-items-holder {
    width: 40%;
    margin-top: 0;
  }

  .footer-brand-logo {
    width: auto;
    height: 100%;
  }

  .footer-titles {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 40%;
    display: flex;
  }

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

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

  .footer-logo-link {
    z-index: 999;
  }

  .column-2.details {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .footer {
    padding: 40px 5%;
  }

  .holding-page {
    padding: 50px 5%;
  }

  .holding-page.blog {
    padding-top: 40px;
  }
}

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

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 36px;
  }

  .body-container {
    padding-left: 0;
  }

  .body-container.blog {
    padding-right: 0%;
  }

  .column-image {
    max-height: 300px;
  }

  .body-section {
    padding: 40px 30px;
  }

  .column.image-spacer {
    height: 210px;
  }

  .background-overlay.home, .page-header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .background-image.half {
    height: 280px;
  }

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

  .blog-side-bar-items {
    width: 100%;
  }

  .benefits-grid {
    grid-column-gap: 4%;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .benefit-item {
    width: 48%;
  }

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

  .faq-title {
    padding-left: 0;
  }

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

  .menu-drawer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-header {
    padding: 200px 30px 40px;
  }

  .head-title-holder {
    border-left-width: 2px;
    padding-left: 20px;
  }

  .home-sub-title {
    font-size: 36px;
  }

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

  .home-title.home-sub {
    font-size: 36px;
  }

  .column-background {
    top: -20px;
    left: -20px;
    right: -20px;
  }

  .social-media-links {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .link-items-holder {
    width: 100%;
  }

  .footer-brand-logo {
    width: 254.93px;
    height: 80px;
  }

  .footer-titles {
    width: 100%;
  }

  .footer-links-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .column-2.details {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer, .holding-page {
    padding: 40px 30px;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  .spacer {
    height: 20px;
  }

  .body-container.background {
    margin-bottom: -20px;
  }

  .main-button {
    text-align: center;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .button-holder {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

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

  .title-holder {
    align-items: flex-start;
  }

  .body-section {
    text-align: left;
    padding: 40px 20px 50px;
  }

  .column.image-spacer {
    height: 170px;
  }

  .text-restrict._2-cols {
    text-align: left;
  }

  .background-overlay.home {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-header {
    text-align: left;
    min-height: auto;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-image.half {
    height: 240px;
  }

  .background-image.in-column {
    height: 200px;
  }

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

  .blog-side-bar-items {
    padding-right: 20px;
  }

  .benefits-grid {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .benefit-item {
    align-items: flex-start;
    width: 100%;
  }

  .menu-button {
    right: 12px;
  }

  .menu-inner {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .main-button-2 {
    text-align: center;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .menu-link {
    font-size: 21px;
  }

  .menu-drawer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-bar {
    height: 72px;
  }

  .header-logo-link {
    top: 20px;
    left: 12px;
  }

  .brand-logo {
    width: 133.836px;
    height: 42px;
  }

  .home-header {
    text-align: left;
    padding: 400px 20px 50px;
  }

  .menu-link-2 {
    font-size: 18px;
  }

  .head-title-holder {
    padding-left: 16px;
  }

  .home-sub-title {
    font-size: 32px;
  }

  .home-title {
    font-size: 38px;
  }

  .home-title.home-sub {
    font-size: 32px;
  }

  .service-link {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 40px;
    transition-property: none;
  }

  .service-link-title {
    font-size: 21px;
  }

  .client-logo {
    max-width: 45%;
    height: 40px;
  }

  .link-items-holder {
    margin-top: 10px;
    font-size: 18px;
  }

  .footer-brand-logo {
    width: 200px;
    height: 62.7578px;
  }

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

  .footer-logo-link {
    left: 20px;
  }

  .column-2 {
    text-align: left;
  }

  .link-item.alt {
    font-size: 18px;
  }

  .footer {
    text-align: left;
    padding: 40px 20px 50px;
  }

  .holding-page {
    padding: 40px 20px 50px;
  }

  .holding-logo {
    width: 200px;
    height: 62.7578px;
  }
}

#w-node-_813c21f3-2b8f-be29-cc80-0e96dd62a917-d9cbfc7a, #w-node-_813c21f3-2b8f-be29-cc80-0e96dd62a928-d9cbfc7a {
  place-self: start stretch;
}

#w-node-_80a9c1e9-29fd-af03-769a-9401507ae1c5-d9cbfc7a, #w-node-d8c8a0ec-0b59-53c8-3f29-560b94c68077-d9cbfc7b, #w-node-d8c8a0ec-0b59-53c8-3f29-560b94c68079-d9cbfc7b, #w-node-d8c8a0ec-0b59-53c8-3f29-560b94c68087-d9cbfc7b, #w-node-d8c8a0ec-0b59-53c8-3f29-560b94c68094-d9cbfc7b, #w-node-_4828f7d7-7397-29ae-c9dc-ecc86eb35a8c-d9cbfc7c, #w-node-_4828f7d7-7397-29ae-c9dc-ecc86eb35a93-d9cbfc7c, #w-node-_4828f7d7-7397-29ae-c9dc-ecc86eb35a9a-d9cbfc7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70961c28-513d-aa82-c2bc-d18637adbac8-d9cbfc7c, #w-node-_70961c28-513d-aa82-c2bc-d18637adbad9-d9cbfc7c {
  place-self: start stretch;
}

#w-node-_1de40879-5880-1c95-59c1-9ac333221230-d9cbfc7c, #w-node-_2f1f3cbc-2b08-df90-d49b-3bacab8f7122-d9cbfc7c, #w-node-_677084bf-c51d-d6f7-3fe7-85d6246b1244-d9cbfc7c, #w-node-_677084bf-c51d-d6f7-3fe7-85d6246b1243-d9cbfc7c, #w-node-c2978013-604f-0156-dd8f-0db7c24ddddd-d9cbfc7d, #w-node-c2978013-604f-0156-dd8f-0db7c24ddde6-d9cbfc7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


