/* _content/BPMStrona2026/Components/Layout/Footer.razor.rz.scp.css */
.footer[b-irwkzh40db] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5% 5% 0 5%;
    flex-direction: column;
}
.footer-box[b-irwkzh40db] {
    width: 55vw;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 2vw 0;
    flex-wrap: wrap;
    gap: 3vw 0;
}
.footer-box:first-child[b-irwkzh40db] {
    border-top: #06BCC1 solid 2px;
}
.link-box[b-irwkzh40db]{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
    gap: 3vw;   
}
.link-box a[b-irwkzh40db]{
    text-decoration: none;
    text-align: center;
}
.footer-box a[b-irwkzh40db]{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #685762;
    font-size: 0.7em;
}
.footer-box-logo[b-irwkzh40db]{
    width: 10vw;
}
@media screen and (max-width: 1270px) {
    .footer-box[b-irwkzh40db] {
        width: 65vw;
    }
}
@media screen and (max-width: 800px) {
    .footer-box[b-irwkzh40db] {
        width: 75vw;
    }
    .footer-box-logo[b-irwkzh40db] {
        width: 30vw;
    }
}
@media screen and (max-width: 724px) {
    .footer-box[b-irwkzh40db] {
        width: 85vw;
    }    
    
    .link-box[b-irwkzh40db]{
        gap: 3vw 10vw;
    }
}
@media screen and (max-width: 500px) {
    
}
/* _content/BPMStrona2026/Components/Layout/MainLayout.razor.rz.scp.css */
/* _content/BPMStrona2026/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-hihba0hilc] {
    background-color: #CA054D;
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.navbar-filter[b-hihba0hilc]{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("files/photos/Okladka.jpg") center 60%;
    opacity: 0.8;
    filter: brightness(60%);
    z-index: 1;
    background-size: cover;
}
#menu[b-hihba0hilc]{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #042A2B;
    z-index: 3; 
    transition: ease-in-out 0.5s;
    transition-delay: 200ms;
    overflow: hidden;
    min-width: 0;
}
#menu-links[b-hihba0hilc]{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    min-width: 250px;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition:  height 0.4s ease-in-out;
}
[b-hihba0hilc] #menu-links a{
    text-decoration: none;
    color: #F7F3E3;
    font-weight: bold;
}
[b-hihba0hilc] #menu-links a i{
    color: #F7F3E3;
    text-decoration: none;
    margin-right: 10px;
}
[b-hihba0hilc] #menu-links a:hover, #menu-links a:hover i[b-hihba0hilc]{
    color: #06BCC1;
}
[b-hihba0hilc] #menu-links a.activelink, #menu-links a.activelink i[b-hihba0hilc]{
    color: #CA054D;
}
.navbar-menu-btn[b-hihba0hilc]{
    position: absolute;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    z-index: 3;
}
.navbar-menu-btn:hover[b-hihba0hilc]{
    cursor: pointer;
}
.open-btn[b-hihba0hilc]{
    background-color: #F7F3E3;
    top: 4px;
    left: 4px;
    opacity: 0.8;
    border-radius: 3px;
}   
.close-btn[b-hihba0hilc]{
    background: none;
    top: 2px;
    right: 2px;
}
.close-btn i[b-hihba0hilc]{
    color: #F7F3E3;
}
.navbar-announcements-field[b-hihba0hilc] {
    width: 90%;
    height: 80%;
    border: 5px solid #06BCC1;
    border-image: linear-gradient(to top, #06BCC1 calc(100% - 50px), transparent calc(50px)) 1;
    z-index: 2;
    position: relative;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-announcements-field-border[b-hihba0hilc] {
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);;
    border: 5px solid #06BCC1;
    border-radius: 2px;
    border-image: linear-gradient(to right, #06BCC1 calc(100% - 195px), transparent calc(195px)) 1;
}
.navbar-logo[b-hihba0hilc]{
    padding: 5px;
    width: 210px;
    position: absolute;
    top: -35px;
    left: calc(100% - 185px);
    border-radius: 2px;
}
.navbar-logo img[b-hihba0hilc]{
    width: 200px;
}
.navbar-title[b-hihba0hilc]{
    font-size: 3rem;
    text-align: center;
    font-weight: 400;
    font-family: 'Neonderthaw', cursive;
    color: #F7F3E3;
}
@media screen and (max-width: 724px){
    .navbar-title[b-hihba0hilc]{
        font-size: 1.6rem;
    }
}
/* _content/BPMStrona2026/Components/Pages/Galeria.razor.rz.scp.css */
.gallery[b-63fv495iq4]{
    width: 55vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2vw;

}
.container[b-63fv495iq4]{
    width: 26.5vw;
    height: 26.5vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    gap: 2vw;
}

