body {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #333;
  font-size: 1vw;
  line-height: 1.4;
}

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

p {
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1.3em;
}

.hero_wrp {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 119px 45px 50px;
  background-color: #fff;
}

.hero_sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 145px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #2c3d4b;
  background-image: linear-gradient(140deg, rgba(31, 144, 201, 0.41), rgba(44, 61, 75, 0.8)), url('../images/pexels-michael-burrows-7129708.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 5em;
  padding-bottom: 5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.end {
  height: 50vh;
  padding-top: 0em;
  padding-bottom: 0em;
}

.container {
  width: 90%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

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

.container.center-content.max-width {
  max-width: 550px;
}

.container.menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero_heading {
  margin-top: 0px;
  margin-bottom: 25px;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 4em;
  line-height: 1.1;
  letter-spacing: -3px;
}

.hero_p {
  margin-top: 20px;
  margin-bottom: 60px;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 1.4em;
}

.borders {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 20px;
  border-color: #fff;
  border-radius: 25px;
}

.appstore_btn {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  padding: 13px 26px;
  border-radius: 35px;
  background-color: #000;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
}

.appstore_txt {
  padding-left: 35px;
  background-image: url('../images/apple.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  line-height: 2;
}

.sticky2_wrp {
  position: relative;
  display: none;
  height: 200vh;
}

.sticky_phone {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: none;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.appstore_txt_apple {
  padding-left: 35px;
  background-image: url('../images/apple.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  line-height: 2;
}

.appstore_txt_google {
  padding-left: 35px;
  background-image: url('../images/google.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  line-height: 2;
}

.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 100%;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 1px 15px -5px rgba(0, 0, 0, 0.15);
}

.menu-link {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding: 5px 15px;
  border-radius: 10px;
  background-color: #f5f5f5;
  box-shadow: 0 8px 12px -9px rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Lato, sans-serif;
  color: #2c3d4b;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
}

.menu-link:hover {
  background-color: #d6d6d6;
}

.menu-link.w--current {
  background-color: #f67280;
  color: #fff;
}

.remove {
  display: none;
  font-family: Lato, sans-serif;
  color: #28514f;
  line-height: 1;
  letter-spacing: -2px;
  text-decoration: none;
  text-transform: uppercase;
}

.logo {
  text-decoration: none;
}

.line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #ebebeb;
}

.max_width {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  margin-top: 5em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #dae1f4;
}

.box.bob {
  background-color: #ffe5e8;
}

.box.bob2 {
  background-color: #d9ecda;
}

.box.bob3 {
  background-color: #f4f0e9;
}

.scroll_indicator {
  overflow: hidden;
  width: 4px;
  height: 50px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.scroll_indicator_line {
  width: 2px;
  height: 50px;
  background-color: #fff;
}

.dark_section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #131313;
}

.scan_cursor {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #fff;
}

.test {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 8em;
  line-height: 1.2;
  text-align: center;
}

.car_illustration {
  position: relative;
  width: 50%;
  height: 150px;
  background-image: url('../images/2parking.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.car_illustration.top {
  background-position: 50% 0%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.label {
  position: absolute;
  left: 152.93px;
  top: 514.75px;
  padding: 11px 18px;
  border-radius: 35px;
  background-color: #f3efe8;
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.testspan {
  position: absolute;
}

.testspan2 {
  position: absolute;
}

.testimonial_wpr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top_t_wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 4em;
  margin-bottom: 40px;
  padding-left: 50px;
}

.review_box {
  min-width: 400px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 30px 35px;
  border-radius: 25px;
  background-color: #e0f0e6;
  font-family: Lato, sans-serif;
}

.bot_t_wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.review_wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.store_icon {
  margin-right: 20px;
}

.review_name {
  margin-top: 0px;
  margin-bottom: 0px;
}

.stars {
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.center_txt {
  margin: 20px auto;
  color: #a8a8a8;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

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

.box_small {
  position: relative;
  width: 100%;
  padding: 30px 30px 15px;
  border-radius: 20px;
  background-color: #e9eef4;
}

.box_small.bob {
  background-color: #d0e6f3;
}

.box_small.bob2 {
  background-color: #e0f0e6;
}

.box_small.bob3 {
  background-color: #f4f0e9;
}

.kommer_snart {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 25px;
  background-color: #2c3d4b;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.im1 {
  margin-bottom: 30px;
}

.im2 {
  margin-top: 30px;
}

.log {
  margin-bottom: 20px;
}

.footer {
  position: relative;
  overflow: hidden;
  padding-top: 1em;
  padding-bottom: 1em;
}

.download_heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 5em;
  line-height: 1;
}

.cpy {
  margin-right: auto;
  margin-left: auto;
  color: #acacac;
  text-align: center;
}

.boxheading {
  font-size: 2em;
  line-height: 1.2;
}

.cookie {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 20px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 20px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.2);
  font-size: 14px;
}

.cookie-close {
  margin-left: 15px;
  padding: 8px 20px;
  border-radius: 10px;
  background-color: #f67280;
  box-shadow: 0 5px 13px -3px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.email {
  display: inline-block;
  margin-left: 20px;
  padding: 5px 10px 5px 40px;
  border-radius: 10px;
  background-color: #f5f5f5;
  background-image: url('../images/mail-black.svg');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  box-shadow: 0 8px 12px -9px rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Lato, sans-serif;
  color: #131313;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
}

.email:hover {
  background-color: #f67280;
  background-image: url('../images/mail-white.svg');
  color: #fff;
}

.lottie_wrp {
  position: fixed;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}

.lottie {
  position: relative;
  z-index: 99;
  width: 50px;
  height: 50px;
}

.dark_section_mobile {
  position: relative;
  display: none;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #131313;
}

.dark_heading_mobile {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 8em;
  line-height: 1.2;
  text-align: center;
}

.norm_heading {
  font-size: 2.6em;
  line-height: 1.2;
}

.scan_cursor_mobile {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #fff;
}

.mobile_contact {
  display: none;
}

.beta_label {
  position: absolute;
  left: auto;
  top: 8px;
  right: 20px;
  bottom: auto;
  font-size: 10px;
  font-weight: 300;
}

.beta_txt {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 12px;
}

.beta_txt.black {
  color: rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 0em;
  }

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

  .box {
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .box_small {
    padding-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .hero_wrp {
    padding: 100px 20px 40px;
  }

  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.menu-container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid {
    margin-top: 3em;
  }

  .dark_section {
    display: none;
  }

  .dark_section_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .norm_heading {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 479px) {
  .hero_wrp {
    padding-top: 95px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .hero_sticky {
    background-position: 0px 0px, 65% 50%;
  }

  .section {
    padding-top: 0px;
  }

  .section.end {
    height: auto;
    padding-top: 45px;
    padding-bottom: 45px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .hero_heading {
    font-size: 2.6em;
  }

  .hero_p {
    font-size: 1.2em;
  }

  .appstore_btn {
    margin-right: 5px;
    margin-left: 5px;
    padding: 10px 15px;
    font-size: 1.2em;
  }

  .menu-link {
    margin-left: 10px;
  }

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

  .box {
    padding: 20px 25px;
  }

  .dark_section {
    display: none;
  }

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

  .box_small {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 0.9em;
    text-align: center;
  }

  .kommer_snart {
    left: 0%;
    top: 20px;
    right: 0%;
    bottom: auto;
    width: 100px;
    margin-right: auto;
    margin-left: auto;
  }

  .download_heading {
    font-size: 3em;
  }

  .boxheading {
    font-size: 25px;
    line-height: 1.1;
  }

  .smallheading {
    margin-top: 50px;
  }

  .cookie {
    bottom: 0%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    text-align: center;
  }

  .cookie-close {
    margin-top: 15px;
  }

  .email {
    display: none;
  }

  .dark_section_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
  }

  .dark_heading_mobile {
    font-size: 3em;
  }

  .norm_heading {
    font-size: 2.2em;
  }

  .scan_cursor_mobile {
    width: 200px;
    height: 200px;
  }

  .mobile_contact {
    position: fixed;
    left: 20px;
    top: auto;
    right: auto;
    bottom: 20px;
    z-index: 99;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f67280;
    background-image: url('../images/mail-white.svg');
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    box-shadow: 0 6px 14px -4px rgba(0, 0, 0, 0.3);
  }
}

#w-node-_62eb7d52-a0bc-1010-2e9e-244303b5a8fd-8df5fe61 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_07958f45-2b0f-ebb0-fd13-854037c5487e-8df5fe61 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_8940b62f-263c-0077-0560-8aa8c6d5b34e-8df5fe61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-bbd9cbbb-12da-ddbf-3674-c80acdb11bf1-8df5fe61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_32c07e7b-f1cb-7f4a-d1f3-04b2a3807463-8df5fe61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f587b2f2-c106-815b-9b0b-6775eaab42e0-8df5fe61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_79191576-8ac6-0d34-7d8c-760aeb58afeb-8df5fe61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_857a5156-e6d9-13f1-c4d2-02ff002a43f8-8df5fe61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b9e75e96-d312-2cce-512c-dcf90615d615-8df5fe61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f587b2f2-c106-815b-9b0b-6775eaab42e0-8df5fe61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_79191576-8ac6-0d34-7d8c-760aeb58afeb-8df5fe61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_857a5156-e6d9-13f1-c4d2-02ff002a43f8-8df5fe61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b9e75e96-d312-2cce-512c-dcf90615d615-8df5fe61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_8940b62f-263c-0077-0560-8aa8c6d5b34e-8df5fe61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-bbd9cbbb-12da-ddbf-3674-c80acdb11bf1-8df5fe61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_32c07e7b-f1cb-7f4a-d1f3-04b2a3807463-8df5fe61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

