.landing-nav__link {
    display: block;
    white-space: nowrap;
    font-size: 14px;
    line-height: 230%;
    color: #A3A3A3;
    border-bottom: 2px solid transparent;

    transition: all 0.2s linear;
}

.landing-nav__link.active {
    color: #19BB4F;
    border-bottom: 2px solid #19BB4F;
}

ul.overflow-x-scroll {
    cursor: grab;
    padding-bottom: 10px;
}

ul.overflow-x-scroll::-webkit-scrollbar {
    height: 3px;
}

ul.overflow-x-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
}

ul.overflow-x-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
}

#tableContent {
    overflow-y: hidden;
    transition: height 0.2s linear;
}

.table-button {
    position: absolute;
    bottom: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 80px;
    padding: 20px 0;
    color: #B4B4B4;

    background: linear-gradient(
        rgba(255,255,255,.0) 0,
        rgba(255,255,255,0.8) 25%,
        rgba(255,255,255,1.0) 50%
    );

    transition: color 0.2s linear;
}

.table-button.show {
    background: rgba(255,255,255,1.0);
}

.table-button:hover,
.table-button:focus {
    outline: 0;
    color: #979797;
}

.btn-text {
    font-size: 18px;
    line-height: 1.25;
}

.btn-icon {
    margin-left: 8px;
}

.btn-icon svg {
    transform-origin: center center;

    transition: transform 0.2s linear;
}

.table-button.show .btn-icon svg {
    transform: rotate(180deg);
}

.process-list {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(2, 50%);
}

.process-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.process-item__number {
    font-weight: 500;
    font-size: 55px;
    line-height: 1.25;
    color: rgba(25, 187, 79, 0.5);
}

.process-item__text {
    margin: 0 20px;
    text-align: center;
    font-size: 16px;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
    .process-list {
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: repeat(3, 1fr);
    }

    .process-item:not(:last-child):not(:nth-child(3))::before {
        position: absolute;
        top: 35px;
        left: calc(50% + 50px);
        display: block;
        width: calc(100% - 100px);
        height: 2px;
        content: "";
        background-color: rgba(25, 187, 79, 0.5);
    }
}

@media (min-width: 1024px) {
    .process-list {
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(5, 1fr);
    }

    .process-item:not(:last-child)::before {
        position: absolute;
        top: 35px;
        left: calc(50% + 50px);
        display: block;
        width: calc(100% - 100px);
        height: 2px;
        content: "";
        background-color: rgba(25, 187, 79, 0.5);
    }
}

