html {
  overflow: unset;
  width: unset;
  height: unset;
}
body {
  overflow: unset;
  padding: 0px;
  margin: 0px;
}
.header-section > .menu-btn {
  display: none;
}
.logo-container > .logo-large {
  width: unset !important;
  height: unset !important;
  padding: 43px 23px;
}

.logo-container > .logo-small {
  display: none;
  padding: 25px 23px;
}

.page-title {
  font-family: Roboto;
  font-size: 40px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: rgba(255, 255, 255, 0.92);
}
.panel {
  width: 100%;
  background-image: linear-gradient(99deg, #27a36d, #8dc40c);
  animation: 700ms cubic-bezier(0.25, 0.1, 0.2, 1) 600ms 1 normal backwards running fromTop;
  transition: height 0.3s ease-out;
  height: 230px;
  z-index: 997;
}

.panel.hasScrolled {
  transition: height 0.3s ease-out;
  height: 70px;
}

.header-section {
  display: flex;
  align-items: center;
}

.header-section > .page-title-container {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
}
.header-section > .page-title-container > h1 {
  margin: 0px;
}

.header-section > .page-title-container > .divider {
  width: 265px;
  height: 2px;
  background-color: #ffffff;
}

.content {
  width: 100%;
  overflow: unset;
  background-color: #ffffff;
}

.content > section.nav {
  background: rgba(20, 20, 20, 0.05) !important;
  padding: 62px 0px;
  display: flex;
  justify-content: space-around;
  animation: 700ms cubic-bezier(0.25, 0.1, 0.2, 1) 600ms 1 normal backwards running fromRight;
}

.content > section.nav > ul {
  list-style-type: none;
}

.content > section.nav > ul > li {
  padding-bottom: 26px;
}

.steps-container > .step.support-mobile-container {
  display: none;
}
.content > section.nav > ul > li > a {
  font-family: Roboto;
  font-size: 32px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #141414 !important;
  text-decoration: none;
}

.content > section.nav > ul > li:hover {
  cursor: pointer;
  text-decoration: underline;
}

.content > section.nav > ul > li:last-child {
  padding: 0px;
}

html:not([data-scroll="0"]) > body > nav {
  position: fixed;
  left: 0;
  padding: 0px !important;
  top: 0;
}

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

.steps-container > .step {
  display: flex;
  animation: 700ms cubic-bezier(0.25, 0.1, 0.2, 1) 600ms 1 normal backwards running fromRight;
  width: 690px;
  margin-top: 70px;
}

.steps-container > .step > .step-image {
  min-width: 320px;
  overflow: hidden;
}
.steps-container > .step.center {
  align-items: center;
}
.steps-container > .step > .step-container {
  width: 343px;
}

.steps-container > .step > .step-container > h1 {
  font-family: Roboto;
  font-size: 32px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #141414;
  text-decoration: underline;
  text-decoration-color: #8dc40c;
}
.steps-container > .step > .step-container > h1 > span > .divider {
  border-bottom: 1px solid black;
}

.steps-container > .step > .step-container > h3 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(20, 20, 20, 0.92);
  font-weight: bold;
  margin-bottom: 0px;
}

.steps-container > .step > .step-container > p {
  margin-top: 0px;
}

.steps-container > .step > .step-container > p {
  font-family: Roboto;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(20, 20, 20, 0.92);
}

.steps-container > .step > .step-container > .room-page-list {
  font-family: Roboto;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(20, 20, 20, 0.92);
}
.steps-container > .step > .step-container > .room-page-list > li.nutrients {
  list-style-image: url("../images/icons/nutrients.svg");
}

.steps-container > .step > .step-container > .room-page-list > li.light-quantity {
  list-style-image: url("../images/icons/light-quantity.svg");
}

.steps-container > .step > .step-container > .room-page-list > li.notes {
  list-style-image: url("../images/icons/notes.svg");
}

.steps-container > .step > .step-container > .room-page-list > li.light {
  list-style-image: url("../images/icons/light.svg");
}

.steps-container > .step > .step-container > .key-option-list {
  list-style-type: none;
  padding: 0px;
  width: 343px;
}
.steps-container > .step > .step-container > .key-option-list > li {
  font-family: Roboto;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(20, 20, 20, 0.92);
}

.steps-container > .step > .step-container > .key-option-list > li > .point {
  color: #27a36d;
  padding-right: 4px;
}

.drawer-navigation {
  width: 100%;
  position: fixed;
  background-image: linear-gradient(158deg, #27a36d, #8dc40c);
  top: 0px;
  left: -100%;
  height: 100vh;
  z-index: 998;
}

.drawer-navigation > ul {
  list-style-type: none;
  margin-top: 85px;
}
.drawer-navigation > .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.drawer-navigation > ul > li {
  margin-bottom: 26px;
}
.drawer-navigation > ul > li:hover {
  cursor: pointer;
  text-decoration: underline;
}

.drawer-navigation > ul > li > a {
  font-family: Roboto;
  font-size: 32px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-decoration: none;
}

@-webkit-keyframes fromTop {
  0% {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    opacity: 0;
  }
}

@keyframes fromTop {
  0% {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fromRight {
  0% {
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
    opacity: 0;
  }
}

@keyframes fromRight {
  0% {
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
    opacity: 0;
  }
}

@media only screen and (max-width: 710px) {
  .header-section > .page-title-container {
    display: none;
  }
  .content > section.nav {
    display: none;
  }
  .steps-container > .step {
    flex-direction: column;
    align-items: center;
  }
  .steps-container > .step > .step-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .steps-container {
    justify-content: unset;
    align-items: unset;
    padding: 10px;
  }
  .steps-container > .step {
    width: 100%;
  }
  .header-section {
    position: relative;
    justify-content: center;
  }
  .header-section > .menu-btn {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 999;
  }

  .steps-container > .step.support-mobile-container {
    display: flex;
    flex-direction: column;
  }
  .steps-container > .step.support-mobile-container > h1 {
    font-family: Roboto;
    font-size: 40px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: rgba(20, 20, 20, 0.92);
    margin: 0px;
  }
  .steps-container > .step.support-mobile-container > .divider {
    width: 212px;
    height: 2px;
    background-image: linear-gradient(99deg, #27a36d, #8dc40c);
    margin-bottom: 100px;
  }
  .steps-container > .step.support-mobile-container > p {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1b1b1b;
    margin: 0px;
  }
  .steps-container > .step.support-mobile-container > p:last-child {
    color: #27a36d;
  }
  .to-bottom-btn {
    cursor: pointer;
    margin-top: 115px;
  }
  .drawer-navigation.active {
    left: 0px;
    transition: 0.3s;
  }
}
