.elementor-31 .elementor-element.elementor-element-a53b256{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-31 .elementor-element.elementor-element-81a5ff0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-31 .elementor-element.elementor-element-81befa2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-31 .elementor-element.elementor-element-bd2e374{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-31 .elementor-element.elementor-element-25521fe{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-31 .elementor-element.elementor-element-722de35{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-31 .elementor-element.elementor-element-3b6a8ac{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-d63c251 *//* ==================================================
   GMY ASSOCIATES PLT
   OUR TEAM PAGE
   SECTION 01 - TEAM HERO
================================================== */

.gmy-team-hero {
    --red: #c9001b;
    --red-dark: #a50016;
    --black: #101010;
    --light: #f3f3f1;
    --line: #dededb;

    width: 100%;
    position: relative;

    padding-top: 55px;

    background: #f3f3f1;

    overflow: hidden;
}


/* ==================================================
   HERO WRAP
================================================== */

.gmy-team-hero-wrap {
    width:
        min(
            1500px,
            calc(100% - 80px)
        );

    min-height: 720px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        .78fr
        1.22fr;

    align-items: stretch;
}


/* ==================================================
   INTRO
================================================== */

.gmy-team-intro {
    position: relative;

    z-index: 3;

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding:
        60px
        clamp(45px, 5vw, 80px)
        60px
        0;
}


/* ==================================================
   KICKER
================================================== */

.gmy-team-kicker {
    display: flex;

    align-items: center;

    gap: 13px;

    margin-bottom: 30px;

    font-family: "Poppins", sans-serif;

    font-size: 7px;

    font-weight: 600;

    letter-spacing: 2px;

    color: var(--red);
}


.gmy-team-kicker-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    background: var(--red);
}


.gmy-team-kicker-icon svg {
    width: 18px;
    height: 18px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;

    stroke-linejoin: round;
}


/* ==================================================
   HEADING
================================================== */

.gmy-team-intro h1 {
    max-width: 650px;

    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            61px,
            6.4vw,
            96px
        );

    font-weight: 750;

    line-height: .86;

    letter-spacing: -6px;

    color: var(--black);
}


.gmy-team-intro h1 span {
    display: block;

    color: var(--red);
}


/* ==================================================
   LEAD
================================================== */

.gmy-team-lead {
    max-width: 500px;

    margin:
        35px
        0
        0;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    line-height: 1.9;

    color: #737373;
}


/* ==================================================
   MESSAGE
================================================== */

.gmy-team-message {
    display: grid;

    grid-template-columns:
        3px
        1fr;

    gap: 20px;

    max-width: 430px;

    margin-top: 40px;
}


.gmy-team-message-line {
    background: var(--red);
}


.gmy-team-message small {
    display: block;

    margin-bottom: 5px;

    font-family: "Poppins", sans-serif;

    font-size: 5px;

    font-weight: 600;

    letter-spacing: 1.5px;

    color: var(--red);
}


.gmy-team-message strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size: 14px;

    font-weight: 650;

    line-height: 1.35;

    color: var(--black);
}


/* ==================================================
   SCROLL
================================================== */

.gmy-team-scroll {
    display: flex;

    align-items: center;

    gap: 15px;

    width: fit-content;

    margin-top: 42px;

    text-decoration: none;

    color: var(--black);
}


.gmy-team-scroll > span {
    font-family: "Poppins", sans-serif;

    font-size: 7px;

    font-weight: 600;

    letter-spacing: .5px;
}


.gmy-team-scroll i {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 43px;
    height: 43px;

    background: var(--red);

    font-family: "Montserrat", sans-serif;

    font-size: 15px;

    font-style: normal;

    color: #ffffff;

    transition:
        transform .3s ease;
}


.gmy-team-scroll:hover i {
    transform: translateY(4px);
}


/* ==================================================
   PRINCIPAL VISUAL
================================================== */

.gmy-team-principal {
    position: relative;

    min-height: 720px;

    overflow: hidden;

    background: #171717;
}


.gmy-team-principal > img {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center top;

    transition:
        transform 1s
        cubic-bezier(.16,1,.3,1);
}


.gmy-team-principal:hover > img {
    transform: scale(1.025);
}


/* ==================================================
   SHADE
================================================== */

.gmy-team-principal-shade {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            0deg,
            rgba(0,0,0,.88) 0%,
            rgba(0,0,0,.24) 45%,
            rgba(0,0,0,.08) 75%
        );
}


/* ==================================================
   PRINCIPAL TOP
================================================== */

.gmy-team-principal-top {
    position: absolute;

    z-index: 4;

    left: 35px;
    right: 35px;
    top: 35px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding-bottom: 16px;

    border-bottom:
        1px solid
        rgba(255,255,255,.22);
}


.gmy-team-principal-top span {
    font-family: "Poppins", sans-serif;

    font-size: 6px;

    font-weight: 600;

    letter-spacing: 1.8px;

    color:
        rgba(255,255,255,.65);
}


.gmy-team-principal-top strong {
    font-family: "Montserrat", sans-serif;

    font-size: 20px;

    font-weight: 800;

    letter-spacing: -1px;

    color: #ffffff;
}


/* ==================================================
   PRINCIPAL NAME
================================================== */

.gmy-team-principal-name {
    position: absolute;

    z-index: 4;

    left: 42px;
    bottom: 48px;
}


.gmy-team-principal-name > small {
    display: block;

    margin-bottom: 10px;

    font-family: "Poppins", sans-serif;

    font-size: 6px;

    font-weight: 600;

    letter-spacing: 1.8px;

    color: #ff2d48;
}


.gmy-team-principal-name h2 {
    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            45px,
            4.5vw,
            70px
        );

    font-weight: 750;

    line-height: .87;

    letter-spacing: -4px;

    color: #ffffff;
}


.gmy-team-principal-name h2 span {
    display: block;

    color:
        rgba(255,255,255,.65);
}


/* ==================================================
   ROLE
================================================== */

.gmy-team-principal-role {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-top: 20px;
}


.gmy-team-principal-role span {
    font-family: "Poppins", sans-serif;

    font-size: 7px;

    font-weight: 500;

    color:
        rgba(255,255,255,.72);
}


.gmy-team-principal-role i {
    width: 25px;
    height: 1px;

    background: var(--red);
}


/* ==================================================
   PRINCIPAL MARK
================================================== */

.gmy-team-principal-mark {
    position: absolute;

    z-index: 5;

    right: 0;
    bottom: 0;

    display: flex;

    align-items: center;

    gap: 14px;

    width: 215px;

    min-height: 115px;

    padding: 22px;

    box-sizing: border-box;

    background: var(--red);
}


.gmy-team-principal-mark-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;

    flex: 0 0 44px;

    border:
        1px solid
        rgba(255,255,255,.35);
}


.gmy-team-principal-mark-icon svg {
    width: 21px;
    height: 21px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;

    stroke-linejoin: round;
}


.gmy-team-principal-mark small {
    display: block;

    margin-bottom: 3px;

    font-family: "Poppins", sans-serif;

    font-size: 4px;

    font-weight: 600;

    letter-spacing: 1.2px;

    color:
        rgba(255,255,255,.62);
}


.gmy-team-principal-mark strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size: 12px;

    font-weight: 700;

    color: #ffffff;
}


/* ==================================================
   TEAM PREVIEW
================================================== */

.gmy-team-preview {
    width: 100%;

    display: grid;

    grid-template-columns:
        .85fr
        repeat(3,1fr);

    background: #ffffff;
}


/* ==================================================
   PREVIEW INTRO
================================================== */

.gmy-team-preview-intro {
    display: flex;

    flex-direction: column;

    justify-content: center;

    min-height: 410px;

    padding:
        45px
        clamp(30px, 4vw, 65px);

    box-sizing: border-box;

    background: var(--red);

    color: #ffffff;
}


.gmy-team-preview-intro > span {
    display: block;

    margin-bottom: 20px;

    font-family: "Poppins", sans-serif;

    font-size: 6px;

    font-weight: 600;

    letter-spacing: 1.8px;

    color:
        rgba(255,255,255,.60);
}


.gmy-team-preview-intro > strong {
    display: block;

    max-width: 300px;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            30px,
            3vw,
            44px
        );

    font-weight: 700;

    line-height: .95;

    letter-spacing: -2.5px;

    color: #ffffff;
}


.gmy-team-preview-intro > strong em {
    display: block;

    font-style: normal;

    color:
        rgba(255,255,255,.60);
}


.gmy-team-preview-intro p {
    max-width: 300px;

    margin:
        24px
        0
        0;

    padding-top: 20px;

    border-top:
        1px solid
        rgba(255,255,255,.25);

    font-family: "Poppins", sans-serif;

    font-size: 8px;

    line-height: 1.75;

    color:
        rgba(255,255,255,.68);
}


/* ==================================================
   PERSON
================================================== */

.gmy-team-person {
    min-width: 0;

    border-right:
        1px solid
        var(--line);

    background: #ffffff;
}


.gmy-team-person:last-child {
    border-right: 0;
}


/* ==================================================
   PERSON IMAGE
================================================== */

.gmy-team-person-image {
    position: relative;

    height: 285px;

    overflow: hidden;

    background: #181818;
}


.gmy-team-person-image > img {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center top;

    transition:
        transform .7s
        cubic-bezier(.16,1,.3,1);
}


.gmy-team-person:hover
.gmy-team-person-image > img {
    transform: scale(1.05);
}


.gmy-team-person-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            0deg,
            rgba(0,0,0,.55),
            rgba(0,0,0,0) 55%
        );
}


/* ==================================================
   PERSON ICON
================================================== */

.gmy-team-person-icon {
    position: absolute;

    z-index: 4;

    left: 20px;
    bottom: 20px;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;

    background: var(--red);
}


.gmy-team-person-icon svg {
    width: 22px;
    height: 22px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;

    stroke-linejoin: round;
}


/* ==================================================
   PERSON INFO
================================================== */

.gmy-team-person-info {
    min-height: 125px;

    padding:
        23px
        25px;

    box-sizing: border-box;
}


.gmy-team-person-info small {
    display: block;

    min-height: 24px;

    margin-bottom: 8px;

    font-family: "Poppins", sans-serif;

    font-size: 5px;

    font-weight: 600;

    line-height: 1.45;

    letter-spacing: 1.2px;

    color: var(--red);
}


.gmy-team-person-info h3 {
    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            17px,
            1.5vw,
            22px
        );

    font-weight: 700;

    line-height: 1.05;

    letter-spacing: -1px;

    color: var(--black);
}


