@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,400;1,8..60,400&display=swap');

.pdt-slider-wrapper {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Suisse Intl', sans-serif;
    width: 100%;
    box-sizing: border-box;
}

.pdt-track-wrap {
    position: relative;
    overflow: hidden;
}

.pdt-track {
    display: flex;
    transition: transform .55s cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
}

.pdt-slide {
    min-width: 100%;
    box-sizing: border-box;
    padding: 0 140px;
    margin: 50px 0px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .pdt-slider-wrapper {
        max-width: 100%;
        padding: 0 8px;
    }
    .pdt-slide {
        padding: 0 50px;
        margin: 20px 0 40px;
    }
    .pdt-quote {
        font-size: 17px !important;
        line-height: 1.65 !important;
    }
}

@media (max-width: 480px) {
    .pdt-slide {
        padding: 0 44px;
        margin: 16px 0 32px;
    }
    .pdt-quote {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }
    .pdt-nav {
        width: 32px;
        height: 32px;
    }
    .pdt-quote {
    font-size: 16px;
}
}

.pdt-blockquote { margin: 0; padding: 0; }

.pdt-quote {
    font-family: 'Suisse Intl', sans-serif;
    font-size: 20px;
    line-height: 1.75;
    color: #271507 !important;
    margin: 0px;
    font-weight: 400;
    padding-left: 0!important;
}

.pdt-author { margin-top: 16px; }

.pdt-author-name {
    display: block;
    font-weight: 600;
    font-style: normal;
    color: #8B3A0F;
    font-size: 14px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.pdt-author-role {
    display: block;
    font-size: 13px;
    color: #999;
    margin-top: 3px;
}

.pdt-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 1.5px solid #8B3A0F;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    cursor: pointer;
    padding: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
    transition: background .2s;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
}

.pdt-nav--prev {
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M8 1L3 6l5 5' stroke='%238B3A0F' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
}
.pdt-nav--prev:hover {
    background: #8B3A0F url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M8 1L3 6l5 5' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center / 12px 12px;
}

.pdt-nav--next {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M4 1l5 5-5 5' stroke='%238B3A0F' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
}
.pdt-nav--next:hover {
    background: #8B3A0F url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M4 1l5 5-5 5' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center / 12px 12px;
}

.pdt-cta-wrap { margin-top: 36px; }

.pdt-cta-btn {
    display: inline-block;
    background: #8B3A0F;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: .13em;
    text-transform: uppercase;
    padding: 14px 36px;
    border-radius: 2px;
    font-weight: 600;
    transition: background .2s, transform .15s;
}

.pdt-cta-btn:hover {
    background: #6e2d0b;
    color: #fff;
    transform: translateY(-1px);
}
