﻿nav a {
    opacity: .3
}

nav a:hover {
    opacity: .6
}

nav a.nuxt-link-exact-active {
    opacity: 1
}

.formatted p {
    margin-bottom: 1.5rem
}

.formatted p:last-child {
    margin-bottom: 0
}

.formatted b, .formatted strong {
    font-weight: 700
}

.formatted ul {
    list-style-type: disc;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-left: 1.25rem
}

.formatted ul:first-child {
    margin-top: 0
}

.formatted ul:last-child {
    margin-bottom: 0
}

.formatted li {
    margin-bottom: .5rem
}

.margins-all {
    margin-bottom: 3rem;
    margin-top: 3rem
}

@media (min-width: 920px) {
    .margins-all {
        margin-bottom: 6rem;
        margin-top: 6rem
    }
}

.margins-top {
    margin-top: 3rem
}

@media (min-width: 920px) {
    .margins-top {
        margin-top: 6rem
    }
}

.margins-bottom {
    margin-bottom: 3rem
}

@media (min-width: 920px) {
    .margins-bottom {
        margin-bottom: 6rem
    }
}

.margins-none {
    margin-bottom: 0;
    margin-top: 0
}

@media (min-width: 920px) {
    .margins-none {
        margin-bottom: 0;
        margin-top: 0
    }
}

.margins-small {
    margin-bottom: 3rem;
    margin-top: 3rem
}

.round-all {
    border-radius: 1rem
}

.round-top {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
}

.round-bottom {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem
}

.section-bg-light {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: #fff;
    color: #0f0f0f
}

@supports (color:rgb(0 0 0/0)) and (top:var(--f )) {
    .section-bg-light {
        background-color: rgb(255 255 255/var(--tw-bg-opacity));
        color: rgb(15 15 15/var(--tw-text-opacity))
    }
}

.section-bg-accent {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: #fe5e03;
    color: #fff
}

@supports (color:rgb(0 0 0/0)) and (top:var(--f )) {
    .section-bg-accent {
        background-color: rgb(254 94 3/var(--tw-bg-opacity));
        color: rgb(255 255 255/var(--tw-text-opacity))
    }
}

.paddings-default {
    padding-bottom: 3rem;
    padding-top: 3rem
}

@media (min-width: 920px) {
    .paddings-default {
        padding-bottom: 6rem;
        padding-top: 6rem
    }
}

.paddings-small {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

@media (min-width: 920px) {
    .paddings-small {
        padding-bottom: 3rem;
        padding-top: 3rem
    }
}

.is-boxed {
    margin-left: var(--gutter);
    margin-right: var(--gutter);
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media (min-width: 920px) {
    .is-boxed {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

.__image {
    overflow: hidden;
    position: relative
}

.round-all {
    border-radius: 1rem
}

.round-left {
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem
}

.round-right {
    border-bottom-right-radius: 1rem;
    border-top-right-radius: 1rem
}

.round-none {
    border-radius: 0
}

.__image:not(.ratio-initial) img {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.__image.ratio-16-9 {
    height: 0;
    padding-bottom: 56.25%
}

.__image.ratio-4-3 {
    height: 0;
    padding-bottom: 75%
}

.__image.ratio-1-1 {
    height: 0;
    padding-bottom: 100%
}

:root {
    --plyr-color-main: #fe5e03
}

.plyr__control--overlaid {
    background: #fff;
    color: #0f0f0f
}

.swiper-button-disabled {
    opacity: .3;
    pointer-events: none
}

.auto-width .swiper-slide {
    width: auto
}