/* Channel Partner page style Start */
/* HERO SECTION */
.cp-hero {
    background-color: #1f2a33;
    color: #fff;
}

/* LEFT SIDE */
.cp-hero-content {
    padding: 96px 56px;
}

.cp-inner {
/*     max-width: 624px; */
	padding: 0 32px 0 90px;
}

/* TITLE */
.cp-title {
    font-size: 80px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 32px;
	letter-spacing: -2%;
}

/* SUBTITLE */
.cp-subtitle {
    color: #f56600;
    font-size: 32px;
    font-weight: 600;
	line-height: 120%;
	letter-spacing: -1%;
    margin-bottom: 16px;
}

/* DESCRIPTION */
.cp-desc {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 32px;
}

.cp-desc p {
    margin-bottom: 16px;
	color: #fff;
}

/* BUTTON */
.cp-btn {
    display: inline-block;
    background-color: #f56600;
    color: #fff;
    padding: 16px 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    transition: 0.3s ease;
}

.cp-btn:hover {
    background-color: #d95500;
    color: #fff;
}

/* RIGHT IMAGE */
.cp-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	mix-blend-mode: Luminosity;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .cp-hero-content {
        padding: 56px 32px;
    }

    .cp-title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .cp-hero-content {
        padding: 48px 16px;
    }

    .cp-title {
        font-size: 32px;
    }

    .cp-hero-image {
        height: 300px;
    }

    .cp-hero-image img {
        height: 100%;
    }
}


/* SECTION */
.how-partner {
    padding: 96px 0;
    background: #fff;
}

/* CONTAINER WIDTH CONTROL */
.how-partner .container {
    max-width: 1088px;
}

/* TITLE */
.how-title {
    color: #f56600;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

/* INTRO */
.how-intro {
    font-size: 16px;
    margin-bottom: 32px;
    max-width: 800px;
}

/* GRID */
.how-grid {
    margin-left: -8px;
    margin-right: -8px;
}

.how-col {
    padding: 8px;
}

/* CARD */
.how-card {
    position: relative;
    height: 180px;
    overflow: hidden;
    border-radius: 4px;
    display: flex;
    align-items: flex-end;
    padding: 16px;
    color: #fff;
}

/* BACKGROUND IMAGE */
.how-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
}

/* OVERLAY */
.how-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}

/* TITLE */
.how-card-title {
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .how-card {
        height: 160px;
    }
}

@media (max-width: 767px) {
    .how-partner {
        padding: 56px 0;
    }

    .how-card {
        height: 140px;
    }
}


/* SECTION */
.why-partner {
    background-color: #f56600;
    padding: 96px 0;
    color: #fff;
}

/* CONTAINER */
.why-partner .container {
    max-width: 1088px;
}

/* TITLE */
.why-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 32px;
}

/* GRID */
.why-grid {
    gap: 32px;
}

/* ITEM */
.why-item {
    width: 192px;
}

/* ICON */
.why-icon {
    width: 128px;
    height: 128px;
    margin: 0 auto 24px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-icon img {
    max-width: 60%;
    max-height: 60%;
}

/* TITLE */
.why-item-title {
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    margin: 0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .why-item {
        width: 160px;
    }
}

@media (max-width: 767px) {
    .why-partner {
        padding: 56px 0;
    }

    .why-title {
        font-size: 26px;
        line-height: 34px;
    }

    .why-item {
        width: 45%;
    }

    .why-icon {
        width: 100px;
        height: 100px;
    }
}

/* SECTION */
.eco-section {
    background: #f1f1f1;
    padding: 48px 0;
}

/* CONTAINER */
.eco-container {
    max-width: 1312px;
}

/* LEFT */
.eco-left {
    padding-right: 32px;
}

/* TITLE */
.eco-title {
    color: #f56600;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 32px;
}

/* TABLE */
.eco-table {
    width: 100%;
}

/* ROW */
.eco-row {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
}

/* HEADER */
.eco-head {
    font-weight: 700;
}

/* COLUMNS */
.eco-col {
    width: 50%;
    font-size: 14px;
}

/* RIGHT */
.eco-right {
    border-left: 2px solid #f56600;
    padding-left: 32px;
}

/* BENEFIT TITLE */
.benefit-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

/* LIST */
.benefit-list {
    padding-left: 18px;
    margin-bottom: 24px;
}

.benefit-list li {
    margin-bottom: 8px;
    font-size: 14px;
}

/* BUTTON */
.eco-btn {
    display: inline-block;
    background: #f56600;
    color: #fff;
    padding: 12px 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 991px) {

    .eco-right {
        margin-top: 32px;
        border-left: none;
        padding-left: 0;
    }

    .eco-left {
        padding-right: 0;
    }
}