:root {
  --midnight-blue: #121f3e;
  --orange-red: #ff5e15;
  --light-slate-grey: #96a0b5;
  --alice-blue: #e5ebf0;
  --orange: #ee7821;
  --misty-rose: #ffe0e0;
  --snow-3: #fffafb;
  --snow: rgba(255, 249, 249, .2);
  --snow-2: rgba(255, 249, 249, .8);
  --slate-grey: #6d7d93;
  --white-smoke-3: #f2f5f8;
  --white-smoke-2: #f3f7f9;
  --white-smoke: #f8fafb;
  --orange-red-2: #ea520e;
}

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

body {
  color: var(--midnight-blue);
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
}

h1 {
  color: var(--midnight-blue);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--midnight-blue);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--midnight-blue);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: var(--midnight-blue);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

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

li {
  margin-bottom: 16px;
}

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

label {
  margin-bottom: 8px;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 5px solid var(--orange-red);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.hero-grid {
  grid-column-gap: 78px;
  grid-row-gap: 10px;
  grid-template: "."
  / 1fr;
}

.hero-section {
  padding: 172px 3% 124px;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  grid-column-gap: 7px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.orange-span {
  color: var(--orange-red);
}

.title {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 58px;
  margin-bottom: 32px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-large {
  letter-spacing: -.03px;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large.margin-top-14 {
  margin-top: 14px;
}

.detail-title-wrap {
  margin-top: 60px;
  margin-bottom: 60px;
}

.button-orange {
  max-height: 60px;
  border: 1px solid var(--orange-red);
  background-color: var(--orange-red);
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
  display: flex;
}

.button-orange:hover {
  border: 1px solid var(--orange-red);
  color: var(--orange-red);
  background-color: #fff;
}

.button-orange.margin-right-16 {
  margin-right: 16px;
}

.button-orange.margin-top-24 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 24px;
}

.content-section {
  padding: 92px 3%;
  position: relative;
  overflow: hidden;
}

.content-section.grey {
  background-color: #f8fafb;
  margin-bottom: 0;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  padding: 24px 3%;
  display: block;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  padding-left: 57px;
  display: flex;
}

.navigation-right {
  justify-content: flex-end;
  display: flex;
}

.logo {
  width: 300px;
  object-fit: fill;
  font-weight: 700;
  overflow: visible;
}

.navigation-container {
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: #96a0b5;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
}

.nav-link:hover {
  color: #3c4263;
}

.nav-link.w--current {
  color: #ff5e15;
}

.heading-wrap {
  max-width: 560px;
  margin-bottom: 62px;
}

.card-content {
  align-items: flex-start;
  display: flex;
}

.service-image {
  height: 300px;
  margin-bottom: 32px;
  overflow: hidden;
}

.container-small {
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.button-arrow {
  width: 180px;
  color: #fff;
  white-space: nowrap;
  background-color: #ff5e15;
  justify-content: center;
  align-items: center;
  padding: 20px 28px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow {
  margin-left: 8px;
}

.hero-image-grid-wrap {
  justify-content: flex-end;
  display: flex;
}

.text-link-large {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
}

.h2-title-centre {
  text-align: center;
}

.logo-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.logo-wrap {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.logo-svg {
  flex: 0 auto;
  align-self: center;
  display: block;
}

.projects-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.service-type {
  letter-spacing: 1.5px;
  margin-right: 24px;
  line-height: 24px;
  display: inline;
}

.grey-line {
  height: 1px;
  background-color: #96a0b5;
  flex: 1;
}

.client-wrap {
  max-width: 80%;
  white-space: nowrap;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.paragraph-grey {
  color: var(--light-slate-grey);
  margin-bottom: 40px;
}

.feature-grid {
  grid-column-gap: 72px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.feature-grid.bottom {
  grid-column-gap: 72px;
  margin-bottom: 140px;
}

.item-services {
  margin-right: 60px;
}

.slider-services {
  width: auto;
  height: auto;
  max-width: 460px;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
}

.mask-services {
  width: 100%;
  height: auto;
  overflow: visible;
}

.project-item {
  margin-bottom: 60px;
}

.project-collection-list {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.h3-title {
  margin-bottom: 16px;
}

.expert-card {
  width: 100%;
  height: 100%;
  border: 1px solid var(--alice-blue);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 70px 60px;
  transition: all .3s;
  display: flex;
}

.expert-card:hover {
  border-color: var(--orange-red);
}

.employees-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.title-wrap-centre {
  max-width: 700px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-slider-grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
}

.slider-content-block {
  border-top: 1px solid #e5ebf0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.testimonial-quote-wrap {
  margin-bottom: 40px;
  display: flex;
}

.testimonial-author-wrap {
  align-items: center;
  font-weight: 700;
  display: flex;
}

.line-accent {
  width: 50px;
  height: 1px;
  background-color: #121f3e;
  margin-right: 16px;
}

.left-arrow {
  width: 52px;
  height: 52px;
  border: 1px solid var(--orange-red);
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: -120px;
  left: 0%;
  right: auto;
}

.style-grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.style-title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.font-size {
  color: #96a0b5;
  font-size: 16px;
}

.collection-item-projects {
  width: 100%;
  margin-right: 32px;
}

.right-arrow {
  width: 52px;
  height: 52px;
  background-color: var(--orange-red);
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: -120px;
  left: 70px;
  right: auto;
}

.employee-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  padding-top: 0;
  display: inline-block;
  overflow: scroll;
}

.employee-image-wrap {
  width: 130px;
  height: 130px;
  background-image: linear-gradient(#ff5e15, rgba(255, 94, 21, .14));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  padding: 5px;
  display: block;
  position: relative;
}

.slide-navigation {
  display: block;
}

.testimonial-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slider-accent-block {
  width: 200px;
  height: 200px;
  background-color: rgba(255, 94, 21, .08);
  position: absolute;
  top: -20px;
  bottom: auto;
  left: auto;
  right: -20px;
}

.statistics-grid {
  grid-column-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.typography-block, .color-block {
  border-bottom: 1px solid #ececec;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.color-style-block {
  width: 180px;
  flex: 0 auto;
  margin-right: 16px;
}

.orange-light {
  background-color: var(--orange);
  margin-bottom: 8px;
}

.style-color-wrap {
  display: flex;
}

.medium-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}

.medium-title.margin {
  white-space: normal;
  margin-bottom: 16px;
}

.medium-title._8-margin-right {
  margin-right: 8px;
}

.medium-title._16-margin {
  margin-bottom: 16px;
}

.medium-title.margin-8 {
  margin-bottom: 8px;
}

.subtitle-2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.subtitle-3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.paragraph-style-wrap {
  max-width: 560px;
}

.orange {
  background-color: var(--orange-red);
  margin-bottom: 8px;
}

.orange-dark {
  background-color: var(--orange);
  margin-bottom: 8px;
}

.pink {
  background-color: var(--misty-rose);
  margin-bottom: 8px;
}

.cream {
  background-color: var(--snow-3);
  margin-bottom: 8px;
}

.cream-lightest {
  background-color: var(--snow);
  margin-bottom: 8px;
}

.cream-light {
  background-color: var(--snow-2);
  margin-bottom: 8px;
}

.navy {
  background-color: var(--midnight-blue);
  margin-bottom: 8px;
}

.grey {
  background-color: var(--light-slate-grey);
  margin-bottom: 8px;
}

.grey-dark {
  background-color: var(--slate-grey);
  margin-bottom: 8px;
}

.grey-light {
  background-color: var(--alice-blue);
  margin-bottom: 8px;
}

.grey-lighter {
  background-color: var(--white-smoke-3);
  margin-bottom: 8px;
}

.ivory {
  background-color: var(--white-smoke-2);
  margin-bottom: 8px;
}

.ivory-light {
  background-color: var(--white-smoke);
  margin-bottom: 8px;
}

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

.button-white {
  width: 180px;
  max-height: 60px;
  color: var(--orange-red);
  background-color: #fff;
  border: 1px solid #ff5e15;
  justify-content: center;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.button-white:hover {
  background-color: var(--orange-red);
  color: #fff;
}

.emergencysupport {
  text-align: center;
  margin-bottom: 32px;
}

.hero-paragraph {
  max-width: 560px;
  color: var(--light-slate-grey);
  letter-spacing: -.03px;
  margin-bottom: 40px;
  padding-top: 6px;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}

.button-wrap {
  align-items: center;
  display: flex;
}

.number {
  color: var(--midnight-blue);
  letter-spacing: 2px;
  white-space: nowrap;
  margin-top: 6px;
  margin-right: 40px;
  font-weight: 400;
  line-height: 24px;
}

.slider-nav {
  display: none;
}

.h2-title {
  margin-bottom: 16px;
}

.h2-title._40-bottom-margin {
  margin-bottom: 40px;
}

.h2-title.margin-max-width {
  max-width: 750px;
  margin-top: 16px;
  margin-bottom: 40px;
}

.right-arrow-testimonial {
  width: 52px;
  height: 52px;
  background-color: var(--orange-red);
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 70px;
  right: auto;
}

.left-arrow-testimonial {
  width: 52px;
  height: 52px;
  border: 1px solid var(--orange-red);
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slide-detail-wrapper {
  width: 100%;
  min-height: 52px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.slide-number {
  color: var(--midnight-blue);
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 24px;
}

.link-large-orange {
  color: var(--orange-red);
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
}

.subtitle-large-grey {
  color: var(--light-slate-grey);
  font-size: 20px;
  line-height: 30px;
}

.statistic-title {
  color: var(--light-slate-grey);
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.statistic {
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
}

.stats-grid {
  max-width: 560px;
}

.statistics-wrap {
  max-width: 550px;
}

.cta-text-wrap {
  max-width: 430px;
}

.service-section {
  background-color: #fff;
  padding: 100px 3% 220px;
  overflow: hidden;
}

.project-column.column-padding {
  padding-top: 90px;
}

.large-title {
  color: #fff;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 800;
}

.footer-section {
  height: 280px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--orange-red);
  grid-template: "Area"
                 "Area" 196px
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 39px 3% 0;
  display: grid;
}

.link-grid {
  grid-template: "."
  / 1fr;
}

.footer-link {
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all .2s;
  display: block;
}

.footer-link:hover {
  color: rgba(255, 255, 255, .8);
}

.footer-legal {
  background-color: #f1560f;
  padding-left: 3%;
  padding-right: 3%;
}

.legal-wrap {
  justify-content: space-between;
  align-items: baseline;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.white-link {
  color: #fff;
  text-decoration: underline;
}

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

.legal-link {
  color: #fff;
  padding: 10px 12px;
  font-weight: 500;
  transition: opacity .2s;
  display: block;
}

.legal-link:hover {
  opacity: .8;
}

.cta-block {
  border-bottom: 4px solid var(--orange-red);
  background-color: var(--white-smoke);
  justify-content: space-between;
  padding: 8%;
  display: flex;
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 254px;
}

.link-large {
  color: var(--orange-red);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: underline;
}

.project-image-wrapper {
  height: 500px;
  margin-bottom: 32px;
  overflow: hidden;
}

.feature-image {
  height: 600px;
}

.light-grey-span {
  color: var(--light-slate-grey);
}

.testimonial-image {
  height: 700px;
  justify-content: flex-end;
  display: flex;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
}

.footer-grid.paragraph-white {
  grid-column-gap: 158px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
  grid-auto-flow: row;
  justify-items: start;
  margin-top: -26px;
  margin-bottom: -89px;
  padding-bottom: 149px;
}

.footer-logo {
  width: 180px;
  margin-bottom: 20px;
}

.paragraph-white {
  color: #fff;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 185px;
  padding-left: 0;
  font-size: 18px;
}

.footer-left-content-block {
  max-width: 260px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer-social-link {
  border: 1px solid var(--snow);
  border-radius: 50%;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px;
  transition: all .3s;
}

.footer-social-link:hover {
  background-color: var(--orange-red-2);
  border-color: #fff9f9;
}

.service-image-large {
  height: 380px;
  overflow: hidden;
}

.collection-item-services {
  margin-bottom: 72px;
}

.services-text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 45px;
  display: flex;
}

.service-short-description {
  max-width: 500px;
  color: var(--light-slate-grey);
  margin-bottom: 64px;
}

.service-menu {
  background-color: var(--white-smoke);
  padding: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 35px;
}

.services-navigation-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 32px;
}

.services-navigation-link {
  justify-content: space-between;
  padding: 20px 24px;
  transition: background-color .2s;
  display: flex;
}

.services-navigation-link:hover {
  background-color: rgba(150, 160, 181, .1);
}

.services-navigation-link.w--current {
  background-color: rgba(150, 160, 181, .1);
  transition: background-color .4s;
}

.service-content-block {
  opacity: 1;
  margin-bottom: 120px;
}

.nav-arrow {
  width: 6px;
  margin-left: 37px;
}

.benefit-number {
  width: auto;
  color: var(--midnight-blue);
  margin-bottom: 24px;
  font-size: 25px;
  line-height: 24px;
  display: inline-block;
}

.features-grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto auto 296px;
  grid-template-areas: "."
                       "."
                       "Area";
}

.features-grid.benefit-number {
  grid-column-gap: 42px;
  grid-template-rows: auto auto auto auto;
}

.brt h3 {
  margin-bottom: 24px;
}

.brt p {
  margin-bottom: -13px;
}

.service-content-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.service-description {
  color: var(--midnight-blue);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.project-image {
  width: 100%;
  height: 240px;
  margin-bottom: 32px;
  overflow: hidden;
}

.benefits-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
}

.orange-circle {
  width: 32px;
  height: 32px;
  background-color: var(--misty-rose);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  display: flex;
}

.benefits-wrapper {
  width: 100%;
  white-space: normal;
  align-items: center;
  display: flex;
}

.text-detail-grey {
  color: var(--light-slate-grey);
  line-height: 1.5;
}

.orange-check {
  width: 14px;
}

.video-link-full {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.play-circle {
  width: 96px;
  height: 96px;
  background-color: var(--snow-2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-placeholder-image {
  margin-top: 15px;
}

.play-button {
  width: 128px;
  height: 128px;
  background-color: var(--snow);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.breadcrumb-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 8px;
  margin-right: 6px;
  font-weight: 400;
  line-height: 24px;
}

.contact-grid {
  grid-column-gap: 110px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.contact-block-grey {
  background-color: var(--white-smoke-2);
  padding: 60px;
}

.input-field {
  min-height: 56px;
  letter-spacing: .05px;
  border: 1px solid #fff;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  transition: border-color .2s;
}

.input-field:hover {
  border-style: solid;
  border-color: var(--orange-red);
}

.input-field:focus {
  border-color: var(--orange-red);
}

.input-field::-ms-input-placeholder {
  color: #96a0b5;
}

.input-field::placeholder {
  color: #96a0b5;
}

.field-wrapper {
  flex: 1;
}

.send-button-right {
  color: var(--orange-red-2);
  justify-content: flex-start;
  display: flex;
}

.contact-column {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.h5-title {
  margin-bottom: 8px;
}

.h1-title {
  margin-bottom: 32px;
}

.contact-information {
  grid-row-gap: 32px;
}

.small-button-orange {
  width: 170px;
  max-height: 60px;
  background-color: var(--orange-red);
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  padding: 20px 30px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.form-email {
  width: 530px;
  display: flex;
}

.email-field {
  height: 60px;
  background-color: var(--white-smoke-3);
  border: 1px solid #f2f5f8;
  margin-bottom: 0;
  margin-right: 16px;
  padding-left: 18px;
  padding-right: 18px;
  transition: all .2s;
}

.email-field:hover {
  border-color: var(--orange-red);
  background-color: #fff;
}

.form-block {
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.blog-block {
  max-width: 390px;
  border-top: 5px solid var(--orange-red);
  background-color: #fff;
  padding: 32px;
}

.author-wrap {
  align-items: center;
  display: flex;
}

.author-profile-image {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin-right: 16px;
  overflow: hidden;
}

.blog-link-block {
  width: 100%;
  height: 580px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  display: flex;
}

.container-extra-small {
  width: 100%;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.blog-content p {
  margin-top: 32px;
  margin-bottom: 32px;
}

.collection-list-wrapper-blog {
  display: block;
}

.collection-item-blogs {
  display: flex;
}

.collection-list-blog {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  flex-wrap: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h1-title-centre {
  text-align: center;
  margin-bottom: 80px;
}

.about-image-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-bottom: 60px;
}

.our-story-grid {
  grid-column-gap: 124px;
  grid-row-gap: 80px;
  grid-template-columns: 1.25fr 1fr;
}

.grey-banner {
  z-index: -1;
  width: 100%;
  min-height: 35%;
  background-color: var(--white-smoke-2);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-grid {
  grid-column-gap: 80px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.cta-image {
  position: relative;
}

.cta-accent-block {
  z-index: -1;
  width: 150px;
  height: 150px;
  background-color: var(--misty-rose);
  position: absolute;
  top: -8%;
  bottom: auto;
  left: -6%;
  right: auto;
}

.cta-text-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-hero-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.feature-content-wrap {
  height: 100%;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
}

.footer-link-block {
  margin-bottom: 24px;
}

.service-grid {
  grid-column-gap: 0px;
  border: 1px solid var(--alice-blue);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.testimonial-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.grey-span {
  color: var(--light-slate-grey);
}

.service-header-image {
  height: 500px;
  margin-bottom: 60px;
}

.service-content-container {
  max-width: 900px;
}

.title-wrap {
  margin-bottom: 40px;
  display: block;
}

.tab-link-category {
  width: 160px;
  border: 1px solid var(--orange-red);
  color: var(--orange-red);
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.tab-link-category.w--current {
  background-color: var(--orange-red);
  color: #fff;
  transition: color .2s, background-color .2s;
}

.tabs-menu {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
  display: block;
}

.tabs {
  margin-top: 40px;
}

.blog-thumbnail-image {
  width: 100%;
  height: 240px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.blog-title {
  max-width: 330px;
  margin-bottom: 24px;
}

.paragraph {
  margin-bottom: 32px;
}

.blog-category {
  color: var(--light-slate-grey);
  margin-bottom: 16px;
}

.about-stats-grid {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr;
}

.our-story-content-wrap {
  padding-top: 20px;
}

.testimonial-card {
  width: 100%;
  border: 1px solid var(--alice-blue);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
  overflow: visible;
}

.blog-heading-wrap {
  max-width: 900px;
  margin-bottom: 48px;
}

.blog-image-wrap {
  height: 600px;
  margin-bottom: 24px;
}

.collection-list-blog-post-footer {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message {
  background-color: var(--orange-red);
  color: var(--white-smoke);
}

.contact-form-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-bottom: 40px;
  display: none;
}

.message-field-large {
  min-height: 150px;
  letter-spacing: .05px;
  border: 1px solid #fff;
  margin-bottom: 0;
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  transition: border-color .2s;
}

.message-field-large:hover, .message-field-large:focus {
  border-color: var(--orange-red);
}

.message-field-large::-ms-input-placeholder {
  color: #96a0b5;
}

.message-field-large::placeholder {
  color: #96a0b5;
}

.container {
  width: 2000px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.blog-block-featured {
  max-width: 540px;
  border-top: 5px solid var(--orange-red);
  background-color: #fff;
  padding: 42px 60px 42px 32px;
  position: relative;
  bottom: 42px;
  left: 42px;
}

.breadcrumb {
  margin-bottom: 32px;
  display: flex;
}

.project-link {
  width: 100%;
}

.collection-list-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.latest-projects-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.licence-graphic {
  width: 100%;
  height: 250px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
  overflow: hidden;
}

.license-block {
  background-color: #fff;
  margin-bottom: 60px;
  position: relative;
}

.licence-asset-icon {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: 50% 50%;
}

.google-span {
  color: rgba(18, 31, 62, .5);
  font-size: 24px;
}

.licence-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.licence-card {
  background-color: var(--white-smoke);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 24px 32px;
  transition: all .25s;
  display: flex;
}

.template-section {
  padding: 10px 3% 100px;
  overflow: hidden;
}

.plus-icon {
  width: 12px;
}

.faq-paragraph {
  color: var(--light-slate-grey);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.faq-question-bar {
  color: #0d0e10;
  letter-spacing: -.03em;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.faq-question-bar:hover {
  color: var(--orange-red);
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.faq-question-wrap {
  cursor: pointer;
}

.faq-content {
  color: #b1bac8;
  overflow: hidden;
}

.faq-circle {
  width: 32px;
  height: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordian-line {
  height: 1px;
  background-color: #e9ecf0;
  margin-top: 24px;
  margin-bottom: 24px;
}

.utility-page-wrap {
  width: 100vw;
  height: 60vh;
  max-height: 100%;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.utility-page-content {
  max-width: 500px;
  text-align: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.submit-button {
  height: 60px;
  background-color: var(--midnight-blue);
}

.password-field {
  height: 60px;
  border: 1px solid var(--light-slate-grey);
}

.password-field:focus {
  border-color: var(--midnight-blue);
}

.password-field::-ms-input-placeholder {
  color: var(--midnight-blue);
  font-size: 17px;
}

.password-field::placeholder {
  color: var(--midnight-blue);
  font-size: 17px;
}

.blog-author-image {
  width: 200px;
  border-radius: 50%;
  margin-bottom: 35px;
  display: inline-block;
  overflow: hidden;
}

.blog-author-heading-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.blog-author-bio {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
}

.project-write-up p {
  margin-top: 18px;
  margin-bottom: 32px;
}

.hero-image-large {
  z-index: 5;
  width: 100%;
  max-width: 45%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.header-large {
  min-height: 900px;
  background-color: #f8fafb;
  justify-content: center;
  align-items: center;
  padding: 80px 3% 100px;
  display: flex;
  position: relative;
}

.navbar-fixed {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 3%;
  padding-right: 3%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-container-large {
  max-width: 1150px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.white-bar-bottom {
  height: 8%;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-navigation {
  max-height: 60px;
  background-color: var(--white-smoke);
  color: var(--orange-red);
  white-space: nowrap;
  border: 1px solid #ff5e15;
  justify-content: center;
  margin-left: 20px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-navigation:hover {
  color: #fff;
  background-color: #ee5611;
}

.navigation-wrap {
  width: 100%;
  align-items: center;
  display: flex;
}

.brand-logo {
  margin-right: 60px;
}

.hero-title {
  color: var(--light-slate-grey);
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 24px;
}

.header-grid {
  grid-column-gap: 32px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
}

.navigation-line {
  height: 1px;
  max-width: 55%;
  background-color: #e5ebf0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-link-dark {
  color: var(--midnight-blue);
  padding-left: 0;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
  transition: color .2s;
  top: 7px;
  transform: translate(0);
}

.nav-link-dark:hover {
  color: var(--orange-red);
}

.nav-link-dark.w--current {
  color: #ff5e15;
  top: 7px;
}

.nav-link-dark.mobile-only {
  display: none;
}

.button-navigation-white {
  width: 180px;
  max-height: 60px;
  border: 1px solid var(--alice-blue);
  background-color: var(--orange-red);
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  margin-top: 7px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s, border-color .2s, color .2s, background-color .2s;
  display: flex;
}

.button-navigation-white:hover {
  border-color: var(--orange-red);
  background-color: var(--orange-red);
  color: #fff;
}

.empty-state {
  background-color: var(--orange-red-2);
  color: #fff;
  padding: 20px;
}

.social-link-wrap {
  margin: -205px -6px 95px -8px;
  padding-bottom: 0;
}

.contact-section {
  padding: 220px 3% 130px;
  overflow: hidden;
}

.header-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: 12px;
}

.author-social {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 24px;
  margin-bottom: 24px;
}

.social-link {
  width: 48px;
  height: 48px;
  background-color: #f3f6fb;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-list-grid {
  grid-column-gap: 34px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-description-grid {
  color: var(--light-slate-grey);
  margin-bottom: 32px;
}

.service-image-small {
  height: 280px;
  overflow: hidden;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  margin-left: -198px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-wrap-large {
  max-width: 660px;
  margin-bottom: 80px;
}

.section-large {
  padding: 200px 3% 130px;
}

.dropdown-list {
  background-color: var(--white-smoke);
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
  left: -45px;
  box-shadow: 28px 28px 50px rgba(109, 125, 147, .15);
}

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

.dropdown-toggle {
  padding-right: 20px;
  font-size: 15px;
  font-weight: 500;
  transition: color .2s;
  top: 7px;
}

.dropdown-toggle:hover {
  color: var(--orange-red);
}

.dropdown-wrapper {
  min-width: 220px;
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  display: block;
  position: relative;
}

.dropdown-link {
  width: 100%;
  color: var(--midnight-blue);
  border-left: 4px solid rgba(0, 0, 0, 0);
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all .2s;
}

.dropdown-link:hover {
  border-left-color: var(--orange-red);
  background-color: #fff;
}

.dropdown-link.w--current {
  color: var(--orange-red);
}

.blog-block-small {
  width: 100%;
  height: 500px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  display: flex;
}

.question-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
}

.author-link {
  align-items: center;
  display: flex;
}

.service-number {
  margin-right: 16px;
}

.contact-block {
  background-color: var(--white-smoke-2);
  padding: 60px;
}

.input-field-border {
  min-height: 56px;
  border: 1px solid var(--alice-blue);
  letter-spacing: .05px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
}

.input-field-border::-ms-input-placeholder {
  color: #96a0b5;
}

.input-field-border::placeholder {
  color: #96a0b5;
}

.message-field-border {
  min-height: 150px;
  border: 1px solid var(--alice-blue);
  letter-spacing: .05px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
}

.message-field-border::-ms-input-placeholder {
  color: #96a0b5;
}

.message-field-border::placeholder {
  color: #96a0b5;
}

.send-button-left {
  justify-content: flex-start;
  display: flex;
}

.content-grid-small {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}

.service-link-wrapper {
  width: 100%;
}

.orange-link {
  color: var(--orange-red);
  text-decoration: underline;
}

.contact-grid-information {
  grid-template-columns: 1fr;
  margin-bottom: 60px;
}

.bold-text {
  color: var(--midnight-blue);
}

.project-collection-column {
  grid-column-gap: 72px;
  grid-row-gap: 120px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
}

.author-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.banner-header {
  background-color: #e1e7ef;
  padding: 170px 3% 72px;
}

.flowbase-link {
  color: var(--orange-red);
}

.social-text-link {
  margin-bottom: 20px;
  margin-right: 40px;
  font-weight: 600;
  transition: color .2s;
}

.social-text-link:hover {
  color: var(--orange-red);
}

.social-link-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.button-text {
  max-height: 60px;
  color: var(--orange-red);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.button-text:hover {
  text-decoration: underline;
}

.service-image-wrap {
  height: 240px;
}

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

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

.service-card {
  background-color: #fff;
  box-shadow: 8px 8px 32px rgba(18, 31, 62, .05);
}

.service-content-card {
  padding: 30px 24px;
}

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

.arrow-small {
  width: 28px;
}

.list {
  list-style-type: decimal;
}

.article h4, .article h2, .article h1 {
  margin-top: 32px;
  margin-bottom: 16px;
}

.changelog-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 72px;
  display: flex;
}

.update-badge {
  color: var(--orange-red-2);
  letter-spacing: -.03em;
  background-color: rgba(234, 82, 14, .08);
  border-radius: 100px;
  margin-bottom: 24px;
  padding: 4px 16px;
  font-weight: 500;
}

.style-guide-block {
  width: 100%;
  background-color: var(--orange-red);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 32px;
  padding: 60px 42px;
  display: flex;
}

.body-large-white {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 18px;
  line-height: 32px;
}

.link-white {
  color: rgba(255, 255, 255, .8);
}

.h3-title-white {
  color: var(--snow-3);
  margin-bottom: 16px;
}

.service-block-small {
  margin-top: 32px;
}

.author-name-small {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.author-name-small._4-margin-bottom {
  margin-bottom: 4px;
}

.header-block {
  max-width: 500px;
}

.logo-section {
  background-color: var(--orange-red);
  padding: 92px 3%;
  position: relative;
  overflow: hidden;
}

.h2-title-white-centre {
  color: var(--white-smoke);
  text-align: center;
}

.project-image-short {
  height: 380px;
  margin-bottom: 32px;
  overflow: hidden;
}

.testimonial-grid-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.quote-block {
  width: 48px;
  height: 48px;
  background-color: var(--orange);
  color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  margin-left: 120px;
  margin-right: -37px;
  padding-left: 0;
  font-size: 50px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -5%;
  left: auto;
  right: -5%;
}

.service-section-grey {
  height: 1000px;
  background-color: #f8fafb;
  padding: 100px 3% 220px;
  overflow: hidden;
}

.content-wrap-section {
  align-items: center;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.content-image-wrap-large {
  width: 80%;
  height: 530px;
}

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

.content-square-1 {
  width: 1000000px;
  max-width: 600px;
  min-width: 40%;
  background-color: #fff;
  padding: 60px 48px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.content-square-left {
  max-width: 420px;
  min-width: 40%;
  background-color: #fff;
  padding: 60px 48px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  right: auto;
}

.content-wrap-right-section {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.project-image-post {
  height: 600px;
  margin-bottom: 24px;
}

.image {
  padding-left: 0;
  padding-right: 22px;
}

.paragraph-2 {
  color: #fff;
  margin-top: -124px;
  margin-bottom: 0;
  padding-left: 67px;
  padding-right: 49px;
}

.paragraph-3 {
  display: flex;
}

.div-block {
  margin-top: -316px;
}

.paragraph-4 {
  color: var(--white-smoke);
  font-size: 19px;
}

.paragraph-5 {
  color: var(--white-smoke);
  align-items: flex-start;
  margin-top: -29px;
  margin-left: 34px;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 15px;
  display: flex;
}

.heading {
  color: #fff;
  margin-top: -5px;
  font-size: 25px;
}

.heading-2 {
  color: #fff;
  margin-top: -5px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 25px;
}

.paragraph-6 {
  color: #fcfdff;
  align-self: flex-end;
  margin-bottom: -1px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 2px;
  font-size: 16px;
}

.paragraph-7 {
  color: #fff;
  margin-top: -25px;
  padding-top: 0;
}

.slider {
  height: 600px;
  object-fit: fill;
  flex: 1;
  align-self: center;
  margin-top: 138px;
  margin-right: -569px;
  overflow: auto;
}

.slide {
  background-image: url('../images/1.png');
  background-position: 0 100%;
  background-repeat: repeat;
  background-size: cover;
  margin-right: 0;
}

.slide-2 {
  background-image: url('../images/fireprotectionchecklist.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  opacity: 0;
}

.heading-3 {
  width: 154%;
  position: static;
}

.text-field {
  display: none;
}

.heading-4 {
  width: 1000px;
}

.mask {
  height: 600px;
}

.slider-2 {
  height: 370px;
}

.image-3 {
  object-fit: fill;
  overflow: auto;
}

.slide-nav-2 {
  opacity: 0;
}

.heading-5 {
  height: 70px;
}

.text-span {
  color: var(--orange-red);
}

.div-block-2 {
  height: 10px;
  flex: 1;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  display: block;
}

.slide-3 {
  background-image: url('../images/Fire-Sprinkler-Systems.jpg');
  background-position: 0%;
  background-size: cover;
}

.div-block-3 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.div-block-4 {
  margin-top: 2px;
}

.div-block-5 {
  margin-top: 11px;
}

.dynamic-wrapper, .dynamic-collection-list {
  width: 100%;
  height: 100%;
}

.slider-3 {
  height: 500px;
}

.slide-4 {
  background-image: url('../images/USA-Backflow-Inspection-Repair.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/fire-extinguisher-inspection-scaled.jpg');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
}

.slide-nav-3, .right-arrow-2, .left-arrow-2 {
  opacity: 0;
}

.text-span-2 {
  color: var(--orange-red);
}

.slider-4 {
  height: 700px;
  background-image: url('../images/fireprotectionchecklist.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/USA-Backflow-Inspection-Repair.jpeg');
  background-position: 40%;
  background-size: cover;
}

.popup {
  z-index: 41;
  width: 100%;
  height: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, .39);
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
}

.div-block-6 {
  width: 600px;
  height: 400px;
  clear: none;
  object-fit: fill;
  margin-top: auto;
  margin-left: auto;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: visible;
}

.div-block-7 {
  z-index: 0;
  width: 600px;
  height: 350px;
  float: left;
  clear: right;
  color: #fff;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  margin-top: 233px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span-3 {
  color: var(--orange-red);
}

.image-4 {
  float: right;
  text-align: right;
  cursor: pointer;
  margin-top: 10px;
  margin-left: auto;
  margin-right: 10px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 3px;
}

.slider-5 {
  width: 640px;
  height: 650px;
  font-size: 16px;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide-7 {
  float: left;
  clear: left;
  background-image: url('../images/USA-Backflow-Inspection-Repair.jpeg');
  background-position: 50%;
  background-size: cover;
  position: static;
}

.slide-8 {
  background-image: url('../images/Fire-Hydrant-101-at-A-Total-Solution-scaled.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.right-arrow-3, .left-arrow-3, .slide-nav-4 {
  opacity: 0;
}

.collection-list-wrapper-2 {
  height: 500px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.empty-state-2 {
  display: none;
}

.slider-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.slidee {
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/5dd843d2578bab7ff6169949_Fill-1-p-130x130q80.png');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
}

.right-arrow-4, .slide-nav-5, .left-arrow-4 {
  opacity: 0;
}

.slide-9 {
  background-image: url('../images/kevin-butz-U-4b9CMcr7k-unsplash.jpg');
  background-position: 20%;
  background-size: cover;
}

.text-span-4 {
  color: #000;
}

.slide-nav-6, .right-arrow-5, .left-arrow-5 {
  display: none;
}

.slide-10 {
  background-image: url('../images/maxresdefault.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.slider-7 {
  height: 35vh;
}

.slide-11 {
  background-image: url('../images/Fire-Pump-Testing.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/Fire-Alarm-inspection.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/backflow-inspection-maintenance-180927061257.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/USA-Backflow-Inspection-Repair.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/fire-pump.jpeg');
  background-position: 50% 100%;
  background-size: auto;
}

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

.contact {
  display: none;
}

@media screen and (min-width: 1920px) {
  .popup {
    display: none;
  }

  .div-block-7 {
    margin-top: 304px;
    margin-left: 36%;
  }
}

@media screen and (max-width: 991px) {
  .hero-grid {
    grid-template: ". Area"
    / 1fr;
    align-content: stretch;
    align-items: center;
    display: block;
  }

  .container-large {
    grid-template: "."
                   "Area-2"
                   / 1fr;
  }

  .button-orange {
    justify-content: flex-start;
  }

  .nav-menu {
    background-color: #fff;
    padding-bottom: 12px;
  }

  .menu-button {
    border: 1px solid rgba(150, 160, 181, .15);
    margin-left: 20px;
  }

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

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

  .projects-wrapper {
    grid-column-gap: 50px;
  }

  .paragraph-grey {
    width: 700px;
  }

  .feature-grid.bottom {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .project-collection-list {
    grid-column-gap: 42px;
  }

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

  .title-wrap-centre {
    margin-left: 9px;
    margin-right: auto;
  }

  .testimonial-slider-grid {
    grid-column-gap: 42px;
  }

  .style-grid {
    display: block;
  }

  .statistics-grid {
    grid-row-gap: 42px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .typography-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .color-block {
    display: block;
  }

  .style-color-wrap {
    flex-wrap: wrap;
  }

  .text-wrap {
    margin-bottom: 16px;
  }

  .medium-title {
    font-size: 20px;
    line-height: 28px;
  }

  .header-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-text-wrap {
    margin-bottom: 40px;
  }

  .footer-section {
    grid-template-areas: "Area Area-3"
                         "Area Area-2";
  }

  .link-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .legal-wrap {
    flex-direction: column;
  }

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

  .cta-block {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .project-image-wrapper {
    height: 350px;
  }

  .testimonial-image {
    height: 530px;
  }

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

  .service-image-large {
    height: 380px;
  }

  .service-short-description {
    margin-bottom: 32px;
  }

  .features-grid {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .service-content-grid {
    grid-template-columns: 2.5fr;
  }

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

  .contact-block-grey {
    margin-top: -47px;
    margin-left: -53px;
  }

  .input-field {
    width: 300px;
  }

  .send-button-right {
    justify-content: flex-start;
  }

  .contact-column {
    max-width: none;
  }

  .our-story-grid {
    grid-column-gap: 32px;
    grid-row-gap: 60px;
  }

  .grey-banner {
    display: none;
  }

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

  .tabs-menu {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .testimonial-card {
    width: 100%;
    margin-left: 20px;
  }

  .container {
    width: 700px;
  }

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

  .licence-card {
    padding: 32px 16px;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-block-hero {
    max-width: none;
    margin-bottom: 60px;
  }

  .hero-image-large {
    height: 520px;
    max-width: 100%;
    position: relative;
  }

  .header-large {
    min-height: auto;
    flex-direction: column-reverse;
    padding-top: 160px;
  }

  .white-bar-bottom {
    height: 20%;
  }

  .button-navigation {
    margin-right: 20px;
  }

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

  .navigation-line {
    max-width: 100%;
  }

  .service-list-grid {
    width: 700px;
    grid-template-columns: 1fr 1fr;
  }

  .question-title {
    font-size: 20px;
    line-height: 28px;
  }

  .service-collection-list {
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .header-block {
    max-width: none;
    margin-bottom: 24px;
  }

  .project-image-short {
    height: 350px;
  }

  .testimonial-grid-large {
    width: 900px;
    grid-column-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr;
  }

  .service-section-grey {
    height: 2100px;
  }

  .content-image-wrap-large {
    width: 88%;
  }

  .heading-3 {
    width: 100%;
  }

  .heading-4 {
    width: 500px;
  }

  .popup {
    display: none;
  }

  .div-block-7 {
    margin-top: 225px;
    margin-left: 11%;
    display: block;
  }

  .slider-5 {
    width: 721px;
    height: 300px;
  }

  .field-label-2 {
    padding-right: 78px;
  }

  .form-block-2 {
    width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    background-color: #fff;
  }

  .heading-wrap {
    margin-bottom: 40px;
  }

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

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

  .client-wrap {
    max-width: 100%;
  }

  .feature-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .feature-grid.bottom {
    grid-template-rows: auto;
  }

  .project-collection-list {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .expert-card {
    min-width: 340px;
    margin-right: 24px;
  }

  .employees-grid {
    flex-wrap: nowrap;
    grid-template-columns: 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    overflow: scroll;
  }

  .testimonial-slider-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .slider-content-block {
    min-height: 450px;
  }

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

  .project-column.column-padding {
    margin-bottom: 32px;
    padding-top: 0;
  }

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

  .project-image-wrapper {
    height: 460px;
  }

  .feature-image {
    height: 480px;
  }

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

  .service-image-large {
    height: 300px;
  }

  .services-text-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .contact-block-grey {
    margin-top: -89px;
    margin-left: -26px;
    padding: 30px;
  }

  .input-field {
    width: 400px;
  }

  .send-button-right {
    justify-content: flex-start;
  }

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

  .about-image {
    display: none;
  }

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

  .about-stats-wrap {
    padding-right: 14px;
  }

  .our-story-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1.25fr;
  }

  .cta-grid, .blog-hero-grid, .service-grid, .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .service-header-image {
    height: 350px;
  }

  .tab-link-category {
    margin-bottom: 0;
  }

  .tabs-menu {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    overflow: auto;
  }

  .our-story-content-wrap {
    margin-bottom: 64px;
  }

  .our-story-image {
    max-height: 300px;
  }

  .blog-image-wrap {
    height: 550px;
  }

  .collection-list-blog-post-footer {
    grid-template-columns: 1fr 1fr;
  }

  .message-field-large {
    width: 400px;
  }

  .blog-block-featured {
    bottom: 0;
    left: 0;
  }

  .breadcrumb {
    flex-wrap: wrap;
  }

  .latest-projects-list {
    grid-template-columns: 1fr;
  }

  .licence-graphic {
    height: 240px;
  }

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

  .navigation-line {
    max-width: 100%;
  }

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

  .heading-wrap-large {
    margin-bottom: 40px;
  }

  .contact-block {
    padding: 30px;
  }

  .project-collection-column {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .service-collection-list, .project-grid {
    grid-template-columns: 1fr;
  }

  .project-image-short {
    height: 460px;
  }

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

  .content-wrap-section {
    flex-direction: column;
  }

  .content-image-wrap-large {
    width: 100%;
    height: 370px;
  }

  .content-square-1, .content-square-left {
    max-width: none;
    position: relative;
  }

  .content-wrap-right-section {
    flex-direction: column;
  }

  .project-image-post {
    height: 450px;
  }
}

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

  .hero-section {
    overflow: visible;
  }

  .button-orange.margin-right-16 {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .content-section {
    padding-top: 72px;
    padding-bottom: 72px;
    display: block;
  }

  .hero-text-wrap {
    max-width: none;
    text-align: center;
    position: static;
  }

  .heading-wrap {
    margin-bottom: 40px;
  }

  .card-content {
    flex-direction: column;
  }

  .service-image {
    height: 220px;
  }

  .logo-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .logo-wrap {
    border-radius: 0;
    padding-top: 14px;
  }

  .logo-svg {
    padding-top: 8px;
    padding-bottom: 0;
    font-family: Space Grotesk, sans-serif;
    font-weight: 400;
  }

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

  .client-wrap {
    max-width: 80%;
  }

  .paragraph-grey {
    width: 300px;
  }

  .feature-grid.bottom {
    margin-bottom: 40px;
  }

  .expert-card {
    min-width: 100%;
  }

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

  .slider-content-block {
    padding-bottom: 100px;
  }

  .left-arrow, .right-arrow {
    bottom: -100px;
  }

  .employee-image {
    display: inline-block;
  }

  .employee-image-wrap {
    margin-left: 100px;
  }

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

  .emergencysupport {
    font-size: 48px;
  }

  .emergencysupport.contactus {
    font-size: 30px;
  }

  .hero-paragraph {
    max-width: none;
    margin-left: 3px;
    padding-top: 21px;
  }

  .button-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .number {
    margin-bottom: 16px;
  }

  .subtitle-large-grey {
    object-fit: fill;
    justify-content: center;
    margin-left: 0;
    font-size: 18.5px;
    display: flex;
  }

  .footer-section {
    grid-column-gap: 48px;
    grid-template-rows: auto 196px 196px 196px;
    grid-template-areas: "Area Area-2"
                         "Area-3 Area-3"
                         ". ."
                         ". .";
    grid-auto-flow: row;
  }

  .link-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .footer-link-wrap {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
  }

  .project-image-wrapper {
    height: 330px;
  }

  .feature-image {
    height: 340px;
  }

  .testimonial-image {
    height: 320px;
  }

  .footer-left-content-block {
    max-width: none;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .service-image-large {
    height: 220px;
  }

  .services-text-wrap {
    padding: 20px;
  }

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

  .services-navigation-link {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .contact-block-grey {
    padding: 24px;
  }

  .input-field {
    width: 300px;
  }

  .send-button-right {
    justify-content: flex-start;
  }

  .h1-title {
    width: 200px;
    font-size: 48px;
  }

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

  .small-button-orange {
    width: 100%;
  }

  .form-email {
    width: 100%;
    flex-direction: column;
  }

  .email-field {
    margin-bottom: 8px;
  }

  .form-block {
    width: 100%;
    flex-direction: column;
  }

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

  .blog-hero-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .feature-content-wrap {
    flex-direction: column;
  }

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

  .service-header-image {
    height: 280px;
  }

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

  .paragraph {
    width: 320px;
    object-fit: fill;
  }

  .about-stats-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 3fr 1fr;
  }

  .testimonial-card {
    width: 385px;
    margin-left: 3px;
    display: block;
  }

  .blog-image-wrap {
    height: 420px;
  }

  .collection-list-blog-post-footer {
    grid-template-columns: 1fr;
  }

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

  .message-field-large {
    width: 290px;
  }

  .container {
    width: auto;
    max-width: none;
    display: block;
  }

  .blog-block-featured {
    padding-left: 20px;
    padding-right: 20px;
  }

  .latest-projects-list {
    grid-template-columns: 1fr;
  }

  .licence-graphic {
    height: 180px;
  }

  .template-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .content-block-hero {
    text-align: center;
  }

  .hero-image-large {
    height: 470px;
  }

  .header-large {
    padding-top: 172px;
    padding-bottom: 40px;
  }

  .nav-link-dark {
    width: 100%;
  }

  .nav-link-dark.mobile-only {
    display: flex;
  }

  .button-navigation-white {
    display: none;
  }

  .social-link-wrap {
    margin-top: 40px;
  }

  .contact-section {
    padding-top: 180px;
  }

  .heading-wrap-large {
    margin-bottom: 40px;
  }

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

  .contact-block {
    padding: 24px;
  }

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

  .author-name {
    margin-bottom: 4px;
  }

  .logo-section {
    object-fit: none;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding-top: 72px;
    padding-bottom: 72px;
    display: flex;
    position: relative;
  }

  .project-image-short {
    height: 330px;
  }

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

  .service-section-grey {
    object-fit: contain;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .content-image-large {
    object-position: 0% 50%;
  }

  .content-square-1 {
    width: auto;
    padding: 32px 20px;
  }

  .content-square-left {
    padding: 20px 32px;
  }

  .project-image-post {
    height: 400px;
  }

  .paragraph-4 {
    margin-top: -14px;
    padding-top: 0;
  }

  .paragraph-5 {
    margin-top: -31px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 0;
    font-size: 14px;
  }

  .heading, .heading-2 {
    font-size: 20px;
  }

  .paragraph-6 {
    font-size: 15px;
  }

  .paragraph-7 {
    margin-top: 309px;
    margin-right: 18px;
    padding-left: 56px;
    padding-right: 0;
    font-size: 10px;
    position: absolute;
  }

  .image-2 {
    margin-top: 294px;
    padding-top: 0;
  }

  .heading-3 {
    width: auto;
  }

  .heading-4 {
    width: 280px;
  }

  .popup {
    opacity: 1;
    display: none;
    overflow: visible;
  }

  .div-block-7 {
    width: 300px;
    height: 250px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 15%;
    display: flex;
  }

  .slider-5 {
    width: 375px;
  }

  .slide-8 {
    background-size: cover;
  }

  .field-label, .field-label-2 {
    width: 300px;
  }

  .form {
    margin: -95px -58px 2px -24px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6 {
    max-width: 400px;
    display: block;
  }
}

#w-node-a5f81778-600f-b2ba-0d44-2e3065a94d48-0d9ee9c7 {
  align-self: center;
}

#w-node-fbefb9f4-2dba-30ce-6e62-47e5d5af4163-0d9ee9c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f1a72456-5b2a-e6ab-2ff1-b746d4fd2795-0d9ee9c7, #w-node-_8d755483-b848-89a2-12cd-cbf2c773ffa5-0d9ee9c7, #w-node-ccb79950-1d07-069a-af48-a4237dc2d36c-0d9ee9c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a00151ac-823b-0192-c0e3-0c40ed298ec4-0d9ee9c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cbf87a86-0e6b-653f-a4d3-3e19310049e1-55d1e885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_413e0dae-f71f-1617-181c-abfe8287a03d-55d1e885, #w-node-_30637bc7-ce4c-bfbd-8e0c-d07f5b7335e1-55d1e885 {
  grid-area: Area;
}

#w-node-_4381ac3f-f27e-b1aa-1b66-998427659ce8-27659ce2 {
  align-self: center;
}

#w-node-_551e19c2-f685-77d6-48da-2528bcbeb3d4-a09ee9cc, #w-node-_551e19c2-f685-77d6-48da-2528bcbeb3d8-a09ee9cc, #w-node-eaf7c45a-fe40-9159-6ffb-4ca84035accc-8b9ee9cf, #w-node-fd6cf530-7ab0-f0c6-e794-8ce9458288d5-8b9ee9cf, #w-node-_2e4a35d4-0493-2ff7-8bd9-465c8a015bec-8b9ee9cf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_699529df-458b-a544-58c5-1f71e16e9f46-ee3a427a, #w-node-badee94c-f3a4-2db4-3c25-c8745d61f130-ee3a427a, #w-node-_699529df-458b-a544-58c5-1f71e16e9f46-f2594946, #w-node-badee94c-f3a4-2db4-3c25-c8745d61f130-f2594946, #w-node-_699529df-458b-a544-58c5-1f71e16e9f46-6b224e4d, #w-node-badee94c-f3a4-2db4-3c25-c8745d61f130-6b224e4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fbefb9f4-2dba-30ce-6e62-47e5d5af4163-0d9ee9c7 {
    justify-self: start;
  }

  #w-node-_543db1d0-0412-ee8f-213c-9c689db8d811-0d9ee9c7, #w-node-_9fb87a75-4bb3-ba7e-3bc4-7f8fabd8d7db-0d9ee9c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5a6b3cda-b675-81b3-d0dc-bde176cda768-0d9ee9c7, #w-node-_551e19c2-f685-77d6-48da-2528bcbeb3cc-a09ee9cc, #w-node-_551e19c2-f685-77d6-48da-2528bcbeb3d0-a09ee9cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_03858d95-8198-51ad-1cfc-2c35f6d772e3-169ee9ce {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3e0150fe-5113-a8b2-82f7-513b60dc857c-8b9ee9cf, #w-node-f9ea3998-97b6-02cf-4f0e-83167ccd33d6-8b9ee9cf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5a6b3cda-b675-81b3-d0dc-bde176cda768-0d9ee9c7, #w-node-_5a6b3cda-b675-81b3-d0dc-bde176cda762-0d9ee9c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a00151ac-823b-0192-c0e3-0c40ed298ec4-0d9ee9c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_543db1d0-0412-ee8f-213c-9c689db8d811-0d9ee9c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_551e19c2-f685-77d6-48da-2528bcbeb3cc-a09ee9cc, #w-node-_551e19c2-f685-77d6-48da-2528bcbeb3d0-a09ee9cc, #w-node-_36172c83-7d8a-0e2b-1438-4f34eec1f7f2-8b9ee9cf, #w-node-d322f78d-3d8c-16be-f657-3cee351ed1bd-8b9ee9cf, #w-node-_3e0150fe-5113-a8b2-82f7-513b60dc857c-8b9ee9cf, #w-node-f9ea3998-97b6-02cf-4f0e-83167ccd33d6-8b9ee9cf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


