.ss1x2_btn 
{
    padding: 13px 20px;

    position: relative;
    display: inline-block;
    
    background: transparent;
    border: 1px solid #e1e1e1;
    transition: color 0.1s linear 0.05s;

    color: #fff;
    text-decoration: none;
    font: 10px "Oswald", sans-serif;
    letter-spacing: 0.4em;
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
}
.ss1x2_btn::before 
{
    width: 100%;
    height: 1px;
    content: "";

    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    
    background: #e1e1e1;
    opacity: 0;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
    z-index: 1;
}
.ss1x2_btn::after 
{
    transition: border 0.1s linear 0.05s;
}
.ss1x2_btn .ss1x2_btn-inner 
{
    position: relative;

    z-index: 2;
}
.ss1x2_btn:hover 
{
    transition: color 0.1s linear 0s;

    color: #373737;
}
.ss1x2_btn:hover::before 
{
    height: 100%;

    top: 0;
    
    opacity: 1;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.ss1x2_btn:hover::after 
{
    border-color: #373737;
    transition: border 0.1s linear 0s;
}
.ss1x2_slideshow 
{
    width: 100%;
    height: 100vh;
    
    position: absolute;
    
    overflow: hidden;
    z-index: 1;
}
.ss1x2_slideshow .ss1x2_slideshow-inner 
{
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
}
.ss1x2_slideshow .ss1x2_slides 
{
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
    
    z-index: 1;
}
.ss1x2_slideshow .ss1x2_slide 
{
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
    display: none;
    
    overflow: hidden;
    transition: opacity 0.3s ease;
    opacity: 0;
    z-index: 1;
}
.ss1x2_slideshow .ss1x2_slide.ss1x2_is-active 
{
    display: block;
}
.ss1x2_slideshow .ss1x2_slide.ss1x2_is-loaded 
{
    opacity: 1;
}
.ss1x2_slideshow .ss1x2_slide .ss1x2_caption 
{
    padding: 0 100px;
}
.ss1x2_slideshow .ss1x2_slide .ss1x2_image-container 
{
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;

    background-position: center;
    background-size: cover;
    image-rendering: optimizeQuality;
    z-index: 1;
}
.ss1x2_slideshow .ss1x2_slide .ss1x2_image-container::before 
{
    width: 100%;
    height: 100%;
    content: "";
    
    position: absolute;
    top: 0;
    left: 0;
    display: block;

    background: rgba(0, 0, 0, 0.3);
}
.ss1x2_slideshow .ss1x2_slide .ss1x2_image 
{
    width: 100%;
    height: 100%;

    object-fit: cover;
}
.ss1x2_slideshow .ss1x2_slide-content 
{
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
    display: flex;

    justify-content: center;
    align-items: center;
    z-index: 2;

    color: #fff;
    text-align: center;
}
.ss1x2_slideshow .ss1x2_slide .ss1x2_title 
{
    max-width: 1000px;

    margin: 0 auto 15px;

    letter-spacing: 0.35em;
    font: 300 41.6666666667px "Oswald", sans-serif;
    text-transform: uppercase
}
.ss1x2_slideshow .ss1x2_slide .ss1x2_text 
{
    max-width: 1000px;

    margin: 0 auto;

    font-size: 18px;
    line-height: 1.4;
}
.ss1x2_slideshow .ss1x2_slide .ss1x2_btn 
{
    margin: 15px 0 0;

    border-color: #fff;
}
.ss1x2_slideshow .ss1x2_slide .ss1x2_btn::before 
{
    background: #fff;
}
.ss1x2_slideshow .ss1x2_pagination 
{
    width: 100%;
    height: 12px;

    position: absolute;
    bottom: 35px;
    left: 0;

    cursor: default;
    z-index: 2;

    text-align: center;
}
.ss1x2_slideshow .ss1x2_pagination .ss1x2_item 
{
    width: 46px;
    height: 32px;
    padding: 15px 5px;

    position: relative;
    display: inline-block;

    cursor: pointer;
    text-indent: -999em;
    z-index: 1;
}
.ss1x2_slideshow .ss1x2_pagination .ss1x2_item + .ss1x2_page 
{
    margin-left: -2px;
}
.ss1x2_slideshow .ss1x2_pagination .ss1x2_item::before 
{
    width: 36px;
    height: 2px;
    content: "";

    position: absolute;
    top: 15px;
    left: 5px;
    display: block;

    background: rgba(255, 255, 255, 0.5);
    transition: background 0.2s ease;
}
.ss1x2_slideshow .ss1x2_pagination .ss1x2_item::after 
{
    width: 0;

    background: #fff;
    transition: width 0.2s ease;
    z-index: 2;
}
.ss1x2_slideshow .ss1x2_pagination .ss1x2_item:hover::before, .ss1x2_slideshow .ss1x2_pagination .ss1x2_item.ss1x2_is-active::before 
{
    background-color: #fff;
}
.ss1x2_slideshow .ss1x2_arrows .ss1x2_arrow 
{
    padding: 20px;

    position: absolute;
    top: 50%;
    margin: -33px 0 0;

    cursor: pointer;
    z-index: 3;
}
.ss1x2_slideshow .ss1x2_arrows .ss1x2_prev 
{
    left: 30px;
}
.ss1x2_slideshow .ss1x2_arrows .ss1x2_prev:hover .ss1x2_svg 
{
    left: -10px;
}
.ss1x2_slideshow .ss1x2_arrows .ss1x2_next 
{
    right: 30px;
}
.ss1x2_slideshow .ss1x2_arrows .ss1x2_next:hover .ss1x2_svg 
{
    left: 10px;
}
.ss1x2_slideshow .ss1x2_arrows .ss1x2_svg 
{
    width: 14px;
    height: 26px;

    position: relative;
    left: 0;
    
    fill: #fff;
    transition: left 0.2s ease;
}