.gmy-team-person-info h3 span {
    display: block;

    margin-top: 3px;

    font-size: .72em;

    font-weight: 550;

    color: #929292;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {

    .gmy-team-hero-wrap {
        width:
            calc(100% - 50px);

        grid-template-columns:
            .85fr
            1.15fr;
    }


    .gmy-team-intro {
        padding-right: 40px;
    }


    .gmy-team-intro h1 {
        font-size: 65px;

        letter-spacing: -4px;
    }


    .gmy-team-preview {
        grid-template-columns:
            repeat(3,1fr);
    }


    .gmy-team-preview-intro {
        grid-column:
            1 / -1;

        min-height: 260px;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .gmy-team-hero {
        padding-top: 0;
    }


    .gmy-team-hero-wrap {
        display: flex;

        flex-direction: column;

        width: 100%;
    }


    /* INTRO */

    .gmy-team-intro {
        padding:
            70px
            22px
            60px;
    }


    .gmy-team-intro h1 {
        font-size:
            clamp(
                50px,
                14vw,
                68px
            );

        letter-spacing: -4px;
    }


    .gmy-team-lead {
        font-size: 9px;
    }


    /* PRINCIPAL */

    .gmy-team-principal {
        min-height: 650px;
    }


    .gmy-team-principal-name {
        left: 25px;
        right: 25px;
        bottom: 150px;
    }


    .gmy-team-principal-name h2 {
        font-size: 48px;

        letter-spacing: -3px;
    }


    .gmy-team-principal-top {
        left: 25px;
        right: 25px;
        top: 25px;
    }


    .gmy-team-principal-mark {
        width: 200px;
    }


    /* PREVIEW */

    .gmy-team-preview {
        display: block;
    }


    .gmy-team-preview-intro {
        min-height: 300px;

        padding:
            45px
            25px;
    }


    .gmy-team-preview-intro > strong {
        font-size: 38px;
    }


    .gmy-team-person {
        border-right: 0;

        border-bottom:
            1px solid
            var(--line);
    }


    .gmy-team-person-image {
        height: 420px;
    }


    .gmy-team-person-info {
        min-height: 120px;
    }


    .gmy-team-person-info h3 {
        font-size: 22px;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 420px) {

    .gmy-team-principal {
        min-height: 610px;
    }


    .gmy-team-principal-name h2 {
        font-size: 43px;
    }


    .gmy-team-person-image {
        height: 370px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-db70170 *//* ==================================================
   GMY ASSOCIATES PLT
   OUR TEAM PAGE
   SECTION 02 - PRINCIPAL PARTNER PROFILE
   UPDATED - READABLE TYPOGRAPHY
================================================== */

.gmy-leader {
    --red: #c9001b;
    --red-dark: #a50016;
    --black: #111111;
    --light: #f4f4f2;
    --line: #ddddda;

    position: relative;
    width: 100%;

    padding:
        clamp(95px, 8vw, 140px)
        0;

    background: #ffffff;
    overflow: hidden;
}


/* ==================================================
   WRAP
================================================== */

.gmy-leader-wrap {
    width:
        min(
            1500px,
            calc(100% - 80px)
        );

    margin: 0 auto;
}


/* ==================================================
   TOP
================================================== */

.gmy-leader-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 50px;

    margin-bottom: 60px;
}


/* ==================================================
   KICKER
================================================== */

.gmy-leader-kicker {
    display: flex;
    align-items: center;

    gap: 13px;

    margin-bottom: 20px;

    font-family: "Poppins", sans-serif;

    /* BESARKAN */
    font-size: 12px;

    font-weight: 600;
    line-height: 1.4;

    letter-spacing: 1.8px;

    color: var(--red);
}


.gmy-leader-kicker::before {
    content: "";

    width: 42px;
    height: 2px;

    flex: 0 0 42px;

    background: var(--red);
}


/* ==================================================
   HEADING
================================================== */

.gmy-leader-heading h2 {
    max-width: 900px;

    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            47px,
            5vw,
            73px
        );

    font-weight: 750;

    line-height: .95;

    letter-spacing: -3.5px;

    color: var(--black);
}


.gmy-leader-heading h2 span {
    display: block;

    color: var(--red);
}


/* ==================================================
   NUMBER
================================================== */

.gmy-leader-number {
    display: flex;
    align-items: flex-end;

    gap: 14px;

    padding-bottom: 7px;
}


.gmy-leader-number > span {
    font-family: "Montserrat", sans-serif;

    font-size: 52px;

    font-weight: 800;

    line-height: .8;

    letter-spacing: -4px;

    color: var(--red);
}


.gmy-leader-number small {
    max-width: 110px;

    font-family: "Poppins", sans-serif;

    /* BESARKAN */
    font-size: 10px;

    font-weight: 600;

    line-height: 1.5;

    letter-spacing: 1.2px;

    color: #777777;
}


/* ==================================================
   PROFILE STAGE
================================================== */

.gmy-leader-stage {
    display: grid;

    grid-template-columns:
        .95fr
        1.05fr
        .55fr;

    min-height: 720px;

    background: var(--light);
}


/* ==================================================
   PHOTO
================================================== */

.gmy-leader-photo {
    position: relative;

    min-height: 720px;

    overflow: hidden;

    background: #171717;
}


.gmy-leader-photo > img {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center top;

    transition:
        transform .9s
        cubic-bezier(.16,1,.3,1);
}


.gmy-leader-photo:hover > img {
    transform: scale(1.025);
}


.gmy-leader-photo-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            0deg,
            rgba(0,0,0,.90) 0%,
            rgba(0,0,0,.10) 60%
        );
}


/* ==================================================
   PHOTO TOP
================================================== */

.gmy-leader-photo-top {
    position: absolute;

    z-index: 3;

    left: 30px;
    right: 30px;
    top: 30px;

    display: flex;
    justify-content: space-between;

    gap: 20px;

    padding-bottom: 16px;

    border-bottom:
        1px solid
        rgba(255,255,255,.25);
}


.gmy-leader-photo-top span {
    font-family: "Poppins", sans-serif;

    /* BESARKAN */
    font-size: 10px;

    font-weight: 600;

    letter-spacing: 1.3px;

    color:
        rgba(255,255,255,.82);
}


/* ==================================================
   PHOTO NAME
================================================== */

.gmy-leader-photo-name {
    position: absolute;

    z-index: 3;

    left: 32px;
    right: 32px;

    bottom: 155px;
}


.gmy-leader-photo-name small {
    display: block;

    margin-bottom: 10px;

    font-family: "Poppins", sans-serif;

    /* BESARKAN */
    font-size: 11px;

    font-weight: 600;

    letter-spacing: 1.5px;

    color: #ff3650;
}


.gmy-leader-photo-name strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            40px,
            4vw,
            59px
        );

    font-weight: 750;

    line-height: .9;

    letter-spacing: -3px;

    color: #ffffff;
}


.gmy-leader-photo-name strong span {
    display: block;

    color:
        rgba(255,255,255,.72);
}


/* ==================================================
   MIA BOX
================================================== */

.gmy-leader-mia {
    position: absolute;

    z-index: 4;

    left: 0;
    bottom: 0;

    display: flex;
    align-items: center;

    gap: 15px;

    width: 290px;

    min-height: 115px;

    padding:
        22px
        25px;

    box-sizing: border-box;

    background: var(--red);
}


.gmy-leader-mia-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;

    flex: 0 0 50px;

    border:
        1px solid
        rgba(255,255,255,.35);
}


.gmy-leader-mia-icon svg {
    width: 24px;
    height: 24px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-leader-mia small {
    display: block;

    margin-bottom: 5px;

    font-family: "Poppins", sans-serif;

    /* DULU 4PX */
    font-size: 9px;

    font-weight: 600;

    line-height: 1.4;

    letter-spacing: 1px;

    color:
        rgba(255,255,255,.75);
}


.gmy-leader-mia strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size: 17px;

    font-weight: 700;

    color: #ffffff;
}


/* ==================================================
   PROFILE CONTENT
================================================== */

.gmy-leader-profile {
    position: relative;

    padding:
        clamp(
            45px,
            4.5vw,
            70px
        );

    background: #f3f3f1;

    overflow: hidden;
}


.gmy-leader-profile-mark {
    position: absolute;

    right: -20px;
    top: -22px;

    font-family: "Montserrat", sans-serif;

    font-size: 130px;

    font-weight: 800;

    letter-spacing: -10px;

    color:
        rgba(0,0,0,.025);
}


/* ==================================================
   PROFILE LABEL
================================================== */

.gmy-leader-label {
    position: relative;

    z-index: 2;

    display: block;

    margin-bottom: 18px;

    font-family: "Poppins", sans-serif;

    /* DULU 6PX */
    font-size: 11px;

    font-weight: 600;

    letter-spacing: 1.6px;

    color: var(--red);
}


/* ==================================================
   PROFILE HEADING
================================================== */

.gmy-leader-profile h3 {
    position: relative;

    z-index: 2;

    max-width: 540px;

    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            35px,
            3.5vw,
            50px
        );

    font-weight: 700;

    line-height: .98;

    letter-spacing: -2.5px;

    color: var(--black);
}


.gmy-leader-profile h3 span {
    display: block;

    color: var(--red);
}


/* ==================================================
   INTRO
================================================== */

.gmy-leader-intro {
    max-width: 520px;

    margin:
        26px
        0
        34px;

    font-family: "Poppins", sans-serif;

    /* DULU 9PX */
    font-size: 15px;

    font-weight: 400;

    line-height: 1.8;

    color: #626262;
}


/* ==================================================
   EXPERTISE
================================================== */

.gmy-leader-expertise {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    border-top:
        1px solid
        var(--line);

    border-left:
        1px solid
        var(--line);
}


.gmy-leader-expertise-item {
    display: flex;

    align-items: center;

    gap: 14px;

    min-height: 105px;

    padding: 17px;

    box-sizing: border-box;

    border-right:
        1px solid
        var(--line);

    border-bottom:
        1px solid
        var(--line);

    background: #ffffff;

    transition:
        background .3s ease;
}


.gmy-leader-expertise-item:hover {
    background: #fafafa;
}


/* ==================================================
   EXPERTISE ICON
================================================== */

.gmy-leader-expertise-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    background: var(--red);
}


.gmy-leader-expertise-icon svg {
    width: 23px;
    height: 23px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ==================================================
   EXPOSURE LABEL
================================================== */

.gmy-leader-expertise-item small {
    display: block;

    margin-bottom: 5px;

    font-family: "Poppins", sans-serif;

    /* DULU 4PX */
    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1.2px;

    color: var(--red);
}


/* ==================================================
   EXPERTISE TITLE
================================================== */

.gmy-leader-expertise-item strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    /* DULU 11PX */
    font-size: 15px;

    font-weight: 700;

    line-height: 1.25;

    color: var(--black);
}


/* ==================================================
   QUALIFICATION
================================================== */

.gmy-leader-qualification {
    display: grid;

    grid-template-columns:
        55px
        1fr;

    gap: 17px;

    align-items: center;

    margin-top: 30px;
}


.gmy-leader-qualification-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 55px;
    height: 55px;

    border:
        1px solid
        #c9c9c6;
}


.gmy-leader-qualification-icon svg {
    width: 25px;
    height: 25px;

    fill: none;

    stroke: var(--red);

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-leader-qualification small {
    display: block;

    margin-bottom: 5px;

    font-family: "Poppins", sans-serif;

    /* DULU 4PX */
    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1.2px;

    color: var(--red);
}


.gmy-leader-qualification strong {
    display: block;

    max-width: 390px;

    font-family: "Montserrat", sans-serif;

    /* DULU 11PX */
    font-size: 15px;

    font-weight: 650;

    line-height: 1.4;

    color: var(--black);
}


/* ==================================================
   IMPACT RED PANEL
================================================== */

.gmy-leader-impact {
    position: relative;

    display: flex;

    flex-direction: column;

    padding:
        45px
        35px;

    background: var(--red);

    color: #ffffff;
}


/* ==================================================
   IMPACT TOP
================================================== */

.gmy-leader-impact-top {
    display: flex;

    align-items: center;

    gap: 13px;
}


.gmy-leader-impact-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;

    flex: 0 0 50px;

    border:
        1px solid
        rgba(255,255,255,.35);
}


.gmy-leader-impact-icon svg {
    width: 24px;
    height: 24px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-leader-impact-top > span:last-child {
    max-width: 125px;

    font-family: "Poppins", sans-serif;

    /* DULU 5PX */
    font-size: 10px;

    font-weight: 600;

    line-height: 1.5;

    letter-spacing: 1.2px;

    color:
        rgba(255,255,255,.78);
}


/* ==================================================
   300+
================================================== */

.gmy-leader-impact-number {
    display: flex;

    align-items: flex-start;

    margin-top: auto;
}


.gmy-leader-impact-number strong {
    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            72px,
            7vw,
            110px
        );

    font-weight: 800;

    line-height: .78;

    letter-spacing: -8px;

    color: #ffffff;
}


