/**
 * Front Page Fallback Styles
 *
 * This file provides styles for the front page flexible-content sections
 * that haven't been migrated to Gutenberg blocks yet.
 * Once the front page fully uses blocks, this file and its enqueue can be removed.
 */

/* Home hero */

.home-hero {
    padding: 95px 0 65px 0;
    position: relative;
    z-index: 2;
}

.home-hero.feature-hero .rotate-text-wrap {
    display: none;
}

@media screen and (max-width: 992px) {
    .home-hero {
        padding: 50px 0;
    }
}

.home-hero .uk-container {
    gap: 30px;
}

@media screen and (max-width: 992px) {
    .home-hero .uk-container {
        flex-wrap: wrap;
    }
}

.home-hero .uk-text-center {
    margin-bottom: 84px;
}

.home-hero .uk-text-center h3 {
    font-family: "Roboto", sans-serif;
    color: rgba(3, 129, 129, 1);
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 4%;
    text-transform: uppercase;
}

.home-hero .uk-text-center h1 {
    margin: 0;
    font-size: 52px;
    font-weight: 300;
    line-height: normal;
}

.home-hero .text {
    width: 100%;
    max-width: 415px;
}

@media screen and (max-width: 992px) {
    .home-hero .uk-text-center h1 {
        font-size: 42px;
    }

    .home-hero .text {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .home-hero .uk-text-center {
        margin-bottom: 36px;
    }

    .home-hero .uk-text-center h1 {
        display: flex;
        justify-content: center;
        font-size: 32px;
    }
}

.home-hero .form {
    margin-bottom: 35px;
}

.home-hero .form form {
    display: flex;
    max-width: 415px;
    margin-bottom: 19px;
    border-radius: 36px;
    border: 1px solid #000;
    background-color: #FFF;
    position: relative;
}

.home-hero .form form input {
    height: 48px;
    border-radius: 36px;
    outline: none;
    appearance: none;
}

.home-hero .form form input[type="email"] {
    border: 0;
    width: 100%;
    max-width: 57%;
    padding: 0 25px;
    color: #383D3D;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.home-hero .form form input[type="email"]::placeholder {
    color: #383D3D;
}

.home-hero .form form input[type="submit"] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 47px;
    background-color: #D35E4A;
    max-width: 43%;
    padding: 0 33px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}

.home-hero .form form:has(.error-message.show-error) {
    margin-bottom: 40px;
}

@media (max-width: 420px) {
    .home-hero .form form:has(.error-message.show-error) {
        margin-bottom: 60px;
    }
}

.home-hero .form .error-message {
    margin-top: 10px;
    color: red;
    font-size: 14px;
    position: absolute;
    top: 50px;
}

.home-hero .form .error-message a {
    color: red;
    text-decoration: underline;
}

.home-hero .form p {
    color: #979797;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.home-hero .form p a {
    color: #979797;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
}

.home-hero .list {
    margin-bottom: 40px;
}

.home-hero .list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.home-hero .list li {
    margin-bottom: 14px;
    padding-left: 34px;
    position: relative;
    font-family: 'Cooper';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
}

.home-hero .list li:before {
    position: absolute;
    left: 0;
    content: '';
    width: 22px;
    height: 21px;
    background-image: url('../assets/icons/icon-noun-checkmark.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.home-hero .reviews {
    display: flex;
    gap: 35px;
}

.home-hero .reviews .item img {
    max-height: 54px;
    width: auto;
}

/* Hero layout & video components */

.section.is-home-hero {
    margin-top: 0;
    margin-bottom: 57px;
    padding-top: 0;
    padding-bottom: 0;
}

.home-hero-section {
    width: 100%;
    display: flex;
}

.home-hero-grid {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    display: grid;
    align-items: center;
}

.home-hero-content-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    display: flex;
}

.rotate-text-block {
    display: flex;
    justify-content: center;
    text-align: center;
}

.hero-heading {
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.rotate-text-wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
}

.rotate-overflow-hidden {
    height: 100%;
    display: inline-block;
    position: relative;
    top: 4px;
    min-width: 100px;
}

.rotate-text {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    white-space: nowrap;
}

.rotate-text.active {
    opacity: 1;
    position: relative;
}

.underline-image {
    height: 6px;
    margin: 0 auto;
    display: block;
    position: relative;
    left: 0;
    transform: scaleX(0.9);
    transition: transform 0.6s ease;
}

