/*
	Project: Mellow
	All rights reserved
*/
@import "bootstrap.min.css";
@import "components/swiper-bundle.min.css";
.animated-effect, .contact-map .box form .form-control, .news-article .article-info .article-type, .news .pagination .page-item .page-link, .news .news-item .news-info .news-type, .news .news-item .news-thumbnail, .news .news-item, .news .nav.news-nav li.nav-item a.nav-link, .news .nav.news-nav li.nav-item button.nav-link, .jobs .job-entry .job-info .job-toggle:after, .jobs .job-entry .job-info .job-toggle:before, .jobs .job-entry .job-info .job-toggle, .jobs .job-entry, .our-products.v2 .brands-item, .our-history .history-slider-nav .history-slider-nav-button, .our-products .product-item, .btn.btn-outline-dark img, .navbar-brand, header.page-header .navbar .dropdown-menu .dropdown-item, header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item, header.page-header .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.1s ease all;
}

.animated-long-effect {
  transition: 0.25s ease all;
}

.active-effect, .news .pagination .page-item .page-link:active, .our-products .product-item:active, .btn.btn-link:active, .btn.btn-outline-dark:active, .btn.btn-outline-light:active, .btn.btn-outline-secondary:active, .btn.btn-outline-primary:active, .btn.btn-dark:active, .btn.btn-light:active, .btn.btn-secondary:active, .btn.btn-primary:active, .navbar-brand:active {
  transform-origin: center;
  transform: scale(0.995) translateY(0.2rem);
}

.disable-selection, .contact-map .contact-map-image, .contact form .form-check .form-check-label, .contact form .form-field .form-label, .contact .main-effect, .news .pagination .page-item .page-link, .factory-gallery, .vision .main-effect, .our-history .history-slider-wrapper, .sub-main .sub-main-bg, .cta .img-fluid, .our-products .catalog-item.coming-soon, .who-we-are .main-effect, .main .main-effect {
  user-select: none;
}