.gmy-leader-impact-number sup {
    margin:
        -7px
        0
        0
        8px;

    font-family: "Montserrat", sans-serif;

    font-size: 28px;

    font-weight: 700;

    color:
        rgba(255,255,255,.65);
}


.gmy-leader-impact h3 {
    margin:
        20px
        0
        0;

    font-family: "Montserrat", sans-serif;

    font-size: 27px;

    font-weight: 700;

    letter-spacing: -1.5px;

    color: #ffffff;
}


.gmy-leader-impact > p {
    margin:
        20px
        0
        0;

    padding-top: 20px;

    border-top:
        1px solid
        rgba(255,255,255,.28);

    font-family: "Poppins", sans-serif;

    /* DULU 7PX */
    font-size: 14px;

    font-weight: 400;

    line-height: 1.75;

    color:
        rgba(255,255,255,.82);
}


/* ==================================================
   IMPACT BOTTOM
================================================== */

.gmy-leader-impact-bottom {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-top: 35px;
}


.gmy-leader-impact-bottom span {
    font-family: "Poppins", sans-serif;

    /* DULU 4PX */
    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1.1px;

    color:
        rgba(255,255,255,.75);
}


.gmy-leader-impact-bottom i {
    flex: 1;

    height: 1px;

    background:
        rgba(255,255,255,.32);
}


/* ==================================================
   CAREER
================================================== */

.gmy-leader-career {
    display: grid;

    grid-template-columns:
        1.25fr
        repeat(4, 1fr);

    margin-top: 35px;

    border-top:
        1px solid
        var(--line);

    border-bottom:
        1px solid
        var(--line);
}


/* ==================================================
   CAREER HEAD
================================================== */

.gmy-leader-career-head {
    display: flex;

    align-items: center;

    gap: 17px;

    min-height: 155px;

    padding:
        25px
        25px
        25px
        0;

    box-sizing: border-box;

    border-right:
        1px solid
        var(--line);
}


.gmy-leader-career-head-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    flex: 0 0 58px;

    background: var(--red);
}


.gmy-leader-career-head-icon svg {
    width: 27px;
    height: 27px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-leader-career-head small {
    display: block;

    margin-bottom: 6px;

    font-family: "Poppins", sans-serif;

    /* DULU 5PX */
    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1.2px;

    color: var(--red);
}


.gmy-leader-career-head strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size: 18px;

    font-weight: 700;

    line-height: 1.3;

    color: var(--black);
}


/* ==================================================
   CAREER ITEM
================================================== */

.gmy-leader-career-item {
    position: relative;

    display: flex;

    align-items: center;

    gap: 14px;

    min-height: 155px;

    padding:
        28px
        22px;

    box-sizing: border-box;

    border-right:
        1px solid
        var(--line);
}


.gmy-leader-career-item:last-child {
    border-right: 0;
}


/* ==================================================
   CAREER NUMBER
================================================== */

.gmy-leader-career-no {
    position: absolute;

    right: 14px;
    top: 14px;

    font-family: "Montserrat", sans-serif;

    /* DULU 8PX */
    font-size: 11px;

    font-weight: 700;

    color: #aaaaa7;
}


.gmy-leader-career-dot {
    width: 11px;
    height: 11px;

    flex: 0 0 11px;

    border-radius: 50%;

    background: var(--red);

    box-shadow:
        0 0 0 6px
        rgba(201,0,27,.09);
}


/* ==================================================
   CAREER LABEL
================================================== */

.gmy-leader-career-item small {
    display: block;

    margin-bottom: 6px;

    font-family: "Poppins", sans-serif;

    /* DULU 4PX */
    font-size: 9px;

    font-weight: 600;

    line-height: 1.3;

    letter-spacing: 1px;

    color: var(--red);
}


/* ==================================================
   CAREER COMPANY
================================================== */

.gmy-leader-career-item strong {
    display: block;

    padding-right: 10px;

    font-family: "Montserrat", sans-serif;

    /* DULU 11PX */
    font-size: 15px;

    font-weight: 700;

    line-height: 1.25;

    color: var(--black);
}


/* ==================================================
   CAREER DESCRIPTION
================================================== */

.gmy-leader-career-item div:last-child > span {
    display: block;

    margin-top: 6px;

    font-family: "Poppins", sans-serif;

    /* DULU 6PX */
    font-size: 11px;

    line-height: 1.4;

    color: #777777;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {

    .gmy-leader-wrap {
        width:
            calc(100% - 50px);
    }


    .gmy-leader-stage {
        grid-template-columns:
            1fr
            1fr;
    }


    .gmy-leader-photo,
    .gmy-leader-stage {
        min-height: 720px;
    }


    .gmy-leader-impact {
        grid-column:
            1 / -1;

        min-height: 380px;
    }


    .gmy-leader-impact-number {
        margin-top: 70px;
    }


    .gmy-leader-career {
        grid-template-columns:
            repeat(2, 1fr);
    }


    .gmy-leader-career-head {
        grid-column:
            1 / -1;

        padding-left: 25px;

        border-bottom:
            1px solid
            var(--line);
    }


    .gmy-leader-career-item {
        min-height: 135px;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .gmy-leader {
        padding:
            75px
            0;
    }


    .gmy-leader-wrap {
        width:
            calc(100% - 34px);
    }


    /* TOP */

    .gmy-leader-top {
        display: block;

        margin-bottom: 45px;
    }


    .gmy-leader-kicker {
        font-size: 10px;
    }


    .gmy-leader-heading h2 {
        font-size:
            clamp(
                42px,
                11vw,
                55px
            );

        letter-spacing: -3px;
    }


    .gmy-leader-number {
        margin-top: 25px;
    }


    .gmy-leader-number small {
        font-size: 9px;
    }


    /* STAGE */

    .gmy-leader-stage {
        display: block;

        min-height: 0;
    }


    .gmy-leader-photo {
        min-height: 620px;
    }


    .gmy-leader-photo-top span {
        font-size: 9px;
    }


    .gmy-leader-photo-name small {
        font-size: 10px;
    }


    .gmy-leader-photo-name strong {
        font-size: 45px;
    }


    .gmy-leader-mia {
        width: 280px;
    }


    .gmy-leader-mia small {
        font-size: 8px;
    }


    /* PROFILE */

    .gmy-leader-profile {
        padding:
            50px
            25px;
    }


    .gmy-leader-label {
        font-size: 10px;
    }


    .gmy-leader-profile h3 {
        font-size: 38px;
    }


    .gmy-leader-intro {
        font-size: 14px;

        line-height: 1.75;
    }


    .gmy-leader-expertise-item small {
        font-size: 9px;
    }


    .gmy-leader-expertise-item strong {
        font-size: 15px;
    }


    .gmy-leader-qualification small {
        font-size: 9px;
    }


    .gmy-leader-qualification strong {
        font-size: 14px;
    }


    /* IMPACT */

    .gmy-leader-impact {
        min-height: 470px;

        padding:
            42px
            25px;
    }


    .gmy-leader-impact-top > span:last-child {
        font-size: 10px;
    }


    .gmy-leader-impact-number strong {
        font-size: 100px;
    }


    .gmy-leader-impact > p {
        font-size: 14px;
    }


    .gmy-leader-impact-bottom span {
        font-size: 9px;
    }


    /* CAREER */

    .gmy-leader-career {
        display: block;
    }


    .gmy-leader-career-head,
    .gmy-leader-career-item {
        min-height: 125px;

        padding:
            22px
            18px;

        border-right: 0;

        border-bottom:
            1px solid
            var(--line);
    }


    .gmy-leader-career-head small,
    .gmy-leader-career-item small {
        font-size: 9px;
    }


    .gmy-leader-career-item strong {
        font-size: 15px;
    }


    .gmy-leader-career-item
    div:last-child > span {
        font-size: 11px;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 430px) {

    .gmy-leader-photo {
        min-height: 580px;
    }


    .gmy-leader-expertise {
        display: block;
    }


    .gmy-leader-expertise-item {
        min-height: 85px;
    }


    .gmy-leader-impact-number strong {
        font-size: 90px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64435a9 *//* ==================================================
   GMY ASSOCIATES PLT
   OUR TEAM PAGE
   SECTION 03 - MANAGEMENT PROFILES
   UPDATED TYPOGRAPHY VERSION
================================================== */

.gmy-mgmt {
    --red: #c9001b;
    --black: #101010;
    --light: #f3f3f1;
    --line: #dededb;

    position: relative;
    width: 100%;

    padding:
        clamp(95px, 8vw, 140px)
        0;

    background: #f3f3f1;

    overflow: hidden;
}


/* ==================================================
   HEAD
================================================== */

.gmy-mgmt-head {
    width:
        min(
            1500px,
            calc(100% - 80px)
        );

    margin:
        0 auto
        65px;

    display: grid;

    grid-template-columns:
        1.25fr
        .75fr;

    gap: 80px;

    align-items: end;
}


/* ==================================================
   KICKER
================================================== */

.gmy-mgmt-kicker {
    display: flex;
    align-items: center;

    gap: 13px;

    margin-bottom: 20px;

    font-family: "Poppins", sans-serif;

    /* UPDATED */
    font-size: 12px;

    font-weight: 600;

    letter-spacing: 2px;

    color: var(--red);
}


.gmy-mgmt-kicker::before {
    content: "";

    width: 42px;
    height: 2px;

    flex: 0 0 42px;

    background: var(--red);
}


/* ==================================================
   MAIN HEADING
================================================== */

.gmy-mgmt-head h2 {
    max-width: 900px;

    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            48px,
            5vw,
            74px
        );

    font-weight: 750;

    line-height: .94;

    letter-spacing: -4px;

    color: var(--black);
}


.gmy-mgmt-head h2 span {
    display: block;

    color: var(--red);
}


/* ==================================================
   HEAD RIGHT
================================================== */

.gmy-mgmt-head-right {
    display: grid;

    grid-template-columns:
        62px
        1fr;

    gap: 22px;

    align-items: start;
}


.gmy-mgmt-head-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 62px;
    height: 62px;

    background: var(--red);
}


.gmy-mgmt-head-icon svg {
    width: 29px;
    height: 29px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.6;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-mgmt-head-right p {
    max-width: 440px;

    margin: 0;

    font-family: "Poppins", sans-serif;

    /* UPDATED */
    font-size: 15px;

    line-height: 1.8;

    color: #686868;
}


/* ==================================================
   PROFILE ROW
================================================== */

.gmy-mgmt-row {
    width:
        min(
            1500px,
            calc(100% - 80px)
        );

    min-height: 590px;

    margin:
        0 auto
        35px;

    display: grid;

    grid-template-columns:
        1.08fr
        .92fr;

    background: #ffffff;
}


.gmy-mgmt-row:last-child {
    margin-bottom: 0;
}


/* ==================================================
   REVERSE ROW
================================================== */

.gmy-mgmt-row-reverse
.gmy-mgmt-photo {
    order: 2;
}


.gmy-mgmt-row-reverse
.gmy-mgmt-content {
    order: 1;
}


/* ==================================================
   PHOTO
================================================== */

.gmy-mgmt-photo {
    position: relative;

    min-height: 590px;

    overflow: hidden;

    background: #151515;
}


.gmy-mgmt-photo > img {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center 28%;

    transition:
        transform .9s
        cubic-bezier(.16,1,.3,1);
}


.gmy-mgmt-row:hover
.gmy-mgmt-photo > img {
    transform: scale(1.025);
}


/* ==================================================
   PHOTO SHADE
================================================== */

.gmy-mgmt-photo-shade {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            0deg,
            rgba(0,0,0,.76) 0%,
            rgba(0,0,0,.08) 55%
        );
}


/* ==================================================
   PHOTO INDEX
================================================== */

.gmy-mgmt-photo-index {
    position: absolute;

    z-index: 4;

    left: 32px;
    top: 30px;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    border:
        1px solid
        rgba(255,255,255,.40);

    font-family: "Montserrat", sans-serif;

    /* UPDATED */
    font-size: 14px;

    font-weight: 700;

    color: #ffffff;
}


/* ==================================================
   PHOTO LABEL
================================================== */

.gmy-mgmt-photo-label {
    position: absolute;

    z-index: 4;

    left: 32px;
    bottom: 32px;

    display: flex;

    align-items: center;

    gap: 16px;

    padding:
        17px
        23px
        17px
        17px;

    background:
        rgba(255,255,255,.96);

    backdrop-filter:
        blur(10px);

    -webkit-backdrop-filter:
        blur(10px);
}


.gmy-mgmt-photo-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    flex: 0 0 52px;

    background: var(--red);
}


.gmy-mgmt-photo-icon svg {
    width: 25px;
    height: 25px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* PHOTO LABEL SMALL */

.gmy-mgmt-photo-label small {
    display: block;

    margin-bottom: 5px;

    font-family: "Poppins", sans-serif;

    /* UPDATED */
    font-size: 10px;

    font-weight: 600;

    letter-spacing: 1.3px;

    color: var(--red);
}


/* PHOTO LABEL TITLE */

.gmy-mgmt-photo-label strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    /* UPDATED */
    font-size: 17px;

    font-weight: 700;

    line-height: 1.25;

    color: var(--black);
}


/* ==================================================
   CONTENT
================================================== */

.gmy-mgmt-content {
    display: flex;

    flex-direction: column;

    justify-content: center;

    padding:
        clamp(
            48px,
            5vw,
            78px
        );

    box-sizing: border-box;
}


/* ==================================================
   ROLE
================================================== */

.gmy-mgmt-role {
    display: flex;

    align-items: center;

    gap: 13px;

    margin-bottom: 26px;

    font-family: "Poppins", sans-serif;

    /* UPDATED */
    font-size: 11px;

    font-weight: 600;

    line-height: 1.5;

    letter-spacing: 1.6px;

    color: var(--red);
}


.gmy-mgmt-role > span {
    width: 38px;
    height: 2px;

    flex: 0 0 38px;

    background: var(--red);
}


/* ==================================================
   NAME
================================================== */

.gmy-mgmt-content h3 {
    max-width: 620px;

    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            42px,
            4vw,
            61px
        );

    font-weight: 750;

    line-height: .92;

    letter-spacing: -3.5px;

    color: var(--black);
}


