:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-37dc1b3 *//* =====================================================
   MAFSIN COMPLETE ABOUT PAGE
   ===================================================== */

.mafsin-about-page {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    color: #103f3a;
    font-family: inherit;
}


/* =====================================================
   COMMON
   ===================================================== */

.mafsin-about-page * {
    box-sizing: border-box;
}

.mafsin-section-label,
.mafsin-eyebrow {
    display: inline-block;

    color: #54ed7a;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mafsin-about-page h1,
.mafsin-about-page h2,
.mafsin-about-page h3,
.mafsin-about-page p {
    margin-top: 0;
}

.mafsin-about-page h2 span,
.mafsin-about-page h1 span {
    color: #54ed7a;
}


/* =====================================================
   SECTION 1 - HERO
   ===================================================== */

.mafsin-about-hero {
    width: 100%;
    padding: 70px 5%;

    background: #103f3a;
}

.mafsin-about-hero-inner {
    max-width: 1650px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 48% 52%;

    align-items: stretch;

    overflow: hidden;
    border-radius: 22px;

    background: #103f3a;
}

.mafsin-about-hero-content {
    padding: 75px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mafsin-about-hero-content h1 {
    margin: 20px 0 25px;

    color: #ffffff;

    font-size: 60px;
    line-height: 1.05;
    letter-spacing: -2px;
    font-weight: 700;
}

.mafsin-about-hero-content p {
    max-width: 620px;

    margin: 0;

    color: #ffffff;

    font-size: 18px;
    line-height: 1.65;
}

.mafsin-about-hero-image {
    min-height: 570px;
}

.mafsin-about-hero-image img {
    width: 100%;
    height: 100%;
    min-height: 570px;

    object-fit: cover;

    display: block;
}


/* =====================================================
   SECTION 2 - STORY
   ===================================================== */

.mafsin-story-section {
    width: 100%;
    padding: 100px 5%;

    background: #ffffff;
}

.mafsin-story-container {
    max-width: 1400px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.5fr 0.8fr;

    gap: 100px;
    align-items: center;
}

.mafsin-story-content h2 {
    margin: 18px 0 28px;

    color: #103f3a;

    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -1.5px;
}

.mafsin-story-content p {
    max-width: 760px;

    margin-bottom: 18px;

    color: #163f3b;

    font-size: 17px;
    line-height: 1.7;
}

.mafsin-story-card {
    padding: 55px 45px;

    background: #103f3a;

    border-radius: 20px;

    color: #ffffff;
}

.mafsin-story-card-number {
    width: 70px;
    height: 70px;

    margin-bottom: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #54ed7a;
    color: #103f3a;

    border-radius: 50%;

    font-size: 34px;
    font-weight: 700;
}

.mafsin-story-card h3 {
    margin-bottom: 15px;

    color: #ffffff;

    font-size: 26px;
}

.mafsin-story-card p {
    margin: 0;

    color: #ffffff;

    font-size: 16px;
    line-height: 1.6;
}


/* =====================================================
   SECTION 3 - WHAT WE OFFER
   ===================================================== */

.mafsin-offer-section {
    width: 100%;
    padding: 90px 5%;

    background: #f7f7f3;
}

.mafsin-offer-container {
    max-width: 1450px;
    margin: 0 auto;
}

.mafsin-offer-heading {
    max-width: 750px;
    margin-bottom: 55px;
}

.mafsin-offer-heading h2 {
    margin: 18px 0;

    color: #103f3a;

    font-size: 48px;
    line-height: 1.1;
}

.mafsin-offer-heading p {
    margin: 0;

    color: #163f3b;

    font-size: 17px;
    line-height: 1.6;
}

.mafsin-offer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 25px;
}

.mafsin-offer-item {
    padding: 35px 28px;

    background: #ffffff;

    border-radius: 16px;
}

.mafsin-offer-icon {
    width: 35px;
    height: 35px;

    margin-bottom: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #54ed7a;
    color: #103f3a;

    border-radius: 50%;

    font-weight: 800;
}

.mafsin-offer-item h3 {
    margin-bottom: 10px;

    color: #103f3a;

    font-size: 21px;
}

.mafsin-offer-item p {
    margin: 0;

    color: #163f3b;

    font-size: 15px;
    line-height: 1.6;
}


/* =====================================================
   SECTION 4 - IMAGE + CONTENT
   ===================================================== */

.mafsin-about-feature-section {
    width: 100%;
    padding: 90px 5%;

    background: #ffffff;
}

.mafsin-about-feature-container {
    max-width: 1550px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1fr;

    background: #103f3a;

    border-radius: 22px;
    overflow: hidden;
}

.mafsin-about-feature-image {
    min-height: 600px;
}

.mafsin-about-feature-image img {
    width: 100%;
    height: 100%;
    min-height: 600px;

    display: block;

    object-fit: cover;
}

.mafsin-about-feature-content {
    padding: 70px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mafsin-about-feature-content h2 {
    margin: 18px 0 25px;

    color: #ffffff;

    font-size: 48px;
    line-height: 1.1;
}

.mafsin-about-feature-content > p {
    margin-bottom: 18px;

    color: #ffffff;

    font-size: 17px;
    line-height: 1.65;
}

.mafsin-feature-points {
    margin-top: 20px;

    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 18px;
}

.mafsin-feature-points div {
    display: flex;
    align-items: center;

    gap: 12px;

    color: #ffffff;
}

.mafsin-feature-points span {
    width: 28px;
    height: 28px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #54ed7a;
    color: #103f3a;

    border-radius: 50%;

    font-weight: 800;
}


/* =====================================================
   SECTION 5 - WHY MAFSIN
   ===================================================== */

.mafsin-why-section {
    width: 100%;
    padding: 100px 5%;

    background: #f7f7f3;
}

.mafsin-why-container {
    max-width: 1400px;
    margin: 0 auto;
}

.mafsin-why-container h2 {
    max-width: 700px;

    margin: 18px 0 20px;

    color: #103f3a;

    font-size: 48px;
    line-height: 1.1;
}

.mafsin-why-intro {
    max-width: 720px;

    margin-bottom: 55px;

    color: #163f3b;

    font-size: 17px;
    line-height: 1.65;
}

.mafsin-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 30px;
}

.mafsin-why-item {
    padding: 35px;

    background: #ffffff;

    border-radius: 16px;
}

.mafsin-why-item > span {
    color: #54ed7a;

    font-size: 17px;
    font-weight: 700;
}

.mafsin-why-item h3 {
    margin: 15px 0 10px;

    color: #103f3a;

    font-size: 23px;
}

.mafsin-why-item p {
    margin: 0;

    color: #163f3b;

    font-size: 15px;
    line-height: 1.6;
}


/* =====================================================
   SECTION 6 - SUPPORT
   ===================================================== */

.mafsin-support-section {
    width: 100%;
    padding: 85px 5%;

    background: #103f3a;
}

.mafsin-support-container {
    max-width: 1400px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 90px;

    align-items: center;
}

.mafsin-support-content h2 {
    margin: 18px 0 20px;

    color: #ffffff;

    font-size: 48px;
    line-height: 1.1;
}

.mafsin-support-content p {
    max-width: 650px;

    margin: 0;

    color: #ffffff;

    font-size: 17px;
    line-height: 1.65;
}

.mafsin-support-details {
    display: grid;
    gap: 20px;
}

.mafsin-support-details > div {
    padding: 22px 25px;

    border: 1px solid rgba(255,255,255,0.18);

    border-radius: 12px;
}

.mafsin-support-details strong {
    display: block;

    margin-bottom: 6px;

    color: #54ed7a;

    font-size: 15px;
}

.mafsin-support-details span,
.mafsin-support-details a {
    color: #ffffff;

    font-size: 16px;
    line-height: 1.5;

    text-decoration: none;
}


/* =====================================================
   SECTION 7 - FINAL
   ===================================================== */

.mafsin-about-final {
    width: 100%;
    padding: 100px 5%;

    background: #ffffff;

    text-align: center;
}

.mafsin-about-final > div {
    max-width: 850px;
    margin: 0 auto;
}

.mafsin-about-final h2 {
    margin: 18px 0 20px;

    color: #103f3a;

    font-size: 52px;
    line-height: 1.08;
}

.mafsin-about-final p {
    max-width: 700px;

    margin: 0 auto;

    color: #163f3b;

    font-size: 17px;
    line-height: 1.65;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 1000px) {

    .mafsin-about-hero-inner {
        grid-template-columns: 1fr;
    }

    .mafsin-about-hero-content {
        padding: 60px 50px;
    }

    .mafsin-about-hero-content h1 {
        font-size: 48px;
    }

    .mafsin-about-hero-image {
        min-height: 450px;
    }

    .mafsin-about-hero-image img {
        min-height: 450px;
    }

    .mafsin-story-container {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .mafsin-offer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mafsin-about-feature-container {
        grid-template-columns: 1fr;
    }

    .mafsin-about-feature-image {
        min-height: 450px;
    }

    .mafsin-about-feature-image img {
        min-height: 450px;
    }

    .mafsin-why-grid {
        grid-template-columns: 1fr;
    }

    .mafsin-support-container {
        grid-template-columns: 1fr;
        gap: 45px;
    }
}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 600px) {

    .mafsin-about-hero {
        padding: 25px 15px;
    }

    .mafsin-about-hero-inner {
        border-radius: 15px;
    }

    .mafsin-about-hero-content {
        padding: 45px 25px;
    }

    .mafsin-about-hero-content h1 {
        font-size: 37px;
        letter-spacing: -1px;
    }

    .mafsin-about-hero-content p {
        font-size: 15px;
    }

    .mafsin-about-hero-image {
        min-height: 350px;
    }

    .mafsin-about-hero-image img {
        min-height: 350px;
    }


    .mafsin-story-section,
    .mafsin-offer-section,
    .mafsin-about-feature-section,
    .mafsin-why-section,
    .mafsin-support-section,
    .mafsin-about-final {
        padding: 65px 20px;
    }


    .mafsin-story-content h2,
    .mafsin-offer-heading h2,
    .mafsin-about-feature-content h2,
    .mafsin-why-container h2,
    .mafsin-support-content h2 {
        font-size: 35px;
    }


    .mafsin-story-card {
        padding: 40px 28px;
    }


    .mafsin-offer-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }


    .mafsin-about-feature-container {
        border-radius: 15px;
    }

    .mafsin-about-feature-image {
        min-height: 350px;
    }

    .mafsin-about-feature-image img {
        min-height: 350px;
    }

    .mafsin-about-feature-content {
        padding: 45px 25px;
    }


    .mafsin-feature-points {
        grid-template-columns: 1fr;
    }


    .mafsin-why-item {
        padding: 28px 24px;
    }


    .mafsin-support-details > div {
        padding: 18px 20px;
    }


    .mafsin-about-final h2 {
        font-size: 38px;
    }

    .mafsin-about-final p {
        font-size: 15px;
    }

}/* End custom CSS */