.vertical-container[b-63fv495iq4]{
    display: flex;
    flex-direction: row;
}

.container div img[b-63fv495iq4]{
    object-fit: cover;
    object-position: center;

    width: 100%;
    height: 100%;


    opacity: 0.8;
}

.square-img-bg[b-63fv495iq4], .vertical-img-bg[b-63fv495iq4], .horizontal-img-bg[b-63fv495iq4]{

}

.square-img-bg[b-63fv495iq4]{
    width: 26.5vw;
    height: 26.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #042A2B;
}

.vertical-img-bg[b-63fv495iq4]{
    width: 12.25vw;
    height: 26.5vw;
    background-color: #042A2B;
    display: flex;
    align-items: center;
    justify-content: center;
}

.horizontal-img-bg[b-63fv495iq4]{
    width: 26.5vw;
    height: 12.25vw;
    background-color: #042A2B;
    display: flex;
    align-items: center;
    justify-content: center;
}

.long-container[b-63fv495iq4]{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #042A2B;
}
.long-container img[b-63fv495iq4]{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;

    opacity: 0.8;
}
.subtitles[b-63fv495iq4]{
    position: relative;
}
.attributions[b-63fv495iq4]{
    padding: 10% 5%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 1vw;
    position: absolute;
    backdrop-filter: blur(1px) brightness(70%);
}
.attributions a[b-63fv495iq4]{
    color: #F7F3E3;
    font-size: 1em;
    text-decoration: none;
}
.attributions h3[b-63fv495iq4]{
    color: #F7F3E3;
    width: 100%;
    text-align: center;
    font-size: 3em;
    font-weight: 400;
    font-family: 'Neonderthaw', cursive;
}
@media screen and (max-width: 1270px){
    .gallery[b-63fv495iq4]{
        width: 65vw;
    }
    .container[b-63fv495iq4]{
        width: 31.5vw;
        height: 31.5vw;
    }
    .square-img-bg[b-63fv495iq4]{
        width: 31.5vw;
        height: 31.5vw;
    }
    .vertical-img-bg[b-63fv495iq4]{
        width: 14.75vw;
        height: 31.5vw;
    }
    .horizontal-img-bg[b-63fv495iq4]{
        width: 31.5vw;
        height: 14.75vw;
    }
}
@media screen and (max-width: 800px){
    .gallery[b-63fv495iq4]{
        width: 75vw;
    }
    .container[b-63fv495iq4]{
        width: 36.5vw;
        height: 36.5vw;
    }
    .square-img-bg[b-63fv495iq4]{
        width: 36.5vw;
        height: 36.5vw;
    }
    .vertical-img-bg[b-63fv495iq4]{
        width: 17.25vw;
        height: 36.5vw;
    }
    .horizontal-img-bg[b-63fv495iq4]{
        width: 36.5vw;
        height: 17.25vw;
    }
}
@media screen and (max-width: 724px){
    .gallery[b-63fv495iq4]{
        width: 85vw;
        flex-direction: column;
        height: auto;
    }
    .container[b-63fv495iq4]{
        width: 85vw;
        height: 85vw;
    }
    .square-img-bg[b-63fv495iq4]{
        width: 85vw;
        height: 85vw;
    }
    .vertical-img-bg[b-63fv495iq4]{
        width: 41.5vw;
        height: 85vw;
    }
    .horizontal-img-bg[b-63fv495iq4]{
        width: 85vw;
        height: 41.5vw;
    }
    .attributions h3[b-63fv495iq4]{
        font-size: 2em;
    }
}
/* _content/BPMStrona2026/Components/Pages/Home.razor.rz.scp.css */