.gmy-mgmt-content h3 span {
    display: block;

    margin-top: 8px;

    font-size: .58em;

    font-weight: 600;

    line-height: 1.12;

    letter-spacing: -1.5px;

    color: #7d7d7d;
}


/* ==================================================
   DESCRIPTION
================================================== */

.gmy-mgmt-lead {
    max-width: 570px;

    margin:
        30px
        0
        38px;

    padding:
        2px
        0
        2px
        22px;

    border-left:
        3px solid
        var(--red);

    font-family: "Poppins", sans-serif;

    /* UPDATED - BEFORE 9PX */
    font-size: 15px;

    font-weight: 400;

    line-height: 1.8;

    color: #606060;
}


/* ==================================================
   FOCUS GRID
================================================== */

.gmy-mgmt-focus {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    border-top:
        1px solid
        var(--line);

    border-bottom:
        1px solid
        var(--line);
}


/* ==================================================
   FOCUS ITEM
================================================== */

.gmy-mgmt-focus-item {
    display: flex;

    align-items: center;

    gap: 14px;

    min-height: 105px;

    padding:
        18px
        17px;

    box-sizing: border-box;

    border-right:
        1px solid
        var(--line);

    transition:
        background .3s ease;
}


.gmy-mgmt-focus-item:last-child {
    border-right: 0;
}


.gmy-mgmt-focus-item:hover {
    background: #fafafa;
}


/* ==================================================
   FOCUS ICON
================================================== */

.gmy-mgmt-focus-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    background: #f1f1ef;

    transition:
        background .3s ease,
        transform .3s ease;
}


.gmy-mgmt-focus-icon svg {
    width: 23px;
    height: 23px;

    fill: none;

    stroke: var(--red);

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-mgmt-focus-item:hover
.gmy-mgmt-focus-icon {
    background: var(--red);

    transform:
        translateY(-2px);
}


.gmy-mgmt-focus-item:hover
.gmy-mgmt-focus-icon svg {
    stroke: #ffffff;
}


/* ==================================================
   FOCUS SMALL LABEL
================================================== */

.gmy-mgmt-focus-item small {
    display: block;

    margin-bottom: 5px;

    font-family: "Poppins", sans-serif;

    /* UPDATED - BEFORE 4PX */
    font-size: 9px;

    font-weight: 600;

    line-height: 1;

    letter-spacing: 1.3px;

    color: var(--red);
}


/* ==================================================
   FOCUS TITLE
================================================== */

.gmy-mgmt-focus-item strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    /* UPDATED - BEFORE 10PX */
    font-size: 15px;

    font-weight: 700;

    line-height: 1.25;

    color: var(--black);
}


/* ==================================================
   FOOTER
================================================== */

.gmy-mgmt-footer {
    display: flex;

    align-items: center;

    gap: 15px;

    margin-top: 32px;
}


/* ==================================================
   FOOTER TEXT
================================================== */

.gmy-mgmt-footer span,
.gmy-mgmt-footer strong {
    font-family: "Poppins", sans-serif;

    /* UPDATED - BEFORE 5PX */
    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1.5px;
}


.gmy-mgmt-footer span {
    color: #8f8f8f;
}


.gmy-mgmt-footer strong {
    color: var(--red);
}


.gmy-mgmt-footer i {
    flex: 1;

    height: 1px;

    background: #d4d4d1;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {

    .gmy-mgmt-head,
    .gmy-mgmt-row {
        width:
            calc(100% - 50px);
    }


    .gmy-mgmt-head {
        gap: 45px;
    }


    .gmy-mgmt-row {
        grid-template-columns:
            1fr
            1fr;
    }


    .gmy-mgmt-content {
        padding:
            45px
            38px;
    }


    .gmy-mgmt-content h3 {
        font-size: 47px;
    }


    .gmy-mgmt-lead {
        font-size: 14px;
    }


    /* focus jadi vertical supaya
       text tak sempit */

    .gmy-mgmt-focus {
        grid-template-columns: 1fr;
    }


    .gmy-mgmt-focus-item {
        min-height: 78px;

        border-right: 0;

        border-bottom:
            1px solid
            var(--line);
    }


    .gmy-mgmt-focus-item:last-child {
        border-bottom: 0;
    }


    .gmy-mgmt-focus-item small {
        font-size: 9px;
    }


    .gmy-mgmt-focus-item strong {
        font-size: 15px;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .gmy-mgmt {
        padding:
            75px
            0;
    }


    /* ==================================================
       HEAD
    ================================================== */

    .gmy-mgmt-head {
        display: block;

        width:
            calc(100% - 34px);

        margin-bottom: 45px;
    }


    .gmy-mgmt-kicker {
        font-size: 10px;
    }


    .gmy-mgmt-head h2 {
        font-size:
            clamp(
                42px,
                11vw,
                55px
            );

        letter-spacing: -3px;
    }


    .gmy-mgmt-head-right {
        margin-top: 32px;
    }


    .gmy-mgmt-head-right p {
        font-size: 14px;

        line-height: 1.75;
    }


    /* ==================================================
       ROW
    ================================================== */

    .gmy-mgmt-row {
        display: flex;

        flex-direction: column;

        width:
            calc(100% - 34px);

        margin-bottom: 28px;
    }


    .gmy-mgmt-row-reverse
    .gmy-mgmt-photo,
    .gmy-mgmt-row-reverse
    .gmy-mgmt-content {
        order: initial;
    }


    /* ==================================================
       IMAGE
    ================================================== */

    .gmy-mgmt-photo {
        min-height: 500px;
    }


    .gmy-mgmt-photo-index {
        left: 20px;
        top: 20px;

        width: 48px;
        height: 48px;

        font-size: 13px;
    }


    .gmy-mgmt-photo-label {
        left: 20px;
        right: 20px;
        bottom: 20px;

        width: auto;

        padding:
            15px;
    }


    .gmy-mgmt-photo-label small {
        font-size: 9px;
    }


    .gmy-mgmt-photo-label strong {
        font-size: 16px;
    }


    /* ==================================================
       CONTENT
    ================================================== */

    .gmy-mgmt-content {
        padding:
            48px
            25px;
    }


    .gmy-mgmt-role {
        font-size: 10px;

        margin-bottom: 23px;
    }


    .gmy-mgmt-content h3 {
        font-size:
            clamp(
                39px,
                10vw,
                50px
            );

        letter-spacing: -3px;
    }


    /* DESCRIPTION */

    .gmy-mgmt-lead {
        max-width: 100%;

        margin:
            28px
            0
            34px;

        padding-left: 18px;

        font-size: 14px;

        line-height: 1.75;
    }


    /* FOCUS */

    .gmy-mgmt-focus {
        grid-template-columns: 1fr;
    }


    .gmy-mgmt-focus-item {
        min-height: 82px;

        padding:
            16px
            12px;
    }


    .gmy-mgmt-focus-icon {
        width: 46px;
        height: 46px;

        flex-basis: 46px;
    }


    .gmy-mgmt-focus-item small {
        font-size: 9px;
    }


    .gmy-mgmt-focus-item strong {
        font-size: 15px;
    }


    /* FOOTER */

    .gmy-mgmt-footer {
        margin-top: 28px;
    }


    .gmy-mgmt-footer span,
    .gmy-mgmt-footer strong {
        font-size: 8px;

        letter-spacing: 1.2px;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 420px) {

    .gmy-mgmt-photo {
        min-height: 450px;
    }


    .gmy-mgmt-photo-label {
        gap: 12px;

        padding:
            13px;
    }


    .gmy-mgmt-photo-icon {
        width: 46px;
        height: 46px;

        flex-basis: 46px;
    }


    .gmy-mgmt-content {
        padding:
            42px
            22px;
    }


    .gmy-mgmt-lead {
        font-size: 14px;
    }


    .gmy-mgmt-footer span,
    .gmy-mgmt-footer strong {
        font-size: 7px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-37cc54f *//* ==================================================
   GMY ASSOCIATES PLT
   OUR TEAM PAGE
   SECTION 04 - COLLECTIVE EXPERTISE
================================================== */

.gmy-team-exp {
    --red: #c9001b;
    --black: #101010;
    --dark: #151515;
    --grey: #8c8c8c;
    --line: rgba(255,255,255,.16);

    position: relative;

    width: 100%;

    padding:
        clamp(95px, 8vw, 140px)
        0;

    background: #111111;

    overflow: hidden;
}


/* ==================================================
   WRAP
================================================== */

.gmy-team-exp-wrap {
    width:
        min(
            1500px,
            calc(100% - 80px)
        );

    margin: 0 auto;
}


/* ==================================================
   HEADER
================================================== */

.gmy-team-exp-head {
    display: grid;

    grid-template-columns:
        1.25fr
        .75fr;

    gap: 80px;

    align-items: end;

    margin-bottom: 60px;
}


/* ==================================================
   KICKER
================================================== */

.gmy-team-exp-kicker {
    display: flex;

    align-items: center;

    gap: 14px;

    margin-bottom: 20px;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    font-weight: 600;

    line-height: 1.4;

    letter-spacing: 1.8px;

    color: #ff314c;
}


.gmy-team-exp-kicker::before {
    content: "";

    width: 42px;
    height: 2px;

    flex: 0 0 42px;

    background: var(--red);
}


/* ==================================================
   HEADING
================================================== */

.gmy-team-exp-title h2 {
    max-width: 900px;

    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            48px,
            5vw,
            74px
        );

    font-weight: 750;

    line-height: .94;

    letter-spacing: -4px;

    color: #ffffff;
}


.gmy-team-exp-title h2 span {
    display: block;

    color: #ef1734;
}


/* ==================================================
   HEADER INTRO
================================================== */

.gmy-team-exp-intro {
    display: grid;

    grid-template-columns:
        64px
        1fr;

    gap: 22px;

    align-items: start;
}


.gmy-team-exp-intro-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 64px;
    height: 64px;

    background: var(--red);
}


.gmy-team-exp-intro-icon svg {
    width: 29px;
    height: 29px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-team-exp-intro p {
    max-width: 440px;

    margin: 0;

    font-family: "Poppins", sans-serif;

    font-size: 15px;

    font-weight: 400;

    line-height: 1.8;

    color:
        rgba(255,255,255,.67);
}


/* ==================================================
   VISUAL STAGE
================================================== */

.gmy-team-exp-stage {
    display: grid;

    grid-template-columns:
        1.32fr
        .68fr;

    min-height: 720px;
}


/* ==================================================
   MAIN IMAGE
================================================== */

.gmy-team-exp-main {
    position: relative;

    min-height: 720px;

    overflow: hidden;

    background: #1c1c1c;
}


.gmy-team-exp-main > img {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    transition:
        transform 1s
        cubic-bezier(.16,1,.3,1);
}


.gmy-team-exp-main:hover > img {
    transform: scale(1.035);
}


/* ==================================================
   MAIN OVERLAY
================================================== */

.gmy-team-exp-main-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            0deg,
            rgba(0,0,0,.90) 0%,
            rgba(0,0,0,.28) 55%,
            rgba(0,0,0,.15) 100%
        );
}


/* ==================================================
   MAIN TOP
================================================== */

.gmy-team-exp-main-top {
    position: absolute;

    z-index: 3;

    left: 35px;
    right: 35px;
    top: 32px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    padding-bottom: 17px;

    border-bottom:
        1px solid
        rgba(255,255,255,.25);
}


.gmy-team-exp-main-top span {
    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 600;

    line-height: 1.4;

    letter-spacing: 1.5px;

    color:
        rgba(255,255,255,.78);
}


/* ==================================================
   MAIN COPY
================================================== */

.gmy-team-exp-main-copy {
    position: absolute;

    z-index: 3;

    left: clamp(30px, 4vw, 65px);

    bottom: clamp(35px, 5vw, 70px);

    max-width: 650px;
}


.gmy-team-exp-main-copy > span {
    display: block;

    margin-bottom: 13px;

    font-family: "Poppins", sans-serif;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 1.7px;

    color: #ff314c;
}


.gmy-team-exp-main-copy h3 {
    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            44px,
            4.6vw,
            70px
        );

    font-weight: 750;

    line-height: .92;

    letter-spacing: -4px;

    color: #ffffff;
}


