@font-face {
    font-family: 'Raygun';
    src: url('/fonts/Raygun.woff') format('woff2'),
        url('/fonts/Raygun.woff2') format('woff2'),
        url('/fonts/Raygun.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a {
    text-transform: none;
    color: inherit;
}
button {
    border: none;
    outline: none;
    background: none;
}

html {
    font-size: 62.5%; 
    background: #000000;
    color: #FFFFFF;
}
body {
    font-size: 1.6rem;
    font-family: "neue-haas-unica", sans-serif;
    font-weight: 500;
    letter-spacing: -0.02rem;
}

/* CSS to hide scrollbar when menu is active */
body.active,
html.active {
    overflow: hidden;
}

h1 {
    /* Display Font - Raygun */
    font-weight: 400;
}
h2,h3,h4,h5,h6 {
    /* Standard Font - Neue Haas Unica W1G */
    font-weight: 500;
}
h1,h2,h3,h4,h5,h6 {
    line-height: 1;
}

h1, .heading-1 {
    font-size: 4rem;
}
@media(min-width:744px) {
    h1, .heading-1 {
        font-size: 10rem;
    }
}

h2, .heading-2 {
    font-size: 3.2rem;
}

.AT-101__title .heading-1 {
    font-family: 'Raygun', sans-serif;
}
.AT-101__title .heading-2 {
    font-weight: 500;
    font-family: "neue-haas-unica", sans-serif;
}
.AT-101__title .heading-4 {
    font-weight: 500;
    font-family: "neue-haas-unica", sans-serif;
}

@media(min-width:744px) {
    h2, .heading-2 {
        font-size: 8rem;
    }
}

h3, .heading-3 {
    font-size: 2.8rem;
}
@media(min-width:744px) {
    h3, .heading-3 {
        font-size: 6rem;
    }
}

h4, .heading-4 {
    font-size: 2.8rem;
}
@media(min-width:744px) {
    h4, .heading-4 {
        font-size: 4.4rem;
    }
}

h5, .heading-5 {
    font-size: 2.4rem;
}
@media(min-width:744px) {
    h5, .heading-5 {
        font-size: 3.2rem;
    }
}

h6, .heading-6 {
    font-size: 2rem;
    line-height: 1.4;
}
@media(min-width:744px) {
    h6, .heading-6 {
        font-size: 2rem;
    }
}

.paragraph-reg {
    font-size: 2rem;
    line-height: 2.6rem;
    font-weight: 400;
}
@media(min-width:744px) {
    .paragraph-reg {
        font-size: 2.4rem;
        line-height: 3rem;
    }
}
.paragraph-xl {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 400;
}
@media(min-width:744px) {
    .paragraph-xl {
        font-size: 4rem;
        line-height: 4.8rem;
    }
}

.paragraph-lg {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 400;
}
@media(min-width:744px) {
    .paragraph-lg {
        font-size: 2.8rem;
        line-height: 3.4rem;
    }
}

p, li, .paragraph-sm {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
}
@media(min-width:744px) {
    p, li, .paragraph-sm {
        font-size: 2rem;
        line-height: 2.6rem;
    }
}

#rich-text ul {
    margin-left: 2.4rem;
}

#rich-text h1,
#rich-text h2,
#rich-text h3,
#rich-text h4,
#rich-text h5, {
    font-size: 2.4rem;
}
@media(min-width:744px) {
    #rich-text h1,
    #rich-text h2,
    #rich-text h3,
    #rich-text h4,
    #rich-text h5, {
        font-size: 3.2rem;
    }
}

#rich-text h1 + ul,
#rich-text h1 + p,
#rich-text h2 + ul,
#rich-text h2 + p,
#rich-text h3 + ul,
#rich-text h3 + p,
#rich-text h4 + ul,
#rich-text h4 + p,
#rich-text h5 + ul,
#rich-text h5 + p {
    margin-top: 2.4rem
}

@media (min-width: 744px) {
    #rich-text h1 + ul,
    #rich-text h1 + p,
    #rich-text h2 + ul,
    #rich-text h2 + p,
    #rich-text h3 + ul,
    #rich-text h3 + p,
    #rich-text h4 + ul,
    #rich-text h4 + p,
    #rich-text h5 + ul,
    #rich-text h5 + p {
        margin-top: 4rem
    }
}

#rich-text ul + h1,
#rich-text p + h1,
#rich-text ul + h2,
#rich-text p + h2,
#rich-text ul + h3,
#rich-text p + h3,
#rich-text ul + h4,
#rich-text p + h4,
#rich-text ul + h5,
#rich-text p + h5 {
    margin-top: 4.8rem
}

@media (min-width: 744px) {
    #rich-text ul + h1,
    #rich-text p + h1,
    #rich-text ul + h2,
    #rich-text p + h2,
    #rich-text ul + h3,
    #rich-text p + h3,
    #rich-text ul + h4,
    #rich-text p + h4,
    #rich-text ul + h5,
    #rich-text p + h5 {
        margin-top: 8rem
    }
}

