@import url("fonts/fontawesome/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap");
@import url("animate/animate.css");
@font-face {
  font-family: "meridiana_problack";
  src: url("fonts/meridianapro-black-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: unset !important;
}

body {
  background-color: #F5F5F5;
  font-family: "Sofia Sans", serif;
  font-size: 16px;
  overflow-x: hidden;
}

.scroll-effect {
  visibility: hidden;
}

header {
  width: 100%;
  background-color: #1A2530;
}
header .navbar-brand {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header .navbar-brand > img {
  height: 2.375rem;
}
@media (min-width: 768px) {
  header .navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
  }
  header .navbar-brand > img {
    height: 3rem;
  }
}
header::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 18rem;
  content: " ";
  background: rgb(1, 1, 1);
  background: linear-gradient(180deg, rgb(1, 1, 1) 0%, rgba(25, 35, 46, 0) 100%);
  z-index: 10;
}
@media (min-width: 992px) {
  header::before {
    height: 21.25rem;
  }
}
header > div, header > nav {
  position: relative;
  z-index: 15;
}
header .navbar-top-line {
  padding: 0.25rem 0;
  border-bottom: 1px solid rgba(102, 162, 175, 0.3);
  margin-bottom: 0.875rem;
}
header .nav .nav-link {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  color: #66A2AF;
  transition: all 0.3s ease-in-out;
}
header .nav .nav-link:before {
  display: block;
  content: " ";
  width: 0;
  height: 1px;
  bottom: 5px;
  left: 1rem;
  z-index: 0;
  position: absolute;
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  transition: all 0.3s ease-in-out;
}
header .nav .nav-link:hover {
  background-image: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
header .nav .nav-link:hover:before {
  width: calc(100% - 2rem);
}
header .nav .nav-link > i {
  margin-right: 0.313rem;
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
header .nav.bullet .nav-link:not(.dropdown-toggle)::after {
  display: block;
  width: 0.313rem;
  height: 0.313rem;
  content: " ";
  border-radius: 50%;
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  position: absolute;
  top: 50%;
  margin-top: -0.188rem;
  left: -0.188rem;
}
header .nav.bullet .nav-item:first-child .nav-link::after {
  display: none;
}
header .nav > .nav-item.dropdown > button {
  color: #fff;
}
header .nav > .nav-item.dropdown > button::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f061";
  border: none;
  font-size: 0.625rem;
  vertical-align: unset;
  margin-left: -115%;
  vertical-align: 0.055rem;
}
header .nav > .nav-item.dropdown > button:hover:before {
  width: calc(115% - 2rem);
}
header .nav > .nav-item.dropdown > .dropdown-menu {
  z-index: 5;
}
header .navbar {
  z-index: 11;
}
header .navbar .btn-close {
  color: #F3F0EB;
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-family: "meridiana_problack";
  font-size: 1.125rem;
  font-weight: normal;
  color: #F3F0EB;
  display: block;
  width: 100%;
  text-align: start;
  outline: none;
  background: transparent;
  border: none;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #9AB7C3;
}
header .navbar .navbar-nav .nav-item.dropdown > button::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f078";
  border: none;
  font-size: 0.938rem;
  margin-left: 0.375rem;
  vertical-align: 0.01rem;
  transition: 0.5s ease-in-out;
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
header .navbar .navbar-nav .nav-item.dropdown > button.show::before {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
header .navbar .navbar-nav .nav-item.dropdown > button.show::after {
  vertical-align: middle;
  transform: rotate(180deg);
}
header .navbar .navbar-nav .nav-item.dropdown > .dropdown-menu {
  background-color: unset;
  border: none;
}
header .navbar .navbar-nav .nav-item.dropdown > .dropdown-menu .dropdown-item {
  padding: 0.625rem 1.25rem;
  color: #F3F0EB;
  transition: 0.5s ease-in-out;
}
header .navbar .navbar-nav .nav-item.dropdown > .dropdown-menu .dropdown-item:hover {
  color: #9AB7C3;
  background: none;
}
header .navbar .navbar-nav .nav-item.nav-account {
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  border-radius: 5px;
  position: relative;
  padding: 1px;
}
header .navbar .navbar-nav .nav-item.nav-account .nav-link {
  padding: 0.625rem;
  background-color: #0B0F13;
  border-radius: 5px;
  line-height: 1;
  font-family: "Sofia Sans", serif;
  display: flex;
  height: 100%;
  align-items: center;
  transition: 0.5s ease-in-out;
}
header .navbar .navbar-nav .nav-item.nav-account .nav-link i, header .navbar .navbar-nav .nav-item.nav-account .nav-link span {
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  transition: 0.5s ease-in-out;
}
header .navbar .navbar-nav .nav-item.nav-account .nav-link i + span {
  margin-left: 1rem;
}
header .navbar .navbar-nav .nav-item.nav-account .nav-link span {
  line-height: 1.125rem;
  font-weight: normal;
  font-style: italic;
  align-self: end;
}
header .navbar .navbar-nav .nav-item.nav-account .nav-link:hover {
  transition: 0.5s ease-in-out;
  color: #F3F0EB;
}
header .navbar .navbar-nav .nav-item.nav-account .nav-link:hover i, header .navbar .navbar-nav .nav-item.nav-account .nav-link:hover span {
  background: none;
  background-clip: unset;
  -webkit-background-clip: unset;
  -moz-background-clip: unset;
  -webkit-text-fill-color: unset;
  -moz-text-fill-color: unset;
  transition: 0.5s ease-in-out;
  color: #F3F0EB;
}
@media (min-width: 768px) {
  header .navbar .navbar-nav .nav-item {
    margin-left: 0.313rem;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    color: #F3F0EB;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: inherit;
    width: unset;
    text-align: start;
  }
  header .navbar .navbar-nav .nav-item .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #2D3E4D;
    z-index: -1;
    transform: translate3D(0, -100%, 0);
    transition: all 0.5s;
  }
  header .navbar .navbar-nav .nav-item .nav-link:hover::before {
    transform: translate3D(0, 0, 0);
    transition: all 0.5s;
    border-radius: 5px;
  }
  header .navbar .navbar-nav .nav-item.dropdown > button.show::after {
    color: #fff;
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -moz-background-clip: unset;
    -webkit-text-fill-color: unset;
    -moz-text-fill-color: unset;
  }
  header .navbar .navbar-nav .nav-item.dropdown > .dropdown-menu {
    position: absolute;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-width: 100%;
    background-color: #2D3E4D;
    padding: 1.25rem 0.625rem;
  }
  header .navbar .navbar-nav .nav-item.dropdown > .dropdown-menu .dropdown-item {
    padding: 1rem 1.25rem;
    color: #9AB7C3;
    transition: 0.5s ease-in-out;
  }
  header .navbar .navbar-nav .nav-item.dropdown > .dropdown-menu .dropdown-item:hover {
    color: #F3F0EB;
    background: none;
  }
}
header .navbar .navbar-toggler {
  color: #F3F0EB;
}
header .navbar .navbar-toggler > i {
  font-size: 1.25rem;
}

.section-intro {
  width: 100%;
  height: calc(100vh - 86px);
  background-color: #1A2530;
  max-height: 52rem;
}
@media (min-width: 768px) {
  .section-intro {
    height: calc(100vh - 135px);
  }
}
.section-intro .intro-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.section-intro .intro-text h1 {
  color: #F3F0EB;
  font-size: 2.25rem;
  font-family: "meridiana_problack";
  font-weight: normal;
  margin-bottom: 1.5rem;
  z-index: 10;
}
.section-intro .intro-text h1 > span {
  text-wrap: nowrap;
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.section-intro .intro-text p {
  color: #F3F0EB;
  font-weight: 300;
  font-size: 1.125rem;
  width: 83%;
  margin-bottom: 2.75rem;
}
.section-intro .intro-text .btn-primary {
  position: relative;
  border: none;
  outline: none;
  font-size: 1.125rem;
  text-transform: uppercase;
  background: #2D3E4D;
  padding: 0.875rem 1.25rem 0.75rem 1.25rem;
  transition: 2s ease-in-out;
  font-family: "meridiana_problack";
  font-weight: normal;
  overflow: hidden;
  transition: all 0.5s;
}
.section-intro .intro-text .btn-primary::before, .section-intro .intro-text .btn-primary::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all 0.5s;
}
.section-intro .intro-text .btn-primary::before {
  background: #2D3E4D;
  z-index: -1;
  transform: translate3D(0, 0, 0);
}
.section-intro .intro-text .btn-primary::after {
  top: 0;
  z-index: 0;
  transform: translate3D(-101%, 0, 0);
}
.section-intro .intro-text .btn-primary > span {
  position: relative;
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  z-index: 2;
}
.section-intro .intro-text .btn-primary:hover {
  color: #F3F0EB;
  transition: 2s ease-in-out;
}
.section-intro .intro-text .btn-primary:hover::after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}
.section-intro .intro-text .btn-primary:hover > span {
  background: none;
  background-clip: unset;
  -webkit-background-clip: unset;
  -moz-background-clip: unset;
  -webkit-text-fill-color: unset;
  -moz-text-fill-color: unset;
}
@media (min-width: 768px) {
  .section-intro .intro-text {
    width: 70%;
  }
  .section-intro .intro-text h1 {
    font-size: 4.75rem;
  }
  .section-intro .intro-text p {
    width: 53%;
  }
}
.section-intro .parallax-container {
  position: absolute;
  top: -6rem;
  width: 100%;
  height: calc(100% + 6rem);
  overflow: hidden;
  max-height: 27rem;
}
@media (min-width: 768px) {
  .section-intro .parallax-container {
    top: -5rem;
    height: calc(100% + 5rem);
    max-height: unset;
  }
}
.section-intro #parallax-pattern {
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .section-intro #parallax-pattern {
    max-width: 70%;
    left: 30%;
    position: relative;
  }
}
@media (min-width: 992px) {
  .section-intro #parallax-pattern {
    position: absolute;
  }
}
.section-intro .parallax-depth-0 {
  background-image: url(images/bg-intro-layer-0.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}
@media (min-width: 576px) {
  .section-intro .parallax-depth-0 {
    background-size: auto 150%;
    background-position: center bottom;
  }
}
@media (min-width: 768px) {
  .section-intro .parallax-depth-0 {
    background-size: contain;
    background-position: right top;
  }
}
@media (min-width: 992px) {
  .section-intro .parallax-depth-0 {
    position: absolute;
    z-index: unset;
  }
}
.section-intro .parallax-depth-1 {
  background-image: url(images/bg-intro-layer-1.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  right: 0;
  z-index: 0;
  position: absolute;
}
@media (min-width: 576px) {
  .section-intro .parallax-depth-1 {
    background-size: auto 150%;
    background-position: center bottom;
  }
}
@media (min-width: 768px) {
  .section-intro .parallax-depth-1 {
    background-size: contain;
    background-position: right top;
  }
}
@media (min-width: 992px) {
  .section-intro .parallax-depth-1 {
    position: absolute;
    z-index: unset;
  }
}
.section-intro .parallax-depth-2 {
  background-image: url(images/bg-intro-layer-2.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  right: 0;
  z-index: 0;
  position: absolute;
}
@media (min-width: 576px) {
  .section-intro .parallax-depth-2 {
    background-size: auto 150%;
    background-position: center bottom;
  }
}
@media (min-width: 768px) {
  .section-intro .parallax-depth-2 {
    background-size: contain;
    background-position: right top;
  }
}
@media (min-width: 992px) {
  .section-intro .parallax-depth-2 {
    position: absolute;
    z-index: unset;
  }
}
.section-intro .parallax-depth-3 {
  background-image: url(images/bg-intro-layer-3.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  right: 0;
  z-index: 0;
}
@media (min-width: 576px) {
  .section-intro .parallax-depth-3 {
    background-size: auto 150%;
    background-position: center bottom;
  }
}
@media (min-width: 768px) {
  .section-intro .parallax-depth-3 {
    max-width: 70%;
    background-size: contain;
    background-position: right top;
  }
}
@media (min-width: 992px) {
  .section-intro .parallax-depth-3::after {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100vh - 100% + 5rem);
    margin-top: calc(100% - 6.875rem);
    background-color: #1A2530;
  }
  .section-intro .parallax-depth-3::before {
    content: "";
    position: absolute;
    width: 25%;
    height: 100vh;
    background-color: #1A2530;
    right: calc(100vh + 10px);
  }
}

.section-categories {
  background-color: #1A2530;
  padding-bottom: 3.25rem;
  padding-top: 2px;
}
.section-categories .row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}
@media (min-width: 992px) {
  .section-categories .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }
}
.section-categories .category-box {
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  border-radius: 5px;
  position: relative;
  padding-bottom: 1px;
  position: relative;
}
.section-categories .category-box:before {
  content: "";
  border-radius: 5px;
  position: absolute;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  top: calc(1px/-2);
  left: calc(1px/-2);
  background: linear-gradient(to right, #C8A77D 0%, #C8A77D 100%), linear-gradient(to top, #C8A77D 50%, transparent 50%), linear-gradient(to top, #C8A77D 50%, transparent 50%), linear-gradient(to right, #C8A77D 0%, #C8A77D 100%), linear-gradient(to left, #C8A77D 0%, #C8A77D 100%);
  background-size: 100% 1px, 1px 200%, 1px 200%, 0% 1px, 0% 1px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  transition: transform 0.2s ease-in-out, background-position 0.2s ease-in-out, background-size 0.2s ease-in-out;
  transform: scaleX(0) rotate(180deg);
  transition-delay: 0.4s, 0.2s, 0s;
}
.section-categories .category-box:hover:before {
  background-size: 200% 1px, 1px 400%, 1px 400%, 55% 1px, 55% 1px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(180deg);
  transition-delay: 0s, 0.2s, 0.4s;
}
.section-categories .category-box a {
  position: relative;
  display: block;
  border-radius: 4px;
  background-color: #1A2530;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 1px;
  outline: none;
  transition: 1s ease-in-out;
  overflow: hidden;
  top: 1px;
}
.section-categories .category-box a img {
  transition: 1s ease;
  opacity: 0.4;
}
.section-categories .category-box a > span {
  position: absolute;
  color: #9AB7C3;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  transition: 5s ease;
  right: 0;
  bottom: 0.5rem;
  text-align: center;
  width: 100%;
  padding: 0.5rem;
}
@media (min-width: 992px) {
  .section-categories .category-box a > span {
    right: 1rem;
    bottom: 1rem;
    text-align: right;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .section-categories .category-box a > span {
    right: 1.75rem;
    bottom: 2.875rem;
    text-align: right;
    padding: 0;
  }
}
.section-categories .category-box a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: 1s ease;
  opacity: 0.7;
}
.section-categories .category-box a:hover > span {
  background-image: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
@media (min-width: 992px) {
  .section-categories {
    padding-bottom: 6.25rem;
  }
}

.section-products {
  padding-bottom: 5.625rem;
  background-color: #F3F0EB;
  color: #1A2530;
}
.section-products h3 {
  padding-top: 4.875rem;
  padding-bottom: 3.75rem;
  font-size: 3rem;
  font-weight: normal;
  font-family: "meridiana_problack";
}
.section-products h4 {
  font-weight: 900;
  font-weight: normal;
  font-family: "meridiana_problack";
  font-size: 1.5rem;
}
@media (min-width: 1200px) {
  .section-products h4 {
    font-size: 1.813rem;
  }
}
.section-products .row {
  --bs-gutter-x: 3.5rem;
  --bs-gutter-y: 1.625rem;
}
.section-products .row > a {
  align-items: flex-start;
  justify-content: space-between;
}
.section-products .row > a > img {
  margin-bottom: 0.765rem;
}
@media (min-width: 992px) {
  .section-products .row {
    --bs-gutter-x: 7rem;
    --bs-gutter-y: 3.125rem;
  }
}
.section-products .btn-link {
  position: relative;
  padding: 0.5rem 0rem;
  font-size: 1.125rem;
  overflow: hidden;
  transition: all 0.5s;
  border: none;
  outline: none;
  text-decoration: none;
}
.section-products .btn-link > i,
.section-products .btn-link > span {
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.section-products .btn-link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: rgb(154, 183, 195);
  background: linear-gradient(90deg, rgba(154, 183, 195, 0.4) 0%, rgba(215, 206, 188, 0.4) 100%);
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all 0.5s;
}
.section-products .btn-link::after {
  top: 0;
  z-index: 0;
  transform: translate3D(-101%, 0, 0);
}
.section-products a {
  color: #1A2530;
  text-decoration: none;
}
.section-products a:hover .btn-link {
  padding: 0.5rem 0.813rem;
  border-radius: 0.313rem;
}
.section-products a:hover .btn-link::after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}

.break-line {
  width: 100%;
  height: 2rem;
  background-image: url(images/break-line.png);
  background-size: contain;
  margin-bottom: 5.625rem;
  background-repeat: repeat-x;
}

.section-introduce {
  margin-bottom: 5.625rem;
}
.section-introduce h3 {
  margin-bottom: 1.563rem;
  font-size: 3rem;
  font-weight: normal;
  font-family: "meridiana_problack";
}
.section-introduce hr {
  width: 100%;
  height: 0.188rem;
  margin-top: 1rem;
  margin-bottom: 2.25rem;
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  border: 0.188rem;
  border-radius: 0.188rem;
}
.section-introduce p {
  color: #1A2530;
  font-size: 1.125rem;
  font-weight: 300;
}
.section-introduce .buttons {
  margin-top: 2.25rem;
  margin-bottom: 1rem;
}
.section-introduce .buttons .btn-primary {
  position: relative;
  background: transparent;
  border: none;
  outline: none;
  color: #F3F0EB;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.75rem 2.25rem;
  border-radius: 0.313rem;
  font-size: 1.125rem;
  font-weight: 900;
  overflow: hidden;
  transition: all 0.5s;
}
.section-introduce .buttons .btn-primary::before, .section-introduce .buttons .btn-primary::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #1A2530;
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all 0.5s;
}
.section-introduce .buttons .btn-primary::before {
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  z-index: -2;
  transform: translate3D(0, 0, 0);
}
.section-introduce .buttons .btn-primary::after {
  top: 0;
  z-index: -1;
  transform: translate3D(-101%, 0, 0);
}
.section-introduce .buttons .btn-primary:hover {
  color: #F3F0EB;
}
.section-introduce .buttons .btn-primary:hover::after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}
.section-introduce .buttons .btn-link {
  position: relative;
  padding: 0.75rem 0rem;
  font-size: 1.125rem;
  overflow: hidden;
  transition: all 0.5s;
  border: none;
  outline: none;
  text-decoration: none;
  background-image: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.section-introduce .buttons .btn-link::before, .section-introduce .buttons .btn-link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: rgb(154, 183, 195);
  background: linear-gradient(90deg, rgba(154, 183, 195, 0.4) 0%, rgba(215, 206, 188, 0.4) 100%);
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all 0.5s;
}
.section-introduce .buttons .btn-link::before {
  z-index: -2;
  background: transparent;
  transform: translate3D(0, 0, 0);
}
.section-introduce .buttons .btn-link::after {
  top: 0;
  z-index: -1;
  transform: translate3D(-101%, 0, 0);
}
.section-introduce .buttons .btn-link:hover {
  padding: 0.75rem 0.813rem;
  border-radius: 0.313rem;
}
.section-introduce .buttons .btn-link:hover::after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}