.homepage-links[b-uwb6y94dyy]{
    width: 55vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-between;
    gap: 2vw;
}
.homepage-link[b-uwb6y94dyy]{
    width: 26.5vw;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 1vw;
    border-radius: 10px;
    gap: 2vw;
}
.homepage-link:hover .homepage-links-background-filter[b-uwb6y94dyy]{
    opacity: 0;
}
.yt-link[b-uwb6y94dyy]{
    background-image: url("files/photos/YouTubeLinkBg.jpg");
}
.tt-link[b-uwb6y94dyy]{
    background-image: url("files/photos/TiktokLinkBg.jpg");
}
.homepage-links-smallgroup[b-uwb6y94dyy]{
    width: 26.5vw;
    height: 26.5vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
}
.homepage-smalllink[b-uwb6y94dyy]{
    height: 12.25vw;
}
.fb-link[b-uwb6y94dyy]{
    background-image: url("files/photos/FacebookLinkBg.jpg");
}
.ig-link[b-uwb6y94dyy]{
    background-image: url("files/photos/InstagramLinkBg.jpg");
}
.homepage-links-border-box[b-uwb6y94dyy]{
    width: 100%;
    height: 100%;
    border: #F7F3E3 solid 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    opacity: 0.85;
    border-radius: 5px;
}
.homepage-link-box-padding[b-uwb6y94dyy]{
    padding: 5vw;
}
.homepage-links-border-box img[b-uwb6y94dyy]{
    padding: 0;
    display: flex;
    width: 40%;
    margin: -8%;
}
.homepage-links-border-box img:last-child[b-uwb6y94dyy]{
    width: 60%;
}
.homepage-links-background-filter[b-uwb6y94dyy]{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #042A2B;
    opacity: 0.5;
    z-index: 1;
    border-radius: 10px;
    transition: opacity 0.4s;
}

@media screen and (max-width: 1270px){
    .homepage-links[b-uwb6y94dyy]{
        width: 65vw;
    }
    .homepage-link[b-uwb6y94dyy]{
        width: 31.5vw;
    }
    .homepage-smalllink[b-uwb6y94dyy]{
        height: 14.75vw;
    }
    .homepage-links-smallgroup[b-uwb6y94dyy]{
        width: 31.5vw;
        height: 31.5vw;
    }
}
@media screen and (max-width: 800px){
    .homepage-links[b-uwb6y94dyy]{
        width: 75vw;
    }
    .homepage-link[b-uwb6y94dyy]{
        width: 36.5vw;
    }
    .homepage-smalllink[b-uwb6y94dyy]{
        height: 17.25vw;
    }
    .homepage-links-smallgroup[b-uwb6y94dyy]{
        width: 36.5vw;
        height: 36.5vw;
    }
}
@media screen and (max-width: 724px){
    .homepage-links[b-uwb6y94dyy]{
        width: 85vw;
        flex-direction: column;
        height: auto;
    }
    .homepage-link[b-uwb6y94dyy]{
        width: 85vw;
        padding: 3vw;
    }
    .homepage-smalllink[b-uwb6y94dyy]{
        height: 41.5vw;
    }
    .homepage-links-smallgroup[b-uwb6y94dyy]{
        width: 85vw;
        height: 85vw;
        gap: 2vw;
    }
}
/* _content/BPMStrona2026/Components/Pages/Regulamin.razor.rz.scp.css */
[b-ktruislwst] ol{
    margin-left: 1em;
}
[b-ktruislwst] li{
    margin: 2vw 0;
    color: #685762;
    width: 95%;
    padding-left: 0.5em;
}
.statute-download[b-ktruislwst]{
    border: #042A2B 1px solid;
    background: #F7F3E3;
    border-radius: 5px;
    cursor: pointer;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    padding: 10px;
    margin-top: 2vw;
    text-decoration: none;
}
.statute-download i[b-ktruislwst]{
    color: #042A2B;
    font-weight: lighter;
}
.statute-download:hover[b-ktruislwst]{
    background-color: #042A2B;
    color: #F7F3E3;
    transition: background-color 0.5s, color 0.5s;
}
.statute-download:hover i[b-ktruislwst]{
    color: #F7F3E3;
    transition: color 0.5s;
}

