@charset "UTF-8";
[data-scope="ams_34562225"].ams__wrapper {
    text-align: center;
    position: relative;
    height: 702px;        
}
[data-scope="ams_34562225"] .ams__radio {
    position: absolute;  
    opacity: 0;       
}
[data-scope="ams_34562225"] .ams__label {
    display: inline-block;
    vertical-align: top;
    height: 140px;          
}
[data-scope="ams_34562225"] .ams__label label {
    padding: 10px 20px 0 20px;
    vertical-align: top;
    position: relative;
    border-radius: 6px;
    width: 160px;
    height: 139px;
    display: inline-block;
    color: #414141;
    font-size: 12px;
    transition-duration: .3s;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 0;
    z-index: 5;
}
[data-scope="ams_34562225"] .ams__label label span{
    z-index: 5;
    position: relative;
}
[data-scope="ams_34562225"] .ams__label label::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 112px;
    box-shadow: inset 0 0 20px 0 white;
    background-image: inherit;
    background-repeat: no-repeat;
    background-position: 50% 17px;
    transition-duration: .3s;        
    border-radius: 0 0 6px 6px;
}
[data-scope="ams_34562225"] .ams__label label::before {
    content: '';
    opacity: 0;
    transition-duration: .3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: .8rem;
    height: .8rem;
    background-color: white; 
    transform: translatex(-50%) translatey(50%) rotate(45deg);
}
[data-scope="ams_34562225"] .ams__main-photo {
    position: absolute;
    left: 0;
    top: 140px;
    height: 563px;
    width: 100%;
    display: flex;
    flex-direction: row;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}
[data-scope="ams_34562225"] .ams__main-photo .ams__photo-left {
    pointer-events: auto; 
}
[data-scope="ams_34562225"] .ams__slide {
    position: absolute;
    left: 0;
    height: 563px;
    width: 100%;
    display: flex;
    flex-direction: row;
    opacity: 0;
    transition-duration: .4s;
    transform: translatex(-100%);
    pointer-events: none;
}
[data-scope="ams_34562225"] .ams__label label:hover,
[data-scope="ams_34562225"] .ams__radio:checked + .ams__label label{
    background-color: #E31329;        
    color: #fff;
}
[data-scope="ams_34562225"] .ams__label label:hover::after,
[data-scope="ams_34562225"] .ams__radio:checked + .ams__label label::after{
    background-position: 50% 100%;  
    box-shadow: inset 0 12px 0 20px #E31329;
}
[data-scope="ams_34562225"] .ams__label label:hover::before,
[data-scope="ams_34562225"] .ams__radio:checked + .ams__label label::before{
    background-color: #E31329; 
    opacity: 1;
}
[data-scope="ams_34562225"] .ams__radio:checked ~ .ams__slide{
    transform: translatex(100%);      
}
[data-scope="ams_34562225"] .ams__radio:checked + .ams__label + .ams__slide{
    opacity: 1;
    transform: translatex(0);  
    pointer-events: auto;     
}
[data-scope="ams_34562225"] .ams__photo-left {
    flex-basis: 50%;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
[data-scope="ams_34562225"] .ams__description {
    flex-basis: 25%;
    min-width: 350px;
    flex-grow: 2;
    padding: 1em 59px;
    font-size: 14px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
[data-scope="ams_34562225"] .ams__description::after {
    content: '';
    display: block;
}
[data-scope="ams_34562225"] .ams__photo-right {
    flex-basis: 25%;
    flex-shrink: 0;
    flex-grow: 2;

    position: relative;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 992px) {
    [data-scope="ams_34562225"] .ams__photo-left {
        display: none;
    }
    [data-scope="ams_34562225"] .ams__label label {
        padding: 10px 12px 0 12px;
        width: 120px;
        font-size: 11px;
    }
}
@media (max-width: 768px) {
    [data-scope="ams_34562225"].ams__wrapper {
        height: auto;        
    }  
    [data-scope="ams_34562225"].ams__wrapper .ams__main-photo {
        position: relative;
        top: 0;
    }  
    [data-scope="ams_34562225"].ams__wrapper .ams__main-photo .ams__photo-left{
        width: 100%;
        flex-basis: 100%;
        display: block;
    }
    [data-scope="ams_34562225"].ams__wrapper .ams__main-photo .ams__description,
    [data-scope="ams_34562225"].ams__wrapper .ams__main-photo .ams__photo-right{
        display: none;        
    }   
    [data-scope="ams_34562225"] .ams_desc_title {
        display: none;
    }
    [data-scope="ams_34562225"] .ams__slide {
        position: relative;
        flex-direction: column;
        opacity: 1;
        pointer-events: auto; 
        transform: translatex(0);
        height: auto;
        max-height: 0;
        overflow: hidden;
    }  
    [data-scope="ams_34562225"] .ams__radio:checked ~ .ams__slide{
        transform: translatex(0);      
    }

    [data-scope="ams_34562225"] .ams__radio:checked + .ams__label + .ams__slide{
        max-height: 800px;   
    }

    [data-scope="ams_34562225"] .ams__label {
        height: auto;
        display: block;
        width: 100%;
        text-align: left;         
    }
    [data-scope="ams_34562225"] .ams__label label {
        width: 100%;
        display: block;
        height: auto;
        padding: 0 20px;
        font-size: 22px;
        font-weight: 400;
        line-height: 95px;
        padding-left: 95px;
    }
    [data-scope="ams_34562225"] .ams__label label span{
        display: inline-block;
        line-height: 1.2em;
        position: relative;
        vertical-align: middle;
    }
    [data-scope="ams_34562225"] .ams__label label::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 95px;
        height: 95px;
        background-image: inherit;
        background-repeat: no-repeat;
        background-position: 0 0;
        transition-duration: 0;  
        box-shadow: none;      
    }
    [data-scope="ams_34562225"] .ams__label label:hover::after,
    [data-scope="ams_34562225"] .ams__radio:checked + .ams__label label::after{
        background-position: 0 100%;  
        box-shadow: none;
    }        
    [data-scope="ams_34562225"] .ams__label label::before {
        content: none;
    }
}