.section-partner {
  margin-bottom: 6.25rem;
}
.section-partner h3 {
  margin-bottom: 3.75rem;
  font-size: 3rem;
  font-weight: normal;
  font-family: "meridiana_problack";
}
.section-partner img {
  transition: 1s ease;
}
.section-partner img:hover {
  cursor: pointer;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: 1s ease;
}
.section-partner .mySwiper {
  height: 200px;
}
.section-partner .swiper-slide {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-partner .swiper-slide img {
  height: auto;
  width: 100%;
  max-width: 150px;
  max-height: 125px;
}
.section-partner .swiper-wrapper {
  height: 125px;
}
.section-partner .swiper-pagination {
  bottom: 0;
}
.section-partner .swiper-pagination-bullet-active {
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
}

.section-contact {
  padding-top: 4.875rem;
  padding-bottom: 4.875rem;
  background: #1A2530;
}
.section-contact h3 {
  color: #F3F0EB;
  font-size: 2rem;
  font-family: "meridiana_problack";
  font-weight: normal;
  margin-bottom: 1.5rem;
}
.section-contact h3 > span {
  text-wrap: nowrap;
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
@media (min-width: 576px) {
  .section-contact h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .section-contact h3 {
    font-size: 3rem;
  }
}
.section-contact p {
  color: #F3F0EB;
  font-size: 1.125rem;
}
.section-contact p > strong {
  color: #66A2AF;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}
.section-contact .contact-link {
  position: relative;
  font-size: 1.75rem;
  font-weight: 500;
  color: #F3F0EB;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  padding: 0.5rem 0;
}
.section-contact .contact-link:hover {
  background-image: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.section-contact .contact-link > .icon {
  width: 1.75rem;
  text-align: center;
  margin-right: 0.875rem;
}
.section-contact .contact-link > .icon > i {
  font-size: 1.75rem;
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

footer {
  padding-top: 3.125rem;
  background: rgb(15, 20, 26);
  background: linear-gradient(320deg, rgb(15, 20, 26) 0%, rgb(25, 35, 46) 100%);
  padding-bottom: 1rem;
}
footer .navbar-brand {
  margin-bottom: 4rem;
}
footer .contact-link {
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  color: #F3F0EB;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  padding: 0.5rem 0;
}
footer .contact-link:hover {
  background-image: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
footer .contact-link > .icon {
  width: 1.25rem;
  text-align: center;
  margin-right: 0.875rem;
}
footer .contact-link > .icon > i {
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
footer .contact-row {
  font-size: 1.125rem;
  font-weight: 500;
  color: #F3F0EB;
  padding: 0.5rem 0;
}
footer .contact-row > .icon {
  width: 1.25rem;
  text-align: center;
  margin-right: 0.875rem;
}
footer .contact-row > .icon > i {
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
footer .nav .nav-link {
  color: #9AB7C3;
  padding-left: 0;
  font-weight: 300;
}
footer .nav .nav-link:hover {
  background-image: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
footer hr {
  width: 100%;
  height: 0.063rem;
  margin-top: 6.25rem;
  margin-bottom: 1rem;
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  border: 0.063rem;
  border-radius: 0.063rem;
}
footer .copyright {
  font-size: 0.875rem;
  font-weight: 500;
  color: #66A2AF;
}
footer .accordion {
  background: none;
  border: 0;
}
footer .accordion > .accordion-item {
  background: none;
  border: 0;
}
footer .accordion > .accordion-item > .accordion-header {
  color: #9AB7C3;
  font-weight: 900;
  font-size: 0.875rem;
  margin-bottom: 0.875rem;
}
footer .accordion > .accordion-item > .accordion-header > button {
  background: none;
  border: 0;
  padding: 0;
  color: #9AB7C3;
  font-weight: 900;
  font-size: 0.875rem;
  outline: none;
  box-shadow: none;
}
footer .accordion > .accordion-item > .accordion-header > button::after {
  color: #9AB7C3;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f078";
  background-image: none;
}

form .form-label {
  color: #F3F0EB;
  font-size: 1.125rem;
}
form .form-control {
  color: #F3F0EB;
  background-color: transparent;
  border-color: #66A2AF;
  padding: 0.625rem;
}
form .form-control:focus {
  color: #F3F0EB;
  background-color: transparent;
}
form .form-check {
  padding-left: 2rem;
  margin-bottom: 1.375rem;
}
form .form-check .form-check-label {
  color: #F3F0EB;
  font-size: 0.875rem;
}
form .form-check .form-check-input {
  background-color: transparent;
  border-color: #66A2AF;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: -2rem;
  margin-top: 0.125rem;
}
form .form-check .form-check-input:checked {
  background-color: #66A2AF;
  border-color: #66A2AF;
}
form .btn-primary {
  position: relative;
  background: transparent;
  border: none;
  outline: none;
  color: #F3F0EB;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.75rem 2.25rem;
  border-radius: 0.313rem;
  font-size: 1.125rem;
  font-weight: 900;
  overflow: hidden;
  transition: all 0.5s;
}
form .btn-primary > span {
  position: relative;
  z-index: 2;
}
form .btn-primary::before, form .btn-primary::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #2D3E4D;
  z-index: 0;
  transform: translate3D(0, -100%, 0);
  transition: all 0.5s;
}
form .btn-primary::before {
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  z-index: 0;
  transform: translate3D(0, 0, 0);
}
form .btn-primary::after {
  top: 0;
  z-index: 1;
  transform: translate3D(-101%, 0, 0);
}
form .btn-primary:hover {
  color: #F3F0EB;
}
form .btn-primary:hover::after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}

.section-page-header {
  width: 100%;
  height: 12.875rem;
  display: flex;
  align-items: flex-end;
  margin-bottom: 2rem;
  background-color: #1A2530;
}
.section-page-header::before {
  width: 100%;
  height: 150%;
  max-height: 21.25rem;
  position: absolute;
  top: -5.375rem;
  content: "";
  background-color: #1A2530;
  background-image: url(/assets/images/bg-page.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .section-page-header::before {
    top: -8.375rem;
  }
}
.section-page-header h2, .section-page-header h1 {
  font-size: 3rem;
  font-weight: normal;
  font-family: "meridiana_problack";
  color: #F3F0EB;
  position: relative;
  z-index: 10;
  margin-bottom: 3.438rem;
}
.section-page-header h2 > span, .section-page-header h1 > span {
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.section-page-header p {
  color: #F3F0EB;
}

#information-contact {
  background-color: #1A2530;
  padding-bottom: 8.125rem;
}
#information-contact .section-page-header h1 {
  margin-bottom: 1rem;
}
#information-contact .contact-link {
  position: relative;
  font-size: 1.75rem;
  font-weight: 500;
  color: #F3F0EB;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  padding: 0.5rem 0;
}
#information-contact .contact-link:hover {
  background-image: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
#information-contact .contact-link > .icon {
  width: 1.75rem;
  text-align: center;
  margin-right: 0.875rem;
}
#information-contact .contact-link > .icon > i {
  font-size: 1.75rem;
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
#information-contact .people {
  margin-top: 5.5rem;
}
#information-contact .people h3 {
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-size: 1.813rem;
  font-weight: normal;
  font-family: "meridiana_problack";
}
#information-contact .people span.department {
  display: block;
  color: #66A2AF;
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 1.75rem;
  text-transform: uppercase;
}
#information-contact .people .contact-link {
  position: relative;
  font-size: 1.125rem;
  font-weight: 900;
  color: #F3F0EB;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  padding: 0.5rem 0;
}
#information-contact .people .contact-link:hover {
  background-image: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
#information-contact .people .contact-link > .icon {
  font-size: 1.125rem;
  text-align: center;
  margin-right: 0.875rem;
}
#information-contact .people .contact-link > .icon > i {
  font-size: 1.125rem;
  color: #66A2AF;
  background: none;
  background-clip: unset;
  -webkit-background-clip: unset;
  -moz-background-clip: unset;
  -webkit-text-fill-color: unset;
  -moz-text-fill-color: unset;
}
#information-contact .people .contact-row {
  font-size: 1.125rem;
  font-weight: 500;
  color: #F3F0EB;
  padding: 0.5rem 0;
}
#information-contact .people .contact-row > .icon {
  width: 1.25rem;
  text-align: center;
  margin-right: 0.875rem;
}
#information-contact .people .contact-row > .icon > i {
  font-size: 1.125rem;
  color: #66A2AF;
  background: none;
  background-clip: unset;
  -webkit-background-clip: unset;
  -moz-background-clip: unset;
  -webkit-text-fill-color: unset;
  -moz-text-fill-color: unset;
}

