:root {
  --teased-pink: #e70051;
  --white: white;
  --black-2: #333;
  --black: black;
}

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

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

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

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

body {
  color: #333;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  background-image: linear-gradient(to top, #000, #00000042), url('../images/tim-mossholder-285543.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  min-height: 100vh;
}

.desktop-navbar {
  z-index: 20;
  background-image: linear-gradient(#0009, #0000);
  justify-content: space-between;
  align-items: center;
  min-height: 0;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.section-2 {
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #0000;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.navbar-button:hover {
  color: var(--teased-pink);
}

.navbar-button.button-border {
  border: 1px solid #fff;
  margin: 10px;
  padding: 18px 30px;
  font-size: 20px;
  transition: border-color .2s, color .2s;
}

.navbar-button.button-border:hover {
  border-color: var(--teased-pink);
}

.navbar-button.button-border.solid {
  background-color: var(--teased-pink);
  color: var(--white);
}

.navbar-button.button-border.solid:hover {
  color: var(--teased-pink);
  background-color: #0000;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.heading {
  color: #fff;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
}

.navbar {
  display: none;
}

.section-3 {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  min-height: 50vh;
  display: flex;
}

.columns {
  background-color: #000;
}

.heading-2 {
  color: var(--teased-pink);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-3 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 32px;
}

.column {
  border-left: 1px solid var(--teased-pink);
}

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

.link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: var(--teased-pink);
}

.section-6 {
  background-image: linear-gradient(to top, #000, #0000), url('../images/teased-book.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.heading-6 {
  color: #fff;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-7 {
  background-image: linear-gradient(to top, #000, #0000), url('../images/teased-shelf.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  min-height: 50vh;
}

.section-8 {
  background-color: #000;
  flex-direction: column;
  min-height: 50vh;
  padding-bottom: 50px;
  display: flex;
}

.section-9 {
  background-image: linear-gradient(to top, #000, #0000), url('../images/hairdressing-CMYK-1516352_960_720.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 50vh;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.section-10 {
  background-color: #000;
  min-height: 50vh;
  margin-bottom: 0;
  padding-bottom: 50px;
}

.section-11 {
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 23px;
  display: flex;
}

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

.link-block {
  margin-right: 50px;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-4 {
  flex-direction: row;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-6 {
  background-image: url('../images/Screenshot_20190425-150447_Pages--Manager.jpg');
  background-position: -1px 0;
  background-size: cover;
  width: 500px;
  max-width: 500px;
  height: 500px;
  max-height: 500px;
}

.column-5 {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-7, .div-block-8 {
  background-color: var(--teased-pink);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-9 {
  background-image: url('../images/20190425_153345.jpg');
  background-position: 50%;
  background-size: 560px;
  width: 500px;
  height: 500px;
}

.div-block-10 {
  background-image: url('../images/imagejpeg_1.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 500px;
  height: 500px;
}

.div-block-11, .div-block-12 {
  background-color: var(--teased-pink);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-6 {
  height: 500px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-13 {
  background-image: url('../images/teased-shelf.jpg');
  background-position: 21%;
  background-size: 1000px;
  width: 500px;
  height: 500px;
}

.div-block-14 {
  background-image: url('../images/hairdresser-1179459_1280.jpg');
  background-position: 50%;
  background-size: 700px;
  width: 500px;
  height: 500px;
}

.heading-8 {
  color: #fff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.services-button {
  letter-spacing: 3px;
  background-color: #0000;
  border: 2px solid #fff;
  font-family: Montserrat, sans-serif;
  transition: background-color .2s;
}

.services-button:hover {
  color: var(--teased-pink);
  background-color: #fff;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.columns-6 {
  flex-direction: row;
  display: flex;
}

.column-7 {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-8 {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-9 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.image {
  margin-left: 0;
  margin-right: 0;
}

.image-2 {
  margin-right: 50px;
  padding-right: 0;
}

.image-3 {
  margin-top: 20px;
  margin-right: 50px;
  padding-right: 0;
}

.image-4 {
  margin-top: 0;
  margin-right: 50px;
}

.image-5 {
  margin-top: 0;
  margin-right: 0;
}

.container-2 {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-10 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-11 {
  color: #fff;
  text-align: center;
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.image-6 {
  margin-bottom: 0;
  margin-right: 50px;
}

.body {
  background-color: #000;
}

.heading-12 {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.brand-2 {
  opacity: .9;
  transition: opacity .2s;
}

.brand-2:hover {
  opacity: 1;
}

.section-13 {
  background-color: #000;
  background-image: linear-gradient(to top, #000, #0000), url('../images/imagejpeg_1.jpg');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  min-height: 40vh;
  display: flex;
}

.section-13.color-services {
  background-image: linear-gradient(to top, #000, #0000), url('../images/IMG_20190408_225723_375.jpg');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
}

.section-13.formal-styling {
  background-image: linear-gradient(to top, #000, #0000), url('../images/Screenshot_20190425-150447_Pages--Manager.jpg');
  background-size: auto, cover;
}

.section-13.brazilian-blowout {
  background-image: linear-gradient(to top, #000, #0000), url('../images/teased-shelf.jpg');
  background-position: 0 0, 0%;
  background-size: auto, 2592px;
}

.section-13.haircuts {
  background-image: linear-gradient(0deg, #000, #0000), url('../images/barbershop-4019683_1280.jpg');
  background-size: auto, cover;
  padding-left: 20px;
  padding-right: 20px;
}

.section-13.tanning {
  background-image: linear-gradient(to top, #000, #0000), url('../images/10651154523_5a4208f1c4_b.jpg');
  background-size: auto, cover;
}

.section-14 {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  min-height: 70vh;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.heading-13 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-14 {
  color: #fff;
  text-align: center;
  padding: 0 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-18 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
}

.lightbox-link {
  background-image: url('../images/Screenshot_20190425-150447_Pages--Manager.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 250px;
  height: 250px;
  margin-top: 0;
}

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

.container-4 {
  margin-top: 30px;
}

.heading-19 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.lightbox-link-2 {
  background-image: url('../images/123_1-4.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 250px;
  height: 250px;
}

.lightbox-link-3 {
  background-image: url('../images/IMG_20190407_153131_075.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 250px;
  height: 250px;
}

.lightbox-link-4 {
  background-image: url('../images/Screenshot_20190425-150209_Pages--Manager.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 250px;
  height: 250px;
}

.lightbox-link-5 {
  background-image: url('../images/1237731_223197074513264_1683079162_n.jpg');
  background-position: 50% 12%;
  background-size: cover;
  width: 250px;
  height: 250px;
}

.lightbox-link-6 {
  background-image: url('../images/1239979_223195767846728_1020184826_n.jpg');
  background-position: 50% 7%;
  background-size: cover;
  width: 250px;
  height: 250px;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.heading-20 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.lightbox-link-7 {
  background-image: url('../images/IMG_20190404_132645_426.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 250px;
  height: 250px;
}

.lightbox-link-8 {
  background-image: url('../images/IMG_20190203_153347_079.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 250px;
  height: 250px;
}

.lightbox-link-9 {
  background-image: url('../images/IMG_20190408_052232_068.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 250px;
  height: 250px;
}

.lightbox-link-10 {
  background-image: url('../images/IMG_20180131_181703_929.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 250px;
  height: 250px;
}

.lightbox-link-11 {
  background-image: url('../images/20190425_153345.jpg');
  background-position: 50%;
  background-size: cover;
  width: 250px;
  height: 250px;
}

.lightbox-link-12 {
  background-image: url('../images/imagejpeg_0.jpg');
  background-position: 50%;
  background-size: cover;
  width: 250px;
  height: 250px;
}

.lightbox-link-13 {
  background-image: url('../images/Photo_2019-04-25_03-12-26_PM.jpg');
  background-position: 50% 5%;
  background-size: cover;
  width: auto;
  height: 250px;
}

.heading-21 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.text-span {
  font-size: 24px;
  line-height: 30px;
}

.image-7 {
  margin-right: 0;
}

.grid-2 {
  grid-template-rows: auto auto auto auto;
  place-items: center;
}

.div-block-26 {
  background-image: url('../images/Screenshot_20190423-083813_Pinterest.jpg');
  background-position: 77%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  display: flex;
}

.div-block-27 {
  background-color: var(--teased-pink);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-10 {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-28 {
  background-image: url('../images/48732x.jpg');
  background-position: 50%;
  background-size: 150%;
  width: 500px;
  height: 500px;
}

.div-block-29 {
  background-color: var(--teased-pink);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  display: flex;
}

.column-11 {
  background-color: var(--black-2);
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-span-2 {
  text-align: left;
  font-size: 17px;
}

.text-block-8 {
  color: #fff;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
}

.heading-22 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.heading-23 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-24 {
  color: #fff;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-25 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.heading-26 {
  color: #fff;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-27 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.heading-28 {
  color: #fff;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-9 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.heading-29 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-15 {
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-7 {
  margin-top: 180px;
}

.body-3 {
  background-color: #000;
}

.image-8 {
  margin-bottom: 50px;
}

.image-9 {
  margin-bottom: 20px;
  margin-right: 0;
}

.columns-8 {
  justify-content: space-around;
  display: flex;
}

.text-block-10 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.text-block-10.meet-our-team {
  margin-top: 20px;
}

.container-8 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-10 {
  border-radius: 5px;
  margin-right: 30px;
  padding-right: 0;
}

.section-16 {
  min-height: 50vh;
  display: flex;
}

.text-block-11 {
  color: #fff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.reviews {
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.slider {
  background-color: #0000;
  min-height: 500px;
}

.text-block-12 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.text-block-13 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.text-block-14 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.text-block-15 {
  color: var(--white);
  text-align: center;
  margin-top: 9px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 19px;
}

.div-block-30 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

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

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

.navbar-dropdown {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.dropdown-link {
  color: var(--white);
  letter-spacing: 2px;
}

.dropdown-link:hover {
  color: var(--teased-pink);
}

.paragraph {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.heading-30 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
}

.list {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

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

@media screen and (max-width: 991px) {
  .desktop-navbar {
    display: none;
  }

  .heading {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand {
    padding: 10px;
  }

  .navbar {
    background-color: var(--teased-pink);
    display: block;
  }

  .icon {
    color: #fff;
    font-size: 30px;
  }

  .nav-menu {
    background-color: #000;
  }

  .moble-nav-button {
    color: #fff;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    transition: color .2s;
  }

  .moble-nav-button:hover, .moble-nav-button.w--current {
    color: var(--teased-pink);
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .heading-6 {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .column-3, .column-4 {
    flex-direction: column;
  }

  .div-block-6 {
    background-position: 50%;
    width: auto;
    max-width: none;
  }

  .column-5 {
    flex-direction: column-reverse;
  }

  .div-block-7 {
    flex-direction: column;
    width: auto;
  }

  .div-block-8 {
    width: auto;
  }

  .div-block-9 {
    background-position: 0%;
    background-size: auto;
    width: auto;
  }

  .div-block-10 {
    background-position: 50%;
    background-size: cover;
    width: auto;
  }

  .div-block-11, .div-block-12 {
    width: auto;
  }

  .column-6 {
    flex-direction: column-reverse;
    height: auto;
  }

  .div-block-13 {
    width: auto;
  }

  .div-block-14 {
    background-size: cover;
    width: auto;
  }

  .columns-3, .columns-4 {
    flex-direction: column;
    display: flex;
  }

  .columns-6, .column-7, .column-8 {
    flex-direction: column;
  }

  .image-4 {
    margin-top: 30px;
  }

  .section-13 {
    min-height: 30vh;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

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

  .image-7 {
    margin-right: 20px;
  }

  .div-block-26 {
    background-position: 100%;
    background-size: 195%;
    width: auto;
  }

  .div-block-27 {
    width: auto;
  }

  .column-10 {
    flex-direction: column-reverse;
  }

  .div-block-28 {
    background-size: 107%;
    width: auto;
  }

  .div-block-29 {
    width: auto;
  }

  .column-11 {
    flex-direction: column-reverse;
  }

  .container-7 {
    margin-top: 0;
  }

  .image-8 {
    margin-bottom: 50px;
  }

  .image-9 {
    margin-right: 0;
    padding-bottom: 40px;
  }

  .columns-8 {
    flex-direction: column;
  }

  .text-block-16 {
    color: var(--white);
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 12px;
  }

  .div-block-30 {
    flex-flow: wrap;
  }

  .navbar-dropdown:hover {
    color: var(--teased-pink);
  }

  .div-block-31 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    display: flex;
  }

  .dropdown-list {
    background-color: var(--black-2);
  }

  .dropdown-list.w--open {
    background-color: var(--black);
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 26px;
  }

  .heading-3 {
    font-size: 14px;
    line-height: 22px;
  }

  .column {
    border: 1px #000;
    margin-top: 30px;
  }

  .link {
    font-size: 18px;
  }

  .heading-9 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .image-2, .image-3 {
    margin-right: 0;
  }

  .image-4 {
    margin-top: 25px;
    margin-right: 0;
  }

  .image-5 {
    margin-right: 0;
  }

  .container-2 {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .image-6 {
    margin-right: 0;
  }

  .heading-13 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-14 {
    font-size: 16px;
    line-height: 24px;
  }

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

  .container-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-19 {
    font-size: 16px;
    line-height: 20px;
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-7 {
    margin-right: 0;
  }

  .image-8 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-10 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-8 {
    flex-direction: column;
  }

  .image-10 {
    margin-bottom: 30px;
    margin-right: 0;
    padding-bottom: 0;
  }

  .div-block-30 {
    flex-direction: column;
  }

  .div-block-31 {
    padding-left: 0;
  }

  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-30 {
    font-size: 24px;
    line-height: 32px;
  }

  .list-item {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    font-size: 13px;
  }

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

  .section-3 {
    padding-top: 50px;
  }

  .columns {
    margin-bottom: 45px;
  }

  .section-9 {
    min-height: 30vh;
  }

  .div-block-6, .div-block-7, .div-block-8 {
    height: auto;
    min-height: 50vh;
  }

  .div-block-9 {
    background-position: 50%;
    height: auto;
    min-height: 50vh;
  }

  .div-block-10, .div-block-11 {
    height: auto;
    min-height: 50vh;
  }

  .div-block-12 {
    height: auto;
    min-height: 50vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-13, .div-block-14 {
    height: auto;
    min-height: 50vh;
  }

  .image-2 {
    margin-top: 20px;
    margin-right: 0;
  }

  .image-3 {
    margin-right: 0;
  }

  .image-4 {
    margin-top: 20px;
    margin-right: 0;
  }

  .image-5 {
    margin-right: 0;
  }

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

  .image-6 {
    margin-top: 20px;
    margin-right: 0;
  }

  .heading-13 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-14 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lightbox-link {
    width: 150px;
    height: 150px;
  }

  .container-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .heading-19 {
    font-size: 16px;
    line-height: 20px;
  }

  .lightbox-link-2, .lightbox-link-3, .lightbox-link-4, .lightbox-link-5, .lightbox-link-6 {
    width: 150px;
    height: 150px;
  }

  .container-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-7 {
    margin-right: 0;
  }

  .text-block-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-11 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .slider {
    min-height: 500px;
  }
}

#w-node-_1ae6d973-be8c-dc03-52b8-cbbd7186d45c-565ad12b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a72f7072-6778-d903-6341-0614c5c65b7a-f35ad128 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_433c2df3-aa2a-e0d5-5c89-b7b3798d0a07-4e5ad12f, #w-node-_90703aa7-2b65-9351-5485-c5e1d5ee27e9-4e5ad12f, #w-node-_2fd63ce4-813f-98e1-6180-dc4f59f42145-4e5ad12f, #w-node-_358ea7a1-af96-1bac-a1ef-4607ad56138f-4e5ad12f, #w-node-fb6a8f55-0a5d-e1d6-ec8d-68ccb1c30bf9-4e5ad12f, #w-node-_26e0291b-d683-07c8-7c2f-8e577ceffe58-4e5ad12f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


