.reasons-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    width: 100%;
    height: 55rem;
    background: var(--gradient-header-isometric)
}

@media screen and (max-width:50rem) {
    .reasons-wrapper {
        grid-template-rows: 1fr
    }
}

@media screen and (max-width:30rem) {
    .reasons-wrapper {
        padding: 3rem 0;
        height: auto
    }
}

.reasons-wrapper .content-wrapper {
    padding: 0 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    max-width: 60rem;
    justify-content: space-evenly;
    text-align: justify
}

@media screen and (max-width:30rem) {
    .reasons-wrapper .content-wrapper {
        padding: 1rem 3rem;
        height: auto
    }
}

@media screen and (max-width:23.4375rem) {
    .reasons-wrapper .content-wrapper {
        padding: 1rem 2rem
    }
}

.reasons-wrapper .content-wrapper .section-title {
    margin: 0
}

.reasons-wrapper .content-wrapper .reasons-text {
    max-width: 80%;
    color: var(--color-solid-light-gray)
}

@media screen and (max-width:30rem) {
    .reasons-wrapper .content-wrapper .reasons-text {
        max-width: 100%
    }
}

.reasons-wrapper .content-wrapper .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 7.25rem;
    grid-gap: 5rem
}

@media screen and (max-width:90rem) {
    .reasons-wrapper .content-wrapper .features-grid {
        grid-gap: 4rem;
        width: 110%
    }
}

@media screen and (max-width:67.5rem) {
    .reasons-wrapper .content-wrapper .features-grid {
        grid-gap: 0;
        width: 120%
    }
}

@media screen and (max-width:30rem) {
    .reasons-wrapper .content-wrapper .features-grid {
        grid-template-columns: 1fr;
        grid-gap: 2rem;
        width: 100%;
        height: auto;
        margin-top: 3rem
    }
}

.reasons-wrapper .content-wrapper .features-grid .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.reasons-wrapper .content-wrapper .features-grid .feature-item .smart-image {
    width: 3.4rem;
    height: 3.4rem
}

.reasons-wrapper .content-wrapper .features-grid .feature-item strong {
    text-align: center
}

.reasons-wrapper .content-wrapper .features-grid .feature-item strong:first-of-type {
    color: var(--color-solid-white);
    font-size: 1.3rem
}

.reasons-wrapper .content-wrapper .features-grid .feature-item strong:nth-of-type(2) {
    color: var(--color-solid-light-gray);
    font-size: 1rem
}

@media screen and (max-width:50rem) {
    .reasons-wrapper .content-wrapper .video-t3F0JGLGgbQ {
        width: 80%;
        height: 30%
    }
    .reasons-wrapper .content-wrapper .video-t3F0JGLGgbQ .block-click-top {
        height: 60px !important
    }
    .reasons-wrapper .content-wrapper .video-t3F0JGLGgbQ .block-click-bottom {
        height: 50px !important
    }
    .reasons-wrapper .content-wrapper .video-t3F0JGLGgbQ iframe {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:37.5rem) {
    .reasons-wrapper .content-wrapper .video-t3F0JGLGgbQ {
        width: 90%;
        height: 25%
    }
}

@media screen and (max-width:30rem) {
    .reasons-wrapper .content-wrapper .video-t3F0JGLGgbQ {
        width: 100%;
        height: 13rem;
        margin: 2rem 0
    }
}

@media screen and (max-width:26.5625rem) {
    .reasons-wrapper .content-wrapper .video-t3F0JGLGgbQ {
        height: 11rem
    }
}

.section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 3.75rem 0
}

.section-title.expanded {
    width: 100%
}

.section-title.no-bottom-margin {
    margin-bottom: 0
}

.section-title .section-h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 38px;
    max-width: 100%;
    text-align: center;
    color: var(--color-solid-dark)
}

@media screen and (max-width:30rem) {
    .section-title .section-h2 {
        max-width: 95%
    }
}

.section-title .section-h2.invert {
    color: var(--color-solid-white)
}

.section-title .section-divider {
    width: 9.375rem;
    height: .25rem;
    background-color: var(--color-solid-primary);
    margin-top: 1.5rem
}

.youtube-wrapper {
    position: relative;
    cursor: pointer
}

.youtube-wrapper .block-click-top {
    position: absolute;
    width: 100%;
    top: 0
}

.youtube-wrapper .block-click-bottom {
    position: absolute;
    width: 100%;
    bottom: 0
}

.youtube-wrapper .top-gradient {
    position: absolute;
    width: 100%;
    height: 5rem;
    background: linear-gradient(rgba(0, 0, 0, .7), transparent)
}

.youtube-wrapper .youtube-title {
    position: absolute;
    top: 1rem;
    left: 2rem;
    font-size: 1.1rem;
    text-shadow: 0 0 2px rgba(0, 0, 0, .5);
    color: #fff;
    user-select: none
}

@media screen and (max-width:30rem) {
    .youtube-wrapper .youtube-title {
        width: 100%;
        left: unset;
        text-align: center
    }
}

.youtube-wrapper .youtube-play-button {
    position: absolute;
    left: calc(50% - 34px);
    top: calc(50% - 24px);
    filter: grayscale(1) opacity(.9)
}

.youtube-wrapper:focus .youtube-play-button,
.youtube-wrapper:hover .youtube-play-button {
    filter: opacity(.9)
}

.youtube-wrapper iframe,
.youtube-wrapper picture {
    border-radius: 5px;
    overflow: hidden
}

.youtube-wrapper picture {
    display: flex;
    align-items: center;
    justify-content: center
}