.rotate-text.active ~ .underline-image {
    transform: scaleX(1);
}

.home-hero-description-wrapper {
    width: 100%;
    margin-top: 21px;
    margin-bottom: 18px;
}

.home-hero-button-wrapper {
    grid-column-gap: 45px;
    grid-row-gap: 20px;
    align-items: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-graphic-wrapper {
    position: relative;
    grid-area: span 1 / span 1 / span 1 / span 1;
}

.hero-graphic {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transform: scale(1.06);
    cursor: pointer;
}

.video-play-button {
    cursor: pointer;
    margin-top: 0;
    margin-left: 0;
    display: none;
    position: absolute;
    inset: auto 211px 49% auto;
}

.home-hero-video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 205px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 7px solid #383D3D;
    overflow: hidden;
}

.home-hero.feature-hero .home-hero-video-wrapper {
    border: 0;
    border-radius: 0;
}

.home-hero.feature-hero .home-hero-video-wrapper .hero-graphic {
    transform: initial;
    cursor: initial;
}

.video-cover-image {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.home-hero-play-btn {
    background-color: #038181;
    cursor: pointer;
    border: 3px solid #58d6d687;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 70px;
    display: flex;
    position: absolute;
    inset: auto auto 30.5% 39.5%;
    box-shadow: 1px 1px 3px #0009;
    transition: transform 0.3s, opacity 0.3s;
}

.home-hero-play-btn:hover {
    transform: scale(1.1);
    opacity: 0.9;
}

.home-hero.feature-hero .home-hero-play-btn {
    display: none;
}

@media (min-width: 769px) {
    .home-hero-play-btn {
        inset: auto auto 38.5% 42.5%;
    }

    .home-hero-video-wrapper {
        min-height: auto;
    }

    .underline-image {
        margin-top: 4px;
    }

    .home-hero-button-wrapper {
        flex-direction: row;
        grid-row-gap: 45px;
    }

    .home-hero-description-wrapper {
        width: 90%;
    }

    .rotate-text-wrap {
        width: auto;
    }
}

@media (min-width: 993px) {
    .home-hero-grid {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 16px;
    }

    .home-hero-content-wrapper {
        text-align: left;
        align-items: flex-start;
        padding-top: 0;
    }

    .hero-graphic {
        height: 377px;
        margin: 0 0 0 auto;
        padding-left: 0;
        display: inline-block;
    }
}

/* Home how it works */

.home-how-it-works {
    padding: 75px 0;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .home-how-it-works {
        padding: 50px 0;
    }
}

.home-how-it-works .text {
    margin-bottom: 63px;
}


@media (min-width: 768px) {
    .home-how-it-works .text h2 {
        line-height: 1;
        letter-spacing: 0;
    }
}

.home-how-it-works .uk-flex {
    gap: 17px;
}

@media screen and (max-width: 768px) {
    .home-how-it-works .uk-flex {
        flex-wrap: wrap;
    }

    /* Force mobile layout - override UIKit responsive classes */
    .home-how-it-works .uk-flex > [class*="uk-width"] {
        width: 100% !important;
        flex: none !important;
    }
}

.home-how-it-works .item {
    height: 100%;
    padding: 48px 32px 40px 32px;
    border-radius: 3px;
    background-color: #FAF8F4;
    box-shadow: 0px 4px 8.9px 0px rgba(56, 61, 61, 0.20);
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 992px) {
    .home-how-it-works .item {
        padding: 50px 12px 30px 12px;
    }
}

.home-how-it-works .item:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    height: 10px;
    width: 100%;
    background-color: #9BD0D3;
}

.home-how-it-works .item .image {
    margin-bottom: 32px;
    height: 148px;
    object-fit: contain;
    border-radius: 26px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .home-how-it-works .item .image {
        margin: 0 auto 30px auto;
        height: 248px;
    }
}

.home-how-it-works .item .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 13px;
    border: 1px solid #9BD0D3;
}

@media screen and (max-width: 1280px) {
    .home-how-it-works .item .image {
        object-fit: unset;
    }
}

.home-how-it-works .item .image .number {
    position: absolute;
    left: -15px;
    top: -20px;
    border-radius: 31px;
    background-color: #9BD0D3;
    width: 39px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.536px;
}

@media screen and (max-width: 768px) {
    .home-how-it-works .item .image .number {
        left: 0;
    }
}

