.elementor-25 .elementor-element.elementor-element-7c3b1a8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-3fb80a3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-73a6094{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-9a6edda{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-02ee642{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-973dd50 *//* ==================================================
   GMY ASSOCIATES PLT
   SERVICES PAGE
   VISUAL-FIRST HERO
================================================== */

.gmy-services-hero {
    --red: #c9001b;
    --red-dark: #a70017;
    --black: #111111;
    --white: #ffffff;
    --grey: #f1f1ef;

    width: 100%;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}


/* ==================================================
   HERO WRAP
================================================== */

.gmy-services-hero-wrap {
    width: 100%;
    min-height: 720px;

    display: grid;
    grid-template-columns: 68% 32%;
}


/* ==================================================
   MAIN IMAGE
================================================== */

.gmy-services-hero-image {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    background: #222222;
}


.gmy-services-hero-image > img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    transition:
        transform 1.2s
        cubic-bezier(.16,1,.3,1);
}


.gmy-services-hero:hover
.gmy-services-hero-image > img {
    transform: scale(1.025);
}


/* overlay */

.gmy-services-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(8,8,8,.80) 0%,
            rgba(8,8,8,.61) 38%,
            rgba(8,8,8,.18) 75%,
            rgba(8,8,8,.08) 100%
        );
}


/* ==================================================
   TOP BADGE
================================================== */

.gmy-services-hero-badge {
    position: absolute;
    z-index: 4;

    left: clamp(30px, 5vw, 85px);
    top: 45px;

    display: flex;
    align-items: center;
    gap: 11px;

    padding:
        12px
        16px;

    background:
        rgba(0,0,0,.32);

    border:
        1px solid
        rgba(255,255,255,.18);

    backdrop-filter:
        blur(8px);

    font-family: "Poppins", sans-serif;

    font-size: 6px;
    font-weight: 600;

    letter-spacing: 1.8px;

    color:
        rgba(255,255,255,.78);
}


.gmy-services-badge-dot {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: var(--red);

    box-shadow:
        0 0 0 5px
        rgba(201,0,27,.20);
}


/* ==================================================
   HERO COPY
================================================== */

.gmy-services-hero-copy {
    position: absolute;
    z-index: 4;

    left: clamp(30px, 5vw, 85px);
    bottom: clamp(60px, 7vw, 100px);

    width:
        min(
            760px,
            calc(100% - 100px)
        );
}


/* kicker */

.gmy-services-hero-kicker {
    display: flex;
    align-items: center;
    gap: 13px;

    margin-bottom: 22px;

    font-family: "Poppins", sans-serif;

    font-size: 8px;
    font-weight: 600;

    letter-spacing: 2.5px;

    color:
        rgba(255,255,255,.68);
}


.gmy-services-hero-kicker::before {
    content: "";

    width: 42px;
    height: 2px;

    background: var(--red);
}


/* heading */

.gmy-services-hero-copy h1 {
    max-width: 800px;

    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            58px,
            6.3vw,
            96px
        );

    font-weight: 750;

    line-height: .88;

    letter-spacing: -6px;

    color: #ffffff;
}


.gmy-services-hero-copy h1 span {
    display: block;

    color: #ff1534;
}


/* paragraph */

.gmy-services-hero-copy p {
    max-width: 520px;

    margin:
        32px
        0
        0;

    font-family: "Poppins", sans-serif;

    font-size: 11px;
    line-height: 1.8;

    color:
        rgba(255,255,255,.72);
}


/* ==================================================
   BUTTON
================================================== */

.gmy-services-hero-btn {
    display: inline-flex;

    align-items: center;
    gap: 20px;

    margin-top: 35px;

    padding:
        8px
        8px
        8px
        24px;

    background: #ffffff;

    color: #111111;

    text-decoration: none;

    transition:
        transform .3s ease;
}


.gmy-services-hero-btn:hover {
    transform: translateY(-3px);
}


.gmy-services-hero-btn > span {
    font-family: "Poppins", sans-serif;

    font-size: 8px;
    font-weight: 600;

    letter-spacing: .5px;
}


.gmy-services-hero-btn 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;
}


/* ==================================================
   SIDE LABEL
================================================== */

.gmy-services-side-label {
    position: absolute;
    z-index: 3;

    right: 22px;
    top: 50%;

    transform:
        translateY(-50%)
        rotate(90deg);

    transform-origin: center;

    font-family: "Poppins", sans-serif;

    font-size: 6px;
    font-weight: 600;

    letter-spacing: 2px;

    color:
        rgba(255,255,255,.52);
}


/* ==================================================
   RIGHT COLUMN
================================================== */

.gmy-services-side {
    display: grid;

    grid-template-rows:
        1.05fr
        .8fr
        .8fr;

    min-height: 720px;
}


/* ==================================================
   RED INTRO
================================================== */

.gmy-services-side-intro {
    position: relative;

    display: flex;
    flex-direction: column;

    padding:
        38px
        38px;

    background: var(--red);

    color: #ffffff;

    overflow: hidden;
}


/* decoration */

.gmy-services-side-intro::before {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    right: -190px;
    bottom: -170px;

    border-radius: 50%;

    border:
        1px solid
        rgba(255,255,255,.18);
}


.gmy-services-side-intro::after {
    content: "";

    position: absolute;

    width: 190px;
    height: 190px;

    right: -115px;
    bottom: -105px;

    border-radius: 50%;

    border:
        1px solid
        rgba(255,255,255,.13);
}


/* top */

.gmy-services-side-intro-top {
    position: relative;
    z-index: 2;

    display: flex;

    align-items: center;
    justify-content: space-between;
}


.gmy-services-side-intro-top span {
    font-family: "Poppins", sans-serif;

    font-size: 6px;
    font-weight: 600;

    letter-spacing: 1.8px;

    color:
        rgba(255,255,255,.65);
}


.gmy-services-side-intro-top strong {
    font-family: "Montserrat", sans-serif;

    font-size: 17px;
    font-weight: 800;

    letter-spacing: -1px;
}


/* main */

.gmy-services-side-intro-main {
    position: relative;
    z-index: 2;

    margin-top: auto;
}


.gmy-services-side-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    margin-bottom: 20px;

    border:
        1px solid
        rgba(255,255,255,.35);
}


.gmy-services-side-icon svg {
    width: 23px;
    height: 23px;

    fill: none;

    stroke: #ffffff;
    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-services-side-intro h2 {
    max-width: 360px;

    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            30px,
            2.8vw,
            43px
        );

    font-weight: 700;

    line-height: .95;

    letter-spacing: -2.5px;
}


.gmy-services-side-intro h2 span {
    display: block;

    color:
        rgba(255,255,255,.65);
}


.gmy-services-side-intro p {
    max-width: 320px;

    margin:
        18px
        0
        0;

    font-family: "Poppins", sans-serif;

    font-size: 8px;
    line-height: 1.7;

    color:
        rgba(255,255,255,.68);
}


/* ==================================================
   MINI IMAGE
================================================== */

.gmy-services-mini {
    position: relative;

    min-height: 0;

    overflow: hidden;

    background: #222222;
}


.gmy-services-mini > img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .7s
        cubic-bezier(.16,1,.3,1);
}


.gmy-services-mini:hover > img {
    transform: scale(1.06);
}


.gmy-services-mini-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.78),
            rgba(0,0,0,.25)
        );
}


/* mini content */

.gmy-services-mini-content {
    position: absolute;
    z-index: 3;

    left: 28px;
    right: 25px;
    bottom: 25px;

    display: flex;

    align-items: center;

    gap: 16px;
}


/* icon */

.gmy-services-mini-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    background: var(--red);
}


