html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
button,
select,
textarea {
    font-family: 'Benzin', sans-serif;
}

body {
    font-size: 14px;
    font-weight: 300;
    color: #F9F9F9;
    background: #000;
}

a {
    color: #F9F9F9;
}

strong {
    font-weight: bold !important;
}

address {
    font-style: normal;
}

mark {
    background: transparent;
}

input,
textarea {
    font-size: 0.9em;
}

h1 {
    font-size: 3em;
    line-height: 1.3;
    font-weight: 400;
}

h2 {
    font-size: 2.3em;
    line-height: 1.4;
    font-weight: 400;
}

h3 {
    font-size: 1.8em;
    line-height: 1.2;
    font-weight: 400;
}

h4 {
    font-size: 1.4em;
    line-height: 1.2;
    font-weight: 400;
}

h5 {
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: 400;
}

h6 {
    font-size: 1.1em;
    line-height: 1.2;
    font-weight: 400;
}

html {
    margin-top: 0px !important;
}

.spn-visible-only-on-small-screen {
    display: none;
}


/* ---- WORDPRESS CONTENT ---- */
.spn-content-without-footer-container p {
    margin-bottom: 20px;
}
.spn-content-without-footer-container p:last-child {
    margin-bottom: 0px;
}


/* ---- BODY ---- */
body {
    overflow-x: hidden;
}
.spn-content-container {
    margin-left: 0px;
    transition: 1s;
}
.spn-content-without-footer-container {
    min-height: calc(100vh - 58px);
}



/* ---- LAYOUTS ---- */
.spn-layout-wide-content {
    max-width: 1600px;
    margin: 0 auto;
}


/* ---- HEADER ---- */
header.spn-header-sidebar {
    height: auto;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    transition: 1s;
    z-index: 100;
}
body.home header.spn-header-sidebar {
    display: none;
}
header.spn-header-sidebar .spn-back-button {
    display: block;
    padding: 20px 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.4em;
    color: black;
}




/* ---- FOOTER ---- */
footer.spn-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F0C808;
    padding: 20px 50px;
    font-size: 0.8em;
}
footer.spn-footer * {
    color: black;
    text-decoration: none;
}
footer.spn-footer .spn-legal-link {
    display: flex;
}
footer.spn-footer .spn-legal-link a {
    margin-right: 20px;
}
footer.spn-footer .spn-company-info {
    display: flex;
    align-items: center;
}
footer.spn-footer img.spn-sandgrain-logo {
    height: 12px;
    margin-right: 20px;
}
footer.spn-footer .spn-company-links {
    display: flex;
    align-items: center;
    position: relative;
    top: 2px;
}
footer.spn-footer .spn-company-links a {
    margin: 0px 5px;
}
footer.spn-footer .spn-company-links a:first-child {
    margin-left: 0px;
}
footer.spn-footer .spn-company-links a:last-child {
    margin-right: 0px;
}
footer.spn-footer .spn-company-links a.spn-company-phone {
    font-size: 0.93em;
}



/* ---- LEGAL ---- */
body.single-spn_legal .spn-gutenberg-content {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}
body.single-spn_legal .spn-gutenberg-content .wp-block-heading {
    margin-bottom: 20px;
}
body.single-spn_legal .spn-gutenberg-content h1 {
    margin-bottom: 40px;
}