.gmy-team-exp-main-copy h3 strong {
    display: block;

    font-weight: 750;

    color: #ffffff;
}


.gmy-team-exp-main-copy p {
    max-width: 520px;

    margin:
        24px
        0
        0;

    padding-left: 20px;

    border-left:
        3px solid
        var(--red);

    font-family: "Poppins", sans-serif;

    font-size: 15px;

    line-height: 1.75;

    color:
        rgba(255,255,255,.76);
}


/* ==================================================
   MAIN FLOAT ICON
================================================== */

.gmy-team-exp-main-icon {
    position: absolute;

    z-index: 5;

    right: 0;
    bottom: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 95px;
    height: 95px;

    background: var(--red);
}


.gmy-team-exp-main-icon svg {
    width: 38px;
    height: 38px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.4;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ==================================================
   SIDE VISUAL GRID
================================================== */

.gmy-team-exp-side {
    display: grid;

    grid-template-columns:
        1fr
        1fr;

    grid-template-rows:
        .92fr
        1.08fr;
}


/* ==================================================
   VISUAL CARD
================================================== */

.gmy-team-exp-visual {
    position: relative;

    min-height: 300px;

    overflow: hidden;

    background: #1b1b1b;
}


.gmy-team-exp-visual-wide {
    grid-column:
        1 / -1;
}


.gmy-team-exp-visual > img {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .8s
        cubic-bezier(.16,1,.3,1);
}


.gmy-team-exp-visual:hover > img {
    transform: scale(1.06);
}


/* ==================================================
   VISUAL OVERLAY
================================================== */

.gmy-team-exp-visual-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            0deg,
            rgba(0,0,0,.90) 0%,
            rgba(0,0,0,.18) 70%
        );

    transition:
        background .35s ease;
}


.gmy-team-exp-visual:hover
.gmy-team-exp-visual-overlay {
    background:
        linear-gradient(
            0deg,
            rgba(201,0,27,.88) 0%,
            rgba(0,0,0,.20) 75%
        );
}


/* ==================================================
   VISUAL CONTENT
================================================== */

.gmy-team-exp-visual-content {
    position: absolute;

    z-index: 4;

    left: 25px;
    right: 25px;
    bottom: 25px;

    display: flex;

    align-items: center;

    gap: 14px;
}


/* ==================================================
   VISUAL ICON
================================================== */

.gmy-team-exp-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    flex: 0 0 52px;

    background: var(--red);

    transition:
        background .3s ease;
}


.gmy-team-exp-visual:hover
.gmy-team-exp-icon {
    background: #ffffff;
}


.gmy-team-exp-icon svg {
    width: 25px;
    height: 25px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-team-exp-visual:hover
.gmy-team-exp-icon svg {
    stroke: var(--red);
}


/* ==================================================
   VISUAL LABEL
================================================== */

.gmy-team-exp-visual-content small {
    display: block;

    margin-bottom: 5px;

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    font-weight: 600;

    line-height: 1.3;

    letter-spacing: 1.2px;

    color: #ff4058;
}


.gmy-team-exp-visual:hover
.gmy-team-exp-visual-content small {
    color:
        rgba(255,255,255,.75);
}


.gmy-team-exp-visual-content strong {
    display: block;

    max-width: 240px;

    font-family: "Montserrat", sans-serif;

    font-size: 16px;

    font-weight: 700;

    line-height: 1.25;

    color: #ffffff;
}


/* ==================================================
   ARROW
================================================== */

.gmy-team-exp-arrow {
    position: absolute;

    z-index: 4;

    right: 25px;
    top: 25px;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;

    border:
        1px solid
        rgba(255,255,255,.35);

    font-family: "Montserrat", sans-serif;

    font-size: 20px;

    color: #ffffff;
}


/* ==================================================
   BOTTOM EXPERTISE BAR
================================================== */

.gmy-team-exp-bar {
    display: grid;

    grid-template-columns:
        1.35fr
        repeat(4, 1fr);

    min-height: 140px;

    border-bottom:
        1px solid
        rgba(255,255,255,.15);
}


/* ==================================================
   BAR HEAD
================================================== */

.gmy-team-exp-bar-head {
    display: flex;

    align-items: center;

    gap: 16px;

    padding:
        25px
        28px
        25px
        0;

    border-right:
        1px solid
        rgba(255,255,255,.15);
}


.gmy-team-exp-bar-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 55px;
    height: 55px;

    flex: 0 0 55px;

    background: var(--red);
}


.gmy-team-exp-bar-icon svg {
    width: 26px;
    height: 26px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-team-exp-bar-head small {
    display: block;

    margin-bottom: 5px;

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1.2px;

    color: #ff314c;
}


.gmy-team-exp-bar-head strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size: 17px;

    font-weight: 700;

    line-height: 1.25;

    color: #ffffff;
}


/* ==================================================
   BAR ITEM
================================================== */

.gmy-team-exp-bar-item {
    position: relative;

    display: flex;

    align-items: center;

    gap: 14px;

    padding:
        25px
        22px;

    border-right:
        1px solid
        rgba(255,255,255,.15);

    transition:
        background .3s ease;
}


.gmy-team-exp-bar-item:last-child {
    border-right: 0;
}


.gmy-team-exp-bar-item:hover {
    background: var(--red);
}


.gmy-team-exp-bar-item > span {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 35px;
    height: 35px;

    flex: 0 0 35px;

    border:
        1px solid
        rgba(255,255,255,.22);

    font-family: "Montserrat", sans-serif;

    font-size: 10px;

    font-weight: 700;

    color:
        rgba(255,255,255,.65);
}


.gmy-team-exp-bar-item small {
    display: block;

    margin-bottom: 5px;

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1px;

    color: #ff314c;
}


.gmy-team-exp-bar-item:hover small {
    color:
        rgba(255,255,255,.70);
}