.gmy-services-mini-icon svg {
    width: 20px;
    height: 20px;

    fill: none;

    stroke: #ffffff;
    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-services-mini-content small {
    display: block;

    margin-bottom: 4px;

    font-family: "Poppins", sans-serif;

    font-size: 5px;
    font-weight: 600;

    letter-spacing: 1.5px;

    color:
        rgba(255,255,255,.58);
}


.gmy-services-mini-content strong {
    display: block;

    max-width: 280px;

    font-family: "Montserrat", sans-serif;

    font-size: 16px;
    font-weight: 650;

    line-height: 1.15;

    color: #ffffff;
}


/* ==================================================
   SERVICE ICON BAR
================================================== */

.gmy-services-iconbar {
    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(5, 1fr);

    background: #ffffff;

    border-bottom:
        1px solid
        #dddddd;
}


/* ==================================================
   ICON ITEM
================================================== */

.gmy-services-icon-item {
    position: relative;

    min-height: 155px;

    display: flex;

    align-items: center;

    gap: 18px;

    padding:
        28px
        clamp(18px, 2vw, 32px);

    border-right:
        1px solid
        #dddddd;

    color: inherit;

    text-decoration: none;

    overflow: hidden;

    transition:
        background .3s ease;
}


.gmy-services-icon-item:last-child {
    border-right: 0;
}


.gmy-services-icon-item:hover {
    background: #f4f4f2;
}


/* red top indicator */

.gmy-services-icon-item::before {
    content: "";

    position: absolute;

    left: 0;
    right: 100%;
    top: 0;

    height: 4px;

    background: var(--red);

    transition:
        right .4s
        cubic-bezier(.16,1,.3,1);
}


.gmy-services-icon-item:hover::before {
    right: 0;
}


/* ==================================================
   SERVICE ICON
================================================== */

.gmy-services-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 55px;
    height: 55px;

    flex: 0 0 55px;

    background: #f0f0ee;

    transition:
        background .3s ease;
}


.gmy-services-icon svg {
    width: 26px;
    height: 26px;

    fill: none;

    stroke: var(--red);
    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-services-icon-item:hover
.gmy-services-icon {
    background: var(--red);
}


.gmy-services-icon-item:hover
.gmy-services-icon svg {
    stroke: #ffffff;
}


/* text */

.gmy-services-icon-item small {
    display: block;

    margin-bottom: 6px;

    font-family: "Poppins", sans-serif;

    font-size: 5px;
    font-weight: 600;

    letter-spacing: 1.4px;

    color: var(--red);
}


.gmy-services-icon-item strong {
    display: block;

    max-width: 190px;

    font-family: "Montserrat", sans-serif;

    font-size: 13px;
    font-weight: 650;

    line-height: 1.25;

    color: var(--black);
}


/* ==================================================
   LAPTOP / TABLET
================================================== */

@media (max-width: 1150px) {

    .gmy-services-hero-wrap {
        grid-template-columns:
            64% 36%;
    }


    .gmy-services-hero-copy h1 {
        font-size: 68px;

        letter-spacing: -4.5px;
    }


    .gmy-services-side-intro {
        padding: 30px;
    }


    .gmy-services-side-intro h2 {
        font-size: 33px;
    }


    .gmy-services-iconbar {
        grid-template-columns:
            repeat(3, 1fr);
    }


    .gmy-services-icon-item:nth-child(3) {
        border-right: 0;
    }


    .gmy-services-icon-item:nth-child(4),
    .gmy-services-icon-item:nth-child(5) {
        border-top:
            1px solid
            #dddddd;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .gmy-services-hero-wrap {
        display: block;

        min-height: 0;
    }


    /* MAIN IMAGE */

    .gmy-services-hero-image {
        min-height: 680px;
    }


    .gmy-services-hero-overlay {
        background:
            linear-gradient(
                0deg,
                rgba(0,0,0,.88) 0%,
                rgba(0,0,0,.56) 55%,
                rgba(0,0,0,.20) 100%
            );
    }


    .gmy-services-hero-badge {
        left: 20px;
        top: 25px;
    }


    .gmy-services-hero-copy {
        left: 22px;
        right: 22px;
        bottom: 45px;

        width: auto;
    }


    .gmy-services-hero-copy h1 {
        font-size:
            clamp(
                47px,
                13vw,
                62px
            );

        line-height: .91;

        letter-spacing: -4px;
    }


    .gmy-services-hero-copy p {
        font-size: 10px;
    }


    .gmy-services-side-label {
        display: none;
    }


    /* RIGHT SIDE */

    .gmy-services-side {
        grid-template-rows: none;

        min-height: 0;
    }


    .gmy-services-side-intro {
        min-height: 400px;

        padding:
            35px
            27px;
    }


    .gmy-services-side-intro-main {
        margin-top: 90px;
    }


    .gmy-services-side-intro h2 {
        font-size: 40px;
    }


    .gmy-services-mini {
        min-height: 290px;
    }


    /* ICON BAR */

    .gmy-services-iconbar {
        display: block;
    }


    .gmy-services-icon-item,
    .gmy-services-icon-item:nth-child(3),
    .gmy-services-icon-item:nth-child(4),
    .gmy-services-icon-item:nth-child(5) {
        min-height: 115px;

        padding:
            22px
            20px;

        border-right: 0;

        border-top: 0;

        border-bottom:
            1px solid
            #dddddd;
    }


    .gmy-services-icon-item:last-child {
        border-bottom: 0;
    }


    .gmy-services-icon {
        width: 50px;
        height: 50px;

        flex-basis: 50px;
    }


    .gmy-services-icon-item strong {
        max-width: none;

        font-size: 14px;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 420px) {

    .gmy-services-hero-image {
        min-height: 640px;
    }


    .gmy-services-hero-copy h1 {
        font-size: 44px;

        letter-spacing: -3px;
    }


    .gmy-services-side-intro h2 {
        font-size: 36px;
    }


    .gmy-services-mini {
        min-height: 260px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e17fe7b *//* ==================================================
   GMY ASSOCIATES PLT
   SERVICES PAGE
   SECTION 02 - SERVICE CAPABILITIES
================================================== */

.gmy-capabilities {
    --red: #c9001b;
    --red-dark: #a50016;
    --black: #111111;
    --white: #ffffff;
    --light: #f5f5f3;

    width: 100%;
    position: relative;

    padding:
        clamp(90px, 8vw, 135px)
        0;

    background: #f5f5f3;

    overflow: hidden;
}


/* ==================================================
   WRAP
================================================== */

.gmy-cap-wrap {
    width:
        min(
            1500px,
            calc(100% - 80px)
        );

    margin: 0 auto;
}


/* ==================================================
   HEADER
================================================== */

.gmy-cap-head {
    display: grid;

    grid-template-columns:
        1.25fr
        .75fr;

    gap: 80px;

    align-items: end;

    margin-bottom: 65px;
}


/* kicker */

.gmy-cap-kicker {
    display: flex;

    align-items: center;

    gap: 13px;

    margin-bottom: 18px;

    font-family: "Poppins", sans-serif;

    font-size: 8px;
    font-weight: 600;

    letter-spacing: 2.4px;

    color: var(--red);
}


.gmy-cap-kicker::before {
    content: "";

    width: 40px;
    height: 2px;

    background: var(--red);
}


/* title */

.gmy-cap-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-cap-head h2 span {
    display: block;

    color: var(--red);
}


/* paragraph */

.gmy-cap-head > p {
    max-width: 470px;

    margin:
        0
        0
        5px;

    padding-left: 25px;

    border-left:
        2px solid
        var(--red);

    font-family: "Poppins", sans-serif;

    font-size: 10px;
    line-height: 1.9;

    color: #777777;
}


/* ==================================================
   GRID
================================================== */

.gmy-cap-grid {
    display: grid;

    grid-template-columns:
        .82fr
        1.18fr;

    gap: 8px;

    min-height: 790px;
}


/* ==================================================
   FEATURE IMAGE
================================================== */

.gmy-cap-feature {
    position: relative;

    min-height: 790px;

    overflow: hidden;

    background: #181818;
}


.gmy-cap-feature > 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-cap-feature:hover > img {
    transform: scale(1.035);
}


/* overlay */

.gmy-cap-feature-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            0deg,
            rgba(0,0,0,.91) 0%,
            rgba(0,0,0,.60) 42%,
            rgba(0,0,0,.10) 80%
        );
}


/* ==================================================
   FEATURE ICON
================================================== */

.gmy-cap-feature-icon {
    position: absolute;

    z-index: 3;

    left: 38px;
    top: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 60px;
    height: 60px;

    background: var(--red);
}


.gmy-cap-feature-icon svg {
    width: 28px;
    height: 28px;

    fill: none;

    stroke: #ffffff;
    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ==================================================
   FEATURE CONTENT
================================================== */

.gmy-cap-feature-content {
    position: absolute;

    z-index: 3;

    left: 42px;
    right: 42px;
    bottom: 48px;
}


.gmy-cap-feature-content > span {
    display: block;

    margin-bottom: 14px;

    font-family: "Poppins", sans-serif;

    font-size: 7px;
    font-weight: 600;

    letter-spacing: 2px;

    color: #ff4960;
}


.gmy-cap-feature-content h3 {
    max-width: 550px;

    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            44px,
            4vw,
            64px
        );

    font-weight: 750;

    line-height: .9;

    letter-spacing: -4px;

    color: #ffffff;
}


.gmy-cap-feature-content h3 strong {
    display: block;

    font-weight: inherit;

    color: #ff1837;
}


.gmy-cap-feature-content p {
    max-width: 480px;

    margin:
        25px
        0
        0;

    font-family: "Poppins", sans-serif;

    font-size: 9px;
    line-height: 1.8;

    color:
        rgba(255,255,255,.66);
}


/* button */

.gmy-cap-feature-content a {
    display: inline-flex;

    align-items: center;

    gap: 18px;

    margin-top: 30px;

    padding:
        7px
        7px
        7px
        20px;

    background: #ffffff;

    text-decoration: none;

    color: var(--black);
}


.gmy-cap-feature-content a > span {
    font-family: "Poppins", sans-serif;

    font-size: 7px;
    font-weight: 600;
}


.gmy-cap-feature-content a i {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 39px;
    height: 39px;

    background: var(--red);

    font-family: "Montserrat", sans-serif;

    font-size: 14px;
    font-style: normal;

    color: #ffffff;

    transition:
        transform .3s ease;
}


.gmy-cap-feature-content a:hover i {
    transform: rotate(45deg);
}


/* ==================================================
   FEATURE LABEL
================================================== */

.gmy-cap-feature-label {
    position: absolute;

    z-index: 3;

    right: 22px;
    top: 38px;

    font-family: "Poppins", sans-serif;

    font-size: 6px;
    font-weight: 600;

    letter-spacing: 1.8px;

    color:
        rgba(255,255,255,.50);
}


/* ==================================================
   SMALL SERVICE GRID
================================================== */

.gmy-cap-services {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    grid-template-rows:
        repeat(2, 1fr);

    gap: 8px;

    min-width: 0;
}


/* ==================================================
   CARD
================================================== */

.gmy-cap-card {
    position: relative;

    min-width: 0;
    min-height: 390px;

    overflow: hidden;

    background: #191919;
}


.gmy-cap-card > img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .75s
        cubic-bezier(.16,1,.3,1);
}


.gmy-cap-card:hover > img {
    transform: scale(1.07);
}


/* overlay */

.gmy-cap-card-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            0deg,
            rgba(0,0,0,.92) 0%,
            rgba(0,0,0,.52) 55%,
            rgba(0,0,0,.12) 100%
        );

    transition:
        background .4s ease;
}