/* ---- PROJECT ---- */
body.single-spn_project .spn-video-teaser-container .spn-fallback-image-container,
body.single-spn_project .spn-video-teaser-container .spn-video-container,
body.single-spn_project .spn-video-overlay-container {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: 1s;
    width: 100%;
}
body.single-spn_project .spn-video-teaser-container .spn-video-container {
    z-index: 2;
}
body.single-spn_project .spn-video-overlay-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    left: auto;
    width: 100%;
}
body.single-spn_project .spn-video-teaser-container .spn-video-container video {
    opacity: 0;
    transition: 0.2s;
}
body.single-spn_project .spn-video-teaser-container img,
body.single-spn_project .spn-video-teaser-container video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
body.single-spn_project.spn-video-iframe-modal-open .spn-video-teaser-container video {
    opacity: 0 !important;
}
body.single-spn_project .spn-video-overlay-container span {
    font-size: 2em;
    cursor: pointer;
    font-weight: 400;
}
body.single-spn_project .spn-project-description {
    padding-top: 70px;
    padding-bottom: 70px;
}
body.single-spn_project .spn-project-description h1 {
    max-width: 50%;
}
body.single-spn_project .spn-project-description h1 span {
    display: block;
    opacity: 0.7;
}
body.single-spn_project .spn-project-credits-and-content {
    max-width: 50%;
    margin-left: 50%;
    margin-top: 40px;
}
body.single-spn_project .spn-project-read-more {
    text-decoration: underline;
    cursor: pointer;
}
body.single-spn_project .spn-project-read-more.spn-hide {
    display: none;
}
body.single-spn_project .spn-project-hidden-credits-and-content {
    height: 0px;
    overflow: hidden;
    transition: 1s;
}
body.single-spn_project .spn-project-bts {
    display: flex;
    padding-bottom: 70px;
}
body.single-spn_project .spn-project-bts .spn-project-bts-gallery-column {
    margin: 10px;
    width: calc(50% - 10px);
}
body.single-spn_project .spn-project-bts .spn-project-bts-gallery-column img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
body.single-spn_project .spn-video-iframe-modal {
    display: none;
}
body.single-spn_project .spn-video-iframe-modal iframe {
    max-width: 80vw;
    max-height: 80vh;
    width: 100%;
    height: 100%;
}
body.single-spn_project.spn-video-iframe-modal-open {
    height: 100vh;
    overflow-y: hidden;
}
body.single-spn_project.spn-video-iframe-modal-open .spn-video-iframe-modal {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    backdrop-filter: blur(50px);
    z-index: 10;
}
body.single-spn_project.spn-video-iframe-modal-open .spn-video-iframe-modal .spn-video-iframe-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
body.single-spn_project.spn-video-iframe-modal-open .spn-video-iframe-modal .spn-video-iframe-close-sidebar {
    height: 100vh;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 1s;
}
body.single-spn_project.spn-video-iframe-modal-open .spn-video-iframe-modal .spn-video-iframe-close-sidebar:hover {
    background: white;
}
body.single-spn_project.spn-video-iframe-modal-open .spn-video-iframe-modal .spn-video-iframe-close-sidebar span {
    transform: rotate(-90deg);
    transition: 1s;
}
body.single-spn_project.spn-video-iframe-modal-open .spn-video-iframe-modal .spn-video-iframe-close-sidebar:hover span {
    color: black;
}