.home-how-it-works .item h4 {
    min-height: 56px;
    margin: 0 0 16px 0;
    font-family: 'Roboto';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.home-how-it-works .item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.home-how-it-works .item ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 126%;
}

.home-how-it-works .item ul li:before {
    position: absolute;
    left: 0;
    content: '';
    width: 15px;
    height: 14px;
    background-image: url('../assets/icons/icon-noun-checkmark.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

/* Home Success story */

.home-success-story {
    padding: 60px 0;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .home-success-story {
        padding: 50px 0;
    }
}

.home-success-story .uk-container {
    gap: 30px;
}

@media screen and (max-width: 992px) {
    .home-success-story .uk-container {
        flex-wrap: wrap;
    }
}

.home-success-story div[class*="uk-width-"]:nth-of-type(2) {
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 992px) {
    .home-success-story div[class*="uk-width-"]:nth-of-type(1) {
        order: 2;
    }

    .home-success-story div[class*="uk-width-"]:nth-of-type(2) {
        order: 1;
    }
}

.home-success-story .video {
    width: 100%;
    max-width: 680px;
    border-radius: 11px;
    border: 12px solid #383D3D;
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    .home-success-story .video {
        max-width: 100%;
    }
}

.home-success-story .video .hero-graphic-wrapper {
    transform: scale(1.025);
}

.home-success-story .video .modal-video {
    margin-top: 0;
}

.home-success-story .video .modal-video .video-embed-wrapper {
    height: 100%;
}


.home-success-story .text {
    width: 100%;
    max-width: 470px;
}

@media screen and (max-width: 992px) {
    .home-success-story .text {
        max-width: 100%;
    }
}

.home-success-story .text .subtitle {
    margin: 0;
    text-align: left;
}

.home-success-story .text h2 {
    margin: 0 0 38px 0;
}

.home-success-story .text .df-buttons-row {
    margin-bottom: 36px;
    max-width: 470px;
}

.home-success-story .text .df-button {
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .home-success-story .text .df-button {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 16px;
    }
}

@media (min-width: 993px) and (max-width: 1280px) {
    .home-success-story .text .df-buttons-row {
        flex-direction: column;
    }
}

.home-success-story .text .feedback {
    max-width: 420px;
    margin-bottom: 14px;
}

.home-success-story .text .feedback p {
    background: #E3F1F3 none repeat scroll 0 0;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    color: #235860;
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    line-height: 160%;
}

.home-success-story .text h4 {
    margin: 0 0 3px 0;
    color: #235860;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 131.25%;
}

.home-success-story .text h5 {
    margin: 0 0 3px 0;
    color: #235860;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 131.25%;
}

/* Home campaign */

.home-campaigns {
    padding: 60px 0;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .home-campaigns {
        padding: 50px 0;
    }
}

.home-campaigns .text {
    margin-bottom: 30px;
}

.home-campaigns .df-campaign-wrapper {
    margin-bottom: 43px;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .home-campaigns .df-campaign-wrapper {
        flex-wrap: wrap;
    }
}

.home-campaigns .df-campaign-wrapper .item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

@media screen and (max-width: 768px) {
    .home-campaigns .df-campaign-wrapper .item {
        justify-content: flex-start;
    }
}

.home-campaigns .df-campaign-wrapper .item .icon {
    min-width: 52px;
    width: 52px;
}

.home-campaigns .df-campaign-wrapper .item h3 {
    margin: 0;
    color: #038181;
    font-family: 'Roboto';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media screen and (max-width: 768px) {
    .home-campaigns .df-campaign-items {
        flex-wrap: wrap;
    }
}

.home-campaigns .df-campaign-items div[class*="uk-width-"] {
    margin-bottom: 30px;
    padding-left: 30px;
}

.home-campaigns .df-campaign-items .item {
    box-shadow: 0px 4px 8.9px 0px rgba(56, 61, 61, 0.20);
    border: 1px solid transparent;
    border-radius: 12px;
    background-color: #FFF;
    padding: 48px 35px;
    height: 100%;
    transition: .3s;
}

@media screen and (max-width: 992px) {
    .home-campaigns .df-campaign-items .item {
        padding: 30px 12px;
    }
}

.home-campaigns .df-campaign-items .item:hover {
    border-color: #235860;
    background: linear-gradient(90deg, #FEF5E2 0%, #EEF9F9 85.5%);
    transition: .3s;
}

.home-campaigns .df-campaign-items .item .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 38px;
    color: #235860;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 104%;
    text-decoration: none;
}

.home-campaigns .df-campaign-items .item p {
    font-weight: 300;
}

/* Home case study */

.home-case-study {
    padding: 60px 0;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .home-case-study {
        padding: 50px 0;
    }
}

.home-case-study .uk-text-center {
    margin-bottom: 50px;
}

@media screen and (max-width: 992px) {
    .home-case-study .uk-grid div[class*="uk-width-"]:nth-of-type(1) {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .home-case-study .uk-grid {
        gap: 30px;
    }
}

.home-case-study .uk-grid div[class*="uk-width-"]:nth-of-type(2) {
    position: relative;
    z-index: 1;
}

.home-case-study .uk-grid div[class*="uk-width-"]:nth-of-type(2):before {
    position: absolute;
    z-index: 1;
    content: '';
    right: 37px;
    bottom: 23px;
    background-image: url('../assets/images/vector-doodles.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 51.287px;
    height: 49.761px;
}

.home-case-study .item {
    height: 100%;
    border-radius: 12px;
    background-color: #FFF;
    filter: drop-shadow(0px 4px 16.3px rgba(194, 188, 188, 0.25));
    padding: 45px 40px;
}

@media screen and (max-width: 992px) {
    .home-case-study .item {
        padding: 30px 12px;
    }
}

.home-case-study .image {
    height: 100%;
}

.home-case-study .image img {
    border-radius: 12px;
    object-fit: cover;
    filter: drop-shadow(0px 4px 16.3px rgba(194, 188, 188, 0.25));
}

.home-case-study .item h3 {
    margin: 0 0 67px 0;
    color: #235860;
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 109%;
}

.home-case-study .item .text p {
    margin-bottom: 37px;
    color: #038181;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 129.231%;
}

@media screen and (max-width: 768px) {
    .home-case-study .item h3 {
        margin: 0 0 30px 0;
        font-size: 36px;
    }

    .home-case-study .item .text p {
        margin: 0 0 16px 0;
        font-size: 20px;
    }
}

/* Home CTA */

.home-cta {
    padding: 60px 0 115px 0;
    position: relative;
    z-index: 0;
    content-visibility: unset !important;
}

.home-cta:before {
    position: absolute;
    content: '';
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2900px;
    background-image: url('../assets/images/bg-home.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.home-cta .uk-flex {
    gap: 27px;
    padding: 52px 30px 21px 10px;
    border-radius: 14px;
    background-image: url('../assets/images/bg-cta.svg');
}

@media screen and (max-width: 992px) {
    .home-cta .uk-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .home-cta {
        padding: 50px 0;
    }

    .home-cta .uk-flex {
        padding: 50px 12px 21px 12px;
    }
}

.home-cta .uk-flex .image {
    max-width: 160px;
    margin-top: -110px;
}

.home-cta .uk-flex h2 {
    min-width: 235px;
    max-width: 100%;
    margin: 0;
    color: #FFF;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.39);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 94%;
}

.home-cta .uk-flex h2 span {
    display: flex;
    justify-content: center;
    width: 100%;
}

.home-cta .uk-flex .text {
    max-width: 435px;
}

.home-cta .uk-flex .text p,
.home-cta .uk-flex .text div {
    margin: 0 0 8px 0;
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 117.633%;
}

.home-cta .uk-flex .text a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 117.633%;
    text-decoration-line: underline;
    transition: opacity 0.3s;
}

.home-cta .uk-flex .text a:hover {
    opacity: 0.8;
}

.home-cta .uk-flex .df-button {
    background-color: #FAF8F4;
    gap: 11px;
    height: 72px;
    min-width: 248px;
    max-width: 100%;
    font-size: 20px;
}

/* Home features */

.home-features {
    padding: 100px 0 115px 0;
    position: relative;
    z-index: 2;
}

.home-features .uk-text-center {
    margin-bottom: 75px;
}

.home-features .uk-text-center .paragraph {
    max-width: 954px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .home-features {
        padding: 50px 0;
    }

    .home-features .uk-flex {
        flex-wrap: wrap;
    }
}

/* Home logos */

.home-logos {
    background-color: #28272F;
    padding: 65px 0;
    position: relative;
    z-index: 2;
}

.home-logos .uk-flex {
    gap: 35px;
}

.home-logos .uk-width-auto:first-of-type {
    width: 100%;
    max-width: 298px;
}

.home-logos h2 {
    color: #FFF;
    font-family: "Cooper";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 768px) {
    .home-logos h2 {
        text-align: center;
    }

    .home-logos .uk-container {
        flex-direction: column;
        align-items: center;
    }

    .home-logos .uk-width-auto:first-of-type {
        max-width: 100%;
    }

    .home-logos .uk-flex {
        gap: 0;
    }

    .home-logos .item {
        width: 40%;
        margin: 15px;
        text-align: center;
    }
}

.home-logos .uk-width-auto .uk-flex {
    gap: 24px;
    row-gap: 35px;
}

.home-logos img {
    max-height: 35px;
    width: auto;
}

/* Home testimonials */

.home-testimonials {
    padding: 85px 0 30px 0;
    background-color: #ECF2F2;
}

.home-testimonials .uk-text-center {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .home-testimonials {
        padding: 50px 0 30px 0;
    }

    .home-testimonials .uk-grid {
        flex-wrap: wrap;
    }
}

.home-testimonials .item {
    border-radius: 12px;
    border: 1px solid #E6E5E5;
    background-color: #fff;
    overflow: hidden;
}

.home-testimonials .item .top {
    position: relative;
    z-index: 1;
    height: 225px;
}

@media screen and (max-width: 992px) {
    .home-testimonials .item .top {
        height: 180px;
    }
}

@media screen and (max-width: 768px) {
    .home-testimonials .item .top {
        height: 220px;
    }
}

.home-testimonials .item .top .image {
    position: relative;
    height: 100%;
    width: 100%;
}

.home-testimonials .item .top .image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(59, 48, 48, 0.20);
}

.home-testimonials .item .top .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 13px 13px 0px 0px;
}

.home-testimonials .item .top .image .video-icon {
    display: flex;
    position: absolute;
    right: 28px;
    bottom: 30px;
    cursor: pointer;
}

.home-testimonials .item .top .info {
    position: absolute;
    left: 24px;
    bottom: 30px;
}

.home-testimonials .item .top .info .rating {
    margin-bottom: 7px;
    color: #E2B65E;
    letter-spacing: 3px;
}

.home-testimonials .item .top .info h3 {
    margin: 0;
    color: #FFF;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 135.714%;
}

.home-testimonials .item .top .info .website {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 121.429%;
    text-decoration: none;
}

.home-testimonials .item .bottom {
    padding: 20px 25px;
}

@media screen and (max-width: 992px) {
    .home-testimonials .item .bottom {
        padding: 12px;
    }
}

.home-testimonials .item .bottom .paragraph {
    margin-bottom: 21px;
}


.home-testimonials .item .bottom .paragraph p {
    font-size: 16px;
}

.home-testimonials .item .bottom .date {
    color: #979797;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 141.667%;
}

.home-testimonials .item.style_video .top {
    height: 296px;
}

@media screen and (max-width: 992px) {
    .home-testimonials .item.style_video .top {
        height: 240px;
    }
}

@media screen and (max-width: 768px) {
    .home-testimonials .item.style_video .top {
        height: 220px;
    }
}

.home-testimonials .item.style_avatar {
    padding: 35px 25px 20px 25px;
}

@media screen and (max-width: 992px) {
    .home-testimonials .item.style_avatar {
        padding: 30px 12px;
    }
}

.home-testimonials .item.style_avatar .top {
    height: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 31px;
}

.home-testimonials .item.style_avatar .top .avatar {
    display: flex;
    align-items: center;
    min-width: 38px;
    width: 38px;
}

.home-testimonials .item.style_avatar .top .avatar img {
    border-radius: 50px;
}

.home-testimonials .item.style_avatar .top .info {
    position: initial;
}

.home-testimonials .item.style_avatar .top .info h3 {
    margin: 0;
    color: #000;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 135.714%;
}

.home-testimonials .item.style_avatar .top .info .website {
    color: #979797;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 121.429%;
    text-decoration: none;
}

.home-testimonials .item.style_avatar .bottom {
    padding: 0;
}

.home-testimonials .item.style_avatar .bottom .rating {
    margin-bottom: 12px;
    color: #038181;
    letter-spacing: 3px;
}