#rich-text p + ul,
#rich-text ul + p {
    margin-top: 1.6rem
}

@media (min-width: 744px) {
    #rich-text p + ul,
    #rich-text ul + p {
        margin-top: 2.0rem
    }
}

.AT-001 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 50px 5vw 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.AT-001__logo {
    
}
.AT-001__logo-sm {
    display: block;
}
.AT-001__logo-lg {
    display: none;
}
@media(min-width:1024px) {
    .AT-001__logo-sm {
        display: none;
    }
    .AT-001__logo-lg {
        display: block;
    }
}
.AT-001__furniture {
    display: flex;
}
@media(min-width:744px) {
    .AT-001__furniture {
        width: calc(100% / 12 * 5);
        display: flex;
        justify-content: space-between;
    }
}
@media(min-width:1024px) {
    .AT-001__furniture {
        width: calc(100% / 12 * 3);
        display: flex;
        justify-content: space-between;
    }
}
.AT-001__event-info {
    display: none;
}
@media(min-width:744px) {
    .AT-001__event-info {
        display: block;
        font-size: 2.4rem;
        line-height: 1;
    }
}

.AT-001__menu-btn {
    height: 2.3rem;
    width: 2.9rem;
    cursor: pointer;
}
@media(min-width:1024px) {
    
}

.AT-001__menu-btn span {
    height: 0.5rem;
    width: 2.9rem;
    background-color: white;
    display: block;
    transition: transform 0.3s ease;
    margin-bottom: 0.4rem;
}
@media(min-width:1024px) {
    
}

.AT-001__menu-btn.active span:nth-child(1) {
    transform: translateY(0.9rem) rotate(45deg);
}

.AT-001__menu-btn.active span:nth-child(2) {
    transform: scaleX(0);
}

.AT-001__menu-btn.active span:nth-child(3) {
    transform: translateY(-0.9rem) rotate(-45deg);
}

/* menu */
.AT-002 {
    display: none;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: black;
}

.AT-002.active {
    display: block;
}

@media (min-width: 1240px) {
    .AT-002.active {
        display: flex;
    }
}

.AT-002__menu {
    width: 100%;
    height: 100%;
    overflow: scroll;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding-top: 20rem;
    padding-bottom: 10rem;
    background-color: black;
}

@media (min-width: 1240px) {
    .AT-002__menu {
        width: 50%;
        align-items: start;
    }
}

.AT-002__menu-link {
    text-decoration: none;
    display: block;
    line-height: 1.1;
    font-size: 4.2rem;
    opacity: 0;
    font-weight: 500;
    transform: translateX(-20px);
    transition: all 0.15s ease-in-out;
}

@media (min-width: 1240px) {
    .AT-002__menu-link {
        font-size: 6rem;
    }
}

.AT-002__menu-link:hover {
    color: #78FFC8;
}

.AT-002__menu-link--current {
    color: #78FFC8;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (min-width: 1240px) {
    .AT-002__menu-link {
        margin-left: 20%;
        text-align: start;
    }
}

.AT-002__artwork {
    display: none;
    opacity: 0;
    transform: translateX(100%);
}

.AT-002__artwork.slide-in {
    display: block;
    animation: slideArtwork 0.6s forwards;
}

