@media (min-width: 1025px) {
  #mml-adv-menu nav > ul > li {
    cursor: pointer;
  }
  #mml-adv-menu nav > ul > li .sub-arrow {
    display: none;
  }
  #mml-adv-menu .sub-menu {
    /*display: none !important;*/
  }
}
body {
  --wpadminbar-height: 0px;
  --menu_h-height: 70px;
}
body.no-scroll {
  overflow-y: hidden;
}
body.admin-bar {
  --wpadminbar-height: 32px;
}
.mml-custom-menu {
  transform: scaleX(0);
  opacity: 0;
  position: fixed;
  inset: 0;
  top: var(--wpadminbar-height);
  width: 100%;
  background-color: #000;
  z-index: 9999;
  transform-origin: left;
}
.mml-custom-menu.show {
  transform: scaleX(100%);
  opacity: 1;
}
.mml-custom-menu .mml-custom-menu_h {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
  height: var(--menu_h-height);
  margin-left: 300px;
}
.mml-custom-menu .mml-custom-menu_h > a {
  width: 150px;
}
.mml-custom-menu .mml-custom-menu_h > a img {
  width: 100%;
}
.mml-custom-menu .close-btn {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 99px;
  cursor: pointer;
}
.mml-custom-menu .close-btn * {
  transition: all 0.34s;
}
.mml-custom-menu .close-btn .over-circle {
  position: absolute;
  inset: -2px;
  z-index: 1;
}
.mml-custom-menu .close-btn .over-circle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.mml-custom-menu .close-btn .over-circle circle {
  stroke: #CDF72B;
  stroke-width: 1px;
  fill: none;
  stroke-dasharray: 70;
  stroke-dashoffset: 70;
}
.mml-custom-menu .close-btn .close-icon {
  fill: #fff;
}
.mml-custom-menu .close-btn:hover .over-circle circle {
  stroke-dashoffset: 0;
}
.mml-custom-menu .mml-custom-menu_c {
  display: flex;
  height: calc(100vh - var(--wpadminbar-height) - var(--menu_h-height));
}
.mml-custom-menu .menu-container {
  position: relative;
  flex: 0 0 auto;
  min-width: 280px;
  padding: 40px 20px 60px 50px;
  background-color: #0E0E0E;
  overflow: auto;
}
.mml-custom-menu .menu-container:first-child {
  background-color: #141414;
}
.mml-custom-menu .menu-container .collection-btn {
  position: absolute;
  left: 50px;
  bottom: 30px;
}
.mml-custom-menu .menu-container .collection-btn a {
  color: #CDF72B;
}
.mml-custom-menu .menu-list-container .menu-list {
  display: none;
}
.mml-custom-menu .menu-list-container .menu-list.current {
  display: block;
}
.mml-custom-menu .menu-item:not(:last-child) {
  margin-bottom: 25px;
}
.mml-custom-menu .menu-item span,
.mml-custom-menu .menu-item a {
  font-family: "Oswald", Sans-serif;
  letter-spacing: 1px;
  color: #F7F7F7;
  font-size: 16px;
}
.mml-custom-menu .menu-item span {
  cursor: default;
}
.mml-custom-menu .menu-item a:hover {
  color: #CDF72B;
}
.mml-custom-menu .menu-item.current span {
  color: #CDF72B;
}
.mml-custom-menu .feature-image-container {
  flex: 1 1 auto;
}
.mml-custom-menu .feature-image-container img {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mml-custom-menu .feature-image-container img.current {
  display: block;
}
.home_hotspot .e-hotspot__button {
  cursor: default;
}
.home_hotspot .e-hotspot__tooltip {
  border: 1px solid #CDF72B;
  background-color: #000;
}
.hotspot_tooltip_content {
  display: flex;
  align-items: center;
}
.hotspot_tooltip_content .image-container {
  width: 100px;
  flex-shrink: 0;
}
.hotspot_tooltip_content .image-container img {
  width: 100%;
}
.hotspot_tooltip_content .text-container {
  padding: 0 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.hotspot_tooltip_content .text-container p {
  font-size: 16px;
  font-weight: 300;
}
.hotspot_tooltip_content .hotspot_tooltip_link {
  font-size: 14px;
  color: #CDF72B;
}
@media (max-width: 767px) {
  .hotspot_tooltip_content .image-container {
    width: 80px;
    flex-shrink: 0;
  }
  .hotspot_tooltip_content .text-container {
    padding: 0 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .hotspot_tooltip_content .text-container p {
    font-size: 14px;
    font-weight: 300;
  }
  .hotspot_tooltip_content .hotspot_tooltip_link {
    font-size: 12px;
    align-self: flex-end;
    color: #CDF72B;
  }
}
.home-highlights {
  width: 100%;
  position: relative;
  padding: 100px 0 0;
  background-image: linear-gradient(to right, transparent 0%, transparent 20%, #CDF72B 20%, #CDF72B 100%);
}
.home-highlights .home-highlights_title {
  text-align: center;
  color: #000;
  font-size: 46px;
  line-height: 1.2;
}
.home-highlights .highlights-container {
  margin-top: 80px;
  display: flex;
}
.home-highlights .img-container {
  width: 50%;
  background-color: #000;
}
.home-highlights .img-container img {
  display: none;
  width: 100%;
  margin: 0;
}
.home-highlights .img-container img.active {
  display: block;
}
.home-highlights .content-container {
  max-width: calc(600px + 8%);
  width: 50%;
  padding: 0 4% 10% 4%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.home-highlights .tab-btn-list {
  display: flex;
  gap: 40px;
}
.home-highlights .tab-btn-list h4 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  text-align: center;
}
.home-highlights .tab-btn-item {
  cursor: pointer;
}
.home-highlights .tab-content-list {
  order: -1;
}
.home-highlights .tab-content-list h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
}
.home-highlights .tab-content-list p {
  margin-top: 15px;
  color: #000;
}
.home-highlights .tab-content-item {
  display: none;
}
.home-highlights .tab-content-item.active {
  display: block;
}
.home-highlights .icon {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
}
.home-highlights .button-container {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2.5% 4% 0 4%;
  background-color: #000;
}
.home-highlights .button-container .btn {
  margin: 0;
  line-height: 1;
  padding: 20px 30px;
  border: 1px solid #CDF72B;
  color: #CDF72B;
  border-radius: 0;
}
.home-highlights .button-container .btn:hover {
  background-color: #CDF72B;
  color: #000;
}
@media (max-width: 1440px) {
  .home-highlights .home-highlights_title {
    font-size: 36px;
  }
  .home-highlights .tab-content-item h3 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .home-highlights {
    padding: 80px 0;
    background: #CDF72B;
  }
  .home-highlights .highlights-container {
    margin-top: 40px;
    flex-direction: column-reverse;
  }
  .home-highlights .img-container {
    width: 100%;
    background-color: transparent;
    padding: 0 4%;
    margin-top: 4%;
  }
  .home-highlights .content-container {
    max-width: unset;
    width: 100%;
    padding: 0 4%;
  }
  .home-highlights .tab-btn-list {
    justify-content: center;
    gap: 80px;
  }
  .home-highlights .tab-content-list {
    order: 1;
  }
  .home-highlights .button-container {
    position: static;
    width: 100%;
    text-align: center;
    margin-top: 45px;
    background-color: transparent;
  }
  .home-highlights .button-container .btn {
    background-color: transparent;
    border-color: #000;
    color: #000;
  }
  .home-highlights .button-container .btn:hover {
    background-color: #000;
    color: #CDF72B;
  }
}
@media (max-width: 767px) {
  .home-highlights .tab-btn-list {
    gap: 40px;
  }
}
@media (max-width: 540px) {
  .home-highlights .home-highlights_title {
    font-size: 36px;
  }
  .home-highlights .tab-btn-list {
    gap: 30px;
  }
  .home-highlights .tab-btn-item h4 {
    font-size: 14px;
  }
  .home-highlights .tab-content-item p {
    font-size: 14px;
  }
  .home-highlights .icon {
    width: 50px;
    height: 50px;
  }
  .home-highlights .icon img {
    width: 45%;
  }
}
.download-section {
  margin-top: 80px;
}
.download-section > h2 {
  text-align: center;
}
.download-section .tab-container {
  margin-top: 15px;
}
.download-section .tab-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.download-section .tab-btn-item {
  border: 1px solid #CDF72B;
  color: #CDF72B;
  font-family: "Oswald", Sans-serif;
  font-size: 15px;
  transition: all 0.34s;
  padding: 12px 24px;
  line-height: 1;
  cursor: pointer;
}
.download-section .tab-btn-item:hover,
.download-section .tab-btn-item.active {
  color: #000;
  background-color: #CDF72B;
}
.download-section .tab-content-item {
  display: none;
}
.download-section .tab-content-item h2 {
  margin-bottom: 25px;
}
.download-section .tab-content-item.active {
  display: block;
}
.download-section .item-container {
  margin-top: 80px;
}
.download-section .normal-layout {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 35px 20px;
}
.download-section .normal-item {
  grid-column-end: span 3;
}
.download-section .normal-item a {
  display: block;
}
.download-section .normal-item p {
  margin-top: 20px;
}
.download-section .normal-item img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.download-section .video-box {
  aspect-ratio: 1.6;
}
.download-section .zip-item {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 20px;
  background-color: #1f1f1f;
}
.download-section .zip-item:not(:last-child) {
  margin-bottom: 15px;
}
.download-section .zip-item_l {
  display: flex;
  flex-direction: column;
  max-width: 650px;
  gap: 20px;
}
.download-section .zip-item_h {
  display: flex;
  align-items: center;
  gap: 40px;
}
.download-section .zip-item_r {
  padding-right: 40px;
  align-self: flex-end;
}
.download-section .zip-item_r .zip-btn {
  display: inline-block;
  padding: 12px 24px;
  line-height: 1;
  font-size: 14px;
  color: #000;
  background-color: #CDF72B;
}
@media (max-width: 767px) {
  .download-section .tab-btn-item {
    padding: 8px 14px;
    font-size: 13px;
  }
  .download-section .normal-item {
    grid-column-end: span 6;
  }
  .download-section .zip-item {
    flex-direction: column;
  }
  .download-section .zip-item_r {
    padding: 0;
    align-self: flex-start;
  }
}
@media (max-width: 540px) {
  .download-section .normal-item {
    grid-column-end: span 12;
  }
}
#store_locatore_search_radius {
  display: none !important;
}
.map-directions {
  display: none !important;
}
.store-direction {
  display: none !important;
}
