:root {
  --heading: Roboto, sans-serif;
  --heading-white: #ffffffe6;
  --heading-size: 5vw;
  --paragraf-size: 1.2vw;
  --sub-heading-size: 3vw;
  --paragraf: "Baloo Tamma 2", sans-serif;
  --paragraf-black: #000000b3;
  --heading-black: #000000e6;
  --paragraf-white: #ffffffb3;
}

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

.produk {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.heading {
  font-family: var(--heading);
  color: var(--heading-white);
  font-size: var(--heading-size);
  text-align: center;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 5vw;
}

.bbb-wrap-9 {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  padding: 1.5em;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 7px #0000000f;
}

.bbb-wrap-9:hover {
  top: -5px;
  box-shadow: 1px 1px 17px 5px #ffffff4f;
}

.bbb-text-1-5 {
  font-family: var(--heading);
  color: #fff;
  font-size: var(--paragraf-size);
  text-align: center;
  flex: none;
  width: 9em;
  padding-left: .5em;
  padding-right: .5em;
  line-height: 1.3em;
  overflow: visible;
}

.blog-5 {
  background-image: linear-gradient(#000000d9, #fff0 46%), url('../images/koogi-1920-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 98vw;
  min-width: auto;
  max-width: 100%;
  height: 50vw;
  min-height: auto;
  padding-right: 0;
  display: flex;
}

.paragraph-6 {
  width: 25vw;
}

.nav-bg {
  background-color: #000;
  height: 100%;
  padding-top: 0;
  position: absolute;
  inset: -1px 0% auto;
}

.bbb-text-5 {
  color: #979485;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .1em;
  font-size: .9em;
  font-weight: 900;
  line-height: 1.3em;
}

.image-parallax {
  height: auto;
}

.bbb-wrap-1-6 {
  background-color: #000;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 10em;
  margin-left: auto;
  margin-right: auto;
  padding: .5em 1em;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.live-chat-bottom-text {
  color: #00a220;
  font-size: 10px;
}

.live-chat-bottom-text.block {
  color: #303030;
  margin-bottom: 5px;
  padding-top: 10px;
  font-size: 12px;
  line-height: 12px;
}

.live-chat-bottom-text.block:lang(ar) {
  color: #000;
}

.gav-wrap-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.livechat-button {
  background-color: #00a220;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.blog-4 {
  background-image: linear-gradient(#0000009c, #fff0 46%), url('../images/koogi-950-4.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  min-height: 27vw;
  margin: .5vw 1vw 1vw .5vw;
  display: flex;
}

.bbb-container-1 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}

.bbb-text-1-2 {
  color: #1b9600;
  font-size: var(--paragraf-size);
  font-weight: 700;
  line-height: 1.3em;
}

.gav-icon-1 {
  object-fit: cover;
  height: 2em;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 90%;
  padding: 15px;
}

.kebutuhan {
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 30vw;
  margin-bottom: 0;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
}

.gav-link-4 {
  color: #647587;
  font-size: 1.2em;
  line-height: 1.3em;
}

.heading-vw {
  font-family: var(--heading);
  font-size: var(--sub-heading-size);
  font-weight: 400;
  line-height: 3vw;
}

.gav-grid-1 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gav-wrap-7 {
  align-items: center;
  display: flex;
}

.bbb-wrap-1 {
  display: flex;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #00a220;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #04dd2f;
  transform: scale(1.05);
}

.navbar {
  background-color: #0000;
  width: 100%;
  height: 80px;
  padding-left: 40px;
  padding-right: 40px;
  position: fixed;
}

.gav-link-block-2 {
  margin-left: 1em;
}

.content {
  grid-column-gap: 1.667vw;
  grid-row-gap: 1.667vw;
  flex-flow: column;
  align-items: flex-start;
  max-width: 36vw;
  display: flex;
}

.content.max-width-34vw {
  max-width: 34vw;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
}

.gav-wrap-1 {
  margin-bottom: 5em;
  display: flex;
}

.sticky-paragraph {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  align-items: flex-start;
  max-width: 30vw;
  display: flex;
}

.blog-1 {
  background-image: linear-gradient(#0000009c, #fff0 46%), url('../images/koogi-950-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  min-height: 27vw;
  margin: 1vw .5vw .5vw 1vw;
  display: flex;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.live-chat-top-text {
  letter-spacing: 0;
  margin-right: 40px;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text:lang(ar) {
  text-align: right;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 12px;
  line-height: 16px;
}

.gav-wrap-6 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  align-items: center;
  display: flex;
}

.navlink {
  font-family: var(--paragraf);
  color: #fffc;
  font-size: var(--paragraf-size);
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
}

.navlink:hover {
  color: #fffc;
  border-bottom: 1px solid #fff;
}

.navlink.w--current {
  color: #b3b3b3cc;
}

.navlink.w--current:active {
  color: #1a0000;
}

.bbb-wrap-1-7 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.gav-container-1 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}

.dapur-ideal {
  background-color: #0b0b0b;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 30vw;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.bbb-wrap-1-5 {
  margin-right: .3em;
}

.button {
  color: #000;
  text-align: center;
  background-color: #e2e2e2;
  border: 0 solid #fff;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 19vw;
  margin-top: 4rem;
  margin-bottom: 0;
  padding: 1em;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.3em;
  display: flex;
}

.button:hover {
  color: #000;
  background-color: #fff;
  border-color: #4d4d4d;
}

.button._2 {
  color: #424242;
  background-color: #fff;
  border-color: #000;
  width: 10vw;
  margin-left: 3vw;
  padding-left: 0;
  padding-right: 0;
  font-size: 1em;
}

.sticky-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: .125rem;
  display: flex;
  position: relative;
}

.sticky-big-image {
  background-image: url('../images/IMG-20241228-WA0016.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 40vh;
  overflow: hidden;
}

.sticky-component {
  background-image: url('../images/IMG-20241228-WA0014.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 90vh;
  position: sticky;
  top: 5vh;
  bottom: 5vh;
  overflow: hidden;
}

.gav-decor-2 {
  margin-left: 7em;
}

.live-icon {
  background-color: red;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: -3px auto auto 3px;
}

.bbb-text-6 {
  font-family: var(--heading);
  color: #000;
  margin-bottom: .1em;
  font-size: 1.8vw;
  font-weight: 700;
  line-height: 1.3em;
}

.link {
  font-family: var(--heading);
  color: var(--heading-white);
  text-align: center;
  text-shadow: 2px 3px 7px #000;
  flex-flow: column;
  margin-top: 3vw;
  padding-top: 0;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2vw;
  text-decoration: none;
  display: flex;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  grid-template-columns: 1fr 1fr;
  width: 100vw;
}

.menu-button {
  position: static;
}

.sun {
  background-color: #fff9ee;
  border-radius: 50%;
  width: 5vw;
  height: 5vw;
  position: absolute;
  inset: auto 23vw 36vw auto;
}

.gav-link-1 {
  color: #000;
  margin-top: .7em;
  font-size: 1.2em;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.gav-link-1:hover {
  color: #000;
  text-decoration: underline;
}

.hero-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  inset: 0%;
}

.hero-bg.header {
  color: #e1f4ff;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 800px;
  max-height: 1100px;
  margin-left: 15vw;
  margin-right: 15vw;
  padding-bottom: 50px;
  display: flex;
}

.hero-bg.sky {
  background-image: url('../images/IMG-20241215-WA0022.jpg');
  background-position: 50%;
  background-size: cover;
  inset: 0%;
}

.hero-bg._6 {
  background-color: #00000080;
  background-image: linear-gradient(#0000, #00000073);
}

.hero-bg._3 {
  background-image: url('../images/bg3.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.hero-bg._1 {
  background-image: url('../images/1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  line-height: 24px;
}

.hero-bg._2 {
  background-image: url('../images/bg2.svg');
}

.hero-bg._5 {
  background-image: url('../images/bg5.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.hero-bg._4 {
  background-image: url('../images/bg4.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.sticky-medium-image {
  flex: none;
  align-self: flex-end;
  width: 60%;
  height: auto;
  margin-top: 13.5vh;
  position: relative;
  overflow: hidden;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.bbb-wrap-1-2 {
  color: #d90000;
  border: .5px solid #888;
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: .8em;
  display: flex;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
  overflow: visible;
}

.regular-vw {
  font-family: var(--paragraf);
  color: var(--paragraf-black);
  font-size: var(--paragraf-size);
  line-height: 1.7vw;
}

.sticky-content {
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 20vh;
  display: flex;
  position: relative;
}

.live-icon-chat {
  object-fit: cover;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-right: 0;
}

.bbb-wrap-3 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 2vw;
  display: flex;
}

.bbb-text-1-3 {
  color: #000;
  font-size: 1vw;
  line-height: 1.3em;
}

.gav-wrap-4 {
  flex: 1;
}

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

.text-weight-medium.caps.regular-vw-small {
  font-family: var(--paragraf);
  text-align: center;
  font-size: .8vw;
}

.text-weight-medium.caps.regular-vw-small._2 {
  color: #b5b5b5;
  padding-top: 20px;
}

.top-text-container:lang(ar) {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gav-heading-1 {
  color: #000;
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3em;
}

.heading-3 {
  font-family: var(--heading);
  color: var(--heading-black);
  font-size: var(--sub-heading-size);
  text-align: center;
  text-transform: none;
  margin: 0 20vw;
  padding-bottom: 10px;
  font-weight: 400;
  line-height: 3vw;
}

.heading-3._2 {
  direction: ltr;
  color: var(--heading-white);
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-bottom: 10px;
  font-weight: 400;
  display: flex;
}

.heading-3._3 {
  direction: ltr;
  color: var(--heading-black);
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  margin: 0 220px;
  padding-bottom: 10px;
  font-weight: 400;
  display: flex;
}

.footer {
  background-color: #fff;
  padding: 5em 7.2em;
  font-size: 1vw;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.gav-link-2 {
  color: #505050;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
  display: block;
}

.kompor {
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-more {
  font-family: var(--paragraf);
  color: var(--paragraf-white);
  font-size: var(--paragraf-size);
  text-align: center;
  text-shadow: 2px 3px 7px #000;
  flex-flow: column;
  margin-top: 1vw;
  padding-top: 0;
  font-weight: 400;
  line-height: 2vw;
  text-decoration: underline;
  display: flex;
}

.text-dapur-ideal {
  margin-top: 20px;
  margin-left: 15vw;
  margin-right: 15vw;
}

.hero-wrap {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  position: relative;
}

.nav-elements {
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.gav-pic-1 {
  object-fit: cover;
  width: 15em;
}

.bbb-icon-3 {
  object-fit: cover;
  height: .7em;
}

.bbb-wrap-1-4 {
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.bbb-wrap-1-4._2 {
  margin-top: 4em;
}

.sticky-text {
  grid-column-gap: 2.8vw;
  grid-row-gap: 2.8vw;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 10vw;
  margin-left: 4vw;
  margin-right: 2rem;
  display: flex;
}

.nav-logo {
  width: 100px;
}

.bbb-section-1 {
  background-image: linear-gradient(0deg, #e7e7e7e6, #fff);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5vw 5em;
  font-size: 1vw;
  display: flex;
}

.bbb-section-1._2 {
  background-image: none;
}

.bbb-text-1-1 {
  color: #535353;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.3em;
}

.bbb-button-2 {
  font-family: var(--heading);
  color: #fff;
  font-size: var(--paragraf-size);
  background-color: #000;
  border: 2px solid #fff;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  margin-top: .5em;
  margin-bottom: 0;
  padding: 1em;
  font-weight: 500;
  line-height: 1.3em;
  display: flex;
}

.bbb-button-2:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.blog-2 {
  background-image: linear-gradient(#0000009c, #fff0 46%), url('../images/IMG-20241228-WA0013.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  min-height: 27vw;
  margin: 1vw 1vw .5vw .5vw;
  display: flex;
}

.gav-wrap-3 {
  margin-right: 2em;
}

.gav-decor-1 {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.gav-link-3 {
  color: #505050;
  border-left: 1px solid #dbe0e5;
  padding-left: 1.3em;
  font-size: 1.2em;
  line-height: 1.3em;
}

.bbb-wrap-8 {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90vw;
  display: grid;
}

.heading4 {
  font-family: var(--paragraf);
  color: var(--paragraf-white);
  font-size: var(--paragraf-size);
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  margin-left: 5vw;
  margin-right: 5vw;
  font-weight: 400;
  line-height: 1.7vw;
}

.heading4._3 {
  color: var(--paragraf-black);
  font-size: var(--paragraf-size);
  text-align: center;
  margin-bottom: 0;
  margin-left: 25vw;
  margin-right: 25vw;
  line-height: 1.7vw;
}

.heading4._2 {
  color: var(--paragraf-white);
  font-size: var(--paragraf-size);
  margin-top: 0;
  margin-left: 20vw;
  margin-right: 20vw;
}

.heading4._3 {
  color: var(--heading-black);
  font-size: var(--paragraf-size);
  margin-top: 0;
}

.blog-3 {
  background-image: linear-gradient(#0000009c, #fff0 46%), url('../images/koogi-950-3.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  min-height: 27vw;
  margin: .5vw .5vw 1vw 1vw;
  display: flex;
}

.top-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-container {
  width: 75%;
}

.section-title-text {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.section-title-text:hover {
  text-decoration: underline;
}

.h1 {
  font-family: var(--heading);
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
}

.post-author-text {
  margin-top: 30px;
  display: flex;
}

.post-author-text.cc-center {
  align-items: center;
}

.author-image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
}

.post-author {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.post-author:hover {
  text-decoration: underline;
}

.container {
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
}

.container.cc-center {
  text-align: left;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.cc-post-image {
  width: 100vw;
  max-width: 100vw;
  height: 50vw;
  overflow: hidden;
}

.title-section {
  justify-content: center;
  align-items: center;
  padding: 180px 30px 90px;
  display: flex;
}

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

.image {
  width: 100vw;
  max-width: none;
  position: relative;
  top: -97px;
}

.post-content {
  background-color: #e7e7e7e6;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.post-content-wrapper {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  display: block;
}

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

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

.posts-collection-list-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.posts-collection-list {
  flex-wrap: wrap;
  margin: -25px -10px;
  display: flex;
}

._2-collection-item {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.navlink-2 {
  color: #fffc;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: flex;
  position: static;
}

.navlink-2:hover {
  color: #fffc;
  border-bottom: 1px solid #fff;
}

.kategori-product {
  min-height: auto;
  padding-top: 15vw;
  padding-bottom: 20px;
}

.heading-4 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 20vw;
  padding-bottom: 10px;
  font-size: 3vw;
  font-weight: 600;
  line-height: 3.1vw;
}

.heading4-2 {
  font-family: var(--paragraf);
  color: #ffffffc4;
  font-size: var(--paragraf-size);
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  margin-left: 20vw;
  margin-right: 20vw;
  font-weight: 400;
  line-height: 20px;
}

.heading4-2._3 {
  color: #000;
  text-align: center;
  margin-left: 25vw;
  margin-right: 25vw;
  font-size: 1.2vw;
  line-height: 20px;
}

.heading4-2._5 {
  margin-left: 5vw;
  margin-right: 5vw;
}

.heading-5 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 20vw;
  padding-bottom: 10px;
  font-size: 3vw;
  font-weight: 600;
  line-height: 3.1vw;
}

.navbar-2 {
  background-color: #0000;
  width: 100%;
  height: 80px;
  position: fixed;
}

.nav-elements-2 {
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  display: flex;
  position: relative;
}

.load-anim {
  z-index: 10;
  opacity: 0;
  background-color: #fff9ee;
  border-radius: 50%;
  width: 6vw;
  height: 6vw;
  position: absolute;
  inset: auto 23vw 36vw auto;
}

.paragraph-7 {
  font-family: var(--heading);
  color: #fff;
  font-size: var(--heading-size);
  text-align: center;
  font-weight: 400;
  line-height: 5vw;
}

.kebutuhan-2 {
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 30vw;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.kebutuhan-2._3 {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 30vw;
  padding: 40px 100px;
}

.product-22 {
  max-width: none;
  height: 25vw;
  min-height: auto;
  max-height: none;
  margin-left: -27px;
  padding-left: 2vw;
  padding-right: 1vw;
}

.div-block-2 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1vw;
  display: flex;
}

.div-block-2._2 {
  justify-content: center;
  align-items: center;
}

.heading-about-us {
  font-size: var(--sub-heading-size);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 3vw;
  font-weight: 700;
}

.heading-2-about-us {
  font-family: var(--paragraf);
  color: #585858;
  font-size: var(--paragraf-size);
  text-align: justify;
  margin-bottom: 0;
  padding-left: 3vw;
  padding-right: 10vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.headinggallery {
  font-family: var(--heading);
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 700;
}

.heading-2-gallery {
  font-family: var(--paragraf);
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 1.2vw;
  font-weight: 400;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-items: center;
  width: 14vw;
  height: 3.5vw;
}

.rich-text-block {
  font-family: var(--heading);
  font-size: .8rem;
  line-height: 1.3rem;
}

.tag {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  align-items: center;
  display: flex;
}

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

.container-18.small {
  width: auto;
  max-width: none;
}

.faq-heading {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80vw;
  display: flex;
}

.text-block {
  font-family: var(--paragraf);
  color: #242122;
  font-size: var(--paragraf-size);
  font-weight: 400;
  line-height: 1.5;
}

.elipse-2 {
  background-color: #e4292c;
  border-radius: 50%;
  width: .35rem;
  height: .35rem;
}

.heading-46 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.15;
}

.text-size-small-2 {
  font-size: .875rem;
}

.text-size-small-2.caps {
  color: #242122;
  font-weight: 300;
}

.faq-wrapper {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  flex-flow: column;
  align-items: center;
  margin-top: 15vh;
  margin-bottom: 0;
  display: flex;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 0;
  padding-bottom: 7rem;
}

.uui-page-padding-2 {
  background-color: #fff0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-blogsection02_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

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

.container-19.small {
  width: auto;
  max-width: none;
}

.blog {
  background-color: #fff;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.uui-blogsection02_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

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

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-2.button-row-center {
  justify-content: center;
}

.uui-blogsection02_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-text-size-medium-2 {
  color: #242122;
  letter-spacing: normal;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-button {
  grid-column-gap: .5rem;
  color: #fcfdfd;
  text-align: center;
  white-space: nowrap;
  background-color: #383838;
  border: 1px solid #666;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--heading-black);
  background-color: #000;
}

.uui-button:focus {
  background-color: #2c2c2c;
  border-color: #6e6e6e;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #b9b9b9;
}

.uui-blogsection03_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.uui-blogsection03_button-row.mobile-landscape {
  display: none;
}

.heading-47 {
  font-family: var(--heading);
  font-size: var(--sub-heading-size);
  max-width: 100vw;
  font-weight: 400;
  line-height: 1.15;
}

.uui-blogsection02_meta-wrapper {
  color: var(--heading-black);
  mix-blend-mode: multiply;
  background-color: #c7c7c7;
  border-radius: 10rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-blogsection02_item {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-heading-xsmall-2 {
  color: var(--heading-black);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-blogsection02_category-link {
  color: #36b4e4;
  background-color: #fcfdfd;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-blogsection02_category-link:hover {
  color: #1c6d8b;
}

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

.uui-blogsection02_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blogsection02_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-button-icon-2 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

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

.uui-blogsection02_component {
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.uui-blogsection03_component {
  flex-direction: column;
  align-items: center;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0e849c;
  border: 1px solid #0e849c;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3:hover {
  background-color: #2bd0e9;
  border-color: #2bd0e9;
}

.uui-button-3:focus {
  background-color: #0e849c;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #ebfaff;
}

.uui-blogsection02_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: #36b4e4;
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: #1c6d8b;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9 {
  color: #000;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: stretch;
}

.text-block-10 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.text-block-11 {
  color: #616161;
  font-size: 18px;
  font-weight: 700;
}

.div-block-4 {
  display: flex;
}

.bold-text {
  text-decoration: none;
}

.link-2 {
  color: var(--heading-black);
  text-decoration: none;
}

.div-block-5 {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .produk {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .blog-4 {
    margin-right: 0;
  }

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

  .blog-1 {
    margin-left: 0;
  }

  .dapur-ideal {
    padding-bottom: 0;
  }

  .button {
    width: 15vw;
    margin-top: 3vw;
  }

  .grid {
    width: 100%;
  }

  .hero-bg.sky {
    width: auto;
    height: auto;
  }

  .heading-3._2, .heading-3._3 {
    margin-top: 40px;
  }

  .hero-wrap {
    height: 100vh;
  }

  .bbb-section-1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 5vw;
    display: flex;
  }

  .blog-2 {
    margin-right: 0;
  }

  .blog-3 {
    margin-left: 0;
  }

  .title-section {
    width: auto;
    height: auto;
  }

  .image {
    width: auto;
    max-width: none;
    height: auto;
  }

  .kebutuhan-2 {
    justify-content: center;
    align-items: center;
  }

  .kebutuhan-2._3 {
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .headinggallery {
    color: #fff;
  }

  .section {
    margin-left: 10vw;
    margin-right: 10vw;
  }
}

@media screen and (min-width: 1440px) {
  .bbb-text-5 {
    font-weight: 400;
  }

  .bbb-container-1 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .kebutuhan {
    justify-content: center;
    align-items: center;
    min-height: auto;
  }

  .heading-vw {
    font-weight: 600;
  }

  .navlink {
    font-size: 1.1vw;
  }

  .button {
    width: 15vw;
  }

  .bbb-text-6 {
    font-weight: 500;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: cover;
    width: 100%;
  }

  .hero-bg.sky {
    background-image: none;
  }

  .whatsapp-block {
    overflow: visible;
  }

  .heading-3._2, .heading-3._3 {
    font-weight: 600;
  }

  .footer {
    font-size: 14px;
  }

  .hero-wrap {
    background-image: url('../images/IMG-20241215-WA0022.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .nav-elements {
    max-width: 90vw;
  }

  .nav-logo {
    width: auto;
    height: 1.5vw;
  }

  .bbb-section-1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    display: flex;
  }

  .blog-2 {
    background-image: linear-gradient(#0000009c, #fff0 46%), url('../images/koogi-1920-1.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, repeat;
  }

  .heading4._2, .heading4._3 {
    margin-left: 25vw;
    margin-right: 25vw;
  }

  .container.cc-post-image {
    width: auto;
    max-width: none;
  }

  .image {
    aspect-ratio: 16 / 9;
    width: 100vw;
  }

  .navlink-2 {
    font-size: 1.5vw;
  }

  .nav-elements-2 {
    max-width: 90vw;
  }

  .kebutuhan-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .kebutuhan-2._3 {
    padding-top: 5vw;
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .product-22 {
    max-width: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-2-about-us {
    padding-right: 5vw;
  }

  .heading-2-gallery {
    margin-top: 10px;
  }

  .div-block-4 {
    flex-flow: row;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .produk {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .heading {
    font-weight: 600;
  }

  .bbb-text-1-5 {
    width: auto;
  }

  .blog-5 {
    background-image: linear-gradient(#000000d9, #fff0 46%), url('../images/IMG-20241215-WA0025.jpg');
  }

  .nav-bg {
    height: 100%;
    margin-top: 0;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .bbb-wrap-1-6 {
    max-width: 15em;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .blog-4 {
    background-image: linear-gradient(#0000009c, #fff0 46%), url('../images/IMG-20241215-WA0028.jpg');
    background-position: 0 0, 50% 0;
  }

  .kebutuhan {
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 4vw;
  }

  .whatsapp-chat {
    display: none;
  }

  .navlink {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    font-size: 1vw;
  }

  .navlink.w--current {
    font-size: 1.5vw;
  }

  .button {
    color: #000;
    font-size: var(--paragraf-size);
    background-color: #d1d1d1;
    border-width: 0;
    width: 15vw;
  }

  .button:hover {
    color: #000;
    text-align: center;
    background-color: #fff;
    font-size: 1.3vw;
  }

  .grid {
    object-fit: cover;
    width: 100%;
  }

  .regular-vw {
    text-decoration: none;
  }

  .heading-3 {
    font-weight: 700;
  }

  .nav-elements {
    max-width: 90vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 0;
  }

  .nav-logo {
    width: auto;
    height: 2vw;
    padding-left: 1.5vw;
  }

  .bbb-section-1 {
    padding-left: 0;
  }

  .bbb-section-1._2 {
    padding-left: 8em;
    padding-right: 8em;
  }

  .bbb-wrap-8 {
    width: 80vw;
  }

  .heading4 {
    margin-top: 0;
    font-size: 1.1vw;
  }

  .heading4._3 {
    margin-left: 20vw;
    margin-right: 20vw;
  }

  .blog-3 {
    background-image: linear-gradient(#0000009c, #fff0 46%), url('../images/IMG-20241215-WA0024.jpg');
    background-position: 0 0, 50% 30%;
    background-size: auto, auto;
  }

  .container.cc-post-image {
    width: auto;
    max-width: none;
  }

  .image {
    width: 100vw;
  }

  .navlink-2 {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    font-size: 1.5vw;
  }

  .navlink-2.w--current {
    font-size: 1.5vw;
  }

  .heading4-2 {
    margin-top: 0;
  }

  .nav-elements-2 {
    max-width: 90vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 0;
  }

  .kebutuhan-2 {
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 4vw;
  }

  .kebutuhan-2._3 {
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .product-22 {
    padding-left: 3vw;
  }

  .heading-2-about-us {
    padding-right: 0;
  }

  .bold-text {
    color: var(--heading-black);
    text-decoration: none;
  }

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

@media screen and (max-width: 991px) {
  .heading {
    text-shadow: 0 1px 12px #000000ab;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    margin-left: 0;
    margin-right: 0;
    font-weight: 700;
  }

  .bbb-wrap-9 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .ham-icon {
    margin-top: 12px;
    padding-right: 20px;
  }

  .bbb-text-1-2 {
    font-size: 1rem;
  }

  .kebutuhan {
    background-color: #fff;
  }

  .heading-vw {
    font-size: 2.7rem;
    line-height: 1.2;
  }

  .gav-grid-1 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

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

  .content, .content.max-width-34vw {
    max-width: none;
  }

  .nav-menu {
    background-color: #0000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 12px 0 100px;
    position: absolute;
    overflow: scroll;
  }

  .sticky-paragraph {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: none;
  }

  .navlink {
    background-color: #131313;
    height: auto;
    margin-top: -15px;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 2.5vw;
    box-shadow: 1px 1px 10px #0003;
  }

  .button {
    width: 20vw;
  }

  .button._2 {
    width: 15vw;
  }

  .sticky-wrapper {
    margin-top: 0;
  }

  .bbb-text-6 {
    font-size: 2rem;
  }

  .link {
    font-size: 1.2rem;
    line-height: 20px;
  }

  .menu-button {
    color: #fff;
    text-align: center;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 0;
    font-size: 40px;
  }

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

  .gav-link-1, .gav-link-1.w--current {
    font-size: 1em;
  }

  .hero-bg.header {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  .regular-vw {
    font-size: 1rem;
    line-height: 20px;
  }

  .bbb-text-1-3 {
    font-size: .6rem;
  }

  .text-weight-medium.caps.regular-vw-small {
    font-size: 1rem;
  }

  .heading-3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .heading-3._2 {
    margin-left: 60px;
    margin-right: 60px;
    font-size: 2rem;
    font-weight: 700;
  }

  .heading-3._3 {
    margin-left: 60px;
    margin-right: 60px;
    font-size: 2rem;
  }

  .footer {
    padding-left: 5em;
    padding-right: 5em;
    font-size: 1.3vw;
  }

  .link-more {
    font-size: 1rem;
    line-height: 25px;
  }

  .hero {
    height: auto;
    min-height: auto;
  }

  .nav-elements {
    margin-left: 0;
    margin-right: 0;
  }

  .bbb-wrap-1-4 {
    align-items: center;
  }

  .nav-logo {
    padding-left: 20px;
  }

  .bbb-section-1 {
    padding-top: 40px;
    font-size: 1.3vw;
  }

  .bbb-text-1-1 {
    font-size: .7rem;
  }

  .gav-wrap-3 {
    margin-right: 5em;
  }

  .bbb-wrap-8 {
    grid-column-gap: 2.9em;
    grid-row-gap: 2.9em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading4 {
    color: #fffc;
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
  }

  .heading4._3 {
    font-family: var(--paragraf);
    color: var(--paragraf-black);
    margin-left: 12vw;
    margin-right: 12vw;
    font-size: 1rem;
    line-height: 20px;
  }

  .heading4._2, .heading4._3 {
    margin-left: 15vw;
    margin-right: 15vw;
    font-size: 1rem;
    line-height: 20px;
  }

  .text-container {
    width: 100%;
  }

  .h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .container {
    flex-flow: column;
    align-items: center;
  }

  .navlink-2 {
    background-color: #000;
    height: auto;
    margin-bottom: 10px;
    box-shadow: 1px 1px 10px #0003;
  }

  .heading4-2 {
    color: #fffc;
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
  }

  .heading4-2._3 {
    color: #000;
    font-size: 1rem;
  }

  .heading4-2._5 {
    font-size: 1em;
    line-height: 1.2em;
  }

  .paragraph-7 {
    font-size: 3em;
    font-weight: 600;
  }

  .kebutuhan-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    min-height: auto;
    display: grid;
  }

  .kebutuhan-2._3 {
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .product-22 {
    max-width: 100%;
    height: auto;
    margin-left: 0;
  }

  .heading-about-us {
    font-size: 2em;
  }

  .heading-2-about-us {
    text-align: left;
    font-size: 1rem;
    line-height: 20px;
  }

  .headinggallery {
    font-size: 2em;
  }

  .heading-2-gallery {
    font-size: 1rem;
  }

  .container-18 {
    max-width: 90vw;
  }

  .heading-46 {
    font-size: 2.5rem;
  }

  .faq-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .container-19 {
    max-width: 90vw;
  }

  .uui-blogsection03_button-row {
    flex: none;
  }

  .heading-47 {
    font-size: 2.5rem;
  }

  .uui-blogsection02_list {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-4 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .bbb-text-1-5 {
    font-size: var(--sub-heading-size);
    flex: none;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-bg {
    height: 70%;
  }

  .bbb-text-5 {
    font-size: 1em;
  }

  .bbb-wrap-1-6 {
    width: auto;
    max-width: none;
    height: auto;
  }

  .div-block-3 {
    margin-top: 40px;
  }

  .live-chat-bottom-text.block {
    font-size: 9px;
  }

  .livechat-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }

  .bbb-text-1-2 {
    font-size: 1.7em;
  }

  .chat-block {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .kebutuhan {
    min-height: auto;
    margin-top: 0;
  }

  .heading-vw {
    font-size: 2.5rem;
  }

  .bbb-wrap-1 {
    flex-direction: column;
  }

  .whatsapp-container {
    width: 60px;
    height: 60px;
  }

  .nav-menu {
    overflow: scroll;
  }

  .gav-wrap-1 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: row;
  }

  .sticky-paragraph {
    max-width: none;
  }

  .blog-1 {
    background-image: linear-gradient(#000000d9, #fff0 46% 73%), url('../images/koogi-950-1.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .whatsapp-chat {
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 315px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .live-chat-top-text {
    width: 100px;
    height: auto;
    font-size: 9px;
  }

  .live-chat-top-text.block {
    font-size: 9px;
  }

  .small-whatsapp-icon {
    margin-right: 5px;
  }

  .button {
    font-size: 1.2em;
  }

  .button._2 {
    width: 150px;
  }

  .sticky-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    width: 100%;
    margin-top: .25rem;
  }

  .sticky-big-image {
    background-position: 50%;
    background-size: auto;
    margin-top: 40px;
  }

  .sticky-component {
    width: 100%;
    height: 50vh;
    position: relative;
  }

  .gav-decor-2 {
    margin-left: 5em;
  }

  .live-icon {
    width: 20px;
    height: 20px;
    margin-left: -12px;
    padding-left: 0;
  }

  .bbb-text-6 {
    font-size: 2rem;
  }

  .link {
    font-size: 1rem;
  }

  .gav-link-1 {
    font-size: 1em;
  }

  .sticky-medium-image {
    margin-top: 6rem;
  }

  .chat-section {
    width: 100%;
    height: 30vh;
    padding-top: 10px;
  }

  .live-chat-link {
    width: 60%;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  .sticky-content {
    width: 100%;
    padding-bottom: 10vh;
  }

  .live-icon-chat {
    border-radius: 100px;
    max-width: 100%;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: static;
  }

  .bbb-text-1-3 {
    font-size: 1.1em;
  }

  .gav-wrap-4 {
    margin-top: 60px;
  }

  .top-text-container {
    padding-left: 10px;
  }

  .heading-3 {
    text-align: center;
    margin-left: 5vw;
    margin-right: 5vw;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .heading-3._2 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-3._3 {
    text-align: left;
    margin-right: auto;
  }

  .footer {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 1.69vw;
  }

  .live-chat-text {
    font-size: 8px;
  }

  .text-dapur-ideal {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .hero {
    height: auto;
  }

  .nav-elements {
    height: 70%;
  }

  .bbb-icon-3 {
    height: .8em;
  }

  .bbb-wrap-1-4 {
    align-items: center;
  }

  .sticky-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 4rem;
    margin-left: 2rem;
  }

  .nav-logo {
    width: auto;
    height: 30px;
  }

  .bbb-section-1 {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 1.69vw;
  }

  .bbb-text-1-1 {
    font-size: 1em;
  }

  .bbb-button-2 {
    font-size: 1.2em;
  }

  .blog-2 {
    background-image: linear-gradient(#000000d9, #fff0 64%), url('../images/IMG-20241228-WA0013.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .gav-wrap-3 {
    margin-bottom: 2em;
    margin-right: 0;
  }

  .bbb-wrap-8 {
    grid-template-columns: 1fr 1fr;
  }

  .heading4 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .heading4._3 {
    text-align: center;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .heading4._2 {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .heading4._3 {
    margin-left: 60px;
  }

  .top-section {
    width: 300px;
    height: 25%;
    padding: 0 20px 10px;
  }

  .h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .title-section {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  ._2-collection-item {
    width: 100%;
  }

  .heading-4 {
    text-align: left;
    margin-left: 5vw;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .heading4-2, .heading4-2._3 {
    text-align: left;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .heading-5 {
    text-align: left;
    margin-left: 5vw;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .kebutuhan-2 {
    grid-template-rows: auto;
    min-height: auto;
    margin-top: 0;
  }

  .product-22 {
    margin-left: 0;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
  }

  .heading-46 {
    font-size: 2.3rem;
    line-height: 1.15;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    background-color: #319dc6;
    border-color: #319dc6;
  }

  .uui-blogsection03_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .uui-blogsection03_button-row.mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .heading-47 {
    font-size: 2.3rem;
    line-height: 1.15;
  }

  .uui-blogsection02_meta-wrapper {
    font-size: .75rem;
  }

  .uui-heading-xsmall-2 {
    font-size: 1.25rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-blogsection02_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blogsection02_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blogsection02_image-link:hover {
    box-shadow: none;
  }

  .uui-blogsection02_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blogsection02_component {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    background-color: #0e849c;
    border-color: #0e849c;
  }

  .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: #36b4e4;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .grid-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    text-align: center;
    margin-right: 5vw;
    font-size: 1.7rem;
  }

  .bbb-text-1-5 {
    font-size: .5rem;
  }

  .blog-5 {
    background-image: linear-gradient(#000000d9, #fff0 80%), url('../images/koogi-1920-1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: 92vw;
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .paragraph-6 {
    width: auto;
    margin-bottom: 0;
    font-size: .7rem;
  }

  .bbb-text-5 {
    font-size: 1.1em;
  }

  .bbb-wrap-1-6 {
    width: auto;
    height: auto;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .live-chat-bottom-text.block {
    padding-top: 5px;
    font-size: 12px;
    line-height: 15px;
  }

  .gav-wrap-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-4 {
    background-image: linear-gradient(#000c, #fff0 46% 80%), url('../images/koogi-950-4.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    width: 92vw;
    height: 50vw;
    margin: 2vw 4vw;
  }

  .bbb-text-1-2 {
    font-size: 1rem;
    font-weight: 700;
  }

  .kebutuhan {
    margin-top: 0;
    padding-top: 0;
  }

  .heading-vw {
    text-align: center;
    font-size: 1.5rem;
  }

  .gav-grid-1 {
    grid-column-gap: 3.4em;
    grid-row-gap: 3.4em;
    grid-template-columns: 1fr;
  }

  .whatsapp-container {
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 0;
  }

  .content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .gav-wrap-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .blog-1 {
    background-image: linear-gradient(#000c, #fff0 80%), url('../images/koogi-950-1.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    width: 92vw;
    max-width: none;
    height: 50vw;
    min-height: auto;
    margin: 2vw 4vw;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .live-chat-top-text {
    width: 140px;
    font-size: 12px;
    line-height: 15px;
  }

  .gav-wrap-6 {
    margin-bottom: 1em;
  }

  .navlink {
    font-size: 4vw;
  }

  .button {
    font-family: var(--heading);
    text-align: center;
    width: 40vw;
    margin-top: 20px;
    font-size: .7rem;
    font-weight: 700;
  }

  .sticky-big-image {
    background-size: cover;
  }

  .gav-decor-2 {
    margin-left: 3em;
  }

  .bbb-text-6 {
    font-size: 1.5rem;
  }

  .link {
    font-size: .9rem;
    font-weight: 600;
  }

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

  .gav-link-1 {
    color: var(--paragraf-black);
  }

  .hero-bg.header {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .hero-bg.sky {
    background-size: cover;
  }

  .chat-section {
    width: 100%;
    padding-left: 20px;
  }

  .bbb-wrap-1-2 {
    align-items: flex-start;
  }

  .whatsapp-block {
    width: 300px;
    height: auto;
    padding-left: 0;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .regular-vw {
    text-align: justify;
  }

  .bbb-text-1-3 {
    font-size: 1.3em;
  }

  .text-weight-medium.caps.regular-vw-small {
    font-size: .7rem;
  }

  .heading-3 {
    text-align: center;
    margin-right: 5vw;
    font-size: 1.5rem;
  }

  .heading-3._2, .heading-3._3 {
    text-align: center;
    margin-left: 5vw;
    margin-right: 5vw;
    font-size: 1.5rem;
  }

  .footer {
    font-size: 2.5vw;
  }

  .live-chat-text {
    font-size: 10px;
  }

  .whatsapp-icon {
    max-width: 50%;
  }

  .link-more {
    font-size: .7rem;
  }

  .hero {
    height: auto;
  }

  .bbb-icon-3 {
    height: .9em;
  }

  .nav-logo {
    width: auto;
    height: 30px;
    padding-left: 15px;
  }

  .bbb-section-1 {
    padding-bottom: 50px;
    font-size: 2.5vw;
  }

  .bbb-text-1-1 {
    font-size: .6rem;
  }

  .bbb-button-2 {
    font-size: 1.3em;
  }

  .blog-2 {
    background-image: linear-gradient(#000c, #fff0 80%), url('../images/IMG-20241228-WA0013.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    width: 92vw;
    height: 50vw;
    margin: 2vw 4vw;
  }

  .gav-wrap-3 {
    margin-bottom: 0;
  }

  .gav-decor-1 {
    color: var(--paragraf-black);
    text-align: left;
    font-size: .7rem;
  }

  .bbb-wrap-8 {
    grid-column-gap: 1.3em;
    grid-row-gap: 1.3em;
    grid-template-columns: 1fr 1fr;
  }

  .heading4 {
    text-align: center;
  }

  .heading4._2 {
    text-align: center;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .heading4._3 {
    text-align: center;
    margin-left: 5vw;
    margin-right: 5vw;
    padding-bottom: 20px;
    font-size: .8rem;
    line-height: 1rem;
  }

  .blog-3 {
    background-image: linear-gradient(#000c, #fff0 80%), url('../images/koogi-950-3.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    width: 92vw;
    height: 50vw;
    margin: 2vw 4vw;
  }

  .h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .title-section {
    padding-top: 135px;
  }

  .latest-posts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kategori-product {
    padding-top: 25vw;
  }

  .heading4-2._5 {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-7 {
    text-align: left;
    font-size: 2em;
    line-height: 1em;
  }

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

  .kebutuhan-2._3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-about-us {
    padding-left: 5vw;
    font-size: 2em;
  }

  .heading-2-about-us {
    text-align: left;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 1em;
  }

  .heading-2-gallery {
    margin-bottom: 10px;
  }

  .grid-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    place-items: start center;
  }

  .grid-3 {
    width: auto;
    height: auto;
  }

  .heading-46 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .faq-wrapper {
    margin-top: 5vh;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 0;
  }

  .blog {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-47 {
    max-width: none;
    font-size: 2rem;
    line-height: 1.3;
  }

  .grid-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
}

#w-node-_31174fc9-425b-7562-953a-e7de9b2065f5-ffffae08, #w-node-_31174fc9-425b-7562-953a-e7de9b20660c-ffffae08, #w-node-_31174fc9-425b-7562-953a-e7de9b206623-ffffae08, #w-node-_31174fc9-425b-7562-953a-e7de9b20663a-ffffae08, #w-node-_31174fc9-425b-7562-953a-e7de9b206651-ffffae08, #w-node-_21736fe4-b903-1265-db23-35371a4535eb-ffffae08, #w-node-_21736fe4-b903-1265-db23-35371a4535f8-ffffae08, #w-node-_21736fe4-b903-1265-db23-35371a453601-ffffae08, #w-node-_7ab0ceb7-ffa4-94af-5b40-93a8d1337770-fa8c4ac4, #w-node-_7ab0ceb7-ffa4-94af-5b40-93a8d1337785-fa8c4ac4, #w-node-_7ab0ceb7-ffa4-94af-5b40-93a8d133779a-fa8c4ac4, #w-node-_7ab0ceb7-ffa4-94af-5b40-93a8d13377af-fa8c4ac4, #w-node-_7ab0ceb7-ffa4-94af-5b40-93a8d13377c4-fa8c4ac4, #w-node-bc41044f-6ea9-bb68-beee-9d6fbd21050a-fa8c4ac4, #w-node-bc41044f-6ea9-bb68-beee-9d6fbd210517-fa8c4ac4, #w-node-bc41044f-6ea9-bb68-beee-9d6fbd210520-fa8c4ac4, #w-node-_3987c933-6e3f-7df8-e661-2717b8e74e09-1240c4c4, #w-node-_3987c933-6e3f-7df8-e661-2717b8e74e20-1240c4c4, #w-node-_3987c933-6e3f-7df8-e661-2717b8e74e37-1240c4c4, #w-node-_3987c933-6e3f-7df8-e661-2717b8e74e4e-1240c4c4, #w-node-_3987c933-6e3f-7df8-e661-2717b8e74e65-1240c4c4, #w-node-_127a27e6-6e2a-ecd0-19ac-872aa2355c1b-1240c4c4, #w-node-_127a27e6-6e2a-ecd0-19ac-872aa2355c32-1240c4c4, #w-node-_127a27e6-6e2a-ecd0-19ac-872aa2355c49-1240c4c4, #w-node-_127a27e6-6e2a-ecd0-19ac-872aa2355c60-1240c4c4, #w-node-_127a27e6-6e2a-ecd0-19ac-872aa2355c77-1240c4c4, #w-node-_127a27e6-6e2a-ecd0-19ac-872aa2355c8e-1240c4c4, #w-node-_127a27e6-6e2a-ecd0-19ac-872aa2355ca5-1240c4c4, #w-node-_127a27e6-6e2a-ecd0-19ac-872aa2355cbc-1240c4c4, #w-node-_127a27e6-6e2a-ecd0-19ac-872aa2355cd3-1240c4c4, #w-node-_127a27e6-6e2a-ecd0-19ac-872aa2355cea-1240c4c4, #w-node-_127a27e6-6e2a-ecd0-19ac-872aa2355d01-1240c4c4, #w-node-_127a27e6-6e2a-ecd0-19ac-872aa2355d18-1240c4c4, #w-node-_127a27e6-6e2a-ecd0-19ac-872aa2355d2f-1240c4c4, #w-node-f73ec1f4-1688-5a79-07c5-6ecc795f4ea1-1240c4c4, #w-node-f73ec1f4-1688-5a79-07c5-6ecc795f4eae-1240c4c4, #w-node-f73ec1f4-1688-5a79-07c5-6ecc795f4eb7-1240c4c4, #w-node-_59a4c74b-1cdb-c162-da4a-c73c9c3981fe-ed39abf7, #w-node-_59a4c74b-1cdb-c162-da4a-c73c9c39820b-ed39abf7, #w-node-_59a4c74b-1cdb-c162-da4a-c73c9c398214-ed39abf7, #w-node-f44d6df4-af0c-32ae-81b5-1dd1875ef6bf-0aa8b933, #w-node-f44d6df4-af0c-32ae-81b5-1dd1875ef6d4-0aa8b933, #w-node-f44d6df4-af0c-32ae-81b5-1dd1875ef6e9-0aa8b933, #w-node-f44d6df4-af0c-32ae-81b5-1dd1875ef6fe-0aa8b933, #w-node-f44d6df4-af0c-32ae-81b5-1dd1875ef713-0aa8b933, #w-node-c9529a6b-23cf-9896-943f-c3d706d55fa7-0aa8b933, #w-node-c9529a6b-23cf-9896-943f-c3d706d55fb4-0aa8b933, #w-node-c9529a6b-23cf-9896-943f-c3d706d55fbd-0aa8b933, #w-node-_6fd4b2de-8639-2693-9e42-b982e6e0d07a-b55b9c2f, #w-node-_6fd4b2de-8639-2693-9e42-b982e6e0d08f-b55b9c2f, #w-node-_6fd4b2de-8639-2693-9e42-b982e6e0d0a4-b55b9c2f, #w-node-_6fd4b2de-8639-2693-9e42-b982e6e0d0b9-b55b9c2f, #w-node-_6fd4b2de-8639-2693-9e42-b982e6e0d0ce-b55b9c2f, #w-node-c027f13a-1dbd-9c3c-85c7-97202eff4fce-b55b9c2f, #w-node-c027f13a-1dbd-9c3c-85c7-97202eff4fdb-b55b9c2f, #w-node-c027f13a-1dbd-9c3c-85c7-97202eff4fe4-b55b9c2f, #w-node-_2b968f73-112a-4895-c579-2a45a0f301d2-b20305a7, #w-node-_2b968f73-112a-4895-c579-2a45a0f301df-b20305a7, #w-node-_2b968f73-112a-4895-c579-2a45a0f301e8-b20305a7, #w-node-f7f3a383-bbdc-a065-8d26-43aa47291794-d2ca8423, #w-node-f7f3a383-bbdc-a065-8d26-43aa472917a1-d2ca8423, #w-node-f7f3a383-bbdc-a065-8d26-43aa472917aa-d2ca8423 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


