/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.flex{display:flex}.hidden{display:none}.table{display:table}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.border{border-style:var(--tw-border-style);border-width:1px}.uppercase{text-transform:uppercase}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--navy:#071e42;--navy-2:#0b2b5e;--red:#e2212d;--red-dark:#bd1722;--white:#fff;--cream:#f6f4ef;--ink:#10203d;--muted:#647086}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--white);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit}.site-header{z-index:20;background:#fff;border-bottom:1px solid #e8ebef;justify-content:space-between;align-items:center;gap:28px;height:86px;padding:0 5vw;display:flex;position:sticky;top:0}.brand{align-items:center;min-width:185px;display:inline-flex}.brand img{object-fit:contain;width:125px;height:72px}nav{gap:38px;font-size:16px;font-weight:800;display:flex}nav a{padding:12px 2px;transition:color .2s,transform .2s;position:relative}nav a:after{content:"";background:var(--red);border-radius:999px;height:3px;transition:right .2s;position:absolute;bottom:5px;left:0;right:100%}nav a:hover{color:var(--red);transform:translateY(-1px)}nav a:hover:after{right:0}.button{cursor:pointer;background:var(--red);color:#fff;border:0;border-radius:7px;justify-content:center;align-items:center;padding:16px 24px;font-size:13px;font-weight:800;transition:transform .2s,background .2s;display:inline-flex;box-shadow:0 9px 22px #e2212d33}.button:hover{background:var(--red-dark);transform:translateY(-2px)}.button:disabled{cursor:default;opacity:.9}.button:disabled:hover{transform:none}.button-small{padding:15px 22px;font-size:14px}.hero{background:var(--cream);grid-template-columns:1fr 1.02fr;min-height:690px;display:grid;overflow:hidden}.hero-copy{z-index:2;padding:115px 5vw 90px 8vw;position:relative}.eyebrow{color:var(--red);text-transform:uppercase;letter-spacing:.24em;margin-bottom:20px;font-size:11px;font-weight:900;display:block}h1,h2{color:var(--navy);letter-spacing:-.05em;margin:0;line-height:.96}h1{max-width:620px;font-size:clamp(58px,6vw,92px);font-weight:900}h1 em,h2 em{color:var(--red);font-style:normal}.hero-copy>p{max-width:540px;color:var(--muted);margin:30px 0;font-size:18px;line-height:1.65}.hero-actions{align-items:center;gap:28px;display:flex}.text-link{color:var(--navy);font-size:13px;font-weight:800}.text-link span{color:var(--red);margin-left:8px}.trust-row{color:#6d778a;gap:25px;margin-top:45px;font-size:12px;font-weight:700;display:flex}.trust-row i{color:var(--red);margin-right:5px;font-style:normal}.hero-visual{background:var(--navy);background-image:radial-gradient(circle at 70% 24%,#17437f 0,#0000 34%),linear-gradient(135deg,#0000 47%,#ffffff0b 47%);grid-template-columns:26% 52% 22%;align-items:center;gap:0;min-height:690px;padding:36px 1.6vw 38px;display:grid;position:relative}.hero-visual:before,.hero-visual:after{content:"";border:2px solid #ffffff14;border-radius:50%;position:absolute}.hero-visual:before{width:470px;height:470px}.hero-visual:after{width:620px;height:620px}.hero-offer-badge{z-index:4;aspect-ratio:1;text-align:center;text-transform:uppercase;color:#fff;background:var(--red);outline:3px solid var(--red);border:4px solid #fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:clamp(152px,12.5vw,194px);padding:13px 12px 10px;display:flex;position:absolute;top:23%;left:clamp(30px,4.6vw,76px);transform:rotate(-7deg);box-shadow:0 18px 32px #00000057,inset 0 -12px 20px #97000c38}.hero-offer-badge:before,.hero-offer-badge:after{content:"";border:1px solid #ffffffad;border-radius:50%;position:absolute;inset:8px}.hero-offer-badge:after{background:#fff;border:0;border-radius:999px;width:22px;height:3px;inset:15px auto auto}.hero-offer-badge span,.hero-offer-badge img{z-index:1;display:block;position:relative}.hero-offer-badge span{letter-spacing:.13em;margin:5px 0 -2px;font-size:clamp(11px,.9vw,15px);font-weight:900;line-height:1}.hero-offer-badge img{object-fit:contain;filter:drop-shadow(0 5px 7px #00000047);width:91%;height:auto;max-height:78%}.hero-flyer-callout{z-index:4;color:#fff;background:linear-gradient(145deg,#e2212d 0%,#b8111c 100%);border:3px solid #fff;border-radius:18px;flex-direction:column;justify-content:center;width:clamp(140px,12vw,185px);min-height:190px;padding:25px 20px 22px;transition:transform .22s,box-shadow .22s;display:flex;position:absolute;bottom:10%;left:clamp(14px,1.5vw,28px);overflow:hidden;transform:rotate(2deg);box-shadow:0 20px 38px #0000005c}.hero-flyer-callout:before{content:"";border:22px solid #ffffff17;border-radius:50%;width:150px;height:150px;position:absolute;top:-82px;right:-78px}.hero-flyer-callout:hover{transform:rotate(0)translateY(-5px);box-shadow:0 26px 48px #0000006b}.hero-flyer-callout:focus-visible{outline-offset:5px;outline:4px solid #fff}.hero-flyer-callout>*{z-index:1;position:relative}.hero-flyer-callout>span{width:max-content;color:var(--red);text-transform:uppercase;letter-spacing:.15em;background:#fff;border-radius:5px;margin-bottom:11px;padding:6px 9px;font-size:9px;font-weight:900;line-height:1}.hero-flyer-callout strong{text-transform:uppercase;letter-spacing:-.035em;font-size:clamp(17px,1.35vw,21px);font-weight:900;line-height:1.03}.hero-flyer-callout b{text-transform:uppercase;letter-spacing:.08em;border-top:1px solid #ffffff59;margin-top:17px;padding-top:13px;font-size:11px}.hero-flyer-callout b i{margin-left:5px;font-size:15px;font-style:normal}.hero-promo-card{z-index:2;cursor:pointer;background:#f6e8d8;border:6px solid #fffffff5;border-radius:16px;grid-column:2;width:100%;max-width:452px;max-height:620px;padding:0;transition:transform .22s,box-shadow .22s;position:relative;overflow:hidden;box-shadow:0 28px 64px #00000061}.hero-promo-card:hover{transform:translateY(-5px);box-shadow:0 34px 72px #00000075}.hero-promo-card:focus-visible{outline-offset:5px;outline:4px solid #fff}.hero-promo-card img{object-fit:contain;width:100%;height:auto;max-height:608px;display:block}.mascot-presenter{z-index:3;filter:drop-shadow(0 22px 24px #00000057);grid-column:3;place-self:end start;width:122%;max-width:225px;margin-left:-24px;position:relative}.mascot-presenter .mascot{object-fit:cover;object-position:center top;border-radius:110px 110px 20px 20px;width:100%;height:auto;max-height:455px;display:block}.mascot-presenter span{background:var(--red);color:#fff;letter-spacing:.08em;text-transform:uppercase;border-radius:7px;padding:10px 15px;font-size:13px;font-weight:900;position:absolute;top:18%;left:-12px;box-shadow:0 10px 24px #0000004d}.hero-visual-without-promo{grid-template-columns:44% 56%}.hero-visual-without-promo .hero-offer-badge{top:16%;left:9%}.hero-visual-without-promo .hero-flyer-callout{width:clamp(175px,14vw,215px);bottom:12%;left:7%}.hero-visual-without-promo .mascot-presenter{grid-column:2;justify-self:center;width:min(82%,360px);max-width:360px;margin-left:0}.quick-strip{z-index:3;background:#fff;border-radius:10px;grid-template-columns:repeat(3,1fr);max-width:1180px;margin:-35px auto 0;display:grid;position:relative;overflow:hidden;box-shadow:0 22px 55px #081e4229}@media (width<=1100px) and (width>=901px){.hero{grid-template-columns:1fr}.hero-copy{padding:90px 8vw 80px}.hero-visual{min-height:650px;padding-left:5vw;padding-right:5vw}.hero-flyer-callout{width:185px;left:7%}.hero-offer-badge{left:8%}.hero-visual-without-promo{grid-template-columns:42% 58%}.hero-visual-without-promo .mascot-presenter{width:min(76%,350px)}}.quick-strip a{border-right:1px solid #e7e9ee;grid-template-columns:52px 1fr;padding:34px 36px;transition:background .2s,transform .2s;display:grid;position:relative}.quick-strip a:last-child{border:0}.quick-strip a:before{content:"";background:var(--red);width:5px;transition:transform .2s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.quick-strip a:hover{background:#f8f9fb;transform:translateY(-3px)}.quick-strip a:hover:before{transform:scaleY(1)}.quick-strip span{color:var(--red);grid-row:1/3;padding-top:1px;font-size:17px;font-weight:900}.quick-strip b{color:var(--navy);font-size:18px;font-weight:900;line-height:1.2}.quick-strip small{color:var(--muted);margin-top:8px;font-size:14px;line-height:1.35}.section{padding:120px 8vw}.section-heading h2{font-size:clamp(44px,5vw,72px);font-weight:900}.section-heading>p{max-width:470px;color:var(--muted);margin:25px 0 0;font-size:16px;line-height:1.65}.video-section{grid-template-columns:.8fr 1.2fr;align-items:center;gap:9vw;display:grid}.video-player{aspect-ratio:9/16;background:var(--navy);color:#fff;border-radius:12px;flex-direction:column;justify-content:center;justify-self:center;align-items:center;width:min(100%,430px);display:flex;position:relative;overflow:hidden;box-shadow:25px 25px #f0f1f4}.video-player video,.video-player iframe{background:#000;border:0;width:100%;height:100%;display:block}.video-player video{object-fit:contain}.flyer-section{background:var(--navy);grid-template-columns:1fr 1fr;align-items:center;gap:8vw;scroll-margin-top:86px;display:grid;overflow:hidden}.flyer-gallery{grid-template-columns:repeat(3,minmax(0,150px));place-content:center;gap:22px;min-height:650px;display:grid;position:relative}.flyer-gallery:before{content:"";background:#113769;border-radius:50%;width:560px;height:560px;position:absolute}.flyer-gallery button{cursor:pointer;z-index:2;background:0 0;border:0;width:100%;padding:0;transition:transform .22s;position:relative}.flyer-gallery button:first-child{transform:rotate(-4deg)}.flyer-gallery button:nth-child(2){transform:translateY(-10px)}.flyer-gallery button:nth-child(3){transform:translateY(8px)}.flyer-gallery button:last-child{transform:rotate(4deg)}.flyer-gallery button:hover{transform:translateY(-8px)rotate(0)}.flyer-gallery button:focus-visible{outline-offset:6px;outline:3px solid #fff}.flyer-gallery img{border-radius:5px;width:100%;height:auto;display:block;box-shadow:0 24px 48px #00000061}.light h2{color:#fff}.light>p{color:#bac5d5}.button-white{color:var(--navy);box-shadow:none;background:#fff;margin-top:28px}.button-white:hover{background:#f5f5f5}.update-note{color:#8292a9;margin-top:15px;display:block}.flyer-modal{z-index:100;position:fixed;inset:0}.flyer-modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#020c1df5;border:0;width:100%;height:100%;position:absolute;inset:0}.flyer-modal-panel{z-index:1;position:absolute;inset:0;overflow:hidden}.flyer-modal-header{z-index:4;pointer-events:none;justify-content:space-between;align-items:flex-start;gap:20px;display:flex;position:absolute;top:16px;left:20px;right:20px}.flyer-modal-header>div{flex-direction:column;gap:3px;display:flex}.flyer-modal-header strong,.flyer-modal-header span{color:#fff;text-shadow:0 1px 2px #00000059;background:#020c1db8;border-radius:5px;width:max-content;padding:4px 9px}.flyer-modal-header strong{font-size:16px}.flyer-modal-header span{font-size:12px}.flyer-modal-header button{width:48px;height:48px;color:var(--navy);cursor:pointer;pointer-events:auto;background:#fffffff0;border:0;border-radius:50%;place-items:center;display:grid;box-shadow:0 8px 25px #00000040}.flyer-modal-header svg{width:22px;height:22px}.flyer-carousel{touch-action:pan-y pinch-zoom;place-items:center;padding:12px 82px;display:grid;position:absolute;inset:0;overflow:hidden}.flyer-carousel>img{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;transform-origin:50%;width:100%;height:100%;transition:transform .2s;position:absolute;inset:0}.flyer-carousel.is-zoomed{cursor:grab}.flyer-carousel.is-zoomed:active{cursor:grabbing}.flyer-carousel.is-zoomed>img{transition:none}.flyer-arrow{background:var(--navy);color:#fff;cursor:pointer;border:0;border-radius:50%;place-items:center;width:50px;height:50px;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 24px #071e4240}.flyer-arrow:hover{background:var(--red)}.flyer-arrow-left{left:20px}.flyer-arrow-right{right:20px}.flyer-arrow svg{width:28px;height:28px}.flyer-pagination{z-index:4;background:#fffffff0;border-radius:20px;justify-content:center;align-items:center;gap:9px;min-height:36px;padding:0 14px;display:flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 6px 20px #0000003d}.flyer-pagination button{cursor:pointer;background:#bdc4cf;border:0;border-radius:50%;width:9px;height:9px;padding:0;transition:width .2s,background .2s}.flyer-pagination button.active{background:var(--red);border-radius:10px;width:27px}.flyer-zoom-controls{z-index:5;background:#fffffff5;border-radius:25px;align-items:center;gap:4px;min-height:46px;padding:5px;display:flex;position:absolute;top:18px;left:50%;transform:translate(-50%);box-shadow:0 8px 26px #00000047}.flyer-zoom-controls button{background:var(--navy);color:#fff;cursor:pointer;border:0;border-radius:50%;place-items:center;width:36px;height:36px;padding:0;transition:background .2s,opacity .2s;display:grid}.flyer-zoom-controls button:hover{background:var(--red)}.flyer-zoom-controls button:disabled{opacity:.34;cursor:default}.flyer-zoom-controls button:disabled:hover{background:var(--navy)}.flyer-zoom-controls svg{width:18px;height:18px}.flyer-zoom-controls>span{text-align:center;min-width:50px;color:var(--navy);font-size:13px;font-weight:900}.flyer-zoom-controls .flyer-zoom-reset{border-radius:18px;gap:6px;width:auto;padding:0 12px;font-size:12px;font-weight:800;display:flex}.flyer-desktop-hint{z-index:4;color:#fff;text-align:center;pointer-events:none;background:#020c1dc2;border-radius:16px;width:max-content;padding:7px 12px;font-size:11px;position:absolute;bottom:64px;left:50%;transform:translate(-50%)}.flyer-swipe-hint{display:none}.centered{text-align:center;max-width:760px;margin:0 auto 60px}.department-grid{grid-template-columns:repeat(4,1fr);gap:18px;max-width:1240px;margin:auto;display:grid}.department-card{background:#fff;border:1px solid #e5e8ed;border-radius:16px;min-height:365px;transition:transform .25s,border-color .25s,box-shadow .25s;overflow:hidden}.department-card:hover{border-color:#cdd2db;transform:translateY(-7px);box-shadow:0 20px 42px #071e421f}.department-photo{background:#eef0f3;height:195px;position:relative;overflow:hidden}.department-photo:after{content:"";pointer-events:none;background:linear-gradient(#0000 58%,#071e4229);position:absolute;inset:0}.department-photo img{object-fit:cover;width:100%;height:100%;transition:transform .45s;display:block}.department-card:hover .department-photo img{transform:scale(1.045)}.department-copy{padding:27px 26px 30px}.department-kicker{color:var(--red);text-transform:uppercase;letter-spacing:.18em;font-size:9px;font-weight:900}.department-grid h3{color:var(--navy);margin:9px 0;font-size:25px}.department-grid p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.whatsapp{background:var(--red);color:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:40px;margin:0 5vw 80px;padding:65px 7vw;display:flex}.whatsapp .eyebrow{color:#fff;opacity:1;letter-spacing:.2em;text-shadow:0 1px 2px #69000838;margin-bottom:17px;font-size:13px}.whatsapp h2{color:#fff;font-size:clamp(39px,4vw,60px);font-weight:900}.whatsapp p{color:#fff;opacity:1;max-width:640px;margin:18px 0 0;font-size:17px;font-weight:600;line-height:1.65}.button-whatsapp{color:var(--red);background:#fff;border:2px solid #ffffffe6;min-width:270px;min-height:54px;padding:17px 26px;font-size:15px;font-weight:900;box-shadow:0 12px 28px #69000833}footer{color:#fff;background:#051631;grid-template-columns:1.2fr 1fr .7fr;align-items:start;gap:55px;padding:60px 7vw 30px;display:grid}.brand-footer img{width:125px;height:105px}.footer-info,.socials{flex-direction:column;gap:12px;display:flex}.footer-info b,.socials b{color:#fff;font-size:16px;font-weight:900}.footer-info span,.footer-info a,.socials a{color:#e1e7ef;font-size:15px;font-weight:600;line-height:1.65}.footer-info a,.socials a{width:fit-content;transition:color .2s}.footer-info a:hover,.socials a:hover{color:#fff}footer>small{color:#b8c4d3;border-top:1px solid #284263;grid-column:1/-1;padding-top:25px;font-size:13px;font-weight:600}@media (width<=900px){.site-header{height:72px;padding:0 20px}nav,.site-header .button-small{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:80px 24px 75px}.hero-visual{gap:8px;min-height:560px;padding:30px 18px 32px;display:flex}.hero-promo-card{width:min(68%,400px);max-height:500px}.hero-promo-card img{max-height:488px}.mascot-presenter{width:min(30%,190px);margin-left:-18px}.hero-offer-badge{width:156px;top:8%;left:9%}.hero-flyer-callout{width:170px;min-height:168px;padding:20px 18px 18px;bottom:8%;left:4%}.hero-visual-without-promo{grid-template-columns:42% 58%;min-height:600px;display:grid}.hero-visual-without-promo .hero-offer-badge{left:7%}.hero-visual-without-promo .hero-flyer-callout{width:190px;left:6%}.hero-visual-without-promo .mascot-presenter{grid-column:2;justify-self:center;width:min(84%,330px);max-width:330px;margin-left:0}.quick-strip{grid-template-columns:1fr;margin:0}.quick-strip a{border-bottom:1px solid #e7e9ee;border-right:0;padding:28px 30px}.video-section,.flyer-section{grid-template-columns:1fr}.section{padding:85px 24px}.video-player{width:min(100%,420px);margin:20px auto 0;box-shadow:16px 16px #f0f1f4}.flyer-section .flyer-gallery{order:2}.flyer-section{scroll-margin-top:72px}.department-grid{grid-template-columns:1fr 1fr}.whatsapp{flex-direction:column;align-items:flex-start;margin:0 20px 60px;padding:50px 28px}.button-whatsapp{width:100%;min-width:0}footer{grid-template-columns:1fr}footer>small{grid-column:auto}}@media (width<=560px){h1{font-size:54px}.hero-actions{flex-direction:column;align-items:flex-start}.trust-row{flex-direction:column;gap:10px}.hero-visual{grid-template-rows:auto auto auto;grid-template-columns:72% 28%;align-items:end;gap:0;min-height:475px;padding:24px 10px 28px;display:grid}.hero-visual:before{width:350px;height:350px}.hero-visual:after{width:440px;height:440px}.hero-promo-card{border-width:4px;border-radius:11px;grid-area:3/1;justify-self:end;width:100%;max-height:425px}.hero-promo-card img{max-height:417px}.mascot-presenter{grid-area:3/2;place-self:end start;width:112%;margin-left:-17px}.mascot-presenter span{padding:8px 10px;font-size:10px;top:16%;left:-5px}.hero-offer-badge{border-width:3px;outline-width:2px;grid-area:1/1;justify-self:start;width:104px;margin:0 0 -5px 10px;padding:7px 6px 5px;position:relative;top:auto;left:auto}.hero-offer-badge span{margin:3px 0 -1px;font-size:8px}.hero-offer-badge img{width:94%;max-height:79%}.hero-flyer-callout{border-width:2px;border-radius:12px;grid-area:2/1/auto/-1;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;width:calc(100% - 20px);min-height:0;margin:8px 10px 14px;padding:15px 17px;display:grid;position:relative;bottom:auto;left:auto;transform:none}.hero-flyer-callout:hover{transform:translateY(-2px)}.hero-flyer-callout>span{white-space:nowrap;margin:0}.hero-flyer-callout strong{font-size:14px;line-height:1.05}.hero-flyer-callout b{white-space:nowrap;border-top:0;border-left:1px solid #ffffff59;margin:0;padding:0 0 0 12px}.hero-visual-without-promo{grid-template-rows:auto auto 1fr;grid-template-columns:1fr;align-items:center;min-height:640px;padding:24px 18px 0}.hero-visual-without-promo .hero-offer-badge{grid-area:1/1;width:110px;margin:0 0 4px 6px}.hero-visual-without-promo .hero-flyer-callout{grid-area:2/1;width:100%;margin:8px 0 12px}.hero-visual-without-promo .mascot-presenter{grid-area:3/1;place-self:end center;width:min(58%,245px);max-width:245px;margin:0}.video-player{width:min(92vw,390px);box-shadow:10px 10px #f0f1f4}.department-grid{grid-template-columns:1fr}.flyer-gallery{grid-template-columns:repeat(2,minmax(0,44%));gap:10px;min-height:430px;padding:36px 0}.flyer-gallery button{width:100%}.flyer-gallery button:nth-child(2){transform:rotate(4deg)}.flyer-gallery button:last-child{transform:rotate(-2deg)}.flyer-modal-header{top:10px;left:10px;right:10px}.flyer-modal-header>div{gap:2px}.flyer-modal-header strong{font-size:13px}.flyer-modal-header span{font-size:11px}.flyer-modal-header button{width:42px;height:42px}.flyer-carousel{padding:4px}.flyer-carousel>img{transform:none!important}.flyer-zoom-controls,.flyer-desktop-hint{display:none}.flyer-arrow{background:#071e42e6;width:42px;height:42px}.flyer-arrow-left{left:8px}.flyer-arrow-right{right:8px}.flyer-pagination{min-height:34px;bottom:10px}.flyer-swipe-hint{z-index:4;color:#fff;text-align:center;pointer-events:none;background:#020c1dc2;border-radius:14px;width:max-content;max-width:calc(100% - 28px);padding:6px 10px;font-size:10px;display:block;position:absolute;bottom:52px;left:50%;transform:translate(-50%)}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}
