#youabroader {
    padding: 10rem 0 5rem 0;
    overflow: hidden;
}

.community-image-0 {
    top: 15%;
    left: 5%;
    width: 5rem;
}

.community-image-1 {
    top: 2.5%;
    left: 18%;
    width: 6rem;
}

.community-image-2 {
    top: 10%;
    left: 50%;
    width: 5.5rem;
}

.community-image-3 {
    top: 2.5%;
    right: 5%;
    width: 5.3rem;
}

.community-image-4 {
    top: 45%;
    right: 15%;
    width: 3.5rem;
}

.community-image-5 {
    top: 65%;
    left: 10%;
    width: 3.8rem;
    border-radius: 0.25rem;
}

.community-image-6 {
    top: 60%;
    left: 20%;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 0.25rem;
    background-color: rgba(255, 255, 255, 0.3);

}

.community-image-7 {
    top: 35%;
    left: 32%;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 0.25rem;
    background-color: rgba(255, 255, 255, 0.3);
}

.community-image-8 {
    top: 5%;
    left: 60%;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 0.25rem;
    background-color: rgba(255, 255, 255, 0.3);
}

.community-image-9 {
    top: 70%;
    right: 18%;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 0.25rem;
    background-color: rgba(255, 255, 255, 0.3);
}

.community-image-10 {
    width: 1rem;
    height: 1rem;
    border-radius: 0.25rem;
    background-color: rgba(255, 255, 255, 0.3);
    bottom: 10%;
    right: 25%;
}

.community-image-11 {
    width: 1rem;
    height: 1rem;
    border-radius: 0.25rem;
    background-color: rgba(255, 255, 255, 0.3);
    bottom: 15%;
    left: 23%;
}


#feedback .swiper-button-next:after,
#feedback .swiper-button-prev:after,
#video .swiper-button-next:after,
#video .swiper-button-prev:after {
    color: var(--lightPurple);
}

#feedback .swiper-wrapper {
    align-items: center;
}

/* #feedback .swiper-slide {
    transform: scale(.7);
} */

#feedback .swiper-slide .feedback-card-slider>* {
    opacity: 0;
    transition: opacity .5s ease;
}

#feedback .swiper-slide.swiper-slide-active {
    transform: scale(1);
}

#feedback .swiper-slide.swiper-slide-active .feedback-card-slider>* {
    opacity: 1;
}

#feedback .feedback-card-slider {
    background-color: var(--lightPurple);
    color: var(--white);
    padding: 1.5rem 0;
    border-radius: 29px;
}

.myForm .activity .field label {
    color: var(--black);
    text-transform: unset;
    font-size: .9rem;
}

.pre {
    color: #A7A7A7;
    font-size: .75rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: unset !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--lightYellow) !important;
}

.select2-results__option:hover {
    background-color: var(--lightYellow) !important;
}

.select2-results__option.select2-results__option--highlighted:hover {
    background-color: var(--lightYellow) !important;
}

.myForm .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: .5rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #A7A7A7 !important;
}


.checkAllChecks {
    color: var(--purple);
}

.swiper-video .videoContainer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.swiper-video .videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper-button-next {
    right: -1.5rem;
}

.swiper-button-prev {
    left: -1.5rem;
}

.communityImage {
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.communityImage.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#ambassadorForm .activity .mandatoryMarker {
    display: none;
}

@media(max-width: 1799px) {
    #feedback .feedback-card-slider {
        padding: 2.5rem 1rem;
    }

    .swiper-button-prev {
        left: -2rem;
    }

    .swiper-button-next {
        right: -2rem;
    }
}

@media (max-width: 1200px) {
    #youabroader {
        padding: 10rem 0 3rem 0;
    }

    .community-image-1 {
        top: 10%;
        left: 6%;
        width: 4.5rem;
    }

    .community-image-2 {
        top: 20%;
        left: 40%;
        width: 4rem;
    }

    .community-image-3 {
        top: 9.5%;
        right: 2%;
        width: 3.5rem;
    }

    .community-image-4 {
        top: 38%;
        right: .5%;
        width: 3.5rem;
    }

    .community-image-5 {
        top: 35%;
        left: 2%;
        width: 3.5rem;
    }

    .community-image-6 {
        top: 30%;
        left: 10%;
        width: 1.5rem;
        height: 1.5rem;
    }

    .community-image-7 {
        top: 37%;
        left: 28%;
    }

    .community-image-8 {
        top: 10%;
    }

    .community-image-9 {
        top: 24%;
    }

    .community-image-10 {
        top: 35%;
        width: 1rem;
        height: 1rem;
    }

    .swiper-button-next {
        right: -1rem;
    }

    .swiper-button-prev {
        left: -1rem;
    }
}

@media(max-width: 1199px) {
    .swiper-button-prev {
        left: -2rem;
    }

    .swiper-button-next {
        right: -2rem;
    }

    #feedback .feedback-card-slider {
        padding: 3rem;
    }
}

@media(max-width: 991px) {
    #feedback .feedback-card-slider {
        padding: 2rem;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 1.5rem;
    }

    /* #video [class^=swiper-button] {
        display: inline-block;
        top: initial;
        left: initial;
        right: inherit;
        position: initial;
        margin-top: 1rem;
    }

    #video #video-prev {
        margin-right: 1.5rem;
    } */
}

@media(max-width: 767px) {

    #video iframe {
        height: 30vh;
    }

    #feedback .feedback-card-slider {
        padding: 1.5rem 0;
    }

    .swiper-button-prev {
        left: -5vw;
    }

    .swiper-button-next {
        right: -5vw;
    }
}