/* =========================================================
   FONT IMPORTS
========================================================= */
@font-face {
    font-family: "VAG Rounded Std";
    src: url("assets/fonts/VAGRoundedLTPro-Bold.otf") format("opentype");
    font-weight: 700;
}

@font-face {
    font-family: "VAG Rounded Std";
    src: url("assets/fonts/VAGRoundedLTPro-Light.otf") format("opentype");
    font-weight: 300;
}

/* =========================================================
   ROOT VARIABLES
========================================================= */
:root {
    --color-brand-red: #d32e28;
    --color-brand-green: #4aab3c;
    --color-yellow: #fff200;
    --color-gray-text: #4c4c4c;
    --color-border-light: #e0e0e0;
    --color-bg-light: #ffffff;
}

/* =========================================================
   BASE STYLES
========================================================= */
body {
    margin: 0;
    font-family: "VAG Rounded Std", sans-serif;
    background-color: #f7f7f7;
    color: var(--color-gray-text);
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    display: block;
}

.tiny-group {
    position: relative;
    top: -0.15em;
    display: inline-flex;
    align-items: flex-start;
}

.tiny-star {
    font-size: 0.8em;
    line-height: 1;
    margin-right: -0.05em;
}

.tiny-num {
    font-size: 0.4em;
    /* MAKE THE 1 SMALLER */
    line-height: 1;
    margin-left: 0.05em;
}

/* =========================================================
   HEADER & DISCLAIMER
========================================================= */
.topbar {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    box-shadow: 0 0.052vw 0.208vw rgba(0, 0, 0, 0.08);
}

/* --- Disclaimer Banner --- */
.breastfeeding-bar {
    background: var(--color-bg-light);
    transition: max-height 0.4s ease, opacity 0.3s ease, visibility 0.3s ease;
    overflow: hidden;
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 8px 0;
}

.breastfeeding-bar.hide {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    border: none;
    padding: 0 !important;
    height: 0 !important;
    margin: 0 !important;
}

.breastfeeding-content {
    width: 100%;
    margin: 0 auto;
    padding: 16px 24px;
    /* match AEM mobile spacing */
    display: flex;
    align-items: center;
    /* AEM text sits higher */
    justify-content: space-between;
    gap: 16px;
}


.notice-text {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
    color: #3c3c3c;
}

.notice-text p:first-child {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 15px;
}

.notice-text p:last-child {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}


.understand-btn {
    background: var(--color-brand-red);
    color: #fff;
    border: 2px solid #d32e28;
    border-radius: 999px;

    font-size: 16px;
    cursor: pointer;

    padding: .5rem 1rem;
    width: 311.854px;
    height: 48.667px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    transition: none;
}

.understand-btn:hover {
    background: #ffffff;
    color: #d32e28;
    border: 2px solid #d32e28;
}

/* --- Header --- */
.header-inner {
    width: 100%;
    padding: 0.42vw 1.25vw;
    /* 8px 24px */
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url("assets/BGforHeader.png");
}

.logo-group {
    display: flex;
    align-items: center;
    gap: 1.46vw;
    /* 28px */
}

.dugro-logo,
.ironup-logo {
    height: 3.54vw;
    /* 68px */
    width: auto;
}

.lang-switch {
    display: flex;
    align-items: center;
    gap: 0.31vw;
    /* 6px */
    font-size: 1.30vw;
    /* 25px */
    font-weight: 600;
}

.lang-switch a {
    color: var(--color-gray-text);
    text-decoration: none;
    transition: color 0.2s ease;
}

.lang-switch a.active,
.lang-switch a:hover {
    color: var(--color-brand-red);
}

/*When screen is small, move disclaimer to bottom
@media (max-width: 1024px) {
    .breastfeeding-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        padding: 12px 0;
        border-top: 1px solid var(--color-border-light);
        border-bottom: none;
    }
    body {
        padding-bottom: 80px;
    }
}*/

/* =========================================================
   SECTION 1 — DID YOU KNOW
========================================================= */
.didYouKnowSection {
    position: relative;
    width: 100%;
    background: #128134 url("assets/dykbg.png") center top / cover no-repeat;
    padding: 20px 0 0;
    overflow: visible;
}

