#who-chooses-the-best-3 {
    width: 100%;
    position: relative;
    /* height: 300lvh; */

    background: #eceae9;
    /* padding-bottom: 50px; */

    padding: 100px 0;
    overflow: hidden;
}

#wctb2-pin {
    
    width: 100%;
    height: 100lvh;
    

    
    /* overflow: hidden; */
    position: relative;

    background: #eceae9;
}

#wctb2-pin-wrapper {
    aspect-ratio: 375 / 812;
    width: auto;
    height: 100lvh;
    margin: 0 auto;
    background: #eceae9;
    position: relative;
}

#wctb2-pin-before {
    content: "";
    aspect-ratio: 189 / 150;

    
    height: auto;
    background-image: url(../images/butterfly.svg);
    background-repeat: no-repeat;
    background-size: cover;

    display: block;
    opacity: 0.5;

    position: absolute;
/* 
    width: 140%;
    top: -5%;
    right: 0; */

    width: 140%;
    top: -3%;
    right: 5%;

    /*start-state:*/
        transform: rotate(13deg); 
        /*state 2 40deg */
        /*state 3 75deg */
        /*state 3 top: 1%; */

}

#wctb2-pin-after {
    content: "";
    aspect-ratio: 189 / 150;

    
    height: auto;
    background-image: url(../images/butterfly.svg);
    background-repeat: no-repeat;
    background-size: cover;

    display: block;
    opacity: 0.5;

    position: absolute;
/* 
    left: 0;
    bottom: -5%;
    width: 140%; */

    width: 140%;
    left: -10%;
    bottom: -2%;

    /*start-state:*/
        
        transform: rotate(-109deg);
        /* state 2 -140deg*/
        /* state 3 -102deg*/
        /* state 3 bottom: 4%;*/
}

#wctb2-pin-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    text-align: center;
    color: #252525;

    width: 100%;

    position: absolute;
    z-index: 1;

    left: 0;
    top: 50%;
    transform: translate(0, -50%);

    /*state 0:*/
    /* opacity: 0; */
}

#wctb2-pin-title span {
    font-style: italic;
    color: #911e45;
}

#wctb2-trigger-2 {
    position: absolute;
    /* top: 100lvh; */
    top: 58lvh;
    width: 100%;
    /* height: 10px; */
    /* background-color: #911e45; */
}

#wctb2-trigger-3 {
    position: absolute;
    top: 188lvh;
    width: 100%;
    /* height: 10px; */
    /* background-color: #911e45; */
}

#wctb2-trigger-4 {
    position: absolute;
    top: 278lvh;
    width: 100%;
    /* height: 10px; */
    /* background-color: #911e45; */
}

#wctb-accordion-wrapper {
    padding: 0 10px;

    position: absolute;
    /* left: 0; */
    top: 100%;
    width: 100%;

    max-width: 730px;

    left: 50%;
    transform: translate(-50%, 0);
}

.wctb2-slide {
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
    padding-left: 30px; /*8cqw*/
    padding-right: 30px; /*8cqw*/
    padding-bottom: 210px;
    /* padding-top: 50px;  */
    padding-top: 24px; 
    position: relative;
    color: rgba(37, 37, 37, 0.6);

}

.wctb2-slide > img {
    position: absolute;
    border: 3px solid #fff;
    box-shadow: 0 3px 22px 0 rgba(0, 0, 0, 0.1);
}

.wctb2-slide__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: #252525;
    margin-bottom: 14px;
    min-height: 35px;
    /* background-color: aqua; */
}

#wctb2-pin-slide-1 .wctb2-slide > img.image-1 {
    bottom: -6%;
    right: 7%;
    transform: rotate(4deg);
    width: 250px; /*70%*/
}

#wctb2-pin-slide-2 .wctb2-slide > img.image-1 {
    right: 46%;
    bottom: 0;
    width: 128px;
}

#wctb2-pin-slide-2 .wctb2-slide > img.image-2 {
    bottom: -6%;
    right: 7%;
    transform: rotate(4deg);
    width: 175px; /*70%*/
}

#wctb2-pin-slide-3 .wctb2-slide > img.image-1 {
    bottom: -6%;
    right: 7%;
    transform: rotate(-5deg);
    width: 177px; /*70%*/
}



#wctb-accordion {
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

#wctb-accordion .ac {
    margin: 0;
    border: 0;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
}

#wctb-accordion .ac .ac-trigger {
    padding: 50px 30px 14px 30px;

    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: #252525;

    font-family: 'Montserrat', sans-serif;
}

#wctb-accordion .ac .ac-trigger::after {
    content: '';
}

#wctb-accordion .ac .ac-panel {
    padding: 0 30px;

    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.06em;
    color: rgba(37, 37, 37, 0.6);

    /* overflow: visible; */
}

#wctb-accordion .ac .ac-panel p {
    margin: 0;
    padding: 0 0 15px 0;
}

#wctb-accordion .ac.is-active .ac-panel {
    overflow: visible;
}

.ac-panel_decoration {
    visibility: hidden;
    opacity: 0;
    /* background-color: red; */
    height: 210px;

    position: relative;

    overflow: hidden;
}

.ac-panel_decoration > img {
    position: absolute;
    border: 3px solid #fff;
    box-shadow: 0 3px 22px 0 rgba(0, 0, 0, 0.1);
}

.ac-panel_decoration > img.image-1 {
    bottom: -6%;
    /* right: 7%; */
    right: 0;
    transform: rotate(4deg);
    width: 250px; /*70%*/
}

.ac-panel_decoration > img.image-2 {
    right: 150px;
    bottom: 0;
    width: 128px;
}

.ac-panel_decoration > img.image-3 {
    bottom: -6%;
    right: 0;
    transform: rotate(4deg);
    width: 175px; /*70%*/
}

.ac-panel_decoration > img.image-4 {
    bottom: -6%;
    right: 0;
    transform: rotate(-5deg);
    width: 177px; /*70%*/
}

.ac.is-active .ac-panel_decoration {
    visibility: visible;
    animation: show-panel-decoration 1s ease 500ms 1 normal forwards;
    overflow: visible;
}

#wctb2-pin-title {
    animation: hide-panel-decoration 1s ease 0s 1 normal forwards;
}

#wctb2-pin-title.active {
    opacity: 0;
    animation: show-panel-decoration 1s ease 0s 1 normal forwards;
}

@keyframes show-panel-decoration {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes hide-panel-decoration {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}





@media (max-width: 960px) {
    #wctb-accordion-wrapper {
        max-width: 450px;
    }
}