.breadcrumb {
  margin-bottom: 1.563rem;
}
.breadcrumb a {
  position: relative;
  color: #969696;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.breadcrumb a:before {
  display: block;
  content: " ";
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  z-index: 0;
  position: absolute;
  background: #969696;
  transition: all 0.3s ease-in-out;
}
.breadcrumb a:hover:before {
  width: 100%;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #969696;
}

.product-thumb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-bottom: 3.75rem;
}
.product-thumb img {
  border-radius: 0.313rem;
  transition: 1s ease;
}
.product-thumb .name {
  color: #1A2530;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
}
.product-thumb small {
  text-align: center;
  color: #66A2AF;
  font-size: 0.938rem;
  margin-bottom: 1rem;
}
.product-thumb > div:not(.img-box) {
  position: relative;
  overflow: hidden;
  padding: 0.625rem 0;
}
.product-thumb > div.img-box {
  position: relative;
  overflow: hidden;
  border-radius: 0.313rem;
  margin-bottom: 0.875rem;
}
.product-thumb .button {
  background-color: #F3F0EB;
  border-radius: 0.313rem;
  padding: 0.625rem 1.25rem;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  border: none;
}
.product-thumb .button span {
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.product-thumb .button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: rgb(154, 183, 195);
  background: linear-gradient(90deg, rgba(154, 183, 195, 0.4) 0%, rgba(215, 206, 188, 0.4) 100%);
  z-index: -1;
  transition: all 0.5s;
  transform: translate3D(-101%, 0, 0);
}
.product-thumb:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1s ease;
}
.product-thumb:hover .button::after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
  z-index: 0;
}

