.burger {
  display: none;
}

.mobile-menu {
  display: none;
}

@media screen and (max-width: 986px) {
  .license-data {
    row-gap: var(--Pl) !important;
  }
  .license-data-left, .license-data-right {
    grid-column: 1/-1;
  }
  .license-data-right .split {
    padding-bottom: var(--Pl) !important;
  }
}
@media screen and (max-width: 786px) {
  .mobile-menu {
    display: block;
    height: 100vh;
    width: 100vw;
    background-color: var(--bg);
    color: var(--fg);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s ease, opacity 0.5s ease;
  }
  .mobile-menu.active {
    visibility: visible;
    opacity: 1;
  }
  .mobile-menu .menu-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 120px var(--Pg);
    row-gap: 10px;
  }
  .site_header .site_logo {
    width: 90px;
  }
  header .site_header-data {
    display: none;
  }
  header .burger {
    display: block;
    position: absolute;
    top: var(--Pd);
    right: var(--Pd);
    width: 40px;
    height: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  header .burger .content {
    height: 12px;
    width: 100%;
    transition: height 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
  }
  header .burger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--white);
  }
  header .burger.active .content {
    height: 2px;
  }
  footer .site_footer_col-one {
    grid-column: 1/-1;
  }
  body.admin-bar .site-main {
    padding-bottom: 100px;
  }
  .feature-pages-block {
    width: 100vw;
    height: 60vh;
  }
  .feature-pages-block .carousel_hero {
    display: flex;
    position: relative;
    white-space: nowrap;
  }
  .feature-pages-block .carousel_hero-frame {
    height: 60vh;
  }
  .feature-pages-block .carousel_hero-frame .aspectholder {
    max-width: 600px;
  }
  .feature-pages-block .hero_pages .page_link {
    -webkit-text-stroke: 1px var(--fg); /* Stroke width and color */
    font-size: var(--font-size-h4);
    line-height: 1.25;
  }
  .feature-pages-block .hero_pages .page_link:hover {
    color: var(--hover); /* Text color */
    -webkit-text-stroke: 1px var(--hover); /* Stroke width and color */
  }
  .text-block {
    padding: var(--Pg);
  }
  .text-block .body {
    display: flex;
    flex-direction: column;
    row-gap: var(--Pg);
  }
  .text-block .Full {
    grid-column: 1/-1;
  }
  .text-block .Three-Quarters {
    grid-column: 1/-1;
  }
  .text-block .Two-Thirds {
    grid-column: 1/-1;
  }
  .text-block .One-Third {
    grid-column: 1/-1;
  }
  .text-block .body {
    color: var(--fg);
  }
  .artists-block {
    min-height: unset;
  }
  .artist_list-media {
    display: none;
  }
  .artist_list-items-item-btns * {
    pointer-events: none;
  }
  .artists-block .artist_list-items-item .artist_list-items-item-toggle {
    display: none !important;
  }
  .artists-block .artist_list-media {
    grid-column: 1/-1;
    position: relative;
    grid-row: 1;
    aspect-ratio: 3/4;
    width: calc(100% + 24px);
    margin: -12px;
    pointer-events: none !important;
    height: 100%;
  }
  .artists-block .artist_list-media .swiper-wrapper {
    width: 100%;
    aspect-ratio: 3/4;
  }
  .artists-block .artist_list-media .swiper-wrapper * {
    height: fit-content;
  }
  .artists-block .artist_list-items {
    grid-column: 1/-1;
    grid-row: 1;
    height: fit-content;
    flex-direction: column;
    z-index: 10;
  }
  .text_items-headings,
  .text_items-text {
    grid-column: 1/-1;
  }
  .text_items-headings .text_items-text-item {
    padding-top: var(--Pm);
  }
  .text_items-text {
    display: none !important;
  }
  .ticker_wrapper {
    height: 170px;
  }
  .ticker_wrapper.icons {
    height: 200px;
  }
  .ticker_wrapper span svg {
    height: 60px;
  }
  .text_items-block {
    padding-bottom: 100px;
  }
  .contact-info-data,
  .contact-info-buttons {
    grid-column: 1/-1;
  }
  .contact-info-buttons {
    padding-top: var(--Pd);
  }
  .ticker_wrapper.icons span object {
    height: 60px;
  }
  .button-with-ticker span svg {
    height: 30px;
  }
  .partnerships-archive .partnership-card,
  .licensing-archive .partnership-card {
    grid-column: span 24;
  }
  .text_items-headings {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
  .form-holder {
    padding: 12px;
  }
  .form-holder-inner {
    border-radius: 20px;
  }
  .form-holder-inner .button-holder {
    column-gap: 12px;
    padding: 24px 12px;
  }
  .form-holder-inner .form_form {
    padding-left: 12px;
    padding-right: 12px;
  }
  .form-holder-bottom {
    left: 12px;
    right: 12px;
    border-radius: 0 0 20px 20px;
  }
  .form-holder-inner .button-holder .form-selector {
    overflow: scroll;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
  }
  .form-holder-inner .button-holder .form-selector::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
  .form-holder-inner .button-holder .form-selector-btn {
    white-space: nowrap;
  }
  .privacy-main {
    padding-top: var(--pad-l);
  }
  .privacy-main * {
    height: fit-content !important;
  }
  .privacy-main .privacy-main-left,
  .privacy-main .privacy-main-right {
    grid-column: 1/-1;
  }
  .privacy-main .privacy-main-right {
    padding-top: var(--Pd);
  }
  .sib-nav {
    row-gap: 0;
    padding-top: var(--pad-xxl);
    padding-bottom: var(--pad-l);
  }
  .sib-nav-nav {
    grid-column: 1/-1;
  }
}