/* ---- HOME ---- */
body.page-template-home-template .spn-video-teaser-container .spn-fallback-image-container,
body.page-template-home-template .spn-video-teaser-container .spn-video-container,
body.page-template-home-template .spn-video-teaser-content-container {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: 1s;
    width: 100%;
}
body.page-template-home-template .spn-video-teaser-container .spn-video-container {
    z-index: 2;
}
body.page-template-home-template .spn-video-teaser-content-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    left: auto;
    width: 100%;
}
body.page-template-home-template .spn-video-teaser-content-container .spn-layout-wide-content {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
body.page-template-home-template .spn-video-teaser-content-container .spn-video-teaser-content {
    max-width: 500px;
}
body.page-template-home-template .spn-video-teaser-container .spn-video-container video {
    opacity: 0;
    transition: 0.2s;
}
body.page-template-home-template .spn-video-teaser-container img,
body.page-template-home-template .spn-video-teaser-container video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
body.page-template-home-template .spn-video-teaser-content-container .spn-video-teaser-content h1 {
    font-size: 1.3em;
    opacity: 0.8;
    margin-bottom: 15px;
}
body.page-template-home-template .spn-video-teaser-content-container .spn-video-teaser-content h2 {
    margin-bottom: 15px;
}
body.page-template-home-template .spn-video-teaser-content-container .spn-video-teaser-content p {
    opacity: 0.8;
}
body.page-template-home-template .spn-content-1-area-container,
body.page-template-home-template .spn-content-2-area-container div.spn-layout-wide-content,
body.page-template-home-template .spn-content-3-area-container div.spn-layout-wide-content {
    padding-top: 70px;
    padding-bottom: 70px;
}
body.page-template-home-template .spn-content-1-area-container .spn-layout-wide-content {
    display: flex;
    justify-content: flex-end;
}
body.page-template-home-template .spn-content-1-area-container .spn-content-1-area-content {
    max-width: 50%;
}
body.page-template-home-template .spn-content-1-area-container .spn-content-1-area-content h2 {
    position: relative;
    left: -100%;
    margin-bottom: 20px;
    max-width: 500px;
    margin-bottom: 40px;
}
body.page-template-home-template .spn-content-1-area-container .spn-content-1-area-content p {
    opacity: 0.9;
}
body.page-template-home-template .spn-content-2-area-container .spn-title span {
    position: relative;
    top: 20vh;
    display: block;
    padding-left: 120px;
    max-width: 600px;
    height: 0px;
    z-index: 2;
}
body.page-template-home-template .spn-content-2-area-container .spn-columns {
    display: flex;
    margin: -30px;
    opacity: 0.8;
}
body.page-template-home-template .spn-content-2-area-container .spn-columns .spn-column {
    flex: 1;
    margin: 30px;
}
body.page-template-home-template .spn-content-3-area-container .spn-columns {
    display: flex;
    margin: -30px;
}
body.page-template-home-template .spn-content-3-area-container .spn-columns .spn-column {
    margin: 30px;
    flex: 1;
}
body.page-template-home-template .spn-content-3-area-container .spn-columns .spn-column.spn-image-container {
    margin-right: 200px;
}
body.page-template-home-template .spn-content-3-area-container .spn-columns .spn-column.spn-image-container img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
body.page-template-home-template .spn-content-3-area-container h2 {
    margin-bottom: 40px
}
body.page-template-home-template .spn-content-3-area-container p {
    opacity: 0.8;
}
body.page-template-home-template .spn-content-3-area-container h4 {
    margin-top: 60px;
}
body.page-template-home-template .spn-content-3-area-container h4 + h4 {
    margin-top: 20px;
}
body.page-template-home-template .spn-content-3-area-container h4 * {
    color: white;
    text-decoration: none;
}
body.page-template-home-template .spn-projects-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    margin-left: 0px;
    transition: 1s;
}

