:root {
  --medium-sea-green: #0dbc81;
  --0dbc81: #1a1b1f;
  --white-smoke: #f0f0f0;
  --grey: #989898;
  --royal-blue: #2573ff;
  --medium-aquamarine: #86ddbf;
  --medium-sea-green-2: #e9faf4;
  --green: #32343a;
  --card-background: #f0f0f0;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

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

h2 {
  color: var(--medium-sea-green);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--0dbc81);
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #858383;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 150%;
}

a {
  color: var(--0dbc81);
  border: 1px #000;
  text-decoration: none;
}

li {
  color: #7c7c7c;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

strong {
  color: var(--0dbc81);
  padding-left: 0;
  font-weight: 700;
}

.section-grid {
  max-width: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-grid-7 {
  width: 100%;
  max-width: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 57px 57px;
  display: flex;
}

.image {
  max-height: 500px;
  max-width: 1130%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
}

.div-block {
  width: 100vw;
  height: 300px;
  max-width: 1130px;
  min-width: 100%;
  background-image: url('https://staging.www.grid.com/web/images/AdobeStock_568284106_Preview.jpeg');
  background-position: 50% 25%;
  background-size: cover;
  border-radius: 13px;
}

.grid {
  max-width: 950px;
  flex-direction: row;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  justify-items: center;
  padding-bottom: 0;
  display: flex;
}

.container-2 {
  max-width: 1130px;
  justify-content: center;
  margin-top: -150px;
  display: flex;
}

.div-block-2 {
  opacity: 1;
  background-color: #fff;
  border-radius: 20px;
  padding: 33px;
  box-shadow: 1px 3px 12px -5px rgba(0, 0, 0, .38);
}

.heading {
  font-size: 28px;
}

.h3 {
  border-bottom: 0px none var(--medium-sea-green);
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.h3.on-green {
  color: var(--0dbc81);
  font-size: 24px;
  font-weight: 900;
  line-height: 150%;
}

.h3.green {
  color: var(--medium-sea-green);
}

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

.container {
  max-width: 1130px;
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 49px;
  padding-left: 20px;
}

.container-3 {
  max-width: 1130px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.grid-2 {
  max-width: 1130px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  margin: 0 auto auto;
  display: grid;
}

.grid-2.left-block.padding {
  border: 1.5px solid var(--medium-sea-green);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  padding: 40px;
}

.grid-2.left-block.padding.grey {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.grid-3 {
  max-width: 1130px;
  grid-column-gap: 70px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-left: 20px;
}

.grid-3.green {
  background-color: var(--medium-sea-green);
  margin-top: 73px;
  padding: 37px 71px 71px;
}

.grid-3.black {
  background-color: rgba(0, 0, 0, 0);
}

.section-2 {
  min-height: 40vh;
  padding: 60px;
}

.section-2.black {
  min-height: 50vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://staging.www.grid.com/web/images/GRID-map3test2.webp');
  background-size: cover;
  padding-top: 40px;
}

.section-2.black.clear {
  min-height: 37vh;
  background-image: none;
  padding-bottom: 40px;
  font-family: Source Sans Pro, sans-serif;
}

.section-2.green {
  padding-top: 60px;
}

.section-2.blog {
  min-height: 50vh;
  background-image: url('https://staging.www.grid.com/web/images/AdobeStock_274243150-kopie.jpeg');
  background-position: 50%;
  background-size: cover;
  padding-top: 40px;
}

.section-2.no-space {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-3 {
  min-width: 0;
  align-self: center;
  padding: 2px;
}

.div-block-3.green {
  background-color: var(--medium-sea-green);
  border-radius: 20px;
  padding: 31px;
}

.div-block-3.phone {
  min-width: 50%;
}

.image-2 {
  min-width: 450px;
  border-radius: 20px;
}

.navbar {
  background-color: #fff;
}

.brand {
  max-width: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  max-width: 1130px;
  justify-content: center;
  display: flex;
}

.navbar-logo-left {
  background-color: #fff;
  align-items: center;
  display: block;
  box-shadow: 0 0 12px rgba(0, 0, 0, .2);
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding: 10px 20px;
}

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

.navbar-wrapper {
  width: 100%;
  max-width: 1130px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.mobile-margin-top-10 {
  flex: 0 auto;
  align-self: center;
  align-items: center;
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: 0;
  text-transform: lowercase;
  background-color: #0dbc81;
  border-radius: 40px;
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 12px 25px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #0bac76;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.on-green {
  color: var(--0dbc81);
  letter-spacing: 0;
  text-transform: lowercase;
  background-color: #fff;
  margin-top: 9px;
}

.button-primary.on-green:hover {
  background-color: var(--white-smoke);
}

.button-primary.on-green.left {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-block;
}

.button-primary.menu {
  text-transform: none;
  align-self: center;
  margin-top: 0;
}

.button-primary.centre {
  align-self: center;
}

.image-3 {
  max-width: 150px;
}

.paragraph-usp {
  color: #7c7c7c;
  text-align: center;
  align-self: center;
  margin-bottom: 40px;
  padding-right: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-usp.on-blue {
  color: #eeeaea;
}

.paragraph-2 {
  color: var(--grey);
  font-family: Source Sans Pro, sans-serif;
}

.paragraph-3 {
  color: var(--grey);
}

.paragraph-4 {
  color: #989898;
  font-family: Source Sans Pro, sans-serif;
}

.paragraph-5 {
  color: #989898;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
  justify-content: center;
  display: flex;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.button {
  background-color: var(--medium-sea-green);
}

.navbar-2 {
  background-color: #fff;
}

.nav-menu-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brand-2 {
  align-items: flex-end;
  display: flex;
}

.container-5 {
  text-transform: uppercase;
  flex-wrap: wrap-reverse;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
  display: flex;
}

.nav-link-2 {
  color: var(--0dbc81);
  text-transform: uppercase;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
}

.nav-link-3 {
  color: #fff;
  text-transform: uppercase;
  flex: 0 auto;
  margin-left: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
  display: block;
}

.hero-heading-left {
  min-height: 40vh;
  min-width: 0;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-position: 0 0;
  border-bottom: 0 solid #e4ebf3;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 20px 0;
  display: flex;
  position: relative;
}

.hero-heading-left.white {
  min-height: 0;
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .11), rgba(0, 0, 0, .11));
}

.container-6 {
  width: 100%;
  max-width: 1130px;
  min-height: 40vh;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-6.no-gap {
  min-height: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.cont {
  width: 100vw;
  max-width: 1130px;
  min-width: 100%;
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-split-long {
  max-width: 50%;
  min-height: 40vh;
  min-width: 450px;
  background-color: var(--0dbc81);
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  margin-right: 30px;
  padding: 0 40px 10px;
  display: flex;
}

.hero-split-long.map {
  max-width: 50%;
  min-width: 450px;
  border: 0px solid var(--medium-sea-green);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://staging.www.grid.com/web/images/small-wallpaper.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: 0 2px 12px -6px rgba(0, 0, 0, .2);
}

.hero-split-long.map._2 {
  min-width: 1130px;
  background-image: url('https://staging.www.grid.com/web/images/wallpaper.png');
}

.hero-split-long.white {
  background-color: var(--medium-sea-green);
}

.hero-split-long.tablet {
  background-color: var(--0dbc81);
  margin-right: 0;
  padding-bottom: 20px;
}

.hero-split-long.tablet.green {
  background-color: var(--medium-sea-green);
}

.hero-split-long.phone {
  margin-right: 0;
}

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

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-2 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  align-items: flex-end;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 7vh;
  line-height: 110%;
  display: flex;
}

.heading-2.hero {
  font-size: 60px;
}

.heading-2.tablet.phone {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 30px;
}

.div-block-4 {
  flex: 1;
  align-self: stretch;
}

.image-4 {
  margin-bottom: -16px;
  padding-right: 0;
}

.div-block-5 {
  min-width: 300px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.text-block {
  color: var(--medium-sea-green);
  font-family: Source Sans Pro, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.image-5 {
  max-width: 15%;
}

.image-5._2 {
  max-width: 8%;
}

.image-5.phone {
  max-width: 15%;
  object-fit: scale-down;
  padding-top: 0;
  display: block;
}

.div-block-6 {
  max-height: 100px;
  min-height: 0;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.div-block-6._2 {
  min-width: 1000px;
  justify-content: space-between;
}

.div-block-6.phone {
  max-height: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 25px;
  padding-top: 3px;
}

.div-block-7 {
  padding-bottom: 0;
}

.container-7 {
  max-width: 1130px;
}

.container-7.banner {
  background-color: var(--royal-blue);
  border-radius: 20px;
  padding: 131px 90px;
}

.button-secondary {
  color: var(--0dbc81);
  text-transform: uppercase;
  margin-top: 10px;
  padding-right: 39px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 50px;
  font-weight: 900;
}

.h2 {
  color: var(--0dbc81);
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
}

.h2.on-green {
  min-width: 0%;
  color: #fff;
  padding-bottom: 20px;
}

.h2.black, .h2.white {
  color: #fff;
}

.div-block-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 62px;
  padding-left: 85px;
  padding-right: 0;
  display: flex;
}

.slide {
  min-height: 400px;
  background-color: var(--medium-sea-green);
  border-radius: 20px;
}

.slider {
  min-height: 400px;
  border-radius: 20px;
}

.mask {
  min-height: 450px;
}

.div-block-9 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-6 {
  max-width: 100%;
  object-fit: fill;
  object-position: 50% 50%;
  margin: -239px 0 -101px;
  padding: 0;
  display: block;
  overflow: hidden;
}

.image-7 {
  max-width: 150px;
}

.image-8 {
  max-width: 140px;
}

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

.paragraph-6 {
  color: var(--grey);
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.heading-3 {
  color: var(--medium-sea-green);
  align-items: flex-end;
  padding-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 40px;
  display: flex;
}

.heading-3.on-green {
  color: var(--0dbc81);
}

.features-metrics {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  display: flex;
}

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

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--0dbc81);
  border-radius: 20px;
  flex-flow: column wrap;
  align-content: center;
  align-items: center;
  margin-top: -64px;
  padding: 16px 40px 0;
  display: flex;
}

.usp {
  color: var(--medium-sea-green);
  text-align: center;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 11px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 110%;
  display: flex;
}

.columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 20px;
  display: flex;
}

.paragraph {
  color: var(--0dbc81);
  -webkit-text-stroke-color: var(--grey);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.paragraph.on-blue {
  max-width: 80%;
  color: #fff;
}

.paragraph.white {
  color: #fff;
}

.section-3 {
  background-color: var(--0dbc81);
}

.intro {
  text-align: center;
  font-family: Source Sans Pro, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}

.image-9 {
  max-width: 100px;
}

.h2-on-green {
  color: #fff;
}

.slider-2 {
  width: 100%;
  min-height: 40px;
}

.slide-2 {
  width: 100%;
  max-width: 1130px;
  min-height: 40vh;
  background-color: var(--medium-sea-green);
  border-radius: 20px;
  padding-bottom: 0;
  padding-right: 0;
}

.div-block-11 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

.mask-2 {
  min-height: 40vh;
}

.container-9 {
  max-width: 1130px;
  min-height: 40vh;
  padding-top: 20px;
  padding-bottom: 20px;
}

.slide-3 {
  min-height: 40vh;
  background-color: var(--medium-sea-green);
  border-radius: 20px;
  padding: 0 100px;
}

.slide-3._2 {
  background-color: #d1f1e5;
}

.slide-3._3 {
  background-color: #6ed8b4;
}

.slider-3 {
  min-height: 40vh;
  background-color: rgba(0, 0, 0, 0);
}

.div-block-13 {
  width: 100%;
  margin-top: 14px;
  display: flex;
}

.div-block-13.phone {
  flex-direction: row;
  align-items: center;
  margin-top: 13px;
}

.image-10 {
  max-width: 100%;
  object-fit: contain;
}

.div-block-14 {
  max-width: 100%;
  flex: 0 auto;
  justify-content: flex-end;
  padding-left: 0;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.image-11 {
  padding-left: 0;
}

.grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
  grid-template-areas: "Area Area-2"
                       "Area-3 Area-4"
                       "Area-5 Area-6";
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-left: 45px;
  padding-right: 48px;
}

.div-block-16 {
  min-height: 40vh;
  background-color: var(--medium-sea-green);
  border-radius: 20px;
}

.div-block-16._2 {
  background-color: rgba(0, 0, 0, 0);
  border: 0 rgba(0, 0, 0, 0);
}

.div-block-16.wit {
  padding-bottom: 0;
}

.div-block-16._3 {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-16.image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-16.image.auto {
  background-color: var(--white-smoke);
  background-image: url('https://staging.www.grid.com/web/images/MacBook-Air-2022-car.png');
  background-position: 50%;
  background-size: contain;
}

.div-block-16.image.detail {
  max-height: 700px;
  background-color: var(--white-smoke);
  background-image: url('https://staging.www.grid.com/web/images/Car.webp');
  background-position: 0 0;
  background-size: cover;
}

.div-block-16.image.rit {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://staging.www.grid.com/web/images/route-groter.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-16.image.zoek {
  max-height: 550px;
  max-width: 545px;
  background-color: var(--medium-aquamarine);
  background-image: url('https://staging.www.grid.com/web/images/SEARCH.webp');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  padding-bottom: 0;
}

.div-block-16.image.voorkeur {
  background-color: var(--white-smoke);
  background-image: url('https://staging.www.grid.com/web/images/Choose-car.webp');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 751px 563px;
}

.div-block-16.image.koffie {
  max-height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://staging.www.grid.com/web/images/handheldsmall-EN.webp');
  background-position: 50%;
  background-size: cover;
  line-height: 100%;
}

.div-block-16.image.app {
  max-height: 700px;
  background-color: var(--medium-sea-green-2);
  background-image: url('https://staging.www.grid.com/web/images/--_EN.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.div-block-16.image.lader-polestar {
  background-image: url('https://staging.www.grid.com/web/images/charger.png');
  background-position: 0 0;
  background-size: auto;
}

.div-block-16.image.lader-3 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://staging.www.grid.com/web/images/charger-3.png');
  background-position: 50%;
  background-size: auto;
}

.div-block-16.white {
  border: 1px none var(--medium-sea-green);
  background-color: var(--medium-sea-green);
}

.div-block-16.white.charger {
  background-image: url('https://staging.www.grid.com/web/images/gridcharger.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 70%;
  padding-top: 20px;
  padding-bottom: 100px;
}

.div-block-16.no-background {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://staging.www.grid.com/web/images/Car.webp');
  background-position: 0 0;
  background-size: cover;
  display: flex;
}

.div-block-16.no-background.food {
  background-image: url('https://staging.www.grid.com/web/images/banner-ad-road.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.grid-5 {
  max-width: 1130px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto;
  margin: auto;
}

.grid-5._4-blocks {
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
}

.container-10 {
  max-width: 1130px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 900;
  display: block;
  overflow: visible;
}

.container-10.header {
  min-height: 40vh;
  outline-color: var(--medium-sea-green);
  outline-offset: 0px;
  color: var(--green);
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  outline-width: 1.5px;
  outline-style: solid;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.container-10.header.centre {
  min-height: 30vh;
  outline-color: var(--medium-sea-green);
  outline-offset: 0px;
  outline-width: 1.5px;
  outline-style: none;
  margin-bottom: 40px;
}

.container-10.header.green {
  background-color: var(--medium-sea-green);
}

.container-10._2 {
  background-color: var(--medium-aquamarine);
}

.container-10.zwart {
  min-height: 40vh;
  background-color: var(--0dbc81);
  background-image: linear-gradient(#000, rgba(0, 0, 0, .84) 66%, rgba(0, 0, 0, 0)), url('https://staging.www.grid.com/web/images/icons.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat-x;
  background-size: auto, auto;
  margin-top: 40px;
}

.container-10.map {
  outline-color: var(--medium-sea-green);
  outline-offset: 0px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  outline-width: 1.5px;
  outline-style: solid;
  flex-direction: column;
  align-items: center;
  padding: 43px;
  display: flex;
}

.container-10.map.nog-border {
  min-height: 40vh;
  outline-color: var(--medium-sea-green);
  outline-offset: 0px;
  background-color: rgba(0, 0, 0, 0);
  outline-width: 1.5px;
  outline-style: none;
  justify-content: flex-start;
  display: block;
}

.container-10.groen {
  background-color: var(--medium-sea-green);
}

.container-10._5 {
  background-color: var(--white-smoke);
}

.container-10.black {
  background-color: var(--0dbc81);
}

.container-10.black.charger {
  background-image: url('https://staging.www.grid.com/web/images/grid-charger-2.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.container-10.centre {
  text-align: center;
}

.container-10.green {
  background-color: var(--medium-sea-green);
}

.container-10.blog {
  border: 1px solid var(--medium-sea-green);
  background-color: #fff;
  align-items: flex-start;
  display: flex;
}

.container-10.white {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.container-10.white.no-space {
  padding: 0;
}

.container-10.light-green {
  background-color: var(--medium-aquamarine);
}

.container-10.soft-green {
  background-color: var(--medium-sea-green-2);
}

.container-10.soft-grey {
  background-color: var(--card-background);
}

.heading-4 {
  text-transform: uppercase;
  font-size: 50px;
}

.paragraph-7 {
  max-width: 100%;
  color: var(--0dbc81);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-7.white {
  max-width: 100%;
  color: #7c7c7c;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 40px;
  font-size: 20px;
  display: flex;
}

.paragraph-7.white.links, .paragraph-7.white.left {
  text-align: left;
}

.paragraph-7.white.map {
  text-align: left;
  align-items: flex-start;
  padding-left: 0;
  font-size: 18px;
}

.paragraph-7.white.map.centre {
  text-align: center;
  padding-left: 40px;
}

.paragraph-7.white.h {
  align-items: flex-start;
  padding-bottom: 20px;
}

.paragraph-7.white.home {
  padding-left: 0;
  font-size: 18px;
}

.paragraph-7.white.home.centre {
  text-align: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
}

.paragraph-7.white.inleiding {
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 0;
}

.paragraph-7.wit {
  color: #fff;
}

.paragraph-7.left {
  text-align: left;
}

.paragraph-7.link {
  align-self: center;
}

.paragraph-7.black {
  color: var(--green);
}

.heading-5 {
  color: var(--0dbc81);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.heading-5.green {
  color: var(--medium-sea-green);
  margin-bottom: 10px;
}

.heading-5.green.centre {
  color: var(--medium-sea-green);
}

.heading-5.green.links {
  margin-bottom: 10px;
}

.heading-5.green.left {
  text-transform: none;
}

.heading-5.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.heading-5.left {
  text-align: left;
}

.title {
  color: #fff;
  -webkit-text-stroke-color: var(--0dbc81);
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 65px;
  font-weight: 900;
  line-height: 100%;
}

.title.heading {
  text-transform: uppercase;
  font-family: Source Sans Pro, sans-serif;
  font-size: 100px;
  font-weight: 900;
}

.title.heading.blue {
  color: var(--royal-blue);
}

.title.heading.green {
  color: var(--0dbc81);
  font-size: 80px;
}

.title.zwart {
  color: var(--0dbc81);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
}

.title.header {
  color: var(--0dbc81);
  margin-top: 20px;
  margin-bottom: 10px;
}

.title.dark {
  color: var(--0dbc81);
  text-align: center;
  margin-bottom: 40px;
  font-family: Source Sans Pro, sans-serif;
}

.title.dark.left {
  text-align: left;
}

.title.black {
  max-width: 1130px;
  color: var(--0dbc81);
  justify-content: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.title.black.centre {
  justify-content: center;
  margin-bottom: 20px;
}

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

.title.greencolor {
  color: var(--medium-sea-green);
}

.container-11 {
  max-width: 1130px;
  min-height: 30vh;
  background-color: var(--0dbc81);
  background-image: url('https://staging.www.grid.com/web/images/AdobeStock_563047842.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  align-items: flex-end;
  padding: 38px;
  display: flex;
}

.container-11.map {
  background-color: var(--medium-sea-green);
  background-image: linear-gradient(to bottom, transparent, var(--white-smoke)), url('https://staging.www.grid.com/web/images/image-3.png');
  background-position: 0 0, 100%;
  background-size: auto, auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.section-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-13 {
  border-radius: 20px;
}

.image-14 {
  display: block;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-5 {
  outline-offset: 0px;
  border: 0 rgba(0, 0, 0, 0);
  outline: 3px #333;
  align-items: center;
  margin-top: -30vh;
  padding-top: 0;
  display: flex;
}

.div-block-18 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-18.blog {
  align-items: flex-start;
}

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

.frame-153917 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.web-searchbar {
  max-width: 1130px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .08);
}

.searchbar {
  width: 100%;
  max-width: 752px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.frame-232 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.search {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.frame-175 {
  width: 100%;
  height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 8px;
  display: flex;
}

.vectors-wrapper {
  width: 0;
  height: 32px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.charge-speed {
  width: 160px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 16px;
  display: flex;
}

.frame-153918 {
  width: 100%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text {
  color: #7c7c7c;
  font-family: Source Sans Pro, sans-serif;
  font-size: Infinityrem;
  letter-spacing: -.24px;
  font-weight: 600;
  line-height: 16px;
}

.text-2 {
  color: #212121;
  font-family: Inter, sans-serif;
  font-size: Infinityrem;
  letter-spacing: -.24px;
  font-weight: 400;
  line-height: 16px;
}

.web-beschikbaar {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-2 {
  width: 26px;
  height: 8px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-153919 {
  height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.frame-15362 {
  width: 32px;
  height: 32px;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #0dbc81;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.vectors-wrapper-3 {
  width: 20px;
  height: 20px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.web-filters {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 22px;
  display: flex;
}

.vectors-wrapper-4 {
  width: 24px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-3 {
  color: #212121;
  font-family: Source Sans Pro, sans-serif;
  font-size: Infinityrem;
  letter-spacing: -.24px;
  font-weight: 700;
  line-height: 16px;
}

.placeholdertextsmall-2 {
  color: #0dbc81;
  font-family: Inter, sans-serif;
  font-size: Infinityrem;
  font-weight: 400;
  line-height: 24px;
}

.placeholdertextsmall-3 {
  color: #7c7c7c;
  font-family: Inter, sans-serif;
  font-size: Infinityrem;
  font-weight: 400;
  line-height: 24px;
}

.grid-6 {
  grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr;
}

.text-block-2 {
  color: var(--0dbc81);
  text-align: left;
  font-weight: 400;
}

.text-block-2.bold {
  color: var(--grey);
  font-weight: 600;
}

.text-block-2.leeg {
  color: var(--grey);
  text-transform: none;
}

.div-block-20 {
  width: 30%;
  min-height: 48px;
  min-width: 100px;
  grid-column-gap: 5px;
  border-right: 1px solid var(--white-smoke);
  flex-direction: row;
  align-self: center;
  align-items: center;
  padding-left: 20px;
  text-decoration: none;
  display: flex;
}

.text-blok-1 {
  color: var(--medium-sea-green);
  font-weight: 400;
}

.image-15 {
  max-width: 32px;
  min-height: 0;
  min-width: 0;
  flex: 1;
  padding-left: 0;
}

.div-block-21 {
  max-height: 48px;
  max-width: 1000px;
  min-width: 80px;
  grid-column-gap: 30px;
  background-color: #fff;
  border-radius: 40px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  margin-right: 0;
  padding-right: 6px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-22 {
  min-height: 48px;
  border-right: 1px solid var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-self: center;
  padding-left: 10px;
  padding-right: 52px;
  display: flex;
}

.div-block-23 {
  min-height: 48px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  padding-left: 10px;
  padding-right: 20px;
  display: flex;
}

.div-block-24 {
  max-height: 48px;
  object-fit: fill;
  padding-right: 132px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-wrapper-two {
  width: auto;
  max-width: 1130px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  color: var(--medium-sea-green);
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  font-family: Source Sans Pro, sans-serif;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: var(--medium-sea-green);
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two-2 {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright-2 {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.container-13 {
  max-width: 1130px;
}

.footer-header {
  color: var(--0dbc81);
  text-transform: none;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.footer-link {
  color: var(--green);
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link.bottom {
  font-size: 14px;
}

.footer-link.header {
  font-size: 21px;
  font-weight: 600;
}

.columns-2 {
  flex-direction: row;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.columns-3 {
  border-top: 2px solid var(--white-smoke);
  border-radius: 0;
  padding-top: 20px;
}

.div-block-25 {
  font-size: 10px;
}

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

.container-tekst {
  max-width: 1130px;
  font-family: Source Sans Pro, sans-serif;
}

.container-tekst.tekstpagina {
  padding-top: 60px;
  padding-bottom: 100px;
}

.container-tekst.blog {
  padding: 40px 40px 140px;
}

.heading-6 {
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-6.blog {
  margin-top: 0;
}

.heading-7 {
  color: var(--medium-sea-green);
  padding-left: 40px;
  padding-right: 40px;
}

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

.container-14 {
  max-width: 1130px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-hero_count-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.home-hero_count_number-wrapper {
  width: 2rem;
  height: 2rem;
  color: #0dbc81;
  background-color: #ecfaf5;
  border-radius: 10rem;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.home-hero_count_number {
  font-weight: 600;
}

.paragraph-8 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

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

.categorie {
  color: var(--medium-sea-green);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.categorie.wit {
  color: var(--0dbc81);
}

.div-block-26, .column-2 {
  text-align: right;
}

.column-3 {
  flex: 0 auto;
  justify-content: flex-end;
  display: flex;
}

.div-block-27 {
  justify-content: flex-end;
  display: flex;
}

.link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6 {
  text-decoration: none;
}

.text-block-3 {
  color: var(--medium-sea-green);
  text-transform: uppercase;
  font-weight: 700;
}

.image-18 {
  max-width: 1130%;
}

.image-19 {
  max-width: 1130%;
  object-fit: cover;
  display: block;
}

.div-block-28 {
  align-items: center;
  display: flex;
}

.text-block-4 {
  padding-left: 10px;
}

.link-back {
  color: var(--medium-sea-green);
  text-transform: none;
  align-self: center;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 600;
}

.heading-9, .heading-10 {
  color: var(--medium-sea-green);
}

.blog-text {
  padding-bottom: 140px;
}

.section-7 {
  margin-top: -250px;
}

.rich-text-block {
  color: var(--medium-sea-green);
  font-size: 20px;
  line-height: 150%;
}

.utility-page-wrap {
  width: 100vw;
  height: 80vh;
  max-height: 100%;
  max-width: 100%;
  background-image: url('https://staging.www.grid.com/web/images/Stekker_Grid_404.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.column-4 {
  flex: 0 auto;
  justify-content: flex-end;
  display: flex;
}

.div-block-29, .div-block-30 {
  justify-content: flex-end;
  display: flex;
}

.text-block-5 {
  font-weight: 400;
}

.link-block-7 {
  order: 0;
  text-decoration: none;
}

.title-2 {
  color: #fff;
  text-transform: none;
  font-size: 65px;
  font-weight: 900;
  line-height: 100%;
}

.title-2.zwart {
  color: #1a1b1f;
  font-size: 65px;
}

.container-15 {
  max-width: 1130px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 900;
  display: block;
  overflow: visible;
}

.container-15._2 {
  background-color: #86ddbf;
}

.container-15.groen {
  background-color: #0dbc81;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 0;
  text-transform: lowercase;
  background-color: #0dbc81;
  border-radius: 40px;
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 12px 25px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #0bac76;
}

.button-primary-4:active {
  background-color: #43464d;
}

.button-primary-4.on-green {
  color: #1a1b1f;
  letter-spacing: 0;
  text-transform: lowercase;
  background-color: #fff;
  margin-top: 9px;
}

.button-primary-4.on-green:hover {
  background-color: #f0f0f0;
}

.section-8 {
  outline-offset: 0px;
  border: 0 rgba(0, 0, 0, 0);
  outline: 3px #333;
  align-items: center;
  margin-top: -250px;
  padding-top: 0;
  display: flex;
}

.heading-11 {
  color: #0dbc81;
  padding-left: 40px;
  padding-right: 40px;
}

.grid-7 {
  max-width: 1130px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto;
  margin: auto;
}

.paragraph-9 {
  color: #32343a;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-9.white {
  max-width: 100%;
  color: #7c7c7c;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 40px;
  font-size: 20px;
  display: flex;
}

.paragraph-9.white.h {
  align-items: flex-start;
  padding-bottom: 20px;
}

.paragraph-9.black {
  color: #32343a;
}

.heading-12 {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-31 {
  min-height: 40vh;
  background-color: #0dbc81;
  border-radius: 20px;
}

.div-block-31.image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-31.image.voorkeur {
  background-color: #f0f0f0;
  background-image: url('https://staging.www.grid.com/web/images/macbook-car-small.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
}

.div-block-31.image.detail {
  background-color: #f0f0f0;
  background-image: url('https://staging.www.grid.com/web/images/car.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: auto;
}

.div-block-31.image.koffie {
  background-image: url('https://staging.www.grid.com/web/images/handheldsmall.jpg');
  background-position: 50% 75%;
  background-repeat: repeat;
  background-size: cover;
}

.div-block-31.image.zoek {
  background-color: #86ddbf;
  background-image: url("https://assets-global.website-files.com/647736f7d2f9a885ef171f5a/647736f7d2f9a885ef171faf_macbook%20vito's%20klein.png");
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 90%;
  padding-bottom: 0;
}

.div-block-31._2 {
  background-color: rgba(0, 0, 0, 0);
  border: 0 rgba(0, 0, 0, 0);
}

.div-block-31.wit {
  padding-bottom: 0;
}

.heading-13 {
  color: #1a1b1f;
  line-height: 120%;
}

.heading-13.white {
  color: #fff;
  margin-top: 0;
}

.link-block-8 {
  text-decoration: none;
}

.homepage-link {
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.link-block-9 {
  text-decoration: none;
}

.columns-4 {
  flex: 1;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.text-block-6 {
  min-height: auto;
  margin-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 60px;
  font-weight: 600;
  display: block;
}

.heading-14, .heading-15 {
  font-family: Source Sans Pro, sans-serif;
  font-size: 90px;
}

.heading-16 {
  color: var(--medium-sea-green);
  margin-bottom: 48px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 90px;
}

.link-block-10 {
  direction: ltr;
  text-transform: none;
  border-style: none;
  text-decoration: none;
}

.link-block-11, .link-block-12 {
  text-decoration: none;
}

.text-block-7 {
  font-weight: 400;
}

.wg-code {
  display: none;
}

.footer-header-2 {
  color: #1a1b1f;
  text-transform: none;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  margin-bottom: -10px;
}

.columns-5 {
  border-top: 2px solid #f0f0f0;
  border-radius: 0;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.div-block-32 {
  justify-content: flex-end;
  display: flex;
}

.container-16 {
  max-width: 1130px;
}

.wg-element {
  width: 50%;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.wg-element:hover {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-33 {
  justify-content: flex-end;
  display: flex;
}

.columns-6 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.flex-block {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-link-2 {
  color: #32343a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-2.bottom {
  font-size: 14px;
}

.wg-selector-highlight {
  width: 100%;
  height: 100%;
  background-color: #4049ff;
}

.wg-selector-highlight.h1 {
  background-color: #0dbc81;
}

.wg-selector-highlight.h2 {
  background-color: #0dbc81;
  transform: translate(-100%);
}

.div-block-34 {
  font-size: 10px;
}

.text-block-10 {
  color: #32343a;
  font-family: Source Sans Pro, sans-serif;
}

.text-block-10:hover {
  color: #0dbc81;
}

.div-block-35 {
  justify-content: flex-end;
  display: flex;
}

.wg-selector-highlight-wrapper {
  width: 100%;
  height: 2px;
  margin-top: .25rem;
  overflow: hidden;
}

.wg-selector-highlight-wrapper:hover {
  color: #0dbc81;
}

.wg-selector-1 {
  color: #000;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.wg-selector-1:hover {
  color: #4049ff;
}

.wg-selector-1.w--current {
  cursor: default;
}

.wg-selector-1.s2 {
  opacity: .5;
  padding-right: 0;
  font-family: Source Sans Pro, sans-serif;
}

.wg-selector-1.s2:hover {
  color: #0dbc81;
  -webkit-text-stroke-color: #0dbc81;
}

.wg-selector-1.s1 {
  align-self: center;
}

.wg-selector-1.s1:hover {
  color: #0dbc81;
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_styles {
  display: none;
}

.wg-selector-1-2 {
  color: #000;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.wg-selector-1-2:hover {
  color: #4049ff;
}

.wg-selector-1-2.w--current {
  cursor: default;
}

.wg-selector-1-2.s2 {
  opacity: .5;
  padding-right: 0;
  font-family: Source Sans Pro, sans-serif;
}

.wg-selector-1-2.s2:hover {
  color: #0dbc81;
  -webkit-text-stroke-color: #0dbc81;
}

.wg-selector-1-2.s1:hover {
  color: #0dbc81;
}

.cookie-modal_closebutton {
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: #13d191;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cookie-modal_radio_button {
  width: 1.25rem;
  height: 1.25rem;
  float: left;
  border: 1.75px solid #747577;
  border-radius: .375rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #2573ff;
  background-image: url('https://staging.www.grid.com/web/images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  cursor: not-allowed;
  background-color: #0dbc81;
  background-image: url('https://staging.www.grid.com/web/images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.footer_links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  font-family: Source Sans Pro, sans-serif;
  display: flex;
}

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

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-modal_link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  color: #000;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.footer-link-3 {
  color: #32343a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-3.bottom {
  font-size: 14px;
}

.cookie-modal_closebutton_line-2 {
  width: 1rem;
  height: 2px;
  background-color: #515750;
  position: absolute;
}

.cookie-modal_closebutton_line-2.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line-2.is-left {
  transform: rotate(45deg);
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.cookie-modal_closebutton-3 {
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton-3.is-sticky {
  background-color: #f2f5f7;
  position: -webkit-sticky;
  position: sticky;
  top: -1rem;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_description-3 {
  color: #3a3a3a;
  margin-top: 1rem;
  font-size: 1rem;
}

.cookie-popup_component-2 {
  z-index: 9500;
  max-width: 25rem;
  color: #000;
  display: none;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: 1.25rem;
  right: auto;
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.cookies {
  display: block;
}

.footer {
  margin-top: 3rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.cookie-preference_component {
  z-index: 9525;
  width: 100%;
  height: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-17 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.cookie-modal_description-2 {
  font-size: 1rem;
  line-height: 1.5;
}

.cookie-preference_background {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  cursor: pointer;
  background-color: rgba(29, 30, 31, .7);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.in-pref-manger {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.cookie-modal_button-wrap.is-small {
  background-color: #eceef1;
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_button-3 {
  color: #fff;
  text-align: center;
  background-color: #0dbc81;
  border-radius: 100rem;
  padding: 1em 1.5em 1rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button-3:hover {
  background-color: #262926;
}

.cookie-modal_button-3.is-secondary {
  color: #515750;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button-3.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_button-3.is-secondary {
  color: #515750;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 700;
}

.cookie-modal_button-3.is-secondary:hover {
  text-decoration: underline;
}

.wg-element-2 {
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.wg-element-2:hover {
  background-color: rgba(0, 0, 0, 0);
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.5rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.5rem;
  display: inline;
}

.text-block-11 {
  color: #32343a;
  font-family: Source Sans Pro, sans-serif;
}

.text-block-11:hover {
  color: #0dbc81;
}

.cookie-modal_closebutton_line-3 {
  width: 1rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
}

.cookie-modal_closebutton_line-3.is-left {
  transform: rotate(45deg);
}

.cookie-modal_closebutton_line-3.is-right {
  transform: rotate(-45deg);
}

.footer_link-w {
  text-decoration: none;
}

.footer_link-text {
  text-align: right;
  font-size: 1.5rem;
  font-weight: 600;
}

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

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.footer_divider {
  width: 100%;
  height: 2px;
  background-color: #f0f0f0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.cookie-modal_component {
  max-width: 32rem;
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem rgba(38, 41, 38, .05);
}

.text-block-12 {
  max-width: 100vw;
}

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

.text-block-13, .text-block-14 {
  font-weight: 400;
}

.heading-17 {
  color: var(--0dbc81);
  margin-top: 10px;
}

.heading-17.white {
  color: #fff;
  margin-top: 10px;
}

.paragraph-10 {
  font-family: Source Sans Pro, sans-serif;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 20px;
}

.heading-18 {
  color: var(--medium-sea-green);
  margin-top: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
}

.div-block-36 {
  text-align: center;
  padding: 20px;
}

.paragraph-11 {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
}

.paragraph-11.black {
  color: var(--0dbc81);
}

.paragraph-11.centre {
  max-width: 800px;
  text-align: center;
  margin-bottom: 40px;
}

.container-19 {
  max-width: 1130px;
  background-color: var(--medium-sea-green-2);
  text-align: center;
  border-radius: 20px;
  padding: 60px;
  font-family: Open Sans, sans-serif;
}

.image-21 {
  border-radius: 20px;
}

.heading-19 {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
}

.container-20 {
  padding: 20px;
}

.image-22 {
  max-height: 600px;
  max-width: 100%;
  border-radius: 20px;
}

.container-21 {
  max-width: 800px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.image-23 {
  min-height: 40px;
  min-width: 40px;
  background-color: rgba(0, 0, 0, 0);
}

.div-block-37 {
  width: 100%;
  background-color: var(--medium-sea-green);
  background-image: url('https://staging.www.grid.com/web/images/Banner-Ad-EN.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 20px;
}

.image-24 {
  border-radius: 20px;
}

.div-block-38 {
  width: 100%;
  background-image: url('https://staging.www.grid.com/web/images/banner-listview.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.grid-9 {
  width: 100%;
  max-width: 1130px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--medium-sea-green-2);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.text-block-15 {
  color: var(--green);
  justify-content: center;
  padding-top: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.image-25, .image-26 {
  max-width: 90px;
}

.image-27 {
  text-align: center;
  display: block;
}

.image-28 {
  border-radius: 20px;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.text-block-16, .text-block-17, .text-block-18 {
  text-align: center;
}

.image-29 {
  max-width: 150px;
}

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

.section-wide {
  min-height: 50vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('https://staging.www.grid.com/web/images/Header.webp');
  background-position: 50%;
  background-size: cover;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: flex-start;
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
  position: static;
}

.section-wide.releases {
  min-height: auto;
  background-image: linear-gradient(63deg, #2d75ff, #012169);
  padding-bottom: 180px;
}

.section-wide.black {
  min-height: 50vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 40px;
}

.section-wide.black.clear {
  min-height: auto;
  min-height: auto;
  background-image: none;
  padding-bottom: 40px;
  font-family: Source Sans Pro, sans-serif;
}

.section-wide.releases {
  min-height: auto;
  background-image: linear-gradient(63deg, #2d75ff, #012169);
  padding-bottom: 180px;
}

.container-main-centered {
  max-width: 1130px;
  min-height: 55px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 900;
  display: block;
  overflow: visible;
}

.container-main-centered.bottom {
  min-height: 200px;
  min-height: 200px;
  background-color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: -180px;
  margin-left: auto;
  margin-right: auto;
}

.heading-31 {
  color: #fff;
  font-size: 4rem;
  line-height: 4rem;
}

.subheading {
  color: #0dbc81;
  margin-top: 10px;
  font-weight: 700;
}

.paragraph-12 {
  color: #fff;
  font-weight: 400;
}

.heading-32 {
  color: #fff;
  font-size: 4rem;
  line-height: 4rem;
}

.paragraph-13 {
  color: #fff;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  p, li {
    font-size: 16px;
  }

  .container-grid-7 {
    padding: 0;
  }

  .div-block {
    width: 95vw;
  }

  .grid {
    max-width: 90vw;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-2 {
    flex-direction: row;
    padding: 20px;
    display: block;
  }

  .h3.on-green.phone, .h3.green.phone {
    text-align: center;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-2.left-block {
    grid-template-columns: 1.75fr 1fr;
  }

  .grid-2.left-block.padding {
    padding: 20px;
  }

  .grid-2.right-block {
    grid-template-columns: 1fr 1.5fr;
  }

  .grid-2.right-block.centered {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 54px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 80px;
    grid-auto-flow: row dense;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-3.green {
    grid-template-columns: 1.25fr 1fr;
  }

  .grid-3.black {
    grid-template-columns: 1fr 1fr;
  }

  .section-2 {
    padding: 20px;
  }

  .section-2.black {
    background-image: url('https://staging.www.grid.com/web/images/GRID-map3test2.webp');
    background-position: 50%;
    background-size: cover;
    margin-top: 0;
    padding: 0 20px 20px;
  }

  .section-2.black.clear {
    min-height: 30vh;
    padding-bottom: 20px;
  }

  .section-2.green {
    padding-top: 50px;
  }

  .section-2.no-space {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-3 {
    padding-top: 36px;
    padding-bottom: 0;
  }

  .div-block-3.on-phone, .div-block-3.phone {
    padding-top: 36px;
  }

  .image-2 {
    max-width: 0%;
    min-width: 100%;
    object-fit: cover;
    object-position: 0% 50%;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 10px 20px;
  }

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .button-primary {
    text-align: center;
    align-self: center;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image-3 {
    max-width: 100px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    color: var(--grey);
    font-family: Source Sans Pro, sans-serif;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-copyright, .footer-legal-link {
    color: var(--grey);
    font-family: Source Sans Pro, sans-serif;
  }

  .hero-heading-left {
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

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

  .cont {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-long {
    max-width: 100%;
    min-height: 200px;
    min-width: 100%;
    align-items: stretch;
    margin-bottom: 40px;
    margin-right: -3px;
    padding-bottom: 0;
  }

  .hero-split-long.map {
    max-width: 100%;
    min-width: 100%;
    background-image: url('https://staging.www.grid.com/web/images/wallpaper.png');
    background-position: 50% 100%;
    background-size: auto;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .hero-split-long.map._2 {
    min-width: 100%;
    background-size: cover;
  }

  .hero-split-long.tablet {
    background-color: #1e1e1e;
    margin-bottom: -4px;
    padding-top: 61px;
  }

  .hero-split-long.phone {
    background-color: var(--medium-sea-green);
    margin-bottom: 20px;
  }

  .heading-2.phone {
    font-size: 7vw;
  }

  .image-5.phone {
    max-width: 8%;
    mix-blend-mode: darken;
  }

  .div-block-6.phone {
    justify-content: flex-start;
    margin-bottom: 2px;
    padding-top: 8px;
  }

  .h2.on-green, .h2.on-green.phone, .h2.phone {
    text-align: center;
  }

  .image-6 {
    object-fit: contain;
    object-position: 50% 50%;
    margin-top: 0;
    overflow: visible;
  }

  .heading-3 {
    color: var(--0dbc81);
    -webkit-text-stroke-color: transparent;
  }

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

  .features-wrapper {
    justify-content: space-between;
  }

  .column {
    padding-top: 20px;
    padding-bottom: 23px;
  }

  .paragraph.phone {
    font-size: 14px;
  }

  .container-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-13 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-13.phone {
    flex-direction: column;
  }

  .mask-3 {
    min-height: 45vh;
  }

  .image-10 {
    object-fit: scale-down;
  }

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

  .image-12 {
    object-fit: cover;
  }

  .div-block-16 {
    min-height: 35vh;
  }

  .div-block-16._2 {
    min-height: 35vh;
    outline-offset: 0px;
    outline: 0 #333;
  }

  .div-block-16.image.auto {
    background-color: var(--white-smoke);
    background-repeat: no-repeat;
  }

  .div-block-16.image.detail {
    background-image: url('https://staging.www.grid.com/web/images/Car.webp');
    background-position: 50% 100%;
    background-size: cover;
  }

  .div-block-16.image.zoek {
    background-position: 50%, 100%;
    background-repeat: repeat-x, repeat;
    background-size: contain, auto;
  }

  .div-block-16.image.app {
    background-color: var(--medium-aquamarine);
    background-image: url('https://staging.www.grid.com/web/images/iPhone-14-Pro.png');
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: contain;
  }

  .div-block-16.no-background {
    min-height: 20vh;
    background-position: 50%;
    background-size: cover;
  }

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

  .grid-5._4-blocks {
    padding-top: 0;
  }

  .container-10 {
    padding: 20px;
  }

  .container-10.header {
    outline-color: var(--medium-sea-green);
    outline-offset: 0px;
    text-align: left;
    outline-width: 1.5px;
    outline-style: solid;
    padding-bottom: 35px;
    display: flex;
  }

  .container-10.header.centre {
    min-height: 20vh;
  }

  .container-10._2 {
    background-color: var(--medium-aquamarine);
  }

  .container-10.map {
    padding-top: 32px;
  }

  .paragraph-7 {
    max-width: 100%;
    font-size: 16px;
  }

  .paragraph-7.white {
    text-align: left;
    align-self: center;
    font-size: 18px;
  }

  .paragraph-7.white.map {
    text-align: center;
    font-size: 16px;
  }

  .paragraph-7.white.h {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .paragraph-7.white.landing {
    text-align: left;
    font-size: 16px;
  }

  .heading-5 {
    font-size: 28px;
  }

  .heading-5.green {
    color: var(--medium-sea-green);
    text-align: center;
    align-self: center;
  }

  .heading-5.green.links {
    color: #fff;
    text-align: left;
  }

  .heading-5.green.left {
    text-align: left;
  }

  .title {
    font-size: 45px;
  }

  .title.heading.green {
    font-size: 70px;
  }

  .title.zwart {
    font-size: 45px;
  }

  .title.header {
    max-width: 80%;
    text-align: center;
    align-self: center;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .title.black {
    max-width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .section-4 {
    margin-bottom: 0;
    padding: 10px 20px 20px;
  }

  .div-block-17 {
    flex-direction: row;
    padding-bottom: 0;
  }

  .section-5 {
    margin-top: -250px;
  }

  .div-block-18.blog {
    flex-direction: column;
    align-self: flex-start;
    display: flex;
  }

  .store-buttons {
    max-width: 40%;
  }

  .div-block-21 {
    max-width: 700px;
  }

  .div-block-24 {
    padding-right: 0;
  }

  .footer-light {
    padding-top: 40px;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-link.bottom {
    color: var(--grey);
    font-size: 14px;
  }

  .container-tekst.tekstpagina, .container-tekst.blog, .heading-6, .heading-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-30 {
    justify-content: flex-end;
  }

  .title-2, .title-2.zwart {
    font-size: 45px;
  }

  .container-15 {
    padding: 20px;
  }

  .container-15._2 {
    background-color: #86ddbf;
  }

  .button-primary-4 {
    text-align: center;
    align-self: center;
  }

  .section-8 {
    margin-top: -250px;
  }

  .heading-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .paragraph-9 {
    font-size: 16px;
  }

  .paragraph-9.white {
    text-align: left;
    align-self: center;
    font-size: 18px;
  }

  .paragraph-9.white.h {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .heading-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-31 {
    min-height: 35vh;
  }

  .div-block-31.image.detail {
    background-image: url('https://staging.www.grid.com/web/images/car.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .div-block-31.image.zoek {
    background-position: 50%, 100%;
    background-repeat: repeat-x, repeat;
    background-size: contain, auto;
  }

  .div-block-31._2 {
    min-height: 35vh;
    outline-offset: 0px;
    outline: 0 #333;
  }

  .heading-13 {
    font-size: 28px;
  }

  .section_contact {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .wg-element {
    width: 50%;
    align-items: center;
    padding-top: 10px;
  }

  .div-block-33 {
    justify-content: center;
    padding-bottom: 5px;
  }

  .flex-block {
    justify-content: center;
  }

  .footer-link-2.bottom {
    color: #989898;
    font-size: 14px;
  }

  .div-block-34 {
    text-align: center;
    padding-bottom: 5px;
  }

  .div-block-35 {
    justify-content: center;
  }

  .wg-selector-1.s2, .wg-selector-1-2.s2 {
    padding-right: 10px;
  }

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

  .footer_bottom-w {
    grid-template-rows: auto auto;
  }

  .footer-link-3.bottom {
    color: #989898;
    text-align: center;
    justify-content: center;
    padding-bottom: 5px;
    font-size: 14px;
    display: flex;
  }

  .wg-element-2 {
    width: 50%;
    align-items: center;
    padding-top: 10px;
  }

  .footer_link-text {
    font-size: 1rem;
  }

  .grid-8 {
    grid-template-rows: auto auto auto;
  }

  .heading-18 {
    margin-top: 20px;
  }

  .div-block-36 {
    padding: 10px;
  }

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

  .image-21 {
    height: 37.4063%;
    object-fit: cover;
    position: static;
  }

  .image-24 {
    height: 100px;
  }

  .grid-9 {
    padding-top: 20px;
  }

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

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .section-wide.releases {
    padding-bottom: 160px;
  }

  .section-wide.black {
    background-image: url('https://staging.www.grid.com/web/images/GRID-map2.jpg');
    background-position: 50%;
    background-size: auto;
    margin-top: 0;
    padding: 0 20px 20px;
  }

  .section-wide.black.clear {
    min-height: 20vh;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-wide.releases {
    min-height: auto;
    padding-bottom: 180px;
  }

  .container-main-centered {
    padding: 20px;
  }

  .container-main-centered.bottom {
    max-width: 100%;
    margin: -160px 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    flex: 1;
    display: block;
  }

  .div-block-2 {
    flex: 1;
    margin: 10px;
  }

  .h3 {
    font-size: 28px;
  }

  .h3.on-green.phone {
    font-size: 28px;
    font-weight: 700;
    line-height: 44px;
  }

  .h3.on-green.phone.small {
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
  }

  .h3.green.phone {
    font-size: 24px;
    font-weight: 400;
  }

  .h3.phone {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
  }

  .container {
    margin-top: 30px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    padding: 0 30px;
  }

  .section-2 {
    padding: 18px 10px;
  }

  .section-2.black {
    align-items: center;
    padding: 10px 20px;
    display: flex;
  }

  .section-2.black.clear {
    min-height: 20vh;
    padding-bottom: 20px;
  }

  .div-block-3 {
    align-self: auto;
  }

  .div-block-3.phone {
    flex-direction: column;
    display: flex;
  }

  .image-2 {
    width: 100%;
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: 0% 50%;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 10px 20px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .button-primary {
    font-size: 16px;
  }

  .button-primary.on-green {
    text-align: left;
    font-size: 16px;
  }

  .button-primary.centre {
    font-size: 16px;
  }

  .image-3 {
    max-width: 100px;
  }

  .paragraph-usp {
    align-self: center;
  }

  .footer-subscribe {
    padding: 0 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-heading-left {
    padding: 0 15px;
  }

  .container-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .hero-split-long {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-split-long.map {
    min-width: 100%;
    background-position: 50% 80%;
    align-items: stretch;
  }

  .hero-split-long.map._2 {
    background-position: 50% 0;
  }

  .hero-split-long.tablet {
    background-color: var(--0dbc81);
  }

  .heading-2 {
    color: #fff;
    align-self: flex-start;
    margin-bottom: 0;
    font-size: 6vh;
  }

  .image-4 {
    object-fit: contain;
  }

  .div-block-7 {
    margin-top: -42px;
    padding-top: 0;
  }

  .button-secondary {
    font-size: 7vw;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .paragraph.phone {
    font-size: 14px;
  }

  .h2-on-green {
    font-family: Source Sans Pro, sans-serif;
  }

  .div-block-13.phone {
    flex-direction: column;
  }

  .image-10 {
    object-fit: contain;
    flex: 0 auto;
  }

  .grid-4 {
    grid-column-gap: 38px;
    grid-row-gap: 68px;
    grid-template: ". ."
                   ". ."
                   "Area-4 Area-4"
                   ". ."
                   "Area-5 Area-5"
                   "Area-6 ."
                   / 1fr;
  }

  .div-block-16, .div-block-16._2 {
    min-height: 20vh;
  }

  .div-block-16.wit {
    background-color: var(--medium-sea-green);
  }

  .div-block-16.image.auto {
    background-repeat: repeat-x;
  }

  .div-block-16.image.detail {
    background-repeat: repeat-x, repeat;
  }

  .div-block-16.image.zoek {
    background-repeat: no-repeat, repeat;
  }

  .div-block-16.image.voorkeur {
    background-color: var(--white-smoke);
    background-image: url('https://staging.www.grid.com/web/images/macbook-car-small.webp');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: contain;
  }

  .div-block-16.image.koffie {
    background-position: 50%;
  }

  .div-block-16.image.app {
    background-image: url('https://staging.www.grid.com/web/images/iphone-14-pro-small.webp');
  }

  .grid-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 10px;
  }

  .grid-5._4-blocks {
    padding-top: 0;
  }

  .container-10 {
    padding: 19px;
  }

  .container-10._2 {
    background-color: var(--medium-aquamarine);
  }

  .container-10.map {
    flex: 1;
    align-self: stretch;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-10.map.nog-border {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .container-10._5 {
    background-color: var(--white-smoke);
  }

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

  .paragraph-7.white {
    max-width: 100%;
    padding-right: 0;
  }

  .paragraph-7.white.h {
    max-width: 100%;
    font-size: 14px;
  }

  .paragraph-7.white.inleiding {
    max-width: 100%;
  }

  .heading-5 {
    margin-top: 0;
    font-size: 24px;
  }

  .heading-5.green {
    text-align: left;
  }

  .heading-5.green.centre {
    text-align: center;
    margin-top: 0;
  }

  .heading-5.green.links {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    text-transform: none;
  }

  .heading-5.green.left {
    color: var(--medium-sea-green);
    -webkit-text-stroke-color: var(--medium-sea-green);
  }

  .title {
    font-size: 35px;
  }

  .title.heading {
    font-size: 80px;
  }

  .title.green {
    color: var(--medium-sea-green);
  }

  .title.zwart {
    font-size: 35px;
  }

  .title.header {
    max-width: 85%;
    margin-bottom: 10px;
  }

  .section-5 {
    margin-top: -70px;
  }

  .div-block-18 {
    padding-bottom: 40px;
  }

  .div-block-18.blog {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .div-block-19 {
    grid-column-gap: 10px;
  }

  .div-block-20 {
    width: 40%;
  }

  .div-block-21 {
    grid-column-gap: 0px;
  }

  .footer-light {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-header {
    font-size: 18px;
  }

  .container-tekst.tekstpagina {
    padding-top: 40px;
  }

  .container-tekst.blog {
    padding-left: 0;
    padding-right: 0;
  }

  .link-back {
    font-size: 16px;
  }

  .section-7 {
    margin-top: -90px;
  }

  .title-2, .title-2.zwart {
    font-size: 35px;
  }

  .container-15 {
    padding: 19px;
  }

  .container-15._2 {
    background-color: #86ddbf;
  }

  .button-primary-4.on-green {
    text-align: left;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 18px;
  }

  .section-8 {
    margin-top: -90px;
  }

  .grid-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 10px;
  }

  .paragraph-9 {
    font-size: 14px;
  }

  .paragraph-9.white {
    max-width: 100%;
    padding-right: 0;
  }

  .paragraph-9.white.h {
    max-width: 100%;
    font-size: 14px;
  }

  .div-block-31 {
    min-height: 20vh;
  }

  .div-block-31.image.voorkeur {
    background-color: #f0f0f0;
    background-image: url('https://staging.www.grid.com/web/images/MacBook-Air-2022-car.png');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: contain;
  }

  .div-block-31.image.detail {
    background-repeat: repeat-x, repeat;
  }

  .div-block-31.image.koffie {
    background-position: 50%;
  }

  .div-block-31.image.zoek {
    background-repeat: no-repeat, repeat;
  }

  .div-block-31._2 {
    min-height: 20vh;
  }

  .div-block-31.wit {
    background-color: #0dbc81;
  }

  .heading-13 {
    margin-top: 0;
    font-size: 24px;
  }

  .link-block-8 {
    text-decoration: none;
  }

  .columns-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-6 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .heading-16 {
    margin-bottom: 20px;
    font-size: 45px;
  }

  .section_contact {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-header-2 {
    font-size: 18px;
  }

  .wg-element {
    width: 100%;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-modal_closebutton-3 {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton-3.is-sticky {
    top: -1rem;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: -webkit-sticky;
    position: sticky;
    bottom: -2rem;
  }

  .wg-element-2 {
    width: 100%;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .grid-8 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 10px;
  }

  .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .image-29 {
    margin-left: -10px;
  }

  .section-wide {
    min-height: 50vh;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .section-wide.releases {
    padding-bottom: 160px;
  }

  .section-wide.black {
    align-items: center;
    padding: 10px 20px;
    display: flex;
  }

  .section-wide.black.clear {
    min-height: 15vh;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .section-wide.releases {
    min-height: auto;
    padding-bottom: 180px;
  }

  .container-main-centered {
    max-width: 100%;
    padding: 19px;
  }

  .container-main-centered.bottom {
    flex: 1;
    padding: 20px;
  }

  .heading-31, .heading-32 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .div-block-2 {
    margin: 15px 0;
  }

  .h3.on-green.phone.small {
    font-size: 14px;
  }

  .h3.green {
    line-height: 150%;
  }

  .h3.phone {
    font-size: 14px;
  }

  .container {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .container.centre {
    text-align: center;
    margin-bottom: 0;
  }

  .grid-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2.left-block {
    grid-template-rows: auto auto;
  }

  .grid-2.left-block.padding {
    padding: 10px;
  }

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

  .section-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-2.black {
    min-height: 40vh;
    background-position: 50%;
    padding-top: 10px;
  }

  .section-2.black.clear {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2.green {
    padding-top: 10px;
  }

  .section-2.no-space {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .div-block-3.on-phone.small {
    min-width: 100%;
  }

  .div-block-3.phone {
    min-width: 80vw;
    align-self: auto;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 10px 20px;
  }

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

  .nav-menu-two {
    flex-direction: column;
  }

  .button-primary {
    margin-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .button-primary.on-green {
    padding-left: 12px;
    padding-right: 12px;
  }

  .button-primary.centre {
    margin-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .image-3 {
    max-width: 100px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .hero-split-long {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-split-long.map {
    min-width: 100%;
    background-image: url('https://staging.www.grid.com/web/images/Group-276.png');
    background-position: 50% 80%;
    background-size: cover;
    justify-content: flex-end;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-split-long.phone {
    min-height: 100%;
    background-color: var(--0dbc81);
  }

  .heading-2.tablet.phone {
    font-size: 38px;
  }

  .heading-2.phone {
    font-size: 40px;
  }

  .div-block-5 {
    justify-content: space-between;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .text-block {
    margin-top: -11px;
    padding-top: 0;
    font-size: 26px;
  }

  .image-5.phone {
    max-width: 100%;
    padding-top: 14px;
  }

  .div-block-6.phone {
    flex-direction: column;
  }

  .button-secondary, .h2.on-green {
    font-size: 24px;
  }

  .h2.on-green.phone {
    font-size: 28px;
  }

  .h2.on-green.phone.small {
    font-size: 24px;
  }

  .heading-3 {
    color: var(--medium-sea-green);
    font-size: 26px;
  }

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

  .slide-3._3 {
    min-height: 20vh;
  }

  .div-block-13 {
    min-width: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .div-block-13.phone {
    min-width: 80vw;
  }

  .image-10 {
    padding-top: 8px;
  }

  .grid-4 {
    grid-column-gap: 38px;
    grid-row-gap: 20px;
    grid-template: ". ."
                   ". Area-4"
                   "Area-5 ."
                   / 1fr;
  }

  .div-block-16, .div-block-16._2 {
    min-height: 15vh;
  }

  .div-block-16.image.detail {
    background-color: var(--white-smoke);
    background-position: 50% 100%;
  }

  .div-block-16.image.zoek {
    background-color: var(--white-smoke);
    background-image: url('https://staging.www.grid.com/web/images/MacBook-Air-2022.png');
    background-repeat: repeat-x;
    display: none;
  }

  .div-block-16.image.app {
    background-image: url('https://staging.www.grid.com/web/images/iphone-14-pro-small.webp');
    background-repeat: repeat-x;
    margin-bottom: 0;
  }

  .grid-5 {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto auto;
    padding: 10px;
  }

  .grid-5._4-blocks {
    padding-top: 10px;
  }

  .container-10 {
    background-color: rgba(13, 188, 129, 0);
  }

  .container-10.header {
    padding: 0 10px 38px;
  }

  .container-10.map {
    margin-top: 10px;
    padding: 0 5px 8px;
  }

  .container-10.green {
    background-color: var(--medium-sea-green);
  }

  .container-10.blog {
    padding: 13px;
  }

  .container-10.white {
    padding: 10px 0;
  }

  .container-10.white.no-space {
    padding-top: 10px;
  }

  .heading-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-7 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .paragraph-7.white {
    max-width: none;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .paragraph-7.white.left {
    color: #fff;
  }

  .paragraph-7.white.map {
    max-width: 90%;
    font-size: 16px;
  }

  .paragraph-7.white.map.centre {
    padding-bottom: 10px;
    padding-left: 0;
  }

  .paragraph-7.white.h {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .paragraph-7.white.inleiding {
    text-align: left;
    align-self: auto;
    font-size: 16px;
  }

  .heading-5 {
    font-size: 26px;
  }

  .heading-5.green.centre {
    max-width: none;
  }

  .heading-5.green.left {
    font-size: 26px;
  }

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

  .title.heading.green {
    color: var(--medium-sea-green);
    font-size: 60px;
  }

  .title.header {
    max-width: none;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .title.black {
    justify-content: flex-start;
    margin-bottom: 20px;
    font-size: 32px;
  }

  .container-11.map {
    padding-left: 17px;
    padding-right: 17px;
  }

  .div-block-17 {
    width: 100%;
    min-width: 100px;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .section-5 {
    margin-top: -30vh;
  }

  .div-block-18 {
    padding-bottom: 0;
  }

  .div-block-20 {
    min-width: 70px;
    grid-column-gap: 0px;
    text-transform: none;
    flex-direction: row;
    flex: 1;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .image-15 {
    max-width: 32px;
    padding-right: 0;
  }

  .div-block-21 {
    align-self: stretch;
  }

  .div-block-22.hidden, .div-block-23.hidden {
    display: none;
  }

  .footer-light {
    padding-top: 14px;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-header {
    justify-content: center;
    font-size: 15px;
  }

  .columns-2 {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .image-17 {
    display: block;
  }

  .container-tekst.blog {
    padding-top: 20px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .heading-6, .heading-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-7 {
    padding-left: 20px;
    padding-right: 10px;
  }

  .utility-page-wrap {
    background-position: 40%;
  }

  .section-8 {
    margin-top: -30vh;
  }

  .grid-7 {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto auto;
    padding: 10px;
  }

  .paragraph-9 {
    font-size: 16px;
  }

  .paragraph-9.white {
    max-width: none;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .paragraph-9.white.h {
    font-size: 16px;
  }

  .div-block-31 {
    min-height: 15vh;
  }

  .div-block-31.image.detail {
    background-color: #f0f0f0;
    background-position: 50% 100%;
  }

  .div-block-31.image.zoek {
    background-color: #f0f0f0;
    background-image: none;
    background-repeat: repeat-x;
    display: none;
  }

  .div-block-31._2 {
    min-height: 15vh;
  }

  .heading-13 {
    font-size: 26px;
  }

  .homepage-link {
    padding-bottom: 10px;
  }

  .columns-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-6 {
    font-size: 24px;
  }

  .section_contact {
    padding: 10px;
  }

  .footer-header-2 {
    justify-content: center;
    font-size: 15px;
  }

  .wg-element {
    height: auto;
  }

  .columns-6 {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .image-20 {
    display: block;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .footer_links {
    flex-wrap: wrap;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-modal_closebutton-3 {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-popup_component-2 {
    max-width: 100%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cookie-preference_component {
    align-items: flex-end;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    bottom: 0;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_button-3 {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .wg-element-2 {
    height: auto;
  }

  .footer_top {
    grid-template-columns: .25fr .75fr;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .heading-17.white {
    color: var(--0dbc81);
  }

  .grid-8 {
    padding-top: 0;
  }

  .div-block-36 {
    padding-top: 5px;
  }

  .container-19 {
    padding: 10px;
  }

  .div-block-38 {
    width: 100%;
  }

  .grid-9 {
    grid-template-rows: auto auto;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }

  .text-block-15 {
    font-size: 15px;
  }

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

  .section-wide {
    background-color: #1a1b1f;
    background-image: linear-gradient(rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('https://staging.www.grid.com/web/images/Header.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .section-wide.releases {
    padding-bottom: 40px;
  }

  .section-wide.black {
    min-height: 40vh;
    background-position: 50%;
    padding-top: 10px;
  }

  .section-wide.black.clear {
    min-height: auto;
    padding: 10px;
    display: block;
  }

  .section-wide.releases {
    padding-bottom: 40px;
  }

  .container-main-centered {
    padding: 10px;
  }

  .container-main-centered.bottom {
    flex: 1;
    margin: 10px;
  }

  .heading-31, .heading-32 {
    font-size: 3rem;
  }
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c6d-117adce6 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c77-117adce6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c78-117adce6 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c79-117adce6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c85-117adce6 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c86-117adce6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c8d-117adce6 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-fa78de3b-bb1f-9f6d-38d5-51cb56632550-117adce6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_596b18d4-2bc5-7cc5-0ef0-38855c1ced5f-117adce6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f54bfbb0-2421-5312-840b-3ecae3303885-117adce6 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: auto;
}

#w-node-_81fae34e-2068-60c8-1384-3531e3285d04-e3285d04 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9daeba24-3778-1d0f-4b75-22ba03d29670-03d2966e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5c5713fe-5381-bdce-a779-91163e31f011-117adceb {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5c5713fe-5381-bdce-a779-91163e31f01d-117adceb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5c5713fe-5381-bdce-a779-91163e31f029-117adceb {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5c5713fe-5381-bdce-a779-91163e31f02a-117adceb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_694e0a32-8e0a-829c-b6f3-9ca0084d2ffb-117adceb {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-fb58664a-6abb-56da-8fb9-69971f8deebb-117adceb {
  grid-area: 2 / 2 / 3 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-dfce49df-34ed-ed82-9345-3e23133dbaff-117adceb {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c6d-117adcec {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c77-117adcec {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c78-117adcec {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c79-117adcec {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c85-117adcec {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c86-117adcec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c8d-117adcec {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_590f7734-b4aa-40b7-3353-8c550733fb2d-0733fb2b, #w-node-bcb505f5-b874-8b97-dcd1-ad3aaaa7cb16-117adced {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c6d-117adced {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c77-117adced {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c78-117adced {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c79-117adced {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c85-117adced {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c86-117adced {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c8d-117adced {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c6d-c7a42b0c {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c77-c7a42b0c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c78-c7a42b0c {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c79-c7a42b0c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c85-c7a42b0c {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c86-c7a42b0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c8d-c7a42b0c {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c6d-0c5e28c6 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c77-0c5e28c6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c78-0c5e28c6 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c79-0c5e28c6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c85-0c5e28c6 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c86-0c5e28c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c8d-0c5e28c6 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_69a7afb0-68a6-7413-d04e-6f14b11998e2-c709075f, #w-node-_134577a8-5375-7584-7c90-aa83eeaafb46-c709075f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1de418c2-0a2a-f838-4c0d-6e181cd46573-c709075f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_36cad5fa-2653-f8d1-b87e-a2f3eeb8a3b0-c709075f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3493d8dc-b25b-9e3d-7a9e-1d471825ee2e-c709075f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3493d8dc-b25b-9e3d-7a9e-1d471825ee2f-c709075f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3edd7cc1-7d17-6d99-7c34-8438d4f263cd-c709075f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-adb3e4cc-48fc-a9be-f7c8-4ce04ab1996a-c709075f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3edd7cc1-7d17-6d99-7c34-8438d4f263ce-c709075f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4bbcf177-67d5-7e45-171a-2b04c9ec6091-c709075f, #w-node-_6d288e6a-c121-d196-7134-9ac5503f7dc3-c709075f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9255643b-cb07-5771-7fba-5836ff7d90c9-c709075f {
  align-self: center;
}

#w-node-_1b60e406-85f6-10a6-93dc-d63c632163d4-c709075f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_18301b3a-9e1e-96cd-7b5b-bf0a4f959f33-c709075f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-c333bb8e-c3b9-1fea-16a6-51143cc8ff02-c709075f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c4a7429-8541-90f3-6288-b45f463e47a3-c709075f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-_5c4a7429-8541-90f3-6288-b45f463e47a4-c709075f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58a6ee07-518c-9819-9077-5d51cbf4ec62-c709075f, #w-node-_8a4e94df-2149-99dc-4fa4-f73182713fea-c709075f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-_8a4e94df-2149-99dc-4fa4-f73182713feb-c709075f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e004b2ba-f19e-201d-79d2-0e5dcfd812b4-c709075f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_69a7afb0-68a6-7413-d04e-6f14b11998e2-c709075f, #w-node-f13f5cb3-c4d9-ecb7-bd9a-a65ffd9ba223-c709075f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1de418c2-0a2a-f838-4c0d-6e181cd46573-c709075f {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: center;
  }

  #w-node-_3493d8dc-b25b-9e3d-7a9e-1d471825ee2e-c709075f {
    grid-area: 2 / 1 / 3 / 4;
    align-self: center;
  }

  #w-node-_3edd7cc1-7d17-6d99-7c34-8438d4f263cd-c709075f {
    grid-area: 3 / 1 / 4 / 4;
    align-self: center;
  }

  #w-node-_6d288e6a-c121-d196-7134-9ac5503f7dc3-c709075f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_18301b3a-9e1e-96cd-7b5b-bf0a4f959f33-c709075f {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c6d-117adce6 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c77-117adce6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c78-117adce6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c79-117adce6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c85-117adce6 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c86-117adce6 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c8d-117adce6 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c8e-117adce6 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-fa78de3b-bb1f-9f6d-38d5-51cb56632550-117adce6, #w-node-_596b18d4-2bc5-7cc5-0ef0-38855c1ced5f-117adce6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f54bfbb0-2421-5312-840b-3ecae3303885-117adce6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_81fae34e-2068-60c8-1384-3531e3285d04-e3285d04 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_9daeba24-3778-1d0f-4b75-22ba03d29670-03d2966e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5c5713fe-5381-bdce-a779-91163e31f011-117adceb {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5c5713fe-5381-bdce-a779-91163e31f01d-117adceb {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5c5713fe-5381-bdce-a779-91163e31f029-117adceb {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_5c5713fe-5381-bdce-a779-91163e31f02a-117adceb {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_694e0a32-8e0a-829c-b6f3-9ca0084d2ffb-117adceb {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-fb58664a-6abb-56da-8fb9-69971f8deebb-117adceb, #w-node-dfce49df-34ed-ed82-9345-3e23133dbaff-117adceb {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c6d-117adcec {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c77-117adcec, #w-node-d00632f3-03fb-2032-d93a-9f5d59610c78-117adcec {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c79-117adcec {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c85-117adcec {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c86-117adcec {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c8d-117adcec {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c8e-117adcec {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c6d-117adced {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c77-117adced, #w-node-d00632f3-03fb-2032-d93a-9f5d59610c78-117adced {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c79-117adced {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c85-117adced {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c86-117adced {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c8d-117adced {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c8e-117adced {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c6d-c7a42b0c {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c77-c7a42b0c, #w-node-d00632f3-03fb-2032-d93a-9f5d59610c78-c7a42b0c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c79-c7a42b0c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c85-c7a42b0c {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c86-c7a42b0c {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c8d-c7a42b0c {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c8e-c7a42b0c {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c6d-0c5e28c6 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c77-0c5e28c6, #w-node-d00632f3-03fb-2032-d93a-9f5d59610c78-0c5e28c6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c79-0c5e28c6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c85-0c5e28c6 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c86-0c5e28c6 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c8d-0c5e28c6 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c8e-0c5e28c6 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_6d288e6a-c121-d196-7134-9ac5503f7dc3-c709075f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9255643b-cb07-5771-7fba-5836ff7d90c9-c709075f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1b60e406-85f6-10a6-93dc-d63c632163d4-c709075f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-d31812fe-7365-1c88-1020-d211d4bcddca-c709075f, #w-node-_87c59548-bb39-24af-d9f3-6546ad51038a-c709075f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_18301b3a-9e1e-96cd-7b5b-bf0a4f959f33-c709075f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
    justify-self: center;
  }

  #w-node-_5c4a7429-8541-90f3-6288-b45f463e47a3-c709075f {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-_58a6ee07-518c-9819-9077-5d51cbf4ec62-c709075f {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
    justify-self: center;
  }

  #w-node-_8a4e94df-2149-99dc-4fa4-f73182713fea-c709075f {
    grid-area: 2 / 3 / 3 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-e004b2ba-f19e-201d-79d2-0e5dcfd812b4-c709075f {
    grid-area: 2 / 1 / 3 / 3;
    align-self: auto;
  }

  #w-node-e004b2ba-f19e-201d-79d2-0e5dcfd812a9-c709075f, #w-node-da8db31b-7e69-def6-5447-52435be900ad-c709075f, #w-node-da8db31b-7e69-def6-5447-52435be900b6-c709075f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