#product-info .section-product-detail {
  width: 100%;
  min-height: 12.875rem;
  background-color: #1A2530;
  padding-top: 4.688rem;
  padding-bottom: 4.75rem;
  color: #9AB7C3;
  font-size: 1.125rem;
  margin-bottom: 5rem;
}
#product-info .section-product-detail::before {
  width: 100%;
  height: 21.25rem;
  position: absolute;
  top: -8.375rem;
  content: "";
  background-color: #1A2530;
  background-image: url(/assets/images/bg-page.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
#product-info .section-product-detail h1 {
  font-size: 3rem;
  font-weight: normal;
  font-family: "meridiana_problack";
  color: #F3F0EB;
  position: relative;
  z-index: 10;
  margin-bottom: 1rem;
}
#product-info .section-product-detail .breadcrumb {
  margin-bottom: 1.563rem;
  position: relative;
  z-index: 11;
}
#product-info .section-product-detail .breadcrumb a {
  position: relative;
  color: #9AB7C3;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
#product-info .section-product-detail .breadcrumb a:before {
  display: block;
  content: " ";
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  z-index: 0;
  position: absolute;
  background: #9AB7C3;
  transition: all 0.3s ease-in-out;
}
#product-info .section-product-detail .breadcrumb a:hover:before {
  width: 100%;
}
#product-info .section-product-detail .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #9AB7C3;
}
#product-info .section-product-detail .row {
  --bs-gutter-x: 2.8125rem;
}
#product-info .section-product-detail .row .row {
  --bs-gutter-x: 1.25rem;
}
#product-info .section-product-detail .image {
  display: flex;
  flex-direction: column;
}
#product-info .section-product-detail .image > a {
  margin-bottom: 1.25rem;
}
#product-info .section-product-detail .image > div {
  display: flex;
}
#product-info .section-product-detail .image img {
  border-radius: 0.313rem;
}
#product-info .section-product-detail h3 {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #F3F0EB;
  font-weight: 900;
}
#product-info .section-product-detail p {
  color: #F3F0EB;
  font-weight: 100;
}
#product-info .section-product-detail .btn-primary {
  position: relative;
  background: transparent;
  border: none;
  outline: none;
  color: #F3F0EB;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.75rem 2.25rem;
  border-radius: 0.313rem;
  font-size: 1.125rem;
  font-weight: 900;
  overflow: hidden;
  transition: all 0.5s;
}
#product-info .section-product-detail .btn-primary > span {
  position: relative;
  z-index: 2;
}
#product-info .section-product-detail .btn-primary::before, #product-info .section-product-detail .btn-primary::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #2D3E4D;
  z-index: 0;
  transform: translate3D(0, -100%, 0);
  transition: all 0.5s;
}
#product-info .section-product-detail .btn-primary::before {
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  z-index: 0;
  transform: translate3D(0, 0, 0);
}
#product-info .section-product-detail .btn-primary::after {
  top: 0;
  z-index: 1;
  transform: translate3D(-101%, 0, 0);
}
#product-info .section-product-detail .btn-primary:hover {
  color: #F3F0EB;
}
#product-info .section-product-detail .btn-primary:hover::after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}
#product-info .section-product-detail hr {
  width: 100%;
  height: 0.063rem;
  margin-top: 3.125rem;
  margin-bottom: 2.5rem;
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  border: 0.188rem;
  border-radius: 0.188rem;
}
#product-info .section-product-detail ul {
  font-weight: 100;
  color: #F3F0EB;
}
#product-info .section-product-detail .btn-download {
  color: #66A2AF;
  text-transform: uppercase;
  font-size: 1.125rem;
  position: relative;
  border-radius: 0.313rem;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