.didYouKnow-milk-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    min-height: 14.06vw;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
    bottom: -0.35vw;
}

.didYouKnowContent {
    position: relative;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
    display: flex;
    gap: 0;
    max-width: 70vw;
    /* 725px */
    margin: 0 auto;
    line-height: 1.1;
    transform: translateY(15%);
    padding-bottom: 240px;
}

.brain-doodle {
    width: auto;
    height: auto;
    max-width: 12vw;
    max-height: 17.42vw;
    object-fit: contain;
    transform: translateY(-1vw);
}

.didYouKnowContent h1 {
    font-weight: 700;
    color: var(--color-yellow);
    text-transform: uppercase;
    font-size: 3.65vw;
    /* 70px */
    margin: 0;
}

.didYouKnowContent h2 {
    font-weight: 700;
    color: #fff;
    line-height: 0.9;
    font-size: 2.86vw;
    /* 55px */
    padding-bottom: clamp(1.67vw, 3vw, 3.33vw);
    /* ⚠️ clamp present - review later */
}

.didYouKnowContent h2 .highlight {
    color: var(--color-yellow);
    font-size: 3.54vw;
    /* 68px */
}

.dykdisclaimer {
    text-align: center;
    color: #4aab3c;
    font-weight: 400;
    font-size: 0.78vw;
    z-index: 25;
    position: relative;
    transform: translateY(-50%);
}


/* =========================================================
   SECTION 2 — EXPERIENCE
========================================================= */
.experienceSection {
    position: relative;
    background: #128134 url("assets/NewExperienceBGDesktop.png") center top / cover no-repeat;
}

.experienceSection>*:not(.experienceBG) {
    position: relative;
    z-index: 3;
}

/* --- Title --- */
.experience-title {
    text-align: center;
    color: var(--color-yellow);
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 1.04vw;
    /* 20px */
}

.experience-title .title-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2em;
    transform: translateY(-0.5vw);
}

.experience-title .title-word {
    font-size: 5.4vw;
    transform: translateY(0.065em);
}

.experience-title .subtitle {
    font-size: 2.44vw;
    /* 46.8px */
    text-transform: uppercase;
    transform: translateY(-1.82vw);
    /* -35px */
}

.experience-title .splash {
    height: 3.5em;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(0);
}

/* --- Responsive Breakpoints --- */
@media (max-width: 1024px) {
    .experience-title .title-word {
        font-size: 4.69vw;
        /* 90px → scaled */
    }

    .experience-title .subtitle {
        font-size: 2.08vw;
        /* 40px */
    }
}

@media (max-width: 768px) {
    .experience-title .title-word {
        font-size: 3.65vw;
        /* 70px */
    }

    .experience-title .subtitle {
        font-size: 1.67vw;
        /* 32px */
    }
}

/* --- Steps --- */
.stepsSection {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.56vw;
    /* 3rem ≈ 48px */
    text-align: center;
    margin: 0 auto 2.08vw;
    /* 4rem ≈ 80px */
    max-width: 50vw;
    /* 960px */
    color: #fff;
}

