html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer, header, main, nav, section {
  display: block;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active, a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

input, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-form {
  margin: 0 0 15px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

textarea.w-input {
  height: auto;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  height: 100%;
  display: block;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-dyn-bind-empty {
  display: none !important;
}

:root {
  --body: #333;
  --title: black;
  --bg: #f9f2ed;
  --primary: #000000;
  --desktop-space: 150px;
  --tablet-space: 100px;
  --landscape-mobile-space: 80px;
  --portrait-mobile-space: 60px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--body);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

h1 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

h2 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
}

h3 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}

h4 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
}

h5 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

h6 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

a {
  color: var(--body);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 30px;
}

ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 12px;
}

.container {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s;
}

.nav-link:hover {
  color: var(--primary);
}

.page-title {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sub-title {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 120%;
}

.main-title {
  margin-bottom: 0;
}

.body-small {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.button-wrap {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.primary-btn {
  background-color: var(--primary);
  color: #fff;
  border-width: 0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-btn.hover {
  transition: background-color .3s;
}

.primary-btn.hover:hover {
  background-color: #76482a;
}

.btn-bg {
  background-color: #76482a;
  border-radius: 50%;
  width: 180px;
  height: 100px;
  display: none;
}

.btn-bg.black {
  background-color: #000;
}

.btn-bg-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.btn-text {
  z-index: 1;
  position: relative;
}

.secondary-btn {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.footer {
  background-color: #000;

}

.footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer-info {
  grid-column-gap: 60px;
  display: flex;
  justify-content: space-between;

  img {
    filter: invert(1);
  }
}

.ftr-block {
  grid-column-gap: 25px;
  color: #d9d9d9;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.newsletter {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 400px;
  margin-bottom: 0;
  display: flex;
}

.nlt-form {
  grid-column-gap: 15px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: start;
}

.checkbox {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;


  a {
    color: #fff;
  }

  input {
    margin-right: 10px;
  }
}

.nlt-input {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 18px;
  transition: border-color .3s;
}

.nlt-input:focus {
  border-color: rgba(255, 255, 255, .5);
}

.nlt-btn {
  color: #000;
  background-color: #fff;
  border-radius: 50px;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  transition: color .3s, background-color .3s;
}

.nlt-btn:hover {
  background-color: var(--primary);
  color: #fff;
}

.ftr-data {
  grid-column-gap: 120px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.menu-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.footer-link {
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ftr-menu-link {
  color: #999;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.ftr-menu-link:hover {
  color: #fff;
}

.ftr-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 20px;
  padding-bottom: 20px;
}

.ftr-text {
  grid-column-gap: 10px;
  color: #7a7a7a;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.single-text {
  margin-bottom: 0;
}

.input {
  color: var(--body);
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 4px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 20px;
}

.input:focus {
  border-color: rgba(0, 0, 0, .5);
}

.plain-link {
  text-decoration: none;
}

.plain-link:hover {
  text-decoration: underline;
}

.outline-btn {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: color .4s, background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.outline-btn:hover {
  color: #fff;
  background-color: #000;
}

.contact {
  margin-bottom: var(--desktop-space);

  & .checkbox {
    color: #000;
  }

  a {
    color: #000;
  }
}

.contact-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  max-width: 50%;
  overflow: hidden;
}

.contact-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 600px;
}

.contact-right {
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.contact-form {
  margin-bottom: 0;
}

.field-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.textarea {
  color: var(--body);
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 4px;
  height: auto;
  min-height: 190px;
  margin-bottom: 0;
  padding: 12px 20px;
}

.textarea:focus {
  border-color: rgba(0, 0, 0, .5);
}

.form-btn {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.checkbox {
  border-color: #000;
  min-width: 12px;
  min-height: 12px;
  margin-top: 0;
  margin-left: 0;
}

.contact-data {
  grid-column-gap: 40px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 25px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  max-width: 400px;
}

.contact-label {
  color: #000;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 170%;
}

.faq-section {
  margin-bottom: var(--desktop-space);
}

.section-title {
  margin-bottom: 25px;
}

.section-title.m-large {
  margin-bottom: 40px;
}

.title {
  margin-bottom: 0;
}

.faq-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-img {
  border-radius: 4px;
  width: 100%;
  max-width: 35%;
  overflow: hidden;
}

.faq-image {
  width: 100%;
}

.faq-data {
  width: 100%;
  max-width: 65%;
}

.que-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.que {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  column-gap: 50px;
}

.ans-text {
  margin-bottom: 0;
}

.que-text {
  text-transform: none;
  white-space: normal;
  word-break: normal;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 170%;
}

.faq-info {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  padding: 20px;
  transition: background-color .3s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.ans {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
  overflow: hidden;
}

.horizontal-line {
  background-color: #000;
  height: 1px;
  position: absolute;
}

.insta-wrap {
  grid-column-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.insta-img {
  background-color: var(--bg);
  position: relative;
}

.insta-image {
  object-fit: cover;
  width: 100%;
  min-height: 315px;
  max-height: 315px;
}

.testimonials {
  margin-bottom: var(--desktop-space);
  overflow: hidden;
}

.review-slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: relative;

}

.review-mask {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.testimonial-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.review-slide {
  width: 100%;
  max-width: 668px;
}

.review-left {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.client-location {
  font-size: 12px;
  line-height: 150%;
}

.review-wrap {
  grid-column-gap: 20px;
  display: flex;
  flex-direction: column;
}

.review-client {
  color: #000;
}

.review-top-quote {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  max-width: 150px;
  margin: 0 auto;
}

.testimonial-text {
  margin-bottom: 0;
}

.review-right {
  grid-row-gap: 80px;
  background-color: var(--bg);
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.review-info {
  margin-top: 45px;
}

.category-btn {
  color: #000;
  background-color: #fff;
  border-width: 0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.category-btn:hover {
  color: #fff;
}

.products {
  margin-bottom: var(--desktop-space);
}

.product-list {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-item {
  display: flex;
  transition: transform 0.3s ease;
}

.product-item:hover {
  transform: translateY(-10px);
}

.product-link {
  width: 100%;
  text-decoration: none;
}

.product-img {
  background-color: #000;
  border-radius: 4px;
  overflow: hidden;
}

.product-image {
  object-fit: cover;
  width: 100%;
  min-height: 360px;
  max-height: 360px;
}

.product-data {
  margin-top: 12px;
}

.product-tag {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.product-name {
  margin-bottom: 8px;
}

.price-wrap {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.old-price {
  color: #999;
  text-decoration: line-through;
}

.our-purpose {
  margin-bottom: var(--desktop-space);
}

.purpose-images {
  grid-column-gap: 20px;
  display: flex;
}

.purpose-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  max-width: 26%;
  overflow: hidden;
}

.vision-image {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  max-width: 74%;
  overflow: hidden;
}

.purpose-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.purpose-data {
  grid-column-gap: 60px;
  margin-top: 40px;
  display: flex;
}

.vision-number {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.team {
  margin-bottom: var(--desktop-space);
}

.team-wrap {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-block {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.team-img {
  background-color: var(--bg);
  border-radius: 4px;
  overflow: hidden;
}

.team-image {
  object-fit: cover;
  width: 100%;
  min-height: 360px;
  max-height: 360px;
}

.team-data {
  margin-top: 12px;
}

.member-name {
  color: #000;
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 150%;
}

.innovation {
  margin-bottom: var(--desktop-space);
}

.innovation-wrap {
  grid-column-gap: 100px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.innovation-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 48%;
  overflow: hidden;
}

.innovation-image {
  width: 100%;
}

.innovation-data {
  width: 100%;
  max-width: 50%;
}

.innovation-title {
  margin-bottom: 25px;
}

.trending-cosmetic {
  margin-bottom: var(--desktop-space);
}

.tc-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tc-images {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 52%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 600px;
}

.tc-data {
  width: 100%;
  max-width: 48%;
}

.tc-title {
  margin-bottom: 25px;
}

.tc-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.link-title {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
  display: flex;
}

.hero {
  margin-bottom: var(--desktop-space);
  flex-flow: column;
}

.hero-img {
  background-color: var(--bg);
}

.hero-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  min-height: 800px;
  max-height: 800px;
}

.hero-data {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  display: flex;
}

.hero-info {
  text-align: center;
}

.hero-sub-title {
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.hero-title {
  color: #fff;
  margin-bottom: 15px;
  font-size: 36px;
}

.hero-text {
  color: #fff;
  margin-bottom: 0;
}

.hero-btn-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.category-section {
  margin-bottom: var(--desktop-space);
}
.ctg-link {
  text-align: center;
  width: 100%;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.ctg-link:hover {
  transform: translateY(-10px);
}


.ctg-img {
  background-color: var(--bg);
  transition: border-radius .3s;
  overflow: hidden;
}



.ctg-image {
  object-fit: cover;
  width: 100%;
  min-height: 380px;
  max-height: 380px;
}

.ctg-data {
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.ctg-name {
  color: var(--title);
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.ctg-wrap {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.our-story {
  margin-bottom: var(--desktop-space);
}

.story-wrap {
  grid-column-gap: 60px;
  display: flex;
  align-items: center;
}

.story-slider {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  max-width: 55%;
  height: auto;
  overflow: hidden;
}

.story-data {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 45%;
  display: flex;
}

.story-image {
  object-fit: cover;
  width: 100%;
  max-height: 626px;
}

.banner {
  margin-bottom: var(--desktop-space);
}

.banner-wrap {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-block {
  background-color: var(--bg);
  border-radius: 4px;
  min-height: 460px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.banner-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner-data {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  max-width: 60%;
}

.banner-sub-title {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 120%;
}

.banner-title {
  margin-bottom: 0;
  font-size: 26px;
}

.banner-inner {
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-box {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.logo-section {
  margin-bottom: var(--desktop-space);
  background-color: var(--bg);
  padding-top: 80px;
  padding-bottom: 80px;
}

.brand-wrap {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand {
  max-width: 120px;
}

.logo-data {
  border-right: 1px solid #dabba4;
  width: 100%;
  max-width: 24%;
  padding-right: 20px;
}

.logo-title {
  margin-bottom: 5px;
}

.logo-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 76%;
  display: flex;
}

.logo {
  filter: grayscale();
  width: 100%;
  max-width: 120px;
}

.cta {
  margin-bottom: var(--desktop-space);
}

.cta-wrap {
  background-image: url("../images/photo-12.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding: 80px;
}

.cta-data {
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 48%;
}

.cta-btn {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.cta-title {
  margin-bottom: 15px;
}

.on-scroll {
  background-color: var(--bg);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.search-wrap {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 60px;
  display: flex;
}

.cta-text {
  margin-bottom: 0;
}

.search-input-mobile:focus-visible {
  border-color: #605c53;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 20px;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .footer-top {
    border-bottom-width: 0;
  }

  .footer-info {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .newsletter {
    width: auto;
  }

  .ftr-data {
    grid-column-gap: 80px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 40px;
    display: grid;
  }

  .contact {
    margin-bottom: var(--tablet-space);
  }

  .contact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-img, .contact-right {
    max-width: 100%;
  }

  .faq-section {
    margin-bottom: var(--tablet-space);
  }

  .faq-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column-reverse wrap;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .faq-img, .faq-data {
    max-width: 100%;
  }

  .que-text {
    font-size: 16px;
  }

  .insta-wrap {
    grid-row-gap: 1px;
    grid-template-columns: 1fr 1fr;
  }

  .insta-image {
    min-height: 320px;
    max-height: 320px;
  }

  .testimonials {
    margin-bottom: var(--tablet-space);
  }

  .review-mask {
   grid-template-columns: 1fr 1fr;
  }

  .review-slide {
    max-width: 600px;
    margin-right: 30px;
  }

  .review-wrap {
    grid-column-gap: 15px;
  }

  .testimonial-text {
    font-size: 14px;
    line-height: 150%;
  }

  .products {
    margin-bottom: var(--tablet-space);
  }

  .product-list {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .product-image {
    min-height: 200px;
    max-height: 200px;
  }

  .product-name {
    font-size: 14px;
  }

  .price-wrap {
    font-size: 12px;
  }

  .our-purpose {
    margin-bottom: var(--tablet-space);
  }

  .purpose-images {
    grid-column-gap: 15px;
  }

  .purpose-data {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .team {
    margin-bottom: var(--tablet-space);
  }

  .team-image {
    min-height: 200px;
    max-height: 200px;
  }

  .team-data {
    margin-top: 10px;
  }

  .member-name {
    font-size: 16px;
  }

  .innovation {
    margin-bottom: var(--tablet-space);
  }

  .innovation-wrap {
    grid-column-gap: 40px;
  }

  .innovation-title {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .trending-cosmetic {
    margin-bottom: var(--tablet-space);
  }

  .tc-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tc-images, .tc-data {
    max-width: 100%;
  }

  .tc-title {
    margin-bottom: 20px;
  }

  .hero {
    margin-bottom: var(--tablet-space);
  }

  .hero-image {
    height: 100%;
    min-height: auto;
    max-height: none;
  }

  .hero-title {
    font-size: 28px;
  }

  .category-section {
    margin-bottom: var(--tablet-space);
  }

  .ctg-image {
    min-height: 280px;
    max-height: 280px;
  }

  .ctg-name {
    font-size: 18px;
  }

  .ctg-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr ;
  }

  .our-story {
    margin-bottom: var(--tablet-space);
  }

  .story-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
  }

  .story-slider {
    max-width: 100%;
  }

  .story-data {
    grid-row-gap: 40px;
    max-width: 100%;
  }

  .banner {
    margin-bottom: var(--tablet-space);
  }

  .banner-wrap {
    grid-column-gap: 10px;
  }

  .banner-block {
    min-height: 300px;
    max-height: 300px;
  }

  .banner-data {
    padding: 20px;
  }

  .banner-title {
    font-size: 18px;
  }

  .banner-inner {
    grid-row-gap: 10px;
  }

  .logo-section {
    margin-bottom: var(--tablet-space);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brand-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .logo-data {
    border-right-style: none;
    border-right-width: 0;
    max-width: 60%;
    padding-right: 0;
  }

  .logo-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
  }

  .logo {
    max-width: 110px;
  }

  .cta {
    margin-bottom: var(--tablet-space);
  }

  .cta-wrap {
    background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), url("../images/photo-12.webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding: 40px;
  }

  .cta-data {
    max-width: 80%;
  }

  .cta-text {
    color: #000;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  ul, ol {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 25px;
  }

  li {
    margin-bottom: 10px;
  }

  .navbar {
    max-width: 100%;
  }

  .brand {
    padding-left: 0;
  }

  .page-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-info {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .ftr-block {
    padding-bottom: 15px;
  }

  .ftr-data {
    grid-column-gap: 60px;
  }

  .input {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact {
    margin-bottom: var(--landscape-mobile-space);
  }

  .field-wrap {
    grid-row-gap: 25px;
    margin-bottom: 30px;
  }

  .contact-data {
    grid-column-gap: 30px;
  }

  .faq-section {
    margin-bottom: var(--landscape-mobile-space);
  }

  .faq-wrap {
    grid-row-gap: 20px;
  }

  .ans-text {
    font-size: 14px;
    line-height: 150%;
  }

  .que-text {
    font-size: 16px;
    line-height: 170%;
  }

  .faq-info {
    padding: 18px;
  }

  .insta-image {
    min-height: 240px;
    max-height: 240px;
  }

  .testimonials {
    margin-bottom: var(--landscape-mobile-space);
  }

  .review-right {
    grid-row-gap: 60px;
  }

  .products {
    margin-bottom: var(--landscape-mobile-space);
  }

  .product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-image {
    min-height: 190px;
    max-height: 190px;
  }

  .our-purpose {
    margin-bottom: var(--landscape-mobile-space);
  }

  .purpose-img {
    max-width: 32%;
  }

  .vision-image {
    max-width: 68%;
  }

  .purpose-image {
    min-height: 200px;
  }

  .purpose-data {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .vision-block {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
  }

  .vision-number {
    margin-bottom: 10px;
  }

  .vision-title {
    margin-bottom: 6px;
  }

  .team {
    margin-bottom: var(--landscape-mobile-space);
  }

  .team-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .team-image {
    min-height: 190px;
    max-height: 100%;
  }

  .innovation {
    margin-bottom: var(--landscape-mobile-space);
  }

  .innovation-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .innovation-img, .innovation-data {
    max-width: 100%;
  }

  .trending-cosmetic {
    margin-bottom: var(--landscape-mobile-space);
  }

  .tc-wrap {
    grid-row-gap: 30px;
  }

  .tc-title {
    margin-bottom: 15px;
  }

  .hero {
    margin-bottom: var(--landscape-mobile-space);
  }

  .hero-img.mobile {
    display: none;
  }

  .hero-wrap {
    grid-template-columns: 1fr;
  }

  .hero-image {
    max-height: 400px;
  }

  .hero-title {
    font-size: 32px;
  }

  .category-section {
    margin-bottom: var(--landscape-mobile-space);
  }

  .ctg-image {
    min-height: 220px;
    max-height: 220px;
  }

  .ctg-wrap {
    grid-column-gap: 30px;
  }

  .our-story {
    margin-bottom: var(--landscape-mobile-space);
  }

  .story-wrap {
    grid-row-gap: 30px;
  }

  .story-image {
    min-height: 500px;
    max-height: 500px;
  }

  .banner {
    margin-bottom: var(--landscape-mobile-space);
  }

  .banner-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .banner-block {
    min-height: 280px;
    max-height: 280px;
  }

  .banner-data {
    padding: 30px;
  }

  .banner-title {
    font-size: 20px;
  }

  .banner-inner {
    grid-column-gap: 15px;
  }

  .banner-box {
    min-height: 280px;
    max-height: 280px;
  }

  .logo-section {
    margin-bottom: var(--landscape-mobile-space);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo-data {
    max-width: 100%;
  }

  .logo-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cta {
    margin-bottom: var(--landscape-mobile-space);
  }

  .cta-data {
    grid-row-gap: 10px;
    font-size: 14px;
    line-height: 150%;
  }

  .cta-btn {
    margin-top: 30px;
  }

  .cta-title {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .review-mask {
    grid-template-columns: 1fr;
  }
  .link-title {
    flex-wrap: wrap;
    gap: 20px;
  }
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  .page-title {
    padding-bottom: 30px;
  }

  .button-wrap {
    grid-row-gap: 25px;
    flex-flow: wrap;
  }

  .button-wrap.m-small {
    margin-top: 25px;
  }

  .primary-btn {
    padding: 10px 24px;
  }

  .btn-bg {
    width: 160px;
    height: 80px;
  }

  .footer-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .ftr-block {
    grid-column-gap: 15px;
    font-size: 20px;
  }

  .nlt-form {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .nlt-input {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nlt-btn {
    padding-left: 24px;
    padding-right: 24px;
  }

  .ftr-data {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .menu-title {
    margin-bottom: 10px;
  }

  .ftr-text {
    grid-row-gap: 5px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .outline-btn {
    padding: 10px 24px;
  }

  .contact {
    margin-bottom: var(--portrait-mobile-space);
  }

  .contact-wrap {
    grid-row-gap: 30px;
  }

  .field-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .textarea {
    min-height: 140px;
  }

  .contact-data {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-label {
    margin-bottom: 4px;
  }

  .faq-section {
    margin-bottom: var(--portrait-mobile-space);
  }

  .que {
    grid-column-gap: 15px;
  }

  .faq-info {
    padding: 15px 8px;
  }

  .insta-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .insta-image {
    min-height: 130px;
    max-height: 130px;
  }

  .testimonials {
    margin-bottom: var(--portrait-mobile-space);
  }

  .review-left {
    max-width: 100%;
  }

  .review-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .review-right {
    max-width: 100%;
  }

  .category-btn {
    padding: 8px 18px;
  }

  .products {
    margin-bottom: var(--portrait-mobile-space);
  }

  .product-list {
    grid-column-gap: 15px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr;
  }

  .product-image {
    min-height: 190px;
    max-height: 190px;
  }

  .our-purpose {
    margin-bottom: var(--portrait-mobile-space);
  }

  .purpose-img {
    max-width: 100%;
  }

  .vision-image {
    display: none;
  }

  .team {
    margin-bottom: var(--portrait-mobile-space);
  }

  .team-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .team-image {
    min-height: 180px;
    max-height: 180px;
  }

  .innovation {
    margin-bottom: var(--portrait-mobile-space);
  }

  .innovation-wrap {
    grid-row-gap: 25px;
  }

  .innovation-title {
    font-size: 24px;
  }

  .trending-cosmetic {
    margin-bottom: var(--portrait-mobile-space);
  }

  .tc-images {
    grid-column-gap: 15px;
  }

  .hero {
    margin-bottom: var(--portrait-mobile-space);
  }

  .hero-image {
    max-height: 352px;
  }

  .hero-data {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-title {
    font-size: 30px;
  }

  .hero-btn-wrap {
    margin-top: 30px;
  }

  .category-section {
    margin-bottom: var(--portrait-mobile-space);
  }

  .ctg-image {
    min-height: 200px;
    max-height: 200px;
  }

  .ctg-data {
    margin-top: 10px;
  }

  .ctg-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .our-story {
    margin-bottom: var(--portrait-mobile-space);
  }

  .story-image {
    min-height: 320px;
    max-height: 320px;
  }

  .banner {
    margin-bottom: var(--portrait-mobile-space);
  }

  .banner-block {
    min-height: 180px;
    max-height: 180px;
  }

  .banner-title {
    font-size: 18px;
  }

  .banner-box {
    min-height: 180px;
    max-height: 180px;
  }

  .logo-section {
    margin-bottom: var(--portrait-mobile-space);
  }

  .logo-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cta {
    margin-bottom: var(--portrait-mobile-space);
  }

  .cta-wrap {
    padding: 25px;
  }

  .cta-data {
    max-width: 100%;
  }

  .cta-btn {
    grid-row-gap: 25px;
    flex-flow: wrap;
    margin-top: 25px;
  }

  .cta-title {
    font-size: 18px;
  }

  .search-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b653a9f8-72fb-37d0-6ad5-69f7e57f28d6-e57f28d2, #w-node-b653a9f8-72fb-37d0-6ad5-69f7e57f292b-e57f28d2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b653a9f8-72fb-37d0-6ad5-69f7e57f28d6-e57f28d2 {
    grid-column: span 1 / span 1;
  }
}

.input-container {
  display: flex;
  column-gap: 20px;
}

@media screen and (max-width: 991px) {
  .contact-image {
  
    max-height: 600px;
    object-position: top;
  }
  .hamburger {
    width: 30px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1100;
  }
  .hamburger span {
    display: block;
    height: 3px;
    background: #333;
    border-radius: 2px;
    transition: 0.3s;
  }
  
  .nav-menu {
    position: fixed;
    top: 0;
    left: -250px; /* скрыто */
    width: 250px;
    height: 100%;
    background: #fff;
    padding: 60px 20px;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: left 0.3s ease;
    z-index: 1000;
  }
  
  .nav-menu a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
  }
  
  .nav-menu.active {
    left: 0; /* выезжает */
  }
  
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }
}

.search-wrap {
  margin-bottom: 50px;

  input {
    padding: 8px;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
  }
}
.ans {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-info.open .ans {
  max-height: 1000px;
}

.que-icon {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.horizontal-line, .verticle-line {
  position: absolute;
  background-color: #333;
  transition: transform 0.3s ease;
}
.horizontal-line {
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  transform: translateY(-50%);
}
.verticle-line {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
}
.faq-info.open .verticle-line {
  transform: translateX(-50%) scaleY(0);
}


.legal {
  margin-top: 100px;
  font-family: Arial, Helvetica, sans-serif;

  & .story-data {
    max-width: 1200px;
    margin: 0 auto;
  }

  h3 {
    font-weight: 500;
  }
}

.dop-style {
  padding: 150px 80px;
  padding-bottom: 50px;
  text-align: center;

  margin: 0 auto;
  max-width: 1200px;
  

  & .thank-you-message {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  a {
    transition: all 0.3s ease;
  }

  a:hover {
    color: #131160;
  }
}