@keyframes slideArtwork {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (min-width: 1240px) {
    .AT-002__artwork {
        width: 50%;
        overflow: hidden;
        background-image: url('/images/artwork.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        filter: brightness(0.5);
    }
}

/* .AT-002 {
    display: none;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: black;
}
.AT-002.active {
    display: block;
}
@media (min-width: 1240px) {
    .AT-002.active {
        display: flex;
    }
}
.AT-002__menu {
    width: 100%;
    height: 100%;
    overflow: scroll;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding-top: 20rem;
    padding-bottom: 10rem;
    background-color: black;
}
@media (min-width: 1240px) {
    .AT-002__menu {
        width: 50%;
        align-items: start;
    }
}

.AT-002__menu-link {
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
    transition: all 0.15s ease-in-out;
}
.AT-002__menu-link:hover {
    color: #78FFC8;
}
@media (min-width: 1240px) {
    .AT-002__menu-link {
        margin-left: 20%;
        text-align: start;
    }
}
.AT-002__menu-link--current {
    color: #78FFC8;
}

.AT-002__artwork {
    display: none;
}
@media (min-width: 1240px) {
    .AT-002__artwork {
        display: block;
        width: 50%;
        overflow: hidden;
        background-image: url('/images/artwork.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        filter: brightness(0.5);
    }
} */

/* Footer */
.AT-003 {
    padding: 0 5vw;
    margin-top: 4rem;
}
@media (min-width: 744px) {
    .AT-003 {
        margin-top: 8rem;
    }
}
.AT-003__main {
    padding: 4rem 0;
    border-top: SOLID 0.1rem #78FFC8;
    border-bottom: SOLID 0.1rem #78FFC8;
}
@media (min-width: 744px) {
    .AT-003__main {
        padding: 8rem 0 10rem;
    }
}
@media (min-width: 1240px) {
    .AT-003__main {
        display: flex;
        justify-content: space-between;
        align-items: start;
    }
}
.AT-003__copyright {
    color: #78FFC8;
    font-size: 1.2rem;
    line-height: 4rem;
}
@media (min-width: 744px) {
    .AT-003__copyright {
        font-size: 1.6rem;
        line-height: 6rem;
        padding-bottom: 6rem;
    }
}

@media (min-width: 1240px) {
    .AT-003__content {
        width: calc(100% / 12 * 4);
    }
}
.AT-003__sponsors {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
@media (min-width: 1240px) {
    .AT-003__sponsors {
        width: calc(100% / 12 * 5);
    }
}
.AT-003__sponsors-list {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.AT-003__sponsor {
    text-decoration: none;
    width: calc((100% - 6rem) / 3);
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;
}

.AT-003__sponsor-img {
    width: 100%;
    object-fit: contain;
}
.AT-003__links {
    margin-top: 4rem;
}
@media(min-width: 744px) {
    .AT-003__links {
        margin-top: 6rem;
        display: flex;
    }
}
@media (min-width: 1240px) {
    .AT-003__links {
        margin-top: 0rem;
    }
}
.AT-003__links-primary {
    width: 100%
}
.AT-003__links-secondary {
    width: 100%
}
@media(min-width: 744px) {
    .AT-003__links-primary {
        width: calc(100% / 3);
    }
    .AT-003__links-secondary {
        width: calc(100% / 3);
    }
}
.AT-003__link {
    text-decoration: none;
    display: block;
    font-size: 1.6rem;
    line-height: 2.6rem;
    transition: all 0.15s ease-in-out;
    text-wrap: nowrap;
}

.AT-003__link:hover {
    color: #78FFC8;
}

.AT-003__socials {
    margin-top: 4rem;
    display: flex;
    gap: 12px;
}
@media(min-width: 744px) {
    .AT-003__socials {
        margin-top: 6rem;
        gap: 20px;
    }  
}
.AT-003__social-link {
    display: inline-block;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    border: SOLID 1px white;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease-in-out;
}
.AT-003__social-link:hover {
    border: SOLID 1px #78FFC8;
    color: #78FFC8;
}
@media(min-width: 744px) {
    .AT-003__social-link {
        width: 5.6rem;
        height: 5.6rem;
        flex-shrink: 0;
    }
}
.AT-003__social-icon {

}
.AT-003__social-icon--facebook {
    width: 2rem;
    height: 2rem;
}
@media(min-width: 744px) {
    .AT-003__social-icon--facebook {
        width: 2.9rem;
        height: 2.9rem;
    }
}
.AT-003__social-icon--x {
    width: 1.9rem;
    height: 1.7rem;
}
@media(min-width: 744px) {
    .AT-003__social-icon--x {
        width: 2.7rem;
        height: 2.5rem;
    }
}
.AT-003__social-icon--instagram {
    width: 2rem;
    height: 2rem;
}
@media(min-width: 744px) {
    .AT-003__social-icon--instagram {
        width: 2.9rem;
        height: 2.9rem;
    }
}
.AT-003__social-icon--youtube {
    width: 2rem;
    height: 1.5rem;
}
@media(min-width: 744px) {
    .AT-003__social-icon--youtube {
        width: 3rem;
        height: 2.1rem;
    }
}
.AT-003__social-icon--spotify {
    width: 2rem;
    height: 2rem;
}
@media(min-width: 744px) {
    .AT-003__social-icon--spotify {
        width: 2.9rem;
        height: 2.9rem;
    }
}
.AT-003__social-icon--tiktok {
    width: 1.8rem;
    height: 2rem;
}
@media(min-width: 744px) {
    .AT-003__social-icon--tiktok {
        width: 2.5rem;
        height: 2.9rem;
    }
}

.AT-003__logo {
    
}

.AT-003__logo {
    margin-top: 4rem;
    width: 8.8rem;
    height: 3.7rem;
}
@media(min-width: 744px) {
    .AT-003__logo {
        margin-top: 6rem;
        width: 23.906rem;
        height: 10rem;
    }
}
.AT-003__logo-svg {
    height: 100%;
    width: auto;
}

.AT-101 {
    height: 19.2rem;
    padding: 0 5vw;
    display: flex;
    align-items: end;
}
@media(min-width: 744px) {
    .AT-101 {
        height: 32.4rem;
    }
}

.AT-004 {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000000d3;
    z-index: 200;
}

.AT-004__popup {
    position: fixed;
    width: 90%;
    max-width: 54rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: black;
    padding: 6rem 4rem;
    border: 1px SOLID #78FFC8;
    z-index: 9999;
    text-align: center;
}

.AT-004__text {
    margin: 2.4rem 0;
}

/* Close button */
.AT-004__close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    color: white;
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.AT-101__title {
    width: 100%;
    border-bottom: 0.1rem SOLID #FFFFFF;
    padding-bottom: 1.6rem;
}
@media(min-width: 744px) {
    .AT-101__title {
        padding-bottom: 2.2rem;
    }
}

.AT-201 {
    padding: 14.5rem 0 0;
    position: relative;
}
@media(min-width: 744px) {
    .AT-201 {
        padding: 22rem 5vw 0;
        position: relative;
    }
}

.AT-201__content {
    position: relative;
    background-image: url('/images/illustration.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 11.5rem 0 9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media(min-width: 744px) {
    .AT-201__content {
        padding: 22rem 0;
    }
}
.AT-201__svg {
    width: 80%;
    max-width: 60.6rem;
}
.AT-201__links {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
@media(min-width: 744px) {
    .AT-201__links {
        margin-top: 6rem;
        display: flex;
        flex-direction: row;
    }
}
.AT-201__link {
    font-size: 1.6rem;
    line-height: 4rem;
    padding: 0 1.8rem;
    border: SOLID 1px white;
    background: transparent;
    text-transform: none;
    text-decoration: none;
    text-align: center;
}

.AT-201__link:hover {
    /* background: white; */
    border: SOLID 1px #78FFC8;
    color: #78FFC8;
}

.AT-202 {
    padding: 5rem 5vw;
    position: relative;
}
@media(min-width: 744px) {
    .AT-202 {
        padding: 8rem 5vw;
    }
}

.AT-202__container {
    width: 100%;
    max-width: 64rem;
}
@media(min-width: 1240px) {
    .AT-202__container {
        width: 50%;
        max-width: none;
    }
}

.AT-203 {
    padding: 0 5vw;
}
.AT-203__collection {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
}
@media(min-width: 744px) {
    .AT-203__collection {
        grid-template-columns: repeat(2, 1fr);
    }
}

.AT-203__item {
    width: 100%;
    padding-bottom: calc(100% / 16 * 12);
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    cursor: pointer;
    color: white;
}

.AT-203__item:hover .AT-203__item-link {
    color: #78FFC8;
    border: solid 1px #78FFC8;
}

.AT-203__item .AT-203__item-image {
    transform: scale(1);
    transition-delay: 0.1s;
}
.AT-203__item:hover .AT-203__item-image {
    transform: scale(1.03);
}

.AT-203__item-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
    transition: transform 0.4s cubic-bezier(0.25, 0.45, 0.45, 0.95); /* Smooth transition */
}

.AT-203__item-content {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 3rem;
}
@media(min-width: 1240px) {
    .AT-203__item-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: end;
    }
}
.AT-203__item-title {

}
.AT-203__item-link {
    font-size: 1.6rem;
    line-height: 4rem;
    border: SOLID 1px white;
    background: transparent;
    padding: 0 1.8rem;
    text-decoration: none;
}
.AT-203__item-link:hover {
    border: SOLID 1px #78FFC8;
    color: #78FFC8;
}

.AT-210 {
    padding: 0 5vw;
    margin-top: 4rem;
}
@media(min-width: 744px) {
    .AT-210 {
        margin-top: 8rem;
    }
}
.AT-210__container {
    width: 100%;
    max-width: 90rem;
}
@media(min-width: 744px) {
    .AT-210__container {
        width: 100%;
    }
}
@media(min-width: 1240px) {
    .AT-210__container {
        width: calc(100% / 12 * 8);
        max-width: none;
    }
}
.AT-210__intro {

}
.AT-210__text {
    margin-top: 2.4rem;
}
@media(min-width: 744px) {
    .AT-210__text {
        margin-top: 4rem;
    }
}

.AT-210__links {
    margin-top: 4rem;
    display: flex;
    gap: 1rem;
}
.AT-210__link {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 4rem;
    padding: 0 1.8rem;
    border: 1px SOLID white;
    text-decoration: none;
}
.AT-210__link:hover {
    border: SOLID 1px #78FFC8;
    color: #78FFC8;
}

.AT-211 {
    padding: 0 5vw;
    margin-top: 8rem
}

.AT-211__swiper {
    position: relative;
    overflow: hidden;
    height: 30rem;
}
@media(min-width: 744px) {
    .AT-211__swiper {
        height: 38rem;
    }
}

@media(min-width: 124px) {
    .AT-211__swiper {
        height: 46rem;
    }
}

.AT-211__wrapper {
    display: flex;
    transition: transform 0.3s ease;
    height: 100%;
}

.AT-211__slide {
    flex: 0 0 100%;
    height: 100%;
}

.AT-211__slide-text {
    width: 80%;
    height: 100%;
    margin: auto;
    max-width: 90rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.AT-211__slide-title {
    
}
.AT-211__slide-credit {
    margin-top: 2.4rem;
}
.AT-211__slide-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    z-index: -1;
    filter: brightness(0.6);
}

.AT-211__pagination {
    text-align: center;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%, 0%);
}

.AT-211__dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: grey;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
.AT-211__dot.active {
    background-color: #78FFC8;
}

/* .AT-211__buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
} */
.AT-211__next, 
.AT-211__prev {
    display: none;
}

@media (min-width: 744px) {
    .AT-211__next, 
    .AT-211__prev {
        display: flex;
        cursor: pointer;
    }
}

.AT-211__prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
    width: 4rem;
    height: 4rem;
    color: white;
    border: 1px SOLID white;
    align-items: center;
    justify-content: center;
}

.AT-211__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    width: 4rem;
    height: 4rem;
    color: white;
    border: 1px SOLID white;
    align-items: center;
    justify-content: center;
}

.AT-211__prev:hover,
.AT-211__next:hover {
    border: SOLID 1px #78FFC8;
    color: #78FFC8;
}


.AT-221 {
    padding: 0 5vw;
    margin-top: 4rem;
}
@media(min-width: 744px) {
    .AT-221 {
        margin-top: 8rem;
    }
}

.AT-221__item {
    display: block;
    position: relative;
    border: 1px SOLID #78FFC8;
    padding: 4rem 3rem;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
}

.AT-221__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/illustration.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(0.5);
    z-index: -1;
    transition: transform 0.3s ease-in-out; /* Add transition for smooth scaling */
}