.banner-bg {
    display: block;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

@media (min-width: 640px) {
    .banner-bg {
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        width: 300px;
        height: auto;
        background-size: 100% auto;
    }
}

@media (min-width: 1024px) {
    .banner-bg {
        right: 120px;
    }
}

.content-banner {
    background: linear-gradient(267.95deg, #3DE775 12.33%, #30C461 99.27%);
}

.banner-title {
    position: relative;
    z-index: 2;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
}

@media (min-width: 640px) {
    .banner-title {
        font-size: 28px;
    }
}

.banner-text {
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}

.banner-button {
    position: relative;
    z-index: 2;
}

.type {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.type-title {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
}

.differences-types {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-gap: 1.5rem;
    gap: 1.5rem;
}

@media (min-width: 500px) {
    .differences-types {
        grid-template-rows: repeat(1, minmax(0, 1fr));
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.differences-type-wrapper {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1.5rem;
    border-radius: 1.5rem;
}

.differences-type__title_h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.015em;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
}

.differences-type__quantity-companies {
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.015em;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
}

.differences-type-image {
    margin-top: 10px;
    margin-bottom: 10px;
}

.differences-type-item__title {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.015em;
    color: #A6A6A6;
}

.differences-type-item__description {
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.015em;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
}

.differences-type-item:not(:first-child) {
    margin-top: 10px;
}

@media (min-width: 1024px) {
    .differences-type-content {
        margin-top: 20px;
    }

    .differences-type-image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        margin: 0;
    }
}

.swiper {
    padding-bottom: 20px;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets {
    bottom: 5px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #19BB4F;
    border-radius: 50%;
    opacity: 1;
    background-color: transparent;
    transition: all 0.2s linear;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #19BB4F;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

.company-card-topline {
    z-index: 10;
    width: 100%;
}

.company-card-topline-inner {
    display: flex;
    flex-direction: column;
}

@media (min-width: 440px) {
    .company-card-topline-inner {
        flex-direction: row;
    }
}

@media (min-width: 640px) {
    .company-card-topline {
        width: 66.666667%;
    }
}

@media (min-width: 1280px) {
    .company-card-topline {
        width: 33.333333%;
    }
}

.company-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 100%;
    margin: 20px 0;
}

@media (min-width: 440px) {
    .company-logo {
        max-width: 100px;
        margin: 0 20px;
    }
}

.company-logo__image {
    max-width: 100px;
    max-height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
}

.offer-name-wrapper {
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 440px) {
    .offer-name-wrapper {
        margin-left: 10px;
    }
}

@media (min-width: 768px) {
    .offer-name-wrapper {
        margin-left: 20px;
    }
}

.offer__name {
    pointer-events: auto;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
}

.offer-reviews {
    display: flex;
    align-items: center;
}

.offer-reviews__rating {
    display: flex;
    align-items: center;
    color: #FFD055;
}

.offer-reviews__rating_number {
    display: block;
    margin-left: 5px;
}

.offer-reviews__reviews {
    margin-left: 5px;
    font-size: 14px;
    line-height: 1.25;
    color: #A6A6A6;
}

.details-reviews-wrapper {
    padding-top: 25px;
}

.reviews-slide__head {
    display: flex;
    align-items: center;
}

.reviews-slide__avatar {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
}

.reviews-slide__avatar > img {
    vertical-align: middle;
}

.reviews-slide-info {
    width: calc(100% - 65px);
    margin-left: 15px;
}

.reviews-slide__author {
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
}

.reviews-slide__body {
    padding-top: 10px;
}

.reviews-slide__text {
    font-size: 12px;
    line-height: 150%;
    color: #7E7E7E;
}

.swiper-footer {
    display: flex;
    align-items: center;
    /*justify-content: flex-end;*/
    justify-content: flex-start;
    padding: 10px 0 20px 0;
}

.swiper-footer__link {
    max-width: 300px;
    margin-right: 10px;
    padding: 5px;
    font-size: 14px;
    line-height: 17px;
    color: #B1B1B1;
    border: 1px solid #F7F7F7;
    box-sizing: border-box;
    border-radius: 5px;
    transition: background 0.2s linear;
}

.swiper-footer__link:focus,
.swiper-footer__link:hover {
    background-color: #F7F7F7;
}

.swiper-button {
    display: flex;
}

.details-reviews-swiper__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    transition: all 0.2s linear;
}

.details-reviews-swiper__button--prev,
.details-reviews-swiper__button--next {
    margin-left: 10px;
    color: #B1B1B1;
    border: 1px solid #F5F5F5;
}

.details-reviews-swiper__button:focus {
    outline: 0;
}

.details-reviews-swiper__button:focus,
.details-reviews-swiper__button:hover {
    color: #B1B1B1;
    background: #F5F5F5;
}

.details-reviews-swiper-slide {
    width: 100%;
}

@media (min-width: 768px) {
    .details-reviews-wrapper {
        width: 420px;
        padding-top: 30px;
        /*padding-right: 40px;*/
        /*padding-left: 40px;*/
        padding-right: 0;
        padding-left: 0;
    }

    .details-reviews-swiper__button--prev {
        position: absolute;
        top: 50%;
        left: 0;
        margin: 0;
        transform: translateY(-50%);
    }

    .details-reviews-swiper__button--next {
        position: absolute;
        top: 50%;
        right: 0;
        margin: 0;
        transform: translateY(-50%);
    }

    .reviews-slide__text {
        font-size: 15px;
        line-height: 150%;
    }
}

@media (min-width: 1280px) {
    .details-reviews-wrapper {
        padding-top: 0;
    }
}

.reviews-slide__text-hide {
    position: relative;
    overflow-y: hidden;
    transition: max-height 0.2s linear;
}

.reviews-slide__text-hide::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 25px;
    content: "";
    background: linear-gradient(
        to top,
        rgba(242, 242, 242, 1),
        rgba(242, 242, 242, 0)
    );
}

.reviews-slide__text-hide--open::after {
    opacity: 0;
}

.reviews-slide-text__toggle {
    display: none;
    width: 280px;
    margin-top: 10px;
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #b4b4b4;
    background-color: transparent;
    border: 1px solid #fbfbfb;
    border-radius: 5px;
    transition: background-color 0.2s linear;
}

.reviews-slide-text__toggle:focus,
.reviews-slide-text__toggle:hover {
    background-color: #fbfbfb;
    outline: none;
}

.swiper-footer__button-add_review {
    display: flex;
    align-items: center;
    max-width: 300px;
    padding: 5px;
    font-size: 14px;
    line-height: 17px;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
    border: 2px solid #19BB4F;
    box-sizing: border-box;
    border-radius: 5px;
    transition: background 0.2s linear;
}

.swiper-footer__button-add_review .icon {
    margin-right: 5px;
}

.swiper-footer__button-add_review .text {
    font-size: 14px;
    line-height: 1.25;
    color: currentColor;
}

.swiper-footer__button-add_review:focus,
.swiper-footer__button-add_review:hover {
    color: #ffffff;
    background: #19BB4F;
    outline: none;
}

.offer-card {
    margin-top: 5px;
    padding: 35px 20px 20px 20px;
    background: #FFFFFF;
    box-shadow: 0px 1px 3px #D9D9D9;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.offer-card:focus,
.offer-card:hover {
    box-shadow: 0px 1px 3px #A9A9A9;
}

.offer-card__base-link::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    content: "";
}

.offer-options {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.offer-options-cell {
    width: 50%;
    padding-bottom: 15px;
}

.offer-options-cell:nth-child(even) {
    padding-left: 5px;
}

.offer-options__value {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
}

.offer-options__title {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.25;color: #A6A6A6;
}

.offer__button {
    display: block;
    width: 100%;
    max-width: 180px;
    min-height: 50px;
    flex: 1 0 auto;
    margin: 5px auto 0 auto;
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    background: #19BB4F;
    box-shadow: 0px 7px 16px rgba(25, 187, 79, 0.5);
    border-radius: 54px;
    transition: background 0.2s linear;
}

.offer__button:focus,
.offer__button:hover {
    outline: 0;
    background: #1BC754;
}

.offer-details {
    margin: 20px -20px -20px -20px;
}

.offer-details__button {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    padding: 8px 0 10px 0;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
    background-color: #F5F5F5;
    transition: color 0.2s linear,  background 0.2s linear;
}

.offer-details__button__text {
    font-size: 18px;
    line-height: 1.25;
    color: currentColor;
}

.offer-details__button__icon {
    display: block;
    margin-left: 5px;
    color: currentColor;
}

.offer-details__button__icon svg {
    position: relative;
    animation: 0.4s ease-in-out 0s infinite alternate repeat_step_svg;
}

@keyframes repeat_step_svg {
    from {
        top: 7px;
    }
    to {
        top: 11px;
    }
}

.offer-details__button[aria-expanded="false"] .offer-details__button__icon svg {
    transform: rotate(0);
    transition: transform 0.2s linear;
}

.offer-details__button[aria-expanded="true"] .offer-details__button__icon svg {
    transform: rotate(-180deg);
}

.offer-details__button:focus,
.offer-details__button:hover {
    color: #B4B4B4;
    background-color: #FBFBFB;
    outline: none;
}

.overflow-hidden-open {
    position: relative;
    max-height: 1000px;
}

.overflow-hidden-open::before {
    position: absolute;
    top: 4px;
    right: 20px;
    left: 20px;
    display: block;
    height: 1px;
    background-color: #F2F2F2;
    content: "";
}

.details__link {
    width: 180px;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
    background: #EAEAEA;
    border-radius: 76px;
    text-align: center;
    transition: background 0.2s linear;
}

.details__link:focus,
.details__link:hover {
    background: #F2F2F2;
}

.details__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
}

.details-options__title {
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 1.25;
    color: #A6A6A6;
}

.details-options__value {
    font-size: 15px;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
}

.offer-details > .overflow-hidden {
    padding-right: 20px;
    padding-left: 20px;
}

.offer-details > .overflow-hidden-open {
    padding-top: 25px;
}

.details-title {
    margin-bottom: 16px;
}

.details-options {
    margin-bottom: 19px;
}

.details-options__title {
    margin-bottom: 5px;
}

.details-reviews {
    position: relative;
}

.details-reviews::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 1px;
    background-color: #F2F2F2;
    content: "";
}

@media (min-width: 490px) {
    .offer-options-cell {
        width: auto;
    }

    .offer-options-cell + .offer-options-cell {
        margin-left: 20px;
    }
}

@media (min-width: 768px) {
    .offer-card {
        padding: 42px 50px 30px 50px;
    }

    .offer-card__base > div {
        min-height: 72px;
    }

    .overflow-hidden-open::before {
        right: 50px;
        left: 50px;
    }

    .offer-options-cell + .offer-options-cell {
        margin-left: 35px;
    }

    .offer__button {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }

    .offer-details {
        margin: 10px -50px -30px -50px;
    }

    .offer-details > .overflow-hidden-open {
        padding-top: 30px;
    }

    .offer-details > .overflow-hidden {
        padding-right: 50px;
        padding-left: 50px;
    }

    .details-title {
        margin-bottom: 35px;
    }

    .details-options {
        display: flex;
        margin-bottom: 25px;
    }

    .details-options__title {
        width: 200px;
    }
}

@media (min-width: 1280px) {
    .offer-options {
        flex-wrap: nowrap;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 25px;
    }

    .offer-options-cell {
        padding-top: 0;
        padding-bottom: 0;
    }

    .offer-options-cell.xl\:w-1\/6 {
        width: 16.666667%;
    }

    .offer-options-cell.xl\:w-2\/6 {
        width: 33.333333%;
    }

    .details-reviews {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 30px;
    }

    .details-reviews::before {
        top: 50px;
        right: auto;
        bottom: 40px;
        left: 0;
        width: 1px;
        height: auto;
    }
}

.hidden-offer-details .offer-details {
    display: none;
}

.borrower-requirements__text {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #6B7280;
}

.car-check_list {
    counter-reset: car-check_list;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.car-check_item {
    counter-increment: car-check_list;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.car-check_item::before {
    content: counter(car-check_list);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    margin-bottom: 20px;

    font-weight: 600;
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    background: #19BB4F;
}

.car-check_text {
    font-size: 16px;
    line-height: 175%;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .car-check_list {
        flex-direction: row;
        align-items: flex-start;
    }
    
    .car-check_item {
        flex: 1 0 0;
    }
}

.pawnshops-to-cheat_list {
    counter-reset: pawnshops-to-cheat_list;
    display: grid;
    grid-gap: 1rem;
    gap: 1rem;
}

.pawnshops-to-cheat_item {
    counter-increment: pawnshops-to-cheat_list;
    display: flex;
    flex-direction: column;
}

.pawnshops-to-cheat_item_title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
}

.pawnshops-to-cheat_item_title::before {
    content: "0" counter(pawnshops-to-cheat_list) ".";
    color: #19BB4F;
}

.pawnshops-to-cheat_item_text {
    font-size: 16px;
    line-height: 175%;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .pawnshops-to-cheat_list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(2, minmax(0, 1fr));
        grid-gap: 2rem;
        gap: 2rem;
    }

    .pawnshops-to-cheat_item_title {
        font-size: 26px;
    }

    .pawnshops-to-cheat_item_text {
        font-size: 18px;
    }
}

@media (min-width: 1280px) {
    .pawnshops-to-cheat_list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }
}