#product-info .section-product-detail .btn-download::before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  content: "";
  display: block;
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  border-radius: 0.313rem;
  position: absolute;
  z-index: 1;
  left: -1px;
  top: -1px;
}
#product-info .section-product-detail .btn-download > span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1A2530;
  position: relative;
  z-index: 2;
  padding: 0.75rem 1rem;
  border-radius: 0.313rem;
  transition: all 0.3s ease-in-out;
}
#product-info .section-product-detail .btn-download > span > i {
  margin-right: 1.25rem;
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
#product-info .section-product-detail .btn-download:hover > span {
  color: #F3F0EB;
  transition: all 0.3s ease-in-out;
}
#product-info .section-related {
  margin-bottom: 6.875rem;
}
#product-info .section-related h3 {
  font-family: "meridiana_problack";
  font-weight: normal;
  font-size: 3.438rem;
}
#product-info .btn-manufacturer {
  position: relative;
  font-weight: 400;
  color: #66A2AF;
  transition: all 0.3s ease-in-out;
}
#product-info .btn-manufacturer:before {
  display: block;
  content: " ";
  width: 0;
  height: 1px;
  bottom: 5px;
  left: 0;
  z-index: 0;
  position: absolute;
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  transition: all 0.3s ease-in-out;
}
#product-info .btn-manufacturer:hover {
  background-image: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