@media screen and (max-width: 1580px){
    .statute-download[b-ktruislwst]{
        width: 40%;
    }
}
@media screen and (max-width: 600px){
    .statute-download[b-ktruislwst]{
        width: 100%;
    }
}
/* _content/BPMStrona2026/Components/Pages/ZapiszSie.razor.rz.scp.css */
form[b-ebp5wz69qn]{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content:left;
    align-items: center;
    flex-wrap: wrap;
}
.input-group[b-ebp5wz69qn] {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    height: 3.5em;
    margin-top: 2vw;
}
.input-group:first-of-type[b-ebp5wz69qn] {
    margin-top: 1vw;
}
.input-group-rulesaccept[b-ebp5wz69qn]{
    display: flex;
    flex-direction: row;
    width: 47.5%;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 10px 0;
}
[b-ebp5wz69qn] .input-group input{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: #042A2B 1px solid;
    background: #F7F3E3;
}
[b-ebp5wz69qn] label{
    text-align: left;
    margin-bottom: 3px;
    width: 100%;
}
.submit-group[b-ebp5wz69qn]{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 2vw;
    gap: 1vw;
}
.submit-group button[b-ebp5wz69qn]{
    border: #042A2B 1px solid;
    background: #F7F3E3;
    border-radius: 5px;
    cursor: pointer;
    width: 47.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    padding: 10px;
}
.submit-group button i[b-ebp5wz69qn]{
    color: #042A2B;
    font-weight: lighter;
}
.submit-group button:hover[b-ebp5wz69qn]{
    background-color: #042A2B;
    color: #F7F3E3;
    transition: background-color 0.5s, color 0.5s;
}
.submit-group button:hover i[b-ebp5wz69qn]{
    color: #F7F3E3;
    transition: color 0.5s;
}
[b-ebp5wz69qn] #rulesAccept{
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 15px;
    border: #042A2B 1px solid;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
#rulesAccept:checked + label[b-ebp5wz69qn]{
    background: #06BCC1;
}
.rulesAcceptSpan[b-ebp5wz69qn]{
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1vw;
}
.roundCheckbox[b-ebp5wz69qn]{
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: #042A2B 1px solid;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.roundCheckbox i[b-ebp5wz69qn]{
    color: #F7F3E3;
    font-size: 20px;
    text-align: center;
    height: 20px;
    line-height: 20px;
}

.files-group[b-ebp5wz69qn]{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0.3vw;
    flex-wrap: wrap;
}
[b-ebp5wz69qn] .files-group input{
    display: none;
}
[b-ebp5wz69qn] .files-group section{
    display: flex;
    flex-direction: column;
    width: 47.5%;
    
}
[b-ebp5wz69qn] .files-group label{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid #042A2B;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
}
.files-group label:hover[b-ebp5wz69qn]{
    background-color: #042A2B;
    color: #F7F3E3;
    transition: background-color 0.5s, color 0.5s;
}
[b-ebp5wz69qn] .files-group label:hover i{
    color: #F7F3E3;
    transition: color .5s;
}
[b-ebp5wz69qn] .validation-message{
    width: 100%;
    color: #CA054D;
    font-weight: bold;
}
.register-announcement[b-ebp5wz69qn]{
    width: 100%;
    margin: 3vw 0 1vw 0;
    font-size: 2em;
    text-align: center;
    font-family: "DM Serif Display", serif;
}

.background-filter[b-ebp5wz69qn]{
    width: 100vw;
    height: 100vh;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #042A2B;
    z-index: 3;
}

[b-ebp5wz69qn] .announcement-field{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 350px;
    max-height: 300px;
    position: fixed;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F7F3E3;
    padding: 2vw;
    border-radius: 10px;
    gap: 1vw;
}
[b-ebp5wz69qn] .announcement-field i{
    color: #042A2B;
    font-size: 50px;
}
[b-ebp5wz69qn] .announcement-field h2{
    font-size: 30px;
    color: #042A2B;
}
[b-ebp5wz69qn] .announcement-field h3{
    font-size: 20px;
    color: #685762;
}

.announcement-field button[b-ebp5wz69qn]{
    width: 50%;
    text-align: center;
    border: #042A2B 1px solid;
    background: #F7F3E3;
    border-radius: 5px;
    cursor: pointer;
    padding: 0.5vw;
}
.announcement-field button:hover[b-ebp5wz69qn]{
    background-color: #042A2B;
    color: #F7F3E3;
    transition: background-color 0.5s, color 0.5s;
}
.file-announcement[b-ebp5wz69qn]{
    color: #CA054D;
    font-size: 0.8em;
    margin: 1vw 0;
}

@media screen and (max-width: 1300px){
    .register-announcement[b-ebp5wz69qn]{
        margin: calc(3vw + 5vh) 0 calc(1vw + 5vh) 0;
    }
}