.disable-clicks, .contact-map .contact-map-image, .contact .main-effect, .factory-gallery, .vision .main-effect, .our-history .history-slider-nav .history-slider-nav-button[disabled], .sub-main .sub-main-bg, .cta .img-fluid, .our-products .catalog-item.coming-soon, .who-we-are .main-effect, .main .main-effect {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@font-face {
  font-family: "Apfel Grotezk";
  font-weight: normal;
  src: url("../fonts/ApfelGrotezk-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Apfel Grotezk";
  font-weight: 600;
  src: url("../fonts/ApfelGrotezk-Mittel.woff2") format("woff2");
}
@font-face {
  font-family: "Apfel Grotezk";
  font-weight: bold;
  src: url("../fonts/ApfelGrotezk-Fett.woff2") format("woff2");
}
@font-face {
  font-family: "Peachi";
  font-weight: 900;
  src: url("../fonts/Peachi-Black.woff2") format("woff2");
}
html, body {
  font-family: "Apfel Grotezk", sans-serif;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  html, body {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  html, body {
    font-size: 14px;
  }
}

header.page-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 2rem 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header {
    padding: 1rem 0;
  }
}
@media (max-width: 767.9px) {
  header.page-header {
    padding: 1rem 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item {
  margin-left: 1.25rem;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin-left: 0.75rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin-left: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin-left: 0.5rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin-left: 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  padding: 0.25rem calc(1rem - 2px) 0.25rem 1rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 4px;
  border-radius: 2rem;
  background: #fff;
  color: #673E27;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    letter-spacing: 2px;
    font-size: 1rem;
    padding: 0.2rem calc(1rem - 2px) 0.2rem 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    letter-spacing: 1.5px;
    font-size: 0.8rem;
    padding: 0.2rem calc(0.75rem - 1px) 0.2rem 0.75rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 1rem 0;
    width: 100%;
    text-align: center;
    background: none;
    color: #fff;
    border-radius: 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:hover, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus {
  background: #FFD261;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link:hover, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus {
    background: rgba(255, 255, 255, 0.1);
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.active, header.page-header .navbar .navbar-nav .nav-item .nav-link:active {
  background: #e8a445;
  color: #fff;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown.language-picker .dropdown-toggle {
  background: none;
  color: #FFD261;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item.dropdown.language-picker .dropdown-toggle {
    padding-right: 1rem;
  }
}
header.page-header .navbar .navbar-nav .nav-item.dropdown.language-picker .dropdown-toggle:after {
  position: absolute;
  top: 0;
  bottom: 0.25rem;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: none;
  border-right: 2px solid #FFD261;
  border-bottom: 2px solid #FFD261;
  content: " ";
  transform-origin: center;
  transform: rotate(45deg);
  margin: auto;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  border-radius: 1rem;
  border: none;
  box-shadow: rgba(103, 62, 39, 0.1) 0 0.25rem 1rem;
  overflow: hidden;
  padding: 0.5rem;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  color: #673E27;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 1rem;
  background: #fff;
  color: #673E27;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    letter-spacing: 2px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    letter-spacing: 1px;
    font-size: 0.8rem;
  }
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover, header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
  background: #FFD261;
}
header.page-header .navbar .language-picker .dropdown-toggle {
  background: none;
  color: #FFD261;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .language-picker .dropdown-toggle {
    padding-right: 1rem;
  }
}
header.page-header .navbar .language-picker .dropdown-toggle:after {
  position: absolute;
  top: 0;
  bottom: 0.25rem;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: none;
  border-right: 2px solid #FFD261;
  border-bottom: 2px solid #FFD261;
  content: " ";
  transform-origin: center;
  transform: rotate(45deg);
  margin: auto;
}
header.page-header .navbar .dropdown-menu {
  border-radius: 1rem;
  border: none;
  box-shadow: rgba(103, 62, 39, 0.1) 0 0.25rem 1rem;
  overflow: hidden;
  padding: 0.5rem;
}
header.page-header .navbar .dropdown-menu .dropdown-item {
  color: #673E27;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 1rem;
  background: #fff;
  color: #673E27;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .navbar .dropdown-menu .dropdown-item {
    letter-spacing: 2px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .navbar .dropdown-menu .dropdown-item {
    letter-spacing: 1px;
    font-size: 0.8rem;
  }
}
header.page-header .navbar .dropdown-menu .dropdown-item:hover, header.page-header .navbar .dropdown-menu .dropdown-item:focus {
  background: #FFD261;
}
header.page-header .navbar .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
  filter: brightness(0) invert(1);
  font-size: 1rem;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-brand {
    z-index: 10;
  }
  header.page-header .navbar .navbar-toggler {
    z-index: 10;
  }
  header.page-header .navbar .navbar-toggler .navbar-toggler-icon {
    opacity: 1;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    transition: 0.15s ease all;
  }
  header.page-header .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    transform-origin: center;
    transform: rotate(90deg);
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIg0KCSBpZD0ic3ZnMjQ1NCIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnNvZGlwb2RpPSJodHRwOi8vc29kaXBvZGkuc291cmNlZm9yZ2UubmV0L0RURC9zb2RpcG9kaS0wLmR0ZCIgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiIGlua3NjYXBlOm91dHB1dF9leHRlbnNpb249Im9yZy5pbmtzY2FwZS5vdXRwdXQuc3ZnLmlua3NjYXBlIiBpbmtzY2FwZTp2ZXJzaW9uPSIwLjQ2IiBzb2RpcG9kaTpkb2NuYW1lPSJUaW1lcyBzeW1ib2wuc3ZnIiBzb2RpcG9kaTp2ZXJzaW9uPSIwLjMyIg0KCSB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iLTM5OSAyMDAuNiAxNjAuNCAxNjAuNCINCgkgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtMzk5IDIwMC42IDE2MC40IDE2MC40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8ZGVmcz4NCgkNCgkNCgkJPGlua3NjYXBlOnBlcnNwZWN0aXZlICBpZD0icGVyc3BlY3RpdmUyNDYyIiBpbmtzY2FwZTp2cF96PSI3NDQuMDk0NDggOiA1MjYuMTgxMDkgOiAxIiBpbmtzY2FwZTp2cF95PSIwIDogMTAwMCA6IDAiIGlua3NjYXBlOnZwX3g9IjAgOiA1MjYuMTgxMDkgOiAxIiBzb2RpcG9kaTp0eXBlPSJpbmtzY2FwZTpwZXJzcDNkIiBpbmtzY2FwZTpwZXJzcDNkLW9yaWdpbj0iMzcyLjA0NzI0IDogMzUwLjc4NzM5IDogMSI+DQoJCTwvaW5rc2NhcGU6cGVyc3BlY3RpdmU+DQo8L2RlZnM+DQo8c29kaXBvZGk6bmFtZWR2aWV3ICBzaG93Z3JpZD0iZmFsc2UiIGlua3NjYXBlOmN5PSIyNjcuNzgzMzkiIGlua3NjYXBlOmN4PSIxOTQuNTEzNjEiIGlua3NjYXBlOnpvb209IjAuNzk1NDk1MTMiIGJvcmRlcm9wYWNpdHk9IjEuMCIgYm9yZGVyY29sb3I9IiM2NjY2NjYiIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIgaWQ9ImJhc2UiIGlua3NjYXBlOndpbmRvdy15PSItNCIgaW5rc2NhcGU6d2luZG93LXg9Ii00IiBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSI4ODEiIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTQ0MCIgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ibGF5ZXIxIiBpbmtzY2FwZTpkb2N1bWVudC11bml0cz0icHgiIGlua3NjYXBlOnBhZ2VzaGFkb3c9IjIiIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwLjAiPg0KCTwvc29kaXBvZGk6bmFtZWR2aWV3Pg0KPGcgaWQ9ImxheWVyMSIgaW5rc2NhcGU6bGFiZWw9IkxpdmVsbG8gMSIgaW5rc2NhcGU6Z3JvdXBtb2RlPSJsYXllciI+DQoJPHBhdGggaWQ9InRleHQyNDY0IiBjbGFzcz0ic3QwIiBkPSJNLTM3OS42LDMzMy4xbDUyLjMtNTIuM2wtNTIuMi01Mi4ybDguNi04LjZsNTIuMyw1Mi4xbDUyLjItNTIuMmw4LjMsOC40bC01Mi4yLDUyLjJMLTI1OCwzMzMNCgkJbC04LjQsOC42bC01Mi40LTUyLjRsLTUyLjMsNTIuM0wtMzc5LjYsMzMzLjF6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==");
  }
  header.page-header .navbar .navbar-collapse {
    position: fixed;
    background: #673E27;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(1.35);
    transition: 0.35s ease all;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    z-index: 0;
  }
  header.page-header .navbar .navbar-collapse.collapsing {
    overflow: visible;
    transition: 0.35s ease all;
    height: 100%;
    opacity: 0;
  }
  header.page-header .navbar .navbar-collapse.collapse {
    display: flex;
    opacity: 0;
    visibility: hidden;
  }
  header.page-header .navbar .navbar-collapse.collapse.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}

.navbar-brand img {
  height: 4.75rem;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .navbar-brand img {
    height: 3.75rem;
    margin: 0.5rem 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .navbar-brand img {
    height: 3.5rem;
    margin: 0.625rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar-brand img {
    height: 2.5rem;
    margin: 1.125rem 0;
  }
}
@media (max-width: 767.9px) {
  .navbar-brand img {
    height: 2.5rem;
  }
}
.navbar-brand:hover {
  opacity: 0.9;
}
footer.page-footer {
  background: #FFD261;
  padding: 4rem 0;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  footer.page-footer {
    padding: 5rem 0;
    text-align: center;
  }
}
footer.page-footer .navbar-brand {
  filter: brightness(0) invert(1);
}
footer.page-footer .navbar-brand img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  footer.page-footer .navbar-brand img {
    width: 80%;
  }
}
@media (max-width: 767.9px) {
  footer.page-footer .navbar-brand img {
    width: 15rem;
  }
}
footer.page-footer hr {
  margin: 2.5rem 0 1rem 0;
  background: #673E27;
  border: none;
  opacity: 1;
  width: 100%;
  height: 2px;
}
@media (max-width: 767.9px) {
  footer.page-footer hr {
    margin: 2rem 0;
  }
}
footer.page-footer h5 {
  font-weight: bold;
  color: #673E27;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  margin: 0 0 1.5rem 0;
}
footer.page-footer p {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #673E27;
  font-weight: 400;
}
footer.page-footer ul.nav {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.9px) {
  footer.page-footer ul.nav {
    margin: 2.5rem 0 1.5rem 0;
  }
}
footer.page-footer ul.nav .nav-item {
  width: 50%;
  margin: 0 0 1.5rem 0;
}
footer.page-footer ul.nav .nav-item .nav-link {
  color: #673E27;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  font-weight: 600;
  padding: 0;
}
footer.page-footer ul.nav .nav-item .nav-link:hover {
  opacity: 0.75;
}
footer.page-footer ul.nav.social-nav {
  margin-top: 1.5rem;
}
@media (max-width: 767.9px) {
  footer.page-footer ul.nav.social-nav {
    justify-content: center;
  }
}
footer.page-footer ul.nav.social-nav .nav-item {
  width: auto;
  margin: 0 1rem 0 0;
}
@media (max-width: 767.9px) {
  footer.page-footer ul.nav.social-nav .nav-item {
    margin: 0 0.5rem;
  }
}
footer.page-footer ul.nav.social-nav .nav-item .nav-link img {
  width: auto;
  height: 1rem;
}
footer.page-footer .footer-link {
  color: #673E27;
  font-size: 0.8rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
footer.page-footer .footer-link.small {
  text-transform: none;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
}
footer.page-footer .social-links li a img {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
}
.btn {
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: rgba(103, 62, 39, 0.1) 0 0.25rem 1rem;
}
.btn.btn-primary {
  background: #FFD261;
  border-color: #FFD261;
  color: #673E27;
  text-transform: uppercase;
  font-weight: 600;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #ffcb48;
  border-color: #ffcb48;
}
.btn.btn-primary:active {
  background: #ffc73b;
  border-color: #ffc73b;
}
.btn.btn-secondary {
  background: #FE9367;
  border-color: #FE9367;
  color: #fff;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background: #fe814e;
  border-color: #fe814e;
}
.btn.btn-secondary:active {
  background: #fe7841;
  border-color: #fe7841;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #1f1f1f;
}
.btn.btn-dark {
  background: #1f1f1f;
  border-color: #1f1f1f;
  color: #1f1f1f;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #C3C2C5;
  border-color: #C3C2C5;
  color: #fff;
}
.btn.btn-dark:active {
  background: #444;
  border-color: #444;
  color: #fff;
}
.btn.btn-outline-primary {
  border-color: #FFD261;
  color: #FFD261;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #FFD261;
  border-color: #FFD261;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: #ffecbd;
  border-color: #ffecbd;
  color: #fff;
}
.btn.btn-outline-secondary {
  border-color: #FE9367;
  color: #FE9367;
}
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus {
  background: #FE9367;
  border-color: #FE9367;
  color: #fff;
}
.btn.btn-outline-secondary:active {
  background: #fe814e;
  border-color: #fe814e;
  color: #fff;
}
.btn.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  background: #fff;
  border-color: #fff;
  color: #1f1f1f;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #FFD261;
}
.btn.btn-outline-dark {
  border-color: #FFD261;
  color: #673E27;
}
.btn.btn-outline-dark img {
  width: 1rem;
  height: 1rem;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #673E27;
  border-color: #673E27;
  color: #fff;
}
.btn.btn-outline-dark:hover img, .btn.btn-outline-dark:focus img {
  filter: brightness(0) invert(1);
}
.btn.btn-outline-dark:active {
  background: #553320;
  border-color: #553320;
  color: #fff;
}
.btn.btn-outline-dark:active img {
  filter: brightness(0) invert(1);
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: transparent;
  box-shadow: none;
  color: #ffe8ae;
}
.main {
  position: relative;
  padding: 15rem 0 10rem 0;
  background: url("../img/main-bg.jpg") center no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .main {
    padding: 15rem 1.5rem;
  }
}
.main .container {
  position: relative;
  z-index: 2;
}
.main .main-effect {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 1/1;
}
.main .main-effect .main-effect-slogan {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767.9px) {
  .main .main-effect .main-effect-slogan {
    animation: rotate 10s linear infinite;
  }
}
.main .main-effect .main-effect-icon {
  display: block;
  width: 60%;
  margin: auto;
}

.who-we-are {
  padding: 5rem 0;
  background: #FFD261;
  color: #673E27;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .who-we-are {
    text-align: center;
  }
}
.who-we-are .container {
  position: relative;
  z-index: 5;
}
.who-we-are .line-effect-top {
  position: absolute;
  top: -4rem;
  left: 0;
  width: 100%;
  height: calc(4rem + 2px);
  background: url("../img/line-primary-top.svg") no-repeat;
  background-size: cover;
  resize: both;
}
.who-we-are .line-effect-bottom {
  position: absolute;
  bottom: -4rem;
  left: 0;
  width: 100%;
  height: calc(4rem + 2px);
  background: url("../img/line-primary-bottom.svg") no-repeat;
  background-size: cover;
  resize: both;
}
.who-we-are .main-effect {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 1/1;
  filter: brightness(0) invert(1);
  width: 80%;
  margin: auto;
}
@media (max-width: 767.9px) {
  .who-we-are .main-effect {
    display: none;
  }
}
.who-we-are .main-effect .main-effect-slogan {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: rotate 10s linear infinite;
}
.who-we-are .main-effect .main-effect-icon {
  display: block;
  width: 60%;
  margin: auto;
}
.who-we-are h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.25rem;
  margin: 0 0 2.5rem 0;
  letter-spacing: 0.2rem;
}
.who-we-are p {
  margin: 0;
  letter-spacing: 0.05rem;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.our-products {
  padding: 10rem 0 22.5rem 0;
  background: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .our-products {
    padding-bottom: 10rem;
  }
}
.our-products:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 42%;
  background: #FFF1CE;
  content: " ";
  z-index: 0;
}
.our-products .line-effect-center {
  position: absolute;
  bottom: 42%;
  left: 0;
  width: 100%;
  height: 15rem;
  background: url("../img/line-light-top.svg") no-repeat;
  background-size: cover;
  resize: both;
  z-index: 1;
}
.our-products .container {
  position: relative;
  z-index: 5;
}
.our-products .container:before {
  position: absolute;
  top: -5rem;
  right: 2.5rem;
  width: 10rem;
  height: 10rem;
  background: url("../img/leaf-effects.svg") center no-repeat;
  background-size: contain;
  content: " ";
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .our-products .container:before {
    top: -2.5rem;
    right: 0;
    width: 6rem;
    height: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .our-products .container:before {
    top: -2.5rem;
    right: 0;
    width: 6rem;
    height: 6rem;
  }
}
@media (max-width: 767.9px) {
  .our-products .container:before {
    display: none;
  }
}
.our-products .container:after {
  position: absolute;
  bottom: -5rem;
  right: 2.5rem;
  width: 10rem;
  height: 10rem;
  background: url("../img/leaf-effects-alt.svg") center no-repeat;
  background-size: contain;
  content: " ";
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .our-products .container:after {
    bottom: -8rem;
    width: 6rem;
    height: 6rem;
    right: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .our-products .container:after {
    bottom: -8rem;
    width: 6rem;
    height: 6rem;
    right: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .our-products .container:after {
    display: none;
  }
}
.our-products h2 {
  color: #673E27;
  font-size: 4rem;
  margin: 0 0 1rem 0;
  font-family: "Peachi", sans-serif;
  font-weight: 900;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .our-products h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 767.9px) {
  .our-products h2 {
    font-size: 2.5rem;
    text-align: center;
  }
}
.our-products .product-item {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
  border-radius: 1rem;
  overflow: hidden;
  background: #FE9367;
}
.our-products .product-item:hover {
  background: #fea580;
  box-shadow: rgba(103, 62, 39, 0.2) 0 0.25rem 1.5rem;
}
.our-products .product-item img.product-thumb {
  width: 100%;
  height: 17rem;
  object-fit: cover;
  display: block;
}
.our-products .product-item .product-name {
  width: 100%;
  height: 4rem;
  color: #fff;
  line-height: 1;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0 40% 0 1.5rem;
  letter-spacing: 0.075rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .our-products .product-item .product-name {
    padding-right: 30%;
  }
}
.our-products .product-item .product-name:after {
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  margin: auto;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icons/arrow-corner.svg") center no-repeat;
  background-size: contain;
  content: " ";
}
.our-products .catalog-item {
  border-radius: 1rem;
  background: #fff;
  position: relative;
  display: flex;
  height: 100%;
  overflow: hidden;
  border: 2px solid #FE9367;
}
@media (max-width: 767.9px) {
  .our-products .catalog-item {
    flex-direction: column;
    height: auto;
  }
}
.our-products .catalog-item.coming-soon .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  font-size: 2.25rem;
  font-weight: 600;
  z-index: 5;
  background: rgba(158, 90, 63, 0.75);
  content: "Coming Soon";
}
@media (max-width: 767.9px) {
  .our-products .catalog-item.coming-soon .overlay {
    font-size: 1.5rem;
  }
}
.our-products .catalog-item .catalog-thumb {
  width: 45%;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
}
@media (max-width: 767.9px) {
  .our-products .catalog-item .catalog-thumb {
    width: 100%;
    height: 10rem;
  }
}
.our-products .catalog-item .catalog-info {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 1rem 2.5rem;
}
@media (max-width: 767.9px) {
  .our-products .catalog-item .catalog-info {
    padding: 1.5rem;
  }
}
.our-products .catalog-item .catalog-info strong {
  display: block;
  font-size: 1.25rem;
  color: #4C4E54;
}
.our-products .catalog-item .catalog-info p {
  margin: 1rem 0;
  color: #4C4E54;
}
.our-products .catalog-item .catalog-info .catalog-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 2rem;
}
@media (max-width: 767.9px) {
  .our-products .catalog-item .catalog-info .catalog-links {
    flex-direction: column;
    align-items: flex-start;
  }
}
.our-products .catalog-item .catalog-info .catalog-links .btn.btn-link {
  color: #F9436E;
  font-weight: 500;
  padding: 0;
  border: none;
  outline: none;
  font-size: 0.9rem;
  text-decoration: none;
  letter-spacing: 0;
}
.our-products .catalog-item .catalog-info .catalog-links .btn.btn-link img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
}
.our-products .catalog-item .catalog-info .catalog-links .btn.btn-link span {
  text-decoration: underline;
}

