/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \**************************************************************************************************************/
.flex, .drum-types, .content-navigation, .content-template__icons, .content-template__wrapper, .automation__group, .other-posts, .flex-center-column, .drum-types__item, .enter__container, .enter, .flex-center, .article-share .article-share__inner, .header .primary-menu, .grid__item, .justify-between, .drum__container, .footer__bottom, .header__wrapper, .justify-center, .align-center {
  display: flex;
}

.flex-col, .drum__content ul, .drum__content, .content-template__content, .automation-products__grid .grid__item-content, .automation__list, .automation__perks, .automation__benefits > p, .automation__wrapper, .contact-us__entity, .contact-form form, .article__body, .footer__navigation .navigation__links .navigation__address, .footer__navigation {
  display: flex;
  flex-direction: column;
}

.center-absolute, .blog-posts .post-item__title, .grid__item-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

.justify-between, .drum__container, .footer__bottom, .header__wrapper {
  justify-content: space-between;
}

.flex-center, .article-share .article-share__inner, .header .primary-menu, .grid__item {
  align-items: center;
  justify-content: center;
}

.flex-center-column, .drum-types__item, .enter__container, .enter {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pointer {
  cursor: pointer;
}

.p-body, .breadcrumbs, .header__wrapper, .container-base, .automation__wrapper, .container, .drum, .blog-posts, .animations-and-videos, .content-template, .automation-products, .products, .contact-us, .contact-form, .what-we-offer, .company, .enter, .article, .footer__navigation {
  padding-left: 4rem;
  padding-right: 4rem;
}

.p-y, .automation__wrapper, .footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.max-w, .breadcrumbs, .header__wrapper, .container-base, .automation__wrapper, .container, .drum, .blog-posts, .animations-and-videos, .content-template, .automation-products, .products, .contact-us, .contact-form, .what-we-offer, .company, .enter, .article, .footer__navigation {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
}

.spacing-y, .drum__other-title, .automation__title, .container, .drum, .blog-posts, .animations-and-videos, .content-template, .automation-products, .products, .contact-us, .contact-form, .what-we-offer, .company, .enter, .article, .footer__navigation {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.spacing-x {
  margin-left: 8rem;
  margin-right: 8rem;
}

.spacing-top, .drum__container, .drum__title, .blog-posts__title, .animations-and-videos__title, .automation-products__grid, .automation-products__title, .products__grid, .products__title, .contact-us__title, .company__video-wrapper, .other-posts, .line {
  margin-top: 4rem;
}

.spacing-bottom, .animations-and-videos .video-item__text, .animations-and-videos__text, .contact-us__entity, .subtitle, .drum__other-title, .drum__title, .blog-posts__title, .animations-and-videos .video-item__title, .animations-and-videos__title, .content-template__title, .automation-products__title, .automation__title, .products__title, .contact-us__title, .contact-form__title, .what-we-offer__title, .company__title, .article__title, .line {
  margin-bottom: 4rem;
}

.spacing-first-section, .content-template, .article__title, .article {
  margin-top: 12rem;
}

.full-item, .blog-posts .post-item__overlay, .blog-posts .post-item__thumb img, .blog-posts .post-item__thumb, .animations-and-videos .video-item video, .animations-and-videos .video-item, .content-template .video-container .video__element, .content-template__image, .automation__bg-wrapper::before, .automation__bg-image, .automation__bg-wrapper, .company__video-element, .company__video-overlay, .company__video-wrapper, .article__body img, .other-posts__post img, .grid__item-overlay, .grid__item-image {
  width: 100%;
  height: 100%;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #c5c2c0;
  opacity: 0.15;
}

.link {
  text-decoration: none;
  cursor: pointer;
  color: #c0b991;
  font-weight: 500;
}

.white {
  color: white;
}

.object-360 {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.object-360__title {
  text-align: center;
  width: clamp(10rem, 30vw, 12rem);
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  color: #f2e7e5;
  border: 1px solid #f2e7e5;
  background-color: rgba(112, 111, 111, 0.596);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  transition: all 0.4s ease;
  z-index: 1;
  pointer-events: none;
}
.object-360__image {
  position: relative;
  width: 100%;
  aspect-ratio: 640/400;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 3500% auto;
  cursor: grab;
}
.object-360__image:hover::before {
  opacity: 0;
  transform: translate(-50%, -25%);
}
.object-360__image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-image: url("https://hueni.com/wp-content/uploads/2023/11/ellipse-control.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}

@media (max-width: 768px) {
  .object-360__title {
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .object-360__title {
    width: 8rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    font-size: 0.75rem;
  }
}
/* playfair-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: url(b029bd8deea1857dca78.woff2) format("woff2"), url(89d97fbf397384ad7420.ttf) format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* playfair-display-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  src: url(d3e40468b43818e6bac7.woff2) format("woff2"), url(771bad8b9c7e745904d6.ttf) format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* playfair-display-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  src: url(bfb61dccc8300c68aa16.woff2) format("woff2"), url(619313ab75b635d39f45.ttf) format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* playfair-display-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  src: url(62fc3d7c8ed6e0fe1e5a.woff2) format("woff2"), url(6a6638cc63e5256dcf8d.ttf) format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* playfair-display-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 800;
  src: url(43ae86e6b89f2bc92dd0.woff2) format("woff2"), url(b03f342c2a5f64e0523e.ttf) format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
@font-face {
  font-family: "Raleway";
  src: url(33fad226d6b9ca0e70cd.woff2) format("woff2"), url(791888b10b754ef30bb2.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url(0dc1cddacdc68e26257c.woff2) format("woff2"), url(d2044dc0611b06add856.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url(0e0a96423fd742218c61.woff2) format("woff2"), url(0fe9b1a278273559ddf6.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font-heading, .article__body h2,
.article__body h3,
.article__body h4,
.article__body h5,
.article__body h6, h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", sans-serif !important;
}

.font-text, .breadcrumbs .breadcrumbs__wrapper span, .drum-types__title, .drum__content, .drum__subtitle, .drum__text, .animations-and-videos .video-item__text, .animations-and-videos__text, .content-navigation__item, .content-template .video-container .video__title, .content-template__content, .content-template__subtitle, .automation-products__grid .grid__item-subtitle, .automation-products__text, .automation__tagline, .automation__perks, .automation__benefits > p, .products__text, .contact-us__entity .entity__text, .contact-us__content, .contact-form .wpcf7-response-output, .contact-form label, .contact-form input[type=submit], .contact-form input,
.contact-form textarea, .company__text, .enter__cta, .enter__subtitle, .article, .other-posts__post .post__title, .other-posts__post, .footer__navigation small, .footer__navigation .navigation__links .navigation__address, .footer__navigation .navigation__links, .header .primary-menu, a, .link, .object-360__title {
  font-family: "Raleway", sans-serif !important;
}

.upp {
  text-transform: uppercase;
}

.subtitle, .drum__other-title, .drum__title, .blog-posts__title, .animations-and-videos .video-item__title, .animations-and-videos__title, .content-template__title, .automation-products__title, .automation__title, .products__title, .contact-us__title, .contact-form__title, .what-we-offer__title, .company__title, .article__title {
  color: #c0b991;
}

.font-xl, .enter__title {
  font-size: 8.4rem;
  line-height: 140%;
}

.font-lg, .subtitle, .drum__other-title, .drum__title, .blog-posts__title, .animations-and-videos .video-item__title, .animations-and-videos__title, .content-template__title, .automation-products__title, .automation__title, .products__title, .contact-us__title, .contact-form__title, .what-we-offer__title, .company__title, .article__title {
  font-size: 4rem;
  line-height: 125%;
}

.font-md, .blog-posts .post-item__title, .automation-products__grid .grid__item-subtitle, .automation-products__grid .grid__item-title, .contact-us__entity .entity__title, .grid__item-title {
  font-size: 3rem;
  line-height: 125%;
}

.font-regular, .drum__subtitle, .drum__text, .animations-and-videos .video-item__text, .animations-and-videos__text, .content-template .video-container .video__title, .content-template__subtitle, .automation-products__grid .grid__item-subtitle, .automation-products__text, .automation__tagline, .products__text, .contact-us__entity .entity__text, .contact-us__content, .company__text, .enter__cta, .enter__subtitle, .article__body h2,
.article__body h3,
.article__body h4,
.article__body h5,
.article__body h6 {
  font-size: 2rem;
  line-height: 160%;
}

.font-between, .content-template__content, .automation__perks, .automation__benefits > p, .article__body p {
  font-size: 1.75rem;
  line-height: 160%;
}

.font-sm, .breadcrumbs .breadcrumbs__wrapper span, .drum-types__title, .drum__content, .content-navigation__item, .contact-form .wpcf7-response-output, .contact-form label, .contact-form input[type=submit], .article__meta-time, .article-share__label, .other-posts__post, .footer__navigation small, .footer__navigation .navigation__links, .header .primary-menu, .object-360__title {
  font-size: 1.5rem;
  line-height: 140%;
}

body {
  background-color: #2c2827;
}

.skip-link {
  position: absolute;
  z-index: 999;
  height: 0;
  overflow: hidden;
}
.skip-link:focus {
  height: auto;
}

#wpadminbar {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  scroll-behavior: smooth;
  line-height: 1;
  font-size: 62.5%;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (max-width: 1199px) {
  html {
    font-size: 53.5%;
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: 50%;
  }
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #f2e7e5;
}

main {
  min-height: 100vh;
}

.grid, .automation-products__grid, .products__grid, .what-we-offer__grid {
  display: grid;
  gap: 2rem;
}
@media screen and (max-width: 640px) {
  .grid, .automation-products__grid, .products__grid, .what-we-offer__grid {
    grid-template-columns: 1fr !important;
  }
}

.grid__item {
  height: 48rem;
  position: relative;
  overflow: hidden;
}
.grid__item-title {
  text-transform: uppercase;
  color: #c0b991;
  position: absolute;
  z-index: 2;
  transition: all 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.grid__item-image {
  object-fit: cover;
  background: #636361;
  background: -webkit-linear-gradient(90deg, rgb(99, 99, 97) 0%, rgb(185, 185, 184) 100%);
  background: -moz-linear-gradient(90deg, rgb(99, 99, 97) 0%, rgb(185, 185, 184) 100%);
  background: linear-gradient(90deg, rgb(99, 99, 97) 0%, rgb(185, 185, 184) 100%);
  transition: all 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.grid__item-overlay {
  outline: 2px solid rgba(44, 40, 40, 0.751);
  background-color: rgba(44, 40, 40, 0.751);
  transition: opacity 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media (any-hover: hover) and (any-pointer: fine) {
  .grid__item:hover {
    cursor: pointer;
  }
  .grid__item:hover .grid__item-image {
    transform: scale(1.15);
  }
  .grid__item:hover .grid__item-overlay {
    opacity: 0.25;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem 0;
  z-index: 10;
  background-color: #201c1c;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header__wrapper {
  width: 100%;
  align-items: center;
}
.header .navigation {
  width: 100%;
  position: static;
}
@media screen and (max-width: 991px) {
  .header .navigation {
    padding: 4rem;
    position: absolute;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: #201c1c;
    transform: translateX(-100%);
  }
  .header .navigation .primary-menu {
    flex-direction: column;
    align-items: flex-start;
  }
  .header .navigation .primary-menu .mega-menu,
  .header .navigation .primary-menu .sub-menu {
    flex-direction: column;
    align-items: flex-start;
  }
}
.header .primary-menu {
  width: 100%;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  .header .primary-menu {
    gap: 1rem;
  }
}
.header .primary-menu > .menu-item {
  position: relative;
}
@media screen and (max-width: 991px) {
  .header .primary-menu > .menu-item > a {
    font-weight: 700;
  }
}
.header .primary-menu > .menu-item:hover > .mega-menu, .header .primary-menu > .menu-item:focus-within > .mega-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.header .primary-menu a {
  padding: 1.25rem;
  transition: color 0.2s ease;
}
@media screen and (max-width: 991px) {
  .header .primary-menu a {
    padding: 1rem 0;
    width: 100%;
    display: block;
  }
}
@media (any-hover: hover) and (any-pointer: fine) {
  .header .primary-menu a:hover {
    color: #c0b991;
  }
}
.header .primary-menu > .current_page_item > a, .header .primary-menu > .current-menu-ancestor > a {
  position: relative;
  color: #c0b991;
}
.header .primary-menu > .current_page_item > a::before, .header .primary-menu > .current-menu-ancestor > a::before {
  position: absolute;
  content: "";
  background-color: #c0b991;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
}
@media screen and (max-width: 991px) {
  .header .primary-menu > .current_page_item > a::before, .header .primary-menu > .current-menu-ancestor > a::before {
    display: none;
  }
}
.header .primary-menu .mega-menu {
  position: fixed;
  top: 3.2rem;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #201c1c;
  padding: 3rem 4rem;
  border-top: 2px solid #c0b991;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-1rem);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 120rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 3rem;
}
@media screen and (max-width: 991px) {
  .header .primary-menu .mega-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    border: none;
    box-shadow: none;
    gap: 0;
  }
}
.header .primary-menu .mega-menu > .menu-item > a {
  font-weight: 700;
  color: #f2e7e5;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  display: block;
  font-size: 1.25rem;
  padding-left: 0;
  transition: color 0.25s ease;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .header .primary-menu .mega-menu > .menu-item > a:hover {
    color: #c0b991;
  }
}
@media screen and (max-width: 991px) {
  .header .primary-menu .mega-menu > .menu-item > a {
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: initial;
  }
}
.header .primary-menu .mega-menu > .menu-item .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.header .primary-menu .mega-menu > .menu-item .sub-menu a {
  padding: 0.5rem 0;
  color: rgba(242, 231, 229, 0.8);
  font-size: 1.25rem;
  transition: all 0.25s ease;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .header .primary-menu .mega-menu > .menu-item .sub-menu a:hover {
    color: #c0b991;
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 991px) {
  .header .primary-menu .mega-menu > .menu-item .sub-menu a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .header .primary-menu .mega-menu > .menu-item .sub-menu {
    gap: 0rem;
  }
}
.header .primary-menu .mega-menu > .menu-item .sub-menu .current_page_item > a {
  color: #c0b991;
}
.header .primary-menu .mega-menu > .menu-item .sub-menu .current_page_item > a::before {
  display: none;
}
.header .primary-menu .pll-parent-menu-item {
  width: fit-content;
  min-width: fit-content;
}
.header .primary-menu .pll-parent-menu-item .mega-menu {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .header .primary-menu .pll-parent-menu-item:hover .sub-menu, .header .primary-menu .pll-parent-menu-item:focus-within .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
  .header .primary-menu .pll-parent-menu-item > a {
    display: none;
  }
  .header .primary-menu .pll-parent-menu-item .sub-menu {
    display: flex;
    gap: 2rem;
    opacity: 1;
    height: 100%;
    visibility: visible;
    overflow: visible;
    position: static;
    max-height: fit-content;
    max-width: 100%;
    width: 100%;
    flex-direction: row;
    padding: 1rem;
    flex-wrap: wrap;
  }
  .header .primary-menu .pll-parent-menu-item .sub-menu::after {
    display: none;
  }
  .header .primary-menu .pll-parent-menu-item .current-lang span {
    color: #c0b991;
  }
}

.hamburger {
  position: relative;
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 2.8rem;
  z-index: 10;
}
.hamburger li {
  width: 100%;
  height: 2px;
  background-color: #f2e7e5;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger li:nth-child(1) {
  transform-origin: left;
}
.hamburger li:nth-child(3) {
  transform-origin: right;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .hamburger:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 991px) {
  .hamburger {
    display: flex;
  }
}

.hamburger.open li:nth-child(1),
.hamburger.open li:nth-child(3) {
  transform: scaleX(0.5);
}

.hide {
  transform: translateY(-100%);
}

.navigation.open {
  overflow-y: scroll;
}

@media screen and (min-width: 991px) {
  body.open,
  html.open {
    overflow: hidden;
  }
  .navigation {
    transform: translate(0%) !important;
  }
}
.footer {
  height: 100%;
  background-color: rgb(71.0361445783, 64.578313253, 62.9638554217);
}
.footer__navigation {
  gap: 2rem;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.footer__navigation .navigation__links {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.footer__navigation .navigation__links .navigation__address {
  gap: 1rem;
  color: #f2e7e5;
}
.footer__navigation small {
  color: #c5c2c0;
}
.footer__navigation .pll-parent-menu-item {
  display: flex;
  gap: 2rem;
}
.footer__navigation .pll-parent-menu-item .sub-menu {
  display: flex;
  gap: 2rem;
}
.footer__navigation .pll-parent-menu-item .current-lang {
  display: none;
}
.footer .menu {
  display: none;
}
.footer .primary-menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: fit-content;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footer__bottom {
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}
.footer__linkedin {
  padding: 1rem;
  border: 1px solid #c0b991;
  transition: background-color 0.3s ease;
}
.footer__linkedin path {
  fill: #c0b991;
  transition: fill 0.3s ease;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .footer__linkedin:hover {
    background-color: #c0b991;
  }
  .footer__linkedin:hover path {
    fill: #f2e7e5;
  }
}

.scroll-top {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  padding: 1rem;
  cursor: pointer;
  background: #f2e7e5;
  transform: translateY(12rem);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.scroll-top--visible {
  transform: translateY(0rem);
}

.newest-posts-title {
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  color: #2c2827;
  border-bottom: 1px solid #c5c2c0;
}

.newest-post {
  display: flex;
  align-items: center;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #c5c2c0;
}
.newest-post:last-of-type {
  border-bottom: unset;
  padding-bottom: 0;
  margin-bottom: 0;
}

.newest-post_left {
  min-width: 9rem;
  height: 9rem;
  overflow: hidden;
  border-radius: 0.3rem;
  transition: 0.3s transform;
  will-change: transform;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .newest-post_left:hover {
    transform: scale(0.95);
  }
  .newest-post_left:hover .newest-post_image {
    transform: scale(1.15);
  }
}

.newest-post_image {
  width: 9rem;
  height: 9rem;
  transition: 0.3s transform;
  will-change: transform;
  object-fit: cover;
}

.newest-post_text {
  margin-left: 1.6rem;
}

.newest-post_title {
  margin-bottom: 0.8rem;
}
.newest-post_title a {
  color: #2c2827;
  transition: 0.3s color;
  will-change: color;
}

.newest-post_time {
  opacity: 0.8;
}

.sidebar-slider {
  width: 100%;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  margin-top: 4.8rem;
}

.sidebar-slide {
  min-width: 35rem;
  height: 50rem;
  position: relative;
}

.sidebar-slide_content {
  position: absolute;
  top: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  color: #2c2827;
  background-color: #f2e7e5;
}

.sidebar-slide_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar {
  max-width: 35rem;
  width: 100%;
  position: relative;
}

.sidebar_inner {
  position: sticky;
  top: 10rem;
}

.other-posts {
  justify-content: flex-end;
  gap: 2rem;
  width: 100%;
  border-top: 1px solid #47413f;
  padding-top: 4rem;
}
.other-posts__post {
  width: 20rem;
  transition: all 0.45s ease;
}
.other-posts__post img {
  width: 20rem;
  height: 20rem;
  object-fit: cover;
}
.other-posts__post .post__title {
  position: relative;
  color: #c0b991;
  font-weight: 500;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .other-posts__post:hover {
    transform: translateY(1rem);
  }
}

.article-share {
  gap: 2rem;
  top: 1rem;
  width: fit-content;
  margin-bottom: 4rem;
  z-index: 1;
}
.article-share .article-share__inner {
  flex-direction: row;
  gap: 1.2rem;
}

.article-share__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .article-share__inner:hover .article-share__link:not(:hover) {
    opacity: 0.5;
  }
}

.article-share__link {
  border-radius: 50%;
  border: 1px solid #c5c2c0;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  transition: 0.3s box-shadow, 0.3s background-color, 0.3s border-color, 0.3s opacity;
  will-change: box-shadow, background-color, border-color, opacity;
}
.article-share__link svg {
  width: 1.5rem;
  height: 1.5rem;
}
.article-share__link path {
  transition: 0.3s fill;
  will-change: fill;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .article-share__link:hover:nth-of-type(1) {
    box-shadow: 0 0.5rem 1.5rem #1f82ec;
    background-color: #1f82ec;
    border-color: #1f82ec;
  }
  .article-share__link:hover:nth-of-type(2) {
    box-shadow: 0 0.5rem 1.5rem #13b9ee;
    background-color: #13b9ee;
    border-color: #13b9ee;
  }
  .article-share__link:hover:nth-of-type(3) {
    box-shadow: 0 0.5rem 1.5rem #0a66c2;
    background-color: #0a66c2;
    border-color: #0a66c2;
  }
  .article-share__link:hover path {
    fill: #f2e7e5;
  }
}

.article-share__line {
  height: 1px;
  width: 6rem;
  background-color: #c5c2c0;
}

.article-share__label {
  color: #c5c2c0;
  transform-origin: right center;
}

.article {
  color: #f2e7e5;
}
.article__header {
  margin-bottom: 2rem;
}
.article__title {
  margin-bottom: 0.5rem;
}
.article__body .content__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  .article__body .content__inner {
    grid-template-columns: 1fr;
  }
}
.article__body p {
  margin-bottom: 2rem;
}
.article__body h2,
.article__body h3,
.article__body h4,
.article__body h5,
.article__body h6 {
  color: #c0b991;
  margin-bottom: 2rem;
}
.article__body img {
  position: sticky;
  top: 6rem;
  max-width: 64rem;
  height: fit-content;
}
@media screen and (max-width: 991px) {
  .article__body img {
    max-width: 100%;
    position: relative;
    margin-bottom: 2rem;
    top: 0;
  }
}
.article__meta-time {
  display: block;
  margin-top: 1rem;
}

.related-posts {
  width: 100%;
}

.content-with-image_inner {
  display: flex;
  align-items: center;
  gap: 50px;
}
.content-with-image_inner.reversed {
  flex-direction: row-reverse;
}

.content-with-image_image {
  width: 45%;
  height: auto;
}

.enter {
  height: 100vh;
}
.enter__container {
  height: 100%;
}
@media screen and (max-width: 640px) {
  .enter__container {
    align-items: flex-start;
    gap: 2rem;
  }
}
.enter__title {
  color: #c0b991;
}
@media screen and (max-width: 640px) {
  .enter__title {
    font-size: 6rem;
    line-height: 1;
  }
}
.enter__subtitle {
  color: #f2e7e5;
}
.enter__cta {
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  color: #c0b991;
  text-decoration: none;
  margin-top: 2rem;
  transition: 0.4s all cubic-bezier(0.19, 1, 0.22, 1);
}
.enter__cta svg {
  width: 3.2rem;
  height: 3.2rem;
  transition: 0.25s all ease;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .enter__cta:hover svg {
    transform: translateX(15%);
  }
}
@media screen and (max-width: 640px) {
  .enter__cta {
    margin-top: 0;
  }
}
.enter__background {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  object-fit: cover;
}

.company__text {
  color: #f2e7e5;
}
.company__video-wrapper {
  position: relative;
  overflow: hidden;
}
.company__video-overlay {
  position: absolute;
  background-color: rgba(165, 159, 122, 0.2274509804);
  z-index: 1;
}
.company__video-element {
  transition: all 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.what-we-offer__grid {
  grid-template-columns: 1fr 1fr;
}

.contact-form form {
  gap: 2rem;
}
.contact-form input,
.contact-form textarea {
  background-color: #47413f;
  padding: 1rem 1.5rem;
  margin-top: 0.5rem;
  width: 100%;
  border: 1px solid rgba(192, 185, 145, 0.3411764706);
  outline: none;
  color: #f2e7e5;
}
.contact-form input.wpcf7-not-valid,
.contact-form textarea.wpcf7-not-valid {
  border: 1px solid #f3576e;
  color: #f3576e;
}
.contact-form input + span,
.contact-form textarea + span {
  color: #f3576e;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border: 1px solid #c0b991;
  color: #c0b991;
}
.contact-form input[type=submit] {
  background-color: #c0b991;
  padding: 2rem;
  text-transform: uppercase;
  color: #2c2827;
  font-weight: 700;
  cursor: pointer;
}
.contact-form label {
  color: #f2e7e5;
}
.contact-form .screen-reader-response ul,
.contact-form .screen-reader-response p {
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.contact-form .wpcf7-response-output {
  color: #f2e7e5;
}

.contact-us__content {
  color: #f2e7e5;
}
.contact-us__images {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contact-us .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact-us__entity {
  gap: 0.75rem;
}
.contact-us__entity .entity__title {
  color: #c0b991;
}
.contact-us__entity .entity__text {
  color: #f2e7e5;
}
.contact-us__entity .entity__map {
  margin-top: 2rem;
}
.contact-us .contact-form {
  padding: 0;
}

.products__title {
  margin-bottom: 0.25rem;
}
.products__text {
  color: #f2e7e5;
}
.automation {
  min-height: 100vh;
  height: 100%;
}
.automation__wrapper {
  justify-content: center;
  min-height: 100vh;
}
.automation__group {
  gap: 1.2rem;
  align-items: flex-start;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .automation__group:hover .automation__icon {
    transform: rotate(90deg);
  }
}
.automation__title, .automation__list {
  position: relative;
  z-index: 1;
}
.automation__bg-image, .automation__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100vh;
}
.automation__bg-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #201c1c;
  z-index: -1;
  opacity: 0.85;
}
.automation__bg-image {
  object-fit: cover;
  z-index: -2;
}
.automation__benefits .benefits__text {
  color: #f2e7e5;
  font-weight: 600;
}
.automation__benefits .benefits__description {
  color: #f2e7e5;
}
.automation__list, .automation__perks {
  gap: 2rem;
}
.automation__perks {
  gap: 2rem;
}
.automation__perks .perks__item {
  position: relative;
  padding-left: 2rem;
}
.automation__perks .perks__item::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 0;
  background-color: #c5c2c0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
.automation__icon {
  position: relative;
  top: 0.175rem;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 1440px) {
  .automation__icon {
    top: 0.25rem;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 640px) {
  .automation__icon {
    top: 0.15rem;
  }
}
.automation__tagline {
  position: relative;
  font-weight: 600;
  color: #f2e7e5;
  margin-top: 2rem;
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.337254902);
}

.automation-products__title {
  margin-bottom: 0.25rem;
}
.automation-products__text {
  color: #f2e7e5;
}
.automation-products__grid {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 640px) {
  .automation-products__grid {
    grid-template-columns: 1fr;
  }
}
.automation-products__grid .grid__item-content {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  z-index: 2;
}
.automation-products__grid .grid__item-title {
  position: relative;
  text-transform: uppercase;
  color: #c0b991;
  transition: all 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.automation-products__grid .grid__item-subtitle {
  color: #f2e7e5;
}

.content-template__header {
  margin-bottom: 2rem;
}
.content-template__title {
  margin-top: 4rem;
  margin-bottom: 0;
}
.content-template__subtitle {
  color: #f2e7e5;
}
.content-template__wrapper {
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  .content-template__wrapper {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.content-template__image {
  max-width: 64rem;
}
@media screen and (max-width: 991px) {
  .content-template__image {
    max-width: 100%;
  }
}
.content-template__content {
  color: #f2e7e5;
  gap: 2rem;
  max-width: 64rem;
}
.content-template__content ul li {
  position: relative;
  padding-left: 2rem;
}
.content-template__content ul li::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 0;
  background-color: #c5c2c0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .content-template__content {
    max-width: 100%;
  }
}
.content-template__icons {
  gap: 2rem;
}
.content-template__icon {
  width: 8rem;
  height: 8rem;
}
.content-template .video-container {
  margin-top: 4rem;
}
.content-template .video-container .video__title {
  color: #f2e7e5;
}
.content-template .video-container .video__element {
  margin-top: 2rem;
}

/* Prevent FOUC before GSAP animates */
.content-template__title,
.content-template__subtitle,
.content-template__image,
.content-template__content,
.content-template__icons a,
.link {
  visibility: hidden;
}

.content-navigation {
  gap: 2rem;
  flex-wrap: wrap;
  background-color: rgb(51, 50, 50);
  width: fit-content;
  padding: 2rem;
  border-radius: 4px;
  margin-top: 2rem;
  box-shadow: rgba(192, 190, 190, 0.02) 0px 1px 3px 0px, rgba(197, 198, 199, 0.15) 0px 0px 0px 1px;
}
.content-navigation__item {
  border-right: 1px solid rgba(226, 221, 221, 0.212);
  padding-right: 2rem;
  list-style: none;
}
.content-navigation__item:last-of-type {
  border-right: none;
  padding-right: 0;
}
.content-navigation .active a {
  color: #c0b991;
}

.animations-and-videos__title {
  margin-bottom: 1rem;
}
.animations-and-videos__text {
  color: #f2e7e5;
}
.animations-and-videos .video-item__title {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.animations-and-videos .video-item__text {
  color: #f2e7e5;
}

.blog-posts .posts-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
  gap: 2rem;
}
.blog-posts .post-item {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.blog-posts .post-item__thumb img {
  height: 40rem;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.blog-posts .post-item__title {
  text-transform: uppercase;
  color: #c0b991;
  z-index: 2;
  text-align: center;
}
.blog-posts .post-item__overlay {
  position: absolute;
  background-color: rgba(44, 40, 40, 0.751);
  z-index: 1;
  top: 0;
  transition: background-color 0.45s ease;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .blog-posts .post-item:hover .post-item__overlay {
    background-color: rgba(44, 40, 40, 0.484);
  }
  .blog-posts .post-item:hover .post-item__thumb img {
    transform: scale(1.1);
  }
}

.drum__title {
  margin-bottom: 1rem;
}
.drum__text {
  color: #f2e7e5;
}
.drum__subtitle {
  color: #f2e7e5;
}
.drum__container {
  align-items: center;
}
@media screen and (max-width: 991px) {
  .drum__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.drum__content {
  color: #f2e7e5;
}
.drum__content ul {
  gap: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.drum__content ul li {
  position: relative;
  padding-left: 3.2rem;
  color: #c5c2c0;
}
.drum__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.075rem;
  width: 2rem;
  height: 2rem;
  background-image: url(fc8c1f6edefa8f994fb9.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.drum-types {
  gap: 4rem;
  flex-wrap: wrap;
}
.drum-types__item {
  background-color: rgba(92, 90, 90, 0.105);
  box-shadow: rgba(61, 61, 62, 0.25) 0px 30px 60px -12px inset, rgba(92, 87, 87, 0.3) 0px 18px 36px -18px inset;
  padding: 2rem;
  width: fit-content;
  transition: background-color 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (any-hover: hover) and (any-pointer: fine) {
  .drum-types__item:hover {
    background-color: #47413f;
  }
  .drum-types__item:hover img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 670px) {
  .drum-types__item {
    width: 100%;
  }
}
.drum-types__title {
  text-transform: uppercase;
  color: #f2e7e5;
  z-index: 2;
  text-align: center;
  position: relative;
  top: -2rem;
}
.drum-types img {
  width: 32rem;
  height: 32rem;
  object-fit: contain;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.breadcrumbs {
  margin-top: 8rem;
  padding-left: 0;
}
.breadcrumbs .breadcrumbs__wrapper {
  width: fit-content;
}
.breadcrumbs .breadcrumbs__wrapper span {
  color: #f2e7e5;
  padding: 0 2rem;
}
.breadcrumbs .breadcrumbs__wrapper span:first-of-type {
  padding-left: 0;
}
.breadcrumbs .breadcrumbs__wrapper span:last-of-type {
  padding-right: 0;
}
.breadcrumbs .breadcrumbs__wrapper a {
  color: #c5c2c0;
  text-decoration: none;
}
.breadcrumbs .breadcrumbs__wrapper .breadcrumb_last {
  color: #c0b991;
}
.breadcrumbs .breadcrumbs__wrapper a:hover {
  text-decoration: underline;
}
