body {
    font-family: Ubuntu;
}

.app-grid {
    display: flex;
    gap: 15px;
}

.app-grid div {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px !important;
}

.navbar-burger span {
    color: #fff !important;
}

.gallery-wrapper {
    position: relative;
    max-width: 670px;
    padding: 0 20px;
    margin-left: auto;
}

.swiper-slide a {
    display: block;
}

.swiper-slide a img {
    width: 100%;
    height: auto;
}

.swiper-button-prev, .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 100px;
    box-shadow: 0 0 12px rgba(0,0,0,.15);
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 14px;
}

.swiper-button-prev {
    left: 5px;
}

.swiper-button-next {
    right: 10px;
}

@media (max-width: 1400px) {
    .gallery-wrapper {
        max-width: 500px;
    }
}

@media (max-width: 1024px) {
    .banner > .columns:not(.is-desktop) {
        display: block;
    }

    .gallery-wrapper {
        margin-left: 0;
        max-width: none;
    }
}

@media only screen and (max-width: 780px) {
    .app-left {
        display: flex;
    }
    
    .app-left .image img {
        width: 64px;
    }
    
    .app-left .image {
        max-width: fit-content;
    }
    
    .app-left .is-narrow {
        max-width: fit-content;
    }

    .app-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

.avatar-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
}