.gmy-cap-card:hover
.gmy-cap-card-overlay {
    background:
        linear-gradient(
            0deg,
            rgba(120,0,15,.96) 0%,
            rgba(90,0,12,.60) 58%,
            rgba(0,0,0,.16) 100%
        );
}


/* ==================================================
   CARD ICON
================================================== */

.gmy-cap-card-icon {
    position: absolute;

    z-index: 3;

    left: 27px;
    top: 27px;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    background:
        rgba(255,255,255,.12);

    border:
        1px solid
        rgba(255,255,255,.25);

    backdrop-filter:
        blur(5px);
}


.gmy-cap-card-icon svg {
    width: 23px;
    height: 23px;

    fill: none;

    stroke: #ffffff;
    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ==================================================
   CARD CONTENT
================================================== */

.gmy-cap-card-content {
    position: absolute;

    z-index: 3;

    left: 28px;
    right: 70px;
    bottom: 28px;
}


.gmy-cap-card-content small {
    display: block;

    margin-bottom: 8px;

    font-family: "Poppins", sans-serif;

    font-size: 6px;
    font-weight: 600;

    letter-spacing: 1.7px;

    color: #ff304b;
}


.gmy-cap-card-content h3 {
    max-width: 310px;

    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            22px,
            2.1vw,
            31px
        );

    font-weight: 700;

    line-height: .97;

    letter-spacing: -1.8px;

    color: #ffffff;
}


.gmy-cap-card-content h3 span {
    display: block;

    color:
        rgba(255,255,255,.65);
}


.gmy-cap-card-content p {
    max-width: 310px;

    margin:
        15px
        0
        0;

    font-family: "Poppins", sans-serif;

    font-size: 7px;
    line-height: 1.65;

    color:
        rgba(255,255,255,.58);
}


/* ==================================================
   CARD ARROW
================================================== */

.gmy-cap-card-arrow {
    position: absolute;

    z-index: 4;

    right: 25px;
    bottom: 27px;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    background: var(--red);

    text-decoration: none;

    font-family: "Montserrat", sans-serif;

    font-size: 15px;

    color: #ffffff;

    transition:
        all .3s ease;
}


.gmy-cap-card:hover
.gmy-cap-card-arrow {
    background: #ffffff;

    color: var(--red);

    transform:
        translate(3px,-3px);
}


/* ==================================================
   BOTTOM CTA
================================================== */

.gmy-cap-bottom {
    display: grid;

    grid-template-columns:
        70px
        1.15fr
        .85fr
        auto;

    gap: 30px;

    align-items: center;

    margin-top: 8px;

    padding:
        38px
        40px;

    background: #ffffff;
}


/* icon */

.gmy-cap-bottom-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    background: #f0f0ee;
}


.gmy-cap-bottom-icon svg {
    width: 27px;
    height: 27px;

    fill: none;

    stroke: var(--red);
    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* title */

.gmy-cap-bottom-title small {
    display: block;

    margin-bottom: 7px;

    font-family: "Poppins", sans-serif;

    font-size: 6px;
    font-weight: 600;

    letter-spacing: 1.6px;

    color: var(--red);
}


.gmy-cap-bottom-title strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            18px,
            1.7vw,
            25px
        );

    font-weight: 700;

    line-height: 1.2;

    color: var(--black);
}


.gmy-cap-bottom-title strong span {
    display: block;

    color: #999999;
}


/* copy */

.gmy-cap-bottom > p {
    max-width: 380px;

    margin: 0;

    padding-left: 28px;

    border-left:
        1px solid
        #dddddd;

    font-family: "Poppins", sans-serif;

    font-size: 8px;
    line-height: 1.75;

    color: #777777;
}


/* button */

.gmy-cap-bottom-btn {
    display: flex;

    align-items: center;

    gap: 18px;

    padding:
        7px
        7px
        7px
        20px;

    background: var(--black);

    text-decoration: none;

    color: #ffffff;

    white-space: nowrap;
}


.gmy-cap-bottom-btn span {
    font-family: "Poppins", sans-serif;

    font-size: 7px;
    font-weight: 600;
}