.gmy-team-exp-bar-item strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size: 15px;

    font-weight: 700;

    color: #ffffff;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {

    .gmy-team-exp-wrap {
        width:
            calc(100% - 50px);
    }


    .gmy-team-exp-head {
        grid-template-columns:
            1fr
            .65fr;

        gap: 45px;
    }


    .gmy-team-exp-stage {
        display: block;
    }


    .gmy-team-exp-main {
        min-height: 680px;
    }


    .gmy-team-exp-side {
        min-height: 600px;
    }


    .gmy-team-exp-bar {
        grid-template-columns:
            repeat(2, 1fr);
    }


    .gmy-team-exp-bar-head {
        grid-column:
            1 / -1;

        padding-left: 25px;

        border-bottom:
            1px solid
            rgba(255,255,255,.15);
    }


    .gmy-team-exp-bar-item {
        min-height: 110px;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .gmy-team-exp {
        padding:
            75px
            0;
    }


    .gmy-team-exp-wrap {
        width:
            calc(100% - 34px);
    }


    /* HEADER */

    .gmy-team-exp-head {
        display: block;

        margin-bottom: 45px;
    }


    .gmy-team-exp-kicker {
        font-size: 10px;
    }


    .gmy-team-exp-title h2 {
        font-size:
            clamp(
                41px,
                11vw,
                55px
            );

        letter-spacing: -3px;
    }


    .gmy-team-exp-intro {
        margin-top: 30px;
    }


    .gmy-team-exp-intro p {
        font-size: 14px;
    }


    /* MAIN IMAGE */

    .gmy-team-exp-main {
        min-height: 650px;
    }


    .gmy-team-exp-main-top {
        left: 20px;
        right: 20px;
        top: 20px;
    }


    .gmy-team-exp-main-top span {
        font-size: 9px;
    }


    .gmy-team-exp-main-copy {
        left: 25px;
        right: 25px;
        bottom: 45px;
    }


    .gmy-team-exp-main-copy h3 {
        font-size:
            clamp(
                42px,
                11vw,
                56px
            );

        letter-spacing: -3px;
    }


    .gmy-team-exp-main-copy p {
        font-size: 14px;

        padding-right: 45px;
    }


    .gmy-team-exp-main-icon {
        width: 72px;
        height: 72px;
    }


    /* VISUALS */

    .gmy-team-exp-side {
        display: block;

        min-height: 0;
    }


    .gmy-team-exp-visual {
        min-height: 350px;
    }


    .gmy-team-exp-visual-wide {
        min-height: 400px;
    }


    .gmy-team-exp-visual-content {
        left: 22px;
        right: 22px;
        bottom: 22px;
    }


    .gmy-team-exp-visual-content small {
        font-size: 9px;
    }


    .gmy-team-exp-visual-content strong {
        font-size: 16px;
    }


    /* BOTTOM BAR */

    .gmy-team-exp-bar {
        display: block;
    }


    .gmy-team-exp-bar-head,
    .gmy-team-exp-bar-item {
        min-height: 100px;

        padding:
            20px;

        border-right: 0;

        border-bottom:
            1px solid
            rgba(255,255,255,.15);
    }


    .gmy-team-exp-bar-head small,
    .gmy-team-exp-bar-item small {
        font-size: 9px;
    }


    .gmy-team-exp-bar-head strong {
        font-size: 17px;
    }


    .gmy-team-exp-bar-item strong {
        font-size: 15px;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 430px) {

    .gmy-team-exp-main {
        min-height: 620px;
    }


    .gmy-team-exp-main-top {
        display: block;
    }


    .gmy-team-exp-main-top span {
        display: block;

        margin-bottom: 5px;
    }


    .gmy-team-exp-main-copy p {
        padding-right: 20px;
    }


    .gmy-team-exp-visual {
        min-height: 330px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-03b3577 *//* ==================================================
   GMY ASSOCIATES PLT
   OUR TEAM PAGE
   SECTION 05 - HOW OUR TEAM SUPPORTS YOU
================================================== */

.gmy-team-support {
    --red: #c9001b;
    --black: #111111;
    --grey: #686868;
    --light: #f4f4f2;
    --line: #ddddda;

    position: relative;

    width: 100%;

    padding:
        clamp(100px, 8vw, 145px)
        0;

    background: #ffffff;

    overflow: hidden;
}


/* ==================================================
   WRAP
================================================== */

.gmy-team-support-wrap {
    width:
        min(
            1500px,
            calc(100% - 80px)
        );

    margin: 0 auto;
}


/* ==================================================
   HEADER
================================================== */

.gmy-ts-head {
    display: grid;

    grid-template-columns:
        1.2fr
        .8fr;

    gap: 90px;

    align-items: end;

    margin-bottom: 70px;
}


/* ==================================================
   KICKER
================================================== */

.gmy-ts-kicker {
    display: flex;

    align-items: center;

    gap: 14px;

    margin-bottom: 20px;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    font-weight: 600;

    line-height: 1.4;

    letter-spacing: 1.7px;

    color: var(--red);
}


.gmy-ts-kicker::before {
    content: "";

    width: 42px;
    height: 2px;

    flex: 0 0 42px;

    background: var(--red);
}


/* ==================================================
   HEADING
================================================== */

.gmy-ts-head-left h2 {
    max-width: 900px;

    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            48px,
            5vw,
            74px
        );

    font-weight: 750;

    line-height: .94;

    letter-spacing: -4px;

    color: var(--black);
}


.gmy-ts-head-left h2 span {
    display: block;

    color: var(--red);
}


/* ==================================================
   HEADER RIGHT
================================================== */

.gmy-ts-head-right {
    display: grid;

    grid-template-columns:
        64px
        1fr;

    gap: 22px;

    align-items: start;
}


.gmy-ts-head-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 64px;
    height: 64px;

    background: var(--red);
}


.gmy-ts-head-icon svg {
    width: 28px;
    height: 28px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-ts-head-right p {
    max-width: 450px;

    margin: 0;

    font-family: "Poppins", sans-serif;

    font-size: 15px;

    line-height: 1.8;

    color: var(--grey);
}


/* ==================================================
   MAIN STAGE
================================================== */

.gmy-ts-stage {
    display: grid;

    grid-template-columns:
        .67fr
        1.36fr
        .67fr;

    gap: 32px;

    align-items: center;
}


/* ==================================================
   SUPPORT POINT COLUMN
================================================== */

.gmy-ts-points {
    display: flex;

    flex-direction: column;

    gap: 30px;
}


/* ==================================================
   SUPPORT POINT
================================================== */

.gmy-ts-point {
    position: relative;

    padding:
        30px
        0
        32px;

    border-top:
        1px solid
        var(--line);

    border-bottom:
        1px solid
        var(--line);
}


/* ==================================================
   POINT TOP
================================================== */

.gmy-ts-point-top {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    margin-bottom: 28px;
}


/* ==================================================
   POINT ICON
================================================== */

.gmy-ts-point-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 56px;
    height: 56px;

    flex: 0 0 56px;

    background: #f1f1ef;

    transition:
        background .3s ease,
        transform .3s ease;
}


.gmy-ts-point-icon svg {
    width: 26px;
    height: 26px;

    fill: none;

    stroke: var(--red);

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-ts-point:hover
.gmy-ts-point-icon {
    background: var(--red);

    transform:
        translateY(-3px);
}


.gmy-ts-point:hover
.gmy-ts-point-icon svg {
    stroke: #ffffff;
}


/* ==================================================
   NUMBER
================================================== */

.gmy-ts-point-no {
    font-family: "Montserrat", sans-serif;

    font-size: 14px;

    font-weight: 700;

    color: #b2b2af;
}


/* ==================================================
   SMALL LABEL
================================================== */

.gmy-ts-point > small {
    display: block;

    margin-bottom: 9px;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 1.5px;

    color: var(--red);
}


/* ==================================================
   POINT HEADING
================================================== */

.gmy-ts-point h3 {
    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            25px,
            2.1vw,
            34px
        );

    font-weight: 720;

    line-height: 1;

    letter-spacing: -1.6px;

    color: var(--black);
}


.gmy-ts-point h3 span {
    display: block;

    color: #777777;
}


/* ==================================================
   POINT BODY
================================================== */

.gmy-ts-point p {
    margin:
        18px
        0
        0;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.75;

    color: #727272;
}


/* ==================================================
   CENTER VISUAL
================================================== */

.gmy-ts-visual {
    position: relative;

    min-height: 760px;

    padding:
        0
        45px
        60px
        0;

    box-sizing: border-box;
}


/* ==================================================
   MAIN PHOTO
================================================== */

.gmy-ts-main-photo {
    position: relative;

    width: 100%;
    height: 690px;

    overflow: hidden;

    background: #151515;
}


.gmy-ts-main-photo > img {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    transition:
        transform .9s
        cubic-bezier(.16,1,.3,1);
}


.gmy-ts-main-photo:hover > img {
    transform: scale(1.03);
}


/* ==================================================
   MAIN OVERLAY
================================================== */

.gmy-ts-main-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            0deg,
            rgba(0,0,0,.88) 0%,
            rgba(0,0,0,.10) 60%
        );
}


/* ==================================================
   PHOTO TOP
================================================== */

.gmy-ts-photo-top {
    position: absolute;

    z-index: 3;

    left: 30px;
    right: 30px;
    top: 28px;

    display: flex;

    justify-content: space-between;

    gap: 20px;

    padding-bottom: 15px;

    border-bottom:
        1px solid
        rgba(255,255,255,.28);
}


.gmy-ts-photo-top span {
    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 1.4px;

    color:
        rgba(255,255,255,.82);
}


/* ==================================================
   PHOTO COPY
================================================== */

.gmy-ts-photo-copy {
    position: absolute;

    z-index: 3;

    left: 35px;
    right: 35px;

    bottom: 42px;
}


.gmy-ts-photo-copy > span {
    display: block;

    margin-bottom: 12px;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 1.5px;

    color: #ff4058;
}


.gmy-ts-photo-copy h3 {
    max-width: 500px;

    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            42px,
            4.2vw,
            64px
        );

    font-weight: 750;

    line-height: .92;

    letter-spacing: -3.5px;

    color: #ffffff;
}


.gmy-ts-photo-copy h3 strong {
    display: block;

    font-weight: 750;

    color: #ff304a;
}


/* ==================================================
   SMALL PHOTO
================================================== */

.gmy-ts-small-photo {
    position: absolute;

    z-index: 6;

    right: 0;
    bottom: 0;

    width: 48%;
    height: 230px;

    overflow: hidden;

    border:
        10px solid
        #ffffff;

    background: #151515;
}


.gmy-ts-small-photo > img {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .7s ease;
}


.gmy-ts-small-photo:hover > img {
    transform: scale(1.05);
}


.gmy-ts-small-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            0deg,
            rgba(0,0,0,.82),
            rgba(0,0,0,.15)
        );
}


/* ==================================================
   SMALL PHOTO CONTENT
================================================== */

.gmy-ts-small-content {
    position: absolute;

    z-index: 3;

    left: 20px;
    right: 20px;
    bottom: 18px;

    display: flex;

    align-items: center;

    gap: 13px;
}


.gmy-ts-small-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    background: var(--red);
}


.gmy-ts-small-icon svg {
    width: 23px;
    height: 23px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-ts-small-content small {
    display: block;

    margin-bottom: 4px;

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1.1px;

    color: #ff4058;
}


.gmy-ts-small-content strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size: 14px;

    font-weight: 700;

    line-height: 1.25;

    color: #ffffff;
}


/* ==================================================
   RED GMY BLOCK
================================================== */

.gmy-ts-red-block {
    position: absolute;

    z-index: 7;

    left: -28px;
    bottom: 30px;

    width: 155px;
    height: 155px;

    padding: 22px;

    box-sizing: border-box;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    background: var(--red);
}


.gmy-ts-red-block > span {
    font-family: "Montserrat", sans-serif;

    font-size: 29px;

    font-weight: 800;

    letter-spacing: -2px;

    color: #ffffff;
}


.gmy-ts-red-block strong {
    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 600;

    line-height: 1.5;

    letter-spacing: 1px;

    color:
        rgba(255,255,255,.88);
}


/* ==================================================
   BOTTOM CTA
================================================== */

.gmy-ts-bottom {
    display: flex;

    align-items: center;

    gap: 20px;

    margin-top: 75px;

    padding:
        28px
        0;

    border-top:
        1px solid
        var(--line);

    border-bottom:
        1px solid
        var(--line);
}


/* ==================================================
   BOTTOM ICON
================================================== */

.gmy-ts-bottom-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 62px;
    height: 62px;

    flex: 0 0 62px;

    background: var(--red);
}


.gmy-ts-bottom-icon svg {
    width: 28px;
    height: 28px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ==================================================
   BOTTOM COPY
================================================== */

.gmy-ts-bottom-copy small {
    display: block;

    margin-bottom: 5px;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 1.4px;

    color: var(--red);
}


.gmy-ts-bottom-copy strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size: 17px;

    font-weight: 700;

    line-height: 1.3;

    color: var(--black);
}


.gmy-ts-bottom-line {
    flex: 1;

    height: 1px;

    background: var(--line);
}


/* ==================================================
   CTA BUTTON
================================================== */

.gmy-ts-button {
    display: inline-flex;

    align-items: center;

    gap: 20px;

    min-height: 58px;

    padding:
        0
        8px
        0
        25px;

    text-decoration: none;

    background: var(--black);

    transition:
        background .3s ease;
}


.gmy-ts-button span {
    font-family: "Poppins", sans-serif;

    font-size: 12px;

    font-weight: 600;

    color: #ffffff;
}


.gmy-ts-button i {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 43px;
    height: 43px;

    font-family: "Montserrat", sans-serif;

    font-size: 18px;

    font-style: normal;

    background: var(--red);

    color: #ffffff;

    transition:
        transform .3s ease;
}


.gmy-ts-button:hover {
    background: var(--red);
}


