/* -----------------------------css globe-------------- */
.row-grid {
    display: grid !important;
    padding: 0 15px !important;
}

.row-grid>div {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.row-grid .col-inner {
    height: 100%;
}

/* -----------------------------section-1-------------- */

.ctmi-1784960920920 {
    position: relative;
    overflow: hidden;
}

.ctmi-1784960920920 .section-bg img.bg {
    width: auto !important;
    top: 50% !important;
    right: 0 !important;
    left: auto !important;

    transform: translateY(-50%) !important;
    object-position: right center !important;
}

.ctmi-1784960920920::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10%;
    pointer-events: none;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.86) 72%,
            #fff 100%);
    z-index: 0;
}

.row-1784960920920 .hero-td {
    position: relative;
    z-index: 1;
}

.row-1784960920920 .hero-td .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--primary-soft);
    color: var(--primary-dark);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.row-1784960920920 .hero-td .eyebrow i {
    font-size: 16px;
}

.row-1784960920920 .hero-td h1 {
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.08;
    letter-spacing: -0.04em;
    margin: 16px 0 12px;
}

.row-1784960920920 .hero-td h1 span,
.row-1784960920920 .hero-td p span {
    color: var(--primary);
}

.row-1784960920920 .hero-td p {
    font-size: 18px;
    color: var(--text);
    margin-bottom: 24px;
    max-width: 520px;
}


@media (min-width: 1280px) {
    .ctmi-1784960920920::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 48%;
        pointer-events: none;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.92) 42%, rgba(255, 255, 255, 0.86) 62%, rgba(255, 255, 255, 0.76) 82%, rgba(255, 255, 255, 0) 100%);
        z-index: 1;
    }
}

@media (max-width: 1280px) {
    .ctmi-1784960920920::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 68%;
        pointer-events: none;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.92) 42%, rgba(255, 255, 255, 0.86) 62%, rgba(255, 255, 255, 0.76) 82%, rgba(255, 255, 255, 0) 100%);
        z-index: 1;
    }
}

@media (max-width: 560px) {
    .ctmi-1784960920920::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        pointer-events: none;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.92) 42%, rgba(255, 255, 255, 0.86) 62%, rgba(255, 255, 255, 0.76) 82%, rgba(255, 255, 255, 0.3) 100%);
        z-index: 1;
    }
}

/* ------------------------------section-2------------- */
.row-1784961386599 .benefits-td {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--panel);
    box-shadow: var(--shadow);
}

.row-1784961386599 .benefit-td {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 24px 34px;
    border-right: 1px solid var(--line);
}

.row-1784961386599 .benefit-td:last-child {
    border-right: none;
}

.row-1784961386599 .benefit-td .line-icon i {
    font-size: 36px;
    color: var(--primary);
}

.row-1784961386599 .benefit-td h3 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.row-1784961386599 .benefit-td p {
    color: var(--muted);
    font-size: 13px;
}

@media (max-width: 860px) {
    .row-1784961386599 .benefits-td {
        grid-template-columns: repeat(2, 1fr);
    }

    .row-1784961386599 .benefit-td:nth-child(1),
    .row-1784961386599 .benefit-td:nth-child(2) {
        border-bottom: 1px solid var(--line);
    }

    .row-1784961386599 .benefit-td:nth-child(2) {
        border-right: none;
    }

}

@media (max-width: 560px) {
    .row-1784961386599 .benefits-td {
        grid-template-columns: 1fr;
    }

    .row-1784961386599 .benefit-td {
        border-right: none;
    }

    .row-1784961386599 .benefit-td:not(:last-child) {
        border-bottom: 1px solid var(--line);
    }

}

/* ------------------------------section-3--------- */

