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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.cell {
  justify-content: center;
  align-items: center;
}

.cell-2 {
  justify-content: flex-end;
  align-items: flex-start;
}

.cell-3 {
  justify-content: center;
  align-items: flex-end;
}

.container {
  max-width: 1080px;
}

._3-logos-stack {
  grid-column-gap: 46px;
}

.quick-stack {
  grid-column-gap: 56px;
}

.image, .image-2 {
  max-width: 50%;
}

.cell-4, .cell-5 {
  align-items: center;
}

.section {
  display: none;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .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: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .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 {
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

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

.nav-dropdown-link.hide {
  display: none;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #4e6da4;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.mobile-bar {
  display: none;
}

.button-primary.form {
  border: 1px solid #fff;
  margin-right: auto;
}

.text-block {
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.social-section-bar {
  background-color: #3f3f3f;
  width: 100%;
  min-height: 40px;
  max-height: 50px;
  padding-top: 5px;
  padding-bottom: 3px;
}

.container-2 {
  justify-content: flex-end;
  align-items: center;
  max-width: 1040px;
  display: flex;
}

.image-3 {
  width: 30px;
}

.social-div {
  padding-left: 10px;
}

.button-secondary {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #e20b0b;
  margin-right: 10px;
  padding: 8px 25px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-secondary.mobile-bar {
  display: none;
}

.slider {
  height: 670px;
  display: block;
}

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

.slide {
  background-image: url('../images/slide03.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/slide02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/slide10.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/slide04.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/slide05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/slide06.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/Slide-04-MSSS.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/Slide-06-MSSS.jpg');
  background-position: 50%;
  background-size: cover;
}

.tile-row-4 {
  grid-column-gap: 11px;
  margin-left: 10px;
  margin-right: 10px;
}

.home-square {
  justify-content: center;
  align-items: center;
}

.home-link-button {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f9fcff;
  width: 100%;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.home-link-button:hover {
  color: #3f3f3f;
}

.div-block {
  background-color: #000;
  width: 60px;
  height: 1px;
}

.spacer-80px {
  width: 100%;
  height: 80px;
}

.tile-row-2 {
  grid-column-gap: 11px;
  margin-left: 10px;
  margin-right: 10px;
}

.home-rect {
  justify-content: center;
  align-items: center;
}

.quick-stack-2 {
  grid-column-gap: 10px;
  -webkit-text-fill-color: inherit;
  background-color: #3f3f3f;
  background-clip: border-box;
  margin-left: 20px;
  margin-right: 20px;
}

.image-4 {
  max-width: 65%;
  margin-bottom: 20px;
}

.cell-6 {
  justify-content: center;
  align-items: center;
}

.map-text-22 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.map-text-22.maptext {
  font-size: 18px;
}

.link-white {
  color: #fff;
}

.link-white:hover {
  color: #c0bebe;
}

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

.html-embed {
  width: 100%;
}

.section-2 {
  background-color: #3f3f3f;
  padding: 30px 0;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-text {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.link-footer-white {
  color: #fff;
}

.link-footer-white:hover {
  color: #adadad;
}

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

.h1-service-heading {
  color: #827f48;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: copperplate-condensed, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 32px;
}

.service-description {
  margin-bottom: 20px;
  font-family: museo-sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
}

.service-link {
  padding-top: 15px;
  font-family: museo-sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
}

.link {
  color: #827f48;
}

.link:hover {
  color: #adac92;
}

.hero-wrapper {
  width: 100%;
}

.service-cell {
  background-color: #f7f7f7;
}

.heading {
  color: #827f48;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: copperplate-condensed, sans-serif;
  font-weight: 300;
}

.service-wrapper {
  width: 100%;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.quick-stack-3 {
  grid-column-gap: 4px;
  padding: 10px 0;
}

.service-title {
  font-family: museo-sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
}

.service-price {
  font-family: museo-sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
}

.text-block-2, .reservation-block {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
}

.menu-buttons {
  width: 100%;
}

.button {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  background-color: #f7f7f7;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: museo-sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.button:hover, .button:focus {
  color: #fff;
  background-color: #827f48;
}

.button.rewards {
  text-align: center;
  background-color: #dbdbdb;
}

.button.rewards:hover {
  background-color: #000;
}

.spa-membeships-div {
  background-color: #827f48;
  width: 100%;
  margin-top: 25px;
  padding: 20px 15px;
  display: block;
}

.spa-membeships-div.bottom {
  display: none;
}

.text-block-3 {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: copperplate-condensed, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.spa-memberships-text {
  color: #fff;
  font-family: museo-sans-condensed, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.text-spa-span {
  font-size: 16px;
  font-style: italic;
  line-height: 16px;
}

.image-5, .image-6 {
  margin-top: 20px;
}

.quick-stack-5 {
  padding-left: 0;
  padding-right: 0;
}

.hours-stack {
  width: 100%;
  padding-top: 0;
  padding-bottom: 10px;
}

.hours-of-operation {
  color: #827f48;
  font-family: museo-sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
}

.cell-7.hours {
  justify-content: center;
  align-items: flex-start;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  display: flex;
}

.container-5.policies {
  align-items: flex-start;
}

.text-span {
  font-size: 28px;
  font-weight: 500;
}

.quick-stack-7 {
  width: 100%;
}

.cell-9.promotions {
  justify-content: center;
}

.image-7 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.rewards-stack {
  width: 100%;
}

.container-rewards, .container-social {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.html-embed-2 {
  width: 100%;
}

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

.image-8, .careers-form-html {
  width: 100%;
}

.text-span-2, .bold-text {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
}

.steele-salon-section {
  background-image: url('../images/bg-salon.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.steele-salon-section.hide {
  display: none;
}

.text-block-4 {
  text-align: center;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}

.spacer-50px {
  width: 100%;
  height: 50px;
}

.quick-stack-8 {
  width: 100%;
}

.image-9 {
  max-width: 61%;
}

.button-2 {
  color: #000;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #000;
  margin-left: auto;
  margin-right: auto;
}

.spacer-25px {
  width: 100%;
  height: 25px;
}

.address {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.heading-2 {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

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

.pleca {
  background-color: #949494;
  width: 50%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
}

.map-div {
  display: none;
}

.spacer-25px-copy {
  width: 100%;
  height: 50px;
}

.disclaimer {
  font-size: 16px;
  line-height: 18px;
}

.logo-steele-studio {
  max-width: 25%;
}

.logo-steele-studio.hide {
  display: none;
}

.vip-img {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-vip {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  display: flex;
}

.container-vip.policies {
  align-items: flex-start;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.facials-square.hide {
  display: none;
}

.bold-text-2 {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .navbar-wrapper {
    justify-content: space-between;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding: 8px 5px;
    display: block;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .button-primary.mobile-bar {
    display: block;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container-2 {
    padding-right: 20px;
  }

  .icon {
    font-size: 40px;
  }

  .button-secondary {
    background-color: #e20b0b;
    margin-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button-secondary.mobile-bar {
    display: block;
  }

  .slider {
    height: 380px;
  }

  .tile-row-4, .tile-row-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .service-description.careers {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading.promo {
    margin-bottom: 10px;
  }

  .quick-stack-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spa-membeships-div {
    display: none;
  }

  .spa-membeships-div.bottom {
    display: block;
  }

  .image-5, .image-6 {
    display: none;
  }

  .quick-stack-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-8, .cell-9 {
    align-items: center;
  }

  .rewards-stack {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-2 {
    width: 100%;
  }

  .quick-stack-8 {
    margin-top: 40px;
  }

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

  .map {
    display: none;
  }

  .map-div {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  ._3-logos-section {
    display: none;
  }

  .quick-stack {
    grid-row-gap: 7px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image, .image-2 {
    max-width: 80%;
  }

  .cell-4 {
    align-items: flex-end;
  }

  .cell-5 {
    justify-content: center;
    align-items: center;
  }

  .section {
    display: block;
  }

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

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .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 #0000000d;
  }

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

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

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

  .container-2 {
    justify-content: center;
  }

  .slider {
    height: 280px;
  }

  .quick-stack-8 {
    margin-top: 20px;
  }

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

  .logo-steele-studio {
    max-width: 85%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .quick-stack {
    grid-row-gap: 4px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container-2 {
    padding-right: 0;
  }

  .button-secondary {
    margin-left: 3px;
    margin-right: 3px;
  }

  .social-wrapper {
    display: none;
  }

  .flex-block {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .slider {
    height: 220px;
  }

  .slide {
    background-position: 10%;
  }

  .slide-3, .slide-4 {
    background-position: 0%;
  }

  .slide-5 {
    background-position: 100%;
  }

  .slide-6 {
    background-position: 0%;
  }

  .slide-7 {
    background-position: 100%;
  }

  .quick-stack-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-4 {
    max-width: 90%;
  }

  .map-text-22 {
    font-size: 16px;
    line-height: 24px;
  }

  .social-wrapper-map {
    display: none;
  }

  .h1-service-heading {
    padding-left: 21px;
    padding-right: 21px;
  }

  .h1-service-heading.promo {
    text-align: center;
  }

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

  .service-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-3 {
    grid-column-gap: 1px;
  }

  .service-title.mobile, .service-price.mobile {
    font-size: 12px;
  }

  .hours-stack, .hours-of-operation {
    padding-left: 0;
    padding-right: 0;
  }

  .hours-of-operation.mobile {
    font-size: 12px;
  }

  .cell-7 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .html-embed-3 {
    width: 100%;
  }

  .text-block-4 {
    font-size: 20px;
    line-height: 26px;
  }

  .quick-stack-8 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .address {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-2 {
    text-align: center;
  }

  .logo-steele-studio {
    max-width: 85%;
    margin-bottom: 10px;
  }

  .vip-img {
    max-width: 100%;
  }
}

#w-node-_04791eab-88ca-293b-36b8-f41f71d81a32-e83aa735 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_6d4544d5-270d-604b-e7b5-5dbe600dd817-e83aa735 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_09aee3ca-006b-ddd7-9865-f9fdaf6bd447-e83aa735 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-ffdebd37-e763-7fb6-d950-5f0f2ea58c25-e83aa735, #w-node-_2b83884a-85e3-072c-e7d1-b78fef97a05c-ef97a05b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b8715ab0-e441-6543-d599-69e43b2692d1-3b2692cf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b8715ab0-e441-6543-d599-69e43b2692d2-3b2692cf {
  grid-column: span 2 / span 2;
}

#w-node-b9dde789-35a6-b713-aa70-2c9c5743e0d5-5743e0d3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
}

#w-node-_979a4890-89cc-0f75-ddec-7c1f9bbaa0aa-94acd99a {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_53b62c36-9954-07b8-a297-8cb60aa5d34d-94acd99a {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr 1fr 1fr;
}

#w-node-_979a4890-89cc-0f75-ddec-7c1f9bbaa0aa-3728dedd, #w-node-_979a4890-89cc-0f75-ddec-7c1f9bbaa0aa-851747af {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-e0576ec9-a6ab-3ae4-ea7b-ce53f26fcf7c-851747af {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_979a4890-89cc-0f75-ddec-7c1f9bbaa0aa-ab0824fa, #w-node-_979a4890-89cc-0f75-ddec-7c1f9bbaa0aa-406e008d, #w-node-_979a4890-89cc-0f75-ddec-7c1f9bbaa0aa-7f08e8cd, #w-node-_979a4890-89cc-0f75-ddec-7c1f9bbaa0aa-c6bcab46 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-e0576ec9-a6ab-3ae4-ea7b-ce53f26fcf7c-c6bcab46 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_979a4890-89cc-0f75-ddec-7c1f9bbaa0aa-4076092a {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-e0576ec9-a6ab-3ae4-ea7b-ce53f26fcf7c-4076092a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_979a4890-89cc-0f75-ddec-7c1f9bbaa0aa-d8ebb8af {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-e0576ec9-a6ab-3ae4-ea7b-ce53f26fcf7c-d8ebb8af {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_979a4890-89cc-0f75-ddec-7c1f9bbaa0aa-8093abb1, #w-node-_979a4890-89cc-0f75-ddec-7c1f9bbaa0aa-80ab37e7, #w-node-_979a4890-89cc-0f75-ddec-7c1f9bbaa0aa-de402b57 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_10a71aaf-6cfa-6f09-1376-8ccbf4ec066e-8097f2f6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fa39f84c-2544-4b2e-fcb6-6567275fa51d-da1df4d4, #w-node-fa39f84c-2544-4b2e-fcb6-6567275fa51d-0e1de2aa, #w-node-fa39f84c-2544-4b2e-fcb6-6567275fa51d-0e7cd7d3 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_979a4890-89cc-0f75-ddec-7c1f9bbaa0aa-d78a17e1 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-fa39f84c-2544-4b2e-fcb6-6567275fa51d-ef1d2c16, #w-node-fa39f84c-2544-4b2e-fcb6-6567275fa51d-3a8e7307 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_04791eab-88ca-293b-36b8-f41f71d81a32-e83aa735 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_6d4544d5-270d-604b-e7b5-5dbe600dd817-e83aa735 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_09aee3ca-006b-ddd7-9865-f9fdaf6bd447-e83aa735, #w-node-ffdebd37-e763-7fb6-d950-5f0f2ea58c25-e83aa735 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_979a4890-89cc-0f75-ddec-7c1f9bbaa0aa-94acd99a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_53b62c36-9954-07b8-a297-8cb60aa5d34d-94acd99a {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1fr 1fr 1fr 1fr;
  }

  #w-node-_979a4890-89cc-0f75-ddec-7c1f9bbaa0aa-3728dedd, #w-node-_979a4890-89cc-0f75-ddec-7c1f9bbaa0aa-851747af, #w-node-_979a4890-89cc-0f75-ddec-7c1f9bbaa0aa-ab0824fa, #w-node-_979a4890-89cc-0f75-ddec-7c1f9bbaa0aa-406e008d, #w-node-_979a4890-89cc-0f75-ddec-7c1f9bbaa0aa-7f08e8cd, #w-node-_979a4890-89cc-0f75-ddec-7c1f9bbaa0aa-c6bcab46, #w-node-_979a4890-89cc-0f75-ddec-7c1f9bbaa0aa-4076092a, #w-node-_979a4890-89cc-0f75-ddec-7c1f9bbaa0aa-d8ebb8af, #w-node-_979a4890-89cc-0f75-ddec-7c1f9bbaa0aa-8093abb1, #w-node-_979a4890-89cc-0f75-ddec-7c1f9bbaa0aa-80ab37e7, #w-node-_979a4890-89cc-0f75-ddec-7c1f9bbaa0aa-de402b57, #w-node-_10a71aaf-6cfa-6f09-1376-8ccbf4ec066e-8097f2f6, #w-node-fa39f84c-2544-4b2e-fcb6-6567275fa51d-da1df4d4, #w-node-fa39f84c-2544-4b2e-fcb6-6567275fa51d-0e1de2aa, #w-node-fa39f84c-2544-4b2e-fcb6-6567275fa51d-0e7cd7d3, #w-node-_979a4890-89cc-0f75-ddec-7c1f9bbaa0aa-d78a17e1, #w-node-fa39f84c-2544-4b2e-fcb6-6567275fa51d-ef1d2c16, #w-node-fa39f84c-2544-4b2e-fcb6-6567275fa51d-3a8e7307 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6d4544d5-270d-604b-e7b5-5dbe600dd817-e83aa735, #w-node-_09aee3ca-006b-ddd7-9865-f9fdaf6bd447-e83aa735, #w-node-ffdebd37-e763-7fb6-d950-5f0f2ea58c25-e83aa735, #w-node-_2b83884a-85e3-072c-e7d1-b78fef97a05c-ef97a05b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_53b62c36-9954-07b8-a297-8cb60aa5d34d-94acd99a {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr .75fr 1fr .75fr .75fr;
  }

  #w-node-fa39f84c-2544-4b2e-fcb6-6567275fa51d-da1df4d4, #w-node-fa39f84c-2544-4b2e-fcb6-6567275fa51d-0e1de2aa, #w-node-fa39f84c-2544-4b2e-fcb6-6567275fa51d-0e7cd7d3, #w-node-fa39f84c-2544-4b2e-fcb6-6567275fa51d-ef1d2c16, #w-node-fa39f84c-2544-4b2e-fcb6-6567275fa51d-3a8e7307 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_53b62c36-9954-07b8-a297-8cb60aa5d34d-94acd99a {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr .5fr .5fr .5fr .75fr;
  }
}


