/* SCSS file content */
.megamenu {
  position: fixed;
  z-index: -1;
  top: 81px;
  left: 0;
  width: 100vw;
  background-color: #fff;
  padding-bottom: 4.375rem;
  -webkit-transition: all 0s ease !important;
  transition: all 0s ease !important;
  opacity: 0;
  pointer-events: none;
}
.megamenu.active {
  opacity: 1;
  pointer-events: all;
}
.megamenu.active .fade-elem {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.megamenu .fade-elem {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  opacity: 0;
  visibility: hidden;
}
.megamenu .row.custom-row {
  padding-top: 3.125rem;
}
.megamenu .row.custom-row .left .sub-title,
.megamenu .row.custom-row .right .sub-title {
  color: #885800;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 1.875rem;
}
.megamenu .row.custom-row .left-col {
  width: 47.2%;
  position: relative;
}
.megamenu .row.custom-row .left-col::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0rem;
  width: 0.0625rem;
  height: 10.6875rem;
  background-color: #e4e4e4;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.megamenu .row.custom-row .right-col {
  width: 52.8%;
}
.megamenu .row.custom-row .right {
  max-width: 34.375rem;
}
@media (min-width: 1420px) {
  .megamenu .row.custom-row .right {
    max-width: 43.4375rem;
  }
}
.megamenu .left .image-section {
  max-width: 16.4375rem;
  width: 100%;
  overflow: hidden;
}
.megamenu .left .image-section figure {
  padding-top: calc(157 / 263 * 100%);
  position: relative;
  border-radius: 0.45125rem;
  overflow: hidden;
}
.megamenu .left .image-section figure img,
.megamenu .left .image-section figure source {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
.megamenu .left .image-section figure img {
  will-change: transform;
  -webkit-transition: linear 150ms;
  transition: linear 150ms;
}
.megamenu .left:has(.link:hover) .image-section img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.megamenu .left .content p {
  max-width: 22.625rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.03375rem;
}
@media (min-width: 1420px) {
  .megamenu .left .content p {
    font-size: 1.125rem;
  }
}
.megamenu .left .content-wrapper {
  gap: 1.75rem;
}
@media (min-width: 1420px) {
  .megamenu .left .content-wrapper {
    gap: 2.4375rem;
  }
}
.megamenu .left .link {
  line-height: 1.18;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.megamenu .left .link .h-icon-wrap {
  width: 1rem;
  height: 1rem;
  margin-left: 0.3125rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.megamenu .left .link .h-icon-wrap img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  width: 100%;
}
.megamenu .left .link.uline::before {
  background-color: #000;
}
@media (hover: hover) {
  .megamenu .left .link:hover .h-icon-wrap img {
    -webkit-transform: translateX(0.375rem);
            transform: translateX(0.375rem);
  }
}
.megamenu .right .image-section {
  max-width: 16.4375rem;
  width: 100%;
}
.megamenu .right .image-section figure {
  overflow: hidden;
  padding-top: calc(157 / 263 * 100%);
  position: relative;
  border-radius: 0.45125rem;
}
.megamenu .right .image-section figure img,
.megamenu .right .image-section figure source {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
@media (min-width: 1420px) {
  .megamenu .right .image-section {
    max-width: 19.8125rem;
  }
  .megamenu .right .image-section figure {
    padding-top: calc(192 / 317 * 100%);
    position: relative;
  }
  .megamenu .right .image-section figure img,
  .megamenu .right .image-section figure source {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
  }
}
.megamenu .right .content-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.megamenu .right .content-accordion ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.megamenu .right .content-accordion ul a {
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.045rem;
  color: #000;
  padding-bottom: 0.25rem;
}
.megamenu .right .content-accordion ul a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1420px) {
  .megamenu .right .content-accordion ul a {
    font-size: 1.5rem;
  }
}
.megamenu .right .content-accordion ul li {
  position: relative;
  padding: 1rem 0;
}
@media (min-width: 1420px) {
  .megamenu .right .content-accordion ul li {
    padding: 1.3125rem 0;
  }
}
.megamenu .right .content-accordion ul li:first-child {
  padding-top: 0;
}
.megamenu .right .content-accordion ul li.active::before {
  opacity: 1;
  -webkit-transform: translateY(0) scaleY(1);
          transform: translateY(0) scaleY(1);
}
.megamenu .right .content-accordion ul li.active .h-icon-wrap img {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.megamenu .right .content-accordion ul li:hover::before {
  opacity: 1;
  -webkit-transform: translateY(0) scaleY(1);
          transform: translateY(0) scaleY(1);
}
.megamenu .right .content-accordion ul li::before {
  background-color: #000;
  bottom: 0rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(5px) scaleY(0);
          transform: translateY(5px) scaleY(0);
  -webkit-transition: opacity 250ms, -webkit-transform 250ms;
  transition: opacity 250ms, -webkit-transform 250ms;
  transition: transform 250ms, opacity 250ms;
  transition: transform 250ms, opacity 250ms, -webkit-transform 250ms;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.megamenu .right .content-accordion ul li .h-icon-wrap {
  width: 1.33125rem;
  height: 1.3625rem;
  margin: 0.25rem 0 0.25rem 0.921875rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.megamenu .right .content-accordion ul li .h-icon-wrap img {
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.76, 0, 0.024, 1);
  transition: all 0.25s cubic-bezier(0.76, 0, 0.024, 1);
}

.mobile-menu .submenu-inner > .container {
  max-width: 100%;
  padding: 0;
}