﻿@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');

@import url(reset.css);
@import url(fonts.css);
@import url(typography.css);
@import url(buttons.css);
@import url(colors.css);
@import url(forms.css);
@import url(icons.css);
@import url(pageSection-angled.css);
@import url(pageSection-split.css);
@import url(pageSection-background.css);
@import url(pageSection-slants.css);
@import url(pageSection-inset.css);
@import url(pageSection-overflow.css);
@import url(pageSection-fullscreen.min.css);
@import url(card-pitch.css);
@import url(card-figures.css);
@import url(card-article.css);
@import url(card-cta.css);
@import url(card-portait.css);
@import url(card-background-color.css);
@import url(card-timeline.css);
@import url(decorations.css);
@import url(tables.css);
@import url(signet.css);

/* CHAT widget */
@import url(genesysChat/styles.css);

html {
    font-family: 'AdelleSans', sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #1B1B1B;
}

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    --slant: 30px;
}

a {
    cursor: pointer;
}

strong {
    font-weight: 700;
}

hr {
    border-top: 1px solid #eaeaea;
    padding: 1rem 0;
}

.container {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 25px;
    position:relative;
}

.light {
    --text-color: #1B1B1B;
    --advania-logo: var(--logo-regular);
    /*url('/_content/Advania.Theme/images/advania-logo.svg');*/
    color: var(--text-color);
}

.dark {
    --text-color: #ffffff;
    --advania-logo: var(--logo-inverted);

    /*url('/_content/Advania.Theme/images/advania-logo-light.svg');*/
    color: var(--text-color);
}

.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.hidden {
    display:none;
}


ul.pagination {
    display: flex;
    list-style: none;
    padding-left: 0;
    gap:1rem;
}

ul.pagination li {
    
}

.mobile-only {
    display:none;
}

.desktop-only {
    display:none;
}

.desktop-hide {
    display: initial;
}

.contact-trigger {
    cursor:pointer;
    z-index: 1000;
    background: var(--background-color);
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    border: none;
    border-radius: 100%;
}

audio {
    height:54px;
}

@media only screen and (max-width: 899px) {
    body.menu-open {
        overflow: hidden;
    }

    .mobile-only {
        display: initial;
    }
}

@media only screen and (min-width: 900px) {    
    body {
        --slant: 70px;
    }

    .container {
        padding: 0 82px;
    }

    .slant {
        margin-top: -70px;
    }

    .slant:after {
        clip-path: polygon(0 70px, 100% 0, 100% 100%, 0% 100%);
    }

    .desktop-only {
        display: initial;
    }
}

@media (min-width: 900px) {
    .desktop-hide {
        display: none;
    }
}

.veva-search .veva-search-form label, .veva-search hr {
    display: none;
}

.veva-search .veva-search-form {
    padding-bottom: 1rem;
    position: relative;
}

.veva-search .veva-search-form::after {
    font-family: "Font Awesome 5 Free";
    content: "\f002";
    color: var(--primary-color);
    position: absolute;
    top: -1px;
    left: 0;
    font-weight: bold;
    font-size: 15px;
}

.veva-search .veva-search-form input[type=submit] {
    padding: 10px 30px 8px 30px;
    display: inline-block;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    border-radius: 100px;
    white-space: nowrap;
    color: #fff;
    background: var(--primary-color);
    transition: background 100ms linear;
    cursor:pointer;
}

.veva-search .veva-search-form input[type=submit]:hover {
    background: var(--primary-color-hover);
}

/*
    Splider styles
*/

.splide__slide{
    max-width: 100%;
}

.slider .splide__arrows {
    position: absolute;
    width: 100px;
    height: 40px;
    right: 0;
    top: -20px;
}

.slider .splide__arrow {
    background: transparent;
}

.slider button.splide__arrow[disabled] {
    opacity:.1;
}

.slider .splide__arrow--prev {
    left: 0;
}

.slider .splide__arrow--next {
    right: 0;
}

@media only screen and (min-width: 645px) {
    .slider .splide__slide.is-visible .card {
        margin-right: 2rem;
    }

    .slider .splide__arrows {
        right: 2rem;
        top: -40px;
    }
}

@media only screen and (min-width: 900px) {
    .slider .splide__track::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
        bottom: 0;
        width: 300px;
    }
}

.continuous-paging-button-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding:3rem 0;
}

.standard-iterator .standard-iterator-item:nth-child(even) .agenda-row {
    background-color: transparent;
}