.credeo-warranties_list {
    counter-reset: credeo-warranties_list;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.credeo-warranties_item {
    counter-increment: credeo-warranties_list;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.credeo-warranties_item_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    margin-bottom: 20px;
    color: #FFFFFF;
    background: rgba(25, 187, 79, 0.5);
}

.credeo-warranties_text {
    font-size: 16px;
    line-height: 175%;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .credeo-warranties_list {
        flex-direction: row;
        align-items: flex-start;
    }
    
    .credeo-warranties_item {
        flex: 1 0 0;
    }
}

.review {
    background-image: url("data:image/svg+xml,%3Csvg width='47' height='33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.538 0c.084 1.008.126 2.058.126 3.15.084 1.092.084 1.974 0 2.646a43.665 43.665 0 01-3.024 14.616c-1.764 4.62-3.948 8.736-6.552 12.348L0 29.862a59.983 59.983 0 003.906-11.718C4.83 14.028 5.292 10.08 5.292 6.3c0-.588-.042-1.512-.126-2.772 0-1.26-.084-2.436-.252-3.528h15.624zM45.99 0c.084 1.008.126 2.058.126 3.15.084 1.092.084 1.974 0 2.646a43.665 43.665 0 01-3.024 14.616c-1.764 4.62-3.948 8.736-6.552 12.348l-11.088-2.898a59.983 59.983 0 003.906-11.718c.924-4.116 1.386-8.064 1.386-11.844 0-.588-.042-1.512-.126-2.772 0-1.26-.084-2.436-.252-3.528H45.99z' fill='%23F2F2F2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 20px;
}

.review-user_name {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
}

.review-created_at {
    font-size: 14px;
    line-height: 150%;
    color: #A6A6A6;
}

.review-text {
    font-size: 15px;
    line-height: 150%;
    color: #595959;
}

.review-more {
    color: #B1B1B1;
}

.free-quote {
}

.free-quote-content {
    display: grid;
    grid-template-rows: repeat(4, minmax(0, auto));
}

.free-quote-bg {
    justify-self: center;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: center center;
}

.free-quote__title {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
    text-align: center;
}

.free-quote-list {
    width: 215px;
    margin: 15px auto 25px;
}

.free-quote__item {
    font-size: 12px;
    line-height: 140%;
    color: #A6A6A6;
}

.free-quote__item + .free-quote__item {
    margin-top: 5px;
}

.free-quote-form {
    justify-self: center;
}

.speed_form {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

[data-id="speed_form"] .speed_form_phone {
    width: 180px;
    min-height: 35px;
    font-size: 18px;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #C4C4C4;
}

.btn.btn--green {
    width: 180px;
    min-height: 50px;
    flex: 1 0 auto;
    margin: 10px auto 0 auto;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    background: #19BB4F;
    box-shadow: 0 7px 16px rgba(25, 187, 79, 0.5);
    border-radius: 54px;
    transition: background 0.2s linear;
}

.btn.btn--green span {
    font-size: 16px;
}

.btn.btn--green:focus,
.btn.btn--green:hover {
    outline: 0;
    background: #1BC754 !important;
}

.pt-5.privacy {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    text-align: left;
    font-size: 9px;
    padding-top: 25px;
    color: #9199A0;
}

.pt-5.privacy a {
    color: #19BB4F;
}

@media (min-width: 465px) {
    .free-quote__title {
        font-size: 23px;
    }

    .free-quote__item {
        font-size: 14px;
    }

    .speed_form {
        flex-direction: row;
    }

    [data-id="speed_form"] .speed_form_phone {
        width: 100%;
        margin-right: 0;
    }

    .btn.btn--green {
        width: 100%;
        max-width: 180px;
        margin: 0 0 0 25px;
    }

    .pt-5.privacy {
        width: 385px;
        margin: 0 55px 0 0;
    }
}

@media (min-width: 640px) {
    .free-quote-content {
        grid-template-rows: repeat(2, minmax(0, auto));
        grid-template-columns: repeat(2, 1fr);
    }

    .free-quote-title {

    }

    .free-quote__title {
        margin-bottom: 0;
        text-align: left;
    }

    .free-quote-bg {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
        align-self: center;
        justify-self: center;
    }

    .free-quote-list {
        margin-left: 0;
    }

    .free-quote-form {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 3;
        justify-self: center;
    }

    .speed_form {
        margin-top: 10px;
    }

    .pt-5.privacy {
        padding-top: 20px;
    }
}

@media (min-width: 768px) {
    .free-quote-wrapper {
        display: flex;
        justify-content: flex-end;
        background-size: 180px;
        background-position: 50px 50%;
    }

    .btn.btn--green {
        margin-right: 0;
    }

    .speed_form-button {
        margin-right: 0;
        margin-left: 0;
    }

    .privacy {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 1024px) {
    .free-quote__title {
        font-size: 25px;
    }

    .free-quote-bg {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 4;
        align-self: center;
        justify-self: center;

        width: 250px;
        height: 250px;
        background-size: 250px;
    }

    .free-quote-list {
        margin-left: 0;
    }

    .free-quote-form {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 3;
        justify-self: center;
    }

    .free-quote .speed_form .btn {
        margin-top: 0;
        border-top-left-radius: 54px;
        border-bottom-left-radius: 54px;
    }
}

@media (min-width: 1280px) {
    .free-quote-bg {
        width: 300px;
        height: 300px;
        background-size: 300px;
    }

    .free-quote__title {
        width: 530px;
        font-size: 32px;
    }

    .free-quote-list {
        width: 530px;
        margin-top: 24px;
    }

    .free-quote__item {
        font-size: 16px;
    }

    .speed_form {
        width: 530px;
    }

    .pt-5.privacy {
        width: 530px;
        margin-right: 200px;
    }
}

.speed_form span.text-xs {
    display: none;
}

.speed_form input {
    transition: all 0.2s linear;
}

.speed_form input.border-gray-300 {
    color: #eb5757;
    border-bottom-color: #eb5757;
}

.speed_form input.border-gray-300::-moz-placeholder {
    color: #eb5757;
}

.speed_form input.border-gray-300:-ms-input-placeholder {
    color: #eb5757;
}

.speed_form input.border-gray-300::placeholder {
    color: #eb5757;
}

.free-quote .speed_form input {
    width: 100%;
}

.section-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
}

.section-title--small {
    font-size: 20px;
}

@media (min-width: 1280px) {
    .section-title {
        font-size: 36px;
    }
}

.section-h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
    .section-h3 {
        font-size: 28px;
    }
}

.section-h3-sub {
    font-size: 16px;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
}

.text {
    font-size: 16px;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
}

.text--gray {
    color: #A6A6A6;
}

.text--small {
    font-size: 16px;
}

@media (min-width: 640px) {
    .text {
        font-size: 18px;
    }

    .text--small {
        font-size: 16px;
    }
}

.breadcrumbs {
    background-color: #fff;
}

.hero {
    padding-top: 0;
    padding-bottom: 60px;
    background-color: #fff;
}

@media (min-width: 640px) {
    .hero {
        padding-top: 25px;
    }
}

@media (min-width: 1280px) {
    .hero {
        padding-top: 50px;
    }
}

.hero-content {
    min-width: 280px;
    max-width: 670px;
}

.page-title {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
    z-index: 2;
    text-align: center;
}

@media (min-width: 640px) {
    .page-title {
        font-size: 36px;
        text-align: left;
    }
}

@media (min-width: 1280px) {
    .page-title {
        font-size: 48px;
    }
}

.page-subtitle {
    position: relative;
    max-width: 380px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.015em;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
    z-index: 2;
    text-align: center;
}

@media (min-width: 640px) {
    .page-subtitle {
        margin-left: 0;
        text-align: left;
    }
}

.hero-btn {
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

@media (min-width: 640px) {
    .hero-btn {
        margin: 0 auto 0 0;
    }
}

.hero-bg {
    width: 100%;
    height: 280px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}

@media (min-width: 640px) {
    .hero-bg {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 280px;
        z-index: 1;
        background-position-x: initial;
    }
}

@media (min-width: 1024px) {
    .hero-bg {
        top: -20px;
        right: 60px;
        bottom: auto;
        width: 440px;
        height: 440px;
    }
}

.content-table {
    display: block;
    overflow-x: auto;
    margin-right: -20px;
}

@media (min-width: 768px){
    .content-table {
        margin-right: 0;
    }
}

.content-table > .rounded-xl {
    border-radius: .75rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.speed_form span.text-xs {
    display: block;
}

