.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: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  outline: 3px solid #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #30ad64;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #676770;
  transition: all .3s ease-in-out;
}

.navigation-link:hover, .navigation-link.home:hover {
  color: #11c941;
}

.navigation-link.home.w--current {
  color: #676770;
}

.navigation-link.home.w--current:hover {
  color: #11c941;
}

.navigation-bar {
  background-color: #fff;
  position: relative;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  width: 150px;
  height: 60px;
  max-height: 60px;
  max-width: 150px;
  min-height: 60px;
  min-width: 150px;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.brand-link.w--current {
  width: 150px;
  height: 60px;
  max-height: 60px;
  max-width: 150px;
  min-height: 60px;
  min-width: 150px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  background-color: #27333a;
}

.white-box {
  text-align: center;
  -webkit-text-stroke-color: #11c941;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  overflow: hidden;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  opacity: 1;
  text-align: center;
  border-bottom: 4px solid #69b9ff;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-section.centered.accountant {
  height: 70vh;
  max-height: 70vh;
  min-height: 70vh;
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(rgba(46, 157, 255, .42), rgba(46, 157, 255, .42)), url('../images/Different-Straights---Website-Header-compress-p-1080.jpeg');
  background-position: 0 0, 50% 45%;
  background-size: auto, cover;
  line-height: 20px;
}

.hero-section.centered.home {
  background-image: url('../images/Different-Straights-BI--accountants.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-heading {
  color: #f0f0f0;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 5.5vh;
  font-weight: 300;
  line-height: 30px;
}

.hero-heading.what {
  color: #f0f0f0;
  font-weight: 400;
  line-height: 6vh;
}

.hero-heading.accounting {
  color: #f0f0f0;
  letter-spacing: .4vw;
  margin-bottom: 2vh;
  font-size: 6vh;
  line-height: 8vh;
}

.hero-heading.home {
  color: #f0f0f0;
  letter-spacing: .4vw;
  margin-top: 0;
  margin-bottom: 2vh;
  font-size: 4.25vh;
  font-weight: 600;
  line-height: 5vh;
}

.hero-subheading {
  opacity: 1;
  color: #11c941;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 40px;
  font-size: 3.8vh;
  font-weight: 400;
  line-height: 25px;
}

.hero-subheading.accounting {
  color: #2e9dff;
  letter-spacing: .3vw;
}

.hero-subheading.bi {
  line-height: 4vh;
}

.hero-subheading.home {
  letter-spacing: .3vw;
  line-height: 5vh;
}

.hero-subheading.aml {
  font-size: 3.5vh;
}

.hollow-button {
  color: #fff;
  text-align: center;
  letter-spacing: .25vw;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, .23);
  border: 1px solid #fff;
  border-right-color: #f0f0f0;
  border-radius: 4px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: opacity .2s, background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #30ad64;
  background-color: #f0f0f0;
  border-color: #30ad64;
  font-weight: 400;
}

.hollow-button.all-caps {
  letter-spacing: .25vw;
  text-transform: uppercase;
}

.hollow-button.what {
  margin-top: 30px;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: .4vw;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: .3vw;
  text-transform: uppercase;
  font-size: 1.8vh;
  font-weight: 300;
  line-height: 20px;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
  font-size: 3vh;
  line-height: 3.4vh;
}

.section-title-group {
  margin-bottom: 25px;
}

.form-field {
  height: 45px;
  border: 0 solid #000;
  border-radius: 3px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
}

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

.footer.center {
  text-align: center;
  background-color: #27333a;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.footer-text.copyright {
  text-align: left;
  font-size: 2vh;
}

.footer-text.address {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vh;
  line-height: 2vh;
}

.footer-text.regulation {
  text-align: left;
  font-size: 2vh;
}

.grid-image {
  width: 35%;
  color: #11c941;
  -webkit-text-stroke-color: #11c941;
  background-color: #11c941;
  border: 10px solid #fff;
  border-radius: 50%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #11c941;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

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

.fullwidth-image {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.white-text.price.vatnotice {
  font-size: 10px;
}

.form {
  margin-top: 40px;
}

.heading {
  font-size: 20px;
}

.div-block {
  width: auto;
  height: auto;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.image {
  width: auto;
  height: 150px;
}

.background-video {
  width: 100%;
  height: 100%;
  opacity: .99;
}

.paragraph {
  text-align: justify;
  align-self: center;
  padding-left: 1vw;
}

.heading-2 {
  letter-spacing: .3vw;
  font-size: 18px;
  line-height: 20px;
}

.container {
  object-fit: fill;
}

.div-block-3 {
  width: 100vw;
  height: 90vh;
  max-height: 90vh;
  max-width: 100vw;
  min-height: 90vh;
  min-width: 100vw;
}

.div-block-4 {
  display: flex;
}

.div-block-5 {
  width: 44vw;
  height: 35vh;
  margin-bottom: 20px;
  overflow: hidden;
}

.div-block-6 {
  width: 44vw;
  height: 35vh;
  margin-bottom: 20px;
}

.background-video-2 {
  color: #6a859c;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: lighten;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.slide {
  opacity: .67;
}

.div-block-7 {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: rgba(106, 133, 156, .02);
  background-color: rgba(45, 62, 79, .4);
  flex: 1;
  margin-top: 0;
  padding-top: 10%;
  display: block;
}

.container-2 {
  display: inline;
}

.grid {
  grid-column-gap: 8px;
  grid-template: "Area-3 Area-3"
                 "Area-4 Area-4"
                 "Area-2 Area-2"
                 / .25fr 1fr;
}

.grid-2 {
  grid-column-gap: .5vh;
  grid-row-gap: .5vh;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-flow: row;
}

.div-block-9 {
  border: 1px #000;
}

.div-block-10 {
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px #555;
}

.column {
  overflow: visible;
}

.div-block-11 {
  width: 90vw;
  max-width: 90vw;
  min-width: 90vw;
  opacity: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  margin-top: 40vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: inline-block;
  overflow: hidden;
}

.background-video-3 {
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
}

.bold-text {
  color: #f0f0f0;
  font-size: 5.5vh;
  line-height: 6vh;
}

.paragraph-2 {
  font-size: 2.1vh;
}

.heading-3 {
  font-size: 3vh;
}

.paragraph-3, .paragraph-4 {
  font-size: 2.1vh;
}

.heading-4, .heading-5 {
  font-size: 3vh;
}

.container-3 {
  margin-top: 0;
  padding-top: 0;
}

.div-block-12 {
  margin-top: 18vh;
}

.div-block-13 {
  width: 90%;
  max-width: 90%;
  min-width: 90%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .37);
  margin-top: 30vh;
  padding-top: 2vh;
  padding-bottom: 2vh;
  line-height: 6vh;
  display: inline-block;
  box-shadow: 0 19px 20px rgba(0, 0, 0, .2);
}

.heading-6 {
  letter-spacing: .5vw;
}

.container-4 {
  max-width: 100%;
}

.background-video-4 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
}

.container-5 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, .41);
  margin-top: 45vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

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

.utility-page-content {
  width: 50vw;
  height: 70vh;
  max-height: 70vh;
  max-width: 50vw;
  min-height: 70vh;
  min-width: 50vw;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.image-2 {
  width: 50%;
  height: 50%;
  max-height: 50%;
  max-width: 50%;
  min-height: 50%;
  min-width: 50%;
}

.heading-9 {
  font-size: 3.5vh;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5vh;
  display: grid;
}

.button-2, .button-3 {
  color: #f0f0f0;
  background-color: #11c941;
  font-weight: 700;
}

.div-block-15 {
  width: 20vw;
  height: 20vh;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.body {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-2 {
  background-color: #404047;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.logos-quote-divider {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-two {
  max-width: 820px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-info-two {
  max-width: 350px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.clients-quote-two {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.clients-divider {
  width: 90%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 24px;
}

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

.clients-image-two {
  filter: grayscale();
}

.heading-10 {
  letter-spacing: .3vw;
}

.column-2 {
  -webkit-text-stroke-color: #11c941;
}

.image-4 {
  clear: none;
  text-align: center;
  object-fit: fill;
  display: block;
}

.section-3 {
  margin-top: 1vh;
  margin-bottom: 0;
  padding-bottom: 1vh;
  display: block;
}

.container-7 {
  align-self: center;
}

.div-block-16 {
  display: flex;
}

.form-block {
  justify-content: flex-start;
  display: block;
}

.section-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  display: flex;
}

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

.error-message {
  background-color: #bf3a30;
}

.form-2 {
  display: block;
}

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

.div-block-17 {
  margin-bottom: 1vh;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: rgba(255, 255, 255, .52);
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section.centered.accountant {
    padding-top: 10vh;
  }

  .hero-heading.accounting {
    letter-spacing: 4px;
    margin-bottom: 20px;
    font-size: 4.9vh;
    line-height: 7vh;
  }

  .hero-heading.home {
    margin-bottom: 2vh;
  }

  .hero-subheading {
    font-size: 3vh;
  }

  .section-subheading.center {
    font-size: 1.6vh;
    font-weight: 300;
  }

  .footer-text.copyright {
    font-size: 2vh;
  }

  .footer-text.address {
    font-size: 1.7vh;
  }

  .footer-text.regulation {
    font-size: 2vh;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .div-block-5, .div-block-6 {
    width: 44vw;
  }

  .div-block-7 {
    padding-top: 15%;
  }

  .bold-text {
    font-size: 3.6vh;
  }

  .div-block-12 {
    margin-top: 0;
  }

  .image-2 {
    width: 60%;
    max-width: 60%;
    min-width: 60%;
  }

  .heading-9 {
    font-size: 1.8vh;
    font-weight: 700;
  }

  .button-2, .button-3 {
    font-size: 1.5vh;
  }

  .text-block {
    font-size: 1.5vh;
    font-weight: 400;
  }

  .container-6 {
    max-width: 728px;
  }

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-section.centered.home {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 2.4vh;
    line-height: 35px;
  }

  .hero-heading.what {
    font-size: 20px;
    line-height: 30px;
  }

  .hero-heading.accounting {
    font-size: 3.4vh;
    line-height: 6vh;
  }

  .hero-heading.home {
    font-size: 5vh;
    line-height: 5vh;
  }

  .hero-subheading {
    font-size: 2vh;
    font-weight: 400;
  }

  .hollow-button {
    font-size: 2vh;
  }

  .form-field.text-area {
    display: block;
  }

  .footer-text.copyright {
    font-size: 1.5vh;
  }

  .footer-text.address, .footer-text.regulation {
    font-size: 1.3vh;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .background-video {
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    object-fit: scale-down;
    transition: opacity .2s;
  }

  .container {
    object-fit: scale-down;
  }

  .div-block-3 {
    height: 60vh;
    max-height: 60vh;
    min-height: 60vh;
  }

  .div-block-5, .div-block-6 {
    width: 87vw;
  }

  .div-block-7 {
    padding-top: 25%;
  }

  .div-block-8 {
    margin-top: 0;
    margin-bottom: 100px;
    display: flex;
  }

  .bold-text {
    font-size: 2.4vh;
  }

  .div-block-13 {
    margin-top: 20vh;
  }

  .utility-page-content {
    width: 60vw;
    max-width: 60vw;
    min-width: 60vw;
  }

  .image-2 {
    width: 80%;
    height: 60%;
    max-height: 60%;
    max-width: 80%;
    min-height: 60%;
    min-width: 80%;
  }

  .heading-9 {
    font-size: 1.6vh;
  }

  .text-block {
    font-size: 1.8vh;
  }

  .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

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

  .hero-section.centered.accountant {
    height: 50vh;
    max-height: 50vh;
    min-height: 50vh;
    padding-top: 5vh;
  }

  .hero-section.centered.home {
    height: 35vh;
    max-height: 35vh;
    min-height: 35vh;
    padding-top: 10px;
  }

  .hero-section.centered.bi {
    height: 50vh;
    max-height: 50vh;
    min-height: 50vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-heading {
    font-size: 15px;
    line-height: 30px;
  }

  .hero-heading.what {
    font-size: 8px;
    line-height: 20px;
  }

  .hero-heading.accounting {
    margin-bottom: 2vh;
    font-size: 1.3vh;
    line-height: 3vh;
  }

  .hero-heading.home {
    background-color: rgba(0, 0, 0, .35);
    font-size: 2vh;
    line-height: 3vh;
  }

  .hero-subheading {
    background-color: rgba(0, 0, 0, .1);
    font-size: 1vh;
    font-weight: 400;
  }

  .hero-subheading.accounting {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 3vh;
  }

  .hero-subheading.bi {
    background-color: rgba(0, 0, 0, .2);
    margin-left: .3vh;
    margin-right: .3vh;
    font-size: .8vh;
  }

  .hero-subheading.home {
    font-size: 1.2vh;
    line-height: 2vh;
  }

  .hollow-button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 11px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .section-subheading.center.off-white {
    font-size: 1.4vh;
    line-height: 3vh;
  }

  .footer.center {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

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

  .footer-text.copyright {
    font-size: 1vh;
  }

  .footer-text.address {
    font-size: .7vh;
    line-height: 2vh;
  }

  .footer-text.regulation {
    text-align: left;
    font-size: .7vh;
    line-height: 2vh;
  }

  .grid-image {
    width: 35%;
  }

  .white-text {
    font-size: 1.6vh;
  }

  .white-text.price {
    font-size: 10px;
  }

  .white-text.price.vatnotice {
    font-size: 8px;
  }

  .div-block {
    display: inline-block;
  }

  .image {
    width: 50vw;
    height: 15vh;
    padding-left: 30vw;
    font-size: 12px;
    line-height: 15px;
  }

  .background-video {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    -webkit-text-fill-color: inherit;
    object-fit: none;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    display: block;
    overflow: hidden;
  }

  .paragraph {
    font-size: 11px;
    line-height: 20px;
  }

  .div-block-2 {
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0%;
    min-width: 0%;
    object-fit: fill;
    overflow: hidden;
  }

  .div-block-3 {
    width: 100vw;
    height: 35vh;
    max-height: 35vh;
    max-width: 100vw;
    min-height: 35vh;
    min-width: 100vw;
    object-fit: contain;
    object-position: 0% 50%;
    display: block;
  }

  .div-block-4 {
    width: 95vw;
    height: auto;
    max-width: 95vw;
    min-width: 95vw;
    flex-direction: column;
  }

  .div-block-5, .div-block-6 {
    width: 78vw;
    height: 33vh;
  }

  .div-block-7 {
    padding-top: 50%;
  }

  .div-block-8 {
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 0;
  }

  .grid {
    grid-template-columns: .25fr 1fr;
    grid-template-areas: "Area-3 Area-3"
                         "Area-4 Area-4"
                         "Area-2 Area-2";
  }

  .div-block-11 {
    margin-top: 10vh;
    padding-top: 2vh;
  }

  .background-video-3 {
    height: 50vh;
    max-height: 50vh;
    min-height: 50vh;
    margin-bottom: 0;
    padding-bottom: 5vh;
  }

  .div-block-13 {
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    margin-top: 0;
  }

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

  .paragraph-5 {
    font-size: 11px;
  }

  .heading-7 {
    font-size: 15px;
  }

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

  .heading-8 {
    font-size: 15px;
  }

  .paragraph-7 {
    font-size: 11px;
  }

  .container-4 {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
  }

  .utility-page-wrap {
    width: 100vw;
    height: 50vh;
    max-height: 50vh;
    min-height: 50px;
    justify-content: space-around;
    align-items: flex-end;
    display: flex;
  }

  .utility-page-content {
    width: 70vw;
    min-width: 70vw;
  }

  .image-2 {
    align-self: center;
  }

  .div-block-14 {
    text-decoration: none;
  }

  .div-block-15 {
    width: 20vw;
    height: 10vh;
    max-height: 10vh;
    max-width: 20vw;
    min-height: 10vh;
    min-width: 20vw;
    flex: none;
    order: 0;
    align-self: flex-end;
    display: flex;
  }

  .body {
    grid-column-gap: .1vh;
    grid-row-gap: .1vh;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-content: space-around;
    align-items: flex-end;
    display: flex;
  }

  .image-3 {
    width: 100%;
    display: block;
  }

  .container-6 {
    max-width: none;
  }

  .clients-quote-two {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

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

#w-node-_468cca31-9b7b-2e79-2689-7371a3eb22de-f7bd1e16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4276bb84-7f38-7001-b284-5d535b6bcfd3-f7bd1e16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_88695b2d-b66b-8572-dd01-2550261e34e8-f7bd1e16 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dae612bb-0e41-3766-8f7b-513affa79c43-f7bd1e16, #w-node-_6c997040-db9c-ff71-2c98-047cd28c650b-f7bd1e16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_6c997040-db9c-ff71-2c98-047cd28c650b-f7bd1e16 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