.gmy-cap-bottom-btn i {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 39px;
    height: 39px;

    background: var(--red);

    font-family: "Montserrat", sans-serif;

    font-size: 14px;
    font-style: normal;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {

    .gmy-cap-wrap {
        width:
            calc(100% - 50px);
    }


    .gmy-cap-grid {
        grid-template-columns: 1fr;
    }


    .gmy-cap-feature {
        min-height: 680px;
    }


    .gmy-cap-services {
        min-height: 760px;
    }


    .gmy-cap-bottom {
        grid-template-columns:
            65px
            1fr
            auto;
    }


    .gmy-cap-bottom > p {
        display: none;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .gmy-capabilities {
        padding:
            75px
            0;
    }


    .gmy-cap-wrap {
        width:
            calc(100% - 34px);
    }


    /* header */

    .gmy-cap-head {
        display: block;

        margin-bottom: 45px;
    }


    .gmy-cap-head h2 {
        font-size:
            clamp(
                42px,
                11vw,
                55px
            );

        letter-spacing: -3px;
    }


    .gmy-cap-head > p {
        margin-top: 28px;

        padding-left: 18px;
    }


    /* feature */

    .gmy-cap-feature {
        min-height: 650px;
    }


    .gmy-cap-feature-icon {
        left: 25px;
        top: 25px;
    }


    .gmy-cap-feature-label {
        right: 20px;
        top: 30px;
    }


    .gmy-cap-feature-content {
        left: 25px;
        right: 25px;
        bottom: 32px;
    }


    .gmy-cap-feature-content h3 {
        font-size: 45px;

        letter-spacing: -3px;
    }


    /* cards */

    .gmy-cap-services {
        display: block;

        min-height: 0;
    }


    .gmy-cap-card {
        min-height: 430px;

        margin-top: 8px;
    }


    .gmy-cap-card-content h3 {
        font-size: 29px;
    }


    /* bottom */

    .gmy-cap-bottom {
        display: block;

        padding:
            30px
            25px;
    }


    .gmy-cap-bottom-title {
        margin-top: 22px;
    }


    .gmy-cap-bottom > p {
        display: block;

        margin-top: 20px;

        padding:
            20px
            0
            0;

        border-left: 0;

        border-top:
            1px solid
            #dddddd;
    }


    .gmy-cap-bottom-btn {
        width: fit-content;

        margin-top: 25px;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 420px) {

    .gmy-cap-feature {
        min-height: 610px;
    }


    .gmy-cap-feature-content h3 {
        font-size: 40px;
    }


    .gmy-cap-card {
        min-height: 400px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9c80a28 *//* ==================================================
   GMY ASSOCIATES PLT
   SERVICES PAGE
   SECTION 03 - HOW WE SUPPORT CLIENTS
================================================== */

.gmy-support {
    --red: #c9001b;
    --red-dark: #a60016;
    --black: #111111;
    --light: #f4f4f2;
    --line: #dededc;

    position: relative;

    width: 100%;

    padding:
        clamp(95px, 8vw, 140px)
        0;

    background: #ffffff;

    overflow: hidden;
}


/* ==================================================
   WRAP
================================================== */

.gmy-support-wrap {
    width:
        min(
            1500px,
            calc(100% - 80px)
        );

    margin: 0 auto;
}


/* ==================================================
   HEADER
================================================== */

.gmy-support-head {
    display: grid;

    grid-template-columns:
        1.2fr
        .8fr;

    gap: 90px;

    align-items: end;

    margin-bottom: 70px;
}


/* ==================================================
   KICKER
================================================== */

.gmy-support-kicker {
    display: flex;

    align-items: center;

    gap: 13px;

    margin-bottom: 18px;

    font-family: "Poppins", sans-serif;

    font-size: 8px;
    font-weight: 600;

    letter-spacing: 2.3px;

    color: var(--red);
}


.gmy-support-kicker::before {
    content: "";

    width: 40px;
    height: 2px;

    background: var(--red);
}


/* ==================================================
   HEADING
================================================== */

.gmy-support-title h2 {
    max-width: 850px;

    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            47px,
            5vw,
            73px
        );

    font-weight: 750;

    line-height: .94;

    letter-spacing: -4px;

    color: var(--black);
}


.gmy-support-title h2 span {
    display: block;

    color: var(--red);
}


/* ==================================================
   INTRO
================================================== */

.gmy-support-intro {
    display: grid;

    grid-template-columns:
        55px
        1fr;

    gap: 22px;

    align-items: start;
}


.gmy-support-intro-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 55px;
    height: 55px;

    background: var(--red);
}


.gmy-support-intro-icon svg {
    width: 25px;
    height: 25px;

    fill: none;

    stroke: #ffffff;
    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-support-intro p {
    max-width: 430px;

    margin: 0;

    padding-top: 3px;

    font-family: "Poppins", sans-serif;

    font-size: 10px;
    line-height: 1.9;

    color: #777777;
}


/* ==================================================
   STAGE
================================================== */

.gmy-support-stage {
    display: grid;

    grid-template-columns:
        .65fr
        1.35fr
        .65fr;

    gap:
        clamp(
            30px,
            3.5vw,
            55px
        );

    align-items: center;
}


/* ==================================================
   SIDE
================================================== */

.gmy-support-side {
    display: flex;

    flex-direction: column;

    justify-content: space-between;

    min-height: 630px;
}


/* ==================================================
   POINT
================================================== */

.gmy-support-point {
    position: relative;

    padding:
        0
        0
        35px;

    border-bottom:
        1px solid
        var(--line);
}


.gmy-support-point-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    margin-bottom: 28px;

    background: #f2f2f0;

    transition:
        background .3s ease,
        transform .3s ease;
}


.gmy-support-point:hover
.gmy-support-point-icon {
    background: var(--red);

    transform: translateY(-4px);
}


.gmy-support-point-icon svg {
    width: 27px;
    height: 27px;

    fill: none;

    stroke: var(--red);
    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-support-point:hover
.gmy-support-point-icon svg {
    stroke: #ffffff;
}


/* ==================================================
   POINT CONTENT
================================================== */

.gmy-support-point-content small {
    display: block;

    margin-bottom: 8px;

    font-family: "Poppins", sans-serif;

    font-size: 6px;
    font-weight: 600;

    letter-spacing: 1.7px;

    color: var(--red);
}


.gmy-support-point-content h3 {
    max-width: 260px;

    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            20px,
            1.8vw,
            27px
        );

    font-weight: 700;

    line-height: 1.05;

    letter-spacing: -1.5px;

    color: var(--black);
}


.gmy-support-point-content p {
    max-width: 270px;

    margin:
        15px
        0
        0;

    font-family: "Poppins", sans-serif;

    font-size: 8px;
    line-height: 1.75;

    color: #888888;
}


/* ==================================================
   CENTER VISUAL
================================================== */

.gmy-support-visual {
    position: relative;

    min-height: 680px;

    padding-bottom: 75px;
}


/* ==================================================
   MAIN IMAGE
================================================== */

.gmy-support-main-image {
    position: absolute;

    left: 0;
    right: 60px;
    top: 0;

    height: 600px;

    overflow: hidden;

    background: #171717;
}


.gmy-support-main-image > img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .9s
        cubic-bezier(.16,1,.3,1);
}


.gmy-support-main-image:hover > img {
    transform: scale(1.035);
}


.gmy-support-image-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            0deg,
            rgba(0,0,0,.82),
            rgba(0,0,0,.08) 65%
        );
}


/* ==================================================
   IMAGE COPY
================================================== */

.gmy-support-image-copy {
    position: absolute;

    z-index: 3;

    left: 38px;
    bottom: 42px;
}


.gmy-support-image-copy > span {
    display: block;

    margin-bottom: 9px;

    font-family: "Poppins", sans-serif;

    font-size: 6px;
    font-weight: 600;

    letter-spacing: 1.8px;

    color:
        rgba(255,255,255,.60);
}


.gmy-support-image-copy strong {
    display: block;

    max-width: 400px;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            31px,
            3vw,
            45px
        );

    font-weight: 700;

    line-height: .95;

    letter-spacing: -2.5px;

    color: #ffffff;
}


.gmy-support-image-copy strong em {
    display: block;

    font-style: normal;

    color: #ff1b39;
}


/* ==================================================
   FLOAT ICON
================================================== */

.gmy-support-float-icon {
    position: absolute;

    z-index: 4;

    right: 0;
    top: 40px;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 90px;
    height: 90px;

    background: var(--red);
}


.gmy-support-float-icon svg {
    width: 38px;
    height: 38px;

    fill: none;

    stroke: #ffffff;
    stroke-width: 1.35;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ==================================================
   SMALL IMAGE
================================================== */

.gmy-support-small-image {
    position: absolute;

    z-index: 5;

    left: 40px;
    bottom: 0;

    width: 260px;
    height: 165px;

    overflow: hidden;

    background: #111111;

    box-shadow:
        0 18px 45px
        rgba(0,0,0,.18);
}


.gmy-support-small-image > img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


.gmy-support-small-image::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            0deg,
            rgba(0,0,0,.85),
            rgba(0,0,0,.05)
        );
}


.gmy-support-small-image > div {
    position: absolute;

    z-index: 3;

    left: 20px;
    right: 20px;
    bottom: 17px;
}


.gmy-support-small-image small {
    display: block;

    margin-bottom: 3px;

    font-family: "Poppins", sans-serif;

    font-size: 5px;
    font-weight: 600;

    letter-spacing: 1.4px;

    color: #ff304a;
}


.gmy-support-small-image strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size: 13px;
    font-weight: 650;

    line-height: 1.15;

    color: #ffffff;
}


/* ==================================================
   RED STAT
================================================== */

.gmy-support-red {
    position: absolute;

    z-index: 6;

    right: 0;
    bottom: 15px;

    display: flex;

    align-items: center;

    gap: 15px;

    width: 210px;
    min-height: 125px;

    padding:
        22px;

    box-sizing: border-box;

    background: var(--red);

    color: #ffffff;
}


.gmy-support-red-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    border:
        1px solid
        rgba(255,255,255,.35);
}


