.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.body {
  font-family: Poppins, sans-serif;
  font-size: 1.1vw;
  line-height: 1.6em;
}

.section {
  padding-top: 60px;
  padding-bottom: 100px;
  font-family: Poppins, sans-serif;
  line-height: 1.6em;
}

.section.ourstory {
  background-image: linear-gradient(#f2eee9, #f2eee9);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.visimisi {
  height: 50vh;
  background-image: linear-gradient(#f2eee9, #f2eee9);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.visimisi.middle {
  height: 50%;
}

.section.footer {
  background-image: linear-gradient(#f8f6f4, #f8f6f4);
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 100px;
}

.section.whitelabel {
  background-color: #f8f6f4;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.section.our-values.hides {
  display: none;
}

.section.map {
  height: 100%;
}

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

.section.timkami {
  align-items: center;
  margin-top: 140px;
  margin-bottom: 140px;
  display: flex;
}

.section.timkami.hide {
  display: none;
}

.section.about {
  height: 100vh;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.section.contact {
  padding-top: 40px;
}

.hero-section {
  height: 100vh;
  background-image: url('../images/Rectangle-2-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  align-items: center;
  display: flex;
}

.hero-section.fishery {
  height: 64vh;
  background-image: url('../images/Frame-98-2.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.hero-section.farm {
  height: 64vh;
  background-image: url('../images/Frame-99.png'), url('../images/Rectangle-2-1.png');
  background-position: 0 0, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
}

.hero-section.poutry {
  height: 64vh;
  background-image: url('../images/Frame-100-1.png'), url('../images/Rectangle-2-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container {
  max-width: 1440px;
  flex: 1;
  padding-left: 5vw;
  padding-right: 5vw;
}

.container.nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.container.poutry, .container.farm, .container.fishery {
  padding-top: 40px;
}

.container.hero {
  margin-top: 10vh;
}

.container.heromini {
  padding-top: 10vh;
}

.wrapper.horizontal {
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  display: flex;
}

.wrapper.horizontal.resep, .wrapper.horizontal.blog {
  padding-left: 0;
}

.wrapper.horizontal.cctv {
  width: 80%;
  padding-left: 0;
  display: flex;
}

.wrapper.horizontal.modal-cctv {
  justify-content: space-between;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.wrapper.horizontal.tentangkami {
  align-items: flex-start;
}

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

.wrapper.center.whitelabel {
  border-top: .5px solid #838383;
  padding-top: 20px;
}

.wrapper.center.cctv {
  height: auto;
  border-radius: 12px;
}

.wrapper.center.blog {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.wrapper.video {
  text-align: center;
  position: relative;
}

.wrapper.vertical {
  flex-direction: column;
  display: flex;
}

.wrapper.vertical.centered {
  max-width: 100%;
  flex-direction: row;
  align-items: center;
}

.wrapper.vertical.centered.cctv, .wrapper.vertical.centered.header-cctv {
  justify-content: space-between;
}

.wrapper.hover.parent {
  position: relative;
}

.wrapper.kegiatan {
  height: 440px;
  background-image: url('../images/image-71.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.wrapper.kegiatan._1 {
  width: auto;
  background-image: url('../images/Rectangle-602-1.png');
}

.wrapper.kegiatan._2 {
  width: auto;
  background-image: url('../images/WhatsApp-Image-2023-05-04-at-16.44.29.jpeg'), url('../images/WhatsApp-Image-2023-05-04-at-16.44.28.jpeg'), url('../images/image-71.png');
  background-position: 50%, 50%, 50%;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: cover, cover, cover;
  background-attachment: scroll, scroll, scroll;
}

.wrapper.kegiatan._2.homepage {
  background-image: url('../images/image-71.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.wrapper.kegiatan._3 {
  width: auto;
  background-image: url('../images/image-72.png');
}

.wrapper.kegiatan.fishery {
  background-image: url('../images/WhatsApp-Image-2023-05-04-at-16.44.28.jpeg'), url('../images/image-71.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
}

.wrapper.kegiatan.fishery._1 {
  height: auto;
}

.wrapper.kegiatan.fishery._2 {
  height: auto;
  background-image: url('../images/WhatsApp-Image-2023-05-04-at-16.44.29.jpeg'), url('../images/WhatsApp-Image-2023-05-04-at-16.44.28.jpeg'), url('../images/image-71.png');
  background-position: 50%, 50%, 50%;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: cover, cover, cover;
  background-attachment: scroll, scroll, scroll;
}

.wrapper.kegiatan.fishery._3 {
  height: auto;
  background-image: url('../images/WhatsApp-Image-2023-05-04-at-16.44.29-1.jpeg'), url('../images/WhatsApp-Image-2023-05-04-at-16.44.28.jpeg'), url('../images/image-71.png');
  background-position: 0%, 50%, 50%;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: cover, cover, cover;
  background-attachment: scroll, scroll, scroll;
}

.wrapper.centered-grid {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.wrapper.whoweare {
  border-radius: 12px;
  padding: 16px;
}

.wrapper.whoweare.outlines {
  border: 1.5px solid #616d7e;
}

.wrapper.whoweare.gradient {
  background-image: linear-gradient(120deg, #1c2736, #0f151e 75%);
}

.wrapper.image-blog {
  margin-top: 16px;
}

.wrapper.postdetail {
  margin-top: 40px;
}

.wrapper.hide {
  display: none;
}

.wrapper.img-product {
  border-radius: 12px;
  position: relative;
}

.wrapper.left {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.wrapper.blog {
  text-align: left;
}

.wrapper.blog.exception {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.wrapper.relative {
  position: relative;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

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

.grid-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
}

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

.grid-4 {
  grid-template-rows: auto;
}

.image-top.rounded {
  border-radius: 12px;
}

.title-section {
  color: #255946;
  font-size: 20px;
  font-weight: 500;
}

.title-section.hide {
  display: none;
}

.header-section {
  color: #023f3a;
  margin-top: 0;
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1.6em;
}

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

.header-section.tentang {
  margin-top: 0;
}

.text-block-grid {
  color: #18191f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
}

.text-block-grid.tentang {
  padding-top: 8px;
}

.image {
  margin-right: 12px;
}

.image.rounded {
  border-radius: 12px;
}

.grid-5 {
  grid-template-rows: auto auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

.grid-6 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  display: none;
}

.video {
  border-radius: 4%;
}

.text-block-list {
  color: #525560;
  margin-bottom: 8px;
  font-size: 16px;
}

.list-item {
  margin-bottom: 8px;
}

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

.grid-7.blog {
  max-width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}

.grid-7.blog.story {
  width: 100%;
  margin-top: 0;
}

.hero-text-section {
  color: #fff;
  letter-spacing: 5px;
  margin-bottom: 16px;
  font-size: 16px;
}

.hero-header-text {
  color: #fff;
  font-family: Dosis, sans-serif;
  font-size: 4.8em;
  line-height: 1.6em;
  position: relative;
}

.hero-header-text.fishery {
  max-width: none;
  font-size: 4em;
}

.wrapper-exception-hero {
  position: relative;
}

.image-2 {
  width: 6vw;
  height: 6vw;
  position: absolute;
  top: 56%;
  bottom: -1%;
  left: 28%;
  right: auto;
}

.btn-hero {
  background-color: #a9d035;
  border-radius: 12px;
  margin-top: 16px;
  padding: 16px 32px;
  font-size: 16px;
  transition: all .3s;
}

.btn-hero:hover {
  transform: translate(0, -8px);
  box-shadow: 0 2px 5px rgba(255, 255, 255, .2);
}

.tentangkami-paragraph {
  max-width: 62ch;
  color: #525560;
  font-size: 16px;
  line-height: 1.6em;
}

.grid-8 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: center;
}

.ourvalue-paragraph {
  color: #525560;
  font-size: 16px;
  line-height: 1.6em;
}

.grid-9 {
  grid-template-rows: auto;
}

.header-visionmision {
  color: #023f3a;
  font-size: 2em;
  line-height: 1.6em;
}

.vision-paragrah {
  color: #525560;
  font-size: 16px;
}

.list-item-visimisi {
  margin-bottom: 12px;
}

.navbar {
  background-color: #fff;
  border-bottom: 1px solid #c4c4c4;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar.detail {
  border-bottom: 1px solid #d8d8d8;
}

.navbar.absolute {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.absolute.detail {
  position: relative;
}

.btn-nav {
  background-color: #006c42;
  border-radius: 5px;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.6em;
}

.btn-nav.mobile {
  display: none;
}

.btn-nav.dekstop {
  border-radius: 12px;
  font-size: 16px;
  transition: all .3s;
}

.btn-nav.dekstop:hover {
  transform: translate(0, -4px);
  box-shadow: 0 2px 5px rgba(97, 92, 92, .5);
}

.image-4 {
  width: 140px;
  padding-top: 8px;
}

.image-4.ayam {
  height: 60px;
}

.image-4.ttanjung {
  width: 130px;
}

.nav-link {
  font-size: 14px;
  font-weight: 500;
}

.nav-link:hover {
  color: #049a41;
}

.nav-link.w--current {
  color: #049a41;
  border-bottom: 2px solid #049a41;
  font-size: 14px;
}

.grid-10 {
  grid-template-rows: auto;
  align-items: start;
}

.header-contact-us {
  color: #023f3a;
  margin-top: 0;
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1.6em;
}

.grid-11 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  margin-top: 40px;
}

.icon-contact-us {
  margin-bottom: 16px;
}

.header-grid-contact {
  margin-bottom: 16px;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.2em;
}

.text-block-desc-grid {
  color: #525560;
  font-size: 16px;
}

.grid-12 {
  max-width: 70%;
  grid-column-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
}

.grid-12.footer {
  max-width: 50%;
}

.image-5 {
  width: 16px;
}

.image-5.facebook {
  width: 14px;
}

.image-5.ig {
  width: 25px;
  height: 24px;
}

.image-5.twitter {
  width: 28px;
}

.image-5.yt {
  width: 32px;
}

.link-block {
  color: #333;
  text-decoration: none;
}

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

.field-label {
  color: #333f51;
  font-size: 16px;
  font-weight: 500;
}

.textarea {
  border-radius: 12px;
  padding-bottom: 160px;
  font-size: 16px;
}

.text-field {
  height: 46px;
  border-radius: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.submit-button {
  width: 100%;
  background-color: #006c42;
  border-radius: 12px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.6em;
  display: block;
}

.form-block {
  margin-bottom: 0;
}

.slider {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
}

.video-2 {
  object-fit: cover;
  margin-bottom: 24px;
  display: block;
}

.video-2.hide {
  display: block;
}

.slide-nav {
  bottom: -7%;
}

.mask {
  max-width: 90%;
  background-color: rgba(0, 0, 0, 0);
}

.footer-header {
  color: #222;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.footer-link-block {
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
}

.footer-link-block.blog {
  display: none;
}

.text-block-footer {
  color: #222;
  font-size: 16px;
}

.grid-14 {
  grid-row-gap: 40px;
  grid-template-columns: 1fr;
}

.text-span {
  font-weight: 600;
}

.body-2 {
  font-family: Poppins, sans-serif;
  font-size: 1.1vw;
  line-height: 1.6em;
}

.grid-15 {
  grid-template-rows: auto;
  align-items: center;
}

.body-3, .body-4 {
  font-family: Poppins, sans-serif;
  font-size: 1.1vw;
  line-height: 1.6em;
}

.grid-16 {
  grid-template-rows: auto;
}

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

.image-6 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.image-7 {
  width: 100%;
  height: 100%;
}

.grid-18 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.hover-block-text {
  position: relative;
}

.wrapper-gradient {
  width: 100%;
  height: auto;
  max-width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, .28), rgba(9, 12, 19, .8) 67%);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper-gradient.product {
  border-radius: 12px;
}

.wrapper-text-hover {
  width: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.usecase-header {
  color: #fff;
  margin-bottom: 16px;
  font-size: 1.5em;
  line-height: 1.6em;
}

.usecase-header.center {
  text-align: center;
  margin-top: 10px;
  display: inline-block;
}

.usecase-header.fishery {
  font-size: 1.2em;
}

.usecase-header.product {
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 600;
}

.text-block {
  color: #dde0fc;
  font-size: 1em;
}

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

.text-block.center.hide {
  display: none;
}

.text-block.cardwhoweare {
  max-width: 34ch;
}

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

.wrapper-horizontal {
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-category {
  color: #023f3a;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
}

.text-block-category.blog, .text-block-category.left {
  text-align: left;
}

.header-recipe {
  color: #023f3a;
  margin-top: 0;
  font-size: 1.5em;
}

.header-recipe.left {
  text-align: left;
}

.collection-list {
  display: flex;
}

.checkbox-field {
  border: 1px solid #006c42;
  border-radius: 12px;
  margin-bottom: 5px;
  margin-right: 16px;
  padding: 12px 24px;
  position: relative;
}

.checkbox-field.is-active {
  color: #fff;
  background-color: #006c42;
}

.our-story-header {
  color: #023f3a;
  font-size: 2.75em;
  font-weight: 700;
  line-height: 1.6em;
}

.paragraph-ceritakami {
  color: #525560;
  font-size: 16px;
  line-height: 1.6em;
}

.keunggulan-produk-header {
  font-family: Dosis, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.grid-19 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 16px;
}

.grid-19.fishery, .grid-19.poultry {
  grid-template-rows: auto auto auto;
}

.img-keunggulan-produk {
  margin-right: 12px;
}

.text-block-keunggulan-produk {
  color: #18191f;
  font-size: 18px;
}

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

.produk-kami-header {
  color: #023f3a;
  margin-top: 0;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.6em;
}

.slider-2 {
  width: 100%;
  height: auto;
  display: flex;
}

.left-arrow {
  width: 40px;
  height: 40px;
  color: #023f3a;
  border: 1.5px solid #023f3a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
  bottom: 0%;
}

.slider-3 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 24px;
  display: flex;
  overflow: hidden;
}

.slider-3.product {
  margin-top: 0;
}

.card-header {
  color: #fff;
  margin-top: 16px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.6em;
}

.slide-nav-2 {
  display: block;
  bottom: -40px;
}

.slide-nav-2.whoweare.ourstory {
  display: none;
}

.right-arrow {
  width: 40px;
  height: 40px;
  color: #023f3a;
  border: 1px solid #023f3a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 4%;
  right: auto;
}

.right-arrow.blue {
  background-image: linear-gradient(120deg, #3183ff, #0c57c7);
}

.right-arrow.blue.whoweare {
  right: auto;
}

.right-arrow.ayam {
  display: none;
}

.html-embed-4 {
  padding-top: 4px;
}

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

.grid-21.slide {
  height: auto;
  min-height: 350px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
}

.icon-2 {
  font-size: 20px;
}

.div-block {
  width: 40px;
  height: 40px;
  background-color: #3898ec;
  border-radius: 100%;
}

.div-block.check {
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow-2 {
  width: 40px;
  height: 40px;
  color: #023f3a;
  background-image: none;
  border: 1px solid #023f3a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  display: flex;
  top: auto;
  bottom: 16%;
  left: 4%;
  right: auto;
}

.left-arrow-2.blue {
  background-image: linear-gradient(120deg, #3183ff, #0c57c7);
}

.left-arrow-2.blue.whoweare {
  left: auto;
  right: auto;
}

.left-arrow-2.ayam {
  display: none;
}

.grid-22 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
}

.cctv-header {
  color: #023f3a;
  font-size: 2.75em;
  line-height: 1.6em;
}

.cctv-paragraph {
  color: #525560;
  margin-bottom: 16px;
  font-size: 18px;
}

.button {
  background-color: #006c42;
  border-radius: 5px;
  padding: 12px 24px;
}

.button.hide {
  display: none;
}

.button.cctv {
  margin-top: 32px;
}

.wrapper-button-slider {
  display: none;
}

.slide-nav-3 {
  display: none;
  top: 703.167px;
}

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

.slider-4 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  display: flex;
}

.slider-4.homepage {
  margin-top: 0;
}

.left-arrow-3 {
  width: 40px;
  height: 40px;
  color: #023f3a;
  border: 1px solid #023f3a;
  border-radius: 100%;
  font-size: 20px;
  transition: all .3s;
}

.left-arrow-3:hover {
  width: 44px;
  height: 44px;
  color: #fff;
  background-color: #023f3a;
}

.right-arrow-2 {
  width: 40px;
  height: 40px;
  color: #023f3a;
  border: 1px solid #023f3a;
  border-radius: 100%;
  font-size: 20px;
  transition: all .3s;
}

.right-arrow-2:hover {
  width: 44px;
  height: 44px;
  color: #fff;
  background-color: #023f3a;
}

.mask-2 {
  width: 90%;
  height: auto;
}

.checkbox {
  display: none;
}

.checkbox-label {
  font-weight: 400;
}

.left-arrow-4, .right-arrow-3 {
  width: 40px;
  height: 40px;
  color: #023f3a;
  border: 1px solid #023f3a;
  border-radius: 100%;
  font-size: 20px;
}

.image-9.rounded {
  height: 100%;
  border-radius: 12px;
}

.see-more-btn {
  color: #023f3a;
  margin-right: 12px;
  font-size: 14px;
  font-weight: 500;
}

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

.video-text-block {
  color: #023f3a;
  padding-top: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
}

.map-box {
  height: 440px;
}

.image-11 {
  height: 100%;
}

.image-12 {
  width: 100px;
}

.image-13, .image-14 {
  width: 160px;
}

.image-15 {
  width: 100%;
  height: 100%;
}

.body-5 {
  font-family: Poppins, sans-serif;
  font-size: 1.1vw;
  line-height: 1.6em;
}

.blog-detail-section {
  margin-top: 3vw;
}

.blog-title-section {
  color: #255946;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
}

.header-blog {
  color: #023f3a;
  font-size: 2.875em;
  line-height: 1.6em;
}

.text-block-header-blogdesc {
  color: #255946;
  margin-right: 8px;
  font-size: 18px;
  line-height: 1.6em;
  display: inline;
}

.text-block-header-blogdesc.bold {
  color: #255946;
  font-weight: 600;
}

.form-block-2 {
  display: inline-block;
}

.horizontal {
  align-items: center;
  display: flex;
}

.horizontal.category.center {
  flex-direction: column;
  justify-content: center;
}

.button-2 {
  color: #006c42;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #006c42;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-right: 12px;
  padding: 12px 24px;
}

.empty-state {
  background-color: rgba(0, 0, 0, 0);
}

.text-block-2 {
  color: #255946;
  font-size: 20px;
  font-weight: 500;
}

.icon {
  display: none;
}

.image-16 {
  height: 100%;
}

.image-16.rounded {
  border-radius: 12px;
}

.image-17 {
  height: 100%;
}

.image-17.rounded {
  border-radius: 12px;
}

.image-17.rounded.kerapu {
  object-fit: cover;
  object-position: 0% 50%;
}

.switcher {
  width: 40px;
  height: 20px;
  cursor: pointer;
  background-image: linear-gradient(#7b7c7d, #7b7c7d);
  border-radius: 50vh;
  margin-left: 12px;
  padding: 2px;
  display: none;
  position: relative;
}

.circle {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 100%;
}

.image-18, .image-19, .image-20, .image-21 {
  height: 100%;
}

.image-21.hide {
  display: none;
}

.text-block-3 {
  color: #006c42;
  background-color: rgba(0, 108, 66, .1);
  border-radius: 20px;
  margin-left: 12px;
  padding: 4px 12px;
}

.text-block-3.red {
  color: #c83131;
  background-color: rgba(200, 49, 49, .1);
}

.image-22 {
  height: 100%;
}

.image-22.rounded {
  border-radius: 12px;
}

.html-embed-5 {
  height: 500px;
  border-radius: 12px;
  display: none;
}

.html-embed-5.modal-cctv {
  height: 400px;
  display: block;
}

.html-embed-5.modal-cctv.hide {
  display: none;
}

.image-23 {
  height: 100%;
}

.round {
  width: 40px;
  height: 40px;
  background-color: #023f3a;
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-right: 12px;
  padding: 8px;
  display: flex;
  position: relative;
}

.round.tentang {
  position: static;
}

.text-block-inside-round {
  color: #fff;
  position: absolute;
}

.modals {
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 41, .3);
  justify-content: center;
  align-items: center;
  padding: 80px 24px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal {
  width: 800px;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  padding: 24px;
  display: none;
}

.heading {
  color: #023f3a;
  margin-top: 10px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.6em;
}

.collection-item.blog {
  justify-content: flex-start;
  display: flex;
}

.image-24.rounded {
  height: 100%;
  border-radius: 12px;
}

.image-24.rounded.fit {
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.link {
  text-decoration: underline;
}

.hide {
  display: none;
}

.checkbox-2 {
  z-index: 999;
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0);
  border: 0 rgba(0, 0, 0, 0);
  position: absolute;
  top: 18%;
  bottom: 0%;
  left: 57%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}

.checkbox-2.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: 0 rgba(0, 0, 0, 0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}

.checkbox-2.w--redirected-focus {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0);
}

.nav-shadow {
  z-index: 9996;
  width: 100vw;
  height: 6em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 7px 7px 20px rgba(0, 0, 0, .3);
}

.whatsapp-wrapper {
  z-index: 1;
  position: fixed;
  bottom: 30px;
  right: 40px;
}

.whatsapp-container {
  width: 72px;
  height: 72px;
  background-color: #25d366;
  border-width: 0;
  border-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 5px rgba(17, 16, 16, .5);
}

.wa-icon {
  width: 40px;
  height: 40px;
}

.body-6 {
  font-family: Poppins, sans-serif;
  font-size: 1.1vw;
  line-height: 1.6em;
}

.blog-section {
  margin-top: 3vw;
}

.collection-item-2 {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
}

.collection-list-3 {
  align-items: center;
  display: flex;
}

.form-block-3 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.text-field-2 {
  width: 40vw;
  height: 48px;
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.text-blocktentangkami {
  color: #525560;
  padding-top: 8px;
  font-size: 16px;
  display: none;
}

.modal-tooltips {
  background-color: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}

.modal-tooltips.w--open {
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}

.modal-tooltips.hide {
  display: none;
}

.modal-textblock {
  padding: 0;
  font-size: 14px;
}

.icon-7 {
  display: none;
}

.dropdown-hover {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-hover._1 {
  z-index: 9999;
}

.dropdown-hover._3, .dropdown-hover._4 {
  z-index: 9998;
}

.dropdown-hover._2 {
  z-index: 9999;
}

.dropdown-toggle {
  padding: 12px 0;
}

.wrapper-modal-hover {
  width: 360px;
}

.alert-text-block {
  font-size: 16px;
}

.error-message {
  background-color: #e2ffde;
}

.comingsoon-heading {
  color: #006c42;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.6em;
}

.translate-wrapper {
  margin-right: 16px;
  display: none;
}

.translate-wrapper.mobile {
  display: block;
}

.dropdown-toggle-2 {
  border: 1px solid #eff0f6;
  border-radius: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.wrapper-selector {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrapper-left-side {
  align-items: center;
  display: flex;
}

.image-26 {
  margin-right: 12px;
}

.text-block-dropdown {
  margin-right: 8px;
  font-size: 14px;
}

.wrapper-dropdown-modal {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-list.w--open {
  padding-top: 8px;
}

.wrapper-exception-nav {
  display: flex;
}

.background-video.ayam {
  height: 36vw;
}

.background-video.ayam.tes {
  display: none;
}

.coming-soon-wrapper {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-comingsoon {
  font-size: 24px;
  line-height: 1.6em;
  display: none;
}

.image-27 {
  width: 100%;
  display: block;
}

.image-28, .image-29 {
  width: 100%;
}

.image-30 {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video-2, .background-video-3 {
  height: 36vw;
}

.background-video-3.tes {
  display: none;
}

.grid-24 {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.body-7 {
  font-family: Poppins, sans-serif;
  font-size: 1.1vw;
  line-height: 1.6em;
}

.video-sector {
  width: 100%;
  display: none;
}

.image-31, .image-31.hide {
  display: none;
}

@media screen and (max-width: 991px) {
  .body {
    font-size: 1.6vw;
  }

  .wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .wrapper.horizontal, .wrapper.horizontal.resep {
    flex-direction: row;
  }

  .wrapper.horizontal.cctv {
    width: 70%;
  }

  .wrapper.horizontal._1 {
    flex-direction: row;
  }

  .wrapper.center {
    align-items: center;
  }

  .wrapper.center.cctv {
    width: 100%;
    align-items: center;
  }

  .wrapper.center.blog {
    flex-direction: row;
  }

  .wrapper.img-product {
    border-radius: 12px;
    flex-wrap: wrap;
  }

  .wrapper.mobile {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
  }

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

  .grid-5 {
    z-index: 999;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    position: relative;
  }

  .text-block-list {
    line-height: 1.6em;
  }

  .grid-7.blog {
    width: 100%;
  }

  .hero-header-text.fishery {
    font-size: 3.25em;
  }

  .image-2 {
    width: 8vw;
    height: 8vw;
    left: 43%;
  }

  .vision-paragrah {
    line-height: 1.6em;
  }

  .btn-nav.mobile {
    font-size: 16px;
    display: block;
  }

  .btn-nav.dekstop {
    display: none;
  }

  .nav-menu {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .grid-10 {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .grid-11 {
    grid-row-gap: 24px;
  }

  .link-block {
    color: #333;
    text-decoration: none;
  }

  .grid-13 {
    width: 100%;
    grid-template-columns: .5fr .25fr .25fr .75fr;
  }

  .form-block {
    width: 100%;
    max-width: 100%;
    margin-top: 24px;
  }

  .mask {
    max-width: 100%;
  }

  .body-2, .body-3, .body-4 {
    font-size: 1.6vw;
  }

  .keunggulan-produk-header {
    line-height: 1.6em;
  }

  .text-block-keunggulan-produk {
    text-align: left;
    line-height: 1.6em;
  }

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

  .produk-kami-header {
    font-size: 3em;
  }

  .right-arrow {
    display: none;
    left: 0%;
  }

  .left-arrow-2 {
    display: none;
    bottom: 20%;
    left: 0%;
  }

  .left-arrow-2.hide {
    display: none;
  }

  .cctv-paragraph {
    line-height: 1.6em;
  }

  .slider-4.homepage {
    width: 100%;
  }

  .left-arrow-3 {
    display: block;
  }

  .left-arrow-3.hide {
    display: none;
  }

  .right-arrow-2 {
    display: block;
  }

  .right-arrow-2.hide {
    display: none;
  }

  .mask-2 {
    width: 100%;
  }

  .image-9 {
    height: auto;
  }

  .body-5 {
    font-size: 1.6vw;
  }

  .header-blog {
    font-size: 2.5em;
  }

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

  .menu-button, .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon-3 {
    color: #292929;
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon-4 {
    color: #1a1a1a;
  }

  .wrapper-nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    display: flex;
  }

  .menu-button-3.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon-5, .icon-6 {
    color: #006c42;
  }

  .menu-button-4, .menu-button-4.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-shadow {
    height: 6.8em;
  }

  .body-6 {
    font-size: 1.6vw;
  }

  .text-field-2 {
    width: 56vw;
  }

  .translate-wrapper {
    margin-bottom: 16px;
  }

  .translate-wrapper.dekstop {
    display: block;
  }

  .wrapper-selector, .text-block-dropdown {
    text-decoration: none;
  }

  .wrapper-dropdown-modal.mobile {
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
  }

  .dropdown-list.w--open {
    text-decoration: none;
  }

  .wrapper-exception-nav.mobile {
    display: none;
  }

  .background-video.ayam {
    height: 56.25vw;
  }

  .background-video-2 {
    height: 36vw;
  }

  .background-video-3 {
    width: 100%;
    height: 56.25vw;
  }

  .body-7 {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 2.4vw;
  }

  .wrapper.horizontal.resep {
    flex-direction: row;
  }

  .wrapper.horizontal.cctv {
    width: 60%;
  }

  .wrapper.horizontal.keunggulanproduk {
    padding-left: 0;
  }

  .wrapper.center {
    align-items: center;
  }

  .wrapper.video {
    z-index: 99;
  }

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

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .title-section {
    font-size: 16px;
  }

  .header-section {
    margin-top: 0;
    font-size: 2em;
  }

  .grid-5 {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .grid-7.blog {
    grid-template-columns: 1fr;
  }

  .hero-header-text {
    font-size: 3.6em;
  }

  .hero-header-text.fishery {
    font-size: 3em;
  }

  .image-2 {
    left: 38%;
  }

  .grid-8 {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .header-visionmision {
    font-size: 1.75em;
  }

  .header-contact-us {
    font-size: 2em;
  }

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

  .header-grid-contact {
    font-size: 1.25em;
  }

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

  .body-2, .body-3, .body-4 {
    font-size: 2.4vw;
  }

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

  .image-6, .image-7 {
    height: auto;
  }

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

  .header-recipe {
    font-size: 1.5em;
  }

  .paragraph-ceritakami {
    font-size: 16px;
  }

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

  .grid-19.fishery, .grid-19.poultry {
    width: 100%;
    grid-template-rows: auto auto;
  }

  .text-block-keunggulan-produk {
    font-size: 16px;
  }

  .produk-kami-header {
    font-size: 2em;
  }

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

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

  .slider-4.homepage {
    width: 100%;
  }

  .left-arrow-3, .right-arrow-2 {
    display: block;
  }

  .mask-2 {
    width: 100%;
  }

  .body-5 {
    font-size: 2.4vw;
  }

  .header-blog {
    font-size: 2.25em;
  }

  .collection-item {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-shadow {
    height: 6.2em;
  }

  .whatsapp-wrapper {
    z-index: 9999;
  }

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

  .body-6 {
    font-size: 2.4vw;
  }

  .text-field-2 {
    width: 80vw;
  }

  .modal-tooltips.w--open {
    z-index: 99999999;
  }

  .dropdown-hover._3 {
    z-index: 9997;
  }

  .dropdown-hover._4 {
    z-index: 9996;
  }

  .dropdown-hover._2 {
    z-index: 9998;
  }

  .wrapper-modal-hover {
    width: 70vw;
  }

  .coming-soon-wrapper {
    background-image: linear-gradient(rgba(122, 122, 122, .5), rgba(122, 122, 122, .5));
    background-position: 0 0;
    background-size: auto;
  }

  .background-video-2 {
    width: 100%;
    height: 56.25vw;
  }

  .slide-3 {
    width: 100%;
  }

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

  .body-7 {
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 4vw;
  }

  .section, .section.ourstory, .hero-section {
    overflow: hidden;
  }

  .hero-section.fishery {
    background-image: url('../images/Frame-98-2.png');
    background-position: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .hero-section.farm {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .9), rgba(255, 255, 255, 0)), url('../images/Frame-99.png'), url('../images/Rectangle-2-1.png');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, cover, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .hero-section.poutry {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .9), rgba(255, 255, 255, 0)), url('../images/Frame-100-1.png'), url('../images/Rectangle-2-1.png');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .wrapper.vertical.centered {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .wrapper.kegiatan._1.homepage, .wrapper.kegiatan._2.homepage, .wrapper.kegiatan._3 {
    height: 320px;
  }

  .wrapper.img-product {
    border-radius: 12px;
    flex-wrap: wrap;
  }

  .wrapper.exception {
    width: 100%;
  }

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

  .header-section {
    font-size: 1.5em;
  }

  .grid-5 {
    grid-template-columns: 1fr;
    position: static;
  }

  .hero-header-text.fishery {
    font-size: 2.25em;
  }

  .image-2 {
    width: 12vw;
    height: 12vw;
    top: 60%;
    left: 42%;
  }

  .btn-hero {
    padding: 12px 24px;
  }

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

  .grid-11 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-12 {
    grid-template-columns: .5fr .5fr .5fr .5fr;
  }

  .grid-12.footer {
    width: 70%;
    max-width: 100%;
    grid-template-columns: .5fr .5fr .5fr .5fr;
  }

  .image-5.facebook {
    height: 24px;
  }

  .image-5.ig {
    width: 24px;
  }

  .image-5.twitter, .image-5.yt {
    height: 24px;
  }

  .link-block.sosmed {
    width: 24px;
    height: 24px;
  }

  .mask {
    width: 100%;
  }

  .text-block-footer {
    font-size: 16px;
    line-height: 1.6em;
  }

  .text-block-footer.whitelabel {
    font-size: 14px;
  }

  .body-2 {
    font-size: 4vw;
  }

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

  .body-3, .body-4 {
    font-size: 4vw;
  }

  .usecase-header {
    font-size: 1.25em;
  }

  .header-recipe {
    font-size: 1.5em;
  }

  .slide-nav-2 {
    display: block;
    bottom: 0;
  }

  .grid-21.slide, .grid-23 {
    grid-template-columns: 1fr;
  }

  .image-9 {
    width: 100%;
    height: 50vh;
    object-fit: cover;
  }

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

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

  .body-5 {
    font-size: 4vw;
  }

  .header-blog {
    font-size: 2em;
  }

  .horizontal.category {
    width: 80%;
    overflow: scroll;
  }

  .horizontal.category.center {
    align-items: flex-start;
  }

  .image-16 {
    height: 50vh;
    align-self: center;
  }

  .image-17 {
    height: 50vh;
  }

  .image-22 {
    height: auto;
  }

  .wrapper-nav {
    padding: 20px;
    display: flex;
  }

  .menu-button-3, .menu-button-3.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon-5 {
    color: #006c42;
  }

  .image-24 {
    width: 100%;
    height: 50vh;
    object-fit: cover;
  }

  .image-24.rounded {
    border-radius: 12px;
  }

  .image-25 {
    height: 50vh;
    align-self: center;
  }

  .nav-shadow {
    height: 5.2em;
    display: block;
  }

  .whatsapp-wrapper {
    z-index: 1;
    right: 20px;
  }

  .body-6 {
    font-size: 4vw;
  }

  .form-block-3 {
    width: 100%;
    align-self: flex-start;
  }

  .text-field-2 {
    width: 100vw;
  }

  .modal-tooltips.w--open {
    z-index: 9998;
  }

  .wrapper-modal-hover {
    width: 60vw;
  }

  .wrapper-dropdown-modal {
    padding-left: 24px;
  }

  .background-video.ayam {
    height: 56.25vw;
  }

  .body-7 {
    font-size: 4vw;
  }
}

#w-node-_7d9c1301-ed3c-3ccf-e700-bb44e948db5c-b8c21b21, #w-node-a4151149-f234-6be5-44f2-47864154109d-b8c21b21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3de19863-1305-ff5f-accc-01dbbe140d25-b8c21b21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_365b5d64-278b-1c93-9ae2-d1fd2e6179c3-b8c21b21, #w-node-f5d88f4e-eb68-b384-b621-287f89bff537-b8c21b21, #w-node-_7da51f88-afa2-a3e0-a58b-5828ecf8d8af-b8c21b21, #w-node-d4add9c0-80ec-7010-692b-a007d193ca76-b8c21b21, #w-node-a7dc886f-de96-adfe-7f10-f39a3819a9a3-b8c21b21, #w-node-d98d8541-6984-9e4e-8f03-7fc474f5bc22-b8c21b21, #w-node-_4debb915-c4a0-7c7c-1b67-c13d241935af-b8c21b21, #w-node-_4ba8a83f-b093-96ee-63b4-b78df1a2dc9c-b8c21b21, #w-node-_8a7c2afc-558f-c93f-36b7-f5c91c71e756-b8c21b21, #w-node-_1a4ad032-ba2a-016d-b79a-37a01bdedf13-b8c21b21, #w-node-fad2b191-7a63-e6b7-741b-3217b44d7dd5-b8c21b21, #w-node-_08b85498-92c7-e794-900a-e5d9c06e12a7-b8c21b21, #w-node-_6eb3d6a6-09fc-9aeb-9616-81b079a71603-b8c21b21, #w-node-aac4d6fc-5378-838f-fb2f-e55a6743e92f-b8c21b21, #w-node-_3bbb33a0-e56b-27f0-975b-26bf38a04845-b8c21b21, #w-node-_8d67e8e9-aa1e-85ac-1f60-a6ba038139de-b8c21b21, #w-node-_54547d79-8be0-5335-0351-136faf8c37fa-b8c21b21, #w-node-d7f95e53-3976-2982-f7c9-cdbddfd6a64d-b8c21b21, #w-node-_57916a23-494d-5683-e7b3-daaad0793b45-b8c21b21, #w-node-_7898a65a-731f-b905-a968-b568ec99d661-b8c21b21, #w-node-_55b84d38-9f83-1ae6-684f-f65fc8e3f2ce-b8c21b21, #w-node-_00327c25-e1e8-6b61-c974-81805e3dd9cd-b8c21b21, #w-node-ec39f62a-29dc-a8f8-9d9a-cc3a4f80d55c-b8c21b21, #w-node-_6b0143f8-21c8-89b5-6a10-7e3728289577-b8c21b21, #w-node-_9c36f15d-7961-56b6-e479-788adaccc61c-b8c21b21, #w-node-df31d1d8-9c0d-8c32-aa8a-796c7778faf9-b8c21b21, #w-node-_13e052f1-f028-4156-b64e-44c87803e582-7803e57e, #w-node-_13e052f1-f028-4156-b64e-44c87803e583-7803e57e, #w-node-_13e052f1-f028-4156-b64e-44c87803e595-7803e57e, #w-node-_13e052f1-f028-4156-b64e-44c87803e5a4-7803e57e, #w-node-_13e052f1-f028-4156-b64e-44c87803e5a6-7803e57e, #w-node-_13e052f1-f028-4156-b64e-44c87803e5ad-7803e57e, #w-node-_13e052f1-f028-4156-b64e-44c87803e5b1-7803e57e, #w-node-_13e052f1-f028-4156-b64e-44c87803e5b3-7803e57e, #w-node-_13e052f1-f028-4156-b64e-44c87803e5b5-7803e57e, #w-node-_13e052f1-f028-4156-b64e-44c87803e5b7-7803e57e, #w-node-fe32cda9-cbdf-ce48-02b1-7275094416f9-a82d0279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bf1e5d9-010a-809f-06b8-00367e55c25f-a82d0279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4e6d590a-46a8-5444-8c87-39e6a13ed016-a82d0279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f5890d80-4b53-f142-2b76-37e497582d47-a82d0279, #w-node-_32f9c337-bbfe-0dcd-6183-15d818ece115-a82d0279, #w-node-f5ffe9b7-791b-6915-6a31-2de8faaef32b-a82d0279, #w-node-_52cf4c3e-2793-244c-1aa6-595c54477689-a82d0279, #w-node-_024d3b8a-dfb9-b2c3-5105-2679b8509b5a-a82d0279, #w-node-_3a096755-d607-c4b4-e7f4-bee3c1c56bd6-a82d0279, #w-node-_832cfd1c-0821-0cfd-b613-88a9dbf839dc-a82d0279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a593b4f-2245-4cdf-8b47-b73283c6cbdf-a82d0279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7f59287d-fbce-b2d3-516f-ab4f923973e4-a82d0279, #w-node-_6bcfba25-d348-1124-d85c-b56486497b6f-a82d0279, #w-node-_7e5d789c-3564-011b-b579-bc12f94e3f77-a82d0279, #w-node-_31ca1b83-1c46-a332-0c1b-71c65a6bd831-a82d0279, #w-node-_87e6a672-cfb8-78b3-86de-c3ce8a484c7e-a82d0279, #w-node-_87e6a672-cfb8-78b3-86de-c3ce8a484c88-a82d0279, #w-node-_87e6a672-cfb8-78b3-86de-c3ce8a484c92-a82d0279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01d7fa5e-b6f2-64b9-713c-6b182d87c95f-a82d0279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6d6c21c7-2261-4722-9714-c32b5b066f24-a82d0279, #w-node-_71140b40-af80-e74b-5ca1-d8e1d0d783f7-a82d0279, #w-node-_71140b40-af80-e74b-5ca1-d8e1d0d783f8-a82d0279, #w-node-_71140b40-af80-e74b-5ca1-d8e1d0d783f9-a82d0279, #w-node-_71140b40-af80-e74b-5ca1-d8e1d0d783fb-a82d0279, #w-node-e54f9036-4428-9866-2fd8-b368ae980919-a82d0279, #w-node-e54f9036-4428-9866-2fd8-b368ae98091a-a82d0279, #w-node-e54f9036-4428-9866-2fd8-b368ae98091b-a82d0279, #w-node-e54f9036-4428-9866-2fd8-b368ae98091d-a82d0279, #w-node-_1edc715f-ca41-29f1-6666-8f8f63cafede-a82d0279, #w-node-_1edc715f-ca41-29f1-6666-8f8f63cafee2-a82d0279, #w-node-_1edc715f-ca41-29f1-6666-8f8f63cafee8-a82d0279, #w-node-_1edc715f-ca41-29f1-6666-8f8f63cafeee-a82d0279, #w-node-_1edc715f-ca41-29f1-6666-8f8f63cafef4-a82d0279, #w-node-_1edc715f-ca41-29f1-6666-8f8f63cafef9-a82d0279, #w-node-_1edc715f-ca41-29f1-6666-8f8f63cafefb-a82d0279, #w-node-_1edc715f-ca41-29f1-6666-8f8f63cafefd-a82d0279, #w-node-_1edc715f-ca41-29f1-6666-8f8f63cafeff-a82d0279, #w-node-_1edc715f-ca41-29f1-6666-8f8f63caff01-a82d0279, #w-node-_6f0f9e75-5f95-5ae0-bef1-703b52637fee-a82d0279, #w-node-_6f0f9e75-5f95-5ae0-bef1-703b52637fef-a82d0279, #w-node-_6f0f9e75-5f95-5ae0-bef1-703b52638001-a82d0279, #w-node-_6f0f9e75-5f95-5ae0-bef1-703b52638010-a82d0279, #w-node-_6f0f9e75-5f95-5ae0-bef1-703b52638012-a82d0279, #w-node-_6f0f9e75-5f95-5ae0-bef1-703b52638019-a82d0279, #w-node-_6f0f9e75-5f95-5ae0-bef1-703b5263801d-a82d0279, #w-node-_6f0f9e75-5f95-5ae0-bef1-703b5263801f-a82d0279, #w-node-_6f0f9e75-5f95-5ae0-bef1-703b52638021-a82d0279, #w-node-_6f0f9e75-5f95-5ae0-bef1-703b52638023-a82d0279, #w-node-_4c2b78eb-e1ef-83fe-f14f-f9059d93c8e6-f2efd678 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c2b78eb-e1ef-83fe-f14f-f9059d93c8e9-f2efd678 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c5a806b2-795c-c519-4269-b5985a140ccd-f2efd678 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c5a806b2-795c-c519-4269-b5985a140ccf-f2efd678, #w-node-c5a806b2-795c-c519-4269-b5985a140cd0-f2efd678, #w-node-c5a806b2-795c-c519-4269-b5985a140cd2-f2efd678, #w-node-_2d764bad-2aab-3e8b-f8e6-93908814133a-f2efd678, #w-node-_2d764bad-2aab-3e8b-f8e6-939088141349-f2efd678, #w-node-_2d764bad-2aab-3e8b-f8e6-93908814134d-f2efd678, #w-node-_2d764bad-2aab-3e8b-f8e6-939088141355-f2efd678, #w-node-_0854a4e6-e16c-ee42-1d0c-67431f8f53c7-f2efd678, #w-node-_3229dd39-c355-1ae4-1562-2364628f49e7-f2efd678, #w-node-_29fe5591-6591-d8cc-b1c7-55be70d28c7b-f2efd678 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_220b8665-8529-1256-4f34-983cc988a527-f2efd678 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_220b8665-8529-1256-4f34-983cc988a52a-f2efd678, #w-node-a0dacb8d-114c-bb10-240b-1f1cd1b89d72-f2efd678, #w-node-a0dacb8d-114c-bb10-240b-1f1cd1b89d74-f2efd678, #w-node-a0dacb8d-114c-bb10-240b-1f1cd1b89d76-f2efd678, #w-node-_6159a172-5dea-a151-41ff-cd7512449c1a-f2efd678, #w-node-_6159a172-5dea-a151-41ff-cd7512449c24-f2efd678, #w-node-_6159a172-5dea-a151-41ff-cd7512449c2e-f2efd678, #w-node-_1a4835c0-877c-2e5d-c5e4-f3f909a22201-f2efd678, #w-node-_1a4835c0-877c-2e5d-c5e4-f3f909a2220b-f2efd678, #w-node-_1a4835c0-877c-2e5d-c5e4-f3f909a22215-f2efd678, #w-node-_3b3c8508-9c0e-7d87-ae31-e8b09d193ca6-f2efd678, #w-node-_3b3c8508-9c0e-7d87-ae31-e8b09d193cb0-f2efd678 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_950c3c10-9152-8b32-49ed-367486045548-f2efd678 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0bb176f7-ffbc-65cf-7166-616c2e4690ac-f2efd678, #w-node-_0bb176f7-ffbc-65cf-7166-616c2e4690ad-f2efd678, #w-node-_0bb176f7-ffbc-65cf-7166-616c2e4690ae-f2efd678, #w-node-_0bb176f7-ffbc-65cf-7166-616c2e4690b0-f2efd678, #w-node-_8a7958e9-ee62-74a6-940b-0fe9a7f6140f-f2efd678, #w-node-_8a7958e9-ee62-74a6-940b-0fe9a7f61410-f2efd678, #w-node-_8a7958e9-ee62-74a6-940b-0fe9a7f61411-f2efd678, #w-node-_8a7958e9-ee62-74a6-940b-0fe9a7f61413-f2efd678, #w-node-cb3a86c0-986c-a3ec-5d7f-748f161e2fc7-f2efd678, #w-node-cb3a86c0-986c-a3ec-5d7f-748f161e2fcb-f2efd678, #w-node-cb3a86c0-986c-a3ec-5d7f-748f161e2fd1-f2efd678, #w-node-cb3a86c0-986c-a3ec-5d7f-748f161e2fd7-f2efd678, #w-node-cb3a86c0-986c-a3ec-5d7f-748f161e2fdd-f2efd678, #w-node-cb3a86c0-986c-a3ec-5d7f-748f161e2fe2-f2efd678, #w-node-cb3a86c0-986c-a3ec-5d7f-748f161e2fe4-f2efd678, #w-node-cb3a86c0-986c-a3ec-5d7f-748f161e2fe6-f2efd678, #w-node-cb3a86c0-986c-a3ec-5d7f-748f161e2fe8-f2efd678, #w-node-cb3a86c0-986c-a3ec-5d7f-748f161e2fea-f2efd678, #w-node-_96d508f2-e5bd-23cf-8934-8b47b3b45313-f2efd678, #w-node-_96d508f2-e5bd-23cf-8934-8b47b3b45314-f2efd678, #w-node-_96d508f2-e5bd-23cf-8934-8b47b3b45326-f2efd678, #w-node-_96d508f2-e5bd-23cf-8934-8b47b3b45335-f2efd678, #w-node-_96d508f2-e5bd-23cf-8934-8b47b3b45337-f2efd678, #w-node-_96d508f2-e5bd-23cf-8934-8b47b3b4533e-f2efd678, #w-node-_96d508f2-e5bd-23cf-8934-8b47b3b45342-f2efd678, #w-node-_96d508f2-e5bd-23cf-8934-8b47b3b45344-f2efd678, #w-node-_96d508f2-e5bd-23cf-8934-8b47b3b45346-f2efd678, #w-node-_96d508f2-e5bd-23cf-8934-8b47b3b45348-f2efd678, #w-node-_4282da4a-cb40-5279-2d3b-6d05337f49b5-11c4481a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4282da4a-cb40-5279-2d3b-6d05337f49b8-11c4481a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8d1ab0e1-75c5-f251-30c0-037f45f19004-11c4481a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8d1ab0e1-75c5-f251-30c0-037f45f19006-11c4481a, #w-node-_8d1ab0e1-75c5-f251-30c0-037f45f19007-11c4481a, #w-node-_8d1ab0e1-75c5-f251-30c0-037f45f19009-11c4481a, #w-node-b7153ed4-9c74-da1c-86f2-c09ae9fd8e78-11c4481a, #w-node-b7153ed4-9c74-da1c-86f2-c09ae9fd8e87-11c4481a, #w-node-b7153ed4-9c74-da1c-86f2-c09ae9fd8e8b-11c4481a, #w-node-b7153ed4-9c74-da1c-86f2-c09ae9fd8e93-11c4481a, #w-node-_7f77578a-c069-2905-00f1-1dad4673e302-11c4481a, #w-node-d50e1e63-607c-238f-4559-c9ae534dea2e-11c4481a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8c2a57c-587e-8ddd-3546-a957dd6c95d7-11c4481a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f8c2a57c-587e-8ddd-3546-a957dd6c95da-11c4481a, #w-node-f8c2a57c-587e-8ddd-3546-a957dd6c95df-11c4481a, #w-node-f8c2a57c-587e-8ddd-3546-a957dd6c95e1-11c4481a, #w-node-f8c2a57c-587e-8ddd-3546-a957dd6c95e3-11c4481a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2742f893-7948-d8e1-2647-fcedee64454a-11c4481a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_79ee78b5-e15c-81d3-004c-542810163dc5-11c4481a, #w-node-_79ee78b5-e15c-81d3-004c-542810163dc6-11c4481a, #w-node-_79ee78b5-e15c-81d3-004c-542810163dc7-11c4481a, #w-node-_79ee78b5-e15c-81d3-004c-542810163dc9-11c4481a, #w-node-_95bdb4a3-d2d1-e681-ced8-b35a59cf44e8-11c4481a, #w-node-_95bdb4a3-d2d1-e681-ced8-b35a59cf44e9-11c4481a, #w-node-_95bdb4a3-d2d1-e681-ced8-b35a59cf44ea-11c4481a, #w-node-_95bdb4a3-d2d1-e681-ced8-b35a59cf44ec-11c4481a, #w-node-ccd5a3d3-6c40-6e09-0b4e-01728b233c14-11c4481a, #w-node-ccd5a3d3-6c40-6e09-0b4e-01728b233c18-11c4481a, #w-node-ccd5a3d3-6c40-6e09-0b4e-01728b233c1e-11c4481a, #w-node-ccd5a3d3-6c40-6e09-0b4e-01728b233c24-11c4481a, #w-node-ccd5a3d3-6c40-6e09-0b4e-01728b233c2a-11c4481a, #w-node-ccd5a3d3-6c40-6e09-0b4e-01728b233c2f-11c4481a, #w-node-ccd5a3d3-6c40-6e09-0b4e-01728b233c31-11c4481a, #w-node-ccd5a3d3-6c40-6e09-0b4e-01728b233c33-11c4481a, #w-node-ccd5a3d3-6c40-6e09-0b4e-01728b233c35-11c4481a, #w-node-ccd5a3d3-6c40-6e09-0b4e-01728b233c37-11c4481a, #w-node-_554a6756-77be-7db3-68fb-30a285b476ff-11c4481a, #w-node-_554a6756-77be-7db3-68fb-30a285b47700-11c4481a, #w-node-_554a6756-77be-7db3-68fb-30a285b47712-11c4481a, #w-node-_554a6756-77be-7db3-68fb-30a285b47721-11c4481a, #w-node-_554a6756-77be-7db3-68fb-30a285b47723-11c4481a, #w-node-_554a6756-77be-7db3-68fb-30a285b4772a-11c4481a, #w-node-_554a6756-77be-7db3-68fb-30a285b4772e-11c4481a, #w-node-_554a6756-77be-7db3-68fb-30a285b47730-11c4481a, #w-node-_554a6756-77be-7db3-68fb-30a285b47732-11c4481a, #w-node-_554a6756-77be-7db3-68fb-30a285b47734-11c4481a, #w-node-_7d9c1301-ed3c-3ccf-e700-bb44e948db5c-6c05e11f, #w-node-a4151149-f234-6be5-44f2-47864154109d-6c05e11f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3de19863-1305-ff5f-accc-01dbbe140d25-6c05e11f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_365b5d64-278b-1c93-9ae2-d1fd2e6179c3-6c05e11f, #w-node-f5d88f4e-eb68-b384-b621-287f89bff537-6c05e11f, #w-node-_7da51f88-afa2-a3e0-a58b-5828ecf8d8af-6c05e11f, #w-node-d4add9c0-80ec-7010-692b-a007d193ca76-6c05e11f, #w-node-a7dc886f-de96-adfe-7f10-f39a3819a9a3-6c05e11f, #w-node-d98d8541-6984-9e4e-8f03-7fc474f5bc22-6c05e11f, #w-node-_4debb915-c4a0-7c7c-1b67-c13d241935af-6c05e11f, #w-node-_4ba8a83f-b093-96ee-63b4-b78df1a2dc9c-6c05e11f, #w-node-_8a7c2afc-558f-c93f-36b7-f5c91c71e756-6c05e11f, #w-node-_1a4ad032-ba2a-016d-b79a-37a01bdedf13-6c05e11f, #w-node-fad2b191-7a63-e6b7-741b-3217b44d7dd5-6c05e11f, #w-node-_08b85498-92c7-e794-900a-e5d9c06e12a7-6c05e11f, #w-node-_6eb3d6a6-09fc-9aeb-9616-81b079a71603-6c05e11f, #w-node-_03a292cc-66f8-ef9b-e2a1-83d1e72020d0-6c05e11f, #w-node-_03a292cc-66f8-ef9b-e2a1-83d1e72020db-6c05e11f, #w-node-_03a292cc-66f8-ef9b-e2a1-83d1e72020e6-6c05e11f, #w-node-_54547d79-8be0-5335-0351-136faf8c37fa-6c05e11f, #w-node-d7f95e53-3976-2982-f7c9-cdbddfd6a64d-6c05e11f, #w-node-_57916a23-494d-5683-e7b3-daaad0793b45-6c05e11f, #w-node-_7898a65a-731f-b905-a968-b568ec99d661-6c05e11f, #w-node-_55b84d38-9f83-1ae6-684f-f65fc8e3f2ce-6c05e11f, #w-node-_00327c25-e1e8-6b61-c974-81805e3dd9cd-6c05e11f, #w-node-ec39f62a-29dc-a8f8-9d9a-cc3a4f80d55c-6c05e11f, #w-node-_6b0143f8-21c8-89b5-6a10-7e3728289577-6c05e11f, #w-node-_9c36f15d-7961-56b6-e479-788adaccc61c-6c05e11f, #w-node-df31d1d8-9c0d-8c32-aa8a-796c7778faf9-6c05e11f, #w-node-c65e4cb3-7fd4-aaa4-9402-257b767e1ec9-6c05e11f, #w-node-c65e4cb3-7fd4-aaa4-9402-257b767e1eca-6c05e11f, #w-node-c65e4cb3-7fd4-aaa4-9402-257b767e1edc-6c05e11f, #w-node-c65e4cb3-7fd4-aaa4-9402-257b767e1ee8-6c05e11f, #w-node-c65e4cb3-7fd4-aaa4-9402-257b767e1eea-6c05e11f, #w-node-c65e4cb3-7fd4-aaa4-9402-257b767e1ef1-6c05e11f, #w-node-c65e4cb3-7fd4-aaa4-9402-257b767e1ef5-6c05e11f, #w-node-c65e4cb3-7fd4-aaa4-9402-257b767e1ef7-6c05e11f, #w-node-c65e4cb3-7fd4-aaa4-9402-257b767e1ef9-6c05e11f, #w-node-c65e4cb3-7fd4-aaa4-9402-257b767e1efb-6c05e11f, #w-node-fe32cda9-cbdf-ce48-02b1-7275094416f9-27f9c850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bf1e5d9-010a-809f-06b8-00367e55c25f-27f9c850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4e6d590a-46a8-5444-8c87-39e6a13ed016-27f9c850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f5890d80-4b53-f142-2b76-37e497582d47-27f9c850, #w-node-_32f9c337-bbfe-0dcd-6183-15d818ece115-27f9c850, #w-node-f5ffe9b7-791b-6915-6a31-2de8faaef32b-27f9c850, #w-node-_52cf4c3e-2793-244c-1aa6-595c54477689-27f9c850, #w-node-_024d3b8a-dfb9-b2c3-5105-2679b8509b5a-27f9c850, #w-node-_3a096755-d607-c4b4-e7f4-bee3c1c56bd6-27f9c850, #w-node-_832cfd1c-0821-0cfd-b613-88a9dbf839dc-27f9c850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a593b4f-2245-4cdf-8b47-b73283c6cbdf-27f9c850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7f59287d-fbce-b2d3-516f-ab4f923973e4-27f9c850, #w-node-_6bcfba25-d348-1124-d85c-b56486497b6f-27f9c850, #w-node-_7e5d789c-3564-011b-b579-bc12f94e3f77-27f9c850, #w-node-_31ca1b83-1c46-a332-0c1b-71c65a6bd831-27f9c850, #w-node-_87e6a672-cfb8-78b3-86de-c3ce8a484c7e-27f9c850, #w-node-_87e6a672-cfb8-78b3-86de-c3ce8a484c88-27f9c850, #w-node-_87e6a672-cfb8-78b3-86de-c3ce8a484c92-27f9c850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01d7fa5e-b6f2-64b9-713c-6b182d87c95f-27f9c850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6d6c21c7-2261-4722-9714-c32b5b066f24-27f9c850, #w-node-_71140b40-af80-e74b-5ca1-d8e1d0d783f7-27f9c850, #w-node-_71140b40-af80-e74b-5ca1-d8e1d0d783f8-27f9c850, #w-node-_71140b40-af80-e74b-5ca1-d8e1d0d783f9-27f9c850, #w-node-_71140b40-af80-e74b-5ca1-d8e1d0d783fb-27f9c850, #w-node-e54f9036-4428-9866-2fd8-b368ae980919-27f9c850, #w-node-e54f9036-4428-9866-2fd8-b368ae98091a-27f9c850, #w-node-e54f9036-4428-9866-2fd8-b368ae98091b-27f9c850, #w-node-e54f9036-4428-9866-2fd8-b368ae98091d-27f9c850, #w-node-_1edc715f-ca41-29f1-6666-8f8f63cafede-27f9c850, #w-node-_1edc715f-ca41-29f1-6666-8f8f63cafee2-27f9c850, #w-node-_1edc715f-ca41-29f1-6666-8f8f63cafee8-27f9c850, #w-node-_1edc715f-ca41-29f1-6666-8f8f63cafeee-27f9c850, #w-node-_1edc715f-ca41-29f1-6666-8f8f63cafef4-27f9c850, #w-node-_1edc715f-ca41-29f1-6666-8f8f63cafef9-27f9c850, #w-node-_1edc715f-ca41-29f1-6666-8f8f63cafefb-27f9c850, #w-node-_1edc715f-ca41-29f1-6666-8f8f63cafefd-27f9c850, #w-node-_1edc715f-ca41-29f1-6666-8f8f63cafeff-27f9c850, #w-node-_1edc715f-ca41-29f1-6666-8f8f63caff01-27f9c850, #w-node-_6f0f9e75-5f95-5ae0-bef1-703b52637fee-27f9c850, #w-node-_6f0f9e75-5f95-5ae0-bef1-703b52637fef-27f9c850, #w-node-_6f0f9e75-5f95-5ae0-bef1-703b52638001-27f9c850, #w-node-_6f0f9e75-5f95-5ae0-bef1-703b52638010-27f9c850, #w-node-_6f0f9e75-5f95-5ae0-bef1-703b52638012-27f9c850, #w-node-_6f0f9e75-5f95-5ae0-bef1-703b52638019-27f9c850, #w-node-_6f0f9e75-5f95-5ae0-bef1-703b5263801d-27f9c850, #w-node-_6f0f9e75-5f95-5ae0-bef1-703b5263801f-27f9c850, #w-node-_6f0f9e75-5f95-5ae0-bef1-703b52638021-27f9c850, #w-node-_6f0f9e75-5f95-5ae0-bef1-703b52638023-27f9c850, #w-node-_4c2b78eb-e1ef-83fe-f14f-f9059d93c8e6-c83a067c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c2b78eb-e1ef-83fe-f14f-f9059d93c8e9-c83a067c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c5a806b2-795c-c519-4269-b5985a140ccd-c83a067c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c5a806b2-795c-c519-4269-b5985a140ccf-c83a067c, #w-node-c5a806b2-795c-c519-4269-b5985a140cd0-c83a067c, #w-node-c5a806b2-795c-c519-4269-b5985a140cd2-c83a067c, #w-node-_2d764bad-2aab-3e8b-f8e6-93908814133a-c83a067c, #w-node-_2d764bad-2aab-3e8b-f8e6-939088141349-c83a067c, #w-node-_2d764bad-2aab-3e8b-f8e6-93908814134d-c83a067c, #w-node-_2d764bad-2aab-3e8b-f8e6-939088141355-c83a067c, #w-node-_0854a4e6-e16c-ee42-1d0c-67431f8f53c7-c83a067c, #w-node-_3229dd39-c355-1ae4-1562-2364628f49e7-c83a067c, #w-node-_29fe5591-6591-d8cc-b1c7-55be70d28c7b-c83a067c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_220b8665-8529-1256-4f34-983cc988a527-c83a067c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_220b8665-8529-1256-4f34-983cc988a52a-c83a067c, #w-node-a0dacb8d-114c-bb10-240b-1f1cd1b89d72-c83a067c, #w-node-a0dacb8d-114c-bb10-240b-1f1cd1b89d74-c83a067c, #w-node-a0dacb8d-114c-bb10-240b-1f1cd1b89d76-c83a067c, #w-node-_6159a172-5dea-a151-41ff-cd7512449c1a-c83a067c, #w-node-_6159a172-5dea-a151-41ff-cd7512449c24-c83a067c, #w-node-_6159a172-5dea-a151-41ff-cd7512449c2e-c83a067c, #w-node-_1a4835c0-877c-2e5d-c5e4-f3f909a22201-c83a067c, #w-node-_1a4835c0-877c-2e5d-c5e4-f3f909a2220b-c83a067c, #w-node-_1a4835c0-877c-2e5d-c5e4-f3f909a22215-c83a067c, #w-node-_3b3c8508-9c0e-7d87-ae31-e8b09d193ca6-c83a067c, #w-node-_3b3c8508-9c0e-7d87-ae31-e8b09d193cb0-c83a067c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_950c3c10-9152-8b32-49ed-367486045548-c83a067c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0bb176f7-ffbc-65cf-7166-616c2e4690ac-c83a067c, #w-node-_0bb176f7-ffbc-65cf-7166-616c2e4690ad-c83a067c, #w-node-_0bb176f7-ffbc-65cf-7166-616c2e4690ae-c83a067c, #w-node-_0bb176f7-ffbc-65cf-7166-616c2e4690b0-c83a067c, #w-node-_8a7958e9-ee62-74a6-940b-0fe9a7f6140f-c83a067c, #w-node-_8a7958e9-ee62-74a6-940b-0fe9a7f61410-c83a067c, #w-node-_8a7958e9-ee62-74a6-940b-0fe9a7f61411-c83a067c, #w-node-_8a7958e9-ee62-74a6-940b-0fe9a7f61413-c83a067c, #w-node-cb3a86c0-986c-a3ec-5d7f-748f161e2fc7-c83a067c, #w-node-cb3a86c0-986c-a3ec-5d7f-748f161e2fcb-c83a067c, #w-node-cb3a86c0-986c-a3ec-5d7f-748f161e2fd1-c83a067c, #w-node-cb3a86c0-986c-a3ec-5d7f-748f161e2fd7-c83a067c, #w-node-cb3a86c0-986c-a3ec-5d7f-748f161e2fdd-c83a067c, #w-node-cb3a86c0-986c-a3ec-5d7f-748f161e2fe2-c83a067c, #w-node-cb3a86c0-986c-a3ec-5d7f-748f161e2fe4-c83a067c, #w-node-cb3a86c0-986c-a3ec-5d7f-748f161e2fe6-c83a067c, #w-node-cb3a86c0-986c-a3ec-5d7f-748f161e2fe8-c83a067c, #w-node-cb3a86c0-986c-a3ec-5d7f-748f161e2fea-c83a067c, #w-node-_96d508f2-e5bd-23cf-8934-8b47b3b45313-c83a067c, #w-node-_96d508f2-e5bd-23cf-8934-8b47b3b45314-c83a067c, #w-node-_96d508f2-e5bd-23cf-8934-8b47b3b45326-c83a067c, #w-node-_96d508f2-e5bd-23cf-8934-8b47b3b45335-c83a067c, #w-node-_96d508f2-e5bd-23cf-8934-8b47b3b45337-c83a067c, #w-node-_96d508f2-e5bd-23cf-8934-8b47b3b4533e-c83a067c, #w-node-_96d508f2-e5bd-23cf-8934-8b47b3b45342-c83a067c, #w-node-_96d508f2-e5bd-23cf-8934-8b47b3b45344-c83a067c, #w-node-_96d508f2-e5bd-23cf-8934-8b47b3b45346-c83a067c, #w-node-_96d508f2-e5bd-23cf-8934-8b47b3b45348-c83a067c, #w-node-_4282da4a-cb40-5279-2d3b-6d05337f49b5-27fe297a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4282da4a-cb40-5279-2d3b-6d05337f49b8-27fe297a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2dd81abd-04e0-93ab-5311-5c8517252868-27fe297a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2dd81abd-04e0-93ab-5311-5c851725286a-27fe297a, #w-node-_2dd81abd-04e0-93ab-5311-5c851725286b-27fe297a, #w-node-_2dd81abd-04e0-93ab-5311-5c851725286d-27fe297a, #w-node-b7153ed4-9c74-da1c-86f2-c09ae9fd8e78-27fe297a, #w-node-b7153ed4-9c74-da1c-86f2-c09ae9fd8e87-27fe297a, #w-node-b7153ed4-9c74-da1c-86f2-c09ae9fd8e8b-27fe297a, #w-node-b7153ed4-9c74-da1c-86f2-c09ae9fd8e93-27fe297a, #w-node-_7f77578a-c069-2905-00f1-1dad4673e302-27fe297a, #w-node-d50e1e63-607c-238f-4559-c9ae534dea2e-27fe297a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8c2a57c-587e-8ddd-3546-a957dd6c95d7-27fe297a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f8c2a57c-587e-8ddd-3546-a957dd6c95da-27fe297a, #w-node-dddc1f2e-5062-1f60-7957-1044ebfc5749-27fe297a, #w-node-dddc1f2e-5062-1f60-7957-1044ebfc5753-27fe297a, #w-node-dddc1f2e-5062-1f60-7957-1044ebfc575d-27fe297a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2742f893-7948-d8e1-2647-fcedee64454a-27fe297a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_79ee78b5-e15c-81d3-004c-542810163dc5-27fe297a, #w-node-_79ee78b5-e15c-81d3-004c-542810163dc6-27fe297a, #w-node-_79ee78b5-e15c-81d3-004c-542810163dc7-27fe297a, #w-node-_79ee78b5-e15c-81d3-004c-542810163dc9-27fe297a, #w-node-_95bdb4a3-d2d1-e681-ced8-b35a59cf44e8-27fe297a, #w-node-_95bdb4a3-d2d1-e681-ced8-b35a59cf44e9-27fe297a, #w-node-_95bdb4a3-d2d1-e681-ced8-b35a59cf44ea-27fe297a, #w-node-_95bdb4a3-d2d1-e681-ced8-b35a59cf44ec-27fe297a, #w-node-ccd5a3d3-6c40-6e09-0b4e-01728b233c14-27fe297a, #w-node-ccd5a3d3-6c40-6e09-0b4e-01728b233c18-27fe297a, #w-node-ccd5a3d3-6c40-6e09-0b4e-01728b233c1e-27fe297a, #w-node-ccd5a3d3-6c40-6e09-0b4e-01728b233c24-27fe297a, #w-node-ccd5a3d3-6c40-6e09-0b4e-01728b233c2a-27fe297a, #w-node-ccd5a3d3-6c40-6e09-0b4e-01728b233c2f-27fe297a, #w-node-ccd5a3d3-6c40-6e09-0b4e-01728b233c31-27fe297a, #w-node-ccd5a3d3-6c40-6e09-0b4e-01728b233c33-27fe297a, #w-node-ccd5a3d3-6c40-6e09-0b4e-01728b233c35-27fe297a, #w-node-ccd5a3d3-6c40-6e09-0b4e-01728b233c37-27fe297a, #w-node-_554a6756-77be-7db3-68fb-30a285b476ff-27fe297a, #w-node-_554a6756-77be-7db3-68fb-30a285b47700-27fe297a, #w-node-_554a6756-77be-7db3-68fb-30a285b47712-27fe297a, #w-node-_554a6756-77be-7db3-68fb-30a285b47721-27fe297a, #w-node-_554a6756-77be-7db3-68fb-30a285b47723-27fe297a, #w-node-_554a6756-77be-7db3-68fb-30a285b4772a-27fe297a, #w-node-_554a6756-77be-7db3-68fb-30a285b4772e-27fe297a, #w-node-_554a6756-77be-7db3-68fb-30a285b47730-27fe297a, #w-node-_554a6756-77be-7db3-68fb-30a285b47732-27fe297a, #w-node-_554a6756-77be-7db3-68fb-30a285b47734-27fe297a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a4151149-f234-6be5-44f2-47864154109d-b8c21b21, #w-node-a4151149-f234-6be5-44f2-47864154109d-6c05e11f {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d4add9c0-80ec-7010-692b-a007d193ca76-b8c21b21, #w-node-d4add9c0-80ec-7010-692b-a007d193ca76-6c05e11f {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_365b5d64-278b-1c93-9ae2-d1fd2e6179c3-b8c21b21 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f5d88f4e-eb68-b384-b621-287f89bff537-b8c21b21 {
    order: 0;
  }

  #w-node-_6bf1e5d9-010a-809f-06b8-00367e55c25f-a82d0279, #w-node-_4282da4a-cb40-5279-2d3b-6d05337f49b8-11c4481a {
    justify-self: start;
  }

  #w-node-_554a6756-77be-7db3-68fb-30a285b4772e-11c4481a {
    align-self: center;
    justify-self: center;
  }

  #w-node-_554a6756-77be-7db3-68fb-30a285b47730-11c4481a, #w-node-_554a6756-77be-7db3-68fb-30a285b47732-11c4481a {
    justify-self: center;
  }

  #w-node-_365b5d64-278b-1c93-9ae2-d1fd2e6179c3-6c05e11f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f5d88f4e-eb68-b384-b621-287f89bff537-6c05e11f {
    order: 0;
  }

  #w-node-_6bf1e5d9-010a-809f-06b8-00367e55c25f-27f9c850, #w-node-_4282da4a-cb40-5279-2d3b-6d05337f49b8-27fe297a {
    justify-self: start;
  }

  #w-node-_554a6756-77be-7db3-68fb-30a285b4772e-27fe297a {
    align-self: center;
    justify-self: center;
  }

  #w-node-_554a6756-77be-7db3-68fb-30a285b47730-27fe297a, #w-node-_554a6756-77be-7db3-68fb-30a285b47732-27fe297a {
    justify-self: center;
  }
}