.gmy-ts-button:hover i {
    background: #ffffff;

    color: var(--red);

    transform:
        rotate(45deg);
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1150px) {

    .gmy-team-support-wrap {
        width:
            calc(100% - 50px);
    }


    .gmy-ts-head {
        gap: 50px;
    }


    .gmy-ts-stage {
        grid-template-columns:
            1fr
            1.35fr;
    }


    .gmy-ts-points-right {
        grid-column:
            1 / -1;

        display: grid;

        grid-template-columns:
            1fr
            1fr;

        gap: 30px;
    }


    .gmy-ts-point p {
        font-size: 14px;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .gmy-team-support {
        padding:
            75px
            0;
    }


    .gmy-team-support-wrap {
        width:
            calc(100% - 34px);
    }


    /* HEADER */

    .gmy-ts-head {
        display: block;

        margin-bottom: 45px;
    }


    .gmy-ts-kicker {
        font-size: 10px;
    }


    .gmy-ts-head-left h2 {
        font-size:
            clamp(
                41px,
                11vw,
                55px
            );

        letter-spacing: -3px;
    }


    .gmy-ts-head-right {
        margin-top: 30px;
    }


    .gmy-ts-head-right p {
        font-size: 14px;
    }


    /* STAGE */

    .gmy-ts-stage {
        display: flex;

        flex-direction: column;

        gap: 30px;
    }


    .gmy-ts-visual {
        order: 1;

        width: 100%;

        min-height: 680px;

        padding:
            0
            0
            70px;
    }


    .gmy-ts-points-left {
        order: 2;
    }


    .gmy-ts-points-right {
        order: 3;

        display: flex;

        flex-direction: column;
    }


    .gmy-ts-main-photo {
        height: 610px;
    }


    .gmy-ts-photo-top {
        left: 20px;
        right: 20px;
    }


    .gmy-ts-photo-top span {
        font-size: 9px;
    }


    .gmy-ts-photo-copy {
        left: 25px;
        right: 25px;

        bottom: 115px;
    }


    .gmy-ts-photo-copy h3 {
        font-size:
            clamp(
                42px,
                11vw,
                56px
            );

        letter-spacing: -3px;
    }


    .gmy-ts-small-photo {
        width: 70%;
        height: 200px;

        right: -5px;
    }


    .gmy-ts-red-block {
        left: 15px;

        width: 135px;
        height: 135px;
    }


    /* POINTS */

    .gmy-ts-points {
        width: 100%;

        gap: 20px;
    }


    .gmy-ts-point {
        padding:
            28px
            0;
    }


    .gmy-ts-point h3 {
        font-size: 30px;
    }


    .gmy-ts-point p {
        font-size: 14px;
    }


    /* BOTTOM */

    .gmy-ts-bottom {
        display: grid;

        grid-template-columns:
            62px
            1fr;

        margin-top: 55px;
    }


    .gmy-ts-bottom-line {
        display: none;
    }


    .gmy-ts-button {
        grid-column:
            1 / -1;

        width: 100%;

        justify-content: space-between;

        box-sizing: border-box;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 430px) {

    .gmy-ts-main-photo {
        height: 570px;
    }


    .gmy-ts-visual {
        min-height: 650px;
    }


    .gmy-ts-small-photo {
        width: 76%;
    }


    .gmy-ts-small-content strong {
        font-size: 13px;
    }


    .gmy-ts-red-block {
        width: 125px;
        height: 125px;

        padding: 18px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-af966e6 *//* ==================================================
   GMY ASSOCIATES PLT
   OUR TEAM PAGE
   SECTION 06 - PROFESSIONAL STANDARDS
================================================== */

.gmy-team-standard {
    --red: #c9001b;
    --black: #111111;
    --grey: #686868;
    --light: #f4f4f2;
    --line: #ddddda;

    position: relative;
    width: 100%;

    padding:
        clamp(100px, 8vw, 145px)
        0;

    background: #f4f4f2;

    overflow: hidden;
}


/* ==================================================
   WRAP
================================================== */

.gmy-standard-wrap {
    width:
        min(
            1500px,
            calc(100% - 80px)
        );

    margin: 0 auto;
}


/* ==================================================
   HEADER
================================================== */

.gmy-standard-head {
    display: grid;

    grid-template-columns:
        1.3fr
        .7fr;

    gap: 80px;

    align-items: end;

    margin-bottom: 60px;
}


/* ==================================================
   KICKER
================================================== */

.gmy-standard-kicker {
    display: flex;

    align-items: center;

    gap: 14px;

    margin-bottom: 20px;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 1.7px;

    color: var(--red);
}


.gmy-standard-kicker::before {
    content: "";

    width: 42px;
    height: 2px;

    background: var(--red);
}


/* ==================================================
   TITLE
================================================== */

.gmy-standard-head h2 {
    max-width: 950px;

    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            48px,
            5vw,
            74px
        );

    font-weight: 750;

    line-height: .94;

    letter-spacing: -4px;

    color: var(--black);
}


.gmy-standard-head h2 span {
    display: block;

    color: var(--red);
}


/* ==================================================
   INTRO
================================================== */

.gmy-standard-head > p {
    max-width: 450px;

    margin: 0;

    padding-left: 22px;

    border-left:
        3px solid
        var(--red);

    font-family: "Poppins", sans-serif;

    font-size: 15px;

    line-height: 1.8;

    color: var(--grey);
}


/* ==================================================
   MAIN VISUAL
================================================== */

.gmy-standard-visual {
    position: relative;

    width: 100%;
    height: 650px;

    overflow: hidden;

    background: #151515;
}


.gmy-standard-visual > img {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    transition:
        transform 1s
        cubic-bezier(.16,1,.3,1);
}


.gmy-standard-visual:hover > img {
    transform: scale(1.025);
}


/* ==================================================
   OVERLAY
================================================== */

.gmy-standard-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.88) 0%,
            rgba(0,0,0,.55) 42%,
            rgba(0,0,0,.10) 78%
        );
}


/* ==================================================
   VISUAL TOP
================================================== */

.gmy-standard-visual-top {
    position: absolute;

    z-index: 3;

    left: 35px;
    right: 35px;
    top: 30px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    padding-bottom: 16px;

    border-bottom:
        1px solid
        rgba(255,255,255,.25);
}


.gmy-standard-visual-top span {
    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 1.4px;

    color:
        rgba(255,255,255,.78);
}


/* ==================================================
   VISUAL COPY
================================================== */

.gmy-standard-visual-copy {
    position: absolute;

    z-index: 3;

    left:
        clamp(
            35px,
            5vw,
            75px
        );

    top: 50%;

    transform:
        translateY(-50%);

    max-width: 650px;
}


.gmy-standard-visual-copy > span {
    display: block;

    margin-bottom: 14px;

    font-family: "Poppins", sans-serif;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 1.7px;

    color: #ff3852;
}


.gmy-standard-visual-copy h3 {
    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            50px,
            5.5vw,
            82px
        );

    font-weight: 750;

    line-height: .88;

    letter-spacing: -5px;

    color: #ffffff;
}


.gmy-standard-visual-copy h3 strong {
    display: block;

    font-weight: 750;

    color: #ffffff;
}


.gmy-standard-visual-copy p {
    max-width: 520px;

    margin:
        28px
        0
        0;

    padding-left: 20px;

    border-left:
        3px solid
        var(--red);

    font-family: "Poppins", sans-serif;

    font-size: 15px;

    line-height: 1.8;

    color:
        rgba(255,255,255,.76);
}


/* ==================================================
   MIA RED BLOCK
================================================== */

.gmy-standard-mia {
    position: absolute;

    z-index: 5;

    right: 0;
    bottom: 0;

    width: 315px;

    padding:
        32px;

    box-sizing: border-box;

    background: var(--red);
}


/* ==================================================
   MIA ICON
================================================== */

.gmy-standard-mia-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 55px;
    height: 55px;

    margin-bottom: 35px;

    border:
        1px solid
        rgba(255,255,255,.35);
}


.gmy-standard-mia-icon svg {
    width: 27px;
    height: 27px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ==================================================
   MIA COPY
================================================== */

.gmy-standard-mia small {
    display: block;

    margin-bottom: 7px;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 1.3px;

    color:
        rgba(255,255,255,.75);
}


.gmy-standard-mia strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size: 24px;

    font-weight: 700;

    line-height: 1.15;

    color: #ffffff;
}


.gmy-standard-mia > span {
    display: block;

    margin-top: 18px;

    padding-top: 18px;

    border-top:
        1px solid
        rgba(255,255,255,.28);

    font-family: "Montserrat", sans-serif;

    font-size: 17px;

    font-weight: 700;

    color: #ffffff;
}


/* ==================================================
   CREDENTIAL RAIL
================================================== */

.gmy-standard-rail {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    background: #ffffff;
}


/* ==================================================
   ITEM
================================================== */

.gmy-standard-item {
    display: flex;

    align-items: center;

    gap: 17px;

    min-height: 165px;

    padding:
        25px;

    box-sizing: border-box;

    border-right:
        1px solid
        var(--line);

    transition:
        background .3s ease;
}


.gmy-standard-item:last-child {
    border-right: 0;
}


.gmy-standard-item:hover {
    background: #fafafa;
}


/* ==================================================
   ITEM ICON
================================================== */

.gmy-standard-item-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 55px;
    height: 55px;

    flex: 0 0 55px;

    background: #f1f1ef;

    transition:
        background .3s ease;
}


.gmy-standard-item-icon svg {
    width: 26px;
    height: 26px;

    fill: none;

    stroke: var(--red);

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-standard-item:hover
.gmy-standard-item-icon {
    background: var(--red);
}


.gmy-standard-item:hover
.gmy-standard-item-icon svg {
    stroke: #ffffff;
}


/* ==================================================
   ITEM TEXT
================================================== */

.gmy-standard-item small {
    display: block;

    margin-bottom: 6px;

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    font-weight: 600;

    line-height: 1.3;

    letter-spacing: 1.2px;

    color: var(--red);
}


.gmy-standard-item strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size: 17px;

    font-weight: 700;

    line-height: 1.25;

    color: var(--black);
}


.gmy-standard-item p {
    margin:
        6px
        0
        0;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    line-height: 1.5;

    color: #777777;
}


/* ==================================================
   RED ITEM
================================================== */

.gmy-standard-item-red {
    background: var(--red);
}


.gmy-standard-item-red:hover {
    background: #ad0017;
}


.gmy-standard-item-red
.gmy-standard-item-icon {
    background: #ffffff;
}


.gmy-standard-item-red
.gmy-standard-item-icon svg {
    stroke: var(--red);
}


.gmy-standard-item-red small {
    color:
        rgba(255,255,255,.72);
}


.gmy-standard-item-red strong {
    color: #ffffff;
}