.gmy-support-red-icon svg {
    width: 21px;
    height: 21px;

    fill: none;

    stroke: #ffffff;
    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-support-red > div {
    display: flex;

    align-items: center;

    gap: 9px;
}


.gmy-support-red strong {
    font-family: "Montserrat", sans-serif;

    font-size: 38px;
    font-weight: 800;

    line-height: 1;

    letter-spacing: -3px;
}


.gmy-support-red > div > span {
    font-family: "Poppins", sans-serif;

    font-size: 5px;
    font-weight: 600;

    line-height: 1.5;

    letter-spacing: 1px;

    color:
        rgba(255,255,255,.70);
}


/* ==================================================
   CLIENT BAR
================================================== */

.gmy-support-clientbar {
    display: grid;

    grid-template-columns:
        1.5fr
        repeat(5, .7fr);

    margin-top: 75px;

    border-top:
        1px solid
        var(--line);

    border-bottom:
        1px solid
        var(--line);
}


/* ==================================================
   CLIENT TITLE
================================================== */

.gmy-support-client-title {
    display: flex;

    align-items: center;

    gap: 18px;

    min-height: 115px;

    padding:
        20px
        25px
        20px
        0;

    border-right:
        1px solid
        var(--line);
}


.gmy-support-client-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    flex: 0 0 52px;

    background: var(--red);
}


.gmy-support-client-icon svg {
    width: 25px;
    height: 25px;

    fill: none;

    stroke: #ffffff;
    stroke-width: 1.4;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-support-client-title small {
    display: block;

    margin-bottom: 5px;

    font-family: "Poppins", sans-serif;

    font-size: 5px;
    font-weight: 600;

    letter-spacing: 1.4px;

    color: var(--red);
}


.gmy-support-client-title strong {
    display: block;

    max-width: 220px;

    font-family: "Montserrat", sans-serif;

    font-size: 14px;
    font-weight: 700;

    line-height: 1.2;

    color: var(--black);
}


/* ==================================================
   CLIENT
================================================== */

.gmy-support-client {
    display: flex;

    flex-direction: column;

    justify-content: center;

    min-width: 0;

    padding:
        20px
        22px;

    border-right:
        1px solid
        var(--line);

    transition:
        background .3s ease;
}


.gmy-support-client:last-child {
    border-right: 0;
}


.gmy-support-client:hover {
    background: #f4f4f2;
}


.gmy-support-client span {
    display: block;

    margin-bottom: 9px;

    font-family: "Montserrat", sans-serif;

    font-size: 8px;
    font-weight: 700;

    color: var(--red);
}


.gmy-support-client strong {
    font-family: "Montserrat", sans-serif;

    font-size: 10px;
    font-weight: 650;

    line-height: 1.25;

    color: var(--black);
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1150px) {

    .gmy-support-wrap {
        width:
            calc(100% - 50px);
    }


    .gmy-support-stage {
        grid-template-columns:
            .65fr
            1.35fr;
    }


    .gmy-support-side-right {
        grid-column:
            1 / -1;

        display: grid;

        grid-template-columns:
            repeat(2,1fr);

        gap: 40px;

        min-height: 0;

        margin-top: 25px;
    }


    .gmy-support-clientbar {
        grid-template-columns:
            repeat(3,1fr);
    }


    .gmy-support-client-title {
        grid-column:
            span 3;

        border-right: 0;

        border-bottom:
            1px solid
            var(--line);
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .gmy-support {
        padding:
            75px
            0;
    }


    .gmy-support-wrap {
        width:
            calc(100% - 34px);
    }


    /* header */

    .gmy-support-head {
        display: block;

        margin-bottom: 50px;
    }


    .gmy-support-title h2 {
        font-size:
            clamp(
                42px,
                11vw,
                55px
            );

        letter-spacing: -3px;
    }


    .gmy-support-intro {
        margin-top: 30px;
    }


    /* stage */

    .gmy-support-stage {
        display: flex;

        flex-direction: column;

        gap: 40px;
    }


    /* VISUAL FIRST ON MOBILE */

    .gmy-support-visual {
        order: 1;

        width: 100%;

        min-height: 620px;

        padding-bottom: 80px;
    }


    .gmy-support-side-left {
        order: 2;
    }


    .gmy-support-side-right {
        order: 3;
    }


    .gmy-support-side {
        display: grid;

        grid-template-columns: 1fr;

        gap: 30px;

        width: 100%;

        min-height: 0;

        margin: 0;
    }


    .gmy-support-main-image {
        right: 25px;

        height: 510px;
    }


    .gmy-support-float-icon {
        width: 72px;
        height: 72px;

        top: 30px;
    }


    .gmy-support-small-image {
        left: 20px;

        width: 210px;
        height: 140px;
    }


    .gmy-support-red {
        width: 175px;

        min-height: 105px;

        padding: 17px;
    }


    .gmy-support-red-icon {
        width: 35px;
        height: 35px;

        flex-basis: 35px;
    }


    /* point */

    .gmy-support-point {
        display: grid;

        grid-template-columns:
            58px
            1fr;

        gap: 20px;

        padding-bottom: 28px;
    }


    .gmy-support-point-icon {
        margin-bottom: 0;
    }


    .gmy-support-point-content h3,
    .gmy-support-point-content p {
        max-width: none;
    }


    /* client bar */

    .gmy-support-clientbar {
        display: block;

        margin-top: 55px;
    }


    .gmy-support-client-title {
        min-height: 105px;

        padding:
            20px
            5px;

        border-right: 0;
    }


    .gmy-support-client {
        min-height: 80px;

        padding:
            17px
            5px;

        border-right: 0;

        border-bottom:
            1px solid
            var(--line);
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 420px) {

    .gmy-support-visual {
        min-height: 580px;
    }


    .gmy-support-main-image {
        height: 470px;
    }


    .gmy-support-image-copy {
        left: 25px;
        bottom: 35px;
    }


    .gmy-support-image-copy strong {
        font-size: 32px;
    }


    .gmy-support-small-image {
        width: 185px;
    }


    .gmy-support-red {
        width: 155px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a1a1685 *//* ==================================================
   GMY ASSOCIATES PLT
   SERVICES PAGE
   SECTION 04 - PROFESSIONAL SERVICE EXPERIENCE
================================================== */

.gmy-work {
    --red: #c9001b;
    --black: #111111;
    --grey: #f2f2f0;
    --line: #dededb;

    position: relative;
    width: 100%;

    padding-top:
        clamp(85px, 8vw, 130px);

    background: #ffffff;

    overflow: hidden;
}


/* ==================================================
   MAIN WRAP
================================================== */

.gmy-work-wrap {
    width:
        min(
            1500px,
            calc(100% - 80px)
        );

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        1.12fr
        72px
        .88fr;

    gap: 0;

    align-items: stretch;
}


/* ==================================================
   GALLERY
================================================== */

.gmy-work-gallery {
    position: relative;

    min-height: 760px;

    margin-right: 38px;
}


/* ==================================================
   IMAGE BASE
================================================== */

.gmy-work-img {
    position: absolute;

    overflow: hidden;

    background: #181818;
}


.gmy-work-img img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .8s
        cubic-bezier(.16,1,.3,1);
}


.gmy-work-img:hover img {
    transform: scale(1.045);
}


/* ==================================================
   MAIN IMAGE
================================================== */

.gmy-work-img-main {
    left: 0;
    top: 0;

    width: 72%;
    height: 540px;
}


.gmy-work-img-main img {
    object-position: center;
}


.gmy-work-img-shade {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            0deg,
            rgba(0,0,0,.78),
            rgba(0,0,0,.04) 62%
        );
}


/* caption */

.gmy-work-img-caption {
    position: absolute;

    left: 30px;
    right: 30px;
    bottom: 30px;

    z-index: 3;
}


.gmy-work-img-caption small {
    display: block;

    margin-bottom: 8px;

    font-family: "Poppins", sans-serif;

    font-size: 6px;
    font-weight: 600;

    letter-spacing: 1.8px;

    color: #ff314c;
}


.gmy-work-img-caption strong {
    display: block;

    max-width: 420px;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            22px,
            2vw,
            30px
        );

    font-weight: 700;

    line-height: 1;

    letter-spacing: -1.5px;

    color: #ffffff;
}


/* ==================================================
   SMALL IMAGE
================================================== */

.gmy-work-img-small {
    left: 7%;
    bottom: 0;

    width: 43%;
    height: 185px;

    border:
        8px solid
        #ffffff;
}


.gmy-work-small-tag {
    position: absolute;

    left: 0;
    bottom: 0;

    padding:
        10px
        15px;

    background: var(--red);
}


.gmy-work-small-tag span {
    font-family: "Poppins", sans-serif;

    font-size: 5px;
    font-weight: 600;

    letter-spacing: 1.5px;

    color: #ffffff;
}


/* ==================================================
   TALL IMAGE
================================================== */

.gmy-work-img-tall {
    right: 0;
    top: 105px;

    width: 35%;
    height: 505px;

    border:
        8px solid
        #ffffff;
}


.gmy-work-tall-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            0deg,
            rgba(0,0,0,.90),
            rgba(0,0,0,.06)
        );
}