@media (min-width: 768px) {
    .stepsSection {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.82vw;
        /* 3.5rem ≈ 67px */
    }
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-label {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.04vw;
    /* 19.8px */
    transform: translateY(1vw);
}

.step-desc {
    font-weight: 400;
    font-size: 0.84vw;
    /* 16.2px */
    line-height: 1.35;
    opacity: 0.95;
    max-width: 17.71vw;
    /* 340px */
    margin: 0 auto;
    transform: translateY(-0.5vw);
}

.step-icon {
    margin-bottom: 0;
}

.step1-icon {
    max-height: 9.38vw;
    /* 180px */
}

.step2-icon {
    max-height: 9.38vw;
    /* 180px */
    transform: translateX(1.20vw);
    /* 23px */
}

.step3-icon {
    max-height: 9.38vw;
    /* 180px */
}

/* =========================================================
   SECTION — VIDEO PLAYER
========================================================= */
.video-container {
    position: relative;
    width: 100%;
    max-width: 46.88vw;
    /* 900px */
    margin: 2.08vw auto 2.08vw;
    /* 40px top & bottom */
    aspect-ratio: 16/9;
    background: black;
    border: 0.31vw solid #ffffff !important;
    /* 6px */
    border-radius: 0.63vw;
    /* 12px */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-placeholder {
    width: 100%;
    height: 100%;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 10;
}

.videoOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.overlay-Play {
    width: 6.25vw;
    /* 120px */
    height: 6.25vw;
    /* 120px */
    background: url("assets/UI Elements/Play.svg") center center / contain no-repeat;
    cursor: pointer;
    transition: transform 0.2s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.overlay-Replay {
    width: 6.25vw;
    /* 120px */
    height: 6.25vw;
    /* 120px */
    background: url("assets/UI Elements/Replay.svg") center center / contain no-repeat;
    cursor: pointer;
    transition: transform 0.2s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    pointer-events: auto;
}

.video-layer {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: black;
    /* transition: opacity 0.3s ease; */
}

.video-layer.is-front {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    pointer-events: auto;
}

.video-layer.is-back {
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    pointer-events: none;
}

/* Make video fit entirely when fullscreen */
.video-container:fullscreen video,
.video-container:-webkit-full-screen video {
    position: absolute;
    inset: 0;
    width: 100vw;
    height: 100vh;
    object-fit: contain;
    background: black;
    transform: translateY(-45%);
    /* 👈 shift slightly down from perfect center */
}

/* Native video controls */
video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-timeline,
video::-webkit-media-controls-current-time-display,
video::-webkit-media-controls-time-remaining-display {
    display: none;
}

/* Loading / Play */
#loadingText,
#playButton {
    transition: opacity 0.5s ease;
}

.custom-controls {
    position: absolute;
    bottom: 0.83vw;
    /* 16px */
    left: 0;
    width: 100%;
    z-index: 15;
    display: none;
    justify-content: space-between;
    pointer-events: none;
    /* Allow clicks only on buttons */
}

/* --- Shared Button Style --- */
.control-btn {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease;
    pointer-events: auto;
}

/* --- Positioning --- */
.left-btn {
    margin-left: 1vw;
}

.right-btn {
    margin-right: 1vw;
}

.control-btn img {
    width: 1.30vw;
    /* 25px */
    height: 1.30vw;
    /* 25px */
    object-fit: contain;
    pointer-events: none;
}



/* =========================================================
   SECTION 3 — CTA
========================================================= */
.ctaSection {
    position: relative;
    padding-top: 6.25vw;
    /* 120px */
    overflow: visible;
}

.assessment-milk-overlay {
    position: absolute;
    bottom: -0.26vw;
    /* -5px */
    left: 0;
    width: 101%;
    object-fit: cover;
    z-index: 1;
    /* transform: translateY(10vw); */
}

.cta-container {
    max-width: 65vw;
    /* 1150px */
    margin: 0 auto;
    padding: 0 1.25vw;
    /* 24px */
    text-align: center;
    position: relative;
    z-index: 5;
}

.cta-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -58%);
    width: 15.63vw;
    /* 300px */
    z-index: 6;
    pointer-events: none;
}

.cta-card {
    background: rgba(255, 255, 255, 0.08);
    border: 0.21vw solid #fff;
    /* 4px */
    border-radius: 1.25vw;
    /* 24px */
    padding-top: 4.69vw;
    /* 90px */
    padding-bottom: 1.77vw;
    /* 34px */
    margin-top: 2.34vw;
    /* 45px */
    /* margin-left: 4.9vw;
    margin-right: 4.9vw; */
}

.cta-card h3 {
    font-weight: 700;
    color: var(--color-yellow);
    font-size: 2.50vw;
    /* 48px */
    text-transform: uppercase;
    line-height: 1.1;
    padding-bottom: 0.3em;
}

.cta-card .desc,
.cta-card .note {
    font-weight: 400;
    font-size: 1.56vw;
    /* 30px */
    color: #fff;
    line-height: 1.4;
}

.cta-card .desc {
    margin-bottom: 0.6em;
}

.cta-card .note {
    margin-bottom: clamp(1.25vw, 3vw, 1.88vw);
    /* ⚠️ clamp already existed */
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-brand-red);
    color: #fff;
    font-weight: 700;
    font-size: 1.25vw;
    /* 24px */
    text-transform: uppercase;
    border-radius: 999px;
    padding: 0.4em 1.6em;
    cursor: pointer;
    transition: all 0.25s ease;
    border: 1px solid #d32e28;
}