#product-info .btn-manufacturer:hover:before {
  width: 100%;
}
#product-info .btn-category {
  color: rgb(102, 162, 175);
  background: #2D3E4D;
  border-radius: 5px;
  padding: 4px 6px;
  margin: 0 6px 7px 0;
  transition: all 0.3s ease-in-out;
}
#product-info .btn-category:hover {
  background: none;
  color: #F3F0EB;
}

.basic-dark-page {
  background-color: #1A2530;
  color: #F3F0EB;
  font-size: 1.125rem;
  font-weight: 100;
  margin-bottom: 5rem;
  padding-bottom: 4.75rem;
}
.basic-dark-page a {
  color: #66A2AF;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.basic-dark-page a:hover {
  color: #F3F0EB;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.basic-dark-page form {
  margin-top: 4.25rem;
}
.basic-dark-page form label {
  font-weight: 300;
}
.basic-dark-page form .form-check .form-check-label {
  font-size: unset;
}
.basic-dark-page form .form-check .form-check-input:checked {
  background-color: #192630;
  border-color: #ffffff;
  border-width: 2px;
  background-size: 140% 140%;
}
.basic-dark-page#account-register, .basic-dark-page#account-login {
  min-height: calc(100vh - 8.375rem);
}
.basic-dark-page#account-register .section-page-header, .basic-dark-page#account-login .section-page-header {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .basic-dark-page#account-register, .basic-dark-page#account-login {
    background-image: url(images/bg-page-main.png);
    background-repeat: no-repeat;
    background-position: right top 12.875rem;
    background-size: auto calc(100% - 12.875rem);
  }
}
.basic-dark-page .btn-primary {
  position: relative;
  background: transparent;
  border: none;
  outline: none;
  color: #F3F0EB;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.75rem 2.25rem;
  border-radius: 0.313rem;
  font-size: 1.125rem;
  font-weight: 900;
  overflow: hidden;
  transition: all 0.5s;
}
.basic-dark-page .btn-primary > span {
  position: relative;
  z-index: 2;
}
.basic-dark-page .btn-primary::before, .basic-dark-page .btn-primary::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #2D3E4D;
  z-index: 0;
  transform: translate3D(0, -100%, 0);
  transition: all 0.5s;
}
.basic-dark-page .btn-primary::before {
  background: rgb(156, 118, 81);
  background: linear-gradient(90deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  z-index: 0;
  transform: translate3D(0, 0, 0);
}
.basic-dark-page .btn-primary::after {
  top: 0;
  z-index: 1;
  transform: translate3D(-101%, 0, 0);
}
.basic-dark-page .btn-primary:hover {
  color: #F3F0EB;
}
.basic-dark-page .btn-primary:hover::after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}