body.page-template-home-template .spn-locations-filter {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    margin-bottom: 40px;
}
body.page-template-home-template .spn-locations-filter .spn-locations-category {
    margin: 10px;
    cursor: pointer;
}
body.page-template-home-template .spn-locations-filter .spn-locations-category.spn-active span {
    color: #f0c60d;
    text-decoration: underline;
}
body.page-template-home-template .spn-locations-container .spn-location-card-first-card {
    display: none;
}
body.page-template-home-template .spn-locations-container .spn-location-card {
    padding: 0px 10px;
    display: table;
}
body.page-template-home-template .spn-locations-container .spn-location-card:first-child {
    margin-left: 0px;
}
body.page-template-home-template .spn-locations-container .spn-location-card img {
    height: 500px;
    max-width: none;
    width: auto;
}
body.page-template-home-template .spn-locations-carousel-controls {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    margin-bottom: 70px;
}
body.page-template-home-template .spn-locations-carousel-controls div {
    display: flex;
    opacity: 1;
    transition: 0.6s;
    cursor: pointer;
}
body.page-template-home-template .spn-locations-carousel-controls div.disabled {
    opacity: 0;
}
body.page-template-home-template .spn-locations-carousel-controls div img {
    height: 20px;
}
body.page-template-home-template .spn-locations-carousel-controls div:first-child {
    margin-right: 40px;
}
body.page-template-home-template .spn-locations-carousel-control-prev {
    transform: rotate(-180deg);
}
body.page-template-home-template .spn-projects-grid .spn-project-card {
    margin: 5px;
    width: calc(33.33% - 10px);
    text-decoration: none;
    flex-direction: column;
}
body.page-template-home-template .spn-projects-grid .spn-project-card .spn-project-preview-image {
    width: 100%;
    height: 18vw;
}
body.page-template-home-template .spn-projects-grid .spn-project-card .spn-project-preview-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 1;
    transition: 0.6s;
}
body.page-template-home-template .spn-projects-grid .spn-project-card:hover .spn-project-preview-image img {
    opacity: 0.7;
}
body.page-template-home-template .spn-projects-grid .spn-project-card .spn-project-info-container {
    width: 100%;
    position: relative;
    top: calc(-18vw + 10px);
    height: 18vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -18vw;
    opacity: 0;
    transition: 0.6s;
}
body.page-template-home-template .spn-projects-grid .spn-project-card .spn-project-info-container h4 {
    height: 0px;
    color: white;
    text-align: center;
    margin-top: -2em;
}
body.page-template-home-template .spn-projects-grid .spn-project-card .spn-project-info-container h4 span {
    display: block;
    opacity: 0.8;
    margin-top: 10px;
}
body.page-template-home-template .spn-projects-load-more {
    margin: 0 auto;
    width: fit-content;
    margin-top: 40px;
    opacity: 0.8;
    cursor: pointer;
    text-decoration: underline;
}
body.page-template-home-template .spn-content-2-area-container .spn-video-container video {
    width: 100%;
}




@media screen and (min-width: 1640px)  {
    body.page-template-home-template .spn-content-2-area-container .spn-video-container {
        margin-left: calc(50vw - 830px);
    }
    body.page-template-home-template .spn-content-2-area-container .spn-video-container video {
        width: 100%;
        height: 40vw;
        object-fit: cover;
    }
}