.cta-button:hover {
    background: #ffffff;
    color: #d32e28;
    border: 1px solid #d32e28;
}

.product-lineup {
    margin-top: clamp(2.08vw, 5vw, 4.17vw);
    /* ⚠️ clamp present */
    text-align: center;
    z-index: 25;
    position: relative;
}

.product-lineup img {
    width: 90%;
    margin: 0 auto;
    /* filter: drop-shadow(0 6px 15px rgba(0, 0, 0, 0.3)); */
    z-index: 25;
}

.ctadisclaimer {
    text-align: center;
    color: #4aab3c;
    font-weight: 400;
    font-size: 0.78vw;
    /* 15px */
    margin: 0.52vw 0;
    /* 10px */
    z-index: 25;
    position: relative;
}

/* =========================================================
   SECTION 4 — CHAT
========================================================= */
.chatSection {
    background: #ffffff;
    padding-top: 4.17vw;
    /* 80px */
}

.chat-card {
    background: #d9d9d9;
    padding: 0.78vw;
    /* 15px */
    max-width: 51.04vw;
    /* 980px */
    margin: 0 auto;
}

.chat-header {
    display: flex;
    align-items: center;
    gap: 2.34vw;
    /* 45px */
    margin-bottom: 1.56vw;
    /* 30px */
    margin-right: 2.08vw;
    /* 40px */
}

.chat-avatar {
    width: 7.81vw;
    /* 150px */
    height: 7.81vw;
    /* 150px */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-text h3 {
    font-weight: 700;
    color: var(--color-brand-green);
    font-size: 1.25vw;
    /* 24px */
}

.chat-text p {
    font-size: 0.73vw;
    /* 14px */
    color: #4c4c4c;
    line-height: 1.6;
    margin: 0;
}

.chat-contacts {
    display: flex;
    flex-direction: column;
}

.contact-item {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 1.04vw;
    /* 20px */
    border-top: 1px solid #e0e0e0;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
}

.contact-item:first-child {
    border-top: none;
}

.contact-icon img {
    width: 1.77vw;
    /* 34px */
    height: 1.77vw;
    /* 34px */
    margin-left: 0px;
    margin-right: 1.56vw;
    /* 30px */
    filter: brightness(0) saturate(100%) invert(57%) sepia(57%) saturate(729%) hue-rotate(61deg) brightness(99%) contrast(88%);
    transition: filter 0.2s ease;
}

/* Correct hover for icon */
.contact-item:hover .contact-icon img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(82%) saturate(2340%) hue-rotate(345deg) brightness(94%) contrast(92%);

}

.contact-text h4 {
    font-weight: 400;
    color: var(--color-brand-green);
    font-size: 0.94vw;
    /* 18px */
    margin-bottom: 0.21vw;
    /* 4px */

}

/* Correct hover for text */
.contact-item:hover .contact-text h4,
.contact-item:hover .contact-text p {
    color: var(--color-brand-red);
}

/* =========================================================
   REFERENCES — 2 COLUMNS (TITLE ON LEFT)
========================================================= */

.reference-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 2vw 0 2vw 0;
    background: #ffffff;
}

.reference-container {
    max-width: 51.04vw;
    width: 100%;
}

.ref-columns {
    display: flex;
    justify-content: space-between;
    gap: 2vw;
}

.ref-col {
    flex: 1;
}

.ref-title {
    font-weight: 700;
    color: #4aab3c;
    font-size: 0.65vw;
    line-height: 1;
}

.ref-col p {
    margin: 0 0 0.4vw 0;
    font-size: 0.65vw;
    color: #4aab3c;
    line-height: 1;
}