/* copy */

.gmy-work-tall-copy {
    position: absolute;

    z-index: 3;

    left: 22px;
    right: 20px;
    bottom: 24px;
}


.gmy-work-tall-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;

    margin-bottom: 17px;

    background: var(--red);
}


.gmy-work-tall-icon svg {
    width: 22px;
    height: 22px;

    fill: none;

    stroke: #ffffff;
    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-work-tall-copy small {
    display: block;

    margin-bottom: 7px;

    font-family: "Poppins", sans-serif;

    font-size: 5px;
    font-weight: 600;

    letter-spacing: 1.5px;

    color: #ff2f49;
}


.gmy-work-tall-copy strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            18px,
            1.7vw,
            25px
        );

    font-weight: 700;

    line-height: 1;

    letter-spacing: -1.3px;

    color: #ffffff;
}


/* ==================================================
   RED CORNER
================================================== */

.gmy-work-red-corner {
    position: absolute;

    right: 4%;
    bottom: 25px;

    z-index: 6;

    width: 155px;
    height: 120px;

    padding: 22px;

    box-sizing: border-box;

    display: flex;
    flex-direction: column;

    justify-content: flex-end;

    background: var(--red);
}


.gmy-work-red-corner span {
    font-family: "Montserrat", sans-serif;

    font-size: 29px;
    font-weight: 800;

    line-height: 1;

    letter-spacing: -2px;

    color: #ffffff;
}


.gmy-work-red-corner small {
    margin-top: 5px;

    font-family: "Poppins", sans-serif;

    font-size: 4px;
    font-weight: 600;

    line-height: 1.5;

    letter-spacing: 1px;

    color:
        rgba(255,255,255,.65);
}


/* ==================================================
   RED SPINE
================================================== */

.gmy-work-spine {
    position: relative;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: space-between;

    padding:
        30px
        0;

    background: var(--red);

    overflow: hidden;
}


.gmy-work-spine-line {
    position: absolute;

    top: 0;
    bottom: 0;
    left: 50%;

    width: 1px;

    background:
        rgba(255,255,255,.16);
}


.gmy-work-spine > span {
    position: relative;

    z-index: 2;

    writing-mode: vertical-rl;

    transform: rotate(180deg);

    font-family: "Poppins", sans-serif;

    font-size: 5px;
    font-weight: 600;

    letter-spacing: 1.8px;

    color:
        rgba(255,255,255,.67);
}


.gmy-work-spine-dot {
    position: absolute;

    left: 50%;
    top: 50%;

    width: 11px;
    height: 11px;

    transform:
        translate(-50%,-50%);

    border-radius: 50%;

    background: #ffffff;

    box-shadow:
        0 0 0 7px
        rgba(255,255,255,.13);
}


/* ==================================================
   CONTENT
================================================== */

.gmy-work-content {
    padding:
        15px
        0
        0
        clamp(45px, 5vw, 80px);
}


/* ==================================================
   EYEBROW
================================================== */

.gmy-work-eyebrow {
    display: flex;

    align-items: center;

    gap: 13px;

    margin-bottom: 27px;

    font-family: "Poppins", sans-serif;

    font-size: 7px;
    font-weight: 600;

    letter-spacing: 2px;

    color: var(--red);
}


.gmy-work-eyebrow-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 31px;
    height: 31px;

    background: var(--red);
}


.gmy-work-eyebrow-icon svg {
    width: 16px;
    height: 16px;

    fill: none;

    stroke: #ffffff;
    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ==================================================
   HEADING
================================================== */

.gmy-work-content h2 {
    max-width: 620px;

    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            44px,
            4.5vw,
            67px
        );

    font-weight: 750;

    line-height: .92;

    letter-spacing: -4px;

    color: var(--black);
}


.gmy-work-content h2 span {
    display: block;

    color: var(--red);
}


/* ==================================================
   LEAD
================================================== */

.gmy-work-lead {
    max-width: 540px;

    margin:
        28px
        0
        42px;

    padding-left: 23px;

    border-left:
        2px solid
        var(--red);

    font-family: "Poppins", sans-serif;

    font-size: 10px;
    line-height: 1.85;

    color: #747474;
}


/* ==================================================
   FEATURE
================================================== */

.gmy-work-feature {
    display: grid;

    grid-template-columns:
        54px
        1fr;

    gap: 20px;

    padding:
        22px
        0;

    border-top:
        1px solid
        var(--line);
}


.gmy-work-feature:last-of-type {
    border-bottom:
        1px solid
        var(--line);
}


/* ==================================================
   FEATURE ICON
================================================== */

.gmy-work-feature-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 54px;
    height: 54px;

    background: #f1f1ef;

    transition:
        background .3s ease;
}


.gmy-work-feature:hover
.gmy-work-feature-icon {
    background: var(--red);
}


.gmy-work-feature-icon svg {
    width: 25px;
    height: 25px;

    fill: none;

    stroke: var(--red);
    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-work-feature:hover
.gmy-work-feature-icon svg {
    stroke: #ffffff;
}


/* ==================================================
   FEATURE COPY
================================================== */

.gmy-work-feature-copy small {
    display: block;

    margin-bottom: 4px;

    font-family: "Poppins", sans-serif;

    font-size: 5px;
    font-weight: 600;

    letter-spacing: 1.5px;

    color: var(--red);
}


.gmy-work-feature-copy strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size: 17px;
    font-weight: 700;

    line-height: 1.2;

    color: var(--black);
}


.gmy-work-feature-copy p {
    max-width: 430px;

    margin:
        7px
        0
        0;

    font-family: "Poppins", sans-serif;

    font-size: 7px;
    line-height: 1.65;

    color: #888888;
}


/* ==================================================
   ACTION
================================================== */

.gmy-work-action {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    margin-top: 35px;
}


/* ==================================================
   BUTTON
================================================== */

.gmy-work-btn {
    display: inline-flex;

    align-items: center;

    gap: 18px;

    padding:
        7px
        7px
        7px
        21px;

    background: var(--black);

    color: #ffffff;

    text-decoration: none;
}


.gmy-work-btn span {
    font-family: "Poppins", sans-serif;

    font-size: 7px;
    font-weight: 600;
}


.gmy-work-btn i {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 41px;
    height: 41px;

    background: var(--red);

    font-family: "Montserrat", sans-serif;

    font-size: 15px;
    font-style: normal;
}


/* ==================================================
   SIGN
================================================== */

.gmy-work-sign {
    display: flex;

    align-items: center;

    gap: 9px;
}


.gmy-work-sign strong {
    font-family: "Montserrat", sans-serif;

    font-size: 25px;
    font-weight: 800;

    letter-spacing: -2px;

    color: var(--black);
}


.gmy-work-sign span {
    font-family: "Poppins", sans-serif;

    font-size: 4px;
    font-weight: 600;

    line-height: 1.45;

    letter-spacing: 1px;

    color: var(--red);
}


/* ==================================================
   BOTTOM BAND
================================================== */

.gmy-work-band {
    width: 100%;

    margin-top:
        clamp(80px, 7vw, 115px);

    background: #111111;
}


.gmy-work-band-wrap {
    width:
        min(
            1500px,
            calc(100% - 80px)
        );

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        1.6fr
        repeat(4,.7fr);
}


/* ==================================================
   BAND MAIN
================================================== */

.gmy-work-band-main {
    display: flex;

    align-items: center;

    gap: 20px;

    min-height: 145px;

    padding-right: 35px;

    border-right:
        1px solid
        rgba(255,255,255,.12);
}


.gmy-work-band-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    flex: 0 0 58px;

    background: var(--red);
}


.gmy-work-band-icon svg {
    width: 27px;
    height: 27px;

    fill: none;

    stroke: #ffffff;
    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-work-band-main small {
    display: block;

    margin-bottom: 5px;

    font-family: "Poppins", sans-serif;

    font-size: 5px;
    font-weight: 600;

    letter-spacing: 1.6px;

    color: #ff2945;
}


.gmy-work-band-main strong {
    display: block;

    max-width: 320px;

    font-family: "Montserrat", sans-serif;

    font-size: 17px;
    font-weight: 650;

    line-height: 1.2;

    color: #ffffff;
}


/* ==================================================
   BAND ITEM
================================================== */

.gmy-work-band-item {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 13px;

    min-height: 145px;

    padding:
        20px;

    border-right:
        1px solid
        rgba(255,255,255,.12);
}


.gmy-work-band-item:last-child {
    border-right: 0;
}


.gmy-work-band-mini-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    flex: 0 0 40px;

    border:
        1px solid
        rgba(255,255,255,.18);
}


