.hover\:border-white:hover {
    border-color: white;
}

.bg-brand {
    background-color: #36405a;
}

.text-brand {
    color: #36405a;
}

.focus\:outline-brand:focus {
    border-width: 2px;
    border-color: #36405a;
}

.-z-1 {
    z-index: -1;
}

.opacity-85 {
    opacity: 0.85;
}

.hover\:opacity-100:hover {
    opacity: 1;
}

.ml-1\/12 {
    margin-left: 8.333333%;;
}

.mt-1\/12 {
    margin-top: 8.333333%;
}

.ml-1\/2 {
    margin-left: calc(50% - 1rem);
}

.ml-1\/4 {
    margin-left: 25%;
}

.hover\:text-white:hover {
    color: white;
}

.hover\:bg-brand:hover {
    background-color: #36405a;
}


.pt-1\/2 {
    padding-top: 50%;
}

.border-brand {
    border-color: #36405a;
}

.h-1\/3 {
    height: 33.333333%;
}

.h-2\/3 {
    height: 66.666666%;
}

.w-1\/3 {
    width: 33.3333333%;
}

.w-2\/3 {
    width: 66.3333333%;
}


* {box-sizing:border-box}


.mySlides {
    display: none;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 47%;
    width: auto;
    padding: 1.3%;
    color: #36405a;
    font-weight: bold;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(255, 255, 255, 0.8);
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(54, 64, 90, 0.8);
    color: white;
}

.top-25 {
    top: 25%;
}

@media (min-width: 1280px) {
    .xl\:w-125 {
        width: 125rem;
    }
}

.border-3 {
    border-width: 3px;
}

.focus\:outline-white:focus {
    border-width: 3px;
    border-color: white;
}

.ml-1\/4 {
    margin-left: 25%;
}

@media (min-width: 1024px) {
    .lg\:ml-2\/12 {
        margin-left: 16.666667%;
    }

    .lg\:ml-1\/2 {
        margin-left: calc(50% - 1rem);
    }

    .lg\:h-2\/3 {
        height: 66.666667%;
    }
}

.spritespin-progress {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 45%;
}

.spritespin-progress-label {
    color: grey;
}

.spritespin-progress-bar {
    background-color: grey;
    height: 1px;
}

.focus\:outline-dark:focus {
    border-width: 3px;
    border-color: rgba(255, 74, 90, 1);
}

.border-dark {
    border-width: 3px;
    border-color: rgba(255, 74, 90, 1);
}