.row-1784962921426 .rental-table {
    display: grid;
    width: 100%;
    overflow-x: auto;
    background: var(--panel);
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.row-1784962921426 .rental-table>table {
    width: 100%;
    min-width: 1010px;
    color: #333333;
    font-size: 13px;
    text-align: left;
    border-spacing: 0;
    border-collapse: separate;
    margin-bottom: 0;
}

.row-1784962921426 .rental-table>table>thead>tr {
    color: var(--white);
    background: #f36f0a;
}

.row-1784962921426 .rental-table>table>thead>tr>th {
    padding: 16px;
    font-weight: 700;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.row-1784962921426 .rental-table>table>thead>tr>th:first-child {
    width: 60px;
    border-top-left-radius: 16px;
}

.row-1784962921426 .rental-table>table>thead>tr>th:nth-child(2) {
    width: 290px;
}

.row-1784962921426 .rental-table>table>thead>tr>th:nth-child(3) {
    width: 130px;
}

.row-1784962921426 .rental-table>table>thead>tr>th:nth-child(4) {
    width: 185px;
}

.row-1784962921426 .rental-table>table>thead>tr>th:nth-child(5) {
    width: 170px;
}

.row-1784962921426 .rental-table>table>thead>tr>th:last-child {
    width: 175px;
    border-right: 0;
    border-top-right-radius: 16px;
}

.row-1784962921426 .rental-table>table>tbody>tr {
    background: var(--white);
}

.row-1784962921426 .rental-table>table>tbody>tr>td {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 16px;
    border-right: 1px solid #e5e7eb;
}

.row-1784962921426 .rental-table>table>tbody>tr>td:first-child,
.row-1784962921426 .rental-table>table>tbody>tr>td:nth-child(3),
.row-1784962921426 .rental-table>table>tbody>tr>td:nth-child(4),
.row-1784962921426 .rental-table>table>tbody>tr>td:nth-child(5),
.row-1784962921426 .rental-table>table>tbody>tr>td:last-child {
    text-align: center;
}

.row-1784962921426 .rental-table>table>tbody>tr>td:last-child {
    border-right: 0;
}

.row-1784962921426 .rental-table>table>tbody>tr:last-child>td {
    border-bottom: 1px solid #e5e7eb;
}

@media (min-width: 640px) {
    .row-1784962921426 .rental-table>table {
        font-size: 14px;
    }
}

/* ----------------------------section-4------- */
.row-1784963649704 {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    width: 100%;
}

.row-1784963649704 .rental-benefits__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    align-content: start;
    min-height: 190px;
    padding: 20px 16px;
    text-align: center;
    background: var(--white);
    border: 1px solid var(--primary-soft);
    border-radius: 12px;
    box-shadow: var(--shadow);
}

.row-1784963649704 .rental-benefits__item>div {
    display: grid;
    place-items: center;
    width: 100%;
    height: 52px;
    margin-bottom: 16px;
    color: var(--primary);
}

.row-1784963649704 .rental-benefits__item>div>svg {
    display: block;
    width: 47px;
    height: 47px;
}

.row-1784963649704 .rental-benefits__item>h3 {
    margin: 0 0 12px;
    color: var(--text);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.row-1784963649704 .rental-benefits__item>p {
    margin: 0;
    color: #555b66;
    font-size: 13px;
    line-height: 1.65;
}

@media (min-width: 640px) {
    .row-1784963649704 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .row-1784963649704 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .row-1784963649704 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

}

/* ------------------------------------------section-5------- */
.row-1784967947734 {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    width: 100%;
}

.row-1784967947734 .machine-card {
    height: 100%;
    overflow: hidden;
    background: var(--white, #fff);
    border: 1px solid #dfe3e8;
    border-radius: 12px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

.row-1784967947734 .machine-card .box-text {
    padding: 22px 20px;
}

.row-1784967947734 .machine-card .box-text-inner> :last-child {
    margin-bottom: 0;
}

.row-1784967947734 .machine-card .box-text p:nth-of-type(2) {
    padding: 8px;
    border: 1px solid var(--primary-soft);
    border-radius: 10px;
    background: #fef6f2;
}

.row-1784967947734 .machine-card>.box-text>.box-text-inner>div {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.row-1784967947734 .machine-card .box-text p:nth-of-type(2) span {
    color: var(--primary);
}

@media (min-width: 850px) {
    .row-1784967947734 .machine-card {
        display: flex;
        align-items: stretch;
        min-height: 257px;
    }

    .row-1784967947734 .machine-card>.box-image {
        flex: 0 0 42%;
        width: 42% !important;
        margin: 0;
    }

    .row-1784967947734 .machine-card>.box-image>div,
    .row-1784967947734 .machine-card>.box-image .image-cover {
        height: 100%;
        min-height: 257px;
        padding-top: 0 !important;
    }

    .row-1784967947734 .machine-card>.box-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .row-1784967947734 .machine-card>.box-text {
        display: flex;
        flex: 1 1 58%;
        align-items: center;
        width: 58%;
        padding: 28px 24px;
        text-align: left;
    }

    .row-1784967947734 .machine-card>.box-text>.box-text-inner>* {
        margin: 0;
    }
}

@media (max-width: 849px) {
    .row-1784967947734 .machine-card>.box-image {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .row-1784967947734 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

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

/* ------------------------------------------section-6------- */
.row-1784967139082 {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    width: 100%;
}

.row-1784967139082 .rental-process__item {
    position: relative;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    min-height: 156px;
    padding: 24px 20px;
    background: var(--white);
    border: 1px solid var(--primary-soft);
    border-radius: 12px;
    box-shadow: var(--shadow);
}

.row-1784967139082 .rental-process__item>span {
    position: absolute;
    top: -18px;
    left: 50%;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    background: var(--primary);
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transform: translateX(-50%);
}

.row-1784967139082 .rental-process__item>div:nth-of-type(1) {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    color: var(--primary);
}

.row-1784967139082 .rental-process__item>div:nth-of-type(1)>i {
    font-size: 43px;
    line-height: 1;
}

.row-1784967139082 .rental-process__item>div:nth-of-type(2) {
    min-width: 0;
}

.row-1784967139082 .rental-process__item>div:nth-of-type(2)>h3 {
    margin: 0 0 8px;
    color: var(--text);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.row-1784967139082 .rental-process__item>div:nth-of-type(2)>p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.75;
}

.row-1784967139082 .rental-process__item>div:nth-of-type(2)>p>br {
    display: none;
}

.row-1784967139082 .rental-process__item>.rental-process__arrow {
    position: absolute;
    top: 50%;
    right: -44px;
    z-index: 1;
    display: none;
    background: var(--bg);
    transform: translateY(-50%);
    pointer-events: none;
}

.row-1784967139082 .rental-process__item>.rental-process__arrow>i {
    font-size: 24px;
    line-height: 1;
}

@media (min-width: 768px) {
    .row-1784967139082 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .row-1784967139082 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 64px;
    }

    .row-1784967139082 .rental-process__item>.rental-process__arrow {
        display: grid;
    }
}

@media (min-width: 1536px) {
    .row-1784967139082 .rental-process__item>div:nth-of-type(2)>p>br {
        display: block;
    }
}

/* ------------------------------------------section-7------- */

.ctmi-1784969934725 {
    background: #f5f5f5;
}

.row-1784969934725 {
    display: grid;
    grid-template-columns: 1fr;
}

.row-1784969934725 .stats-item {
    display: grid;
    grid-template-columns: 72px 1fr;
    align-items: center;
    column-gap: 20px;
    padding: 20px 12px;
    border-bottom: 1px solid #e5e7eb;
}

.row-1784969934725 .stats-item>div:first-child {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    color: var(--primary);
}

.row-1784969934725 .stats-item>div:first-child>i {
    font-size: 64px;
    line-height: 1;
}

.row-1784969934725 .stats-item:nth-child(2)>div:first-child>i,
.row-1784969934725 .stats-item:nth-child(3)>div:first-child>i {
    font-size: 61px;
}

.row-1784969934725 .stats-item>div:last-child>h3 {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--primary);
}

.row-1784969934725 .stats-item>div:last-child>p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: #3f4650;
}

@media (min-width: 768px) {
    .row-1784969934725 {
        grid-template-columns: repeat(3, 1fr);
    }

    .row-1784969934725 .stats-item {
        padding: 4px 40px;
        border-bottom: 0;
        border-right: 2px solid #e5e7eb;
    }

    .row-1784969934725 .stats-item:first-child {
        padding-left: 32px;
        padding-right: 32px;
    }

    .row-1784969934725 .col:last-child .stats-item {
        border-right: 0;
    }
}

/* ------------------------------------------section-8------- */
/* ------------accordion */
.row-1784970242782 .faq-accordion {
    display: grid;
    gap: 10px;
}

.row-1784970242782 .faq-accordion .accordion-item {
    border: 1px solid var(--primary);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 24px rgba(26, 38, 56, 0.08);
    transition: box-shadow .25s ease, transform .25s ease;
}

.row-1784970242782 .faq-accordion .accordion-item .accordion-title {
    position: relative;
    border-top: none;
    padding: 16px 56px 16px 20px;
    transition: color .25s ease, background-color .25s ease;
}

.row-1784970242782 .faq-accordion .accordion-item .accordion-title.active {
    color: var(--primary-dark);
    background: rgba(255, 102, 0, 0.04);
}

.row-1784970242782 .faq-accordion .accordion-item .accordion-title .toggle {
    display: none;
}

.row-1784970242782 .faq-accordion .accordion-title::before,
.row-1784970242782 .faq-accordion .accordion-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 12px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transform: translateY(-50%);
    transition: transform .25s ease, opacity .2s ease;
}

.row-1784970242782 .faq-accordion .accordion-title::before {
    transform: translateY(-50%) rotate(90deg);
}

.row-1784970242782 .faq-accordion .accordion-title.active::before {
    opacity: 0;
    transform: translateY(-50%) rotate(90deg) scaleX(0);
}

.row-1784970242782 .faq-accordion .accordion-inner {
    animation: faq-open .28s ease both;
}

@keyframes faq-open {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ------------------------------------------section-9------- */
.row-1784972498601 .cta {
    display: grid;
    gap: 24px;
    padding: 24px;
    border-radius: 18px;
    background: var(--primary);
    box-shadow: var(--shadow);
}

.row-1784972498601 .cta-left {
    display: grid;
    grid-template-columns: 68px 1fr;
    align-items: center;
    gap: 20px;
}

.row-1784972498601 .cta-left>div:first-child {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--white);
    color: var(--primary);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.row-1784972498601 .cta-left>div:first-child>i {
    font-size: 38px;
    line-height: 1;
}

.row-1784972498601 .cta-left>div:last-child>p:first-child {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
    color: var(--line);
}

.row-1784972498601 .cta-left>div:last-child>p:last-child {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
    color: var(--line);
}

.row-1784972498601 .cta-right {
    display: grid;
    gap: 20px;
}

.row-1784972498601 .cta-right>div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.row-1784972498601 .cta-right>div>div:nth-child(1) i {
    color: var(--panel);
    font-size: 40px;
}

.row-1784972498601 .cta-right>div>div:nth-child(2)>p {
    margin: 0 0 4px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.row-1784972498601 .cta-right>div>div:nth-child(2)>p:last-child {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: var(--white);
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.row-1784972498601 .cta-right>a {
    min-height: 48px;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 28px;
    border-radius: 8px;
    background: var(--white);
    color: #282828;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition:
        transform 0.2s ease,
        background 0.2s ease;
}

.row-1784972498601 .cta-right>a:hover {
    transform: translateY(-2px);
    background: #fff7f2;
}

.row-1784972498601 .cta-right>a>i {
    font-size: 16px;
    line-height: 1;
}

@media (min-width: 640px) {
    .row-1784972498601 .cta {
        padding-left: 32px;
        padding-right: 32px;
    }

    .row-1784972498601 .cta-left>div:last-child>p:first-child {
        font-size: 18px;
    }

    .row-1784972498601 .cta-right {
        grid-template-columns: 1fr auto;
        align-items: center;
        justify-content: space-between;
    }

    .row-1784972498601 .cta-right>a {
        width: max-content;
    }

    .row-1784972498601 .cta-right>div>a {
        font-size: 23px;
    }
}

@media (min-width: 1024px) {
    .row-1784972498601 .cta {
        grid-template-columns: 1.3fr 0.7fr;
        align-items: center;
        justify-content: space-between;
        padding-left: 48px;
        padding-right: 48px;
    }

    .row-1784972498601 .cta-right {
        column-gap: 40px;
    }
}