.AT-221__item:hover::before {
    transform: scale(1.03); /* Scale the background image on hover */
}

.AT-221__item-title {
    color: #78FFC8;
}
.AT-221__item-summary {
    margin-top: 4rem;
}
@media (min-width: 1240px) {
    .AT-221__item-summary {
        margin-top: 2rem;
    }
}
.AT-221__item-details {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
@media (min-width: 1240px) {
    .AT-221__item-details {
        margin-top: 20rem;
        margin-bottom: 0rem;
    }
}
.AT-221__item-link {
    display: inline-block;
    border: 1px SOLID #78FFC8;
    color: #78FFC8;
    font-size: 2.4rem;
    line-height: 4rem;
    text-decoration: none;
    padding: 0 1.8rem;
}
@media (min-width: 1240px) {
    .AT-221__item-link {
        position: absolute;
        top: 4rem;
        right: 3rem;
    }
}

.AT-212 {
    padding: 0 5vw;
    margin-top: 4rem
}
@media(min-width: 744px) {
    .AT-212 {
        padding: 0 5vw;
        margin-top: 8rem
    }
}
@media(min-width: 1240px) {
    .AT-212 {
        display: flex;
    }
}

@media(min-width: 1240px) {
    .AT-212__heading {
        width: calc(100% / 12 * 5);
    }
}
.AT-212__link {
    margin-top: 2.4rem;
    font-size: 1.6rem;
    line-height: 4rem;
    display: inline-block;
    border: 1px SOLID white;
    padding: 0 1.8rem;
    text-decoration: none;
}
.AT-212__link:hover {
    border: SOLID 1px #78FFC8;
    color: #78FFC8;
}
.AT-212__collection {
    margin-top: 4rem;
}
@media(min-width: 744px) {
    .AT-212__collection {
        margin-top: 7rem;
    } 
}
@media(min-width: 1240px) {
    .AT-212__collection {
        width: calc(100% / 12 * 7);
        margin-top: 0rem;
    }
}
.AT-212__item {
    padding: 2.2rem 0;
    border-top: 1px SOLID white;
}

.AT-212__item:nth-of-type(1) {
    border-bottom: 1px SOLID white;
}

.AT-213 {
    padding: 0 5vw;
    margin-top: 4rem
}
@media(min-width: 744px) {
    .AT-213 {
        margin-top: 8rem
    }
}

.AT-213__collection {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
}
@media(min-width: 744px) {
    .AT-213__collection {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}
@media(min-width: 1240px) {
    .AT-213__collection {
        grid-template-columns: repeat(3, 1fr);
    }
}
.AT-213__item {
    width: 100%;
    padding-bottom: calc(100% / 16 * 12);
    position: relative;
}
.AT-213__item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

/* Add your styles here */
.AT-213__lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000d3;
}

.AT-213__lightbox-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.AT-213__lightbox-image {
    max-width: 90%;
    max-height: 90%;
}

.AT-213__close {
    position: absolute;
    top: 2.4rem;
    right: 6vw;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.AT-213__prev {
    color: white;
    position: absolute;
    top: 15px;
    left: 5vw;
}

.AT-213__prev {
    width: 4rem;
    height: 4rem;
    border: 1px SOLID white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.AT-213__next {
    position: absolute;
}

.gallery {
    width: 100%;
}

.gallery ul {
    display: flex;
    flex-flow: wrap;
    position: relative;
    margin-left: -1rem;
    margin-right: -1rem;
    list-style-type: none;
}

@media(min-width: 744px) {
    .gallery ul {
        margin-left: -2rem;
        margin-right: -2rem;
    }
}

.gallery li {
    width: 100%;
    padding: 1rem;
}

@media(min-width: 744px) {
    .gallery li {
        width: calc(100% / 2);
    }
}

@media(min-width: 1024px) {
    .gallery li {
        width: calc(100% / 3);
        padding: 2rem;
    }
}

.gallery ul li a {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    overflow: hidden;
}

.gallery ul li a img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    display: block;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.gallery ul li a:hover {
    opacity: .9;
}

.lightbox {
    z-index: 999999;
}

.gallery-container {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: fixed;
    z-index: 999998;
    top: 0;
    left: 0;
    display: none; /* changed to work on gallery */
}

.gallery-modal {
    background: #000000d3;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.gallery-container .left-arrow,
.gallery-container .right-arrow,
.gallery-container .close-icon {
    position: absolute;
    color: white;
    top: 50%;
    line-height: 0;
    left: 2rem;
    font-size: 4vw;
    font-weight: 300;
    font-family: sans-serif;
    cursor: pointer;
    height: 5rem;
    width: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-container .right-arrow {
    right: 0px;
    left: auto;
}

.gallery-container .left-arrow {
    left: 0px;
    right: auto;
}

@media(min-width: 744px) {
    .gallery-container .right-arrow {
        right: 2rem;
        left: auto;
    }

    .gallery-container .left-arrow {
        left: 2rem;
        right: auto;
    }
}

.gallery-container .close-icon {
    top: 2rem;
    right: 2rem;
    left: auto;
}

.lightbox img {
    max-width: 80%;
    max-height: 80%;
    height: auto;
    width: auto;
    margin: auto;
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.lightbox img.current-image {
    display: block !important;
}

.AT-222 {
    padding: 0 5vw;
}
.AT-222__collection {
    margin-top: 4rem;
}
.AT-222__item {
    padding: 4.6rem 0;
    border-bottom: 1px SOLID white;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    display: block;
}
@media(min-width: 1240px) {
    .AT-222__item {
        display: flex;
        justify-content: space-between;
    }
}
.AT-222__item:nth-last-of-type(1) {
    border-bottom: none;
}
.AT-222__item:hover .AT-222__item-link {
    color: #78FFC8;
    border: solid 1px #78FFC8;
}
.AT-222__item-title {
    margin-bottom: 3.2rem;
}
@media(min-width: 1240px) {
    .AT-222__item-title {
        margin-bottom: 0;
    }
}
.AT-222__item-link {
    font-size: 2.4rem;
    line-height: 4rem;
    padding: 0 1.8rem;
    border: 1px SOLID white;
    text-decoration: none;
    display: inline-block;
}
.AT-222__item-link:hover {
    border: 1px SOLID #78FFC8;
    color: #78FFC8;
}

.AT-223 {
    padding: 0 5vw;
}
.AT-223__image {
    width: 100%;
}


.AT-230 {
    margin-top: 4rem;
    padding: 0 5vw;
}
@media(min-width: 744px) {
    .AT-230 {
        margin-top: 8rem;
    }
}

.AT-230__filter {
    
}
@media(min-width: 744px) {
    .AT-230__filter {
        display: flex;
        justify-content: space-between;
    } 
}

.AT-230__filter-panels {
    display: flex;
    gap: 1rem;
}

.AT-230__filter-tab {
    font-size: 1.6rem;
    line-height: 4rem;
    color: white;
    border: 1px SOLID white;
    padding: 0 1.8rem;
    background: transparent;
    cursor: pointer;
}
.AT-230__filter-tab.active {
    border: SOLID 1px #78FFC8;
    color: #78FFC8;
}

.AT-230__filter-artists {
    display: flex;
    gap: 1rem;
    margin-top: 2rem
}
@media(min-width: 744px) {
    .AT-230__filter-artists {
        margin-top: 0rem
    }
}
.AT-230__filter-btn {
    font-size: 1.6rem;
    line-height: 4rem;
    color: white;
    border: 1px SOLID white;
    padding: 0 1.8rem;
    background: transparent;
    cursor: pointer;
}
.AT-230__filter-btn.active {
    border: SOLID 1px #78FFC8;
    color: #78FFC8;
}

.AT-230__panels {
    margin-top: 4rem;
}
.AT-230__panel-1-image {
    width: 100%;
}
.AT-230__collection {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
}

.AT-230__item {
    grid-column: span 12;
    width: 100%;
    padding-bottom: calc(100% / 16 * 12);
    position: relative;
    overflow: hidden;
    /* transition: transform 0.3s ease-in-out; */
}

/* .AT-230__item:hover .AT-230__item-image {
    transform: scale(1.03)
} */

.AT-230__item-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    filter: brightness(0.5);
}

@media (min-width: 744px) {
    .AT-230__collection > :nth-child(-n + 2) {
        grid-column: span 6;
    }

    .AT-230__item {
        grid-column: span 4;
    }
}

@media (min-width: 1024px) {
    .AT-230__item {
        grid-column: span 3;
    }

    .AT-230__collection > :nth-child(-n + 3) {
        grid-column: span 4;
    }
}

.AT-240 {
    margin-top: 4rem;
    padding: 0 5vw;
}
@media(min-width: 744px) {
    .AT-240 {
        margin-top: 8rem;
    }
}

.AT-240__container {
    width: 100%;
    max-width: 64rem;
}

@media(min-width: 1024px) {
    .AT-240__container {
        width: 50%;
        max-width: none;
    }
}

.AT-240__link {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 4rem;
    padding: 0 1.8rem;
    border: 1px SOLID white;
    text-decoration: none;
    margin-top: 4rem;
}
.AT-240__link:hover {
    border: SOLID 1px #78FFC8;
    color: #78FFC8;
}
@media(min-width: 744px) {
    .AT-240__link {
        margin-top: 6rem;
    }
}

.AT-241 {
    padding: 0 5vw;
    margin-top: 4rem;
}
@media(min-width: 744px) {
    .AT-241 {
        margin-top: 8rem;
    }
}

.AT-241__image {
    width: 100%;
}

.AT-241__text {
    margin-top: 4rem;
}
@media(min-width: 744px) {
    .AT-241__text {
        margin-top: 8rem;
    }
}
@media(min-width: 1240px) {
    .AT-241__text {
        display: flex;
        gap: 4rem;
    }
}

.AT-241__col-2 {
    margin-top: 1.6rem;
}

@media(min-width: 744px) {
    .AT-241__col-1 {

    }
    .AT-241__col-2 {
        margin-top: 2rem;
    }
}
@media(min-width: 1240px) {
    .AT-241__col-1 {
        width: calc((100% - 4rem) / 2);
    }
    .AT-241__col-2 {
        margin-top: 0rem;
        width: calc((100% - 4rem) / 2);
    }
}

.AT-242 {
    margin-top: 4rem;
    padding: 0 5vw;
    position: relative;
}
@media(min-width: 744px) {
    .AT-242 {
        margin-top: 8rem;
    }
} 
@media(min-width: 1240px) {
    .AT-242 {
        margin-top: 19.6rem;
    }
} 

.AT-242__container {
    width: 100%;
    /* max-width: 64rem; */
}
@media(min-width: 1240px) {
    .AT-242__container {
        width: calc(100% / 12 * 7);
        max-width: none;
    }
} 

.AT-242__text {
    margin-top: 2.4rem
}
@media(min-width: 744px) {
    .AT-242__text {
        margin-top: 4rem
    }
}

.AT-242__link {
    margin-top: 4rem;
    display: inline-block;
    border: 1px SOLID white;
    font-size: 1.6rem;
    line-height: 4rem;
    padding: 0 1.8rem;
    text-decoration: none;
}
.AT-242__link:hover {
    border: SOLID 1px #78FFC8;
    color: #78FFC8;
}

@media(min-width: 744px) {
    .AT-242__link {
        margin-top: 6rem;
    }
}
@media(min-width: 1240px) {
    .AT-242__link {
        margin-top: 0rem;
        position: absolute;
        bottom: 0;
        right: 5vw;
    }
}

.AT-243 {
    margin-top: 6rem;
    padding: 0 5vw;
}
@media(min-width: 744px) {
    .AT-243 {
        margin-top: 8rem;
    }
}
.AT-243__collection {

}
.AT-243__item {
    padding-top: 4rem;
    border-top: 1px SOLID white;
    margin-top: 4rem;
}
@media(min-width: 1240px) {
    .AT-243__item {
        display: flex;
        justify-content: space-between;
        padding-top: 6rem;
        margin-top: 6rem;
    }
}
.AT-243__content {

}
@media(min-width: 1240px) {
    .AT-243__content {
        width: calc(100% / 12 * 7);
    }
}
.AT-243__item-summary {
    margin-top: 2.4rem;
}
.AT-243__item-image-wrapper {
    width: 100%;
    margin-top: 6rem;
}
@media(min-width: 744px) {
    .AT-243__item-image-wrapper {
        width: calc(100% / 12 * 8);
    }
}
@media(min-width: 1240px) {
    .AT-243__item-image-wrapper  {
        width: calc(100% / 12 * 4);
        margin-top: 0rem;
    }
}
.AT-243__item-figure {
    width: 100%;
    padding-bottom: calc(100% / 16 * 11);
    position: relative;
    overflow: hidden;
}

.AT-243__item-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.AT-250 {
    margin-top: 4rem;
}
@media(min-width: 744px) {
    .AT-250 {
        margin-top: 8rem;
    }
}
.AT-250__collection {
    padding: 0 5vw;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
}
@media(min-width: 744px) {
    .AT-250__collection {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(min-width: 1240px) {
    .AT-250__collection {
        grid-template-columns: repeat(4, 1fr);
    }
}
.AT-250__item {
    width: 100%;
    padding-bottom: 100%;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
}

.AT-250__item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    filter: brightness(0.5);
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.AT-250__item:hover .AT-250__item-image {
    transform: scale(1.03);
}

.AT-250__item-title {
    position: absolute;
    text-align: center;
    color: white;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: color 0.3s ease-in-out; /* Add transition for smooth color change */
}

.AT-250__item:hover .AT-250__item-title {
    color: #78FFC8;
}

.AT-260 {
    margin-top: 4rem;
    padding: 0 5vw;
}
@media(min-width: 744px) {
    .AT-260 {
        margin-top: 8rem;
    }
}
.AT-260__collection {
    display: grid;
    gap: 2rem;
    column-gap: 2rem;
    row-gap: 6rem;
    grid-template-columns: repeat(1, 1fr);
}
@media(min-width: 744px) {
    .AT-260__collection {
        grid-template-columns: repeat(2, 1fr);
    } 
}
@media(min-width: 1240px) {
    .AT-260__collection {
        grid-template-columns: repeat(3, 1fr);
    } 
}
    @media(min-width: 1660px) {
    .AT-260__collection {
        grid-template-columns: repeat(4, 1fr);
    } 
}
.AT-260__item {

}
.AT-260__item-figure {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.AT-260__item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.AT-260__item-content {
    text-align: center;
    padding: 2rem 0 0;
}
.AT-260__item-price {
    margin-top: 2rem;
}

.AT-270 {
    padding: 0 5vw;
    margin-top: 4rem;
}
@media(min-width: 744px) {
    .AT-270 {
        margin-top: 8rem;
    }
}
@media(min-width: 744px) {
    .AT-270 {
        
    }
}

.AT-270__category {
    margin-top: 4rem;
}
.AT-270__category:nth-of-type(1) {
    margin-top: 0;
}
@media(min-width: 744px) {
    .AT-270__category {
        margin-top: 8rem;
    }
}
@media(min-width: 1240px) {
    .AT-270__category {
        margin-top: 10rem;
        display: flex;
        gap: 5rem;
    }
}

@media(min-width: 1240px) {
    .AT-270__category-title {
        width: calc((100% - 5rem) / 12 * 4);
    }
}

.AT-270__collection {
    margin-top: 4rem;
}
@media(min-width: 1240px) {
    .AT-270__collection {
        width: calc((100% - 5rem) / 12 * 8);
        margin-top: 0rem;
    }
}

.AT-270__item {
    border-top: 1px solid white; /* Green border color */
    overflow: hidden;
    transition: all 0.15s ease-in-out; /* Add transition for smooth color change */
}

/* .AT-270__item:hover {
    border-top: 1px solid #78FFC8;
} */

.AT-270__item:hover .AT_270__item_question,
.AT-270__item:hover .AT_270__icon {
    color: #78FFC8;
}

.AT-270__item:last-child {
    border-bottom: 1px solid white; /* Green border color */
}

.AT_270__item_question {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
    display: flex;
    justify-content: space-between;
    align-items: start;
    position: relative;
    cursor: pointer;
    width: 100%;
    transition: all 0.4s;
}

.AT_270__item_question div {
    /* font-size: 3rem; */
    /* line-height: 1.2; */
}

.AT_270__icon-container {
    width: 2.6rem;
    height: 2.6rem;
    flex-shrink: 0;
    /* background-color: #f1f5f9; */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
}

.AT_270__icon {
    width: 2.6rem;
    height: 2.6rem;
    transition: transform 0.3s ease-in-out;
}

.AT_270__item_answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
    padding-right: 5%;
}

.AT_270__item_answer p {
    margin-bottom: 2.8rem;
    /* color: #a1a1aa; */
    /* font-size: 1rem; */
    /* line-height: 1.5rem; */
}

.AT_270__item_question.active .AT_270__icon {
    transform: rotate(135deg);
}

/* .AT-270__item {
    border-top: 1px SOLID white;
}
.AT-270__collection:nth-last-child(1) {
    border-bottom: 1px SOLID white;
}

.AT-270__item {
    overflow: hidden; 
    margin-bottom: 0rem;
    border-top: 1px SOLID white;
}

.AT_270__item_question {
    color: inherit;
    cursor: pointer;
    padding: 2.8rem 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

.AT_270__item_question.active,
.AT_270__item_question.hover {
    /* background-color: #EEFBF6; */
/* } */

/* .AT_270__item_question::after {
    content: '\002B';
    color: inherit;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.AT_270__item_question.active::after {
    content: "\2212";
}

.AT_270__item_answer {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.AT_270__item_answer p {
    margin-bottom: 4rem;
} */

.AT-280 {
    padding: 0 5vw;
    margin-top: 4rem;
}
@media(min-width: 744px) {
    .AT-280 {
        margin-top: 8rem;
    }
}

.AT-280__container {
    width: 100%;
    max-width: 90rem;
}
@media(min-width: 744px) {
    .AT-280__container {
        width: 100%;
    }
}
@media(min-width: 1240px) {
    .AT-280__container {
        width: calc(100% / 12 * 8);
        max-width: none;
    }
}

.AT-280__link {
    margin-top: 4rem;
    font-size: 1.6rem;
    line-height: 4rem;
    display: inline-block;
    padding: 0 1.8rem;
    border: 1px SOLID white;
    text-decoration: none;
}

@media(min-width: 744px) {
    .AT-280__link {
        margin-top: 8rem;
    }
}

.AT-280__link:hover {
    border: SOLID 1px #78FFC8;
    color: #78FFC8;
}