#information-information #content {
  margin-bottom: 8rem;
}
#information-information #content h1, #information-information #content h2 {
  font-family: "meridiana_problack";
  font-size: 3rem;
  margin-bottom: 4.625rem;
}
#information-information #content h3 {
  font-size: 1.125rem;
  color: #66A2AF;
  font-weight: 800;
  margin-bottom: 1.5rem;
}
#information-information #content p {
  font-size: 1.125rem;
  font-weight: 100;
}
#information-information #content blockquote {
  font-size: 1.5rem;
  font-weight: 900;
  color: #66A2AF;
  padding: 2rem 4rem 2rem 4rem;
}
#information-information #content blockquote p {
  position: relative;
  font-size: 1.5rem;
  font-weight: 900;
}
#information-information #content blockquote p::before {
  display: block;
  position: absolute;
  width: 0.5rem;
  height: 100%;
  content: "";
  background: rgb(156, 118, 81);
  background: linear-gradient(180deg, rgb(156, 118, 81) 0%, rgb(208, 176, 133) 100%);
  border-radius: 0.5rem;
  left: -1.5rem;
}
#information-information #content img {
  border-radius: 0.25rem;
}
#information-information #content ul {
  list-style-type: none;
}
#information-information #content ul li {
  font-size: 1.125rem;
  font-weight: 100;
  margin-bottom: 0.313rem;
}
#information-information #content ul li::before {
  position: relative;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f0c8";
  color: #66A2AF;
  font-size: 0.5rem;
  left: -0.5rem;
  top: -0.12rem;
}

