.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Poppins, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #7a7b8a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.header {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.header.cc-cta {
  display: none;
  margin-right: 5%;
  margin-left: 5%;
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.header.cc-store-home-wrap {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.header.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.tiny-text {
  font-size: 12px;
  line-height: 20px;
}

.tiny-text.white {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  font-family: Nunito, sans-serif;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
}

.tiny-text.white.powered {
  color: #000;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.button {
  position: relative;
  display: none;
  margin-right: 0px;
  padding: 12px 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 1px;
  background-color: #1a1b1f;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  display: block;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
  display: none;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.title {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.title.cc-blog-date {
  margin-top: 20px;
  opacity: 1;
  color: #fff;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.title.cc-blog-description {
  color: #7a7b8a;
  font-size: 13px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.title.cc-blog-description {
  color: #7a7b8a;
  font-size: 13px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.title.description {
  margin-bottom: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.paragraph-light {
  display: block;
  margin-top: 20px;
  opacity: 1;
  color: #7a7b8a;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0px;
  color: #000;
  font-size: 64px;
  line-height: 80px;
  font-weight: 700;
  text-transform: none;
}

.heading-jumbo-small {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navigation-wrap {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 4.4vw;
  margin-left: 4.4vw;
  padding: 50px 0px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-item {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  opacity: 0.6;
  color: #000;
  font-size: 14px;
  line-height: 80px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.menu-button {
  position: relative;
  z-index: auto;
}

.menu-button.w--open {
  z-index: 5;
  background-color: transparent;
}

.logo-image {
  display: block;
}

.navigation-items {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  line-height: 90px;
  text-align: left;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
  cursor: none;
}

.copyright-link:hover {
  opacity: 1;
}

.copyright-link:active {
  opacity: 0.8;
}

.copyright-link.w--current {
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.logo-tiny {
  display: block;
  -webkit-filter: none;
  filter: none;
}

.logo-tiny.black {
  -webkit-filter: none;
  filter: none;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f0ea;
  background-image: url('../images/pattern_top_page_isolated.svg');
  background-position: 50% 0%;
  background-size: 500px;
  background-repeat: no-repeat;
  color: #1a1b1f;
}

.hero.product-hero-xl {
  width: 95%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.hero-caption {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.hero-caption.cc-homepage {
  position: absolute;
  z-index: 1;
  display: none;
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.hero-caption.cc {
  position: absolute;
  z-index: 1;
  margin-bottom: 20px;
  text-align: left;
}

.motto-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 80vh;
  margin-top: 40px;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.hero-title {
  display: block;
  width: 100%;
  margin-bottom: 35px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.section-2 {
  margin-right: 4.4vw;
}

.social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-block.white {
  color: #fff;
}

.social-block.white {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #fff;
}

.social-links {
  margin-left: 20px;
  color: #000;
  font-size: 11px;
  line-height: 17px;
  font-weight: 700;
  text-decoration: none;
}

.link-block {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}

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

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

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

.link-block-4:hover {
  font-size: 15px;
}

.mouse-icon {
  position: relative;
  z-index: 1500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -100px;
  margin-bottom: -100px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mouse-icon._2 {
  margin-top: -100px;
  margin-bottom: -100px;
}

.mouse-icon._2.no-visible {
  display: none;
}

.mouse-icon._3 {
  margin-top: -100px;
  margin-bottom: -100px;
}

.mouse-icon._3.hide {
  display: none;
}

.mouse-icon._4 {
  display: block;
  margin-top: -100px;
  margin-bottom: -100px;
}

.mouse-icon._4.mobile {
  display: none;
}

.mouse-icon.insta {
  display: block;
  margin-top: -100px;
  margin-bottom: -100px;
}

.mouse-icon.coming-soon {
  margin-top: -100px;
  margin-bottom: -100px;
}

.mouse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.explore-icon-scroll {
  position: relative;
  display: none;
  width: 25px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 20px;
  color: #000;
}

.scroll-dot {
  position: absolute;
  left: 50%;
  top: 10px;
  right: auto;
  bottom: auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.hero-title-stroke-xl {
  width: auto;
  margin-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav1-logo-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  margin-top: 5%;
  margin-left: 5%;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo {
  display: block;
  color: #000;
}

.menu-text {
  position: relative;
  z-index: 99;
  font-family: Prata, sans-serif;
  color: #fff;
  font-size: 4em;
  line-height: 100px;
  font-weight: 300;
  text-align: left;
}

.menu-text.email {
  font-size: 2.5em;
  line-height: 60px;
  font-weight: 400;
}

.menu-text-sm {
  position: relative;
  z-index: 99;
  padding: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  font-weight: 600;
  text-align: center;
}

.d-88-menu-trigger-wrapper {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-top: 5%;
  margin-right: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: transparent;
  cursor: pointer;
}

.d-88-trigger-line {
  position: absolute;
  width: 30px;
  height: 2px;
  border-radius: 5px;
  background-color: #000;
}

.menu-wrapper {
  position: absolute;
  top: 0px;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: rgba(179, 194, 175, 0.99);
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-text-block {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.menu-text-block:hover {
  opacity: 0.4;
  color: #353535;
}

.menu-text-block.w--current {
  display: block;
  font-size: 1em;
  line-height: 1.3;
}

.menu-text-block.email {
  padding-top: 25px;
}

.menu-text-block.email-2 {
  padding-top: 10px;
}

.nav-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  background-color: transparent;
  color: transparent;
}

.social-links-white {
  margin-right: 30px;
  margin-left: 0px;
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.social-links-white:hover {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  color: #fff;
}

.nav-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9000;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  color: #919191;
}

.cursor-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
}

.cursor-circle {
  position: absolute;
  z-index: 1000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.19);
  border-radius: 50%;
  background-color: #adbcaa;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dark {
  border-style: solid solid none;
  border-width: 25px;
  border-color: #fff;
  border-radius: 8px;
  background-color: #fff;
  cursor: none;
}

.dark.no-border {
  border-style: none;
  background-color: transparent;
}

.subtitle {
  display: block;
  width: 30%;
  margin-top: 20px;
  margin-left: 0px;
  opacity: 1;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
  text-transform: none;
  white-space: normal;
}

.subtitle.center {
  width: auto;
  font-size: 15px;
  text-align: center;
}

.content-column {
  padding-top: 50px;
  padding-left: 50px;
}

.hero-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.hero-image.project {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #1b1a1a), to(#373d46)), -webkit-gradient(linear, left top, left bottom, from(#1b1a1a), to(#1b1a1a));
  background-image: linear-gradient(0deg, #1b1a1a 7%, #373d46), linear-gradient(180deg, #1b1a1a, #1b1a1a);
}

.body {
  font-family: Nunito, sans-serif;
  font-weight: 400;
}

.description-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
}

.description-column._2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.hero-title-white {
  margin-left: 200px;
}

.hero-title-stroke-sm {
  margin-left: 20px;
}

.social-block-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.social-block-mobile.white {
  display: block;
  margin-top: 20px;
  color: #b3c2af;
}

.navigation-2 {
  display: block;
  font-family: Prata, sans-serif;
}

.heading-jumbo-xl-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0px;
  color: #000;
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  text-transform: none;
}

.heading-jumbo-xl-2.white {
  color: #fff;
  font-size: 90px;
  font-weight: 600;
}

.heading-jumbo-xl-2.white {
  color: #fff;
  font-size: 85px;
  font-weight: 700;
}

.text-stroke-sm-2 {
  display: none;
  color: #000;
}

.social-links-2 {
  margin-left: 20px;
  color: #000;
  font-size: 11px;
  line-height: 17px;
  font-weight: 700;
  text-decoration: none;
}

.social-links-2.white {
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, color 200ms ease;
  transition: transform 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
}

.social-links-2.white:hover {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  color: #4332d2;
  font-weight: 600;
}

.text-stroke-extra-small-2 {
  display: none;
  color: #000;
}

.category {
  display: block;
  margin-right: 5px;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #f0b;
  opacity: 1;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}

.social-icons {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  margin-top: 0px;
  margin-bottom: 80px;
}

.tittle-project-xl {
  margin-top: 0px;
  padding-right: 0px;
  color: #fff;
  font-size: 36px;
  line-height: 33px;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
}

.white {
  color: #fff;
  font-weight: 300;
}

.categories-block {
  display: block;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.container-project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 1140px;
  margin: 15% auto 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.rich-text-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.rich-text-white blockquote {
  color: #fff;
}

.rich-text-white p {
  color: #7a7b8a;
}

.rich-text-white p {
  color: #7a7b8a;
}

.rich-text-white blockquote {
  color: #fff;
}

.heading-3 {
  margin-top: 0px;
  color: #897bff;
  text-align: left;
}

.container-image {
  display: none;
  margin-bottom: 10%;
}

.next {
  margin-top: 200px;
  margin-bottom: 100px;
}

.next-title {
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, color 200ms ease;
  transition: transform 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  color: #1b1a1a;
  font-size: 70px;
  line-height: 80px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: none;
  text-shadow: 0 -1px 0 #fff, 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff;
}

.next-title:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
  text-shadow: none;
}

.next-project {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.next-link-project {
  display: block;
  color: transparent;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.div-block-47 {
  width: 20px;
  height: 1px;
  margin-right: 15px;
  background-color: #4332d2;
}

.scroll-top {
  position: fixed;
  left: auto;
  top: auto;
  right: 4.4vw;
  bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.scroll-top.w--current {
  bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.header-project {
  margin-right: 30px;
  margin-left: 30px;
}

.header-project.cc-store-home-wrap {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.collection-list-wrapper {
  display: block;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/7_5---Photo.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.collection-list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.next-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.empty-state {
  display: none;
}

.image-6 {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px none #000;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.container {
  margin-top: 50px;
}

.div-stroke-sm-project {
  display: none;
  margin-left: 20px;
}

.back-home {
  text-decoration: none;
}

.back-home-text {
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, color 200ms ease;
  transition: transform 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  color: #1b1a1a;
  font-size: 70px;
  line-height: 80px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: none;
  text-shadow: 0 -1px 0 #fff, 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff;
}

.back-home-text:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
  text-shadow: none;
}

.home-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-52 {
  position: relative;
  display: block;
  margin-right: 30%;
  margin-left: 30%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.intro-header-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
}

.paragraph-light-2 {
  display: block;
  margin-top: 20px;
  opacity: 1;
  color: #7a7b8a;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
}

.div-block-53 {
  width: 20px;
  height: 1px;
  margin-right: 15px;
  background-color: #4332d2;
}

.next-project-2 {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.back-home-text-2 {
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, color 200ms ease;
  transition: transform 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  color: #1b1a1a;
  font-size: 70px;
  line-height: 80px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: none;
  text-shadow: 0 -1px 0 #fff, 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff;
}

.back-home-text-2:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
  text-shadow: none;
}

.next-title-2 {
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, color 200ms ease;
  transition: transform 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  color: #1b1a1a;
  font-size: 70px;
  line-height: 80px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: none;
  text-shadow: 0 -1px 0 #fff, 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff;
}

.next-title-2:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
  text-shadow: none;
}

.footer-desktop {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: auto;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider-stroke {
  display: none;
  width: 20px;
  height: 1px;
  margin-right: 15px;
  margin-bottom: 20px;
  background-color: #4332d2;
}

.container-cta {
  width: 100%;
  max-width: 1140px;
  margin-top: 150px;
  margin-right: auto;
  margin-left: auto;
}

.main-content-left-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 100vh;
  margin-top: 0vh;
  padding: 25vh 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.paragraph {
  margin-bottom: 20px;
  color: #7a7b8a;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.paragraph.origin {
  margin-bottom: 0px;
  font-size: 14px;
}

.button-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  min-width: 100px;
  margin-top: 3em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle-contain {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: absolute;
  margin-left: 22px;
  opacity: 1;
}

.button-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
}

.button-link.w--current {
  display: none;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  padding-right: 65px;
  padding-left: 60px;
}

.main-content-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1580px;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-content-img.work {
  margin-top: -400px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.arrow {
  border-style: solid;
  border-width: 0px;
  border-color: #798477;
  border-radius: 20px;
  font-size: 30px;
}

.d-135-card-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.menu_underline {
  position: relative;
  display: block;
  height: 2px;
  margin-top: -4px;
  background-color: hsla(0, 0%, 100%, 0.5);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.portfolio-big-image {
  height: 90vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/2_14---Photo.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.portfolio-big-image._2 {
  background-image: url('../images/1_E.jpg');
}

.portfolio-wrap-text-sm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.portfolio-title-sm {
  margin-bottom: 25px;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
}

.portfolio-title-sm.white {
  color: #fff;
}

.fullscreen-slider {
  width: 100vw;
  height: 40vh;
  margin-top: 50px;
}

.swiper-container {
  display: block;
}

.swiper-wrapper {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.swiper-wrapper:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.swiper-slide {
  margin-bottom: 50px;
  padding-left: 0px;
  -webkit-transition: all 375ms ease, opacity 200ms ease;
  transition: all 375ms ease, opacity 200ms ease;
  cursor: -webkit-grab;
  cursor: grab;
}

.swiper-slide:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.card {
  display: block;
}

.image-7 {
  width: 100%;
}

.subtitle-3 {
  display: block;
  margin-top: 20px;
  opacity: 1;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  white-space: normal;
}

.subtitle-3._1 {
  display: none;
}

.text-stroke-sm-3 {
  display: none;
  color: #000;
}

.paragraph-2 {
  color: #7a7b8a;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
}

.paragraph-2.white {
  color: #b2b2b2;
}

.button-base-2 {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #4332d2;
  border-radius: 50px;
  background-color: #1b1a1a;
  color: #000;
}

.button-t-4 {
  position: absolute;
  margin-left: 30px;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0px;
}

.half-white-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
}

.white-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
}

.half-black-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -50px;
  margin-bottom: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
}

.dark-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1a1a;
  color: #1b1a1a;
}

.columns {
  display: none;
}

.column-7 {
  padding-right: 0px;
  padding-left: 30px;
}

.button-t-light {
  position: absolute;
  margin-left: 30px;
  color: transparent;
  font-size: 13px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0px;
}

.link-block-12 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
}

.collection-list-wrapper-6 {
  width: 100%;
}

.collection-list-3 {
  display: block;
  width: 100%;
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item-3 {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.smooth-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.smooth-wrapper.bkg-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f8f0ea;
}

.page-transition {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3000;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #1b1a1a;
}

.left-arrow {
  position: absolute;
  display: none;
}

.right-arrow {
  display: none;
}

.loading-animation-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10000000;
  display: none;
  width: 100%;
  height: 101vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loading-animation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b3c2af;
}

.menu-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 1em 0em;
  border-bottom: 0px solid hsla(0, 0%, 97.3%, 0.2);
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: hsla(0, 0%, 100%, 0.48);
}

.menu-link:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #f8f8f8;
  text-decoration: none;
}

.menu-link:focus {
  text-decoration: none;
}

.menu-link.w--current {
  border-bottom-width: 0px;
  color: #fff;
}

.menu-link.w--current:hover {
  text-decoration: none;
}

.menu-button-2 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 991;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 50%;
  background-color: hsla(0, 0%, 9%, 0.3);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.menu-button-2:hover {
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.06);
}

.menu-button-2:focus {
  background-color: hsla(0, 0%, 100%, 0.05);
}

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

.menu-button-2.w--open:hover {
  background-color: hsla(0, 0%, 100%, 0.08);
}

.contact-wrap-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.get-in-touch {
  font-family: Prata, sans-serif;
  color: #fff;
  font-weight: 500;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-bottom: 15vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.address {
  margin-top: 3.9em;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-weight: 500;
}

.vertical-text-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vertical-text-wrap.center {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vertical-text-wrap.center.padding {
  margin-left: 35px;
}

.text-vertical-hero {
  position: static;
  margin-top: 60px;
  margin-bottom: 10vh;
  margin-left: -5px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Lato, sans-serif;
  color: #000;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  white-space: nowrap;
}

.text-vertical-hero.product-text {
  margin-top: 70px;
  margin-bottom: 0vh;
  font-size: 15px;
  text-align: right;
  letter-spacing: 3px;
}

.side-line {
  width: 1px;
  height: 80px;
  background-color: #b3c2af;
}

.side-line.padding {
  margin-bottom: 40px;
}

.lottie-scroll-wrapper {
  position: relative;
  left: -1.3%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rotate-circle-top {
  position: absolute;
  left: -20%;
  top: 20%;
  right: auto;
  bottom: 0%;
  z-index: 500;
  width: 40%;
  margin-left: 0px;
  padding: 0px;
  float: none;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.rotate-circle-top.quote-text {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 25%;
  margin-bottom: 12.5vh;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-12 {
  width: 80%;
  margin-top: 31px;
  margin-bottom: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Prata, sans-serif;
  font-size: 30px;
  line-height: 50px;
}

.email-footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
  cursor: none;
}

.email-footer-link:hover {
  opacity: 1;
}

.email-footer-link:active {
  opacity: 0.8;
}

.email-footer-link.w--current {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-size: 20px;
}

.email-text {
  font-family: Nunito, sans-serif;
  color: #798477;
}

.footer-column-sm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-7 {
  margin-bottom: 40px;
  font-family: Prata, sans-serif;
  color: #000;
  font-size: 25px;
}

.adress-text {
  margin-bottom: 20px;
}

.footer-column-sm-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.copyright-grid {
  display: -ms-grid;
  display: grid;
  width: 85.5%;
  padding-top: 2vh;
  padding-bottom: 5vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 200px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.copyright-link-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
  cursor: none;
}

.copyright-link-right:hover {
  opacity: 1;
}

.copyright-link-right:active {
  opacity: 0.8;
}

.copyright-link-right.w--current {
  margin-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 1;
}

.footer-grid-horizontal {
  width: 85.5%;
  padding-top: 12.5vh;
  padding-bottom: 12.5vh;
  grid-column-gap: 40px;
  grid-template-areas: ".";
  -ms-grid-columns: 2fr 40px 1fr 40px 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid none;
  border-width: 1px;
  border-color: rgba(122, 123, 138, 0.37) #b3c2af;
}

.footer-grid-horizontal.no-top-divider {
  border-top-style: none;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-top: 0vh;
  margin-bottom: 12.5vh;
  padding-top: 12.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section.green-bkg {
  position: relative;
  width: 95%;
  height: 100vh;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-top: 0vh;
  border: 1px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.section.gold-bkg {
  position: relative;
  width: 95%;
  height: 100vh;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-top: 0vh;
  padding-bottom: 0vh;
  border: 1px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.section.no_padding {
  margin-top: 0vh;
}

.section.icon-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 80%;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-bottom: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 1px none #000;
  background-color: #fff;
}

.section.icon-description.no_padding {
  padding-top: 0vh;
}

.section.no_bkg_color {
  position: relative;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 200px;
  background-color: transparent;
}

.section.no_bkg_color.instagram {
  position: relative;
  z-index: 0;
  width: 95%;
  height: auto;
  margin-top: -250px;
  padding-top: 200px;
  background-color: #f8f0ea;
}

.section.no_bkg_color.full_width {
  width: 100%;
  height: auto;
  margin-top: 0vh;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.no_bkg_color.no-padding.hide {
  display: none;
}

.section.no_bkg_color.intro {
  height: 100vh;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.no_bkg_color.image-product.desktop {
  padding-top: 0px;
}

.section.no_bkg_color.image-product.hide {
  display: none;
}

.section.no_bkg_color._1 {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 200px;
}

.section.no_bkg_color.instagram-home {
  z-index: 1;
  width: 95%;
  height: auto;
  margin-top: 0px;
  padding-top: 200px;
  background-color: #f8f0ea;
}

.section.no_bkg_color.no-visible {
  display: none;
}

.section.pattern_bg {
  position: relative;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 200px;
  background-color: transparent;
}

.section.pattern_bg.instagram {
  position: static;
  z-index: 10000;
  width: 95%;
  height: auto;
  margin-top: -250px;
  padding-top: 200px;
  background-color: #f8f0ea;
}

.section.pattern_bg.full_width {
  width: 100%;
  height: auto;
  margin-top: 0vh;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.pattern_bg.intro {
  height: 100vh;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.pattern_bg.image-product.desktop {
  padding-top: 0px;
}

.section.pattern_bg.product-thumbnail {
  width: 95%;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/pattern_top_page_isolated.svg');
  background-position: 50% 0%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.section.pattern_bg._1 {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 200px;
}

.section.pattern_bg.instagram-home {
  position: static;
  z-index: 10000;
  width: 95%;
  height: auto;
  margin-top: 0px;
  padding-top: 200px;
  background-color: #f8f0ea;
}

.container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: rgba(122, 123, 138, 0.37) #000 #000;
}

.container.separate-line {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-style: none;
}

.container.instagram {
  bottom: -150px;
  background-color: transparent;
}

.heading-8 {
  font-family: Prata, sans-serif;
  color: #000;
  text-align: center;
}

.heading-8.hide {
  display: none;
}

.heading {
  margin-bottom: 30px;
  direction: ltr;
  font-family: Prata, sans-serif;
  color: #000;
  font-size: 85px;
  line-height: 100px;
  font-style: normal;
  text-align: left;
  text-transform: none;
  white-space: pre-wrap;
}

.heading.h2 {
  margin-bottom: 40px;
  border-bottom: 1px none rgba(122, 123, 138, 0.3);
  font-size: 45px;
  line-height: 75px;
}

.heading.text-baseline-product {
  font-size: 40px;
  line-height: 60px;
  text-align: center;
}

.heading.xl {
  margin-right: 30px;
  margin-left: 30px;
  font-size: 100px;
  line-height: 120px;
  text-align: center;
  white-space: pre-line;
}

.instagram-photo._1 {
  position: relative;
  width: 150px;
  height: 150px;
  background-image: url('../images/insta1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.instagram-photo._2 {
  width: 150px;
  height: 150px;
  background-image: url('../images/insta2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.instagram-photo._3 {
  width: 150px;
  height: 150px;
  background-image: url('../images/insta3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.instagram-photo._4 {
  width: 150px;
  height: 150px;
  background-image: url('../images/insta4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.instagram-photo._5 {
  width: 150px;
  height: 150px;
  background-image: url('../images/insta5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.instagram-image-overlay {
  width: 100%;
}

.instagram-image-overlay._1 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  height: 100%;
  background-color: #fff;
}

.instagram-image-overlay._2 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  height: 100%;
  background-color: #fff;
}

.leaf-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.leaf-wrap.no-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -3.5vh;
  margin-bottom: -5vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.leaf-wrap.no-padding.no-padding-bottom {
  margin-top: -45px;
  margin-bottom: 0px;
}

.leaf-wrap.no-padding-bottom {
  margin-bottom: 0vh;
}

.leaf-wrap.qoute {
  margin-top: 5vh;
  margin-bottom: 0vh;
}

.image-8 {
  display: none;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.lotttie-leaf {
  position: relative;
  width: 15em;
  margin-top: 0px;
}

.grid-instagram-2 {
  position: static;
  display: -ms-grid;
  display: grid;
  width: 90%;
  height: 250px;
  margin-top: 16px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: minmax(200px, 1fr);
  grid-template-rows: minmax(200px, 1fr);
  -o-object-fit: fill;
  object-fit: fill;
}

.text-wrap {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-description.left {
  display: block;
  margin-top: 30px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #7a7b8a;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.grid-product {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 715px;
  margin-top: 0vh;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.25fr 0.75fr;
  grid-template-columns: 1.25fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-product._2 {
  margin-top: 0vh;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-columns: 0.75fr 1.15fr;
  grid-template-columns: 0.75fr 1.15fr;
}

.ingredient-grid {
  margin-top: 60px;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ingredient-grid._3-col {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.ingredient-grid._5-col {
  align-self: flex-start;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.ingredient-grid._5-col.center {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-column-gap: 150px;
}

.slider-product {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  cursor: -webkit-grab;
  cursor: grab;
}

.slide-product {
  position: relative;
  background-color: transparent;
}

.slide-product._1 {
  background-image: url('../images/green-tea-can-front.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #eab76c;
}

.slide-product._2 {
  background-image: url('../images/green-tea-can-description.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-product._3 {
  background-image: url('../images/green-tea-can-ingredients.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-product._4 {
  background-image: url('../images/oolong-tea-can-front.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-product._5 {
  background-image: url('../images/oolong-tea-can-description.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-product._6 {
  background-image: url('../images/image_serving_tea_2_bkg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-product.greentea {
  background-image: url('../images/green-tea_leaves.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-product._6 {
  background-image: url('../images/oolong-tea-can-ingredients.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-product._7 {
  background-image: url('../images/water-can-front.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #eab76c;
}

.slide-product._8 {
  background-image: url('../images/water-can-description.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-product._9 {
  background-image: url('../images/water-can-ingredients.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-product._6 {
  background-image: url('../images/oolong-tea-can-ingredients.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-product.oolongtea {
  background-image: url('../images/oolong-tea_leaves.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-nav-product {
  position: relative;
  margin-top: -40px;
  color: #eab76c;
}

.icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-xl-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-top: 12.5vh;
  margin-bottom: 2vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  text-align: center;
}

.text-xl-wrap.no_padding {
  width: 600px;
  margin-top: 100px;
}

.slide-nav-product-gold {
  position: relative;
  margin-top: -40px;
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
  color: #eab76c;
}

.text-vertical-prodcut-wrap {
  position: absolute;
  left: -5%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.leaf-block {
  position: relative;
  left: 7px;
}

.origin-text {
  font-family: Nunito, sans-serif;
  font-style: italic;
  font-weight: 800;
}

.product-effect-wrapper {
  position: relative;
  width: 500px;
  height: 600px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.product-effect-wrapper._2.image_effect_2 {
  width: 600px;
  height: 715px;
}

.product-effect-wrapper.image_effect_1 {
  width: 600px;
  height: 715px;
}

.product-effect-wrapper._3.image_effect_3 {
  width: 600px;
  height: 715px;
}

.product-effect-wrapper._4.image_effect_4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 715px;
  height: 715px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.product-effect-wrapper._3.image_effect_2 {
  width: 600px;
  height: 715px;
}

.product-parallax-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 500px;
  height: auto;
  box-shadow: none;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.product-parallax-wrapper._2 {
  width: 500px;
}

.product-parallax-wrapper._2.image_parallax_2 {
  width: 600px;
  height: 715px;
}

.product-parallax-wrapper.image_parallax_1 {
  width: 600px;
  height: 715px;
}

.product-parallax-wrapper._4.image_parallax_4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 715px;
  height: 715px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-parallax-wrapper._3 {
  width: 500px;
}

.product-parallax-wrapper._3.image_parallax_2 {
  width: 600px;
  height: 715px;
}

.product-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.product-image._1 {
  background-image: url('../images/green-tea-can.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-image._2 {
  background-image: url('../images/oolong-tea-can.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-image._3 {
  background-image: none;
}

.product-image._3 {
  background-image: url('../images/water-can.png');
  background-position: 0px 0px;
  background-size: auto;
}

.product-image._4 {
  background-image: url('../images/image_tea_leaves_bkg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-image._5 {
  background-image: url('../images/image_tea_baskets_bkg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-image.coming-soon {
  background-image: url('../images/coming-soon-can.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-image._3 {
  background-image: url('../images/filttered-water-bottle-circle-bkg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-image._6 {
  background-image: url('../images/water-can_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.d-59-gradient-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  background-image: none;
}

.d-59-shine {
  position: absolute;
  left: -50%;
  top: -50%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  width: 200%;
  height: 200%;
  background-image: none;
}

.caption-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: -10%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.caption-wrapper._2 {
  bottom: -10%;
}

.product-caption {
  display: none;
  margin-bottom: 10px;
  font-family: Prata, sans-serif;
  color: #000;
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0px;
  text-shadow: 0 1px 2px #fff;
}

.d-59-text {
  display: none;
  margin-right: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.125rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.grid-4 {
  position: relative;
  display: none;
  width: 80%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-product-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.full-image-wrap {
  position: static;
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.full-image-wrap._2 {
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-block-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-home.w--current {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-wrap-leaf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image-wrap-leaf.qoute {
  display: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image-wrap-leaf._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.image-wrap-leaf._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.image-wrap-leaf._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-wrap-leaf._5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.grid-5 {
  width: 90%;
  align-self: flex-start;
  grid-auto-flow: row;
  grid-column-gap: 150px;
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-col {
  height: 60vh;
  background-image: url('../images/gryffyn-m-aUymvY6a8KM-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-col.right {
  position: relative;
  width: 100%;
  height: 50vh;
  margin-bottom: 20vh;
  background-image: url('../images/gryffyn-m-aUymvY6a8KM-unsplash.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.image-col.left {
  position: relative;
  margin-top: 120px;
  background-image: url('../images/paul-vincent-roll-c61jL_NpAn8-unsplash.jpg');
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.leaf-gfx {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: -15%;
  width: 60px;
  height: 25%;
  background-image: url('../images/leaf-02.png');
  background-position: 0px 0px;
  background-size: 60px;
  background-repeat: no-repeat;
}

.leaf-gfx-left {
  position: absolute;
  left: 20%;
  top: -23%;
  right: auto;
  bottom: auto;
  width: 150px;
  height: 35%;
  background-image: url('../images/leaf-01.png');
  background-position: 0px 0px;
  background-size: 150px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(77deg);
  -ms-transform: rotate(77deg);
  transform: rotate(77deg);
}

.link-block-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-product.w--current {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.instagram-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0vh;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f0ea;
  color: #1a1b1f;
}

.subtitile-block {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subtitile-block._50 {
  width: 100%;
  margin-top: 0px;
}

.subtitile-block._30 {
  width: 30%;
  margin-top: 0px;
}

.subtitile-block._100 {
  width: 100%;
  margin-top: 0px;
}

.subtitile-block._15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 310px;
}

.image-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0vh;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f0ea;
  color: #1a1b1f;
}

.image-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0vh;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f0ea;
  color: #1a1b1f;
}

.image-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0vh;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f0ea;
  color: #1a1b1f;
}

.image-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0vh;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f0ea;
  color: #1a1b1f;
}

.instagram {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0vh;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f0ea;
  color: #1a1b1f;
}

.grid-instagram-3 {
  position: static;
  display: none;
  height: 150px;
  margin-top: 80px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: minmax(200px, 1fr);
  grid-template-rows: minmax(200px, 1fr);
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-top: -90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block.lg {
  width: 500px;
}

.hero-subtitile-block {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  margin-top: -80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-subtitile-block._25 {
  width: 400px;
  margin-top: 0px;
}

.product-caption-2 {
  display: none;
  margin-right: 0px;
  margin-bottom: 10px;
  font-family: Prata, sans-serif;
  color: #000;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: 0 1px 2px #fff;
}

.instagram-photo-full._1 {
  position: relative;
  background-image: url('../images/sara-monk-gfile95Xjis-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.instagram-photo-full._2 {
  background-image: url('../images/tsaiga-qhQEyyHWrAQ-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.instagram-photo-full._3 {
  background-image: url('../images/gryffyn-m-aUymvY6a8KM-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.instagram-photo-full._4 {
  background-image: url('../images/paul-vincent-roll-c61jL_NpAn8-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.instagram-photo-full._5 {
  background-image: url('../images/aniketh-kanukurthi-Qaor6nxikUM-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.explore-icon-scroll-2 {
  position: relative;
  display: none;
  width: 25px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 20px;
  color: #000;
}

.scroll-dot-2 {
  position: absolute;
  left: 50%;
  top: 10px;
  right: auto;
  bottom: auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.social-links-black {
  margin-right: 30px;
  margin-left: 0px;
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Nunito, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.social-links-black:hover {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  color: #000;
}

.side-line-2 {
  width: 1px;
  height: 80px;
  background-color: #b3c2af;
}

.image-about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0vh;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f0ea;
  color: #1a1b1f;
}

.text-vertical-hero-2 {
  position: static;
  margin-top: 60px;
  margin-bottom: 10vh;
  margin-left: -5px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Lato, sans-serif;
  color: #000;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  white-space: nowrap;
}

.text-vertical-hero-2.product-text {
  margin-top: 70px;
  margin-bottom: 0vh;
  font-size: 15px;
  text-align: right;
  letter-spacing: 3px;
}

.text-vertical-hero-2.product-text.padding {
  margin-top: 90px;
}

.subtitle-4 {
  display: block;
  width: 30%;
  margin-top: 20px;
  margin-left: 0px;
  opacity: 1;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
  text-transform: none;
  white-space: normal;
}

.subtitle-4.center {
  width: auto;
  margin-top: 0px;
  font-size: 15px;
  text-align: center;
}

.heading-9 {
  font-family: Prata, sans-serif;
  color: #000;
  text-align: center;
}

.heading-9.hide {
  display: none;
}

.about-effect-wrapper {
  position: relative;
  width: 500px;
  height: 615px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.about-effect-wrapper._1.about_effect_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 715px;
  height: 715px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
}

.about-effect-wrapper._2.about_effect_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 715px;
  height: 715px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
}

.about-effect-wrapper._3.about_effect_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 715px;
  height: 715px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
}

.about-parallax-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 500px;
  height: 615px;
  box-shadow: none;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.about-parallax-wrapper._1.about_parallax_1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-parallax-wrapper._3.about_parallax_3 {
  width: 100%;
  height: 100%;
}

.about_image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.about_image._1 {
  background-image: url('../images/bottle-circle_green_bkg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about_image._2 {
  background-image: url('../images/bottle-circle_oolong_bkg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about_image._3 {
  background-image: url('../images/bottle-circle_coming_soon_bkg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about_image._1 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: url('../images/image_tea_shop_2_bkg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.about_image._2 {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('../images/1-percent-for-the-planet-logo-with-hand-holding-a-flower.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.about_image._3 {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('../images/image_woman_picking_tea_2_bkg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.transition {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1500000;
  display: block;
  width: 100%;
  height: 100vh;
}

.transition-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-top: -6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.transition-trigger {
  display: block;
  padding: 0px;
}

.transition-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.transition-color {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #b3c2af;
}

.transition-color-border {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 10px;
  margin-bottom: -8px;
  background-color: #b3c2af;
}

.transition-lottie {
  position: relative;
  width: 100%;
  margin-bottom: -5px;
}

.loading-content {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 101%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.lottie-animation-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.link-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.footer-wrap-col {
  width: 80%;
  padding-top: 12.5vh;
  padding-bottom: 12.5vh;
  border-bottom: 1px none rgba(0, 0, 0, 0.15);
}

.column-9 {
  margin-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

.column-10 {
  margin-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

.column-11 {
  padding-right: 50px;
}

.footer-mobile {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 95%;
  height: 100vh;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-loading-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 72000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0%;
  margin-left: 0%;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo-loading {
  display: block;
  color: #000;
}

.logo-loading.w--current {
  margin-top: 5%;
  margin-left: 5%;
}

.ctamobile {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 95%;
  height: 100vh;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-product-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-top: 0vh;
  margin-bottom: 12.5vh;
  padding-top: 12.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section-product-mobile.no_bkg_color {
  position: relative;
  height: 100vh;
  margin-bottom: 0vh;
  padding-top: 0vh;
  background-color: transparent;
}

.section-product-mobile.no_bkg_color.image-product {
  display: none;
}

.product-effect-wrapper-mobile {
  position: relative;
  width: 450px;
  height: 600px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.product-effect-wrapper-mobile._2 {
  display: block;
}

.image-9 {
  height: auto;
}

.column-11-copy {
  padding-right: 10px;
  padding-left: 50px;
}

.coming-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0vh;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f0ea;
  color: #1a1b1f;
}

.slide-nav-product-blue {
  position: relative;
  margin-top: -40px;
  color: #eab76c;
}

.slidecontent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 600px;
  min-width: 300px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
}

.slidecontent.water {
  display: none;
}

.slide {
  overflow: visible;
}

.name {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 0px;
  color: #fff;
}

.slide-nav {
  display: none;
  padding-top: 27px;
  font-size: 8px;
}

.slider {
  display: block;
  overflow: visible;
  width: 800px;
  height: auto;
  padding: 25px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: transparent;
}

.slider.mobile {
  display: none;
}

.arrow-2 {
  display: block;
  font-family: Nunito, sans-serif;
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
}

.mask {
  overflow: hidden;
  width: 100%;
}

.hero-text-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-intro-wrap {
  width: 60%;
}

.html-embed {
  position: absolute;
  margin: 310px 25px;
}

.c-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #3b4f5a;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #3b4f5a;
  cursor: pointer;
}

.c-arrow:hover {
  background-color: #3b4f5a;
  color: #fff;
}

.c-arrow.cc-right {
  padding-top: 0px;
  padding-bottom: 22px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-arrow_embed {
  width: 16px;
  height: 16px;
}

.c-arrows-wrapper {
  position: relative;
  display: none;
  width: 100%;
  max-width: 88px;
  margin: 310px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-link-xl {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: none;
}

.link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.div-black {
  width: 80px;
  max-width: 250px;
  margin-top: 15px;
  border: 1px solid #000;
}

.text-block-14 {
  text-decoration: none;
}

.transition2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.transition-trigger2 {
  z-index: 20;
  display: none;
  padding: 0px;
}

.transition-content2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.transition-color-2 {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #b3c2af;
}

.transition-color-border-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 10px;
  margin-bottom: -8px;
  background-color: #b3c2af;
}

.transition-logo-img {
  position: relative;
  z-index: 2;
  width: 7em;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(248, 240, 234, 0.85);
}

.sign-up-form {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 500px;
  margin-bottom: 0px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 50px 0 rgba(1, 1, 1, 0.27);
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.form-row {
  margin-right: 25px;
  margin-left: 25px;
}

.form-hero {
  padding: 10px 50px;
  background-color: #fff;
  box-shadow: none;
  color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heading-10 {
  font-family: Prata, sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1.3px;
}

.input {
  min-height: 50px;
  margin-bottom: 20px;
  border-radius: 3px;
}

.sign-up-button {
  background-color: #b3c2af;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: none;
}

.close-modal-button {
  position: relative;
  left: auto;
  top: 8px;
  right: -45%;
  bottom: 0%;
  overflow: visible;
  width: 30px;
  padding: 10px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  background-color: #b3c2af;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.success-message {
  background-color: transparent;
}

.form {
  width: 300px;
}

.field-label {
  display: none;
  font-size: 15px;
  text-transform: none;
}

.paragraph-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}

.logo-wrapper-newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-10 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.html-embed-2 {
  width: 45%;
  margin-top: 80px;
  margin-right: 30px;
  margin-left: 30px;
}

@media screen and (max-width: 991px) {
  .header.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container {
    display: block;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    position: -webkit-sticky;
    position: sticky;
    margin-left: 30px;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0px;
  }

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

  .navigation-items {
    display: none;
    background-color: #fff;
  }

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .hero {
    height: 800px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-size: 450px;
  }

  .motto-wrap {
    height: 100vh;
  }

  .hero-title {
    display: block;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-block.white {
    display: none;
  }

  .social-block.white {
    display: none;
  }

  .link-block {
    margin-right: 0px;
    margin-left: 20px;
  }

  .link-block-2 {
    margin-right: 20px;
  }

  .link-block-4 {
    margin-right: 20px;
  }

  .mouse-icon {
    margin-top: -50px;
    margin-bottom: 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .mouse-icon._2 {
    margin-top: -50px;
    margin-bottom: 50px;
  }

  .mouse-icon._3 {
    margin-top: -50px;
    margin-bottom: 50px;
  }

  .mouse-icon._4 {
    margin-top: -50px;
    margin-bottom: 50px;
  }

  .mouse-icon._4.mobile {
    display: block;
  }

  .mouse-icon.insta {
    margin-top: -50px;
    margin-bottom: 50px;
  }

  .mouse-icon.coming-soon {
    margin-top: -50px;
    margin-bottom: 50px;
  }

  .mouse {
    width: 30px;
  }

  .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-title-stroke-xl {
    display: none;
  }

  .nav1-logo-wrapper {
    z-index: 1800;
    display: inline-block;
    margin-top: 3%;
    margin-left: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-text {
    font-size: 2.5em;
    line-height: 80px;
  }

  .menu-text.email {
    font-size: 1.3em;
    line-height: 50px;
  }

  .div-block-26 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-text-block {
    font-size: 1.5em;
  }

  .menu-text-block.w--current {
    font-size: 1.5em;
  }

  .nav-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-links-white {
    margin-right: 0px;
  }

  .nav-menu {
    display: none;
  }

  .cursor-circle {
    display: none;
  }

  .subtitle {
    display: none;
  }

  .subtitle.center {
    display: block;
    margin-top: 0px;
  }

  .content-column {
    padding-top: 20px;
    padding-left: 0px;
  }

  .description-column {
    width: 100%;
    margin-right: 32px;
  }

  .hero-title-stroke-sm {
    display: block;
    margin-top: -25px;
    margin-left: 0px;
    line-height: 20px;
  }

  .social-block-mobile.white {
    display: block;
    margin-bottom: 20px;
  }

  .heading-jumbo-xl-2 {
    font-size: 56px;
    line-height: 70px;
  }

  .heading-jumbo-xl-2.white {
    margin-bottom: 0px;
    font-size: 60px;
  }

  .heading-jumbo-xl-2.white {
    font-size: 60px;
  }

  .text-stroke-sm-2 {
    display: block;
    margin-top: -8px;
    padding-top: 0px;
    font-size: 16px;
  }

  .social-links-2.white {
    margin-left: 0px;
  }

  .text-stroke-extra-small-2 {
    display: none;
  }

  .category {
    margin-bottom: 5px;
  }

  .container-project {
    margin-top: 0px;
  }

  .project-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 150px;
    margin-bottom: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .next-title {
    font-size: 50px;
    line-height: 50px;
  }

  .collection-list-wrapper {
    margin-bottom: 100px;
  }

  .div-stroke-sm-project {
    display: none;
    margin-left: 0px;
  }

  .back-home-text {
    font-size: 50px;
    line-height: 50px;
    text-align: left;
  }

  .home-div {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-51 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .div-block-52 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .back-home-text-2 {
    font-size: 50px;
    line-height: 50px;
    text-align: left;
  }

  .next-title-2 {
    font-size: 50px;
    line-height: 50px;
  }

  .footer-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
  }

  .divider-stroke {
    display: block;
    width: 30px;
    margin-top: 20px;
  }

  .container-cta {
    display: block;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph {
    text-align: center;
  }

  .column.padding-top {
    margin-top: 25px;
  }

  .d-135-card-wrapper {
    margin-bottom: 60px;
  }

  .portfolio-wrap-text-sm {
    height: 100vh;
  }

  .subtitle-3 {
    display: none;
  }

  .text-stroke-sm-3 {
    display: block;
  }

  .loading-animation-wrap {
    display: none;
    height: 100vh;
    background-color: transparent;
  }

  .loading-animation {
    position: relative;
  }

  .contact-wrap-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-3 {
    height: 90vh;
    margin-bottom: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .address {
    margin-top: 2.5em;
    text-align: center;
  }

  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vertical-text-wrap.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .vertical-text-wrap.center.padding {
    margin-left: 10px;
  }

  .lottie-scroll-wrapper {
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .rotate-circle-top {
    left: -35%;
    width: 60%;
  }

  .footer-column.mobile {
    max-width: 80%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .email-footer-link {
    -webkit-transition: font-size 200ms ease, opacity 400ms ease;
    transition: font-size 200ms ease, opacity 400ms ease;
    color: #32343a;
  }

  .email-footer-link:hover {
    font-size: 18px;
  }

  .email-text {
    color: #000;
  }

  .heading-7 {
    font-size: 25px;
    line-height: 35px;
    text-align: left;
  }

  .heading-7.padding_top {
    margin-top: 50px;
    margin-bottom: 15px;
    text-align: center;
  }

  .copyright-grid {
    width: 80%;
    padding-top: 20px;
    padding-bottom: 25px;
    grid-column-gap: 50px;
    -ms-grid-columns: 3.25fr 2fr;
    grid-template-columns: 3.25fr 2fr;
  }

  .copyright-link-right {
    margin-top: 0px;
  }

  .footer-grid-horizontal.no-top-divider {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section.no_bkg_color {
    height: auto;
    padding-top: 0px;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section.no_bkg_color.instagram {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0vh;
    padding-top: 0px;
  }

  .section.no_bkg_color.full_width {
    height: 30vh;
    margin-top: 80px;
  }

  .section.no_bkg_color.intro {
    height: 800px;
  }

  .section.no_bkg_color.sm {
    margin-top: -50px;
  }

  .section.no_bkg_color.image-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section.no_bkg_color.image-product.desktop {
    display: none;
  }

  .section.no_bkg_color._1 {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .section.no_bkg_color.instagram-home {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0vh;
    padding-top: 0px;
  }

  .section.pattern_bg {
    height: auto;
    padding-top: 0px;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section.pattern_bg.instagram {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0vh;
    padding-top: 0px;
  }

  .section.pattern_bg.full_width {
    height: 30vh;
    margin-top: 80px;
  }

  .section.pattern_bg.intro {
    height: 800px;
  }

  .section.pattern_bg.sm {
    margin-top: -50px;
  }

  .section.pattern_bg.image-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section.pattern_bg.image-product.desktop {
    display: none;
  }

  .section.pattern_bg.product-thumbnail {
    height: 800px;
  }

  .section.pattern_bg._1 {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .section.pattern_bg.instagram-home {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0vh;
    padding-top: 0px;
  }

  .heading-8 {
    margin-top: 0px;
  }

  .heading.h2 {
    text-align: center;
  }

  .heading.xl {
    margin-right: 30px;
    margin-left: 30px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 75px;
    line-height: 85px;
    white-space: pre-line;
  }

  .instagram-photo._5 {
    display: none;
  }

  .leaf-wrap.no-padding {
    margin-top: -30px;
    margin-bottom: -100px;
  }

  .leaf-wrap.no-padding.no-padding-bottom {
    margin-top: -35px;
    margin-bottom: -100px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .lotttie-leaf {
    margin-top: -10px;
  }

  .grid-product {
    width: 100%;
    height: auto;
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .ingredient-grid._3-col {
    width: 100%;
    justify-items: center;
  }

  .ingredient-grid._5-col.center {
    width: 90%;
    grid-column-gap: 40px;
  }

  .slider-product {
    height: 500px;
  }

  .text-xl-wrap.no_padding {
    width: 80%;
  }

  .product-effect-wrapper {
    width: 500px;
    height: auto;
  }

  .product-effect-wrapper._2 {
    display: block;
    width: 500px;
  }

  .product-effect-wrapper._2.image_effect_2 {
    display: block;
    height: auto;
  }

  .product-effect-wrapper.image_effect_1 {
    height: auto;
  }

  .product-effect-wrapper._3.image_effect_3 {
    height: auto;
  }

  .product-effect-wrapper._4.image_effect_4 {
    width: 100%;
    height: auto;
  }

  .product-effect-wrapper._3 {
    display: none;
    width: 500px;
  }

  .product-effect-wrapper._3.image_effect_2 {
    display: block;
    height: auto;
  }

  .product-parallax-wrapper {
    position: relative;
    width: 500px;
    height: 600px;
  }

  .product-parallax-wrapper._2 {
    width: 500px;
    height: 600px;
  }

  .product-parallax-wrapper._2.image_parallax_2 {
    height: 600px;
  }

  .product-parallax-wrapper.image_parallax_1 {
    height: 600px;
  }

  .product-parallax-wrapper._4.image_parallax_4 {
    position: relative;
    width: 600px;
    height: 600px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .product-parallax-wrapper._3 {
    width: 500px;
    height: 600px;
  }

  .product-parallax-wrapper._3.image_parallax_2 {
    height: 600px;
  }

  .product-image._1 {
    background-size: cover;
  }

  .product-image._2 {
    background-size: cover;
  }

  .product-image._4 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
  }

  .product-image._5 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .product-image._3 {
    background-size: cover;
  }

  .d-59-shine {
    height: 20%;
  }

  .product-caption {
    display: none;
  }

  .grid-4 {
    width: 90%;
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .hero-product-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .full-image-wrap._2 {
    background-image: none;
  }

  .image-wrap-leaf {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-wrap-leaf._1 {
    height: auto;
  }

  .image-wrap-leaf._2 {
    height: auto;
  }

  .image-wrap-leaf._3 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-wrap-leaf._5 {
    height: auto;
  }

  .image-1 {
    height: auto;
  }

  .subtitile-block {
    width: 50%;
    margin-top: 0px;
  }

  .subtitile-block._30 {
    width: 50%;
  }

  .image-2 {
    height: auto;
  }

  .image-3 {
    height: auto;
  }

  .image-4 {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-5 {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .instagram {
    height: auto;
    padding-top: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-instagram-3 {
    width: 80%;
    margin-right: 10px;
    margin-left: 10px;
    grid-column-gap: 5px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 0.25fr;
    grid-template-columns: 1fr 1fr 1fr 0.25fr;
  }

  .text-block {
    margin-top: 0px;
  }

  .hero-subtitile-block._25 {
    width: 60%;
  }

  .subtitle-4 {
    display: none;
  }

  .subtitle-4.center {
    display: block;
  }

  .about-effect-wrapper._1.about_effect_1 {
    width: 100%;
    height: auto;
  }

  .about-effect-wrapper._2.about_effect_2 {
    width: 100%;
    height: auto;
  }

  .about-effect-wrapper._3.about_effect_3 {
    width: 100%;
    height: auto;
  }

  .about-parallax-wrapper._1.about_parallax_1 {
    width: 100%;
    height: 600px;
  }

  .about-parallax-wrapper._3.about_parallax_3 {
    position: relative;
    width: 100%;
    height: 600px;
  }

  .about_image._1 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: auto;
    background-size: cover;
  }

  .about_image._2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: auto;
    background-size: cover;
  }

  .about_image._3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: auto;
    background-size: cover;
  }

  .loading-content {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lottie-animation-2 {
    width: 30px;
  }

  .link-block-13 {
    height: auto;
    margin-bottom: 100px;
  }

  .contact-footer-mobile {
    width: 80%;
    padding-top: 50px;
    padding-bottom: 75px;
    grid-column-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-top: 1px none rgba(122, 123, 138, 0.37);
    border-bottom: 1px solid rgba(122, 123, 138, 0.37);
    border-radius: 0px;
  }

  .logo-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-wrap-col {
    width: 80%;
  }

  .column-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    padding-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .footer-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logo-loading-wrap {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0%;
    margin-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo-loading.w--current {
    margin-top: 0%;
    margin-left: 0%;
  }

  .ctamobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-12 {
    display: block;
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-product-mobile.no_bkg_color {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-product-mobile.no_bkg_color.image-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    margin-bottom: 150px;
  }

  .product-effect-wrapper-mobile {
    width: 100%;
    height: auto;
  }

  .product-effect-wrapper-mobile._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .column-11-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .coming-image {
    height: auto;
  }

  .slidecontent {
    min-width: 300px;
  }

  .slider {
    display: none;
    width: 600px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .slider.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mask {
    overflow: hidden;
  }

  .hero-text-wrap {
    width: 95%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .c-arrows-wrapper {
    margin-top: 34px;
    margin-right: 44px;
  }

  .modal-wrapper {
    display: none;
  }

  .html-embed-2 {
    width: 80%;
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    margin-right: 15px;
    margin-left: 15px;
  }

  .header.cc-cta {
    padding: 15px;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .tiny-text.white {
    font-size: 10px;
  }

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

  .paragraph-bigger.cc-bigger-light {
    line-height: 30px;
  }

  .heading-jumbo {
    font-size: 60px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding: 0px 30px 60px;
  }

  .hero {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
    background-size: 300px;
  }

  .hero-caption {
    width: 80%;
  }

  .motto-wrap {
    height: auto;
    margin-top: 13px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .social-block.white {
    margin-top: -48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-block.white {
    margin-top: -48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block {
    margin-right: 0px;
    margin-left: 20px;
  }

  .mouse-icon {
    margin-top: -70px;
    margin-bottom: 50px;
  }

  .mouse-icon._4.mobile {
    margin-bottom: 100px;
  }

  .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-title-stroke-xl {
    display: none;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .nav1-logo-wrapper {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    width: 70px;
    margin-top: 5%;
    margin-left: 20px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logo.w--current {
    display: block;
  }

  .menu-text {
    font-size: 2.5em;
    line-height: 70px;
  }

  .menu-text-sm {
    font-size: 28px;
    line-height: 28px;
  }

  .div-block-26 {
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .social-links-white {
    margin-right: 0px;
  }

  .nav-menu {
    display: none;
  }

  .cursor-circle {
    display: none;
  }

  .div-block-27 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .content-column {
    padding-top: 20px;
    padding-left: 0px;
    border-top: 1px none #000;
  }

  .hero-image {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .description-column {
    width: auto;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .hero-title-white {
    margin-left: 0px;
  }

  .hero-title-stroke-sm {
    display: block;
    margin-top: -10px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .social-block-mobile.white {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-jumbo-xl-2 {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-xl-2.white {
    margin-bottom: -8px;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
  }

  .heading-jumbo-xl-2.white {
    margin-bottom: 0px;
    line-height: 30px;
  }

  .text-stroke-sm-2 {
    display: none;
  }

  .text-stroke-extra-small-2 {
    display: block;
    text-align: center;
  }

  .categories-block {
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .container-project {
    max-width: none;
    padding-top: 100px;
    text-align: center;
  }

  .project-wrap {
    height: auto;
    margin-top: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rich-text-white {
    width: 100%;
    text-align: left;
  }

  .next {
    width: 70%;
    margin: 100px auto 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .next-title {
    font-size: 45px;
    line-height: 45px;
  }

  .scroll-top {
    display: none;
  }

  .header-project {
    margin-right: 15px;
    margin-left: 15px;
  }

  .collection-list-wrapper {
    width: auto;
  }

  .image-6 {
    display: none;
  }

  .container {
    padding-top: 20px;
  }

  .div-stroke-sm-project {
    display: none;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .back-home-text {
    font-size: 45px;
    line-height: 45px;
  }

  .div-block-52 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .back-home-text-2 {
    font-size: 45px;
    line-height: 45px;
  }

  .next-title-2 {
    font-size: 45px;
    line-height: 45px;
  }

  .footer-desktop {
    margin-right: 15px;
    margin-left: 15px;
  }

  .divider-stroke {
    display: block;
  }

  .container-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .column {
    margin-top: 25px;
  }

  .column.slider-image {
    height: 40vh;
  }

  .portfolio-wrap-text-sm {
    height: auto;
    margin-top: 13px;
  }

  .text-stroke-sm-3 {
    display: none;
  }

  .loading-animation-wrap {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
  }

  .loading-animation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-link {
    overflow: hidden;
  }

  .contact-wrap-nav {
    display: none;
  }

  .column-8 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 10vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vertical-text-wrap {
    display: none;
  }

  .vertical-text-wrap.center {
    display: none;
  }

  .footer-column.mobile {
    padding-bottom: 7vh;
  }

  .section.no_bkg_color {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
  }

  .section.no_bkg_color.instagram {
    width: 90%;
    margin-top: -80px;
    margin-bottom: 0vh;
  }

  .section.no_bkg_color.full_width {
    height: auto;
    margin-top: 50px;
  }

  .section.no_bkg_color.intro {
    height: auto;
    margin-bottom: 0px;
  }

  .section.no_bkg_color.image-product {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section.no_bkg_color.image-product.desktop {
    display: none;
  }

  .section.no_bkg_color.product-thumbnail {
    height: auto;
  }

  .section.no_bkg_color.instagram-home {
    width: 90%;
    margin-top: -80px;
    margin-bottom: 0vh;
  }

  .section.pattern_bg {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
  }

  .section.pattern_bg.instagram {
    width: 90%;
    margin-top: -80px;
    margin-bottom: 0vh;
  }

  .section.pattern_bg.full_width {
    height: auto;
    margin-top: 50px;
  }

  .section.pattern_bg.intro {
    height: auto;
    margin-bottom: 0px;
  }

  .section.pattern_bg.image-product {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section.pattern_bg.product-thumbnail {
    width: 100%;
    height: 100vh;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.pattern_bg.instagram-home {
    width: 90%;
    margin-top: -80px;
    margin-bottom: 0vh;
  }

  .container {
    padding-top: 0px;
  }

  .container.separate-line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .heading.h2 {
    margin-bottom: 25px;
    font-size: 35px;
  }

  .heading.xl {
    font-size: 50px;
    line-height: 55px;
    white-space: pre-line;
  }

  .leaf-wrap.no-padding {
    margin-bottom: 0px;
  }

  .grid-product {
    width: 100%;
    height: auto;
    grid-row-gap: 37px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-product._2 {
    width: 80%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .ingredient-grid._3-col {
    margin-top: 30px;
  }

  .ingredient-grid._5-col.center {
    width: 90%;
    grid-column-gap: 30px;
  }

  .slider-product {
    height: 45vh;
  }

  .slide-product._1 {
    background-size: contain;
  }

  .slide-product._4 {
    background-image: url('../images/oolong-tea-can-front.png');
  }

  .slide-product._7 {
    background-size: contain;
  }

  .slide-product._6 {
    background-image: url('../images/oolong-tea-can-ingredients.png');
  }

  .slide-nav-product {
    margin-top: -20px;
  }

  .text-xl-wrap.no_padding {
    width: 85%;
  }

  .slide-nav-product-gold {
    margin-top: -20px;
  }

  .product-effect-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-effect-wrapper._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    height: auto;
  }

  .product-effect-wrapper._2.image_effect_2 {
    width: 100%;
    height: auto;
  }

  .product-effect-wrapper.image_effect_1 {
    width: 100%;
    height: auto;
  }

  .product-effect-wrapper._3.image_effect_3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-effect-wrapper._4.image_effect_4 {
    width: 100%;
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .product-effect-wrapper._3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    height: auto;
  }

  .product-effect-wrapper._3.image_effect_2 {
    width: 100%;
    height: auto;
  }

  .product-parallax-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    height: 450px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .product-parallax-wrapper._2 {
    width: 400px;
    height: 450px;
  }

  .product-parallax-wrapper._2.image_parallax_2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 500px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-parallax-wrapper.image_parallax_1 {
    position: relative;
    width: 100%;
    height: 500px;
  }

  .product-parallax-wrapper._4.image_parallax_4 {
    width: 100%;
    height: 500px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .product-parallax-wrapper._3 {
    width: 400px;
    height: 450px;
  }

  .product-parallax-wrapper._3.image_parallax_2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 500px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-parallax-wrapper._3.image_parallax_2.height {
    height: 600px;
  }

  .product-image._1 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    background-size: cover;
  }

  .product-image._2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    background-size: cover;
  }

  .product-image._3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }

  .product-image._4 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .product-image._5 {
    background-size: cover;
  }

  .product-image.coming-soon {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }

  .product-image._3 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    background-size: cover;
  }

  .product-caption {
    display: none;
    margin-right: 0px;
    font-size: 2rem;
  }

  .grid-4 {
    display: none;
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-wrap-leaf {
    position: relative;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-wrap-leaf._1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-wrap-leaf._2 {
    position: relative;
    width: 100%;
  }

  .subtitile-block._30 {
    width: 50%;
  }

  .grid-instagram-3 {
    width: auto;
    height: auto;
    grid-auto-flow: row;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: minmax(150px, 1fr) auto;
    grid-template-rows: minmax(150px, 1fr) auto;
  }

  .text-block {
    margin-top: 0px;
  }

  .text-block.lg {
    width: 400px;
  }

  .hero-subtitile-block._25 {
    width: 70%;
  }

  .about-parallax-wrapper._1.about_parallax_1 {
    height: 500px;
  }

  .about-parallax-wrapper._3.about_parallax_3 {
    height: 500px;
  }

  .loading-content {
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .link-block-13 {
    margin-bottom: 50px;
  }

  .contact-footer-mobile {
    padding-bottom: 6vh;
  }

  .footer-mobile {
    height: auto;
    margin-right: 15px;
    margin-bottom: 20px;
    margin-left: 15px;
  }

  .logo-loading-wrap {
    position: absolute;
    left: 3%;
    top: 3%;
    right: 3%;
    bottom: 3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .logo-loading.w--current {
    display: block;
  }

  .ctamobile {
    margin-right: 15px;
    margin-left: 15px;
  }

  .column-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-product-mobile.no_bkg_color {
    width: 100%;
    height: 100vh;
  }

  .section-product-mobile.no_bkg_color.image-product {
    height: auto;
    margin-top: 0px;
    margin-bottom: 100px;
  }

  .product-effect-wrapper-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-effect-wrapper-mobile._2 {
    display: block;
    height: 250px;
  }

  .slide-nav-product-blue {
    margin-top: -20px;
  }

  .slidecontent {
    height: 450px;
  }

  .slider {
    display: none;
    overflow: visible;
    width: 100%;
    min-width: 300px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .slider.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mask {
    overflow: hidden;
  }

  .c-arrows-wrapper {
    margin-top: 100px;
  }

  .modal-wrapper {
    display: none;
  }

  .html-embed-2 {
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .container {
    margin-top: 40px;
  }

  .tiny-text.white {
    text-align: center;
  }

  .paragraph-bigger.cc-bigger-light {
    width: 90%;
    margin-top: 10px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cta-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hero {
    width: 100%;
    height: 100vh;
  }

  .social-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block {
    margin-right: 0px;
    margin-left: 20px;
  }

  .link-block-2 {
    margin-right: 15px;
  }

  .link-block-4 {
    margin-right: 20px;
    margin-left: 0px;
  }

  .mouse-icon {
    margin-bottom: 50px;
  }

  .mouse-icon._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }

  .mouse-icon._2.hide {
    display: none;
  }

  .mouse-icon._3 {
    margin-bottom: 10px;
  }

  .mouse-icon._4 {
    display: block;
    height: auto;
    margin-bottom: 0px;
  }

  .mouse-icon.insta {
    display: block;
    margin-bottom: 0px;
  }

  .mouse-icon.coming-soon {
    margin-bottom: 10px;
  }

  .nav1-logo-wrapper {
    z-index: 1800;
    margin-top: 3%;
  }

  .logo.w--current {
    display: block;
  }

  .menu-text {
    margin-top: 20px;
    font-size: 2em;
    line-height: 60px;
  }

  .menu-text-sm {
    font-size: 20px;
  }

  .div-block-26 {
    margin-left: 0px;
  }

  .nav-content {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .nav-menu {
    z-index: 9999999;
    display: none;
  }

  .subtitle.center {
    font-size: 14px;
  }

  .content-column {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .hero-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .description-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .social-block-mobile.white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navigation-2 {
    display: block;
  }

  .heading-jumbo-xl-2 {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-xl-2.white {
    font-size: 50px;
    line-height: 50px;
  }

  .tittle-project-xl {
    font-size: 30px;
  }

  .container-project {
    padding-top: 90px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .project-wrap {
    margin-right: 50px;
    margin-left: 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .rich-text-white {
    width: 100%;
    max-width: none;
  }

  .rich-text-white h2 {
    color: #7a7b8a;
  }

  .rich-text-white p {
    color: #7a7b8a;
  }

  .rich-text-white h2 {
    color: #7a7b8a;
  }

  .rich-text-white p {
    color: #7a7b8a;
  }

  .next {
    display: block;
    margin: 60px auto 50px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .next-title {
    font-size: 25px;
    text-shadow: 0 -1px 0 #fff, 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff;
  }

  .collection-list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .collection-list-2 {
    display: block;
  }

  .collection-item {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .next-div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .back-home-text {
    font-size: 25px;
    line-height: 30px;
    text-shadow: 0 -1px 0 #fff, 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff;
  }

  .div-block-52 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .back-home-text-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .next-title-2 {
    font-size: 25px;
    text-shadow: 0 -1px 0 #fff, 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff;
  }

  .footer-desktop {
    margin-top: 50px;
  }

  .div-block-55 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .smooth-wrapper.bkg-color {
    padding-bottom: 0px;
  }

  .menu-link {
    overflow: hidden;
    padding: 1em 2em;
    border-bottom-style: solid;
    border-bottom-color: hsla(0, 0%, 97.3%, 0.23);
    color: #f8f8f8;
  }

  .menu-button-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: hsla(0, 0%, 9%, 0.5);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .menu-button-2:hover {
    background-color: rgba(39, 39, 39, 0.5);
  }

  .menu-button-2.w--open {
    border-radius: 50%;
    background-color: rgba(39, 39, 39, 0.5);
    color: #171717;
  }

  .contact-wrap-nav {
    display: none;
  }

  .get-in-touch {
    text-align: center;
    letter-spacing: -0.02em;
  }

  .address {
    text-align: center;
    letter-spacing: -0.02em;
  }

  .column-8 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 10vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vertical-text-wrap {
    display: none;
  }

  .lottie-scroll-wrapper {
    margin-bottom: 0px;
  }

  .rotate-circle-top {
    left: -52%;
    top: -27%;
    right: auto;
    bottom: auto;
    width: 80%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .rotate-circle-top.quote-text {
    width: 35%;
    margin-bottom: 50px;
  }

  .footer-column-sm.mobile {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .heading-7 {
    text-align: center;
  }

  .heading-7.padding_top {
    font-size: 28px;
  }

  .footer-column-sm-2.mobile {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .copyright-grid {
    padding-top: 10px;
    padding-bottom: 10px;
    grid-row-gap: 0px;
    -ms-grid-columns: 3.25fr;
    grid-template-columns: 3.25fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .copyright-link-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section.no_bkg_color {
    height: auto;
    margin-bottom: 20px;
  }

  .section.no_bkg_color.instagram {
    height: 700px;
    margin-top: 0vh;
    margin-bottom: 0vh;
  }

  .section.no_bkg_color.full_width {
    height: 20vh;
  }

  .section.no_bkg_color.intro {
    height: 100vh;
  }

  .section.no_bkg_color.sm {
    height: auto;
  }

  .section.no_bkg_color.image-product {
    height: auto;
  }

  .section.no_bkg_color.product-thumbnail {
    display: none;
    height: auto;
  }

  .section.no_bkg_color.instagram-home {
    height: 700px;
    margin-top: 0vh;
    margin-bottom: 0vh;
  }

  .section.pattern_bg {
    height: auto;
    margin-bottom: 20px;
  }

  .section.pattern_bg.instagram {
    height: 700px;
    margin-top: 0vh;
    margin-bottom: 0vh;
  }

  .section.pattern_bg.full_width {
    height: 20vh;
  }

  .section.pattern_bg.intro {
    height: 100vh;
  }

  .section.pattern_bg.sm {
    height: auto;
  }

  .section.pattern_bg.image-product {
    height: auto;
  }

  .section.pattern_bg.product-thumbnail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }

  .section.pattern_bg.instagram-home {
    height: 700px;
    margin-top: 0vh;
    margin-bottom: 0vh;
  }

  .heading-8 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .heading.xl {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 10px;
    padding-left: 0px;
    font-size: 50px;
    line-height: 55px;
    white-space: pre-line;
  }

  .instagram-photo._5 {
    display: none;
  }

  .leaf-wrap.no-padding.no-padding-bottom {
    height: auto;
    margin-bottom: 0px;
  }

  .lotttie-leaf {
    margin-top: -10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .grid-product {
    width: 100%;
    height: auto;
  }

  .ingredient-grid._5-col.center {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .product-effect-wrapper {
    width: 400px;
  }

  .product-effect-wrapper._2 {
    width: 400px;
    height: auto;
  }

  .product-effect-wrapper._4.image_effect_4 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-effect-wrapper._3 {
    width: 400px;
    height: auto;
  }

  .product-parallax-wrapper {
    width: 400px;
  }

  .product-parallax-wrapper._2 {
    width: 400px;
  }

  .product-parallax-wrapper._4.image_parallax_4 {
    height: 450px;
  }

  .product-parallax-wrapper._3 {
    width: 400px;
  }

  .product-image._1 {
    left: 0%;
    right: 0%;
    width: 100%;
    background-size: 450px;
  }

  .product-image._2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    background-size: 450px;
  }

  .product-image._3 {
    background-size: 450px;
  }

  .product-image._4 {
    height: 100%;
    background-position: 50% 50%;
    background-size: 450px;
    background-repeat: no-repeat;
  }

  .product-image._5 {
    height: 100%;
    background-size: 450px;
  }

  .product-image.coming-soon {
    background-size: 450px;
  }

  .product-image._3 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    background-size: 450px;
  }

  .product-image._6 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: 450px;
  }

  .product-caption {
    display: none;
    font-size: 1.5rem;
  }

  .grid-4 {
    height: 250px;
  }

  .hero-product-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-wrap-leaf {
    height: auto;
  }

  .image-wrap-leaf._5 {
    height: auto;
  }

  .subtitile-block {
    width: 80%;
    margin-top: 0px;
  }

  .subtitile-block._30 {
    width: 70%;
  }

  .image-5 {
    height: auto;
  }

  .grid-instagram-3 {
    width: auto;
    height: auto;
    grid-auto-flow: row;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 0.5fr 0.75fr;
    grid-template-columns: 0.5fr 0.75fr;
    -ms-grid-rows: minmax(150px, 1fr) minmax(150px, 1fr);
    grid-template-rows: minmax(150px, 1fr) minmax(150px, 1fr);
  }

  .text-block {
    height: auto;
  }

  .text-block.lg {
    width: 300px;
  }

  .hero-subtitile-block._25 {
    width: 80%;
    font-size: 15px;
    line-height: 25px;
  }

  .social-links-black {
    margin-right: 0px;
  }

  .about-parallax-wrapper._1.about_parallax_1 {
    height: 450px;
  }

  .about-parallax-wrapper._3.about_parallax_3 {
    height: 450px;
  }

  .about_image._1 {
    width: 100%;
    height: 100%;
    background-size: 450px;
  }

  .about_image._2 {
    background-size: 450px;
  }

  .about_image._3 {
    background-size: 450px;
  }

  .transition {
    z-index: 10000000000000;
  }

  .link-block-13 {
    padding-top: 50px;
  }

  .contact-footer-mobile {
    padding-top: 2vh;
    padding-bottom: 4vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-wrap-col {
    width: 90%;
  }

  .column-11 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-mobile {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .logo-loading.w--current {
    display: block;
  }

  .ctamobile {
    height: auto;
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .column-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-product-mobile.no_bkg_color {
    height: 100vh;
  }

  .section-product-mobile.no_bkg_color.image-product {
    height: auto;
    margin-top: 0px;
    margin-bottom: 150px;
  }

  .product-effect-wrapper-mobile {
    height: 250px;
  }

  .product-effect-wrapper-mobile._2 {
    height: 250px;
  }

  .column-11-copy {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider {
    display: none;
    width: 400px;
    min-width: 300px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mask {
    overflow: hidden;
    width: 100%;
  }

  .hero-text-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .c-arrows-wrapper {
    margin-top: 110px;
  }

  .modal-wrapper {
    display: none;
    background-color: rgba(248, 240, 234, 0.85);
  }

  .sign-up-form {
    max-width: 375px;
  }

  .close-modal-button {
    margin-right: 10px;
  }

  .form {
    width: 250px;
  }
}

#w-node-c8390c1b-0d1f-e354-f086-2de63bdd72bf-33c0e649 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c8390c1b-0d1f-e354-f086-2de63bdd72c1-33c0e649 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c8390c1b-0d1f-e354-f086-2de63bdd72c3-33c0e649 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c8390c1b-0d1f-e354-f086-2de63bdd72c5-33c0e649 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c8390c1b-0d1f-e354-f086-2de63bdd72c7-33c0e649 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8763388c-6258-ab92-d0e5-a3dbb9cd3c7d-b9cd3c6a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8763388c-6258-ab92-d0e5-a3dbb9cd3c81-b9cd3c6a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2268285c-2501-1e91-bdf1-0c65240f2b15-592b6363 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2268285c-2501-1e91-bdf1-0c65240f2b21-592b6363 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8387b8f1-a43e-fb78-7c80-336a7bde6709-592b6363 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_6d9b3b4f-0408-e5fb-b169-1c53822756d6-592b6363 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6d9b3b4f-0408-e5fb-b169-1c53822756e2-592b6363 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eb2c55a5-9aab-0cc7-2e0d-be58c202db9f-592b6363 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eb2c55a5-9aab-0cc7-2e0d-be58c202dbbf-592b6363 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1b08441e-05b7-4de9-7a44-4c61f25aa338-592b6363 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1b08441e-05b7-4de9-7a44-4c61f25aa344-592b6363 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1b08441e-05b7-4de9-7a44-4c61f25aa34b-592b6363 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-c553e650-ce32-0763-4650-28716b2d971a-592b6363 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c553e650-ce32-0763-4650-28716b2d971c-592b6363 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c553e650-ce32-0763-4650-28716b2d971e-592b6363 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c553e650-ce32-0763-4650-28716b2d9720-592b6363 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c553e650-ce32-0763-4650-28716b2d9722-592b6363 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#insta-1.w-node-c553e650-ce32-0763-4650-28716b2d971a-28096ce3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#insta-2.w-node-c553e650-ce32-0763-4650-28716b2d971c-28096ce3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#insta-3.w-node-c553e650-ce32-0763-4650-28716b2d971e-28096ce3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#insta-4.w-node-c553e650-ce32-0763-4650-28716b2d9720-28096ce3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#insta-5.w-node-c553e650-ce32-0763-4650-28716b2d9722-28096ce3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0aa8587b-4cd4-5df8-9f64-732b47756f1a-592b6363 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2268285c-2501-1e91-bdf1-0c65240f2b21-592b6363 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_8387b8f1-a43e-fb78-7c80-336a7bde6709-592b6363 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_6d9b3b4f-0408-e5fb-b169-1c53822756e2-592b6363 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_1b08441e-05b7-4de9-7a44-4c61f25aa344-592b6363 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_1b08441e-05b7-4de9-7a44-4c61f25aa34b-592b6363 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-eb2c55a5-9aab-0cc7-2e0d-be58c202db9f-592b6363 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@font-face {
  font-family: 'Arsenica';
  src: url('../fonts/Arsenica-Bold.eot') format('embedded-opentype'), url('../fonts/Arsenica-Bold.woff') format('woff'), url('../fonts/Arsenica-Bold.ttf') format('truetype'), url('../fonts/Arsenica-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}