:root {
  --primary: #472a2c;
  --white: white;
  --secondary: #7b9669;
  --light-accent: #fffae5;
  --black-900: #292929;
  --black300: #e0e0e0;
  --white-smoke: #ededed;
  --black-901: black;
  --black-700: #616161;
  --black-800: #424242;
  --seasalt-white: #fafafa;
  --dark-slate-grey: #435b66;
  --indian-red: #c2525a;
  --cornsilk: #fffae5;
}

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

.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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

.title-underline {
  height: 4px;
  max-width: 60px;
  background-color: #ff6f30;
  margin-top: 4px;
}

.logo-7 {
  width: 195px;
  height: 40px;
}

.title-large {
  color: #1355ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}

.card-process {
  border: 1px solid #f2f3f8;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.card-process:hover {
  background-color: #f7f7f7;
}

.title-wrap-centre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-wrapper {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.paragraph-standard-5 {
  max-width: 600px;
  color: #67718e;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.heading-xs {
  color: var(--primary);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.icon-small {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-side {
  width: 35vw;
  height: 100%;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.badge-icon-wrapper {
  color: #6173e5;
}

.testimonial-name {
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.button-spacer {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.whyus-icon {
  width: 60px;
  height: 60px;
  min-height: 60px;
  min-width: 60px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.testimonial-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-large {
  color: #061237;
  letter-spacing: -.02em;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.button-header {
  min-height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: #6173e5;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.testimonial-detail {
  color: var(--secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.f-margin-bottom-10 {
  margin-bottom: 10px;
}

.header-section {
  background-color: var(--light-accent);
  color: #e18e8e;
  padding: 80px 5% 0;
  position: relative;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.blog-thumbnail {
  width: 200px;
  height: 200px;
  background-color: #cfcfcf;
  border-radius: 8px;
  flex: none;
  overflow: hidden;
}

.blog-content-wrapper-3 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.title-small-5 {
  color: #8e8e8e;
  letter-spacing: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.button-play-icon {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonal-gray {
  background-color: #f9fafb;
  padding: 80px 5%;
  position: relative;
}

.title-heading-2 {
  color: #0a071b;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
}

.testimonial-wrapper {
  width: 100%;
  max-width: 1240px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--black-900);
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.product-short-description {
  max-width: 600px;
  color: #67718e;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.hero-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
  display: flex;
}

.f-footer-bottom {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.blog-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--black300);
  background-color: #fff;
  border-radius: 8px;
  align-items: stretch;
  padding: 14px;
  text-decoration: none;
  display: flex;
}

.container-18 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.blog-section-7 {
  background-color: #f7f8fb;
  padding: 80px 3%;
}

.f-footer-social-group {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-title-2 {
  color: #000;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.navigation-link-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--black-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-link-5:hover {
  color: #160042;
  background-color: #f3f5fb;
}

.navigation-link-5.w--current {
  color: var(--black-900);
  font-weight: 600;
}

.faq-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr;
}

.header-badge-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 64px;
  bottom: auto;
  left: 64px;
  right: 64px;
}

.testimonial-card-c {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: .5px solid var(--black300);
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding: 20px;
  transition: all .3s;
  display: flex;
}

.testimonial-card-c:hover {
  background-color: #fff;
  border-color: #ccc;
  box-shadow: 0 24px 64px rgba(224, 224, 224, .48);
}

.header-badge-link {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 16px;
  display: flex;
}

.grid-process-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.faq-plus {
  width: 32px;
  height: 32px;
  max-width: none;
  flex: none;
}

.h6-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.button-arrow {
  color: var(--secondary);
  flex: 0 auto;
  align-items: center;
  margin-top: auto;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.faq-icon-circle {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  box-shadow: 8px 8px 65px rgba(0, 0, 0, .1);
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--secondary);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.faq-base {
  width: 60%;
  height: 100%;
  margin-left: 220px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-wrapper {
  width: 100%;
  max-width: 792px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.p-18-24 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.p-18-24.black900 {
  color: var(--black-900);
  line-height: 1.5;
}

.f-footer-link {
  width: 100%;
  color: var(--white);
  letter-spacing: -.01em;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--black-900);
}

.title-heading-5 {
  color: #101010;
  letter-spacing: -1px;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.navbar {
  z-index: 999999;
  width: 100%;
  min-height: 79px;
  background-color: #fff;
  align-items: center;
  padding: 0 5%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.f-footer-regular {
  background-color: #fff;
  padding: 64px 5%;
  position: relative;
}

.image-cover-2 {
  object-fit: cover;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.faq-question-bar {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-footer-social {
  width: 48px;
  height: 48px;
  color: #160042;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: #642eff;
}

.container-5 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.span-red-500 {
  color: #e56161;
}

.hero-h1-wrapper {
  margin-bottom: 24px;
}

.blog-title-3 {
  color: var(--black-901);
  letter-spacing: -1px;
  flex: 1;
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.h1-product-name {
  color: #061237;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.button-standard {
  background-color: #1355ff;
  border: 2px solid #1355ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-standard:hover {
  color: #1355ff;
  background-color: #fff;
}

.faq-question {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s;
}

.faq-question:hover {
  background-color: #fcfcfc;
}

.faq-content-2 {
  margin-top: 0;
  overflow: hidden;
}

.f-footer-logo {
  flex: none;
}

.blog-text-block {
  margin-right: 10px;
  font-weight: 400;
  line-height: 1.5;
}

.f-footer-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  flex-direction: column;
  display: flex;
}

.faq-content-wrapper {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-avatar {
  width: 32px;
  height: 32px;
  background-color: #f7f9fd;
  border-radius: 100%;
  flex: none;
  overflow: hidden;
}

.h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.h1.black-900 {
  color: var(--black-900);
  line-height: 1.2;
}

.margin-bottom-96 {
  margin-bottom: 96px;
}

.grid-process-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.category-2 {
  color: #b0b0b0;
  letter-spacing: 1px;
  margin-bottom: 14px;
  font-weight: 600;
}

.badge-link-b {
  grid-column-gap: 8px;
  background-color: var(--white);
  color: #6173e5;
  border-radius: 99px;
  align-items: center;
  padding: 2px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.f-footer-divider {
  width: 100%;
  height: 1px;
  background-color: #f3f5fb;
  margin-top: 64px;
  margin-bottom: 32px;
}

.testimonial-author-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.header-image-wrapper-b {
  height: 560px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-blog {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

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

.navigation-container {
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-badge-wrapper {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.navigation-wrapper-4 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.image-cover-3 {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #080808;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: .5px solid #ced4da;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.blog-paragraph-4 {
  color: #aaa;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}

.testimonial-user-wrapper {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-paragraph {
  color: var(--black-700);
  letter-spacing: -.02em;
  margin-bottom: 0;
  padding-top: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  overflow: hidden;
}

.title-wrapper-13 {
  max-width: 520px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.f-footer-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
}

.navbar-wa-button {
  min-height: 48px;
  min-width: 120px;
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #12a94b;
  border-radius: 12px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 12px 28px 12px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navbar-wa-button:hover {
  background-color: #0e7f39;
}

.footer-wrapper {
  width: 100%;
  position: relative;
}

.section-process {
  min-height: 720px;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-svg-placeholder-4 {
  display: none;
}

.navigation-menu-2 {
  align-items: center;
  display: flex;
  position: static;
}

.f-icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.hero-p-wrapper {
  width: 100%;
  max-width: 588px;
}

.testimonial-card-column {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.p-20-32 {
  text-align: center;
  letter-spacing: -.02em;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.p-20-32.black-800 {
  color: var(--black-800);
}

.p-20-32.white {
  color: var(--white);
  font-weight: 400;
}

.p-20-32.white.footer {
  text-align: left;
}

.body {
  color: #000;
  font-family: Argentumsans, sans-serif;
}

.button-text {
  color: var(--primary);
  font-size: 18px;
  font-weight: 400;
}

.hero-section {
  background-color: var(--light-accent);
  padding-top: 60px;
  padding-bottom: 0;
}

.container {
  max-width: 1240px;
  flex-direction: column;
  display: flex;
}

.slider-wrapper {
  width: 100%;
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slider-section {
  background-image: linear-gradient(to bottom, var(--light-accent) 50%, white 50%);
  padding-top: 120px;
  padding-bottom: 120px;
}

.slider-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  flex: 1;
}

.container-19 {
  max-width: 1240px;
}

.partner-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

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

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.partner-logo-wrapper {
  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;
  align-items: center;
  display: flex;
}

.whyus-section {
  color: #000;
  padding-top: 120px;
  padding-bottom: 120px;
}

.whyus-wrapper {
  display: flex;
}

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

.whyus-h3-wrapper {
  margin-bottom: 10px;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

.h3.primary-color {
  color: var(--primary);
  line-height: 1.2;
}

.paragraph-16-24 {
  max-width: 600px;
  color: #67718e;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-16-24.black-700 {
  color: var(--black-700);
  line-height: 1.5;
}

.testimonial-section {
  background-color: var(--light-accent);
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.testimonial-image-wrapper {
  height: 200px;
}

.faq-section {
  min-height: 100vh;
  background-color: var(--seasalt-white);
  position: relative;
  overflow: hidden;
}

.faq-image {
  height: 1000px;
  max-width: none;
  object-fit: cover;
  object-position: 100% 50%;
}

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

.navbar-text-block {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.blog-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-section {
  background-color: var(--secondary);
  padding-top: 60px;
}

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

.div-block {
  display: block;
}

.slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.left-arrow {
  width: 60px;
  height: 60px;
  align-items: center;
  display: flex;
  top: auto;
  bottom: auto;
  left: -30px;
  right: auto;
}

.right-arrow {
  width: 60px;
  height: 60px;
  align-items: center;
  margin-right: -30px;
  display: flex;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.banner-link-wrapper {
  width: 100%;
  height: 550px;
  justify-content: space-between;
  display: flex;
}

.mask {
  border-radius: 20px;
  flex: 1;
}

.div-logo {
  width: 240px;
  height: 100px;
  border: 1px solid var(--black300);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.image-logo {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

.stars-review {
  width: 60%;
  margin-top: auto;
}

.review-photo {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  border-radius: 8px;
}

.tab-title-2 {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
}

.title-small-2 {
  color: #4f4f4f;
  letter-spacing: 3px;
  margin-bottom: 4px;
  font-weight: 500;
}

.feature-title-4 {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.feature-paragraph-4 {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.process-title-wrap {
  max-width: 680px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.process-arrow-01 {
  max-width: 60%;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: -80px;
}

.address {
  color: var(--black-700);
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.5;
}

.process-grid {
  grid-column-gap: 80px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tab-link-3 {
  min-width: 120px;
  color: #787878;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dfdfdf;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1.5;
  transition: all .3s;
  display: flex;
}

.tab-link-3:hover, .tab-link-3.w--current {
  color: #578d58;
  background-color: #ecf4e3;
  border-color: #578d58;
}

.tabs-menu-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.location-card {
  width: 100%;
  border: 1px solid var(--white-smoke);
  background-color: var(--light-accent);
  border-radius: 20px;
  align-items: stretch;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
}

.tab-card-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.location-grid {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.count-text {
  color: #969696;
  margin-left: 8px;
  font-size: 16px;
  font-weight: 500;
}

.tab-image-2 {
  height: 300px;
  border-radius: 30px;
  margin-bottom: 24px;
  overflow: hidden;
}

.star-row {
  align-items: center;
  display: flex;
}

.tabs-content-3 {
  background-color: var(--light-accent);
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: visible;
}

.location-image-wrapper {
  height: 500px;
  background-color: var(--secondary);
  position: relative;
}

.location-image {
  z-index: 5;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  position: relative;
}

.tabs-container-3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.process-heading {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 48px;
  line-height: 1.3;
}

.process-section {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}

.arrow-icon {
  margin-left: 6px;
}

.process-subheading {
  color: #4f4f4f;
  font-size: 24px;
  line-height: 1.5;
}

.bg-wave {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.cta-button-outline {
  color: #6869ac;
  text-align: center;
  letter-spacing: -.02em;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.location-details {
  border-right: 4px dashed var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 40px;
  display: flex;
}

.rating {
  color: #faae4b;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 500;
}

.process-wrapper {
  max-width: 1260px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.process-arrow-02 {
  max-width: 60%;
  position: absolute;
  top: auto;
  bottom: 45%;
  left: auto;
  right: -80px;
}

.process-card-primary {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--white-smoke);
  border-radius: 30px;
  flex-direction: column;
  padding: 40px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.process-card-primary:hover {
  background-color: #fff;
  box-shadow: 23px 23px 40px rgba(229, 229, 229, .4);
}

.tab-section-3 {
  background-color: #fff;
  padding: 80px 3%;
  position: relative;
}

.tab-card {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px 20px 30px;
  text-decoration: none;
  transition: box-shadow .3s;
}

.tab-card:hover {
  box-shadow: 12px 31px 60px rgba(138, 138, 138, .1);
}

.feature-icon-square {
  width: 110px;
  height: 110px;
  background-color: var(--light-accent);
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 2px 30px 40px -32px rgba(94, 58, 237, .4);
}

.container-20 {
  max-width: 1240px;
}

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

.product-name-title-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-2 {
  flex-wrap: wrap;
  display: flex;
}

.product-card {
  width: 360px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--black300);
  background-color: var(--white);
  color: var(--black-900);
  border-radius: 8px;
  flex-direction: column;
  padding: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.product-card.out-of-stock {
  opacity: .65;
}

.product-desc-wrapper {
  flex: 1;
}

.product-image-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  margin-right: -20px;
  display: flex;
  position: relative;
}

.link-block-2 {
  color: var(--secondary);
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
  display: flex;
}

.product-link {
  font-size: 16px;
  line-height: 1.5;
}

.body-2 {
  font-family: Argentumsans, sans-serif;
}

.image-3 {
  margin-bottom: 16px;
  margin-right: 16px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-4 {
  height: 40px;
  position: absolute;
  top: -20px;
  bottom: auto;
  left: -20px;
  right: auto;
}

.tab-pane-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.product-thumbnail {
  width: 240px;
  height: 240px;
  border-radius: 8px;
}

.product-short-desc {
  margin-bottom: 0;
  line-height: 1.5;
}

.product-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.product-name.primary-color {
  color: var(--primary);
}

.product-page-title-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.proses-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.featured-product-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.featured-product-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.featured-product-section.yellow-bg {
  background-color: var(--light-accent);
}

.featured-product-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.image-5 {
  margin-right: 10px;
}

.product-section-copy {
  padding-top: 40px;
}

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

.location-tab-content {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: visible;
}

.image-6 {
  margin-left: -8px;
}

.button-location {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--secondary);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.h2-location {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.location-p-wrapper {
  width: 75%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.location-gallery-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  overflow: scroll;
}

.location-gallery-wrapper.green {
  margin-bottom: 40px;
  padding-bottom: 20px;
  overflow: auto;
}

.location-photos-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.location-photo {
  width: 320px;
  height: 320px;
  max-width: none;
  border: 1px solid var(--black300);
  object-fit: cover;
  border-radius: 16px;
  flex: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
}

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

.slider-2 {
  height: 40vh;
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.photo-group {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.html-embed {
  display: none;
}

.wa-floating {
  width: 60px;
  height: 60px;
  position: fixed;
  top: auto;
  bottom: 50px;
  left: auto;
  right: 50px;
}

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

.load-more-button {
  background-color: var(--secondary);
  color: var(--white);
  border: 1px solid #dfdfdf;
  border-radius: 12px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 40px;
  margin-right: 0;
  padding: 14px 40px;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.load-more-button:hover {
  border-color: #578d58;
}

.load-more-button.w--current {
  color: #578d58;
  background-color: #ecf4e3;
  border-color: #578d58;
}

.mobile-navbar {
  display: none;
}

.card-features-small {
  height: 100%;
  background-color: #fff;
  border-top: 10px solid #1355ff;
  border-radius: 12px;
  padding: 40px 32px;
}

.mask-feature {
  width: 360px;
  height: 360px;
  overflow: visible;
}

.slider-feature {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  align-items: stretch;
}

.feature-content {
  max-width: 600px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-feature-slider {
  min-height: 800px;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-next-button {
  width: 44px;
  height: 44px;
  min-height: 44px;
  min-width: 44px;
  background-color: #1355ff;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.container-21 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slider-back-block {
  z-index: 5;
  width: 50%;
  border: 1px solid var(--black300);
  background-color: var(--light-accent);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  align-items: center;
  padding: 60px 80px 100px 40px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.slider-back-button {
  width: 44px;
  height: 44px;
  min-height: 44px;
  min-width: 44px;
  border: 1px solid #1355ff;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  padding: 8px;
  display: flex;
}

.slider-button-wrapper {
  z-index: 9;
  align-items: center;
  display: none;
  position: absolute;
  top: auto;
  bottom: -72px;
  left: 0%;
  right: auto;
}

.slider-custom-arrow {
  display: none;
}

.feature-content-spacer {
  width: 100vw;
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.hidden-nav {
  display: none;
  bottom: -50px;
}

.feature-icon-large {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding: 8px;
  display: flex;
  box-shadow: 33px 33px 88px -12px rgba(6, 18, 55, .16);
}

.slide-feature {
  margin-right: 20px;
}

.hidden-arrow {
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 345px;
  padding: 4px;
  display: block;
  top: auto;
  bottom: -80px;
  left: -60px;
  right: 0%;
}

.hidden-arrow._1 {
  margin-left: 383px;
}

.blog-heading-h4 {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 60px;
  margin-bottom: 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.header-image-cover-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.perioder-promo {
  max-width: 450px;
  color: #6f6f6f;
  margin: 20px auto 0;
  font-size: 18px;
  line-height: 32px;
}

.large-header-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
}

.block-quote {
  background-color: rgba(0, 0, 0, 0);
  border-left-width: 4px;
  border-left-color: #f7a9a0;
  margin: 32px 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  line-height: 44px;
}

.title-wrapper-10 {
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.blog-section-4 {
  background-color: #fff;
  padding: 100px 3% 80px;
  position: relative;
}

.blog-container {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.date-title {
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 32px;
}

.opening-letter {
  margin-right: 20px;
  font-size: 72px;
}

.blog-paragraph-2 {
  font-size: 18px;
  line-height: 32px;
}

.blog-image-wrapper {
  margin-bottom: 60px;
}

.back-button {
  width: 44px;
  height: 44px;
  min-height: 44px;
  min-width: 44px;
  background-color: var(--secondary);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  padding: 8px;
  display: flex;
  top: auto;
  bottom: -60px;
  left: 0%;
  right: auto;
}

.back-button.disabled {
  opacity: .5;
  position: absolute;
}

.next-button {
  width: 44px;
  height: 44px;
  min-height: 44px;
  min-width: 44px;
  background-color: var(--secondary);
  color: var(--white);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  top: auto;
  bottom: -60px;
  left: 60px;
  right: auto;
}

.next-button.disabled {
  opacity: .5;
  position: absolute;
}

.image-8 {
  transform: rotate(180deg);
}

.detail-product-image-wrapper {
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.detail-product-image {
  width: 100%;
  height: 100%;
}

.button-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.price {
  letter-spacing: -.05em;
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.link-block-3 {
  align-items: center;
  display: flex;
}

.back-navbar-button {
  border: 1.5px solid var(--black300);
  outline-offset: 0px;
  color: var(--black-900);
  text-align: center;
  border-radius: 12px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.image-10 {
  margin-right: 10px;
}

.dp-desc-section {
  background-color: var(--seasalt-white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.dp-desc-section-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.spec-cell {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--black300);
  background-color: var(--white);
  border-radius: 12px;
  align-items: center;
  padding: 20px;
}

.spec-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.spec-desc {
  font-size: 1.125rem;
  line-height: 1.2;
}

.spec-stack-wrapper {
  padding: 0;
}

.dp-full-desc {
  color: var(--black-900);
  font-size: 1rem;
  line-height: 2;
}

.div-block-4 {
  justify-content: center;
  display: flex;
}

.text-block-13 {
  font-size: .875rem;
  line-height: 1.5;
}

.navbar-text-block-copy {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.wa-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.dp-navbar {
  z-index: 999999;
  width: 100%;
  min-height: 79px;
  background-color: #fff;
  align-items: center;
  padding: 0 5%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.back-button-icon {
  width: 20px;
  height: 20px;
  background-image: url('../images/arrow-left.svg');
  background-position: 50%;
  background-size: cover;
  margin-right: 10px;
}

.blog-rich-text {
  color: var(--black-900);
  font-size: 1rem;
  line-height: 2;
}

.blog-promo-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.nav-container {
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.promo-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.promo-list-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.promo-card {
  width: 540px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--black300);
  color: var(--black-900);
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: stretch;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.promo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promothumbnail {
  height: 250px;
  background-color: #cfcfcf;
  border-radius: 8px;
  flex: none;
  overflow: hidden;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.text-block-14 {
  color: var(--black-901);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.cell {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
}

.periode-label {
  color: var(--secondary);
  font-size: 16px;
}

.periode-date {
  color: var(--black-900);
  font-size: 14px;
}

.product-usage-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.product-usage-image {
  height: 300px;
  min-width: 300px;
  object-fit: cover;
  flex: 1;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.image-11 {
  width: 50%;
}

.div-block-6 {
  width: 100%;
  height: 500px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.tidak-ada-promo {
  color: var(--black-700);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.cell-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
}

.perioder-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.promo-name-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.stok-habis {
  background-color: var(--indian-red);
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.stok-habis.out-of-stock {
  border-radius: 75px;
}

.stok-habis-detail {
  color: var(--indian-red);
  background-color: rgba(194, 82, 90, .2);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 4px 20px;
  font-size: 16px;
  display: flex;
}

.stok-habis-detail.out-of-stock {
  border-radius: 75px;
}

@media screen and (max-width: 991px) {
  .faq-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }

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

  .faq-side {
    width: 100vw;
    height: 50vh;
    min-height: 0;
    object-fit: contain;
    margin-left: -20px;
    position: relative;
  }

  .testimonial-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .button-header {
    display: flex;
  }

  .f-margin-bottom-10 {
    justify-content: center;
    display: flex;
  }

  .product-short-description {
    max-width: none;
    text-align: center;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .navigation-link-5 {
    width: 100%;
  }

  .menu-button-12 {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 12px;
  }

  .menu-button-12.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .testimonial-card-c {
    padding: 20px;
  }

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

  .button-primary {
    display: flex;
  }

  .faq-base {
    width: 100%;
    margin-left: 0;
    padding: 20px;
  }

  .navbar {
    min-height: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .logo-link {
    margin-right: 0;
  }

  .hero-h1-wrapper {
    margin-bottom: 10px;
  }

  .h1-product-name {
    text-align: center;
    font-size: 2.5rem;
  }

  .h1 {
    font-size: 56px;
    line-height: 80px;
  }

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

  .process-content {
    align-items: center;
  }

  .navigation-container {
    justify-content: space-between;
  }

  .hero-badge-wrapper {
    display: none;
  }

  .navigation-wrapper-4 {
    width: auto;
    align-items: center;
    display: none;
  }

  .f-footer-grid {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

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

  .section-process {
    padding-bottom: 140px;
  }

  .navigation-menu-2 {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu-2.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .testimonial-card-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
  }

  .p-20-32 {
    font-size: 18px;
    line-height: 24px;
  }

  .hero-section {
    padding-bottom: 20px;
  }

  .container {
    width: 100%;
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-section {
    background-image: linear-gradient(to bottom, var(--light-accent) 50%, white 50%);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h2 {
    text-align: center;
    font-size: 36px;
  }

  .faq-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 100% 75%;
  }

  .footer-section {
    flex-direction: row;
    padding-bottom: 100px;
    display: flex;
  }

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

  .div-block {
    margin-bottom: 60px;
  }

  .banner-link-wrapper {
    height: 400px;
  }

  .div-logo {
    width: 150px;
    height: 75px;
    padding: 10px;
  }

  .stars-review {
    width: 75%;
  }

  .feature-paragraph-4 {
    font-size: 14px;
  }

  .process-title-wrap {
    max-width: none;
  }

  .process-arrow-01 {
    display: none;
  }

  .process-grid {
    max-width: 640px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .location-card {
    background-position: 0 0;
  }

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

  .location-grid {
    grid-template-columns: 1.5fr;
  }

  .location-image-wrapper {
    height: 360px;
  }

  .location-details {
    border-right-style: none;
    padding: 40px;
  }

  .process-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .process-arrow-02 {
    display: none;
  }

  .process-card-primary {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    flex-direction: row;
    padding: 20px;
    display: flex;
  }

  .product-card {
    width: auto;
    max-width: 360px;
    min-width: 300px;
    flex: 1;
  }

  .tab-pane-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .product-name {
    font-size: 24px;
  }

  .featured-product-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
  }

  .button-location {
    display: flex;
  }

  .h2-location {
    text-align: center;
    font-size: 36px;
  }

  .slider-2 {
    display: none;
  }

  .wa-floating {
    bottom: 100px;
  }

  .mobile-navbar {
    z-index: 1000;
    background-color: var(--dark-slate-grey);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .link-nav-mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    opacity: .75;
    color: var(--light-accent);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    font-weight: 300;
    text-decoration: none;
    display: flex;
  }

  .link-nav-mobile.w--current {
    opacity: 1;
    font-weight: 500;
  }

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

  .icon-nav-mobile {
    width: 32px;
  }

  .mask-feature {
    width: 340px;
  }

  .slider-feature {
    align-items: stretch;
    padding-left: 40px;
  }

  .feature-content {
    max-width: none;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-feature-slider {
    min-height: auto;
    flex-direction: column;
    align-items: stretch;
    padding-top: 60px;
  }

  .slider-back-block {
    width: 100%;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .feature-content-spacer {
    width: 100%;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
    display: flex;
  }

  .back-button {
    left: 40vw;
  }

  .next-button {
    top: auto;
    bottom: -60px;
    left: auto;
    right: 35vw;
  }

  .back-navbar-button {
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
  }

  .spec-cell {
    justify-content: center;
  }

  .spec-desc {
    text-align: center;
  }

  .dp-navbar {
    min-height: 0;
    background-color: var(--dark-slate-grey);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .back-button-icon {
    background-image: url('../images/arrow-left_1.svg');
  }

  .blog-promo-title {
    text-align: center;
    font-size: 36px;
  }

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

  .tidak-ada-promo {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .logo-7 {
    width: auto;
    height: 32px;
  }

  .card-process {
    padding: 10px;
  }

  .faq-wrapper {
    flex-direction: column;
  }

  .heading-xs {
    font-size: 20px;
  }

  .testimonial-name {
    font-size: 12px;
  }

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

  .button-header {
    font-size: 14px;
  }

  .testimonial-detail {
    font-size: 12px;
  }

  .header-section, .testimonal-gray {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hero-button-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .faq-title-2 {
    font-size: 16px;
  }

  .testimonial-card-c {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 10px;
  }

  .button-primary {
    font-size: 14px;
    line-height: 1.5;
  }

  .faq-base {
    padding-left: 0;
    padding-right: 0;
  }

  .p-18-24.black900 {
    font-size: 14px;
  }

  .faq-question {
    padding: 20px;
  }

  .blog-text-block {
    font-size: 12px;
  }

  .h1 {
    font-size: 28px;
    line-height: 48px;
  }

  .h1.black-900 {
    font-size: 28px;
  }

  .grid-process-stacked {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .faq-paragraph {
    padding-top: 10px;
    font-size: 14px;
  }

  .testimonial-card-column {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: row;
  }

  .p-20-32 {
    font-size: 16px;
  }

  .p-20-32.black-800, .button-text {
    font-size: 14px;
  }

  .container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .h2 {
    font-size: 28px;
  }

  .h3.primary-color {
    font-size: 20px;
  }

  .paragraph-16-24.black-700 {
    font-size: 14px;
    font-weight: 300;
  }

  .div-block {
    margin-bottom: 40px;
  }

  .banner-link-wrapper {
    height: 300px;
  }

  .div-logo {
    height: 70px;
  }

  .feature-title-4 {
    font-size: 16px;
  }

  .address {
    margin-top: 10px;
    font-size: 14px;
  }

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

  .tab-link-3 {
    padding: 10px 20px;
    font-size: 14px;
  }

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

  .location-card {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .tab-card-grid {
    max-width: 400px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

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

  .tabs-content-3 {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .location-image-wrapper {
    height: 160px;
  }

  .process-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .location-details {
    border-right-style: none;
    padding: 20px;
  }

  .process-card-primary {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 20px;
    padding: 12px;
  }

  .feature-icon-square {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .product-card {
    max-width: 240px;
    min-width: 200px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 12px;
  }

  .product-image-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 10px;
  }

  .product-link {
    font-size: 14px;
  }

  .image-3 {
    width: 24px;
  }

  .image-4 {
    height: 24px;
    top: -12px;
    left: -12px;
  }

  .tab-pane-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .product-thumbnail {
    width: 160px;
    height: 160px;
  }

  .product-short-desc {
    font-size: 12px;
  }

  .product-name {
    font-size: 16px;
  }

  .proses-text-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .featured-product-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .location-tab-content {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .button-location {
    font-size: 14px;
    line-height: 1.5;
  }

  .h2-location {
    font-size: 18px;
  }

  .wa-floating {
    z-index: 1000;
  }

  .load-more-button {
    padding: 10px 20px;
    font-size: 14px;
  }

  .mask-feature {
    width: 400px;
  }

  .slider-button-wrapper, .hidden-arrow {
    display: none;
  }

  .back-button {
    left: 35vw;
  }

  .next-button {
    right: 35vw;
  }

  .dp-hader-section {
    position: relative;
  }

  .spec-cell {
    padding: 10px;
  }

  .spec-desc {
    font-size: 14px;
  }

  .blog-promo-title {
    font-size: 28px;
  }

  .stok-habis {
    background-color: var(--indian-red);
    color: var(--seasalt-white);
    justify-content: center;
    align-items: center;
    margin-top: -12px;
    margin-left: -12px;
    margin-right: -12px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
  }

  .stok-habis-detail {
    justify-content: center;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .card-process {
    flex-direction: column;
  }

  .title-wrap-centre {
    margin-bottom: 20px;
  }

  .whyus-icon {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .blog-thumbnail {
    width: 100px;
    height: 100px;
  }

  .blog-content-wrapper-3 {
    width: 100%;
  }

  .product-short-description {
    font-size: 18px;
    line-height: 30px;
  }

  .hero-button-wrapper {
    flex-flow: row;
    justify-content: center;
  }

  .blog-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 12px;
  }

  .faq-title-2 {
    font-size: 14px;
  }

  .faq-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .header-badge-group {
    left: 32px;
    right: 32px;
  }

  .testimonial-card-c {
    border-color: var(--white-smoke);
  }

  .p-18-24.black900 {
    font-size: 12px;
  }

  .blog-title-3 {
    font-size: 14px;
  }

  .h1-product-name {
    font-size: 2rem;
  }

  .button-standard {
    text-align: center;
  }

  .faq-question {
    padding: 12px;
  }

  .faq-content-wrapper {
    width: 100%;
  }

  .navigation-container {
    margin-left: 0;
  }

  .badge {
    flex: none;
  }

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

  .faq-paragraph {
    letter-spacing: 0;
    font-size: 12px;
  }

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

  .navbar-wa-button {
    min-height: auto;
    min-width: auto;
    padding: 10px;
  }

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

  .p-20-32.black-800 {
    font-weight: 300;
  }

  .p-20-32.white.footer {
    text-align: center;
  }

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

  .slider-section {
    padding-bottom: 80px;
  }

  .partner-logo-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: -50px;
    left: 35%;
    right: auto;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    margin-right: 0;
    top: auto;
    bottom: -50px;
    left: auto;
    right: 35%;
  }

  .banner-link-wrapper {
    height: 220px;
  }

  .mask {
    border-radius: 12px;
  }

  .div-logo {
    width: auto;
    max-width: 180px;
    min-width: 150px;
    flex: 1;
  }

  .feature-paragraph-4 {
    font-weight: 300;
  }

  .process-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .tab-link-3 {
    min-width: 80px;
  }

  .location-details {
    padding: 20px;
  }

  .product-section {
    padding-top: 20px;
  }

  .product-card {
    width: auto;
    max-width: 200px;
    min-width: 160px;
    padding: 10px;
  }

  .product-link {
    font-size: 12px;
  }

  .product-thumbnail {
    width: 120px;
    height: 120px;
  }

  .product-short-desc {
    font-weight: 300;
  }

  .slide-nav {
    display: none;
  }

  .location-section {
    padding-top: 20px;
  }

  .button-location {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .h2-location {
    text-align: left;
  }

  .location-p-wrapper {
    width: 100%;
  }

  .location-photos-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .location-photo {
    width: 240px;
    height: 240px;
  }

  .photo-group {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .wa-floating {
    width: 50px;
    height: 50px;
    bottom: 80px;
    right: 20px;
  }

  .load-more-button {
    min-width: 80px;
  }

  .link-nav-mobile {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .icon-nav-mobile {
    width: 20px;
  }

  .card-features-small {
    padding: 24px;
  }

  .mask-feature {
    width: 240px;
    height: 240px;
  }

  .slider-feature {
    padding-left: 20px;
  }

  .section-feature-slider {
    padding-top: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .slider-back-block {
    padding-top: 40px;
  }

  .header-image-cover-2 {
    border-radius: 10px;
  }

  .large-header-2 {
    font-size: 50px;
  }

  .blog-image-wrapper {
    margin-bottom: 40px;
  }

  .back-button {
    left: 30vw;
  }

  .next-button {
    right: 27vw;
  }

  .button-icon {
    width: 16px;
    margin-right: 6px;
  }

  .back-navbar-button {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    padding: 10px;
    display: flex;
  }

  .dp-desc-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .spec-stack-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .wa-icon {
    margin-right: 5px;
  }

  .dp-navbar {
    display: block;
  }

  .back-button-icon {
    width: 16px;
    margin-right: 6px;
  }

  .nav-container {
    margin-left: 0;
  }

  .promo-section {
    padding-top: 20px;
  }

  .promo-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 12px;
  }

  .promothumbnail {
    height: 125px;
  }

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

  .text-block-14 {
    font-size: 1rem;
  }

  .cell {
    flex-direction: row;
  }

  .periode-label, .periode-date {
    font-size: 12px;
    line-height: 1.5;
  }

  .product-usage-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .product-usage-image {
    height: 150px;
    max-width: none;
    min-width: 140px;
  }

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

#w-node-_65c03e59-f6e2-b722-4ef1-31a25e3dac7c-da50c729 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cdca7d49-c1ff-193b-2dae-001e6349b614-da50c729, #w-node-_89e266b2-dfbf-b6bb-71ee-bc052a227d19-da50c729, #w-node-c434fee2-a8b6-5d3f-cc21-7dbaff3b38d3-da50c729 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4acdfb24-d0b1-e719-e223-316ce63f4656-e63f4652 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_957bb86a-0671-0464-3471-def1b9adff98-c98d4056, #w-node-_681ee4cf-19b0-dbce-f185-916f29b8e077-c98d4056, #w-node-_95903779-03b2-6a3c-8ebd-26e0a166d8fa-c98d4056 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_61cc90d0-4a1e-6994-790f-b7e405d2ae27-a98e260a, #w-node-_61cc90d0-4a1e-6994-790f-b7e405d2ae27-49b9ade5 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4acdfb24-d0b1-e719-e223-316ce63f4656-e63f4652 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_65c03e59-f6e2-b722-4ef1-31a25e3dac7c-da50c729 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cdca7d49-c1ff-193b-2dae-001e6349b614-da50c729, #w-node-_89e266b2-dfbf-b6bb-71ee-bc052a227d19-da50c729, #w-node-c434fee2-a8b6-5d3f-cc21-7dbaff3b38d3-da50c729 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Argentumsans';
  src: url('../fonts/ArgentumSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Argentumsans';
  src: url('../fonts/ArgentumSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Argentumsans';
  src: url('../fonts/ArgentumSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Argentumsans';
  src: url('../fonts/ArgentumSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Argentumsans';
  src: url('../fonts/ArgentumSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Argentumsans';
  src: url('../fonts/ArgentumSans-ExtraBold.ttf') format('truetype'), url('../fonts/ArgentumSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Argentumsans Wght';
  src: url('../fonts/ArgentumSans-Italicwght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Argentumsans';
  src: url('../fonts/ArgentumSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Argentumsans';
  src: url('../fonts/ArgentumSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Argentumsans';
  src: url('../fonts/ArgentumSans-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/ArgentumSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Argentumsans';
  src: url('../fonts/ArgentumSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Argentumsans';
  src: url('../fonts/ArgentumSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Argentumsans';
  src: url('../fonts/ArgentumSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Argentumsans';
  src: url('../fonts/ArgentumSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Argentumsans Wght';
  src: url('../fonts/ArgentumSanswght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Argentumsans';
  src: url('../fonts/ArgentumSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Argentumsans';
  src: url('../fonts/ArgentumSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Argentumsans';
  src: url('../fonts/ArgentumSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}