/* Extraído de app/Views/pag_detalhe/comece.php em refatoração de CSS (NDR Educação). */
:root {
            --ndr-primary: #004b8d;
            --ndr-secondary: #0879c9;
            --ndr-dark: #081f35;
            --ndr-text: #34465a;
            --ndr-light: #f4f8fc;
            --ndr-border: #dce7f1;
            --ndr-success: #25d366;
            --ndr-white: #ffffff;
        }

        .ndr-comece-page,
        .ndr-comece-page * {
            box-sizing: border-box;
        }

        .ndr-comece-page {
            color: var(--ndr-dark);
            background: #ffffff;
            font-family: "Inter", sans-serif;
            overflow-x: hidden;
        }

        .ndr-comece-page a {
            text-decoration: none;
        }

        .ndr-comece-page img {
            display: block;
            max-width: 100%;
        }

        .ndr-container {
            width: min(1180px, calc(100% - 40px));
            margin: 0 auto;
        }

        /* HERO */

        .ndr-hero {
            position: relative;
            overflow: hidden;
            padding: 54px 0 76px;
            background:
                radial-gradient(circle at 85% 15%, rgba(8, 121, 201, .23), transparent 28%),
                radial-gradient(circle at 10% 90%, rgba(0, 75, 141, .18), transparent 32%),
                linear-gradient(135deg, #f7fbff 0%, #edf7ff 55%, #ffffff 100%);
        }

        .ndr-hero::before {
            content: "";
            position: absolute;
            top: -190px;
            right: -150px;
            width: 520px;
            height: 520px;
            border: 1px solid rgba(8, 121, 201, .14);
            border-radius: 50%;
        }

        .ndr-hero::after {
            content: "";
            position: absolute;
            right: 30px;
            bottom: -270px;
            width: 560px;
            height: 560px;
            border: 80px solid rgba(8, 121, 201, .04);
            border-radius: 50%;
        }

        .ndr-hero-grid {
            position: relative;
            z-index: 2;
            display: grid;
            grid-template-columns: 1.04fr .96fr;
            align-items: center;
            gap: 48px;
        }

        .ndr-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            margin-bottom: 22px;
            padding: 9px 15px;
            border: 1px solid rgba(8, 121, 201, .2);
            border-radius: 999px;
            background: rgba(255, 255, 255, .82);
            color: var(--ndr-primary);
            box-shadow: 0 10px 30px rgba(0, 75, 141, .08);
            font-size: 13px;
            font-weight: 800;
        }

        .ndr-hero h1 {
            max-width: 700px;
            margin: 0 0 22px;
            font-size: clamp(42px, 4.25vw, 64px);
            line-height: 1.04;
            letter-spacing: -2.5px;
            font-weight: 900;
        }

        .ndr-hero h1 span {
            color: var(--ndr-secondary);
        }

        .ndr-hero-description {
            max-width: 650px;
            margin: 0 0 28px;
            color: var(--ndr-text);
            font-size: 17px;
            line-height: 1.72;
        }

        .ndr-hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            margin-bottom: 26px;
        }

        .ndr-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            min-height: 54px;
            padding: 0 25px;
            border-radius: 14px;
            font-size: 15px;
            font-weight: 800;
            transition:
                transform .2s ease,
                box-shadow .2s ease,
                background .2s ease,
                color .2s ease;
        }

        .ndr-button:hover {
            transform: translateY(-3px);
        }

        .ndr-button-primary {
            color: #ffffff;
            background: var(--ndr-primary);
            box-shadow: 0 14px 28px rgba(0, 75, 141, .22);
        }

        .ndr-button-primary:hover {
            color: #ffffff;
            background: var(--ndr-secondary);
            box-shadow: 0 18px 34px rgba(0, 75, 141, .3);
        }

        .ndr-button-whatsapp {
            color: #ffffff;
            background: var(--ndr-success);
            box-shadow: 0 14px 28px rgba(37, 211, 102, .2);
        }

        .ndr-button-whatsapp:hover {
            color: #ffffff;
            background: #19b955;
            box-shadow: 0 18px 34px rgba(37, 211, 102, .3);
        }

        .ndr-button-light {
            color: var(--ndr-primary);
            background: #ffffff;
        }

        .ndr-button-light:hover {
            color: var(--ndr-primary);
            box-shadow: 0 18px 35px rgba(0, 0, 0, .2);
        }

        .ndr-button-outline-light {
            color: #ffffff;
            border: 1px solid rgba(255, 255, 255, .6);
            background: transparent;
        }

        .ndr-button-outline-light:hover {
            color: var(--ndr-primary);
            background: #ffffff;
        }

        .ndr-hero-benefits {
            display: flex;
            flex-wrap: wrap;
            gap: 16px 24px;
        }

        .ndr-hero-benefits span {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: var(--ndr-text);
            font-size: 13px;
            font-weight: 700;
        }

        .ndr-hero-benefits i {
            color: var(--ndr-secondary);
        }

        .ndr-hero-card {
            position: relative;
            padding: 22px;
            border: 1px solid rgba(220, 231, 241, .9);
            border-radius: 30px;
            background: rgba(255, 255, 255, .9);
            box-shadow: 0 30px 80px rgba(0, 54, 97, .15);
            backdrop-filter: blur(20px);
        }

        .ndr-hero-card-image {
            overflow: hidden;
            height: 410px;
            border-radius: 22px;
            background:
                linear-gradient(145deg, rgba(0, 75, 141, .10), rgba(8, 121, 201, .03));
        }

        .ndr-hero-card-image img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
        }

        .ndr-floating-card {
            position: absolute;
            left: -30px;
            bottom: 38px;
            max-width: 235px;
            padding: 16px 18px;
            border: 1px solid rgba(220, 231, 241, .9);
            border-radius: 17px;
            background: #ffffff;
            box-shadow: 0 18px 50px rgba(8, 31, 53, .16);
        }

        .ndr-floating-icon {
            width: 42px;
            height: 42px;
            display: grid;
            place-items: center;
            margin-bottom: 10px;
            border-radius: 12px;
            color: #ffffff;
            background: var(--ndr-secondary);
        }

        .ndr-floating-card strong {
            display: block;
            margin-bottom: 5px;
            font-size: 15px;
        }

        .ndr-floating-card span {
            color: var(--ndr-text);
            font-size: 12px;
            line-height: 1.5;
        }

        /* INDICADORES */

        .ndr-stats {
            position: relative;
            z-index: 5;
            margin-top: -38px;
        }

        .ndr-stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            overflow: hidden;
            border: 1px solid var(--ndr-border);
            border-radius: 22px;
            background: #ffffff;
            box-shadow: 0 22px 60px rgba(8, 31, 53, .1);
        }

        .ndr-stat {
            position: relative;
            padding: 27px 22px;
            text-align: center;
        }

        .ndr-stat:not(:last-child)::after {
            content: "";
            position: absolute;
            top: 24%;
            right: 0;
            width: 1px;
            height: 52%;
            background: var(--ndr-border);
        }

        .ndr-stat strong {
            display: block;
            margin-bottom: 5px;
            color: var(--ndr-primary);
            font-size: 25px;
            font-weight: 900;
        }

        .ndr-stat span {
            color: var(--ndr-text);
            font-size: 13px;
            font-weight: 600;
        }

        /* SEÇÕES */

        .ndr-section {
            padding: 92px 0;
        }

        .ndr-section-light {
            background: var(--ndr-light);
        }

        .ndr-section-heading {
            max-width: 740px;
            margin: 0 auto 48px;
            text-align: center;
        }

        .ndr-section-tag {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 15px;
            color: var(--ndr-secondary);
            font-size: 13px;
            font-weight: 900;
            letter-spacing: .6px;
            text-transform: uppercase;
        }

        .ndr-section-heading h2,
        .ndr-cisco-content h2,
        .ndr-cta h2 {
            font-weight: 900;
        }

        .ndr-section-heading h2 {
            margin: 0 0 17px;
            font-size: clamp(32px, 4vw, 48px);
            line-height: 1.12;
            letter-spacing: -1.8px;
        }

        .ndr-section-heading p {
            margin: 0;
            color: var(--ndr-text);
            font-size: 16px;
            line-height: 1.75;
        }

        /* TRILHAS */

        .ndr-trails-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 22px;
        }

        .ndr-trail-card {
            position: relative;
            overflow: hidden;
            min-height: 100%;
            padding: 29px;
            border: 1px solid var(--ndr-border);
            border-radius: 22px;
            background: #ffffff;
            transition:
                transform .25s ease,
                box-shadow .25s ease,
                border-color .25s ease;
        }

        .ndr-trail-card::before {
            content: "";
            position: absolute;
            top: -80px;
            right: -80px;
            width: 180px;
            height: 180px;
            border-radius: 50%;
            background: rgba(8, 121, 201, .06);
            transition: transform .3s ease;
        }

        .ndr-trail-card:hover {
            transform: translateY(-8px);
            border-color: rgba(8, 121, 201, .35);
            box-shadow: 0 24px 60px rgba(8, 31, 53, .12);
        }

        .ndr-trail-card:hover::before {
            transform: scale(1.2);
        }

        .ndr-trail-icon {
            position: relative;
            z-index: 2;
            width: 58px;
            height: 58px;
            display: grid;
            place-items: center;
            margin-bottom: 23px;
            border-radius: 17px;
            color: #ffffff;
            background: linear-gradient(135deg, var(--ndr-primary), var(--ndr-secondary));
            box-shadow: 0 12px 25px rgba(0, 75, 141, .2);
            font-size: 23px;
        }

        .ndr-trail-card h3 {
            position: relative;
            z-index: 2;
            margin: 0 0 12px;
            font-size: 22px;
            font-weight: 900;
        }

        .ndr-trail-card>p {
            position: relative;
            z-index: 2;
            min-height: 75px;
            margin: 0 0 20px;
            color: var(--ndr-text);
            font-size: 14px;
            line-height: 1.7;
        }

        .ndr-trail-list {
            position: relative;
            z-index: 2;
            margin: 0 0 25px;
            padding: 0;
            list-style: none;
        }

        .ndr-trail-list li {
            display: flex;
            align-items: center;
            gap: 9px;
            margin-bottom: 10px;
            color: var(--ndr-dark);
            font-size: 13px;
            font-weight: 650;
        }

        .ndr-trail-list i {
            color: var(--ndr-secondary);
            font-size: 11px;
        }

        .ndr-trail-link {
            position: relative;
            z-index: 2;
            display: inline-flex;
            align-items: center;
            gap: 9px;
            color: var(--ndr-primary);
            font-size: 14px;
            font-weight: 900;
        }

        .ndr-trail-link i {
            transition: transform .2s ease;
        }

        .ndr-trail-link:hover {
            color: var(--ndr-secondary);
        }

        .ndr-trail-link:hover i {
            transform: translateX(5px);
        }

        /* DIFERENCIAIS */

        .ndr-differentials-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }

        .ndr-differential {
            padding: 28px 23px;
            border: 1px solid var(--ndr-border);
            border-radius: 20px;
            background: #ffffff;
            text-align: center;
        }

        .ndr-differential-icon {
            width: 58px;
            height: 58px;
            display: grid;
            place-items: center;
            margin: 0 auto 18px;
            border-radius: 17px;
            color: var(--ndr-primary);
            background: rgba(8, 121, 201, .09);
            font-size: 23px;
        }

        .ndr-differential h3 {
            margin: 0 0 10px;
            font-size: 17px;
            font-weight: 850;
        }

        .ndr-differential p {
            margin: 0;
            color: var(--ndr-text);
            font-size: 13px;
            line-height: 1.65;
        }

        /* PROCESSO */

        .ndr-process-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 22px;
            counter-reset: steps;
        }

        .ndr-process-item {
            position: relative;
            padding: 28px;
            border-radius: 20px;
            background: var(--ndr-light);
            counter-increment: steps;
        }

        .ndr-process-item::before {
            content: "0" counter(steps);
            display: block;
            margin-bottom: 20px;
            color: var(--ndr-secondary);
            font-size: 14px;
            font-weight: 900;
        }

        .ndr-process-item h3 {
            margin: 0 0 10px;
            font-size: 18px;
            font-weight: 850;
        }

        .ndr-process-item p {
            margin: 0;
            color: var(--ndr-text);
            font-size: 13px;
            line-height: 1.7;
        }

        /* CISCO */

        .ndr-cisco {
            padding: 80px 0;
            color: #ffffff;
            background:
                radial-gradient(circle at 85% 30%, rgba(8, 121, 201, .3), transparent 25%),
                linear-gradient(135deg, #061a2c, #07365b);
        }

        .ndr-cisco-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-items: center;
            gap: 60px;
        }

        .ndr-cisco-image {
            overflow: hidden;
            padding: 16px;
            border: 1px solid rgba(255, 255, 255, .16);
            border-radius: 26px;
            background: rgba(255, 255, 255, .08);
        }

        .ndr-cisco-image img {
            width: 100%;
            border-radius: 17px;
        }

        .ndr-cisco-content h2 {
            margin: 0 0 18px;
            font-size: clamp(33px, 4vw, 49px);
            line-height: 1.12;
            letter-spacing: -1.5px;
        }

        .ndr-cisco-content p {
            margin: 0 0 26px;
            color: rgba(255, 255, 255, .75);
            font-size: 16px;
            line-height: 1.75;
        }

        .ndr-cisco-list {
            margin: 0 0 30px;
            padding: 0;
            list-style: none;
        }

        .ndr-cisco-list li {
            display: flex;
            gap: 10px;
            margin-bottom: 12px;
            color: rgba(255, 255, 255, .9);
            font-size: 14px;
            font-weight: 650;
        }

        .ndr-cisco-list i {
            margin-top: 3px;
            color: #4cb9ff;
        }

        /* FORMAÇÕES */

        .ndr-formations-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }

        .ndr-formation {
            display: flex;
            flex-direction: column;
            min-height: 240px;
            padding: 26px;
            border: 1px solid var(--ndr-border);
            border-radius: 20px;
            color: var(--ndr-dark);
            background: #ffffff;
            transition:
                transform .25s ease,
                box-shadow .25s ease;
        }

        .ndr-formation:hover {
            color: var(--ndr-dark);
            transform: translateY(-7px);
            box-shadow: 0 20px 50px rgba(8, 31, 53, .11);
        }

        .ndr-formation>i {
            margin-bottom: 25px;
            color: var(--ndr-secondary);
            font-size: 28px;
        }

        .ndr-formation h3 {
            margin: 0 0 10px;
            font-size: 18px;
            font-weight: 850;
        }

        .ndr-formation p {
            flex-grow: 1;
            margin: 0 0 22px;
            color: var(--ndr-text);
            font-size: 13px;
            line-height: 1.65;
        }

        .ndr-formation span {
            color: var(--ndr-primary);
            font-size: 13px;
            font-weight: 850;
        }

        .ndr-formation span i {
            margin-left: 4px;
            font-size: 12px;
        }

        /* CTA */

        .ndr-cta {
            padding: 90px 0;
        }

        .ndr-cta-box {
            position: relative;
            overflow: hidden;
            padding: 65px;
            border-radius: 30px;
            color: #ffffff;
            background:
                radial-gradient(circle at 90% 10%, rgba(255, 255, 255, .2), transparent 28%),
                linear-gradient(135deg, var(--ndr-primary), var(--ndr-secondary));
            box-shadow: 0 30px 80px rgba(0, 75, 141, .25);
        }

        .ndr-cta-box::after {
            content: "";
            position: absolute;
            right: -100px;
            bottom: -160px;
            width: 380px;
            height: 380px;
            border: 55px solid rgba(255, 255, 255, .07);
            border-radius: 50%;
        }

        .ndr-cta-content {
            position: relative;
            z-index: 2;
            max-width: 720px;
        }

        .ndr-cta h2 {
            margin: 0 0 18px;
            font-size: clamp(34px, 4vw, 52px);
            line-height: 1.1;
            letter-spacing: -1.7px;
        }

        .ndr-cta p {
            margin: 0 0 28px;
            color: rgba(255, 255, 255, .82);
            font-size: 16px;
            line-height: 1.7;
        }

        .ndr-cta-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
        }

        /* BLOG */

        .home-blog {
            position: relative;
            overflow: hidden;
            padding: 95px 0;
            background: #ffffff;
        }

        .home-blog::before {
            content: "";
            position: absolute;
            top: -170px;
            right: -170px;
            width: 420px;
            height: 420px;
            border-radius: 50%;
            background: rgba(23, 120, 101, .05);
            pointer-events: none;
        }

        .home-blog .container {
            position: relative;
            z-index: 2;
        }

        .home-blog-heading {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 40px;
            margin-bottom: 45px;
            padding: 38px 42px;
            border-radius: 26px;
            background:
                radial-gradient(circle at 85% 20%, rgba(47, 191, 167, .22), transparent 34%),
                linear-gradient(135deg, #10283f 0%, #176b61 100%);
            box-shadow: 0 24px 65px rgba(16, 40, 63, .18);
        }

        .home-blog-heading__content {
            max-width: 780px;
        }

        .home-blog-eyebrow {
            display: inline-flex;
            align-items: center;
            margin-bottom: 14px;
            padding: 8px 15px;
            border: 1px solid rgba(255, 255, 255, .2);
            border-radius: 999px;
            background: rgba(255, 255, 255, .1);
            color: #ffffff;
            font-size: 12px;
            font-weight: 900;
            letter-spacing: .06em;
            text-transform: uppercase;
        }

        .home-blog-heading h2 {
            margin: 0 0 14px;
            color: #ffffff;
            font-size: clamp(30px, 4vw, 46px);
            font-weight: 900;
            line-height: 1.12;
            letter-spacing: -.03em;
        }

        .home-blog-heading p {
            max-width: 720px;
            margin: 0;
            color: rgba(255, 255, 255, .78);
            font-size: 17px;
            line-height: 1.7;
        }

        .home-blog-heading__icon {
            display: grid;
            place-items: center;
            flex: 0 0 94px;
            width: 94px;
            height: 94px;
            border: 1px solid rgba(255, 255, 255, .16);
            border-radius: 24px;
            background: rgba(255, 255, 255, .1);
            color: #ffffff;
            font-size: 38px;
        }

        .home-blog-content {
            position: relative;
            max-height: 540px;
            overflow-y: auto;
            overflow-x: hidden;
            padding-right: 10px;
            scrollbar-width: thin;
            scrollbar-color: #0d6efd #eef3f8;
        }

        .home-blog-content::-webkit-scrollbar {
            width: 10px;
        }

        .home-blog-content::-webkit-scrollbar-track {
            border-radius: 20px;
            background: #eef3f8;
        }

        .home-blog-content::-webkit-scrollbar-thumb {
            border: 2px solid #eef3f8;
            border-radius: 20px;
            background: #0d6efd;
        }

        .home-blog-content::-webkit-scrollbar-thumb:hover {
            background: #0a58ca;
        }

        .home-blog-content::after {
            content: "";
            position: sticky;
            bottom: 0;
            display: block;
            width: 100%;
            height: 60px;
            background: linear-gradient(to bottom,
                    rgba(255, 255, 255, 0),
                    rgba(255, 255, 255, 1));
            pointer-events: none;
        }

        #soro-blog {
            display: flex;
            flex-direction: column;
            gap: 18px;
            width: 100%;
            min-height: 140px;
        }

        #soro-blog>* {
            width: 100% !important;
            max-width: 100% !important;
            margin: 0 !important;
        }

        #soro-blog iframe {
            display: block;
            width: 100% !important;
            min-height: 180px;
            border: 0;
            background: transparent;
        }

        #soro-blog article,
        #soro-blog .card {
            width: 100% !important;
            padding: 18px !important;
            border: 1px solid #e1e7ee !important;
            border-radius: 18px !important;
            background: #ffffff !important;
            box-shadow: none !important;
        }

        #soro-blog img {
            border-radius: 14px !important;
        }

        #soro-blog h2,
        #soro-blog h3,
        #soro-blog h4 {
            color: #172134 !important;
            font-weight: 800 !important;
        }

        #soro-blog p {
            color: #657286 !important;
            line-height: 1.65 !important;
        }

        /* RESPONSIVO */

        @media (max-width: 1450px) {
            .ndr-hero {
                padding: 42px 0 66px;
            }

            .ndr-hero-grid {
                gap: 38px;
            }

            .ndr-hero h1 {
                font-size: clamp(40px, 4vw, 58px);
            }

            .ndr-hero-card-image {
                height: 390px;
            }
        }

        @media (max-width: 1100px) {
            .ndr-trails-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .ndr-differentials-grid,
            .ndr-formations-grid,
            .ndr-process-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 900px) {

            .ndr-hero-grid,
            .ndr-cisco-grid {
                grid-template-columns: 1fr;
            }

            .ndr-hero-content {
                text-align: center;
            }

            .ndr-hero-description {
                margin-right: auto;
                margin-left: auto;
            }

            .ndr-hero-actions,
            .ndr-hero-benefits {
                justify-content: center;
            }

            .ndr-hero-card {
                width: min(640px, 100%);
                margin: 0 auto;
            }

            .ndr-floating-card {
                left: 20px;
            }

            .ndr-stats-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .ndr-stat:nth-child(2)::after {
                display: none;
            }

            .ndr-stat:nth-child(-n + 2) {
                border-bottom: 1px solid var(--ndr-border);
            }

            .home-blog-heading {
                align-items: flex-start;
                padding: 32px;
            }

            .home-blog-heading__icon {
                flex-basis: 76px;
                width: 76px;
                height: 76px;
                font-size: 30px;
            }
        }

        @media (max-width: 650px) {
            .ndr-container {
                width: min(100% - 26px, 1180px);
            }

            .ndr-hero {
                padding: 44px 0 62px;
            }

            .ndr-hero h1 {
                font-size: 40px;
                letter-spacing: -2px;
            }

            .ndr-hero-description {
                font-size: 16px;
            }

            .ndr-hero-actions,
            .ndr-cta-actions {
                flex-direction: column;
            }

            .ndr-button {
                width: 100%;
            }

            .ndr-hero-card {
                padding: 12px;
                border-radius: 23px;
            }

            .ndr-hero-card-image {
                height: auto;
                min-height: 0;
                aspect-ratio: 1 / 1;
            }

            .ndr-hero-card-image img {
                width: 100%;
                height: 100%;
                min-height: 0;
                object-fit: contain;
            }

            .ndr-floating-card {
                right: 18px;
                left: 18px;
                bottom: 20px;
                max-width: none;
            }

            .ndr-stats {
                margin-top: -28px;
            }

            .ndr-stats-grid,
            .ndr-trails-grid,
            .ndr-differentials-grid,
            .ndr-process-grid,
            .ndr-formations-grid {
                grid-template-columns: 1fr;
            }

            .ndr-stat {
                border-bottom: 1px solid var(--ndr-border);
            }

            .ndr-stat:last-child {
                border-bottom: 0;
            }

            .ndr-stat::after {
                display: none;
            }

            .ndr-section {
                padding: 68px 0;
            }

            .ndr-trail-card>p {
                min-height: auto;
            }

            .ndr-cisco {
                padding: 68px 0;
            }

            .ndr-cta {
                padding: 64px 0;
            }

            .ndr-cta-box {
                padding: 40px 25px;
                border-radius: 23px;
                text-align: center;
            }

            .home-blog {
                padding: 68px 0;
            }

            .home-blog-heading {
                display: block;
                padding: 26px 22px;
                border-radius: 20px;
            }

            .home-blog-heading__icon {
                display: none;
            }

            .home-blog-heading p {
                font-size: 15px;
            }

            .home-blog-content {
                max-height: 470px;
                padding-right: 6px;
            }
        }

        .hero-title-white {
            color: #fff !important;
        }