@media screen and (max-width: 500px) {
    .files-group[b-ebp5wz69qn]{
        flex-direction: column;
    }
    [b-ebp5wz69qn] .files-group section{
        width: 100%;
    }
    .submit-group[b-ebp5wz69qn]{
        flex-direction: column;
    }
    .submit-group button[b-ebp5wz69qn]{
        width: 100%;
    }
    .input-group-rulesaccept[b-ebp5wz69qn] {
        width: 100%;
    }
    #rulesAccept[b-ebp5wz69qn]{
        width: 24px;
        height: 24px;
    }
    .rulesAcceptSpan[b-ebp5wz69qn]{
        width: 24px;
        height: 24px;
    }
    .roundCheckbox[b-ebp5wz69qn]{
        width: 24px;
        height: 24px;
    }
    .roundCheckbox i[b-ebp5wz69qn]{
        font-size: 15px;
    }
}
/* _content/BPMStrona2026/Components/Pages/Zespol.razor.rz.scp.css */
.slideshow-container[b-sov5oir079] {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    height: 23vw;
    width: 55vw;
    position: relative;
}
.slide[b-sov5oir079]{
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    height: 100%;
    width: 100%;
}
.first-slide[b-sov5oir079] {
    display: flex;
}
.card[b-sov5oir079]{
    display:flex;
    justify-content: center;
    align-items: center;
    animation-name: fade-b-sov5oir079;
    animation-duration: 2s;
    width: 17.5vw;
    height: 20vw;
    position: relative;
    border-radius: 10px;
}
.card-background[b-sov5oir079]{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(50%);
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.card h3[b-sov5oir079]{
    position: absolute;
    width: 90%;
    top: 70%;
    left: 5%;
    color: #F7F3E3;
    font-size: 1em;
}
.card h4[b-sov5oir079]{
    position: absolute;
    width: 90%;
    top: 80%;
    left: 5%;
    color: #F7F3E3;
    font-size: 0.8em;
}
.card a[b-sov5oir079]{
    text-decoration: none;
    color: #F7F3E3;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 3%;
    right: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card a i[b-sov5oir079]{
    color: #F7F3E3;
    font-size: 28px;
}

.next-btn[b-sov5oir079] , .prev-btn[b-sov5oir079]{
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    margin: auto;
    padding: 1em;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: none;
    background: none;
    cursor: pointer;
    margin-top: -24px;
}
.next-btn i[b-sov5oir079], .prev-btn i[b-sov5oir079]{
    color: #F7F3E3;
}
.next-btn:hover[b-sov5oir079], .prev-btn:hover[b-sov5oir079]{
    background-color: #042A2B;
    opacity: 0.8;
    transition: 1s;
}
.prev-btn[b-sov5oir079]{
    left: 2px;
}
.next-btn[b-sov5oir079]{
    right: 2px;
}
.dot[b-sov5oir079]{
    cursor: pointer;
    height: 16px;
    width: 16px;
    border-radius: 100%;
    display: inline-block;
    background: #06BCC1;
    margin: 4px 2px;
    transition: background-color 0.5s;
}
.active[b-sov5oir079]{
    background-color: #042A2B;
}
.dot:hover[b-sov5oir079] {
    background-color: #042A2B;
    opacity: 0.8;
}

@keyframes fade-b-sov5oir079 {
    from {opacity: 0.5;}
    to {opacity: 1;}
}

.mobile-container[b-sov5oir079]{
    width: 85vw;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    gap: 2vw;
}

@media screen and (max-width: 1600px) {
    .card h3[b-sov5oir079]{
        font-size: 0.9em;
    }
    .card h4[b-sov5oir079]{
        font-size: 0.7em;
    }
}
@media screen and (max-width: 1270px) {
    .slideshow-container[b-sov5oir079] {
        width: 65vw;
        height: 30vw;
    }
    .card[b-sov5oir079]{
        width: 21vw;
        height: 26vw;
    }
}
@media screen and (max-width: 1200px) {
    .card h3[b-sov5oir079]{
        font-size: 0.8em;
    }
    .card h4[b-sov5oir079]{
        font-size: 0.6em;
    }
    .dot[b-sov5oir079]{
        height: 8px;
        width: 8px;
        margin: 1px;
    }
}
@media screen and (max-width: 800px) {
    .slideshow-container[b-sov5oir079] {
        width: 75vw;
        height: 32vw;
    }
    .card[b-sov5oir079]{
        width: 24vw;
        height: 28vw;
    }
}
@media screen and (max-width: 724px) {
    .slideshow-container[b-sov5oir079] {
        display: none;
    }
    .mobile-container[b-sov5oir079]{
        display: flex;
    }
    .card[b-sov5oir079]{
        width: 85vw;
        height: 95vw;
    }
    .card h3[b-sov5oir079]{
        font-size: 1.4em;
    }
    .card h4[b-sov5oir079]{
        font-size: 1em;
        top: 80%;
    }
    .card a[b-sov5oir079]{
        width: 48px;
        height: 48px;
    }
}