#product-filter h3 {
  font-family: "meridiana_problack";
  font-size: 1.813rem;
  font-weight: normal;
  color: #1A2530;
  margin-bottom: 2rem;
}
#product-filter .flex-column {
  margin-bottom: 4rem;
}
#product-filter label {
  font-weight: 300;
}
#product-filter .form-check {
  padding-left: 2rem;
  margin-bottom: 0.375rem;
}
#product-filter .form-check .form-check-label {
  color: #1A2530;
  font-size: 1.125rem;
  font-weight: 300;
}
#product-filter .form-check .form-check-input {
  background-color: transparent;
  border-color: #66A2AF;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: -2rem;
  margin-top: 0.125rem;
  border-radius: 0.313rem;
}
#product-filter .form-check .form-check-input:checked {
  color: #66A2AF;
  border-color: #66A2AF;
  border-width: 2px;
  background-size: 80% 80%;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%2366A2AF' d='M441 103c9.4 9.4 9.4 24.6 0 33.9L177 401c-9.4 9.4-24.6 9.4-33.9 0L7 265c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l119 119L407 103c9.4-9.4 24.6-9.4 33.9 0z'/%3e%3c/svg%3e");
}
#product-filter .form-check.disabled .form-check-label {
  color: #9AB7C3;
}
#product-filter .form-check.disabled .form-check-input {
  border-color: #9AB7C3;
}

#product-category #content, #product-manufacturer #content {
  position: relative;
  margin-bottom: 6.25rem;
}
#product-category #content .loading, #product-manufacturer #content .loading {
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 1rem;
  z-index: 100;
  color: #66A2AF;
  text-align: center;
  font-size: 8rem;
  padding: 2rem;
  margin-top: -1rem;
  margin-left: -1rem;
}
#product-category #content .loading i, #product-manufacturer #content .loading i {
  margin-top: 8rem;
}
#product-category a.manufacturer-link, #product-manufacturer a.manufacturer-link {
  text-decoration: none;
  font-weight: 500;
  color: #66A2AF;
}
#product-category a.manufacturer-link:hover, #product-manufacturer a.manufacturer-link:hover {
  text-decoration: underline;
}

.modal-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: #66A2AF;
  transition: all 0.3s ease-in-out;
}
.modal-link:hover {
  text-decoration: none;
}

.offcanvas-md {
  background-color: #1A2530;
}

/*# sourceMappingURL=stylesheet.css.map */