.statistics {
  position: relative;
  padding: 0 0 5rem 0;
  background: #F9436E;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .statistics {
    padding-top: 2.5rem;
  }
}
.statistics .line-effect-top {
  position: absolute;
  top: -10rem;
  left: 0;
  width: 100%;
  height: calc(10rem + 2px);
  background: url("../img/line-pink-top.svg") no-repeat;
  background-size: cover;
  resize: both;
}
@media (max-width: 767.9px) {
  .statistics .line-effect-top {
    top: -5rem;
    height: calc(5rem + 2px);
  }
}
.statistics h3 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2.25rem;
  margin: 0 0 2.5rem 0;
  letter-spacing: 0.2rem;
  color: #fff;
}
.statistics .statistics-item {
  text-align: center;
}
.statistics .statistics-item strong {
  font-family: "Peachi", sans-serif;
  color: #FFD261;
  font-size: 6rem;
  display: block;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .statistics .statistics-item strong {
    font-size: 5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .statistics .statistics-item strong {
    font-size: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .statistics .statistics-item strong {
    font-size: 3.5rem;
  }
}
@media (max-width: 767.9px) {
  .statistics .statistics-item strong {
    font-size: 3.5rem;
  }
}
.statistics .statistics-item span {
  display: block;
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: 0.1rem;
  padding: 0 15%;
  line-height: 1.3;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .statistics .statistics-item span {
    font-size: 1rem;
    padding: 0 5%;
  }
}

.inspiration {
  position: relative;
  padding: 10rem 0 15rem 0;
  background-size: cover;
  overflow: hidden;
}
.inspiration .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.9px) {
  .inspiration:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #6bcf9b;
    content: " ";
    z-index: 1;
    opacity: 0.85;
  }
}
.inspiration .container {
  position: relative;
  z-index: 2;
}
.inspiration .container:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - 0.75rem);
  background: #B8E8CF;
  width: calc(((100vw - 1320px) / 2) + 0.75rem);
  height: 100%;
  content: " ";
}
@media (max-width: 767.9px) {
  .inspiration .container:after {
    display: none;
  }
}
.inspiration .box {
  background: #B8E8CF;
  padding: 3.5rem;
  border-radius: 1rem 0 0 1rem;
}
@media (max-width: 767.9px) {
  .inspiration .box {
    text-align: center;
    padding: 0;
    background: none;
  }
}
.inspiration h3 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2.25rem;
  margin: 0 0 1.5rem 0;
  letter-spacing: 0.2rem;
  color: #658373;
}
@media (max-width: 767.9px) {
  .inspiration h3 {
    color: #fff;
  }
}
.inspiration p {
  color: #4C4E54;
  margin: 0;
  letter-spacing: 0.05rem;
}
@media (max-width: 767.9px) {
  .inspiration p {
    color: #fff;
  }
}

.cta {
  position: relative;
  background: #FFF1CE;
  padding: 0 0;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .cta {
    text-align: center;
  }
}
.cta .container {
  position: relative;
  z-index: 1;
}
.cta .line-effect-top {
  position: absolute;
  top: -7.5rem;
  left: 0;
  width: 100%;
  height: calc(7.5rem + 2px);
  background: url("../img/line-light-top-smooth.svg") no-repeat;
  background-size: cover;
  resize: both;
  z-index: 0;
}
.cta .img-fluid {
  margin-top: -2rem;
  max-width: 90%;
}
@media (max-width: 767.9px) {
  .cta .img-fluid {
    margin-top: 2.5rem;
    width: 100%;
    max-width: 100%;
  }
}
.cta h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.25rem;
  margin: 1.5rem 0 0.5rem 0;
  letter-spacing: 0.2rem;
  color: #673E27;
}
.cta p {
  margin: 0 0 2.5rem 0;
  letter-spacing: 0.05rem;
  color: #673E27;
}

