:root {
  --dim-grey: #575757;
  --royal-blue: #216093;
  --white: white;
  --firebrick: #c30000;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.paragraph-regular.text-weight-bold {
  font-weight: 700;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
  position: static;
}

.nav-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #6173e5;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.6, .6, 0, 1);
}

.nav-button-primary:hover {
  background-color: #8492eb;
}

.nav-button-primary:active {
  background-color: #8b99f9;
}

.nav-link-arrow-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.banner {
  min-height: 56px;
  color: #fff;
  text-align: center;
  background-color: #080808;
  justify-content: center;
  align-items: center;
  padding: 16px 5%;
  display: flex;
}

.nav-link {
  color: var(--dim-grey);
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 4px 8px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link:hover {
  color: #216093;
  background-color: #eef4fc;
}

.nav-link.w--current {
  color: #642eff;
}

.nav-button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5167f6;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #cbd0f6;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.nav-button-secondary:hover {
  background-color: #eceefe;
}

.nav-button-secondary:active {
  background-color: #d8ddfd;
}

.nav-link-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.nav-link-s {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  align-items: center;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.nav-link-s:hover {
  color: #6173e5;
}

.nav-dropdown-base-a {
  z-index: 99;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  box-shadow: 0 24px 64px rgba(224, 224, 224, .48);
}

.nav-dropdown-base-a.w--open {
  width: 100%;
  min-width: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 24px 5%;
  position: absolute;
  top: 90px;
  bottom: auto;
  left: 0;
  right: auto;
  overflow: hidden;
}

.navigation {
  z-index: 999;
  width: 100%;
  min-height: 80px;
  background-color: #fff;
  align-items: center;
  padding: 10px 100px;
  display: flex;
}

.nav-logo-link.w--current {
  flex: 1;
}

.nav-wrapper-2 {
  grid-column-gap: 62px;
  align-items: center;
  display: flex;
}

.icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-text {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.icon-small {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-button-group {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.nav-container {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-icon-l {
  padding: 8px;
}

.nav-link-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-list-dropdown {
  z-index: 99;
}

.nav-list-dropdown.w--open {
  width: 100%;
  max-width: 284px;
  min-width: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  position: absolute;
  top: 72px;
  bottom: auto;
  overflow: visible;
}

.banner-description {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.nav-toggle {
  height: 100%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #080808;
  letter-spacing: -.02em;
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.nav-toggle:hover, .nav-toggle.w--open {
  color: #6173e5;
  background-color: #eeeffc;
}

.nav-dropdown {
  height: 100%;
  position: static;
}

.nav-line-break {
  width: 100%;
  height: 1px;
  background-color: #eaedf0;
}

.nav-feature-icon {
  width: 40px;
  height: 40px;
  background-color: #f8f9fa;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.span-yellow {
  color: #e5cb61;
}

.banner-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 100px 15px;
  position: relative;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

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

.footer-social-link {
  background-color: var(--royal-blue);
  border-radius: 4px;
  margin-left: 12px;
}

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

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.slider {
  height: 500px;
}

.hero-background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.quick-stack {
  z-index: 2;
  height: 100%;
  padding: 50px;
  position: relative;
}

.heading {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 4svh;
  font-weight: 700;
  line-height: 4svh;
}

.hero-background-grad {
  z-index: 1;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .59), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-background-wrapper {
  z-index: 0;
}

.image-2 {
  height: 10vw;
  max-height: 80px;
  object-fit: contain;
  object-position: 0% 50%;
}

.text-block-2 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 2svh;
  line-height: 3svh;
}

.hero-lower-image {
  max-height: 150px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-top: 20px;
}

.div-block {
  z-index: 2;
  height: 100%;
  object-fit: cover;
  padding: 50px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section {
  background-color: #f5f5f5;
  padding: 20px 100px;
}

.div-block-3 {
  background-color: #f1f1f1;
  padding: 20px;
}

.product-category-links {
  color: var(--dim-grey);
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.5em;
}

.product-category-links:hover {
  color: var(--royal-blue);
}

.text-block-blue-1 {
  color: var(--royal-blue);
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-blue-1 {
  color: var(--royal-blue);
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2em;
}

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

.request-a-quote-button {
  min-height: 40px;
  background-color: var(--royal-blue);
  color: var(--white);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.2em;
  line-height: 1.2px;
  transition: background-color .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.request-a-quote-button:hover {
  background-color: var(--dim-grey);
}

.text-block-4 {
  min-height: 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  display: flex;
}

.card-white-1 {
  min-height: 350px;
  background-color: var(--white);
  border-radius: 5px;
  padding: 20px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.19, 1, .22, 1);
  position: relative;
  overflow: hidden;
}

.card-white-1:hover {
  background-color: #e4e4e4;
}

.card-dark-grey-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dim-grey);
  background-image: linear-gradient(rgba(33, 96, 147, 0), rgba(255, 255, 255, 0));
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  text-decoration: none;
  transition: background-color .5s;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-dark-grey-1:hover {
  background-image: linear-gradient(to bottom, var(--royal-blue), rgba(255, 255, 255, 0));
}

.heading-white-1 {
  z-index: 2;
  color: var(--white);
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}

.text-block-white-1 {
  z-index: 2;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  position: relative;
}

.card-white-background {
  position: relative;
}

.card-white-image-1 {
  z-index: 1;
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  object-position: 50% 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-grey-image-1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.learn-more-button {
  color: var(--royal-blue);
  margin-top: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
}

.text-block-6 {
  color: var(--dim-grey);
  font-family: Open Sans, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.3em;
}

.heading-3 {
  color: var(--royal-blue);
  margin-bottom: 30px;
  font-size: 3em;
  line-height: 1em;
}

.section-white {
  background-color: #fff;
  padding: 50px 100px;
}

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

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

.service-image {
  max-height: 40vh;
  display: block;
}

.section-grey {
  background-color: #f3f3f3;
  padding: 50px 100px;
}

.heading-3-red {
  color: var(--firebrick);
  margin-bottom: 30px;
}

.learn-more-button-red {
  color: var(--firebrick);
  font-family: Open Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
}

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

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

.image-4 {
  width: 40px;
  height: 40px;
  filter: invert();
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.image-5, .image-6 {
  filter: invert();
}

.card-dark-grey-1-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dim-grey);
  background-image: linear-gradient(rgba(33, 96, 147, 0), rgba(255, 255, 255, 0));
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  text-decoration: none;
  transition: background-color .5s;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-dark-grey-1-copy:hover {
  background-image: none;
}

.div-block-7 {
  max-width: 500px;
  position: static;
}

.slide-nav {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(43, 43, 43, .02));
}

.hero-lower-box {
  max-width: 300px;
  background-color: #f0f0f0;
  border-radius: 10px;
  margin-top: 30px;
  padding: 10px;
}

.hero-over-link {
  transition: background-color .2s cubic-bezier(.215, .61, .355, 1);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-over-link:hover {
  background-color: rgba(255, 255, 255, .13);
}

.div-block-8 {
  background-color: var(--royal-blue);
  padding: 10px;
  text-decoration: none;
  display: block;
}

.div-block-8:hover {
  background-color: #2f72a8;
}

.text-block-7 {
  color: var(--white);
  text-align: center;
  font-size: 1em;
  line-height: 1em;
}

.image-7 {
  width: 20px;
  height: 20px;
  display: flex;
}

.header-icon-20px {
  width: 20px;
  height: 20px;
  opacity: .7;
  margin-right: 10px;
}

.header-phone {
  text-decoration: none;
  display: flex;
}

.header-open {
  color: var(--dim-grey);
  text-decoration: none;
  display: flex;
}

.header-phone-time-top {
  display: none;
}

.header-phone-time-top-lower {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  padding: 5px 10px;
  display: flex;
}

.text-block-8, .text-block-9 {
  color: var(--dim-grey);
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.category-link {
  text-decoration: none;
  display: block;
}

.div-spacer-30px {
  height: 30px;
}

@media screen and (min-width: 1280px) {
  .card-white-1 {
    min-height: 400px;
  }

  .service-image {
    max-height: 50vh;
  }

  .image-4 {
    width: 38px;
    height: 38px;
  }

  .header-phone-time-top {
    display: block;
  }

  .header-phone-time-top-lower {
    display: none;
    overflow: hidden;
  }

  .image-8 {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .nav-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .nav-button-primary {
    display: none;
  }

  .nav-link {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .nav-button-secondary {
    display: none;
  }

  .nav-dropdown-base-a {
    box-shadow: none;
  }

  .nav-dropdown-base-a.w--open {
    height: 500px;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0%;
    padding: 16px;
    position: static;
    overflow: auto;
  }

  .navigation {
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
  }

  .nav-logo-link {
    margin-right: 0;
  }

  .nav-wrapper-2, .nav-button-group {
    width: auto;
    align-items: center;
    display: flex;
  }

  .nav-list-dropdown.w--open {
    max-width: none;
    padding: 0;
    position: relative;
    top: 8px;
  }

  .nav-toggle {
    width: 100%;
    justify-content: space-between;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-menu-button {
    color: var(--dim-grey);
    background-color: #e9e9e9;
    border-radius: 10px;
    padding: 12px;
  }

  .nav-menu-button.w--open {
    background-color: var(--dim-grey);
    border-color: #fff;
  }

  .footer-dark {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .image {
    display: none;
  }

  .div-block {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-2 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "."
                         "."
                         "Area";
  }

  .section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .product-category-links {
    font-size: 1em;
    line-height: 1em;
  }

  .text-block-blue-1 {
    font-size: 1em;
  }

  .heading-blue-1 {
    font-size: 1.5em;
  }

  .card-grey-image-1 {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section-white, .section-grey {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .hero-lower-box {
    max-width: 300px;
  }

  .left-arrow, .right-arrow {
    max-width: 50px;
  }

  .header-phone, .header-open {
    text-decoration: none;
  }

  .header-phone-time-top {
    display: none;
  }

  .header-phone-time-top-lower {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .text-block-8 {
    color: var(--dim-grey);
  }

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

  .text-block-9 {
    color: var(--dim-grey);
  }
}

@media screen and (max-width: 767px) {
  .banner {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

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

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

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-white-1 {
    min-height: 500px;
  }

  .div-block-4 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .nav-button-primary {
    width: 100%;
  }

  .nav-dropdown-base-a.w--open {
    padding: 14px;
  }

  .container {
    max-width: none;
  }

  .hero-background-grad {
    background-color: rgba(87, 87, 87, .5);
  }

  .div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-white-1 {
    min-height: 400px;
  }

  .card-white-image-1 {
    max-height: 300px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .header-phone-time-top-lower {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }
}

#w-node-_527e5d13-130c-2486-6b49-8f65c8f8de9a-f4e9479b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9b1ca999-abe9-57b8-47aa-6db0816b50dc-f4e9479b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eae97bd9-3b7f-c93d-90e8-5438a7825bd3-f4e9479b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-d683a7c9-682c-9175-da5f-371e638f5145-f4e9479b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-dac4f3cf-92ee-6ad1-5343-f2da98c4476c-f4e9479b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5e563ece-c832-47cc-dfa2-b1fa364e80a6-f4e9479b, #w-node-a511f5ea-00f1-b0f6-8f82-26b5b92e5b0a-f4e9479b, #w-node-_4bafd467-651b-6431-4d49-001c9a34d6e3-f4e9479b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50337e18-be9d-4b4a-e074-1a6806e0e08f-f4e9479b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ddb15090-8332-9787-4b64-ed64b929d9fa-f4e9479b, #w-node-ddb15090-8332-9787-4b64-ed64b929d9fb-f4e9479b, #w-node-ddb15090-8332-9787-4b64-ed64b929d9fd-f4e9479b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d1029a1-e8b9-1be4-c913-6605de5365b0-f4e9479b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1764692e-dca0-8219-f8f7-6316a3c8fb6c-f4e9479b, #w-node-_1764692e-dca0-8219-f8f7-6316a3c8fb6d-f4e9479b, #w-node-_1764692e-dca0-8219-f8f7-6316a3c8fb6f-f4e9479b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e745bd02-7004-9390-f8ac-5567cbfbfb68-f4e9479b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1bacc8ea-56f4-498b-d17d-a6d139809f38-f4e9479b, #w-node-_1bacc8ea-56f4-498b-d17d-a6d139809f39-f4e9479b, #w-node-_1bacc8ea-56f4-498b-d17d-a6d139809f3b-f4e9479b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bacc8ea-56f4-498b-d17d-a6d139809f40-f4e9479b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-dc5da578-1550-4463-f44e-c5f48adf82c2-f4e9479b, #w-node-dc5da578-1550-4463-f44e-c5f48adf82c3-f4e9479b, #w-node-dc5da578-1550-4463-f44e-c5f48adf82c5-f4e9479b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc5da578-1550-4463-f44e-c5f48adf82ca-f4e9479b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_609ea2bb-525e-4b28-6951-154cccefee56-f4e9479b, #w-node-_609ea2bb-525e-4b28-6951-154cccefee5f-f4e9479b, #w-node-_609ea2bb-525e-4b28-6951-154cccefee6a-f4e9479b, #w-node-_5c2673c9-e160-8591-823a-bb7fd9449cee-f4e9479b, #w-node-_86665efd-d374-5297-3ad3-52a91c07eb3e-6de35685, #w-node-_86665efd-d374-5297-3ad3-52a91c07eb47-6de35685, #w-node-_86665efd-d374-5297-3ad3-52a91c07eb50-6de35685, #w-node-_86665efd-d374-5297-3ad3-52a91c07eb5d-6de35685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_527e5d13-130c-2486-6b49-8f65c8f8de9a-f4e9479b {
    align-self: center;
  }

  #w-node-e745bd02-7004-9390-f8ac-5567cbfbfb68-f4e9479b, #w-node-_1bacc8ea-56f4-498b-d17d-a6d139809f40-f4e9479b {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-eae97bd9-3b7f-c93d-90e8-5438a7825bd3-f4e9479b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-d683a7c9-682c-9175-da5f-371e638f5145-f4e9479b {
    grid-area: Area;
  }

  #w-node-dac4f3cf-92ee-6ad1-5343-f2da98c4476c-f4e9479b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-eae97bd9-3b7f-c93d-90e8-5438a7825bd3-f4e9479b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-d683a7c9-682c-9175-da5f-371e638f5145-f4e9479b, #w-node-dac4f3cf-92ee-6ad1-5343-f2da98c4476c-f4e9479b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