/* =========================================================
   MOBILE OVERRIDE (same class names)
========================================================= */
@media (max-width: 786px) {

    .reference-wrapper {
        padding: 8vw 0;
    }

    .reference-container {
        width: 90%;
        max-width: 100%;
    }

    .ref-columns {
        display: block;
        /* stack left-col then right-col */
    }

    .ref-col {
        margin-bottom: 5vw;
    }

    .ref-title {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .ref-col p {
        font-size: 3.4vw;
        line-height: 1.45;
        margin-bottom: 3vw;
    }

    /* WHO continuation indentation */
    .right-col p:last-child {
        padding-left: 5vw;
    }
}


/* =========================================================
   FOOTER
========================================================= */

footer {
    font-family: "VAG Rounded Std", sans-serif;
    color: #fff;
    text-align: center;
}

/* --- Top Section --- */
.footer-top {
    background-color: #4aab3c;
    /* same as Tailwind bg-[rgb(68,172,68)] */
    padding: 2.08vw 0;
    /* 40px 0 */
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25vw;
    /* 24px */
}

/* --- Links --- */
.footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.52vw;
    /* 8px */
    margin-bottom: 1.04vw;
    /* 16px */
}

.footer-links a {
    color: #fff;
    font-size: 0.73vw;
    /* 14px */
    opacity: 0.9;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.footer-links a:hover {
    opacity: 1;
}

.footer-bottom {
    background-color: #128134;
    font-size: 0.68vw;
    /* 13px */
    padding: 0.83vw 0.52vw;
    /* 16px 10px */
    line-height: 1.4;
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.56vw;
    /* 1.5rem ≈ 30px */
    margin-bottom: 1.56vw;
    /* 30px */
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.social-link:hover {
    opacity: 0.8;
    transform: scale(1.05);
}

video::-internal-media-controls-overflow-button,
video::-webkit-media-controls-overflow-button {
    display: none !important;
}

.social-icon {
    height: 1.46vw;
    /* 28px */
    object-fit: contain;
}

footer .social-link img {
    filter: brightness(0) invert(1);
}

.youtube-icon {
    height: 0.94vw;
    /* 18px */
}


/* =============================================
   UNIVERSAL STICKY BAR (Updated)
============================================= */

/* --- Base Container (Bottom Mode) --- */
.sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fcda3b;
    border: 2px solid #fcda3b;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
    margin: 0;
    z-index: 100;
    font-size: .675rem;
    flex-direction: column;
    border-top: 3px solid white;
}

/* Side mode (desktop) */
@media (min-width: 787px) {
    .sticky-bar {
        width: auto;
        right: 0;
        left: auto;
        bottom: 50%;
        transform: translateY(50%);
        display: flex;
        flex-direction: column;
        font-size: .875rem;
        justify-content: center;
        text-decoration: none;
        /* border: 3px solid #ffffff; */
        /* border-right: 0px; */
        width: 2.5625rem !important;
        border: 0;
    }
}

/* --- Button --- */
.sticky-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: #fcda3b;
    padding: 10px 0 6px;
    text-decoration: none;

    padding: 0.5vw;
    padding-top: 1.5vw;
}

/* Desktop vertical borders */
@media (min-width: 787px) {
    .sticky-btn {
        border: 2px solid #ffffff;
        border-right: none;
        border-left: 4px solid #ffffff;
        padding: 0.5vw;
    }

    .sticky-btn:first-child {
        border-top: 4px solid #ffffff;
    }

    .sticky-btn:last-child {
        border-bottom: 4px solid #ffffff;
    }
}

/* --- SVG Icons (Normal: Gray) --- */
.sticky-icon {
    width: 25px;
    height: 25px;
    /* Gray */
    transition: filter 0.25s ease;
    margin-bottom: 4px;
}

/* --- Text (Normal: Gray) --- */
.sticky-btn span {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: #4c4c4c;
    transition: color 0.25s ease;
}

/* =============================================
   HOVER STATES (Desktop Only)
============================================= */
@media (hover: hover) and (pointer: fine) {
    .sticky-btn:hover {
        background-color: #d32e28;
    }

    .sticky-btn:hover .sticky-icon {
        filter: brightness(5);
    }

    .sticky-btn:hover span {
        color: #ffffff;
    }

    .sticky-btn:hover .sticky-icon {
        filter: brightness(5);
        /* temporary whiten */
    }
}

/* =============================================
   ACTIVE (Touch Devices)
============================================= */
.sticky-btn:active {
    background-color: #d32e28 !important;
}

.sticky-btn:active span,
.sticky-btn:active .sticky-icon {
    color: #ffffff !important;
    filter: brightness(5) !important;
}

@media (max-width: 786px) {
    body {
        padding-bottom: 56.52px;
    }
}