@media screen and (min-width: 1700px)  {

    body {
        font-size: 15px;
    }

    /* ---- PROJECT ---- */
    body.single-spn_project .spn-project-description {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
    body.single-spn_project .spn-project-credits-and-content {
        margin-top: 4vw;
    }
    body.single-spn_project .spn-project-bts {
        padding-bottom: 8vw;
    }

    /* ---- HOME ---- */
    body.page-template-home-template .spn-content-1-area-container,
    body.page-template-home-template .spn-content-2-area-container div.spn-layout-wide-content,
    body.page-template-home-template .spn-content-3-area-container div.spn-layout-wide-content {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
    body.page-template-home-template .spn-locations-container .spn-location-card-first-card {
        display: block;
        min-width: calc(50vw - 840px);
    }

}




@media screen and (min-width: 900px)  {

    /* -- HOME -- */
    body.page-template-home-template .spn-video-teaser-container .spn-fallback-image-container,
    body.page-template-home-template .spn-video-teaser-container .spn-video-container,
    body.page-template-home-template .spn-video-teaser-content-container {
        width: 100%;
    }
    body.page-template-home-template .spn-projects-grid .spn-project-card:hover .spn-project-info-container {
        opacity: 1;
        top: -18vw;
    }


    /* -- PROJECT -- */
    body.single-spn_project .spn-video-teaser-container .spn-fallback-image-container,
    body.single-spn_project .spn-video-teaser-container .spn-video-container,
    body.single-spn_project .spn-video-overlay-container {
        width: 100%;
    }


}



@media screen and (max-width: 1640px)  {
    .spn-layout-wide-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}




@media screen and (max-width: 900px) {

    /* ---- HEADER ---- */
    header.spn-header-sidebar {
        height: 60px;
        z-index: 10;
    }
    header.spn-header-sidebar .spn-logo-container svg {
        height: 19px;
    }


    /* ---- FOOTER ---- */
    footer.spn-footer {
        display: block;
        padding: 20px 20px;
    }
    footer.spn-footer .spn-legal-link {
        margin-top: 20px;
        opacity: 0.7;
        font-size: 0.9em;
    }
    footer.spn-footer .spn-company-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }


    /* ---- HOME ---- */
    body.spn-opening-loaded.page-template-home-template .spn-video-teaser-container .spn-fallback-image-container,
    body.spn-opening-loaded.page-template-home-template .spn-video-teaser-container .spn-video-container {
        width: 100%;
        left: 0px;
    }
    body.page-template-home-template .spn-locations-container .spn-location-card {
        padding: 0px 10px;
    }
    body.page-template-home-template .spn-locations-container .spn-location-card img {
        height: 350px !important;
        max-width: 80vh;
        object-fit: cover;
    }
    body.page-template-home-template .spn-projects-grid {
        margin: 0px;
    }
    body.page-template-home-template .spn-projects-grid .spn-project-card {
        width: calc(50% - 10px);
    }
    body.page-template-home-template .spn-projects-grid .spn-project-card .spn-project-preview-image {
        width: 100%;
        height: 28vw;
    }
    body.page-template-home-template .spn-projects-grid .spn-project-card .spn-project-info-container {
        opacity: 1;
        top: -28vw;
        height: 28vw;
        margin-bottom: -28vw;
    }
    body.page-template-home-template .spn-content-2-area-container .spn-columns {
        margin: 0px
    }
    body.page-template-home-template .spn-content-2-area-container .spn-columns .spn-column {
        margin: 10px;
    }
    body.page-template-home-template .spn-content-3-area-container .spn-columns {
        display: flex;
        flex-direction: column-reverse;
        margin: 0px
    }
    body.page-template-home-template .spn-content-3-area-container .spn-columns .spn-column.spn-image-container {
        margin-left: 0px;
        margin-right: 0px;
    }


    /* -- PROJECT -- */
    body.single-spn_project .spn-project-description h1 {
        max-width: none;
    }
    body.single-spn_project .spn-project-credits-and-content {
        max-width: none;
        margin-left: auto;
        margin-top: 20px;
    }
    body.single-spn_project .spn-project-bts {
        display: block;
    }
    body.single-spn_project .spn-project-bts .spn-project-bts-gallery-column {
        margin: 10px 0px;
        width: 100%;
    }
    body.single-spn_project.spn-video-iframe-modal-open .spn-video-iframe-modal {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    body.single-spn_project.spn-video-iframe-modal-open .spn-video-iframe-modal .spn-video-iframe-close-sidebar {
        height: auto;
        margin-bottom: 20px;
    }
    body.single-spn_project.spn-video-iframe-modal-open .spn-video-iframe-modal .spn-video-iframe-close-sidebar span {
        transform: none;
        margin-bottom: 20px;
    }
    body.single-spn_project.spn-video-iframe-modal-open .spn-video-iframe-modal .spn-video-iframe-container {
        height: auto;
    }
    body.single-spn_project .spn-video-iframe-modal iframe {
        max-width: 100vw;
        min-height: 300px;
    }

}


@media screen and (max-width: 600px) {

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.8em;
    }


    /* -- HEADER -- */
    header.spn-header-sidebar .spn-back-button {
        padding: 20px 20px;
        font-size: 1.2em;
    }


    /* ---- HOME ---- */
    body.page-template-home-template .spn-video-teaser-content-container .spn-video-teaser-content {
        max-width: none;
    }
    body.page-template-home-template .spn-content-1-area-container .spn-content-1-area-content {
        max-width: 100%;
    }
    body.page-template-home-template .spn-content-1-area-container .spn-content-1-area-content h2 {
        left: 0px;
        max-width: none;
    }
    body.page-template-home-template .spn-locations-container .spn-location-card {
        padding: 0px 5px;
    }
    body.page-template-home-template .spn-locations-container .spn-location-card-first-card + .spn-location-card {
        padding-left: 10px;
    }
    body.page-template-home-template .spn-locations-container .spn-location-card img {
        height: 250px !important;
    }
    body.page-template-home-template .spn-content-2-area-container .spn-title {
        font-size: 1.4em;
    }
    body.page-template-home-template .spn-content-2-area-container .spn-title span {
        top: 40px;
        padding-left: 10px;
        margin-bottom: 20px;
        max-width: 80%;
    }
    body.page-template-home-template .spn-content-2-area-container .spn-columns {
        display: block;
    }
    body.page-template-home-template .spn-projects-grid .spn-project-card {
        display: flex;
        width: calc(100% - 10px);
    }
    body.page-template-home-template .spn-projects-grid .spn-project-card .spn-project-preview-image {
        height: 56vw;
    }
    body.page-template-home-template .spn-projects-grid .spn-project-card .spn-project-info-container {
        justify-content: flex-start;
        top: 0px;
        height: fit-content;
        padding: 40px 30px;
        margin-bottom: 0px;
        font-size: 0.8em;
        width: auto;
    }
    body.page-template-home-template .spn-projects-grid .spn-project-card .spn-project-info-container h4 {
        height: auto;
        text-align: left;
        margin-top: 0px;
    }
    body.page-template-home-template .spn-content-3-area-container .spn-columns .spn-column {
        margin: 30px 0px;
    }
    body.page-template-home-template .spn-content-3-area-container .spn-layout-wide-content {
        padding-bottom: 0px;
    }

}

/* ---- GLIDER ---- */
.glider {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.glider::-webkit-scrollbar {
    display: none;
}
.glider,.glider-contain{margin:0 auto;position:relative}.glider,.glider-track{transform:translateZ(0)}.glider-dot,.glider-next,.glider-prev{border:0;padding:0;user-select:none;outline:0}.glider-contain{width:100%}.glider{overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:none}.glider-track{width:100%;margin:0;padding:0;display:flex;z-index:1}.glider.draggable{user-select:none;cursor:-webkit-grab;cursor:grab}.glider.draggable .glider-slide img{user-select:none;pointer-events:none}.glider.drag{cursor:-webkit-grabbing;cursor:grabbing}.glider-slide{user-select:none;justify-content:center;align-content:center;width:100%;min-width:150px}.glider-slide img{max-width:100%}.glider::-webkit-scrollbar{opacity:0;height:0}.glider-next,.glider-prev{position:absolute;background:0 0;z-index:2;font-size:40px;text-decoration:none;left:-23px;top:30%;cursor:pointer;color:#666;opacity:1;line-height:1;transition:opacity .5s cubic-bezier(.17,.67,.83,.67),color .5s cubic-bezier(.17,.67,.83,.67)}.glider-next:focus,.glider-next:hover,.glider-prev:focus,.glider-prev:hover{color:#ccc}.glider-next{right:-23px;left:auto}.glider-next.disabled,.glider-prev.disabled{opacity:.25;color:#666;cursor:default}.glider-hide{opacity:0}.glider-dots{user-select:none;display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;padding:0}.glider-dot{display:block;cursor:pointer;color:#ccc;border-radius:999px;background:#ccc;width:12px;height:12px;margin:7px}.glider-dot:focus,.glider-dot:hover{background:#ddd}.glider-dot.active{background:#a89cc8}@media(max-width:36em){.glider::-webkit-scrollbar{opacity:1;-webkit-appearance:none;width:7px;height:3px}.glider::-webkit-scrollbar-thumb{opacity:1;border-radius:99px;background-color:rgba(156,156,156,.25);-webkit-box-shadow:0 0 1px rgba(255,255,255,.25);box-shadow:0 0 1px rgba(255,255,255,.25)}}