.sub-main {
  position: relative;
  padding: 14rem 0 12.5rem 0;
}
@media (max-width: 767.9px) {
  .sub-main {
    text-align: center;
    padding: 10rem 0 12.5rem 0;
  }
}
.sub-main .sub-main-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.sub-main:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background: #000;
  opacity: 0.2;
  z-index: 1;
}
.sub-main .container {
  position: relative;
  z-index: 2;
}
.sub-main .breadcrumb {
  --bs-breadcrumb-divider: ">";
}
@media (max-width: 767.9px) {
  .sub-main .breadcrumb {
    justify-content: center;
  }
}
.sub-main .breadcrumb .breadcrumb-item {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 0.9rem;
  font-weight: 600;
}
.sub-main .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
}
.sub-main .breadcrumb .breadcrumb-item a {
  color: inherit;
  text-decoration: none;
}
.sub-main h1 {
  font-family: "Peachi", sans-serif;
  font-weight: 900;
  color: #FFD261;
  font-size: 4rem;
  margin: 1rem 0;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .sub-main h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .sub-main h1 {
    font-size: 2.5rem;
    line-height: 1.1;
    white-space: normal !important;
  }
}
.sub-main p {
  color: #fff;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.05rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .sub-main p {
    font-size: 0.9rem;
    font-weight: 500;
  }
}
@media (max-width: 767.9px) {
  .sub-main p {
    font-weight: 400;
    font-size: 0.9rem;
  }
}
.sub-main.sub-main-small {
  padding: 0;
  height: 10.375rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .sub-main.sub-main-small {
    height: 8.375rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .sub-main.sub-main-small {
    height: 8.375rem;
  }
}
@media (max-width: 767.9px) {
  .sub-main.sub-main-small {
    height: 6.125rem;
  }
}

.our-history {
  position: relative;
  padding: 2.5rem 0 7.5rem 0;
  background: #fff;
  z-index: 1;
}
.our-history .line-effect-top {
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100%;
  height: calc(5rem + 2px);
  background: url("../img/line-white-top.svg") no-repeat;
  background-size: cover;
  resize: both;
  z-index: 1;
}
.our-history h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.25rem;
  margin: 0;
  letter-spacing: 0.2rem;
  color: #FFD261;
}
@media (max-width: 767.9px) {
  .our-history h2 {
    font-size: 1.5rem;
  }
}
.our-history h3 {
  color: #673E27;
  font-size: 4rem;
  margin: 1rem 0;
  font-family: "Peachi", sans-serif;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .our-history h3 {
    font-size: 3.5rem;
  }
}
@media (max-width: 767.9px) {
  .our-history h3 {
    font-size: 2.5rem;
  }
}
.our-history p {
  margin: 0;
  letter-spacing: 0.05rem;
  color: #673E27;
  padding-right: 20%;
}
@media (max-width: 767.9px) {
  .our-history p {
    padding-right: 0;
  }
}
.our-history .history-slider-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767.9px) {
  .our-history .history-slider-nav {
    display: none;
  }
}
.our-history .history-slider-nav .history-slider-nav-button {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid rgba(103, 62, 39, 0.5);
  background: none;
  outline: none;
  box-shadow: none;
  margin-left: 1.5rem;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767.9px) {
  .our-history .history-slider-nav .history-slider-nav-button {
    margin: 1.5rem 1rem 0 1rem;
  }
}
.our-history .history-slider-nav .history-slider-nav-button[disabled] {
  opacity: 0.25;
}
.our-history .history-slider-nav .history-slider-nav-button:hover {
  border-color: #673E27;
  background-color: #673E27;
}
.our-history .history-slider-nav .history-slider-nav-button:hover:after {
  filter: brightness(0) invert(1);
}
.our-history .history-slider-nav .history-slider-nav-button:active {
  border-color: #673E27;
  background-color: #673E27;
  transform-origin: center;
  transform: translateX(-0.25rem) scale(0.95);
}
.our-history .history-slider-nav .history-slider-nav-button:active:after {
  filter: brightness(0) invert(1);
}
.our-history .history-slider-nav .history-slider-nav-button:active#historyNext {
  transform: translateX(0.25rem) scale(0.95);
}
.our-history .history-slider-nav .history-slider-nav-button:after {
  width: 2rem;
  height: 2rem;
  background: url("../img/icons/arrow-right.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: " ";
}
.our-history .history-slider-nav .history-slider-nav-button#historyNext:after {
  transform-origin: center;
  transform: rotate(180deg);
}
.our-history .history-slider-wrapper {
  position: relative;
  padding: 5rem 0;
  margin: 0 0 -5rem 0;
  overflow: hidden;
  width: 100%;
  cursor: grab;
}
.our-history .history-slider-wrapper .history-slider {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  position: relative;
  width: fit-content;
  z-index: 2;
}
@media (max-width: 767.9px) {
  .our-history .history-slider-wrapper .history-slider {
    flex-direction: column;
    width: 100%;
  }
}
.our-history .history-slider-wrapper .history-slider:after {
  position: absolute;
  top: 4rem;
  bottom: 0;
  margin: auto;
  left: calc(((100vw - 1000px) / 2) * -1);
  width: calc((100vw - 1000px) / 2);
  height: 9.875rem;
  background: linear-gradient(to bottom, #bdb7ff 0%, #BDB7FF 51%, #F9436E 52%, #F9436E 100%);
  content: " ";
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .our-history .history-slider-wrapper .history-slider:after {
    left: calc(((100vw - 900px) / 2) * -1);
    width: calc((100vw - 900px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .our-history .history-slider-wrapper .history-slider:after {
    left: calc(((100vw - 750px) / 2) * -1);
    width: calc((100vw - 750px) / 2);
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .our-history .history-slider-wrapper .history-slider:after {
    left: calc(((100vw - 550px) / 2) * -1);
    width: calc((100vw - 550px) / 2);
  }
}
@media (max-width: 767.9px) {
  .our-history .history-slider-wrapper .history-slider:after {
    display: none;
  }
}
.our-history .history-slider-wrapper .history-slider:before {
  position: absolute;
  top: 4rem;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15rem;
  background: url("../img/history-line.svg") center no-repeat;
  background-size: 100% 100%;
  content: " ";
  margin: auto;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .our-history .history-slider-wrapper .history-slider:before {
    display: none;
  }
}
.our-history .history-slider-wrapper .history-slider .history-slider-item {
  width: 18rem;
  height: 10rem;
  flex-shrink: 0;
  position: relative;
  padding-left: 4rem;
}
@media (max-width: 767.9px) {
  .our-history .history-slider-wrapper .history-slider .history-slider-item {
    height: auto;
    width: 100%;
    padding: 0 15%;
    margin: 0;
    text-align: center;
  }
  .our-history .history-slider-wrapper .history-slider .history-slider-item + .history-slider-item {
    margin-top: 5rem;
  }
}
.our-history .history-slider-wrapper .history-slider .history-slider-item.item-first {
  margin-left: -15rem;
}
@media (max-width: 767.9px) {
  .our-history .history-slider-wrapper .history-slider .history-slider-item.item-first {
    margin-left: 0;
  }
}
.our-history .history-slider-wrapper .history-slider .history-slider-item.item-bottom {
  margin-top: 32.5rem;
}
@media (max-width: 767.9px) {
  .our-history .history-slider-wrapper .history-slider .history-slider-item.item-bottom {
    margin-top: 5rem;
  }
}
.our-history .history-slider-wrapper .history-slider .history-slider-item.item-bottom:before {
  top: -7.5rem;
}
.our-history .history-slider-wrapper .history-slider .history-slider-item.item-bottom:after {
  top: -7.5rem;
}
.our-history .history-slider-wrapper .history-slider .history-slider-item.item-bottom .item-year {
  color: #F9436E;
}
.our-history .history-slider-wrapper .history-slider .history-slider-item.item-new.item-first {
  margin-left: 20rem;
}
@media (max-width: 767.9px) {
  .our-history .history-slider-wrapper .history-slider .history-slider-item.item-new.item-first {
    margin-left: 0;
  }
}
.our-history .history-slider-wrapper .history-slider .history-slider-item.item-new .item-year {
  color: #FFD261;
}
.our-history .history-slider-wrapper .history-slider .history-slider-item:before {
  position: absolute;
  top: calc(100% + 5rem);
  left: 0;
  width: 1px;
  height: 6.5rem;
  background: #673E27;
  content: " ";
}
@media (max-width: 767.9px) {
  .our-history .history-slider-wrapper .history-slider .history-slider-item:before {
    display: none;
  }
}
.our-history .history-slider-wrapper .history-slider .history-slider-item:after {
  position: absolute;
  top: calc(100% + 11.5rem);
  left: calc(-0.15rem + 0.5px);
  width: 0.3rem;
  height: 0.3rem;
  background: #673E27;
  border-radius: 50%;
  content: " ";
}
@media (max-width: 767.9px) {
  .our-history .history-slider-wrapper .history-slider .history-slider-item:after {
    display: none;
  }
}
.our-history .history-slider-wrapper .history-slider .history-slider-item .item-year {
  font-family: "Peachi", sans-serif;
  font-weight: 900;
  color: #BDB7FF;
  font-size: 5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 13rem;
  height: 5rem;
  line-height: 1;
  transform-origin: top left;
  transform: rotate(-90deg) translateX(-100%) translateY(-50%);
}
@media (max-width: 767.9px) {
  .our-history .history-slider-wrapper .history-slider .history-slider-item .item-year {
    position: relative;
    transform: none;
    width: auto;
    height: auto;
    font-size: 3rem;
  }
}
.our-history .history-slider-wrapper .history-slider .history-slider-item .item-info {
  position: relative;
  padding-top: 1rem;
}
.our-history .history-slider-wrapper .history-slider .history-slider-item .item-info img {
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  display: block;
  margin-bottom: 1rem;
  object-fit: cover;
}
@media (max-width: 767.9px) {
  .our-history .history-slider-wrapper .history-slider .history-slider-item .item-info img {
    margin-left: auto;
    margin-right: auto;
  }
}
.our-history .history-slider-wrapper .history-slider .history-slider-item .item-info p {
  font-size: 0.7rem;
  color: #4C4E54;
  margin: 0;
  max-width: 80%;
}
@media (max-width: 767.9px) {
  .our-history .history-slider-wrapper .history-slider .history-slider-item .item-info p {
    max-width: 100%;
  }
}

.about-features {
  padding: 10rem 0 7.5rem 0;
  background: url("../img/line-light-top-extra.svg") center top no-repeat;
  background-size: 100%;
  position: relative;
}
@media (max-width: 767.9px) {
  .about-features {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.about-features .container {
  position: relative;
  z-index: 5;
}
.about-features:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: #FFF1CE;
  content: " ";
  z-index: 0;
}
@media (max-width: 767.9px) {
  .about-features:before {
    height: 90%;
  }
}
.about-features h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.25rem;
  margin: 1.5rem 0 0.5rem 0;
  letter-spacing: 0.2rem;
  color: #673E27;
}
@media (max-width: 767.9px) {
  .about-features h2 {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}
.about-features .feature-entry {
  margin-top: 7.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .about-features .feature-entry {
    margin-top: 5rem;
  }
}
@media (max-width: 767.9px) {
  .about-features .feature-entry {
    margin-top: 3.5rem;
  }
}
.about-features .feature-entry .img-fluid {
  border-radius: 1rem;
  max-width: 90%;
  width: 90%;
  height: 16rem;
  object-fit: cover;
  margin: auto;
  display: block;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .about-features .feature-entry .img-fluid {
    height: 12rem;
  }
}
@media (max-width: 767.9px) {
  .about-features .feature-entry .img-fluid {
    max-width: 100%;
    width: 100%;
    height: 14rem;
  }
}
.about-features .feature-entry h3 {
  font-family: "Peachi", sans-serif;
  font-weight: 900;
  color: #F9436E;
  font-size: 4rem;
  margin: 0 0 1.5rem 0;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .about-features .feature-entry h3 {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .about-features .feature-entry h3 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .about-features .feature-entry h3 {
    font-size: 2.5rem;
    margin-top: 1.5rem;
  }
}
.about-features .feature-entry p {
  margin: 0 0;
  letter-spacing: 0.05rem;
  color: #673E27;
}
.about-features .feature-entry.v2 h3 {
  color: #BDB7FF;
}
.about-features .feature-entry.v3 h3 {
  color: #FE9367;
}
.about-features .feature-entry.v4 h3 {
  color: #FFD261;
}

.company-image-effect {
  width: 100%;
  height: 40rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .company-image-effect {
    background-attachment: inherit;
    height: 20rem;
  }
}

.company-stats {
  position: relative;
  background: #BDB7FF;
  padding: 2.5rem 0 1rem 0;
  z-index: 1;
}
.company-stats .container {
  position: relative;
  z-index: 5;
}
.company-stats .line-effect-top {
  position: absolute;
  top: -10rem;
  left: 0;
  width: 100%;
  height: calc(10rem + 2px);
  background: url("../img/line-purple-top.svg") no-repeat;
  background-size: cover;
  resize: both;
}
@media (max-width: 767.9px) {
  .company-stats .line-effect-top {
    top: -5rem;
    height: calc(5rem + 2px);
  }
}
.company-stats .line-effect-bottom {
  position: absolute;
  bottom: -7rem;
  left: 0;
  width: 100%;
  height: calc(7rem + 2px);
  background: url("../img/line-purple-bottom.svg") no-repeat;
  background-size: cover;
  resize: both;
}
@media (max-width: 767.9px) {
  .company-stats .line-effect-bottom {
    height: calc(5rem + 2px);
    bottom: -5rem;
  }
}
.company-stats h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.25rem;
  margin: 0 0 0.5rem 0;
  letter-spacing: 0.2rem;
  color: #F9436E;
}
@media (max-width: 767.9px) {
  .company-stats h3 {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}
.company-stats p {
  margin: 0 0;
  letter-spacing: 0.05rem;
  color: #fff;
}
.company-stats .stats-item {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
}
@media (max-width: 767.9px) {
  .company-stats .stats-item {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.company-stats .stats-item .stats-number {
  display: block;
  position: relative;
}
.company-stats .stats-item .stats-number p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .company-stats .stats-item .stats-number p {
    font-size: 1.15rem;
    top: -0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .company-stats .stats-item .stats-number p {
    font-size: 0.8rem;
    top: -0.5rem;
  }
}
@media (max-width: 767.9px) {
  .company-stats .stats-item .stats-number p {
    font-size: 1rem;
    top: -0.5rem;
  }
}
.company-stats .stats-item .stats-number strong {
  display: block;
  font-weight: 900;
  font-family: "Peachi", sans-serif;
  color: #F9436E;
  font-size: 6rem;
  white-space: nowrap;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .company-stats .stats-item .stats-number strong {
    font-size: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .company-stats .stats-item .stats-number strong {
    font-size: 4.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .company-stats .stats-item .stats-number strong {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .company-stats .stats-item .stats-number strong {
    font-size: 3.5rem;
  }
}
.company-stats .stats-item .stats-content {
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1rem;
  padding-left: 1.5rem;
  padding-right: 5%;
  line-height: 1.2;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .company-stats .stats-item .stats-content {
    font-size: 1.15rem;
    padding-right: 10%;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .company-stats .stats-item .stats-content {
    font-size: 0.9rem;
    padding-right: 0;
    padding-left: 0.5rem;
  }
}

.production-sites {
  position: relative;
  padding: 15rem 0 7.5rem 0;
}
@media (max-width: 767.9px) {
  .production-sites {
    padding: 10rem 0 5rem 0;
  }
}
.production-sites h2 {
  color: #673E27;
  font-size: 4rem;
  margin: 0 0 1rem 0;
  font-family: "Peachi", sans-serif;
  font-weight: 900;
}
@media (max-width: 767.9px) {
  .production-sites h2 {
    font-size: 2.5rem;
  }
}
.production-sites .production-site {
  position: relative;
  border-radius: 1rem;
  border: 2px solid #FFD261;
  padding: 17.5rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.production-sites .production-site .production-site-img {
  width: calc(100% + 4px);
  height: 16rem;
  object-fit: cover;
  display: block;
  position: absolute;
  border-radius: 1rem 1rem 0 0;
  top: -2px;
  left: -2px;
}
.production-sites .production-site .production-site-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.production-sites .production-site .production-site-info a {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icons/arrow-right.svg") center no-repeat;
  transform-origin: center;
  transform: rotate(180deg);
  background-size: contain;
  content: " ";
}
.production-sites .production-site .production-site-info h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.9rem;
  margin: 0 0 0.5rem 0;
  letter-spacing: 0.1rem;
  color: #673E27;
}
.production-sites .production-site .production-site-info p {
  margin: 1.5rem 0 4rem 0;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  color: #673E27;
}
.production-sites .production-site .production-site-info .production-site-location {
  margin-top: auto;
  font-weight: bold;
  color: #673E27;
  letter-spacing: 0.05rem;
}

.certificates {
  position: relative;
  padding: 0 0 15rem 0;
  overflow: hidden;
}
.certificates h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.25rem;
  margin: 0 0 2.5rem 0;
  letter-spacing: 0.2rem;
  color: #673E27;
  text-align: center;
}
@media (max-width: 767.9px) {
  .certificates h3 {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}
.certificates .container {
  position: relative;
}
.certificates .container:before {
  position: absolute;
  bottom: 20%;
  right: 2.5rem;
  width: 10rem;
  height: 10rem;
  background: url("../img/leaf-effects-2.svg") center no-repeat;
  background-size: contain;
  content: " ";
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .certificates .container:before {
    width: 6rem;
    height: 6rem;
    bottom: 40%;
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .certificates .container:before {
    width: 6rem;
    height: 6rem;
    bottom: 40%;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .certificates .container:before {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .certificates .container:before {
    display: none;
  }
}
.certificates .container:after {
  position: absolute;
  bottom: -2.5rem;
  left: 2.5rem;
  width: 10rem;
  height: 10rem;
  background: url("../img/leaf-effects-3.svg") center no-repeat;
  background-size: contain;
  content: " ";
  transform-origin: center;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .certificates .container:after {
    width: 6rem;
    height: 6rem;
    bottom: -5rem;
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .certificates .container:after {
    width: 6rem;
    height: 6rem;
    bottom: -5rem;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .certificates .container:after {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .certificates .container:after {
    display: none;
  }
}
.certificates .certificate-entry {
  margin-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #673E27;
}
.certificates .certificate-entry img {
  height: 4rem;
  width: 4rem;
  object-fit: contain;
  flex-shrink: 0;
  margin-right: 1.5rem;
}
.certificates .certificate-entry strong {
  font-family: "Peachi", sans-serif;
  font-weight: 900;
  color: #FFD261;
  font-size: 3rem;
}
@media (max-width: 767.9px) {
  .certificates .certificate-entry strong {
    font-size: 1.5rem;
  }
}

.vision {
  padding: 5rem 0 10rem 0;
  background: #B8E8CF;
  color: #4C4E54;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .vision {
    text-align: center;
    overflow: hidden;
  }
}
.vision .container {
  position: relative;
  z-index: 5;
}
.vision .line-effect-top {
  position: absolute;
  top: -4rem;
  left: 0;
  width: 100%;
  height: calc(4rem + 2px);
  background: url("../img/line-green-top.svg") no-repeat;
  background-size: cover;
  resize: both;
}
.vision .main-effect {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 1/1;
  filter: brightness(0) invert(1);
  width: 80%;
  margin: auto;
}
.vision .main-effect .main-effect-slogan {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: rotate 10s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.vision .main-effect .main-effect-icon {
  display: block;
  width: 60%;
  margin: auto;
}
.vision h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.25rem;
  margin: 0 0 2.5rem 0;
  letter-spacing: 0.2rem;
  color: #673E27;
}
@media (max-width: 767.9px) {
  .vision h2 {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    margin-top: 2.5rem;
  }
}
.vision p {
  margin: 0;
  letter-spacing: 0.05rem;
}

.engagements {
  position: relative;
  padding: 5rem 0 20rem 0;
  background: #fff;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .engagements {
    padding-top: 2.5rem;
    padding-bottom: 12.5rem;
  }
}
.engagements .line-effect-top {
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100%;
  height: calc(5rem + 2px);
  background: url("../img/line-white-top.svg") no-repeat;
  background-size: cover;
  resize: both;
  z-index: 1;
  transform: rotateY(180deg);
}
.engagements h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.25rem;
  margin: 0;
  letter-spacing: 0.2rem;
  color: #FFD261;
}
@media (max-width: 767.9px) {
  .engagements h2 {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}
.engagements h3 {
  color: #673E27;
  font-size: 4rem;
  margin: 1rem 0;
  font-family: "Peachi", sans-serif;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .engagements h3 {
    font-size: 3.5rem;
  }
}
@media (max-width: 767.9px) {
  .engagements h3 {
    font-size: 2.5rem;
  }
}
.engagements .feature-entry {
  margin-top: 10rem;
  position: relative;
}
@media (max-width: 767.9px) {
  .engagements .feature-entry {
    margin-top: 5rem;
  }
}
.engagements .feature-entry:before {
  position: absolute;
  top: -6rem;
  left: -7.5rem;
  width: 10rem;
  height: 10rem;
  background: url("../img/leaf-effects-4.svg") center no-repeat;
  background-size: contain;
  content: " ";
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .engagements .feature-entry:before {
    left: -6rem;
    top: -4rem;
    width: 8rem;
    height: 8rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .engagements .feature-entry:before {
    left: -6rem;
    top: -4rem;
    width: 8rem;
    height: 8rem;
  }
}
@media (max-width: 767.9px) {
  .engagements .feature-entry:before {
    display: none;
  }
}
.engagements .feature-entry .img-fluid {
  border-radius: 1rem;
  max-width: 100%;
  width: 100%;
  height: 30rem;
  object-fit: cover;
  margin: auto;
  display: block;
}
@media (max-width: 767.9px) {
  .engagements .feature-entry .img-fluid {
    height: 20rem;
  }
}
.engagements .feature-entry h4 {
  color: #EEA3DC;
  font-size: 2.25rem;
  font-weight: 600;
  margin: 0 0 2rem 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .engagements .feature-entry h4 {
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .engagements .feature-entry h4 {
    font-size: 2rem;
    margin-top: 1.5rem;
  }
}
.engagements .feature-entry ul {
  margin: 0 0;
  padding: 0;
  list-style: none;
  display: block;
  width: 100%;
}
@media (max-width: 767.9px) {
  .engagements .feature-entry ul {
    width: 100% !important;
  }
}
.engagements .feature-entry ul li {
  display: block;
  margin-bottom: 0.75rem;
  letter-spacing: 0.05rem;
  color: #673E27;
  padding-left: 2.5rem;
  position: relative;
}
.engagements .feature-entry ul li:before {
  position: absolute;
  top: 0.5rem;
  left: 1.25rem;
  width: 0.45rem;
  height: 0.45rem;
  background: #673E27;
  content: " ";
  border-radius: 50%;
}
.engagements .feature-entry.v2:before {
  background: url("../img/leaf-effects-5.svg") center no-repeat;
  background-size: contain;
  top: -8.5rem;
  right: -7.5rem;
  left: auto;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .engagements .feature-entry.v2:before {
    right: -5rem;
    top: -7rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .engagements .feature-entry.v2:before {
    right: -5rem;
    top: -7rem;
  }
}
.engagements .feature-entry.v2 h4 {
  color: #B8E8CF;
}
.engagements .feature-entry.v3:before {
  background: url("../img/leaf-effects-6.svg") center no-repeat;
  background-size: contain;
  top: auto;
  bottom: -7.5rem;
  left: 37.5%;
}
.engagements .feature-entry.v3 h4 {
  color: #F9436E;
}
.engagements .feature-entry.v4:before {
  display: none;
}
.our-products.v2 {
  position: relative;
  overflow: visible;
  z-index: 1;
  padding-top: 2.5rem;
  padding-bottom: 15rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .our-products.v2 {
    padding-bottom: 10rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .our-products.v2 {
    padding-bottom: 10rem;
  }
}
@media (max-width: 767.9px) {
  .our-products.v2 {
    padding-bottom: 5rem;
  }
}
.our-products.v2 .container:before {
  top: 4rem;
  right: 6.5rem;
  width: 8rem;
  height: 8rem;
  background-image: url("../img/leaf-effects-7.svg");
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .our-products.v2 .container:before {
    width: 6rem;
    height: 6rem;
    top: 0;
    right: 2.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .our-products.v2 .container:before {
    width: 6rem;
    height: 6rem;
    top: 0;
    right: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .our-products.v2 .container:before {
    width: 6rem;
    height: 6rem;
    top: 0;
    right: 2.5rem;
  }
}
.our-products.v2 .container:after {
  right: 5rem;
  bottom: -7.5rem;
  background-image: url("../img/leaf-effects-8.svg");
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .our-products.v2 .container:after {
    width: 6rem;
    height: 6rem;
    right: 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .our-products.v2 .container:after {
    width: 6rem;
    height: 6rem;
    right: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .our-products.v2 .container:after {
    width: 6rem;
    height: 6rem;
    right: 1.5rem;
  }
}
.our-products.v2 .line-effect-top {
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100%;
  height: calc(5rem + 2px);
  background: url("../img/line-white-top.svg") no-repeat;
  background-size: cover;
  resize: both;
  z-index: 1;
  transform: rotateY(180deg);
}
.our-products.v2 .brands-item {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
  border-radius: 1rem;
  overflow: hidden;
  background: #FE9367;
}
.our-products.v2 .brands-item .product-images {
  padding: 1.5rem;
  display: flex;
  background: #fff;
}
.our-products.v2 .brands-item .product-images.v2 img {
  height: 3.5rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
@media (max-width: 767.9px) {
  .our-products.v2 .brands-item .product-images.v2 img {
    height: auto;
    width: 100%;
  }
}
.our-products.v2 .brands-item .product-images img {
  height: 4rem;
  margin-right: 1rem;
}
.our-products.v2 .brands-item .product-name {
  width: 100%;
  height: 4rem;
  color: #fff;
  line-height: 1;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0 1.5rem;
  letter-spacing: 0.075rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 767.9px) {
  .factory-gallery img {
    height: 30rem;
    object-fit: cover;
  }
}

.product-page {
  padding: 2.5rem 0 15rem 0;
}
@media (max-width: 767.9px) {
  .product-page {
    padding-top: 1.5rem;
    padding-bottom: 10rem;
    text-align: center;
  }
}
.product-page .breadcrumb {
  --bs-breadcrumb-divider: ">";
}
@media (max-width: 767.9px) {
  .product-page .breadcrumb {
    justify-content: center;
    margin-bottom: 1.5rem;
  }
}
.product-page .breadcrumb .breadcrumb-item {
  color: #673E27;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 0.9rem;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .product-page .breadcrumb .breadcrumb-item {
    font-size: 0.8rem;
    letter-spacing: 0;
  }
}
.product-page .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #673E27;
}
.product-page .breadcrumb .breadcrumb-item a {
  color: inherit;
  text-decoration: none;
}
.product-page .product-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0 3.5rem 0;
}
@media (max-width: 767.9px) {
  .product-page .product-actions {
    display: none;
  }
}
.product-page .product-actions .btn {
  text-transform: uppercase;
}
.product-page .product-actions .btn img {
  width: 1.25rem;
  height: 1.25rem;
  filter: brightness(0) invert(1);
  transform-origin: center;
  transform: rotate(180deg);
  margin-left: 0.5rem;
}
.product-page .product-gallery {
  position: relative;
  --swiper-pagination-bottom: -2rem;
}
@media (max-width: 767.9px) {
  .product-page .product-gallery {
    padding-bottom: 3.5rem;
    --swiper-pagination-bottom: 1.5rem;
  }
}
.product-page .product-gallery .swiper {
  border-radius: 1rem;
}
.product-page .product-gallery .product-gallery-slide {
  width: 100%;
  height: 35rem;
  object-position: center;
  object-fit: cover;
}
@media (max-width: 767.9px) {
  .product-page .product-gallery .product-gallery-slide {
    height: 20rem;
  }
}
.product-page .product-gallery .swiper-pagination .swiper-pagination-bullet {
  background: rgba(217, 217, 217, 0.5);
  opacity: 1;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  margin: 0 0.25rem;
}
.product-page .product-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D9D9D9;
}
.product-page h1 {
  color: #673E27;
  font-size: 4rem;
  margin: 0 0 1rem 0;
  font-family: "Peachi", sans-serif;
  font-weight: 900;
}
@media (max-width: 767.9px) {
  .product-page h1 {
    font-size: 2.5rem;
  }
}
.product-page p {
  margin: 0 0 1.5rem 0;
  letter-spacing: 0.05rem;
  color: #4C4E54;
}

.team {
  position: relative;
  padding: 5rem 0 7.5rem 0;
  background: #fff;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .team {
    padding-bottom: 2.5rem;
  }
}
.team .line-effect-top {
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100%;
  height: calc(5rem + 2px);
  background: url("../img/line-white-top.svg") no-repeat;
  background-size: cover;
  resize: both;
  z-index: 1;
}
.team .container {
  position: relative;
  z-index: 2;
}
.team .container:before {
  position: absolute;
  top: -6rem;
  left: 0;
  width: 10rem;
  height: 10rem;
  background: url("../img/leaf-effects-4.svg") center no-repeat;
  background-size: contain;
  content: " ";
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .team .container:before {
    width: 8rem;
    height: 8rem;
    top: -4rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .team .container:before {
    width: 6rem;
    height: 6rem;
    top: -3rem;
  }
}
.team .container:after {
  position: absolute;
  bottom: 6rem;
  right: 0;
  width: 11rem;
  height: 11rem;
  background: url("../img/leaf-effects-5.svg") center no-repeat;
  background-size: contain;
  content: " ";
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .team .container:after {
    width: 8rem;
    height: 8rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .team .container:after {
    width: 6rem;
    height: 6rem;
    bottom: 10rem;
  }
}
@media (max-width: 767.9px) {
  .team .container:after {
    display: none;
  }
}
.team .img-fluid {
  border-radius: 1rem;
  width: 100%;
  height: 17rem;
  object-fit: cover;
}
.team h2 {
  color: #EEA3DC;
  font-size: 4rem;
  margin: 1rem 0;
  font-family: "Peachi", sans-serif;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .team h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .team h2 {
    font-size: 2.5rem;
    white-space: normal !important;
  }
}
.team h2.green {
  color: #B8E8CF;
}
.team p {
  margin: 0;
  letter-spacing: 0.05rem;
  color: #4C4E54;
}

.meeting {
  position: relative;
  padding: 7.5rem 0;
}
@media (max-width: 767.9px) {
  .meeting {
    padding: 5rem 0;
    text-align: center;
  }
}
.meeting .container {
  position: relative;
  z-index: 2;
}
.meeting .container:after {
  position: absolute;
  bottom: -5rem;
  left: 42.5%;
  width: 10rem;
  height: 10rem;
  background: url("../img/leaf-effects-9.svg") center no-repeat;
  background-size: contain;
  content: " ";
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .meeting .container:after {
    width: 6rem;
    height: 6rem;
  }
}
@media (max-width: 767.9px) {
  .meeting .container:after {
    bottom: -6rem;
    width: 6rem;
    height: 6rem;
    left: auto;
    right: 0;
  }
}
.meeting .img-fluid {
  border-radius: 1rem;
  width: 100%;
  height: 30rem;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .meeting .img-fluid {
    height: 25rem;
  }
}
.meeting h2 {
  color: #BDB7FF;
  font-size: 4rem;
  margin: 1rem 0;
  font-family: "Peachi", sans-serif;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .meeting h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .meeting h2 {
    font-size: 2.5rem;
    margin-top: 2.5rem;
  }
}
.meeting h2.green {
  color: #B8E8CF;
}
.meeting p {
  margin: 0;
  letter-spacing: 0.05rem;
  color: #4C4E54;
}

.jobs {
  padding: 10rem 0 7.5rem 0;
  background: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .jobs {
    padding: 5rem 0;
  }
}
.jobs:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 25rem);
  background: #FFF1CE;
  content: " ";
  z-index: 0;
}
@media (max-width: 767.9px) {
  .jobs:after {
    height: calc(100% - 15rem);
  }
}
.jobs .line-effect-top {
  position: absolute;
  top: 15rem;
  left: 0;
  width: 100%;
  height: 10rem;
  background: url("../img/line-light-top.svg") top no-repeat;
  background-size: 100%;
  resize: both;
  z-index: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767.9px) {
  .jobs .line-effect-top {
    height: 5rem;
    top: 10rem;
  }
}
.jobs .container {
  position: relative;
  z-index: 5;
}
.jobs h2 {
  color: #673E27;
  font-size: 4rem;
  margin: 0 0 1rem 0;
  font-family: "Peachi", sans-serif;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 767.9px) {
  .jobs h2 {
    font-size: 2.5rem;
  }
}
.jobs .job-entry {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  border: 2px solid #FFD261;
  padding: 1.5rem;
}
.jobs .job-entry:hover {
  border-color: #FE9367;
  box-shadow: rgba(103, 62, 39, 0.2) 0 0.25rem 1.5rem;
}
.jobs .job-entry .job-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.9rem;
  margin: 0 0 0.5rem 0;
  letter-spacing: 0.1rem;
  color: #673E27;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  .jobs .job-entry .job-title {
    font-size: 1.5rem;
    letter-spacing: 0.05rem;
  }
}
.jobs .job-entry .job-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.jobs .job-entry .job-info .job-features {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 1rem 0 0 0;
  padding: 1rem 0 0 0;
  border-top: 1px solid #673E27;
}
@media (max-width: 767.9px) {
  .jobs .job-entry .job-info .job-features {
    flex-direction: column;
    align-items: flex-start;
  }
}
.jobs .job-entry .job-info .job-features li {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  background: #FFD261;
  color: #673E27;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border-radius: 2rem;
}
.jobs .job-entry .job-info .job-features li + li {
  margin-left: 1rem;
}
@media (max-width: 767.9px) {
  .jobs .job-entry .job-info .job-features li + li {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.jobs .job-entry .job-info .job-features li img {
  width: 0.75rem;
  height: 0.75rem;
  flex-shrink: 0;
  margin-right: 0.25rem;
}
.jobs .job-entry .job-info .job-toggle {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid #673E27;
  box-shadow: none;
  outline: none;
  background: none;
  position: relative;
}
.jobs .job-entry .job-info .job-toggle:hover {
  background: #673E27;
}
.jobs .job-entry .job-info .job-toggle:hover:before, .jobs .job-entry .job-info .job-toggle:hover:after {
  background: #fff;
}
.jobs .job-entry .job-info .job-toggle:after, .jobs .job-entry .job-info .job-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.85rem;
  height: 1px;
  background: #673E27;
  content: " ";
}
.jobs .job-entry .job-info .job-toggle:before {
  transform-origin: center;
  transform: rotate(90deg);
}
.jobs .job-entry .job-details h4 {
  text-transform: uppercase;
  font-size: 1.25rem;
  color: #673E27;
  margin: 1.5rem 0 0.5rem 0;
  font-weight: 600;
}
.jobs .job-entry .job-details p {
  margin: 0;
  letter-spacing: 0.05rem;
  font-weight: 400;
  color: #4C4E54;
}
.jobs .job-entry .job-details .job-actions {
  margin-top: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
@media (max-width: 767.9px) {
  .jobs .job-entry .job-details .job-actions {
    flex-direction: column;
  }
  .jobs .job-entry .job-details .job-actions .btn + .btn {
    margin-top: 1rem;
  }
}

.news {
  position: relative;
  padding: 1rem 0 7.5rem 0;
  background: #fff;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .news {
    padding-bottom: 5rem;
  }
}
.news .line-effect-top {
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100%;
  height: calc(5rem + 2px);
  background: url("../img/line-white-top.svg") no-repeat;
  background-size: cover;
  resize: both;
  z-index: 1;
}
.news .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767.9px) {
  .news .nav.news-nav {
    justify-content: center;
  }
}
.news .nav.news-nav li.nav-item {
  margin-right: 1rem;
}
@media (max-width: 767.9px) {
  .news .nav.news-nav li.nav-item {
    margin: 0 0.25rem;
  }
}
.news .nav.news-nav li.nav-item a.nav-link, .news .nav.news-nav li.nav-item button.nav-link {
  display: flex;
  align-items: center;
  padding: 0.25rem 1.25rem;
  background: #FFD261;
  color: #fff;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border-radius: 2rem;
  border: none;
}
.news .nav.news-nav li.nav-item a.nav-link:hover, .news .nav.news-nav li.nav-item button.nav-link:hover {
  filter: brightness(110%);
  box-shadow: rgba(103, 62, 39, 0.1) 0 0.25rem 1rem;
}
.news .nav.news-nav li.nav-item a.nav-link.link-orange, .news .nav.news-nav li.nav-item button.nav-link.link-orange {
  background: #FE9367;
}
.news .nav.news-nav li.nav-item a.nav-link.link-pink, .news .nav.news-nav li.nav-item button.nav-link.link-pink {
  background: #F9436E;
}
.news .news-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #C3C2C5;
  text-decoration: none;
}
.news .news-item:hover {
  box-shadow: rgba(103, 62, 39, 0.1) 0 0.25rem 1rem;
}
.news .news-item:hover .news-thumbnail {
  opacity: 0.9;
}
.news .news-item .news-thumbnail {
  width: 100%;
  height: 16rem;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}
.news .news-item .news-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  padding: 1.5rem;
}
.news .news-item .news-info .news-type {
  display: flex;
  align-items: center;
  padding: 0.25rem 1.25rem;
  background: #FFD261;
  color: #fff;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border-radius: 2rem;
}
.news .news-item .news-info .news-type:hover {
  filter: brightness(110%);
  box-shadow: rgba(103, 62, 39, 0.1) 0 0.25rem 1rem;
}
.news .news-item .news-info .news-type.type-orange {
  background: #FE9367;
}
.news .news-item .news-info .news-type.type-pink {
  background: #F9436E;
}
.news .news-item .news-info .news-title {
  margin: 1rem 0;
  font-weight: bold;
  letter-spacing: 0.05rem;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #673E27;
  width: 100%;
}
.news .news-item .news-info .news-description {
  margin: 0 0 2.5rem 0;
  color: #4C4E54;
  letter-spacing: 0.05rem;
}
.news .news-item .news-info .news-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  width: 100%;
}
.news .news-item .news-info .news-actions .news-date {
  display: flex;
  align-items: center;
  color: #673E27;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
.news .news-item .news-info .news-actions .news-date img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.news .news-item .news-info .news-actions .news-arrow {
  width: 1.5rem;
  height: 1.5rem;
  transform-origin: center;
  transform: rotateY(180deg);
}
.news .pagination {
  justify-content: center;
  margin-top: 3.5rem;
}
.news .pagination .prev, .news .pagination .next {
  width: auto;
  border-radius: 3rem;
  flex-direction: row;
  gap: 0.5rem;
  padding: 0 0.5rem;
}
.news .pagination .page-item {
  margin: 0 0.25rem;
}
.news .pagination .page-item.item-next {
  margin-left: 2.5rem;
}
@media (max-width: 767.9px) {
  .news .pagination .page-item.item-next {
    margin-left: 1rem;
  }
}
.news .pagination .page-item.item-next .page-link img {
  transform-origin: center;
  transform: rotate(180deg);
}
.news .pagination .page-item .page-link {
  width: 3rem;
  height: 3rem;
  border: 1px solid #FE9367;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  border-radius: 50%;
  color: #FE9367;
  font-size: 1.25rem;
  font-weight: 600;
}
.news .pagination .page-item .page-link:hover, .news .pagination .page-item .page-link:focus {
  background: rgba(254, 147, 103, 0.2);
  border-color: transparent;
  color: #FE9367;
  box-shadow: none;
  outline: none;
}
.news .pagination .page-item .page-link:active {
  background: rgba(254, 147, 103, 0.3);
  border-color: transparent;
  color: #FE9367;
  box-shadow: none;
  outline: none;
}
.news .pagination .page-item .page-link.active {
  background: #FE9367;
  color: #fff;
}
.news .pagination .page-item .page-link.page-link-textual {
  width: auto;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 0 1.5rem;
}
.news .pagination .page-item .page-link.page-link-textual img {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 1rem;
}
.news .pagination .prev .page-link, .news .pagination .next .page-link {
  width: auto;
  border-radius: 3rem;
  flex-direction: row;
  gap: 0.5rem;
  padding: 0 0.5rem;
}
.news .pagination .active .page-link {
  background: #FE9367;
  color: #fff;
}

.news-article {
  padding: 2.5rem 0 15rem 0;
}
@media (max-width: 767.9px) {
  .news-article {
    padding: 1.5rem 0 10rem 0;
  }
}
.news-article .breadcrumb {
  --bs-breadcrumb-divider: ">";
}
@media (max-width: 767.9px) {
  .news-article .breadcrumb {
    justify-content: center;
    margin-bottom: 0;
  }
}
.news-article .breadcrumb .breadcrumb-item {
  color: #673E27;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 0.9rem;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .news-article .breadcrumb .breadcrumb-item {
    font-size: 0.8rem;
    letter-spacing: 0;
  }
}
.news-article .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #673E27;
}
.news-article .breadcrumb .breadcrumb-item a {
  color: inherit;
  text-decoration: none;
}
.news-article .article-info {
  display: flex;
  align-items: center;
  padding: 4rem 0 1.5rem 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .news-article .article-info {
    padding: 1.5rem 0;
  }
}
@media (max-width: 767.9px) {
  .news-article .article-info {
    padding: 1.5rem 0;
  }
}
.news-article .article-info .article-type {
  display: flex;
  align-items: center;
  padding: 0.5rem 2.5rem;
  background: #FFD261;
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  border-radius: 2rem;
}
.news-article .article-info .article-type.type-pink {
  background: #F9436E;
}
.news-article .article-info .article-date {
  margin-left: 2.5rem;
  display: flex;
  align-items: center;
  color: #673E27;
  letter-spacing: 0.1rem;
  font-weight: 600;
}
.news-article .article-info .article-date img {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.65rem;
}
.news-article h1 {
  color: #673E27;
  font-size: 4rem;
  margin: 0 0 1rem 0;
  font-family: "Peachi", sans-serif;
  font-weight: 900;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .news-article h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .news-article h1 {
    font-size: 2.5rem;
  }
}
.news-article .article-image {
  border-radius: 1rem;
  width: 100%;
  height: 20rem;
  object-fit: cover;
  object-position: center;
  margin: 1.5rem 0 5rem 0;
}
@media (max-width: 767.9px) {
  .news-article .article-image {
    margin: 0 0 1.5rem 0;
  }
}
.news-article .article-content {
  margin: 0;
  letter-spacing: 0.05rem;
  color: #4C4E54;
}
.news-article .article-content .article-subimage {
  border-radius: 1rem;
  width: 100%;
  height: auto;
}
@media (max-width: 767.9px) {
  .news-article .article-content .article-subimage {
    margin: 0 0 1.5rem 0;
  }
}

.show {
  display: block;
}

.hide {
  display: none;
}

.blog-post-page {
  position: relative;
  padding: 4rem 0;
  background: #fff1ce;
}
.blog-post-page .line-effect-top {
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100%;
  height: calc(5rem + 2px);
  background: url("../img/line-light-top.svg") no-repeat;
  background-size: cover;
  resize: both;
  z-index: 1;
}

.contact {
  padding: 2.5rem 0 5rem 0;
}
@media (max-width: 767.9px) {
  .contact {
    padding: 1.5rem 0 5rem 0;
  }
}
.contact .breadcrumb {
  --bs-breadcrumb-divider: ">";
}
@media (max-width: 767.9px) {
  .contact .breadcrumb {
    margin-bottom: 2.5rem;
    justify-content: center;
  }
}
.contact .breadcrumb .breadcrumb-item {
  color: #673E27;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 0.9rem;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .contact .breadcrumb .breadcrumb-item {
    font-size: 0.8rem;
    letter-spacing: 0;
  }
}
.contact .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #673E27;
}
.contact .breadcrumb .breadcrumb-item a {
  color: inherit;
  text-decoration: none;
}
.contact .main-effect {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 1/1;
  width: 80%;
  margin: 0 0 0 auto;
}
@media (max-width: 767.9px) {
  .contact .main-effect {
    margin: 1.5rem auto 0 auto;
    width: 70%;
  }
}
.contact .main-effect .main-effect-slogan {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: rotate 10s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contact .main-effect .main-effect-icon {
  display: block;
  width: 60%;
  margin: auto;
}
.contact h1 {
  color: #673E27;
  font-size: 4rem;
  margin: 0 0 1rem 0;
  font-family: "Peachi", sans-serif;
  font-weight: 900;
}
@media (max-width: 767.9px) {
  .contact h1 {
    font-size: 2.5rem;
    text-align: center;
  }
}
.contact p {
  margin: 0 0 1.5rem 0;
  letter-spacing: 0.05rem;
  color: #4C4E54;
}
@media (max-width: 767.9px) {
  .contact p {
    text-align: center;
  }
}
.contact form {
  margin-top: 2.5rem;
}
.contact form .form-field {
  display: block;
}
.contact form .form-field .form-label {
  color: #673E27;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}
@media (max-width: 767.9px) {
  .contact form .form-field .form-label {
    margin-bottom: 0.25rem;
  }
}
.contact form .form-field .form-control {
  height: auto;
  padding: 0.65rem 1rem;
  border-radius: 2rem;
  border: 1px solid #673E27;
  box-shadow: none;
  background: none;
  color: #673E27;
}
.contact form .form-field .form-control:focus {
  border-color: #FE9367;
}
.contact form .form-field textarea.form-control {
  min-height: 14rem;
  padding: 1rem;
}
.contact form .form-check .form-check-input {
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  border: 1px solid #673E27;
  outline: none;
  box-shadow: none;
}
.contact form .form-check .form-check-input:checked {
  background-color: #673E27;
}
.contact form .form-check .form-check-label {
  font-size: 0.9rem;
  color: #673E27;
  letter-spacing: 0.05rem;
  cursor: pointer;
}
.contact form .btn {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.contact form .btn img {
  filter: brightness(0) invert(1);
  width: 1.25rem;
  height: 1.25rem;
  transform-origin: center;
  transform: rotate(180deg);
  margin-left: 0.5rem;
}

.contact-map {
  position: relative;
  margin-top: 2.5rem;
}
.contact-map .line-effect-top {
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100%;
  height: calc(10rem + 2px);
  background: url("../img/line-light-top-large.svg") no-repeat;
  background-size: cover;
  resize: both;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .contact-map .line-effect-top {
    top: -3.5rem;
    height: 5rem;
  }
}
.contact-map .contact-map-image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .contact-map .contact-map-image {
    width: 150%;
    margin-left: -15%;
  }
}
.contact-map #map {
  position: relative;
  width: 100%;
  height: 40rem;
  z-index: 0;
  outline: none;
  box-shadow: none;
  border: none;
}
@media (max-width: 767.9px) {
  .contact-map #map {
    height: 20rem;
  }
}
.contact-map .container {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media (max-width: 767.9px) {
  .contact-map .container {
    position: relative;
    bottom: auto;
  }
}
.contact-map .box {
  background: #fff;
  padding: 2.5rem 2rem;
  border-radius: 1rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .contact-map .box {
    padding: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .contact-map .box {
    padding: 5rem 1.5rem;
    text-align: center;
  }
}
.contact-map .box h2 {
  font-weight: 600;
  color: #673E27;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .contact-map .box h2 {
    font-size: 1.25rem;
  }
}
.contact-map .box form {
  position: relative;
  display: block;
  margin: 0;
}
.contact-map .box form .form-control {
  padding: 1rem 15rem 1rem 1rem;
  background: none;
  border: none;
  outline: none;
  font-weight: 600;
  color: #673E27;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  box-shadow: none;
  border-radius: 1rem;
  background: rgba(31, 31, 31, 0.05);
}
@media (max-width: 767.9px) {
  .contact-map .box form .form-control {
    padding: 1rem;
    text-align: center;
    background: rgba(31, 31, 31, 0.05);
    margin-top: 1.5rem;
  }
}
.contact-map .box form .form-control::placeholder {
  color: #673E27;
}
.contact-map .box form .form-control:hover {
  background: rgba(31, 31, 31, 0.075);
}
.contact-map .box form .form-control:focus {
  background: rgba(31, 31, 31, 0.1);
}
.contact-map .box form .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5rem;
  height: 2.25rem;
  padding: 0 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  color: #673E27;
  margin: auto;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .contact-map .box form .btn {
    position: relative;
    right: 0;
    width: 100%;
    margin-top: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    height: auto;
  }
}

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