.gmy-work-band-mini-icon svg {
    width: 19px;
    height: 19px;

    fill: none;

    stroke: #ffffff;
    stroke-width: 1.4;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-work-band-item small {
    display: block;

    margin-bottom: 3px;

    font-family: "Montserrat", sans-serif;

    font-size: 6px;
    font-weight: 700;

    color: var(--red);
}


.gmy-work-band-item strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size: 10px;
    font-weight: 650;

    color: #ffffff;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {

    .gmy-work-wrap {
        width:
            calc(100% - 50px);

        grid-template-columns:
            1fr
            55px
            1fr;
    }


    .gmy-work-gallery {
        margin-right: 25px;
    }


    .gmy-work-content {
        padding-left: 35px;
    }


    .gmy-work-content h2 {
        font-size: 48px;
    }


    .gmy-work-band-wrap {
        width:
            calc(100% - 50px);

        grid-template-columns:
            repeat(4,1fr);
    }


    .gmy-work-band-main {
        grid-column:
            1 / -1;

        min-height: 115px;

        border-right: 0;

        border-bottom:
            1px solid
            rgba(255,255,255,.12);
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .gmy-work {
        padding-top: 70px;
    }


    .gmy-work-wrap {
        display: flex;

        flex-direction: column;

        width:
            calc(100% - 34px);
    }


    /* GALLERY */

    .gmy-work-gallery {
        min-height: 650px;

        margin-right: 0;
    }


    .gmy-work-img-main {
        width: 82%;
        height: 430px;
    }


    .gmy-work-img-tall {
        top: 100px;

        width: 42%;
        height: 410px;
    }


    .gmy-work-img-small {
        left: 5%;

        width: 53%;
        height: 155px;
    }


    .gmy-work-red-corner {
        right: 2%;
        bottom: 15px;
    }


    /* SPINE */

    .gmy-work-spine {
        flex-direction: row;

        min-height: 55px;

        padding:
            0
            18px;

        margin-top: 15px;
    }


    .gmy-work-spine-line,
    .gmy-work-spine-dot {
        display: none;
    }


    .gmy-work-spine > span {
        writing-mode: initial;

        transform: none;

        font-size: 4px;

        letter-spacing: .8px;
    }


    /* CONTENT */

    .gmy-work-content {
        padding:
            60px
            0
            0;
    }


    .gmy-work-content h2 {
        font-size:
            clamp(
                42px,
                11vw,
                55px
            );

        letter-spacing: -3px;
    }


    .gmy-work-lead {
        margin-bottom: 35px;
    }


    /* BAND */

    .gmy-work-band {
        margin-top: 75px;
    }


    .gmy-work-band-wrap {
        display: grid;

        grid-template-columns:
            repeat(2,1fr);

        width:
            calc(100% - 34px);
    }


    .gmy-work-band-main {
        grid-column:
            1 / -1;

        padding:
            25px
            0;
    }


    .gmy-work-band-item {
        min-height: 100px;

        justify-content: flex-start;

        padding:
            15px;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 420px) {

    .gmy-work-gallery {
        min-height: 600px;
    }


    .gmy-work-img-main {
        height: 395px;
    }


    .gmy-work-img-tall {
        width: 45%;
        height: 370px;
    }


    .gmy-work-img-caption strong {
        font-size: 20px;
    }


    .gmy-work-action {
        align-items: flex-start;

        flex-direction: column;
    }


    .gmy-work-band-wrap {
        display: block;
    }


    .gmy-work-band-item {
        border-right: 0;

        border-bottom:
            1px solid
            rgba(255,255,255,.12);
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8a4f9ed *//* ==================================================
   GMY ASSOCIATES PLT
   SERVICES PAGE
   SECTION 05 - FINAL CTA
================================================== */

.gmy-scta {
    --red: #c9001b;
    --red-dark: #a50016;
    --black: #101010;
    --white: #ffffff;
    --line: #dededc;

    position: relative;

    width: 100%;

    background: #ffffff;

    overflow: hidden;
}


/* ==================================================
   MAIN
================================================== */

.gmy-scta-main {
    display: grid;

    grid-template-columns:
        1.38fr
        .62fr;

    min-height: 720px;
}


/* ==================================================
   VISUAL
================================================== */

.gmy-scta-visual {
    position: relative;

    min-height: 720px;

    overflow: hidden;

    background: #151515;
}


.gmy-scta-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-scta-visual:hover > img {
    transform: scale(1.025);
}


/* ==================================================
   SHADE
================================================== */

.gmy-scta-shade {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            0deg,
            rgba(0,0,0,.86) 0%,
            rgba(0,0,0,.35) 42%,
            rgba(0,0,0,.08) 75%
        );
}


/* ==================================================
   IMAGE LABEL
================================================== */

.gmy-scta-visual-label {
    position: absolute;

    z-index: 4;

    left:
        clamp(
            30px,
            5vw,
            80px
        );

    top: 45px;

    display: flex;

    align-items: center;

    gap: 12px;

    padding:
        11px
        15px;

    border:
        1px solid
        rgba(255,255,255,.22);

    background:
        rgba(0,0,0,.25);

    backdrop-filter:
        blur(8px);

    font-family: "Poppins", sans-serif;

    font-size: 6px;

    font-weight: 600;

    letter-spacing: 1.8px;

    color:
        rgba(255,255,255,.75);
}


.gmy-scta-live {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: var(--red);

    box-shadow:
        0 0 0 5px
        rgba(201,0,27,.18);
}


/* ==================================================
   IMAGE COPY
================================================== */

.gmy-scta-visual-copy {
    position: absolute;

    z-index: 4;

    left:
        clamp(
            30px,
            5vw,
            80px
        );

    bottom: 70px;
}


.gmy-scta-visual-copy > span {
    display: block;

    margin-bottom: 12px;

    font-family: "Poppins", sans-serif;

    font-size: 7px;

    font-weight: 600;

    letter-spacing: 2px;

    color:
        rgba(255,255,255,.58);
}


.gmy-scta-visual-copy strong {
    display: block;

    max-width: 720px;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            52px,
            5.5vw,
            86px
        );

    font-weight: 750;

    line-height: .88;

    letter-spacing: -5px;

    color: #ffffff;
}


.gmy-scta-visual-copy em {
    display: block;

    font-style: normal;

    color: #ff1736;
}


/* ==================================================
   MINI IMAGE
================================================== */

.gmy-scta-mini {
    position: absolute;

    z-index: 5;

    right: 35px;
    bottom: 35px;

    width: 270px;
    height: 180px;

    overflow: hidden;

    border:
        7px solid
        #ffffff;

    background: #111111;
}


.gmy-scta-mini > img {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


.gmy-scta-mini-shade {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            0deg,
            rgba(0,0,0,.83),
            rgba(0,0,0,.04)
        );
}


.gmy-scta-mini-copy {
    position: absolute;

    z-index: 3;

    left: 17px;
    right: 17px;
    bottom: 16px;

    display: flex;

    align-items: center;

    gap: 12px;
}


.gmy-scta-mini-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    flex: 0 0 40px;

    background: var(--red);
}


.gmy-scta-mini-icon svg {
    width: 20px;
    height: 20px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;

    stroke-linejoin: round;
}


.gmy-scta-mini-copy small {
    display: block;

    margin-bottom: 2px;

    font-family: "Poppins", sans-serif;

    font-size: 5px;

    font-weight: 600;

    letter-spacing: 1.2px;

    color: #ff304a;
}


.gmy-scta-mini-copy strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size: 12px;

    font-weight: 650;

    color: #ffffff;
}


/* ==================================================
   RED PANEL
================================================== */

.gmy-scta-red {
    position: relative;

    min-height: 720px;

    padding:
        45px
        clamp(
            35px,
            4vw,
            65px
        );

    box-sizing: border-box;

    display: flex;

    flex-direction: column;

    background: var(--red);

    color: #ffffff;

    overflow: hidden;
}


/* ==================================================
   CIRCLES
================================================== */

