:root {
  --black: black;
  --white: white;
}

body {
  color: var(--black);
  letter-spacing: -.3px;
  font-family: Manrope, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}

h1 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.75rem;
  font-weight: 600;
  line-height: 1;
}

h2 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1;
}

h3 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: .75rem;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.1;
}

h4 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}

h5 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
}

h6 {
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.1;
}

p {
  margin-bottom: 0;
}

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

ul {
  margin-top: 0;
  margin-bottom: .7rem;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.hide {
  display: none;
}

.text-size-medium {
  letter-spacing: -.5px;
  font-size: 1.6rem;
  line-height: 1.3;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: 1.1rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-text-field {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

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

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

.error-message {
  margin-top: .75rem;
  padding: .75rem;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

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

.main-wrapper {
  overflow: hidden;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.padding-small {
  padding: 1rem;
}

.padding-large {
  padding: 3rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.text-weight-medium {
  font-weight: 500;
}

.utility-image {
  width: 100%;
}

.home-hero-section {
  margin-top: 3rem;
}

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

.home-hero-text-left {
  z-index: 2;
  margin-bottom: auto;
  position: relative;
}

.hero-subtext {
  grid-column-gap: .6rem;
  color: #0009;
  align-items: center;
  font-size: 1.05rem;
  display: flex;
}

.home-hero-subtext-line {
  background-color: var(--black);
  width: 2rem;
  height: 1px;
}

.home-hero-heading {
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1;
}

.home-hero-image-wrap {
  z-index: 1;
  border-radius: 10px;
  width: 30vw;
  max-width: 30rem;
  margin-left: -3rem;
  margin-right: -3rem;
  position: relative;
  overflow: hidden;
}

.home-hero-image {
  object-fit: cover;
  object-position: 50% 0%;
  background-color: #f5f5f5;
  width: 100%;
  height: 33rem;
  padding-top: 10px;
}

.home-hero-text-right {
  z-index: 2;
  margin-top: auto;
  position: relative;
}

.home-text-secondary {
  width: 100%;
  max-width: 32rem;
  margin-top: 2rem;
  margin-left: auto;
}

.logos-section {
  background-color: var(--black);
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.logos-component {
  display: flex;
}

.logos-row {
  flex: none;
  align-items: center;
  display: flex;
}

.logo-item {
  object-fit: contain;
  flex: none;
  width: 110px;
  height: 34px;
  margin-right: 4rem;
}

.services-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item-number-text {
  color: #00000080;
  font-size: 3.5rem;
  line-height: 1;
}

.service-item-line {
  background-color: #0000004d;
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.home-work-section {
  background-color: var(--black);
  color: var(--white);
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.home-work-item {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.home-work-item-left {
  z-index: 2;
  grid-column-gap: 1.2rem;
  align-items: center;
  display: flex;
  position: relative;
}

.home-work-item-number {
  display: flex;
}

.work-tags {
  z-index: 2;
  grid-column-gap: 1.2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.1rem;
  display: flex;
  position: relative;
}

.divider-line {
  background-color: #ffffff4d;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.divider-line.black {
  background-color: #0000004d;
}

.home-work-item-mobile-img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 30rem;
  display: none;
}

.home-work-item-desktop-img {
  z-index: 2;
  object-fit: cover;
  border-radius: 8px;
  width: 30vw;
  margin-left: -15vw;
  display: none;
  position: absolute;
  top: -6rem;
  left: 50%;
}

.home-work-item-white-bg {
  z-index: 1;
  transform-origin: 50% 100%;
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0%;
}

.home-work-heading-button-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
}

.home-about-section {
  border-radius: 8px;
}

.home-about-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 4rem;
  display: grid;
}

.home-about-image-wrap {
  border-radius: 8px;
  overflow: hidden;
}

.home-about-image {
  object-fit: cover;
  object-position: 73% 50%;
  width: 100%;
  height: 40rem;
}

.awards-items-wrap {
  max-width: 53rem;
}

.award-item {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
  padding-bottom: 1.2rem;
  font-size: 1.7rem;
  line-height: 1;
  display: flex;
  position: relative;
}

.award-site-year-wrap {
  grid-column-gap: .6rem;
  align-items: flex-end;
  display: flex;
}

.testimonial-section {
  margin-bottom: 8rem;
}

.testimonial-section.no-overflow {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.testimonial-items-wrap {
  display: flex;
}

.testimonial-item {
  border: 1px solid #0006;
  border-radius: 6px;
  flex: none;
  max-width: 25rem;
  margin-right: 2rem;
  padding: 2.5rem 3rem 3rem 2rem;
}

.testimonial-person {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.testimonial-person-image {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 100%;
  flex: none;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
}

.testimonial-items-row {
  flex: none;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
}

.navbar-menu {
  background-color: var(--black);
  border-radius: 100px;
  padding: .8rem 1rem;
}

.navbar-component {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-link {
  color: #fff;
  padding: .5rem 1rem;
  font-size: 1.1rem;
  transition: color .2s;
}

.navbar-link:hover {
  color: #ffffffb3;
}

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

.navbar-link.w--current:hover {
  color: #9e9e9e;
}

.navbar-logo {
  color: var(--black);
  padding-left: 0;
}

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

.footer-component {
  padding-bottom: 1rem;
}

.footer-top {
  grid-row-gap: 1.5rem;
  border-bottom: 1px solid #fff6;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 5rem;
  display: flex;
}

.footer-cta-link-wrap {
  color: var(--white);
  font-size: 5vw;
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.footer-cta-link-text.absolute {
  position: absolute;
  top: 100%;
}

.footer-middle {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 5rem;
  display: flex;
}

.footer-logo {
  color: var(--white);
  margin-bottom: .8rem;
}

.footer-logo-text-wrap {
  width: 14rem;
}

.footer-links-wrap {
  grid-column-gap: 2rem;
  align-items: center;
  display: flex;
}

.footer-link-item {
  color: #fff9;
  flex: none;
  font-size: 1.1rem;
  position: relative;
  overflow: hidden;
}

.footer-link-line {
  background-color: var(--white);
  transform-origin: 0%;
  height: 1px;
}

.footer-bottom {
  color: #fff9;
  margin-top: 7.5rem;
  font-size: 1rem;
}

.home-hero-heading-wrap {
  margin-bottom: 1rem;
  overflow: hidden;
}

.button {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: 1.2rem 3rem;
  font-size: 1.1rem;
}

.work-cms-gallery-image {
  object-fit: cover;
  width: 100%;
  height: 35rem;
}

.brand-text {
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  overflow: hidden;
}

.home-hero-green-dot {
  background-color: #1aff1a;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.brands-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 42px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 42px;
  display: grid;
}

.logo {
  object-fit: contain;
  min-width: 160px;
  max-width: 160px;
  min-height: 50px;
  max-height: 50px;
}

.logo.padding-3px {
  padding: 3px;
}

.black-link-hover {
  font-weight: 500;
}

.black-link-hover:hover {
  text-decoration: underline;
}

.close-overlay {
  z-index: 9;
  opacity: .25;
  cursor: pointer;
  position: absolute;
  inset: 0;
}

.modal-scroll {
  width: 100%;
  min-height: 100vh;
  padding: 50px 50px 100px;
  position: absolute;
}

.hide-me-overlay {
  z-index: 8888;
  background-color: #0000004d;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.upgrade-accent {
  background-color: var(--black);
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.upgrade-container {
  z-index: 10;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  min-height: 400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 50px 50px;
  font-weight: 300;
  display: block;
  position: relative;
  overflow: hidden;
}

.popup-rich-text-block {
  font-size: 1rem;
}

.popup-rich-text-block p {
  margin-bottom: .75rem;
}

.testimonials-name {
  font-size: 1rem;
}

.h3-styling {
  margin-bottom: .75rem;
  font-size: 2.375rem;
  line-height: 1.1;
}

.testimonials-slider {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.slide-1 {
  width: 500px;
  overflow: visible;
}

.testimonial-person-image-2 {
  object-fit: contain;
  flex: none;
  width: 10rem;
  height: 2rem;
  overflow: hidden;
}

.slide-content {
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 0;
  position: relative;
  overflow: visible;
}

.down-arrow-2 {
  z-index: 1;
  width: 23px;
  position: relative;
}

.down-arrow-2.rotate {
  transform: rotate(180deg);
}

.slide-nav-2 {
  justify-content: center;
  margin-bottom: -35px;
  font-size: 10px;
  display: flex;
}

.masonry__grid-quote {
  color: #000;
  text-align: center;
  border-left-style: none;
  border-left-width: 0;
  margin-top: 18px;
  margin-bottom: 20px;
  padding: 0;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.5;
}

.author-flex-2 {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.client-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px 40px;
  display: flex;
}

.mask {
  width: 100%;
  overflow: visible;
}

.testimonials-name-2 {
  color: #0c0407;
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 600;
}

.slider-testimonials {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  height: auto;
  padding: 25px 50px;
  display: flex;
  overflow: visible;
}

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

.right-arrow {
  opacity: .6;
  border: 1px solid #d6d1ca;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .2s;
  display: none;
  inset: -40% -32% auto auto;
}

.right-arrow:hover {
  opacity: 1;
}

.right-arrow.left {
  margin-right: 60px;
}

@media screen and (min-width: 1280px) {
  .brands-wrap {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero-component {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-hero-image-wrap {
    width: 60vw;
    margin: 3rem auto;
  }

  .home-hero-text-right {
    margin-left: auto;
  }

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

  .home-work-list {
    grid-row-gap: 6rem;
    flex-direction: column;
    display: flex;
  }

  .home-work-item {
    grid-row-gap: 1.5rem;
    flex-wrap: wrap;
    padding-top: 0;
  }

  .work-tags {
    font-size: 1.1rem;
  }

  .home-work-item-mobile-img {
    display: block;
  }

  .home-about-grid {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .home-about-image-wrap {
    width: 70%;
  }

  .home-about-image {
    height: 32rem;
  }

  .navbar-menu {
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2.5rem;
  }

  .navbar-menu-button {
    color: #9e9e9e;
    background-color: #0000;
    padding: .5rem 0 .5rem .5rem;
  }

  .navbar-menu-button.w--open {
    color: #9e9e9e;
    background-color: #0000;
  }

  .navbar-link {
    margin-bottom: .5rem;
    padding-left: 0;
  }

  .footer-cta-link-wrap {
    font-size: 7vw;
  }

  .footer-link-line {
    display: none;
  }

  .work-cms-gallery-image {
    height: 28rem;
  }

  .brands-wrap {
    grid-column-gap: 70px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
  }

  .modal-scroll {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .down-arrow-2 {
    width: 20px;
  }

  .slide-nav-2 {
    display: block;
  }

  .right-arrow {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.3rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.7rem;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero-heading {
    font-size: 3rem;
  }

  .home-hero-image-wrap {
    width: 80%;
  }

  .home-hero-image {
    height: 27rem;
  }

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

  .service-item-number-text {
    font-size: 3.2rem;
  }

  .home-work-item-mobile-img {
    height: 26rem;
  }

  .home-about-image-wrap {
    width: 80%;
  }

  .home-about-image {
    height: 28rem;
  }

  .award-item {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.5rem;
  }

  .navbar-menu {
    padding-left: 1.25rem;
  }

  .footer-cta-link-wrap {
    font-size: 9vw;
  }

  .brands-wrap {
    grid-column-gap: 40px;
  }

  .logo {
    min-width: 100px;
    max-width: 100px;
    min-height: 30px;
    max-height: 30px;
  }

  .modal-scroll {
    overflow: auto;
  }

  .upgrade-container {
    flex-direction: column;
    margin-bottom: 70px;
    padding-top: 50px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .slide-1 {
    width: 450px;
  }

  .testimonials-name-2 {
    margin-bottom: 3px;
    font-size: 16px;
  }

  .slider-testimonials {
    max-width: 450px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.7rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.7rem;
  }

  h4 {
    font-size: 1.6rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-subtext {
    grid-row-gap: 2px;
    flex-flow: row;
    align-items: center;
    font-size: 1.1rem;
  }

  .home-hero-subtext-line {
    width: 1.5rem;
    display: none;
  }

  .home-hero-image-wrap {
    width: 100%;
  }

  .home-hero-image {
    height: 25rem;
    padding-top: 20px;
  }

  .home-hero-text-right {
    width: 100%;
    margin-left: 0;
  }

  .service-item-line {
    margin-bottom: 1.2rem;
  }

  .home-work-item {
    flex-flow: column;
    align-items: flex-start;
  }

  .home-work-item-mobile-img {
    height: 19rem;
  }

  .home-about-image-wrap {
    width: 100%;
  }

  .home-about-image {
    height: 24rem;
  }

  .award-item {
    font-size: 1.3rem;
  }

  .footer-cta {
    margin-bottom: 2rem;
  }

  .footer-cta-link-wrap {
    font-size: 10.2vw;
  }

  .footer-cta-link-text {
    font-size: 9vw;
  }

  .footer-middle, .footer-links-wrap {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .work-cms-gallery-image {
    height: 25rem;
  }

  .brands-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .logo {
    min-width: 100px;
    max-width: 100px;
    min-height: 26px;
    max-height: 26px;
  }

  .hide-me-overlay.websites {
    display: none;
  }

  .upgrade-container {
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .slide-1 {
    width: 100%;
  }

  .slide-content {
    margin-left: 4px;
    margin-right: 4px;
  }

  .slide-nav-2 {
    margin-bottom: -65px;
  }

  .masonry__grid-quote {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .author-flex-2 {
    grid-column-gap: 20px;
  }

  .client-wrapper-2 {
    padding: 30px 20px 25px;
  }

  .testimonials-name-2 {
    margin-bottom: 0;
  }

  .slider-testimonials {
    max-width: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

#w-node-_0b05478a-7cb3-e675-e956-05e682ea965b-ea8dc5d0, #w-node-_72237d82-95bb-b036-c240-29cfc5f9322a-ea8dc5d0, #w-node-_86561ba5-a639-783e-a1ae-e89f635e0c7c-ea8dc5d0, #w-node-acd3ae02-e412-ecc5-ae98-0fecacf16ebb-ea8dc5d0, #w-node-b7797796-592b-5abe-db80-2f0af2c809ee-ea8dc5d0, #w-node-_1091f5c5-eac1-da15-b624-0c620c31277f-ea8dc5d0, #w-node-_1091f5c5-eac1-da15-b624-0c620c312780-ea8dc5d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