.gmy-standard-item-red p {
    color:
        rgba(255,255,255,.75);
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {

    .gmy-standard-wrap {
        width:
            calc(100% - 50px);
    }


    .gmy-standard-head {
        grid-template-columns:
            1fr
            .65fr;

        gap: 45px;
    }


    .gmy-standard-visual {
        height: 650px;
    }


    .gmy-standard-rail {
        grid-template-columns:
            repeat(2, 1fr);
    }


    .gmy-standard-item:nth-child(2) {
        border-right: 0;
    }


    .gmy-standard-item:nth-child(-n+2) {
        border-bottom:
            1px solid
            var(--line);
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .gmy-team-standard {
        padding:
            75px
            0;
    }


    .gmy-standard-wrap {
        width:
            calc(100% - 34px);
    }


    /* HEADER */

    .gmy-standard-head {
        display: block;

        margin-bottom: 45px;
    }


    .gmy-standard-kicker {
        font-size: 10px;
    }


    .gmy-standard-head h2 {
        font-size:
            clamp(
                41px,
                11vw,
                55px
            );

        letter-spacing: -3px;
    }


    .gmy-standard-head > p {
        margin-top: 30px;

        font-size: 14px;
    }


    /* IMAGE */

    .gmy-standard-visual {
        height: 760px;
    }


    .gmy-standard-overlay {
        background:
            linear-gradient(
                0deg,
                rgba(0,0,0,.90) 0%,
                rgba(0,0,0,.25) 75%
            );
    }


    .gmy-standard-visual-top {
        left: 20px;
        right: 20px;
        top: 20px;
    }


    .gmy-standard-visual-top span {
        font-size: 9px;
    }


    .gmy-standard-visual-copy {
        left: 25px;
        right: 25px;

        top: auto;

        bottom: 265px;

        transform: none;
    }


    .gmy-standard-visual-copy h3 {
        font-size:
            clamp(
                48px,
                13vw,
                65px
            );

        letter-spacing: -4px;
    }


    .gmy-standard-visual-copy p {
        font-size: 14px;
    }


    /* MIA */

    .gmy-standard-mia {
        width: 100%;

        padding: 25px;
    }


    .gmy-standard-mia-icon {
        margin-bottom: 20px;
    }


    .gmy-standard-mia strong {
        font-size: 21px;
    }


    /* RAIL */

    .gmy-standard-rail {
        display: block;
    }


    .gmy-standard-item {
        min-height: 125px;

        border-right: 0;

        border-bottom:
            1px solid
            var(--line);
    }


    .gmy-standard-item:last-child {
        border-bottom: 0;
    }


    .gmy-standard-item small {
        font-size: 9px;
    }


    .gmy-standard-item strong {
        font-size: 16px;
    }


    .gmy-standard-item p {
        font-size: 12px;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 430px) {

    .gmy-standard-visual {
        height: 730px;
    }


    .gmy-standard-visual-copy {
        bottom: 270px;
    }


    .gmy-standard-visual-copy p {
        max-width: 320px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2da90e5 *//* ==================================================
   GMY ASSOCIATES PLT
   OUR TEAM PAGE
   SECTION 07 - FINAL CTA
================================================== */

.gmy-team-cta {
    --red: #c9001b;
    --red-dark: #a60017;
    --black: #111111;

    position: relative;

    display: grid;

    grid-template-columns:
        .95fr
        1.05fr;

    width: 100%;
    min-height: 760px;

    background: var(--red);

    overflow: hidden;
}


/* ==================================================
   LEFT CONTENT
================================================== */

.gmy-team-cta-content {
    position: relative;
    z-index: 3;

    display: flex;
    flex-direction: column;

    min-height: 760px;

    padding:
        42px
        clamp(45px, 6vw, 100px)
        50px;

    box-sizing: border-box;

    color: #ffffff;
}


/* ==================================================
   TOP META
================================================== */

.gmy-team-cta-top {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 25px;

    padding-bottom: 20px;

    border-bottom:
        1px solid
        rgba(255,255,255,.27);
}


.gmy-team-cta-top span {
    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 600;

    line-height: 1.4;

    letter-spacing: 1.5px;

    color:
        rgba(255,255,255,.76);
}


/* ==================================================
   MAIN
================================================== */

.gmy-team-cta-main {
    display: flex;
    flex-direction: column;

    justify-content: center;

    flex: 1;

    max-width: 700px;

    padding:
        65px
        0;
}


/* ==================================================
   KICKER
================================================== */

.gmy-team-cta-kicker {
    display: flex;

    align-items: center;

    gap: 14px;

    margin-bottom: 20px;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    font-weight: 600;

    line-height: 1.4;

    letter-spacing: 1.8px;

    color: #ffffff;
}


.gmy-team-cta-kicker::before {
    content: "";

    width: 42px;
    height: 2px;

    flex: 0 0 42px;

    background: #ffffff;
}


/* ==================================================
   HEADING
================================================== */

.gmy-team-cta-main h2 {
    max-width: 720px;

    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            52px,
            5.8vw,
            86px
        );

    font-weight: 760;

    line-height: .88;

    letter-spacing: -5px;

    color: #ffffff;
}


.gmy-team-cta-main h2 span {
    display: block;

    color:
        rgba(255,255,255,.70);
}


/* ==================================================
   DESCRIPTION
================================================== */

.gmy-team-cta-main > p {
    max-width: 570px;

    margin:
        30px
        0
        0;

    padding-left: 22px;

    border-left:
        3px solid
        rgba(255,255,255,.65);

    font-family: "Poppins", sans-serif;

    font-size: 15px;

    font-weight: 400;

    line-height: 1.8;

    color:
        rgba(255,255,255,.82);
}


/* ==================================================
   ACTIONS
================================================== */

.gmy-team-cta-actions {
    display: flex;

    align-items: center;

    gap: 25px;

    margin-top: 40px;
}


/* ==================================================
   BUTTON
================================================== */

.gmy-team-cta-btn {
    display: inline-flex;

    align-items: center;

    gap: 25px;

    min-height: 62px;

    padding:
        0
        8px
        0
        27px;

    box-sizing: border-box;

    background: #ffffff;

    text-decoration: none;

    transition:
        background .3s ease,
        transform .3s ease;
}


.gmy-team-cta-btn span {
    font-family: "Poppins", sans-serif;

    font-size: 12px;

    font-weight: 600;

    color: var(--black);
}


.gmy-team-cta-btn i {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;

    font-family: "Montserrat", sans-serif;

    font-size: 19px;

    font-style: normal;

    background: var(--black);

    color: #ffffff;

    transition:
        transform .3s ease,
        background .3s ease;
}


.gmy-team-cta-btn:hover {
    transform:
        translateY(-3px);

    background: var(--black);
}


.gmy-team-cta-btn:hover span {
    color: #ffffff;
}


.gmy-team-cta-btn:hover i {
    background: #ffffff;

    color: var(--red);

    transform:
        rotate(45deg);
}


/* ==================================================
   PHONE
================================================== */

.gmy-team-cta-phone {
    display: flex;

    align-items: center;

    gap: 13px;

    text-decoration: none;
}


.gmy-team-cta-phone-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    flex: 0 0 52px;

    border:
        1px solid
        rgba(255,255,255,.38);
}


.gmy-team-cta-phone-icon svg {
    width: 23px;
    height: 23px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.4;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-team-cta-phone-copy small {
    display: block;

    margin-bottom: 4px;

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1.2px;

    color:
        rgba(255,255,255,.65);
}


.gmy-team-cta-phone-copy strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size: 17px;

    font-weight: 700;

    color: #ffffff;
}


/* ==================================================
   OFFICE INFO
================================================== */

.gmy-team-cta-info {
    display: grid;

    grid-template-columns:
        56px
        1fr;

    gap: 17px;

    align-items: start;

    padding-top: 28px;

    border-top:
        1px solid
        rgba(255,255,255,.27);
}


.gmy-team-cta-info-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 56px;
    height: 56px;

    border:
        1px solid
        rgba(255,255,255,.35);
}


.gmy-team-cta-info-icon svg {
    width: 25px;
    height: 25px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-team-cta-info small {
    display: block;

    margin-bottom: 5px;

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1.3px;

    color:
        rgba(255,255,255,.65);
}


.gmy-team-cta-info strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size: 17px;

    font-weight: 700;

    color: #ffffff;
}


.gmy-team-cta-info p {
    margin:
        7px
        0
        0;

    font-family: "Poppins", sans-serif;

    font-size: 13px;

    line-height: 1.65;

    color:
        rgba(255,255,255,.72);
}


/* ==================================================
   RIGHT VISUAL
================================================== */

.gmy-team-cta-visual {
    position: relative;

    min-height: 760px;

    overflow: hidden;

    background: #161616;
}


.gmy-team-cta-visual > img {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    transition:
        transform 1s
        cubic-bezier(.16,1,.3,1);
}


.gmy-team-cta:hover
.gmy-team-cta-visual > img {
    transform:
        scale(1.025);
}


/* ==================================================
   IMAGE OVERLAY
================================================== */

.gmy-team-cta-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            0deg,
            rgba(0,0,0,.65) 0%,
            rgba(0,0,0,.08) 65%
        );
}


/* ==================================================
   IMAGE TOP
================================================== */

.gmy-team-cta-visual-top {
    position: absolute;

    z-index: 4;

    top: 35px;
    right: 35px;
}


.gmy-team-cta-visual-top span {
    display: block;

    padding:
        11px
        15px;

    background:
        rgba(0,0,0,.55);

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 1.4px;

    color: #ffffff;

    backdrop-filter:
        blur(8px);
}


/* ==================================================
   FLOAT MESSAGE
================================================== */

.gmy-team-cta-message {
    position: absolute;

    z-index: 5;

    left: 40px;
    bottom: 40px;

    display: flex;

    align-items: center;

    gap: 16px;

    max-width: 370px;

    padding:
        18px
        23px
        18px
        18px;

    box-sizing: border-box;

    background:
        rgba(255,255,255,.95);

    backdrop-filter:
        blur(12px);
}


.gmy-team-cta-message-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 55px;
    height: 55px;

    flex: 0 0 55px;

    background: var(--red);
}


.gmy-team-cta-message-icon svg {
    width: 26px;
    height: 26px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-team-cta-message small {
    display: block;

    margin-bottom: 5px;

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1.2px;

    color: var(--red);
}


.gmy-team-cta-message strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size: 16px;

    font-weight: 700;

    line-height: 1.3;

    color: var(--black);
}


/* ==================================================
   BRAND CORNER
================================================== */

.gmy-team-cta-brand {
    position: absolute;

    z-index: 5;

    right: 0;
    bottom: 0;

    display: flex;

    align-items: center;

    gap: 13px;

    width: 190px;
    min-height: 110px;

    padding:
        22px;

    box-sizing: border-box;

    background: var(--black);
}


.gmy-team-cta-brand strong {
    font-family: "Montserrat", sans-serif;

    font-size: 36px;

    font-weight: 800;

    line-height: 1;

    letter-spacing: -3px;

    color: #ffffff;
}


.gmy-team-cta-brand span {
    padding-left: 12px;

    border-left:
        1px solid
        rgba(255,255,255,.28);

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    font-weight: 600;

    line-height: 1.5;

    letter-spacing: 1px;

    color:
        rgba(255,255,255,.68);
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {

    .gmy-team-cta {
        grid-template-columns:
            1fr
            .9fr;
    }


    .gmy-team-cta-content {
        padding:
            38px
            45px
            45px;
    }


    .gmy-team-cta-main h2 {
        font-size:
            clamp(
                52px,
                6vw,
                70px
            );
    }


    .gmy-team-cta-actions {
        align-items: flex-start;

        flex-direction: column;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .gmy-team-cta {
        display: flex;

        flex-direction: column;

        min-height: 0;
    }


    /* CONTENT */

    .gmy-team-cta-content {
        min-height: 0;

        padding:
            30px
            22px
            45px;
    }


    .gmy-team-cta-top {
        align-items: flex-start;
    }


    .gmy-team-cta-top span {
        font-size: 9px;
    }


    .gmy-team-cta-main {
        padding:
            70px
            0;
    }


    .gmy-team-cta-kicker {
        font-size: 10px;
    }


    .gmy-team-cta-main h2 {
        font-size:
            clamp(
                48px,
                13vw,
                64px
            );

        letter-spacing: -4px;
    }


    .gmy-team-cta-main > p {
        font-size: 14px;

        line-height: 1.75;
    }


    .gmy-team-cta-actions {
        width: 100%;

        gap: 25px;
    }


    .gmy-team-cta-btn {
        width: 100%;

        justify-content: space-between;
    }


    /* ADDRESS */

    .gmy-team-cta-info p {
        font-size: 12px;
    }


    /* IMAGE */

    .gmy-team-cta-visual {
        min-height: 580px;
    }


    .gmy-team-cta-visual-top {
        top: 20px;
        right: 20px;
    }


    .gmy-team-cta-message {
        left: 20px;
        right: 20px;

        bottom: 135px;

        max-width: none;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 430px) {

    .gmy-team-cta-main h2 {
        font-size: 47px;
    }


    .gmy-team-cta-phone-copy strong {
        font-size: 16px;
    }


    .gmy-team-cta-info {
        grid-template-columns:
            50px
            1fr;
    }


    .gmy-team-cta-info-icon {
        width: 50px;
        height: 50px;
    }


    .gmy-team-cta-visual {
        min-height: 540px;
    }


    .gmy-team-cta-message strong {
        font-size: 15px;
    }

}/* End custom CSS */