.gmy-scta-circle {
    position: absolute;

    border-radius: 50%;

    border:
        1px solid
        rgba(255,255,255,.15);
}


.gmy-scta-circle-one {
    width: 420px;
    height: 420px;

    right: -280px;
    top: 80px;
}


.gmy-scta-circle-two {
    width: 250px;
    height: 250px;

    right: -150px;
    top: 165px;
}


/* ==================================================
   RED TOP
================================================== */

.gmy-scta-red-top {
    position: relative;

    z-index: 3;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding-bottom: 22px;

    border-bottom:
        1px solid
        rgba(255,255,255,.22);
}


.gmy-scta-red-top span {
    font-family: "Poppins", sans-serif;

    font-size: 6px;

    font-weight: 600;

    letter-spacing: 1.8px;

    color:
        rgba(255,255,255,.65);
}


.gmy-scta-red-top strong {
    font-family: "Montserrat", sans-serif;

    font-size: 19px;

    font-weight: 800;

    letter-spacing: -1px;

    color: #ffffff;
}


/* ==================================================
   RED CONTENT
================================================== */

.gmy-scta-red-content {
    position: relative;

    z-index: 3;

    margin: auto 0;
}


.gmy-scta-red-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 64px;
    height: 64px;

    margin-bottom: 28px;

    border:
        1px solid
        rgba(255,255,255,.35);
}


.gmy-scta-red-icon svg {
    width: 29px;
    height: 29px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.4;

    stroke-linecap: round;

    stroke-linejoin: round;
}


/* ==================================================
   RED HEADING
================================================== */

.gmy-scta-red-content h2 {
    max-width: 500px;

    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            43px,
            4vw,
            63px
        );

    font-weight: 750;

    line-height: .91;

    letter-spacing: -4px;

    color: #ffffff;
}


.gmy-scta-red-content h2 span {
    display: block;

    color:
        rgba(255,255,255,.60);
}


/* ==================================================
   RED COPY
================================================== */

.gmy-scta-red-content p {
    max-width: 400px;

    margin:
        27px
        0
        0;

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    line-height: 1.85;

    color:
        rgba(255,255,255,.70);
}


/* ==================================================
   BUTTON
================================================== */

.gmy-scta-button {
    display: inline-flex;

    align-items: center;

    gap: 20px;

    margin-top: 34px;

    padding:
        8px
        8px
        8px
        24px;

    background: #ffffff;

    text-decoration: none;

    color: #111111;

    transition:
        transform .3s ease;
}


.gmy-scta-button:hover {
    transform:
        translateY(-3px);
}


.gmy-scta-button span {
    font-family: "Poppins", sans-serif;

    font-size: 8px;

    font-weight: 600;
}


.gmy-scta-button i {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;

    background: #111111;

    font-family: "Montserrat", sans-serif;

    font-size: 16px;

    font-style: normal;

    color: #ffffff;
}


/* ==================================================
   RED BOTTOM
================================================== */

.gmy-scta-red-bottom {
    position: relative;

    z-index: 3;

    display: flex;

    align-items: center;

    gap: 14px;

    padding-top: 22px;

    border-top:
        1px solid
        rgba(255,255,255,.22);
}


.gmy-scta-red-bottom span {
    font-family: "Poppins", sans-serif;

    font-size: 5px;

    font-weight: 600;

    letter-spacing: 1.5px;

    color:
        rgba(255,255,255,.60);
}


.gmy-scta-red-bottom i {
    flex: 1;

    height: 1px;

    background:
        rgba(255,255,255,.22);
}


/* ==================================================
   CONTACT RAIL
================================================== */

.gmy-scta-contact {
    width: 100%;

    background: #ffffff;

    border-bottom:
        1px solid
        var(--line);
}


.gmy-scta-contact-wrap {
    width:
        min(
            1500px,
            calc(100% - 80px)
        );

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        1fr
        1.25fr
        1.25fr
        .65fr;
}


/* ==================================================
   CONTACT ITEM
================================================== */

.gmy-scta-contact-item {
    position: relative;

    min-height: 145px;

    padding:
        25px
        30px;

    box-sizing: border-box;

    display: flex;

    align-items: center;

    gap: 17px;

    border-right:
        1px solid
        var(--line);

    color: inherit;

    text-decoration: none;

    transition:
        background .3s ease;
}


a.gmy-scta-contact-item:hover {
    background: #f4f4f2;
}


/* ==================================================
   CONTACT ICON
================================================== */

.gmy-scta-contact-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    flex: 0 0 52px;

    background: #f1f1ef;

    transition:
        background .3s ease;
}


.gmy-scta-contact-icon svg {
    width: 24px;
    height: 24px;

    fill: none;

    stroke: var(--red);

    stroke-width: 1.5;

    stroke-linecap: round;

    stroke-linejoin: round;
}


a.gmy-scta-contact-item:hover
.gmy-scta-contact-icon {
    background: var(--red);
}


a.gmy-scta-contact-item:hover
.gmy-scta-contact-icon svg {
    stroke: #ffffff;
}


/* ==================================================
   CONTACT COPY
================================================== */

.gmy-scta-contact-copy {
    min-width: 0;
}


.gmy-scta-contact-copy 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-scta-contact-copy strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size: 14px;

    font-weight: 700;

    line-height: 1.2;

    color: var(--black);
}


.gmy-scta-contact-copy p {
    margin:
        4px
        0
        0;

    font-family: "Poppins", sans-serif;

    font-size: 7px;

    color: #888888;
}


/* ==================================================
   ARROW
================================================== */

.gmy-scta-contact-arrow {
    margin-left: auto;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 35px;
    height: 35px;

    flex: 0 0 35px;

    background: var(--red);

    font-family: "Montserrat", sans-serif;

    font-size: 13px;

    color: #ffffff;
}


/* ==================================================
   BRAND
================================================== */

.gmy-scta-brand {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    min-height: 145px;

    padding: 20px;
}


.gmy-scta-brand > strong {
    font-family: "Montserrat", sans-serif;

    font-size: 31px;

    font-weight: 800;

    letter-spacing: -2px;

    color: var(--black);
}


.gmy-scta-brand > span {
    font-family: "Poppins", sans-serif;

    font-size: 6px;

    font-weight: 600;

    line-height: 1.4;

    letter-spacing: 1px;

    color: var(--black);
}


.gmy-scta-brand small {
    display: block;

    margin-top: 3px;

    font-size: 4px;

    color: var(--red);
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {

    .gmy-scta-main {
        grid-template-columns:
            1.15fr
            .85fr;
    }


    .gmy-scta-mini {
        width: 220px;
        height: 150px;
    }


    .gmy-scta-contact-wrap {
        width:
            calc(100% - 50px);

        grid-template-columns:
            repeat(2,1fr);
    }


    .gmy-scta-contact-item:nth-child(2) {
        border-right: 0;
    }


    .gmy-scta-brand {
        border-top:
            1px solid
            var(--line);
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .gmy-scta-main {
        display: block;

        min-height: 0;
    }


    /* IMAGE */

    .gmy-scta-visual {
        min-height: 650px;
    }


    .gmy-scta-visual-copy {
        left: 22px;
        right: 22px;
        bottom: 220px;
    }


    .gmy-scta-visual-copy strong {
        font-size:
            clamp(
                45px,
                12vw,
                58px
            );

        letter-spacing: -4px;
    }


    .gmy-scta-visual-label {
        left: 22px;
        top: 25px;
    }


    .gmy-scta-mini {
        left: 22px;
        right: auto;
        bottom: 25px;

        width: 235px;
        height: 150px;
    }


    /* RED */

    .gmy-scta-red {
        min-height: 620px;

        padding:
            35px
            27px;
    }


    .gmy-scta-red-content h2 {
        font-size:
            clamp(
                43px,
                11vw,
                55px
            );

        letter-spacing: -3px;
    }


    /* CONTACT */

    .gmy-scta-contact-wrap {
        display: block;

        width:
            calc(100% - 34px);
    }


    .gmy-scta-contact-item {
        min-height: 115px;

        padding:
            22px
            5px;

        border-right: 0;

        border-bottom:
            1px solid
            var(--line);
    }


    .gmy-scta-brand {
        justify-content: flex-start;

        min-height: 110px;

        padding:
            20px
            5px;

        border-top: 0;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 420px) {

    .gmy-scta-visual {
        min-height: 620px;
    }


    .gmy-scta-visual-copy strong {
        font-size: 43px;
    }


    .gmy-scta-red {
        min-height: 590px;
    }

}/* End custom CSS */