:root {
  --default-text-color: #1f1f1f;
  --white: white;
  --primary: #4c5c7c;
  --accent: #b6cfff;
}

.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;
}

.map-section {
  background-color: #f5f5f5;
  display: none;
}

.download-section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.footer {
  background-color: var(--default-text-color);
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.hero-phone, .second-phone {
  min-width: 34%;
  max-width: 15vw;
}

.benefit-text {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.loyaltyplant {
  justify-content: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.map {
  height: 500px;
}

.footer-appstore-wrapper {
  justify-content: flex-end;
  width: 14%;
  max-width: 20vw;
  display: flex;
}

.footer-link {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 900;
  transition: opacity .15s cubic-bezier(.445, .05, .55, .95);
}

.footer-link:hover {
  opacity: .7;
}

.footer-link.text-block {
  color: var(--white);
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 13px;
}

.copyright {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.hero-appstore-wrapper {
  justify-content: space-between;
  align-items: stretch;
  max-width: 380px;
  margin-top: 0%;
  display: flex;
}

.image {
  transition: opacity .15s cubic-bezier(.445, .05, .55, .95);
}

.image:hover {
  opacity: .8;
  filter: saturate(200%);
}

.app-store-link {
  width: 100%;
  max-width: 180px;
}

.div-block {
  z-index: 1001;
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: relative;
}

.utility-page-wrap {
  background-image: linear-gradient(to bottom, var(--primary), var(--primary));
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  min-height: 600px;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  background-color: var(--accent);
  text-align: center;
  flex-direction: column;
  width: 300px;
  margin-top: 10%;
  padding: 30px;
  display: flex;
}

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

.marker {
  background-image: linear-gradient(to bottom, var(--accent), var(--accent));
  color: var(--accent);
  width: 56px;
  height: 78px;
}

.button {
  color: var(--accent);
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.error-heading {
  color: #fff;
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  line-height: 46px;
}

.between-links {
  width: 30px;
  height: 100%;
}

.submit-button {
  color: var(--accent);
  background-color: #fff;
  font-weight: 700;
}

.heading-3 {
  color: #fff;
}

.tooltip_h1 {
  color: var(--accent);
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.tooltip_address, .tooltip_hours {
  color: #000;
  font-family: Roboto, sans-serif;
}

.tooltip_phones {
  color: var(--accent);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.logo {
  max-width: 25%;
  margin-bottom: 40px;
}

._2-1-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  width: 940px;
}

.second {
  background-color: #f7ebd8;
  justify-content: center;
  align-items: center;
  height: 720px;
  display: flex;
}

.hero-phone-1 {
  min-width: auto;
  max-width: 80%;
}

.hero-links-wrapper {
  padding-top: 0%;
}

.hero {
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Hero.png');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: 720px;
  display: flex;
  position: static;
}

._1-2-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  align-content: stretch;
  align-items: center;
  width: 940px;
}

.text-block {
  color: var(--default-text-color);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.text-block.copy {
  color: var(--white);
  margin-bottom: 0;
  font-size: 13px;
}

.text-block.text-about {
  margin-bottom: 10px;
}

.h2 {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 120%;
}

.h2.heading {
  color: var(--accent);
  text-transform: none;
  font-size: 36px;
}

.benefits {
  flex-direction: column;
  justify-content: center;
  height: auto;
  display: flex;
}

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

.about-section {
  background-color: #e2ceb2;
  background-image: none;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 110px;
  display: flex;
}

._2-2-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr;
  justify-items: stretch;
  width: 940px;
}

.about-image {
  background-image: url('../images/about.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  border-radius: 10px;
  margin-right: 0;
}

.heading {
  font-family: Open Sans, sans-serif;
}

.heading.h3 {
  color: var(--default-text-color);
  text-align: center;
  text-transform: none;
  flex: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 0;
  font-size: 36px;
  line-height: 120%;
}

.heading.h3.benefit-heading {
  text-align: left;
}

.heading.h2 {
  color: var(--default-text-color);
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 125%;
}

.heading.h2.benefit-h2 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading.h2.about-h2 {
  color: var(--primary);
}

.heading.benefit-heading {
  color: var(--default-text-color);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}

.heading.about-heading {
  color: var(--default-text-color);
  text-transform: none;
  margin-top: 0;
  font-size: 36px;
  font-weight: 700;
}

.heading {
  color: var(--default-text-color);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Arsenal, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 110%;
}

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

.links-wrapper-last {
  flex-direction: column;
  align-items: center;
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.hero-text {
  padding-right: 60px;
}

.benefit-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 11fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 940px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.navbar {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-menu {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-2 {
  background-color: #c8c8c8;
  justify-content: flex-end;
  width: 52px;
  margin-left: auto;
  padding: 10px;
  display: flex;
}

.icon {
  display: none;
}

.menu-button {
  height: 100%;
  padding: 5px 0;
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
  height: 60px;
  padding-left: 0;
  padding-right: 0;
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-6 {
  width: 90%;
  height: 100%;
}

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

.link {
  color: var(--white);
  align-items: center;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.div-block-13 {
  flex-direction: column;
  justify-content: center;
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-2 {
  color: var(--accent);
}

.menu-link {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: 4px 6px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.menu-link.active {
  color: var(--white);
  background-color: rgba(255, 255, 255, .2);
  font-weight: 600;
}

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

.menu-link-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-en {
  background-color: var(--primary);
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.button-2 {
  color: #fff;
  background-color: #e89a04;
  border-radius: 12px;
  padding: 0 30px 2px;
  font-family: Arsenal, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
}

.button-2:hover {
  background-color: #c4850d;
}

.text-block-2 {
  font-size: 20px;
}

.text-block-3 {
  font-family: Arsenal, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.hero-mob {
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Hero.png');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: 720px;
  display: none;
  position: static;
}

@media screen and (max-width: 991px) {
  .footer {
    height: 10vh;
    padding: 3vh 0%;
  }

  .hero-phone {
    min-width: 40%;
    display: block;
  }

  .second-phone {
    min-width: 40%;
  }

  .benefit-text {
    font-size: 15px;
    line-height: 22px;
  }

  .loyaltyplant {
    max-width: 740px;
  }

  .footer-appstore-wrapper {
    width: 16%;
  }

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

  .copyright {
    font-size: 16px;
  }

  .hero-appstore-wrapper {
    max-width: 320px;
  }

  .image:hover {
    opacity: 1;
  }

  .app-store-link {
    margin-left: 0;
    margin-right: 0;
  }

  .image-2 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .error-heading {
    margin-top: 10px;
    font-size: 34px;
    line-height: 40px;
  }

  .between-links {
    width: 30px;
  }

  ._2-1-grid {
    width: 740px;
  }

  .second {
    background-color: #f7ebd8;
    height: 560px;
  }

  .hero {
    height: 560px;
  }

  ._1-2-grid {
    width: 740px;
  }

  .text-block {
    font-size: 15px;
  }

  .text-block.text-about {
    line-height: 140%;
  }

  ._2-2-grid {
    width: 740px;
  }

  .heading.h3 {
    text-align: left;
    font-size: 27px;
  }

  .heading.h2 {
    font-size: 32px;
  }

  .heading.h2.benefit-h2, .heading.h2.about-h2 {
    font-size: 27px;
  }

  .heading.benefit-heading {
    margin-bottom: 10px;
    font-size: 27px;
  }

  .heading.about-heading {
    font-size: 27px;
  }

  .heading {
    font-size: 40px;
  }

  .div-block-4 {
    width: 740px;
  }

  .links-wrapper-last {
    width: 320px;
  }

  .hero-text {
    padding-right: 40px;
  }

  .benefit-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .menu-link-wrapper {
    width: 740px;
  }

  .footer-en {
    height: 10vh;
    padding: 3vh 0%;
  }

  .hero-mob {
    height: 560px;
  }
}

@media screen and (max-width: 767px) {
  .download-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .hero-phone, .second-phone {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .loyaltyplant {
    justify-content: center;
    max-width: 90%;
  }

  .footer-appstore-wrapper {
    width: 24%;
    max-width: 30vw;
  }

  .app-store-link {
    max-width: none;
    margin-right: 0;
  }

  .image-2 {
    flex: none;
  }

  .error-heading {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 30px;
  }

  .logo {
    max-width: 35%;
    padding-bottom: 0%;
  }

  ._2-1-grid {
    width: 90%;
  }

  .second {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-phone-1 {
    min-width: 135px;
    max-width: 100%;
  }

  .hero-links-wrapper {
    padding-bottom: 0%;
  }

  .hero {
    height: auto;
    padding-top: 70px;
    padding-bottom: 60px;
  }

  ._1-2-grid {
    align-items: stretch;
    width: 90%;
  }

  .text-block {
    font-size: 14px;
  }

  .text-block.text-about {
    margin-top: 10px;
  }

  .benefits {
    height: auto;
    margin-bottom: -20px;
  }

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

  ._2-2-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
    grid-auto-flow: row;
    width: 90%;
  }

  .about-image {
    height: 30vh;
    margin-right: 0;
  }

  .heading.h3, .heading.h2, .heading.h2.benefit-h2 {
    font-size: 4vw;
  }

  .heading.h2.about-h2 {
    margin-top: 10px;
    font-size: 4vw;
  }

  .heading {
    font-size: 6vw;
  }

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

  .div-block-8 {
    display: none;
  }

  .hero-text {
    padding-right: 0;
  }

  .benefit-block {
    margin-top: 0;
    margin-bottom: 0;
  }

  .menu-link-wrapper {
    width: 90%;
  }

  .footer-en {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .hero-mob {
    height: auto;
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .download-section {
    height: auto;
    padding: 5vh 0%;
  }

  .footer {
    align-items: center;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
  }

  .loyaltyplant {
    justify-content: center;
  }

  .footer-appstore-wrapper {
    text-align: right;
    flex-wrap: wrap;
    width: 34%;
    max-width: 34vw;
    display: none;
  }

  .footer-link {
    font-size: 16px;
  }

  .copyright {
    font-size: 14px;
  }

  .hero-appstore-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .app-store-link {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-right: 0;
    display: flex;
  }

  .mobile-only-section {
    background-color: var(--white);
    color: #fff;
    height: auto;
    padding: 20px;
  }

  .error-heading {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 28px;
  }

  .between-links {
    width: 20px;
    height: 10px;
  }

  .logo {
    width: 50%;
    max-width: 150px;
    margin-bottom: 30px;
    padding-bottom: 0%;
  }

  ._2-1-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 2fr;
    grid-auto-flow: row;
    align-items: start;
    height: 100%;
  }

  .second {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .hero-phone-1 {
    width: 220px;
    min-width: auto;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-phone-1._2 {
    display: none;
  }

  .hero-links-wrapper {
    justify-content: center;
    display: none;
  }

  .hero {
    object-fit: fill;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    align-items: flex-start;
    height: 700px;
    padding-top: 50px;
    padding-bottom: 0;
    display: none;
    overflow: hidden;
  }

  ._1-2-grid {
    grid-template-columns: 1fr;
  }

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

  .text-block.text-about {
    text-align: left;
  }

  .about-section {
    background-color: #e2ceb2;
    background-image: none;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading.h3, .heading.h2 {
    text-align: center;
    font-size: 150%;
  }

  .heading.h2.benefit-h2 {
    margin-top: 10px;
    font-size: 150%;
  }

  .heading.h2.about-h2 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 150%;
  }

  .heading {
    text-align: center;
    margin-bottom: 10px;
    font-size: 200%;
  }

  .div-block-4 {
    width: 90%;
  }

  .links-wrapper-last {
    width: 100%;
    max-width: 200px;
    display: flex;
  }

  .container-4 {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 580px;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .mobile-hero-phone {
    background-image: url('../images/main.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 220px;
    height: 300px;
    margin-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-10 {
    background-color: var(--accent);
    justify-content: center;
    align-items: center;
    height: 160px;
    display: flex;
  }

  .div-block-12 {
    align-items: center;
  }

  .mobileonly {
    background-color: var(--white);
  }

  .footer-en {
    align-items: center;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
  }

  .text-block-3 {
    font-family: Arsenal, sans-serif;
    font-weight: 700;
  }

  .hero-mob {
    object-fit: fill;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    align-items: flex-start;
    height: auto;
    padding-top: 50px;
    padding-bottom: 0;
    display: flex;
    overflow: hidden;
  }
}

#w-node-cd46f053-9a37-627c-ba73-edb683694433-7eaca93c, #w-node-_55fac8a7-8371-9848-9a85-2ef4ebafe756-7eaca93c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_55fac8a7-8371-9848-9a85-2ef4ebafe75d-7eaca93c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_129da3cb-9a8c-95bb-1745-71a69775f3cf-9775f3ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_129da3cb-9a8c-95bb-1745-71a69775f3d0-9775f3ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_129da3cb-9a8c-95bb-1745-71a69775f3d2-9775f3ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-_5ad910b5-cc9c-11b5-0b5c-ff5c9786c138-9786c138 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-dc0c5ce7-a265-7a58-e5db-a0c09c54dfec-9c54dfec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-b09f4a36-3c60-a8a5-fccd-1e25b81e3221-7eaca969 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-b09f4a36-3c60-a8a5-fccd-1e25b81e3228-7eaca969 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-cd46f053-9a37-627c-ba73-edb683694433-7eaca969 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_5ad910b5-cc9c-11b5-0b5c-ff5c9786c138-9786c138 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cd46f053-9a37-627c-ba73-edb683694433-7eaca93c, #w-node-_55fac8a7-8371-9848-9a85-2ef4ebafe756-7eaca93c {
    align-self: auto;
  }

  #w-node-_55fac8a7-8371-9848-9a85-2ef4ebafe75d-7eaca93c {
    align-self: end;
  }

  #w-node-_5ad910b5-cc9c-11b5-0b5c-ff5c9786c138-9786c138 {
    align-self: center;
  }

  #w-node-dc0c5ce7-a265-7a58-e5db-a0c09c54dfec-9c54dfec {
    align-self: end;
  }

  #w-node-b09f4a36-3c60-a8a5-fccd-1e25b81e3221-7eaca969 {
    align-self: auto;
  }

  #w-node-b09f4a36-3c60-a8a5-fccd-1e25b81e3228-7eaca969 {
    align-self: end;
  }

  #w-node-cd46f053-9a37-627c-ba73-edb683694433-7eaca969 {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_55fac8a7-8371-9848-9a85-2ef4ebafe75d-7eaca93c, #w-node-dc0c5ce7-a265-7a58-e5db-a0c09c54dfec-9c54dfec, #w-node-b09f4a36-3c60-a8a5-fccd-1e25b81e3228-7eaca969 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: end;
  }
}


