#rse {}
#rse + section { position: relative; z-index: 2; }

/*--------------------------------------------------------------------------------*/

#rse > .content-wrapper { text-align: center; }
#rse > .content-wrapper > .hook {
    margin-bottom: 15px;
    
	font-size: inherit;
    font-weight: 700;
    font-style: italic;
}
#rse > .content-wrapper > .hook > span { font-weight: 100; }
#rse > .content-wrapper > .title {
    max-width: 400px;
    margin: 0 auto 15px;
    
    line-height: 130%;
    font-weight: 700;
}
#rse > .content-wrapper > .title > span { font-weight: 100; }
@media (min-width: 1100px)    { #rse > .content-wrapper > .title { font-size: 35px; } }
@media (max-width: 1099.99px) { #rse > .content-wrapper > .title { font-size: 30px; } }
#rse > .content-wrapper > .description {
    max-width: 550px;
    margin: 0 auto 50px;
    
    text-align: center;
    line-height: 150%;
    font-size: 16px;
}
#rse > .content-wrapper > .description > strong {}

/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/

#rse > .content {
    position: relative;
}

/*--------------------------------------------------------------------------------*/

#rse > .content > .swiper { position: relative; }
@media (min-width: 900px)    {
    #rse > .content > .swiper {
        padding-left: calc(max(50px, ((100vw - 1200px) / 2)) + 400px);
        padding-right: max(50px, ((100vw - 1200px) / 2));
    }
}
@media (max-width: 899.99px) {
    #rse > .content > .swiper {
        padding-left: 50px;
        padding-right: 50px;
    }
}
#rse > .content > .swiper > .swiper-wrapper {
    padding: 2px 0;
    filter: drop-shadow(0 0 1.5px rgba(0,0,0,.2));
}
#rse > .content > .swiper > .swiper-wrapper > .swiper-slide {
    height: auto;
    padding: 30px;
}
#rse > .content > .swiper > .swiper-wrapper > .swiper-slide.first { background-color: #FFF; }
#rse > .content > .swiper > .swiper-wrapper > .swiper-slide.secnd { background-color: #EEE; }
#rse > .content > .swiper > .swiper-wrapper > .swiper-slide.third { background-color: var(--main-color); }
#rse > .content > .swiper > .swiper-wrapper > .swiper-slide > .title {
    margin-bottom: 20px;
    
    font-size: 18px;
    font-weight: 700;
}
#rse > .content > .swiper > .swiper-wrapper > .swiper-slide > .title > span { font-weight: 100; }
#rse > .content > .swiper > .swiper-wrapper > .swiper-slide > .description {
    line-height: 150%;
    font-size: 15px;
}
#rse > .content > .swiper > .swiper-wrapper > .swiper-slide > .description > strong { font-weight: 700; }
#rse > .content > .swiper > .buttons {
    position: absolute; top: 0; bottom: 0; left: 50%; transform: translateX(-50%); z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    
    pointer-events: none;
}
#rse > .content > .swiper > .buttons > .button {
    position: relative;
    display: block;
    
    background-color: #FFF;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    
    pointer-events: auto;
}
.loaded #rse > .content > .swiper > .buttons > .button { transition: background-color .2s ease-out; }
#rse > .content > .swiper > .buttons > .button:hover { background-color: var(--main-color); }
#rse > .content > .swiper > .buttons > .button:after {
    content: '';
    position: absolute; top: 0; right: 0; bottom: 0; left: 0;
    
    background-color: #000;
    
    -webkit-mask-image: url("../../images/icons/arrow.link.svg");
    mask-image: url("../../images/icons/arrow.link.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 40% auto;
    mask-size: 40% auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    
    cursor: pointer;
}
#rse > .content > .swiper > .buttons > .button.prev-button:after { transform: scaleX(-1); }
@media (min-width: 1300px) {
    #rse > .content > .swiper > .buttons { width: 1300px; }
    #rse > .content > .swiper > .buttons > .button { height: 100px; width: 100px; }
}
@media (max-width: 1299.99px) {
    #rse > .content > .swiper > .buttons { width: calc(100% - 50px); }
    #rse > .content > .swiper > .buttons > .button { height: 50px; width: 50px; }
}

/*--------------------------------------------------------------------------------*/

#rse > .content > .overlay {}
#rse > .content > .overlay > .hook { font-weight: 700; }
#rse > .content > .overlay > .hook > span { font-weight: 100; }
#rse > .content > .overlay > .lightbulb-wrapper { position: relative; }
#rse > .content > .overlay > .lightbulb-wrapper:after {
    content: '';
    position: absolute; top: 20px; left: 50%;
    display: block; width: 230px; height: 500px;
    
    background-image: url("../../images/lightbulb.svg");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    
    animation: float 6s ease-in-out -1.8s infinite;
}
@keyframes float {
    0%	 { transform: translate(-50%,  0px); }
    50%	 { transform: translate(-50%, 20px); }
    100% { transform: translate(-50%,  0px); }
}
@media (min-width: 1100px)    { #rse > .content > .overlay > .hook { font-size: 35px; } }
@media (max-width: 1099.99px) { #rse > .content > .overlay > .hook { font-size: 30px; } }
@media (min-width: 900px)    {
    #rse > .content > .overlay {
        position: absolute; top: -10px; left: 0; bottom: -10px; z-index: 2;
        width: calc(max(50px, (100vw - 1200px) / 2) + 400px);
        padding-top: 42px;
        padding-right: 70px;
        padding-bottom: 42px;
        padding-left: max(50px, (100vw - 1200px) / 2);
        
        background-image: linear-gradient(to right, rgba(255,255,255,1) calc(100% - 50px), rgba(255,255,255,0) 100%);
    }
}
@media (max-width: 899.99px) {
    #rse > .content > .overlay {
        padding: 50px 25px 0;
        
        background-color: #FFF;
        
        text-align: center;
    }
    #rse > .content > .overlay > .lightbulb-wrapper {
        height: 550px;
    }
}