@import "https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=Open+Sans:wght@300;400;500;600;700&display=swap";.header{z-index:1000;background:#fff;height:80px;position:sticky;top:0;box-shadow:0 4px 12px #0000001a}.header__container{width:100%;max-width:1200px;margin:0 auto;padding-inline:1rem}@media (width>=576px){.header__container{padding-inline:2rem}}@media (width>=992px){.header__container{padding-inline:2.5rem}}.header__container{justify-content:space-between;align-items:center;gap:0;height:100%;display:flex}.header__logo{flex-shrink:0;align-items:center;gap:.625rem;display:flex}.header__logo img{width:auto;height:42px}@media (width>=576px){.header__logo img{height:50px}}@media (width>=992px){.header__logo img{height:55px}}.header__logo-copy{flex-direction:column;gap:.125rem;min-width:0;display:flex}@media (width>=992px){.header__logo-copy{display:none}}.header__logo-text{color:#0a1f44;font-family:Archivo,sans-serif;font-size:1.125rem;font-weight:700;line-height:1}.header__logo-subtext{color:#0a1f44c2;letter-spacing:.01em;font-size:.625rem;font-weight:600;line-height:1.15}.header__toggle{color:#0a1f44;cursor:pointer;background:#0a1f440a;border:1px solid #0a1f4414;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;font-size:1.25rem;transition:background-color .15s,border-color .15s,color .15s;display:flex}.header__toggle:hover{color:#fe5327;background:#fe53270f;border-color:#fe532733}@media (width>=992px){.header__toggle{display:none}}.header__backdrop{cursor:pointer;z-index:1000;background:#06123061;border:none;padding:0;position:fixed;inset:0}@media (width>=992px){.header__backdrop{display:none}}.header__nav{z-index:1001;background:#fff;border-left:1px solid #0a1f4414;flex-direction:column;width:min(360px,100%);display:none;position:fixed;top:0;bottom:0;right:0;overflow:hidden;box-shadow:0 12px 36px #00000026}.header__nav--open{display:flex}@media (width>=992px){.header__nav{width:auto;box-shadow:none;border-left:none;flex-direction:row;justify-content:flex-start;align-items:center;gap:clamp(1rem,1.8vw,2rem);margin-left:auto;padding:0;display:flex;position:static;overflow:visible}}.header__mobile-panel{flex-direction:column;flex:1;min-height:0;display:flex}@media (width>=992px){.header__mobile-panel{display:contents}}.header__mobile-header{padding:calc(2rem + env(safe-area-inset-top,0px)) 1.5rem 1.5rem;background:#fff;border-bottom:1px solid #0a1f4414;justify-content:space-between;align-items:center;gap:1rem;display:flex}@media (width>=992px){.header__mobile-header{display:none}}.header__mobile-brand{align-items:center;gap:.5rem;min-width:0;display:flex}.header__mobile-brand img{object-fit:contain;flex-shrink:0;width:44px;height:44px}.header__mobile-brand-copy{flex-direction:column;min-width:0;display:flex}.header__mobile-brand-copy strong{color:#0a1f44;font-size:1rem;font-weight:700;line-height:1.2}.header__mobile-close{color:#0a1f44;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;transition:color .15s,background-color .15s;display:inline-flex}.header__mobile-close:hover{color:#fe5327;background:#fe532714}.header__mobile-body{flex-direction:column;flex:1;min-height:0;padding:.25rem 0;display:flex;overflow-y:auto}@media (width>=992px){.header__mobile-body{padding:0;display:contents;overflow:visible}}.header__nav-item{border-bottom:1px solid #0a1f4412;position:relative}@media (width>=992px){.header__nav-item{border-bottom:none;margin-bottom:-12px;padding-bottom:12px}}.header__nav-item--open .header__chevron{transform:rotate(180deg)}.header__nav-link{color:#0a1f44;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.25rem;width:100%;padding:.9375rem 1.5rem;font-family:Open Sans,sans-serif;font-size:1rem;font-weight:500;line-height:1.35;transition:color .15s,background-color .15s;display:flex}.header__nav-link:hover{color:#fe5327;background:#0a1f4408}.header__nav-link--active{color:#fe5327;background:#fe53270f;font-weight:600}@media (width>=992px){.header__nav-link{color:#343a40;white-space:nowrap;background:0 0;justify-content:flex-start;padding:0;font-size:.75rem;line-height:1}.header__nav-link.header__nav-link--active{color:#fe5327;font-weight:600}}@media (width>=1200px){.header__nav-link{font-size:.875rem}}.header__chevron{flex-shrink:0;font-size:.75rem;transition:transform .15s}.header__dropdown{background:#0a1f4405;border-top:1px solid #0a1f440f;padding:.25rem 1rem 1rem;display:none}.header__dropdown--open{flex-direction:column;display:flex}@media (width>=992px){.header__dropdown{opacity:0;visibility:hidden;pointer-events:none;background:#fff;border:1px solid #0a1f4414;border-radius:8px;flex-direction:column;min-width:280px;padding:.25rem 0;transition:opacity .15s,transform .15s,visibility .15s;display:flex;position:absolute;top:calc(100% - 2px);left:0;transform:translateY(10px);box-shadow:0 8px 24px #0000001f}.header__dropdown--open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}}.header__dropdown-link{color:#343a40;border-radius:4px;padding:.8125rem 1rem;font-size:.875rem;line-height:1.45;transition:background-color .15s,color .15s;display:block}.header__dropdown-link:first-child{color:#0a1f44;background:#ffffffeb;margin-bottom:.25rem;font-weight:600}.header__dropdown-link:hover{color:#fe5327;background:#fffffff5}.header__dropdown-link--active{color:#fe5327;background:#fe532714;font-weight:600}@media (width>=992px){.header__dropdown-link{border-radius:0;padding:.5rem 1.5rem}.header__dropdown-link:first-child{background:0 0;border-bottom:1px solid #0a1f4414;margin-bottom:.25rem;padding-bottom:1rem}.header__dropdown-link:hover{background:#f8f9fa}.header__dropdown-link.header__dropdown-link--active{color:#fe5327;background:#fe532714}}.header__mobile-actions{background:#fff;border-top:1px solid #0a1f4414;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;padding:1rem 1.5rem 1.5rem;display:grid}@media (width>=992px){.header__mobile-actions{display:none}}.header__mobile-action{color:#fe5327;white-space:nowrap;background:#fe532714;border:1px solid #fe53272e;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;min-height:48px;padding:0 1rem;font-size:.875rem;font-weight:600;transition:background-color .15s,border-color .15s,color .15s;display:flex}.header__mobile-action:hover{background:#fe53271f;border-color:#fe532742}.header__mobile-action--secondary{color:#fff;background:#0a1f44;border-color:#0a1f442e}.header__mobile-action--secondary:hover{background:#1a3a6b;border-color:#1a3a6b52}.footer__container{width:100%;max-width:1200px;margin:0 auto;padding-inline:1rem}@media (width>=576px){.footer__container{padding-inline:2rem}}@media (width>=992px){.footer__container{padding-inline:2.5rem}}.footer__top{color:#fff;background:linear-gradient(#061230f5 0%,#0a1f44fa 100%);padding:2.25rem 0 2rem}@media (width>=768px){.footer__top{padding:3rem 0 2.5rem}}.footer__main{gap:1.25rem;display:grid}@media (width>=992px){.footer__main{grid-template-columns:minmax(280px,320px) minmax(0,1fr);align-items:start;gap:3.25rem}}.footer__summary{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;gap:1rem;padding:1.25rem;display:grid}@media (width>=768px){.footer__summary{padding:1.5rem}}@media (width>=992px){.footer__summary{padding:0;background:0 0;border:none;border-right:1px solid #ffffff1a;border-radius:0;gap:1.5rem;min-width:0;padding-right:1.5rem}}.footer__brand{gap:.875rem;display:grid}@media (width>=992px){.footer__brand{border-bottom:1px solid #ffffff14;gap:1rem;min-height:5.5rem;padding-bottom:.875rem}}.footer__logo-link{justify-content:flex-start;align-items:center;width:fit-content;display:inline-flex}.footer__logo{object-fit:contain;width:auto;height:56px}.footer__brand-copy h3{color:#fff;margin:0 0 .375rem;font-family:Archivo,sans-serif;font-size:1.2rem;line-height:1.1}@media (width>=992px){.footer__brand-copy h3{font-size:1.35rem}}.footer__brand-copy p{color:#ffffffc7;margin:0;font-size:.92rem;line-height:1.65}@media (width>=992px){.footer__brand-copy p{max-width:30ch}}.footer__social{gap:.625rem;display:flex}.footer__social a{color:#fff;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .15s,border-color .15s,color .15s;display:flex}.footer__social a:hover,.footer__social a:focus-visible{color:#fff;background:#1a3a6b38;border-color:#1a3a6b61}.footer__actions{gap:.75rem;display:grid}@media (width>=576px){.footer__actions{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=992px){.footer__actions{grid-template-columns:minmax(0,1fr);gap:.625rem}}.footer__action{color:#fff;text-align:center;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;gap:.625rem;min-height:46px;padding:.75rem 1rem;font-size:.92rem;font-weight:600;transition:background-color .15s,border-color .15s,color .15s;display:flex}.footer__action svg{flex-shrink:0}.footer__action:hover{color:#fff;background:#ffffff1a;border-color:#ffffff2e}.footer__action--whatsapp{background:#25d36629;border-color:#25d3665c}.footer__action--payment{background:#00c3892e;border-color:#00c38966}.footer__action--payment:hover{background:#00c3893d;border-color:#00c38980}.footer__action--speed{background:#fe53272e;border-color:#fe532761}.footer__action--speed:hover{background:#fe53273d;border-color:#fe532780}.footer__wompi-icon{object-fit:contain;flex-shrink:0;width:1.15rem;height:1.15rem}.footer__details{gap:1rem;display:grid}@media (width>=768px){.footer__details{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.125rem}}@media (width>=992px){.footer__details{grid-template-columns:minmax(0,1.15fr) minmax(0,1.05fr) minmax(220px,.85fr);align-items:start;gap:0 2.25rem}}.footer__column{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;gap:1rem;padding:1.25rem;display:grid}@media (width>=768px){.footer__column{padding:1.4rem}.footer__column--links{grid-column:span 2}}@media (width>=992px){.footer__column{background:0 0;border:none;border-radius:0;align-content:start;gap:1.125rem;min-width:0;padding:0}.footer__column--links{grid-column:span 1}.footer__column+.footer__column{border-left:1px solid #ffffff1a;padding-left:1.5rem}}.footer__map-section{border-top:1px solid #ffffff1a;gap:1rem;margin-top:1rem;padding-top:1.25rem;display:grid}@media (width>=992px){.footer__map-section{gap:1.125rem;margin-top:2rem;padding-top:1.5rem}}.footer__card-header h4{color:#fff;margin:0 0 .375rem;font-size:1rem;font-weight:600}@media (width>=992px){.footer__card-header h4{font-size:1rem}}.footer__card-header p{color:#ffffffb3;margin:0;font-size:.875rem;line-height:1.55}@media (width>=992px){.footer__card-header p{max-width:30ch}.footer__card-header{border-bottom:1px solid #ffffff14;min-height:5.5rem;padding-bottom:.875rem}}.footer__contact-list,.footer__schedule-list{gap:.875rem;display:grid}@media (width>=992px){.footer__contact-list,.footer__schedule-list{gap:1rem}}.footer__contact-item,.footer__schedule-item{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.75rem;display:grid}.footer__contact-icon,.footer__schedule-item svg{color:#fe5327;background:#fe532724;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}@media (width>=992px){.footer__contact-icon,.footer__schedule-item svg{color:#ffffffb3;background:0 0;border-radius:0;width:18px;height:18px}}.footer__contact-copy{gap:.25rem;display:grid}.footer__contact-copy span{color:#ffffffa3;font-size:.8125rem}.footer__contact-copy strong{color:#ffffffeb;font-size:.94rem;font-weight:500;line-height:1.55}@media (width>=992px){.footer__contact-copy strong{font-size:.96rem;line-height:1.5}}.footer__schedule-item span{color:#ffffffe0;font-size:.92rem;line-height:1.65}@media (width>=992px){.footer__schedule-item span{font-size:.96rem;line-height:1.5}}.footer__links-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}@media (width>=576px){.footer__links-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=992px){.footer__links-grid{grid-template-columns:1fr;gap:.75rem}}.footer__link-chip{color:#ffffffe6;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;min-height:44px;padding:.75rem .875rem;font-size:.9rem;line-height:1.35;transition:background-color .15s,border-color .15s,color .15s;display:flex}.footer__link-chip:hover{color:#fff;background:#ffffff1a;border-color:#fe53273d}@media (width>=992px){.footer__link-chip{color:#ffffffd6;background:0 0;border:0;border-bottom:1px solid #ffffff14;border-radius:0;min-height:auto;padding:0 0 .55rem;font-size:.98rem}.footer__link-chip:hover{color:#fff;background:0 0;border-color:#0000}}.footer__map{border:1px solid #ffffff14;border-radius:8px;overflow:hidden}@media (width>=992px){.footer__map{border-color:#ffffff1a;border-radius:12px}}.footer__map iframe{border:none;width:100%;height:180px;display:block}@media (width>=768px){.footer__map iframe{height:220px}}@media (width>=992px){.footer__map iframe{height:240px}}.footer__bottom{background:#061230;padding:1rem 0}.footer__bottom p{color:#fff9;text-align:center;margin:0;font-size:.8125rem;line-height:1.5}.floating-contact-actions{right:.75rem;bottom:calc(.75rem + env(safe-area-inset-bottom,0px));z-index:1300;flex-direction:column;align-items:flex-end;gap:.4375rem;display:flex;position:fixed}@media (width>=576px){.floating-contact-actions{gap:.5rem;bottom:1.5rem;right:1.5rem}}.floating-contact-actions--menu-open{bottom:calc(5.25rem + env(safe-area-inset-bottom,0px))}@media (width>=576px){.floating-contact-actions--menu-open{bottom:6rem}}.floating-contact-actions__button{letter-spacing:.03em;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;padding:0;font-family:Open Sans,sans-serif;font-size:.625rem;font-weight:600;text-decoration:none;transition:background-color .15s,color .15s,box-shadow .15s;display:inline-flex;box-shadow:0 8px 24px #0000001f}@media (width>=576px){.floating-contact-actions__button{letter-spacing:.04em;width:62px;height:62px;font-size:.72rem}}.floating-contact-actions__button svg{flex-shrink:0;font-size:1.25rem}@media (width>=576px){.floating-contact-actions__button svg{font-size:1.5rem}}.floating-contact-actions__button span{line-height:1}.floating-contact-actions__button:hover{box-shadow:0 12px 36px #00000026}.floating-contact-actions__button--form{color:#fff;background:#fe5327}.floating-contact-actions__button--form:hover{background:#e34a21}.floating-contact-actions__button--whatsapp{color:#fff;background:#25d366}.floating-contact-actions__button--whatsapp:hover{background:#1ea952}.btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 2rem;font-family:Open Sans,sans-serif;font-size:1rem;font-weight:600;line-height:1.5;text-decoration:none;transition:all .3s;display:inline-flex}.btn--primary{color:#fff;background:#0a1f44}.btn--primary:hover{background:#1a3a6b}.btn--secondary{color:#fff;background:#fe5327}.btn--secondary:hover{background:#e34a21}.btn--outline{color:#0a1f44;background:0 0;border:2px solid #0a1f44}.btn--outline:hover{color:#fff;background:#0a1f44}.btn--whatsapp{color:#fff;background:#25d366}.btn--whatsapp:hover{background:#1da851}.btn--sm{padding:.25rem 1rem;font-size:.75rem}@media (width>=576px){.btn--sm{font-size:.875rem}}.btn--md{padding:.25rem 1.5rem;font-size:.875rem}@media (width>=576px){.btn--md{padding:.5rem 2rem;font-size:1rem}}.btn--lg{padding:.5rem 2rem;font-size:1rem}@media (width>=576px){.btn--lg{padding:1rem 3rem;font-size:1.125rem}}.card{background:#fff;border-radius:12px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 12px #0000001a}.card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.card{padding:2rem}.contact-request-modal{z-index:1400;background:#061230b8;justify-content:center;align-items:flex-end;padding:1rem;display:flex;position:fixed;inset:0}@media (width>=768px){.contact-request-modal{align-items:center;padding:2rem}}.contact-request-modal__dialog{background:#fff;border-radius:12px;width:min(100%,760px);max-height:min(100vh - 2rem,760px);padding:2rem 1.5rem;position:relative;overflow:auto;box-shadow:0 12px 36px #00000026}@media (width>=576px){.contact-request-modal__dialog{padding:2rem}}@media (width>=768px){.contact-request-modal__dialog{padding:3rem}}.contact-request-modal__close{color:#0a1f44;cursor:pointer;background:#fff;border:1px solid #0a1f441f;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex;position:absolute;top:1rem;right:1rem}.contact-request-modal__close:hover{background:#f8f9fa;border-color:#0a1f4433}.contact-request-modal__header{margin-bottom:2rem;padding-right:3rem}.contact-request-modal__kicker{color:#fe5327;margin:0 0 .5rem;font-size:.875rem;font-weight:600}.contact-request-modal h2{color:#0a1f44;margin-bottom:.5rem;font-family:Archivo,sans-serif;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.05}.contact-request-modal__subtitle{color:#6c757d;max-width:48ch;margin:0;line-height:1.65}.contact-request-modal__form{flex-direction:column;gap:1.5rem;display:flex}.contact-request-modal__field-grid{gap:1.5rem;display:grid}@media (width>=768px){.contact-request-modal__field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.contact-request-modal__field{flex-direction:column;gap:.25rem;display:flex}.contact-request-modal__field label{color:#0a1f44;font-size:.875rem;font-weight:600}.contact-request-modal__field input,.contact-request-modal__field select,.contact-request-modal__field textarea{color:#343a40;background:#fff;border:1px solid #0a1f4426;border-radius:8px;width:100%;padding:.9rem 1rem;font-family:Open Sans,sans-serif;font-size:1rem;transition:border-color .15s,box-shadow .15s}.contact-request-modal__field input:focus,.contact-request-modal__field select:focus,.contact-request-modal__field textarea:focus{border-color:#0a1f4473;outline:none;box-shadow:0 0 0 3px #fe532729}.contact-request-modal__field textarea{resize:vertical;min-height:150px}.contact-request-modal__actions{flex-direction:column-reverse;gap:.5rem;display:flex}.contact-request-modal__actions .btn{justify-content:center}@media (width>=576px){.contact-request-modal__actions{flex-direction:row;justify-content:flex-end}}.contact-request-modal__thanks{text-align:center;padding:2rem}.contact-request-modal__thanks h3{color:#0a1f44;margin-bottom:.5rem;font-family:Archivo,sans-serif;font-size:1.5rem}.contact-request-modal__thanks p{color:#6c757d;margin-bottom:2rem;line-height:1.6}.layout{flex-direction:column;min-height:100vh;display:flex}.layout__main{flex:1}.hero{color:#fff;text-align:center;background:linear-gradient(135deg,#0a1f44 0%,#1a3a6b 100%) 50%/cover;justify-content:center;align-items:center;min-height:350px;padding:3rem 1rem;display:flex;position:relative}@media (width>=576px){.hero{min-height:400px;padding:4rem 1.5rem}}@media (width>=768px){.hero{min-height:500px;padding:6rem 1.5rem}}.hero--overlay:before{content:"";background:linear-gradient(#06123094 0%,#061230c7 100%);position:absolute;inset:0}.hero__container{width:100%;max-width:1200px;margin:0 auto;padding-inline:1rem}@media (width>=576px){.hero__container{padding-inline:2rem}}@media (width>=992px){.hero__container{padding-inline:2.5rem}}.hero__container{z-index:1;position:relative}.hero__content{max-width:920px;margin:0 auto}.hero__title{color:#fff;text-shadow:0 2px 8px #0000004d;margin-bottom:1rem;font-size:2rem}@media (width>=576px){.hero__title{margin-bottom:1.5rem;font-size:2.5rem}}@media (width>=768px){.hero__title{font-size:3rem}}.hero__subtitle{color:#ffffffeb;max-width:640px;margin:0 auto 2rem;font-size:.875rem;line-height:1.7}@media (width>=576px){.hero__subtitle{margin-bottom:3rem;font-size:1.125rem}}@media (width>=768px){.hero__subtitle{font-size:1.25rem}}.hero__actions{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.hero__actions .btn--outline{color:#fff;background:#ffffff14;border-color:#ffffffd1}.hero__actions .btn--outline:hover{color:#0a1f44;background:#fff}.section-title{margin-bottom:2rem}@media (width>=768px){.section-title{margin-bottom:3rem}}.section-title h2{padding-bottom:1rem;position:relative}.section-title h2:after{content:"";background:#fe5327;border-radius:2px;width:60px;height:3px;position:absolute;bottom:0;left:0}.section-title h2{margin-bottom:.5rem;font-size:1.5rem}@media (width>=576px){.section-title h2{margin-bottom:1rem;font-size:2rem}}@media (width>=768px){.section-title h2{font-size:2.5rem}}.section-title p{color:#6c757d;max-width:600px;font-size:.875rem}@media (width>=768px){.section-title p{font-size:1.125rem}}.section-title--centered{text-align:center}.section-title--centered h2:after{left:50%;transform:translate(-50%)}.section-title--centered p{margin:0 auto}.home__container{width:100%;max-width:1200px;margin:0 auto;padding-inline:1rem}@media (width>=576px){.home__container{padding-inline:2rem}}@media (width>=992px){.home__container{padding-inline:2.5rem}}.home__fiber{padding:3rem 0}@media (width>=576px){.home__fiber{padding:4rem 0}}@media (width>=768px){.home__fiber{padding:6rem 0}}.home__fiber{background:#f8f9fa}.home__fiber-grid{grid-template-columns:repeat(1,1fr);gap:1.5rem;display:grid}@media (width>=576px){.home__fiber-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=768px){.home__fiber-grid{grid-template-columns:repeat(3,1fr)}}.home__fiber-card{text-align:center;padding:1.5rem}.home__fiber-img{object-fit:contain;width:72px;height:72px;margin:0 auto 1rem}.home__fiber-icon{color:#fe5327;margin-bottom:1rem;font-size:2.5rem}.home__fiber-card h3{margin-bottom:.5rem;font-size:1rem}@media (width>=768px){.home__fiber-card h3{margin-bottom:1rem;font-size:1.25rem}}.home__fiber-card p{color:#6c757d;font-size:.875rem;line-height:1.7}.home__announcement{padding:3rem 0}@media (width>=576px){.home__announcement{padding:4rem 0}}@media (width>=768px){.home__announcement{padding:6rem 0}}.home__announcement-card{width:100%;max-width:720px;margin-inline:auto}.home__announcement-content{text-align:center}.home__announcement-img{width:64px;height:auto;margin:0 auto 1rem}.home__announcement-badge{color:#fff;text-transform:uppercase;letter-spacing:1px;background:#dc3545;border-radius:16px;margin-bottom:1rem;padding:.25rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.home__announcement-content h3{margin-bottom:.5rem;font-size:1.25rem}@media (width>=768px){.home__announcement-content h3{margin-bottom:1rem;font-size:1.5rem}}.home__announcement-content p{color:#6c757d;margin-bottom:1.5rem;font-size:.875rem;line-height:1.7}.home__announcement-links{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}@media (width>=576px){.home__announcement-links{gap:1rem}}.home__sgmr{padding:3rem 0}@media (width>=576px){.home__sgmr{padding:4rem 0}}@media (width>=768px){.home__sgmr{padding:6rem 0}}.home__sgmr{color:#fff;text-align:center;background:linear-gradient(135deg,#0a1f44 0%,#1a3a6b 100%)}.home__sgmr-content h2{color:#fe5327;margin-bottom:.25rem;font-size:2rem}@media (width>=768px){.home__sgmr-content h2{margin-bottom:.5rem;font-size:3rem}}.home__sgmr-content h3{color:#fff;margin-bottom:.5rem;font-size:1.125rem;font-weight:400}@media (width>=768px){.home__sgmr-content h3{margin-bottom:1rem;font-size:1.5rem}}.home__sgmr-content p{opacity:.85;margin-bottom:1.5rem;font-size:.875rem}.home__coverage{padding:3rem 0}@media (width>=576px){.home__coverage{padding:4rem 0}}@media (width>=768px){.home__coverage{padding:6rem 0}}.home__coverage-zones{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2rem;display:flex}@media (width>=576px){.home__coverage-zones{gap:1rem;margin-bottom:3rem}}.home__coverage-zone{color:#0a1f44;background:#fff;border-radius:16px;align-items:center;gap:.25rem;padding:.25rem 1rem;font-size:.75rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 1px 3px #0000001a}@media (width>=576px){.home__coverage-zone{gap:.5rem;padding:.5rem 1.5rem;font-size:.875rem}}.home__coverage-zone svg{color:#fe5327;font-size:.75rem}.home__coverage-zone:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.home__coverage-map{border-radius:8px;overflow:hidden;box-shadow:0 8px 24px #0000001f}@media (width>=768px){.home__coverage-map{border-radius:12px}}.home__coverage-map iframe{border:none;width:100%;height:300px}@media (width>=768px){.home__coverage-map iframe{height:450px}}.home__pqrsf{padding:3rem 0}@media (width>=576px){.home__pqrsf{padding:4rem 0}}@media (width>=768px){.home__pqrsf{padding:6rem 0}}.home__pqrsf{background:#f8f9fa}.home__pqrsf-layout{grid-template-columns:minmax(0,1fr);gap:1.5rem;display:grid}@media (width>=768px){.home__pqrsf-layout{gap:2rem}}@media (width>=992px){.home__pqrsf-layout{grid-template-columns:minmax(0,.95fr) minmax(0,1.35fr);align-items:stretch}}.home__pqrsf-primary,.home__pqrsf-panel{height:100%}.home__pqrsf-primary-card{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1.5rem;height:100%;padding:.5rem;display:flex}@media (width>=768px){.home__pqrsf-primary-card{padding:1rem}}.home__pqrsf-img{object-fit:contain;flex-shrink:0;width:62px;height:62px}@media (width>=768px){.home__pqrsf-img{width:72px;height:72px}}.home__pqrsf-primary-copy{gap:.5rem;display:grid}.home__pqrsf-primary-copy h3{color:#0a1f44;font-size:1.5rem;line-height:1.2}.home__pqrsf-primary-copy p{color:#6c757d;margin:0;font-size:.875rem;line-height:1.75}@media (width>=768px){.home__pqrsf-primary-copy p{font-size:1rem}}.home__pqrsf-link{color:#fff;background:#fe5327;border-radius:8px;justify-content:center;align-items:center;min-height:40px;padding:.25rem 1.5rem;font-size:.875rem;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.home__pqrsf-link:hover{background:#e34a21;text-decoration:none}.home__pqrsf-panel-content{gap:1.5rem;height:100%;padding:.5rem;display:grid}@media (width>=768px){.home__pqrsf-panel-content{gap:2rem;padding:1rem}}.home__pqrsf-panel-header{gap:.25rem;display:grid}.home__pqrsf-panel-header h3{color:#0a1f44;font-size:1.25rem;line-height:1.25}.home__pqrsf-panel-header p{color:#6c757d;margin:0;font-size:.875rem;line-height:1.7}.home__pqrsf-panel-grid{grid-template-columns:minmax(0,1fr);gap:1rem;display:grid}@media (width>=576px){.home__pqrsf-panel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.home__pqrsf-info-card{background:#f8f9fab3;border:1px solid #0a1f4414;border-radius:8px;align-items:flex-start;gap:1rem;min-width:0;height:100%;padding:1.5rem;display:flex}.home__pqrsf-info-icon{color:#fe5327;background:#fe53271f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;display:flex}.home__pqrsf-info-copy{gap:.25rem;min-width:0;display:grid}.home__pqrsf-info-copy h4{color:#0a1f44;margin:0;font-size:1rem;line-height:1.3}.home__pqrsf-info-copy p{color:#6c757d;word-break:break-word;margin:0;font-size:.875rem;line-height:1.7}.home__pqrsf-inline-link{color:#fe5327;align-items:center;gap:.25rem;margin-top:.25rem;font-size:.875rem;font-weight:600;line-height:1.5;display:inline-flex}.home__pqrsf-inline-link:hover{text-decoration:underline}.home__billing{padding:3rem 0}@media (width>=576px){.home__billing{padding:4rem 0}}@media (width>=768px){.home__billing{padding:6rem 0}}.home__billing-timeline{grid-template-columns:repeat(1,1fr);gap:.5rem;width:100%;max-width:960px;margin-inline:auto;display:grid}@media (width>=576px){.home__billing-timeline{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (width>=992px){.home__billing-timeline{grid-template-columns:repeat(3,1fr)}}.home__billing-item{background:#fff;border-radius:8px;align-items:center;gap:1rem;padding:1rem 1.5rem;transition:box-shadow .3s;display:flex;box-shadow:0 1px 3px #0000001a}.home__billing-item:hover{box-shadow:0 4px 12px #0000001a}.home__billing-item h4{color:#0a1f44;margin-bottom:2px;font-size:.875rem}.home__billing-item p{color:#6c757d;font-size:.75rem}@media (width>=576px){.home__billing-item p{font-size:.875rem}}.home__billing-marker{flex-shrink:0;width:56px;height:56px;position:relative}.home__billing-icon{color:#fe5327;background:#fe53271f;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.25rem;display:flex;box-shadow:inset 0 0 0 1px #fe53271f}.home__billing-number{color:#fff;background:#fe5327;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:700;display:flex;position:absolute;bottom:-4px;right:-6px;box-shadow:0 6px 14px #fe53273d}.home__billing-copy{min-width:0}.home__safe-internet{padding:3rem 0}@media (width>=576px){.home__safe-internet{padding:4rem 0}}@media (width>=768px){.home__safe-internet{padding:6rem 0}}.home__safe-internet{background:#f8f9fa}.home__safe-internet-card{border:1px solid #0a1f441a;width:100%;overflow:hidden;box-shadow:0 8px 24px #0000001f}.home__safe-internet-content{align-items:center;gap:2rem;display:grid}@media (width>=768px){.home__safe-internet-content{grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:3rem}}.home__safe-internet-text{gap:1.5rem;display:grid}.home__safe-internet-text p{color:#6c757d;margin:0;font-size:.875rem;line-height:1.8}@media (width>=768px){.home__safe-internet-text p{font-size:1rem}}.home__safe-internet-text .section-title{margin-bottom:0}.home__safe-internet-media{background:linear-gradient(#fffffff5 0%,#f8f9faeb 100%),radial-gradient(circle at 0 0,#fe532714,#0000 48%);border-radius:8px;place-items:center;min-height:280px;padding:1rem;display:grid;position:relative}@media (width>=768px){.home__safe-internet-media{min-height:320px;padding:1.5rem}}.home__safe-internet-image{object-fit:contain;filter:drop-shadow(0 18px 32px #0a1f4424);width:min(100%,420px);height:auto;display:block}@media (width>=768px){.home__safe-internet-image{width:min(100%,460px)}}.home__antipiracy{padding:3rem 0}@media (width>=576px){.home__antipiracy{padding:4rem 0}}@media (width>=768px){.home__antipiracy{padding:6rem 0}}.home__antipiracy-card{background:linear-gradient(#fff 0%,#f8f9fae0 100%);border:1px solid #0a1f4414;width:100%;box-shadow:0 4px 12px #0000001a}.home__antipiracy-content{align-items:stretch;gap:2rem;display:grid}@media (width>=768px){.home__antipiracy-content{grid-template-columns:minmax(0,1.18fr) minmax(280px,.82fr);column-gap:3rem}}.home__antipiracy-media{background:#0612300f;border:1px solid #0a1f4414;border-radius:12px;min-height:240px;position:relative;overflow:hidden}@media (width>=768px){.home__antipiracy-media{min-height:100%}}.home__antipiracy-image{object-fit:cover;z-index:0;filter:saturate(.85)contrast(1.02);width:100%;height:100%;min-height:280px;display:block;position:relative}@media (width>=768px){.home__antipiracy-image{min-height:100%}}.home__antipiracy-media-overlay{z-index:1;background:linear-gradient(#0612301f 0%,#0612309e 100%);flex-direction:column;justify-content:space-between;padding:1rem;display:flex;position:absolute;inset:0}@media (width>=768px){.home__antipiracy-media-overlay{padding:1.5rem}}.home__antipiracy-media-badge{color:#dc3545;letter-spacing:.03em;background:#fffffff0;border-radius:4px;justify-self:start;align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.home__antipiracy-media-panel{color:#fff;background:#061230cc;border-radius:8px;gap:.25rem;max-width:260px;padding:1rem;display:grid}.home__antipiracy-media-panel strong{color:#fff;font-size:1.125rem;line-height:1.2}.home__antipiracy-media-panel span{color:#ffffffd1;font-size:.75rem;line-height:1.5}.home__antipiracy-body{align-content:start;gap:2rem;padding:clamp(.25rem,1vw,.75rem) 0;display:grid}.home__antipiracy-head{gap:1rem;display:grid}.home__antipiracy-badge{color:#dc3545;letter-spacing:.02em;background:#dc354514;border-radius:4px;align-items:center;gap:.25rem;width:fit-content;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.home__antipiracy-header{gap:.5rem;display:grid}.home__antipiracy-title{color:#061230;letter-spacing:-.03em;margin:0;font-family:Archivo,sans-serif;font-size:clamp(1.75rem,2.9vw,2.6rem);line-height:1.05}.home__antipiracy-summary{color:#6c757d;margin:0;font-size:.875rem;line-height:1.8}@media (width>=768px){.home__antipiracy-summary{font-size:1rem}}.home__antipiracy-facts{gap:.5rem;display:grid}@media (width>=576px){.home__antipiracy-facts{grid-template-columns:repeat(3,minmax(0,1fr))}}.home__antipiracy-fact{background:#ffffffd1;border:1px solid #0a1f4414;border-radius:8px;gap:.25rem;min-width:0;padding:1rem;display:grid}.home__antipiracy-fact span{color:#6c757d;letter-spacing:.02em;font-size:.75rem;font-weight:600}.home__antipiracy-fact strong{color:#0a1f44;word-break:break-word;font-size:.875rem;line-height:1.5}.home__antipiracy-points{gap:.5rem;display:grid}.home__antipiracy-point{border-top:1px solid #0a1f4414;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:1rem;padding:1rem 0;display:grid}.home__antipiracy-point:first-child{border-top:none;padding-top:0}.home__antipiracy-point>svg{color:#dc3545;flex-shrink:0;margin-top:2px;font-size:1rem}.home__antipiracy-point div{gap:.25rem;min-width:0;display:grid}.home__antipiracy-point strong{color:#0a1f44;font-size:1rem;line-height:1.35}.home__antipiracy-point p{color:#6c757d;margin:0;font-size:.875rem;line-height:1.75}.home__antipiracy-actions{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}@media (width>=576px){.home__antipiracy-actions{flex-flow:wrap;align-items:center}}.home__antipiracy-link{color:#0a1f44;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;display:inline-flex}.home__antipiracy-link:hover{color:#fe5327;text-decoration:underline}.home__legal-modal{z-index:1400;background:#061230b8;justify-content:center;align-items:flex-end;padding:1rem;display:flex;position:fixed;inset:0}@media (width>=768px){.home__legal-modal{align-items:center;padding:2rem}}.home__legal-modal-dialog{background:#fff;border-radius:12px;width:min(100%,760px);max-height:min(100vh - 2rem,760px);padding:2rem 1.5rem;position:relative;overflow:auto;box-shadow:0 12px 36px #00000026}@media (width>=576px){.home__legal-modal-dialog{padding:2rem}}@media (width>=768px){.home__legal-modal-dialog{padding:3rem}}.home__legal-modal-close{color:#0a1f44;cursor:pointer;background:#fff;border:1px solid #0a1f441f;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex;position:absolute;top:1rem;right:1rem}.home__legal-modal-close:hover{background:#f8f9fa;border-color:#0a1f4433}.home__legal-modal-header{gap:.5rem;margin-bottom:1.5rem;padding-right:3rem;display:grid}.home__legal-modal-header h3{color:#0a1f44;margin:0;font-family:Archivo,sans-serif;font-size:clamp(1.5rem,2.8vw,2.2rem);line-height:1.08}.home__legal-modal-badge{color:#dc3545;letter-spacing:.02em;background:#dc354514;border-radius:4px;align-items:center;width:fit-content;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.home__legal-modal-text{color:#343a40;margin:0;font-size:.875rem;line-height:1.9}@media (width>=768px){.home__legal-modal-text{font-size:1rem}}.home__legal-modal-actions{flex-direction:column-reverse;gap:.5rem;margin-top:2rem;display:flex}.home__legal-modal-actions .btn{justify-content:center}@media (width>=576px){.home__legal-modal-actions{flex-direction:row;justify-content:flex-end}}.home__government{padding:3rem 0}@media (width>=576px){.home__government{padding:4rem 0}}@media (width>=768px){.home__government{padding:6rem 0}}.home__government{background:#f8f9fa}.home__government-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}@media (width>=576px){.home__government-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (width>=992px){.home__government-grid{grid-template-columns:repeat(4,1fr)}}.home__government-link{color:#0a1f44;text-align:center;background:#fff;border:1px solid #0a1f4414;border-radius:8px;flex-direction:column;justify-content:flex-start;gap:1rem;min-height:156px;padding:1.5rem 1rem;font-size:.75rem;font-weight:500;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;box-shadow:0 1px 3px #0000001a}@media (width>=576px){.home__government-link{min-height:168px;padding:1.5rem;font-size:.875rem}}.home__government-link span{line-height:1.45;display:block}.home__government-link:hover{border-color:#fe532747;transform:translateY(-3px);box-shadow:0 4px 12px #0000001a}.home__government-logo-wrap{justify-content:center;align-items:center;min-height:54px;padding:0 .25rem;display:flex}.home__government-logo{object-fit:contain;object-position:center;width:100%;max-width:170px;max-height:42px;display:block}@media (width>=576px){.home__government-logo{max-width:180px;max-height:46px}}.about__hero{isolation:isolate;background-color:#0000;background-image:linear-gradient(92deg,#061230f0 0%,#0a1f44d6 36%,#0a1f4494 68%,#061230c2 100%),linear-gradient(#06123014 0%,#06123066 100%),url(/assets/uploads/2024/06/Imagen-23-Enderezada.png);background-position:50%,50%,52%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;align-items:center;min-height:clamp(390px,50vw,560px);padding:clamp(4rem,6.5vw,5.25rem) 0 clamp(1.5rem,3.5vw,2.75rem);display:flex;position:relative;overflow:hidden}.about__hero:before{content:"";pointer-events:none;background:linear-gradient(#ffffff08 0%,#06123000 24%,#06123047 100%);position:absolute;inset:0}.about__hero:after{content:"";pointer-events:none;background:linear-gradient(#06123000 0%,#06123038 100%);height:clamp(3rem,8vw,5.5rem);position:absolute;inset:auto 0 0}@media (width<=767px){.about__hero{background-position:50%,50%,62%;min-height:400px;padding:4.25rem 0 1.5rem}}@media (width>=768px){.about__hero{min-height:500px;padding-top:40px;padding-bottom:40px}}.about__hero-panel{z-index:1;background:linear-gradient(#0612307a 0%,#0612303d 100%);border:1px solid #ffffff24;border-radius:12px;gap:2rem;width:100%;padding:clamp(1.5rem,3vw,2.25rem);display:grid;position:relative;box-shadow:0 16px 40px #06123038}.about__hero-copy{max-width:42rem}.about__hero-copy h1{color:#fff;letter-spacing:-.04em;text-wrap:balance;max-width:10ch;margin:0 0 1rem;font-family:Archivo,sans-serif;font-size:clamp(2.6rem,6vw,5rem);font-weight:700;line-height:.96}@media (width>=768px){.about__hero-copy h1{white-space:nowrap;max-width:none}}.about__hero-copy p{color:#ffffffe6;text-wrap:pretty;max-width:38rem;margin:0;font-size:clamp(1rem,1.8vw,1.25rem);line-height:1.7}.about__hero-eyebrow{color:#ffffffd1;letter-spacing:.04em;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:.875rem;font-weight:600;display:inline-flex}.about__hero-eyebrow:before{content:"";background:#fe5327;border-radius:999px;width:2.75rem;height:2px;box-shadow:0 0 0 4px #fe532724}.about__hero-highlights{border-top:1px solid #ffffff1f;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding-top:1.5rem;display:grid}@media (width<=767px){.about__hero-highlights{grid-template-columns:minmax(0,1fr)}}.about__hero-highlight{background:linear-gradient(#ffffff14 0%,#ffffff0a 100%);border:1px solid #ffffff1a;border-radius:8px;min-width:0;padding:1.5rem}.about__hero-highlight span{color:#ffffffb3;margin-bottom:.5rem;font-size:.8125rem;font-weight:600;display:block}.about__hero-highlight strong{color:#fff;margin-bottom:.5rem;font-family:Archivo,sans-serif;font-size:clamp(1.25rem,2vw,1.75rem);line-height:1.1;display:block}.about__hero-highlight p{color:#ffffffd1;max-width:28ch;margin:0;font-size:.9375rem;line-height:1.6}.about__container{width:100%;max-width:1200px;margin:0 auto;padding-inline:1rem}@media (width>=576px){.about__container{padding-inline:2rem}}@media (width>=992px){.about__container{padding-inline:2.5rem}}.about__history{padding:3rem 0}@media (width>=576px){.about__history{padding:4rem 0}}@media (width>=768px){.about__history{padding:5rem 0 6rem}}@media (width<=480px){.about__hero-panel{padding:1.25rem}.about__hero-copy h1{max-width:8ch;font-size:clamp(2.2rem,12vw,3.1rem)}.about__hero-copy p{font-size:.95rem;line-height:1.65}.about__hero-highlight{padding:1rem}}.about__history-content{gap:1.5rem;display:grid}.about__history-layout{align-items:start;gap:2rem;display:grid}@media (width>=992px){.about__history-layout{grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr)}}.about__history-block{background:#fff;border:1px solid #0a1f4414;border-radius:12px;padding:clamp(1.25rem,2vw,2rem);box-shadow:0 1px 3px #0000001a}.about__history-block h3{color:#0a1f44;margin:0 0 1.5rem;font-family:Archivo,sans-serif;font-size:clamp(1.3rem,2vw,1.7rem);line-height:1.2}.about__history-kicker{color:#6c757d;letter-spacing:.05em;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.8125rem;font-weight:600;display:inline-flex}.about__history-kicker:before{content:"";background:#fe53272e;border:2px solid #fe5327;border-radius:999px;width:.75rem;height:.75rem}.about__history-text p{color:#6c757d;margin-bottom:1rem;font-size:.875rem;line-height:1.9}@media (width>=768px){.about__history-text p{margin-bottom:1.5rem;font-size:1rem}}.about__history-text p:last-child{margin-bottom:0}@media (width>=992px){.about__history-summary{position:sticky;top:calc(80px + 1.5rem)}}.about__history-summary-card{background:linear-gradient(#0a1f440a 0%,#0a1f4403 100%);border:1px solid #0a1f441a;border-radius:12px;padding:clamp(1.5rem,2.5vw,2rem);box-shadow:0 1px 3px #0000001a}.about__history-summary-card h3{color:#0a1f44;margin:0 0 1rem;font-family:Archivo,sans-serif;font-size:clamp(1.25rem,2vw,1.6rem);line-height:1.2}.about__history-summary-card p{color:#6c757d;margin:0 0 2rem;font-size:.875rem;line-height:1.8}.about__history-summary-label{color:#fe5327;letter-spacing:.05em;margin-bottom:1rem;font-size:.8125rem;font-weight:600;display:inline-block}.about__history-facts{gap:1rem;margin:0;display:grid}.about__history-fact{border-bottom:1px solid #0a1f4414;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:1rem;padding-bottom:1rem;display:grid}.about__history-fact:last-child{border-bottom:none;padding-bottom:0}.about__history-fact dt{color:#6c757d;margin:0;font-size:.875rem}.about__history-fact dd{color:#0a1f44;margin:0;font-family:Archivo,sans-serif;font-size:1.125rem;font-weight:600}.about__gallery{padding:3rem 0}@media (width>=576px){.about__gallery{padding:4rem 0}}@media (width>=768px){.about__gallery{padding:6rem 0}}.about__gallery{background:linear-gradient(#f8f9fa 0%,#ffffffeb 100%)}.about__gallery-layout{gap:1.5rem;display:grid}@media (width>=768px){.about__gallery-layout{gap:2rem}}.about__gallery-feature{min-width:0}.about__gallery-grid{grid-template-columns:minmax(0,1fr);gap:1.5rem;display:grid}@media (width>=576px){.about__gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=768px){.about__gallery-grid{gap:2rem}}@media (width>=992px){.about__gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.about__gallery-item{min-width:0}.about__gallery-figure{background:#061230;border:1px solid #0a1f441a;border-radius:12px;align-items:flex-end;margin:0;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 26px #0612301f}.about__gallery-figure:hover{border-color:#fe532747;transform:translateY(-4px);box-shadow:0 18px 34px #06123029}.about__gallery-figure:hover .about__gallery-media img{transform:scale(1.04)}.about__gallery-figure--feature{aspect-ratio:16/10}@media (width>=768px){.about__gallery-figure--feature{aspect-ratio:16/9}}.about__gallery-figure--standard{aspect-ratio:4/3}.about__gallery-media{background:#e9ecef;position:absolute;inset:0}.about__gallery-media img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .3s;display:block}.about__gallery-media:after{content:"";pointer-events:none;background:linear-gradient(#0612300a 0%,#0612302e 38%,#061230c7 100%),linear-gradient(90deg,#0612302e 0%,#06123000 48%);position:absolute;inset:0}.about__gallery-copy{z-index:1;flex-direction:column;justify-content:flex-end;gap:.5rem;width:100%;min-height:100%;padding:1.5rem;display:flex;position:relative}@media (width>=768px){.about__gallery-copy{padding:2rem}}.about__gallery-copy h3{color:#fff;text-wrap:balance;max-width:16ch;margin:0;font-family:Archivo,sans-serif;font-size:clamp(1.3rem,2vw,1.85rem);font-weight:600;line-height:1.15}.about__gallery-copy p{color:#ffffffe0;max-width:34ch;margin:0;font-size:.875rem;line-height:1.7}@media (width>=768px){.about__gallery-copy p{font-size:1rem}}.about__gallery-copy--feature{padding:clamp(1.5rem,3vw,2.5rem)}.about__gallery-copy--feature h3{max-width:12ch;font-size:clamp(1.8rem,3vw,2.7rem)}.about__gallery-copy--feature p{max-width:38ch;font-size:clamp(1rem,1.5vw,1.15rem)}.about__gallery-copy--standard h3{max-width:14ch;font-size:clamp(1.15rem,1.7vw,1.5rem)}.about__gallery-copy--standard p{max-width:30ch}.about__offices{padding:3rem 0}@media (width>=576px){.about__offices{padding:4rem 0}}@media (width>=768px){.about__offices{padding:6rem 0}}.about__offices-grid{grid-template-columns:repeat(1,1fr);gap:1.5rem;display:grid}@media (width>=576px){.about__offices-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=768px){.about__offices-grid{grid-template-columns:repeat(3,1fr)}}.about__office{text-align:center;flex-direction:column;height:100%;padding:1rem;display:flex}.about__office h3{color:#0a1f44;margin-bottom:1rem;font-size:.875rem}@media (width>=768px){.about__office h3{margin-bottom:1.5rem;font-size:1.125rem}}.about__office-note{color:#6c757d;margin:0 0 1rem;font-size:.75rem;line-height:1.7}@media (width>=576px){.about__office-note{font-size:.875rem}}.about__office-info{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.about__office-info p{color:#6c757d;justify-content:center;align-items:center;gap:.5rem;font-size:.75rem;display:flex}@media (width>=576px){.about__office-info p{font-size:.875rem}}.about__office-info p svg{color:#fe5327;flex-shrink:0}.about__mv{padding:3rem 0}@media (width>=576px){.about__mv{padding:4rem 0}}@media (width>=768px){.about__mv{padding:6rem 0}}.about__mv{background:#f8f9fa}.about__mv-grid{grid-template-columns:repeat(1,1fr);gap:3rem;display:grid}@media (width>=768px){.about__mv-grid{grid-template-columns:repeat(2,1fr);gap:4rem}}.about__mv-img{object-fit:cover;border-radius:8px;width:100%;height:200px;margin-bottom:1.5rem;box-shadow:0 4px 12px #0000001a}@media (width>=768px){.about__mv-img{border-radius:12px;height:250px;margin-bottom:2rem}}.about__mv-item p{color:#6c757d;font-size:.875rem;line-height:1.8}.about__values{padding:3rem 0}@media (width>=576px){.about__values{padding:4rem 0}}@media (width>=768px){.about__values{padding:6rem 0}}.about__values-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem;display:grid}@media (width>=576px){.about__values-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=768px){.about__values-grid{grid-template-columns:repeat(5,1fr);margin-bottom:3rem}}.about__values-layout{align-items:start;gap:2rem;display:grid}@media (width>=992px){.about__values-layout{grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);gap:3rem}}.about__value{text-align:center;padding:.5rem}@media (width>=768px){.about__value{padding:1rem}}.about__value-icon{color:#fe5327;background:#fe53271a;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto .5rem;font-size:1.25rem;display:flex}@media (width>=768px){.about__value-icon{width:60px;height:60px;margin-bottom:1rem;font-size:1.5rem}}.about__value h4{color:#0a1f44;font-size:.75rem}@media (width>=576px){.about__value h4{font-size:.875rem}}.about__values-intro{background:linear-gradient(#0a1f440a 0%,#0a1f4403 100%);border:1px solid #0a1f441a;border-radius:12px;padding:clamp(1.5rem,2.6vw,2rem);box-shadow:0 1px 3px #0000001a}.about__values-intro h3{color:#0a1f44;max-width:18ch;margin:0 0 1rem;font-family:Archivo,sans-serif;font-size:clamp(1.25rem,2vw,1.7rem);line-height:1.2}.about__values-intro p{color:#6c757d;max-width:34ch;margin:0;font-size:.875rem;line-height:1.8}.about__values-label{color:#fe5327;letter-spacing:.05em;margin-bottom:1rem;font-size:.8125rem;font-weight:600;display:inline-block}.about__values-description{background:#fff;border:1px solid #0a1f4414;border-radius:12px;padding:clamp(1.5rem,2.6vw,2.25rem);box-shadow:0 1px 3px #0000001a}@media (width>=768px){.about__values-description{padding:3rem}}.about__values-description p{color:#6c757d;margin:0 0 1.5rem;font-size:.875rem;line-height:1.8}.about__values-description p:last-child{margin-bottom:0}@media (width>=768px){.about__values-description p{font-size:1rem;line-height:1.9}}.about__office-hours{border-top:1px solid #0a1f4414;flex-direction:column;gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}.about__office-hours p{color:#6c757d;justify-content:center;align-items:flex-start;gap:.5rem;margin:0;font-size:.75rem;line-height:1.7;display:flex}@media (width>=576px){.about__office-hours p{font-size:.875rem}}.about__office-hours p svg{color:#fe5327;flex-shrink:0;margin-top:.15rem}.services__container{width:100%;max-width:1200px;margin:0 auto;padding-inline:1rem}@media (width>=576px){.services__container{padding-inline:2rem}}@media (width>=992px){.services__container{padding-inline:2.5rem}}.services__hero{background:radial-gradient(circle at 100% 0,#fe53272e 0%,#fe532700 34%),linear-gradient(#0a1f4414 0%,#fff0 100%);padding:2rem 0 3rem}@media (width>=768px){.services__hero{padding:3rem 0 4rem}}.services__hero-panel{background:linear-gradient(135deg,#061230fa 0%,#0a1f44f0 58%,#1a3a6bf0 100%);border:1px solid #0a1f441f;border-radius:12px;gap:1.5rem;padding:clamp(1.5rem,3vw,2.5rem);display:grid;box-shadow:0 18px 40px #0612301f}@media (width>=992px){.services__hero-panel{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:stretch;gap:3rem}}.services__hero-copy{flex-direction:column;justify-content:center;display:flex}.services__hero-copy h1{color:#fff;letter-spacing:-.04em;margin:0 0 1rem;font-family:Archivo,sans-serif;font-size:clamp(2.25rem,5vw,4rem);line-height:.98}.services__hero-subtitle{color:#ffffffdb;max-width:34rem;margin:0;font-size:1.125rem;line-height:1.75}@media (width>=768px){.services__hero-subtitle{font-size:1.25rem}}.services__hero-actions{flex-wrap:wrap;gap:.5rem;margin-top:2rem;display:flex}.services__hero-side{gap:1rem;display:grid}.services__hero-item{background:#ffffff14;border:1px solid #ffffff1a;border-radius:12px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:1rem;padding:1.5rem;display:grid}.services__hero-item-icon{color:#fe5327;background:#fe532729;border-radius:8px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;display:flex}.services__hero-item-copy h2{color:#fff;margin:0 0 .25rem;font-size:1rem;line-height:1.3}.services__hero-item-copy p{color:#ffffffc2;margin:0;font-size:.875rem;line-height:1.6}.services__resources{padding:3rem 0}@media (width>=576px){.services__resources{padding:4rem 0}}@media (width>=768px){.services__resources{padding:6rem 0}}.services__resources{background:#f8f9fa}.services__resources-grid{grid-template-columns:repeat(1,1fr);gap:1.5rem;display:grid}@media (width>=576px){.services__resources-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=992px){.services__resources-grid{grid-template-columns:repeat(3,1fr)}}.services__resource{text-align:center;flex-direction:column;align-items:center;padding:1rem;display:flex}.services__resource-icon{color:#fe5327;margin-bottom:1rem;font-size:2rem}@media (width>=768px){.services__resource-icon{margin-bottom:1.5rem;font-size:2.5rem}}.services__resource h3{margin-bottom:.25rem;font-size:.875rem}@media (width>=768px){.services__resource h3{margin-bottom:.5rem;font-size:1rem}}.services__resource p{color:#6c757d;margin-bottom:1rem;font-size:.875rem;line-height:1.6}.services__tips{padding:3rem 0}@media (width>=576px){.services__tips{padding:4rem 0}}@media (width>=768px){.services__tips{padding:6rem 0}}.services__tips-grid{grid-template-columns:repeat(1,1fr);gap:1rem;width:100%;max-width:960px;margin-inline:auto;display:grid}@media (width>=768px){.services__tips-grid{gap:1.5rem}}.services__tip{background:#fff;border-left:3px solid #fe5327;border-radius:8px;gap:1rem;padding:1rem 1.5rem;display:flex;box-shadow:0 1px 3px #0000001a}.services__tip p{color:#6c757d;font-size:.875rem;line-height:1.7}.services__tip-number{color:#fff;background:#fe5327;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;font-size:.75rem;font-weight:700;display:flex}.services__safety{padding:0 0 4rem}.services__safety-intro{margin-inline:auto;text-align:center;width:100%;max-width:960px;margin-bottom:2rem}.services__safety-intro p{color:#6c757d;font-size:.875rem;line-height:1.8}@media (width>=768px){.services__safety-intro p{font-size:1.125rem}}.services__safety-links{grid-template-columns:repeat(1,1fr);gap:1.5rem;display:grid}@media (width>=576px){.services__safety-links{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=992px){.services__safety-links{grid-template-columns:repeat(3,minmax(0,1fr))}}.services__safety-card{height:100%}.services__safety-link{flex-direction:column;align-items:flex-start;gap:1rem;height:100%;display:flex}.services__safety-logo-wrap{border-bottom:1px solid #0a1f4414;justify-content:flex-start;align-items:center;width:100%;min-height:54px;padding-bottom:1rem;display:flex}.services__safety-logo{object-fit:contain;width:auto;max-width:160px;height:auto;max-height:36px;display:block}.services__safety-tag{color:#0a1f44;background:#0a1f440f;border-radius:8px;align-items:center;min-height:28px;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:inline-flex}.services__safety-tag--qustodio{color:#1f7f63;background:#53d3a81f}.services__safety-tag--securekids{color:#fe5327;background:#fe53271f}.services__safety-tag--kidoz{color:#0a1f44;background:#0a1f441a}.services__safety-brand{color:#0a1f44;margin:0;font-family:Archivo,sans-serif;font-size:clamp(1.35rem,2vw,1.7rem);line-height:1.2}.services__safety-description{color:#6c757d;margin:0 0 auto;font-size:.875rem;line-height:1.6}.services__videos{padding:3rem 0}@media (width>=576px){.services__videos{padding:4rem 0}}@media (width>=768px){.services__videos{padding:6rem 0}}.services__videos{background:#f8f9fa}.services__video-tabs{flex-wrap:wrap;justify-content:center;gap:.25rem;margin-bottom:2rem;display:flex}@media (width>=576px){.services__video-tabs{gap:.5rem;margin-bottom:3rem}}.services__video-tab{color:#6c757d;cursor:pointer;background:#fff;border:none;border-radius:16px;align-items:center;gap:.25rem;padding:.25rem 1rem;font-family:Open Sans,sans-serif;font-size:.75rem;font-weight:600;transition:all .3s;display:flex}@media (width>=576px){.services__video-tab{padding:.5rem 1.5rem;font-size:.875rem}}.services__video-tab svg{font-size:.75rem}.services__video-tab:hover{color:#0a1f44;background:#0a1f441a}.services__video-tab--active{color:#fff;background:#0a1f44}.services__video-tab--active:hover{color:#fff;background:#1a3a6b}.services__video-grid{grid-template-columns:repeat(1,1fr);gap:1.5rem;display:grid}@media (width>=576px){.services__video-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=992px){.services__video-grid{grid-template-columns:repeat(3,1fr)}}.services__video-item{background:#fff;border-radius:8px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 12px #0000001a}@media (width>=768px){.services__video-item{border-radius:12px}}.services__video-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.services__video-item h4{color:#0a1f44;padding:.5rem 1rem;font-size:.75rem;line-height:1.5}@media (width>=768px){.services__video-item h4{padding:1rem 1.5rem;font-size:.875rem}}.services__video-embed{height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.services__video-embed iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.page-banner{color:#fff;text-align:center;background:linear-gradient(135deg,#0a1f44 0%,#1a3a6b 100%);padding:3rem 0}@media (width>=576px){.page-banner{padding:4rem 0}}.page-banner__container{width:100%;max-width:1200px;margin:0 auto;padding-inline:1rem}@media (width>=576px){.page-banner__container{padding-inline:2rem}}@media (width>=992px){.page-banner__container{padding-inline:2.5rem}}.page-banner h1{color:#fff;margin-bottom:.25rem;font-size:1.5rem}@media (width>=576px){.page-banner h1{margin-bottom:.5rem;font-size:2rem}}@media (width>=768px){.page-banner h1{font-size:2.5rem}}.page-banner p{opacity:.85;max-width:600px;margin:0 auto;font-size:.875rem}@media (width>=768px){.page-banner p{font-size:1.125rem}}.plans__container{width:100%;max-width:1200px;margin:0 auto;padding-inline:1rem}@media (width>=576px){.plans__container{padding-inline:2rem}}@media (width>=992px){.plans__container{padding-inline:2.5rem}}.plans__content{padding:3rem 0}@media (width>=576px){.plans__content{padding:4rem 0}}@media (width>=768px){.plans__content{padding:6rem 0}}.plans__intro-block{text-align:center;max-width:860px;margin:0 auto 2rem}@media (width>=768px){.plans__intro-block{margin-bottom:3rem}}.plans__intro{color:#0a1f44;margin:0;font-size:1.125rem;font-weight:500;line-height:1.7}@media (width>=768px){.plans__intro{font-size:1.5rem;line-height:1.6}}.plans__legend{color:#6c757d;max-width:760px;margin:.5rem auto 0;font-size:.875rem;line-height:1.7}@media (width>=768px){.plans__legend{font-size:1rem}}.plans__tabs{flex-wrap:wrap;justify-content:center;gap:.25rem;margin-bottom:1.5rem;display:flex}@media (width>=576px){.plans__tabs{gap:.5rem;margin-bottom:2rem}}.plans__tab{color:#6c757d;background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:.25rem 1rem;font-size:.75rem;font-weight:600;transition:background-color .3s,color .3s,border-color .3s}@media (width>=576px){.plans__tab{padding:.5rem 2rem;font-size:.875rem}}.plans__tab:hover{color:#0a1f44;background:#0a1f440f;border-color:#0a1f4438}.plans__tab--active{color:#fff;background:#0a1f44;border-color:#0a1f44}.plans__tab--active:hover{color:#fff;background:#1a3a6b}.plans__location-summary{color:#6c757d;margin-bottom:1.5rem;font-size:.875rem}.plans__grid{grid-template-columns:repeat(1,1fr);gap:1.5rem;display:grid}@media (width>=576px){.plans__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=992px){.plans__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.plans__grid-card{height:100%}.plans__card{flex-direction:column;height:100%;display:flex}.plans__card-header{border-bottom:1px solid #e9ecef;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.plans__card-header h3{font-size:.875rem;line-height:1.5}@media (width>=576px){.plans__card-header h3{font-size:1.125rem}}.plans__card-icon{color:#fe5327;background:#fe53271a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.25rem;display:flex}.plans__list{flex:1;margin-bottom:1.5rem}.plans__item{border-bottom:1px solid #e9ecef;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:1rem;padding:.5rem 0;display:grid}.plans__item:last-child{border-bottom:none}.plans__label{color:#061230;flex-direction:column;gap:.25rem;font-size:.875rem;font-weight:600;display:flex}.plans__label small{color:#6c757d;font-size:.75rem;font-weight:400}.plans__price{color:#fe5327;white-space:nowrap;text-align:right;font-size:1rem;font-weight:700}@media (width>=768px){.plans__price{font-size:1.125rem}}.plans__note{color:#343a40;background:#fe532714;border-radius:8px;margin:0 0 1.5rem;padding:.5rem 1rem;font-size:.75rem;line-height:1.6}.plans .btn{justify-content:center;width:100%}.quality-service__container{width:100%;max-width:1200px;margin:0 auto;padding-inline:1rem}@media (width>=576px){.quality-service__container{padding-inline:2rem}}@media (width>=992px){.quality-service__container{padding-inline:2.5rem}}.quality-service__content{padding:3rem 0}@media (width>=576px){.quality-service__content{padding:4rem 0}}@media (width>=768px){.quality-service__content{padding:6rem 0}}.quality-service__year{margin-bottom:3rem}@media (width>=768px){.quality-service__year{margin-bottom:4rem}}.quality-service__year:last-child{margin-bottom:0}.quality-service__grid{grid-template-columns:repeat(1,1fr);gap:.5rem;display:grid}@media (width>=576px){.quality-service__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (width>=992px){.quality-service__grid{grid-template-columns:repeat(3,1fr)}}.quality-service__doc{color:#0a1f44;align-items:center;gap:.5rem;padding:.25rem 0;font-size:.75rem;font-weight:500;transition:color .15s;display:flex}@media (width>=576px){.quality-service__doc{gap:1rem;font-size:.875rem}}.quality-service__doc:hover{color:#fe5327}.quality-service__doc-icon{color:#fe5327;flex-shrink:0;font-size:1rem}@media (width>=768px){.quality-service__doc-icon{font-size:1.25rem}}.quality-indicators__container{width:100%;max-width:1200px;margin:0 auto;padding-inline:1rem}@media (width>=576px){.quality-indicators__container{padding-inline:2rem}}@media (width>=992px){.quality-indicators__container{padding-inline:2.5rem}}.quality-indicators__content{padding:3rem 0}@media (width>=576px){.quality-indicators__content{padding:4rem 0}}@media (width>=768px){.quality-indicators__content{padding:6rem 0}}.quality-indicators__year{margin-bottom:3rem}@media (width>=768px){.quality-indicators__year{margin-bottom:4rem}}.quality-indicators__year:last-child{margin-bottom:0}.quality-indicators__grid{grid-template-columns:repeat(1,1fr);gap:.5rem;display:grid}@media (width>=576px){.quality-indicators__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.quality-indicators__doc{color:#0a1f44;align-items:center;gap:.5rem;padding:.25rem 0;font-size:.75rem;font-weight:500;transition:color .15s;display:flex}@media (width>=576px){.quality-indicators__doc{gap:1rem;font-size:.875rem}}.quality-indicators__doc:hover{color:#fe5327}.quality-indicators__doc-icon{color:#fe5327;flex-shrink:0;font-size:1rem}@media (width>=768px){.quality-indicators__doc-icon{font-size:1.25rem}}.quality-indicators__doc-icon--cert{color:#27ae60}.regulations__container{width:100%;max-width:1200px;margin:0 auto;padding-inline:1rem}@media (width>=576px){.regulations__container{padding-inline:2rem}}@media (width>=992px){.regulations__container{padding-inline:2.5rem}}.regulations__intro{padding:3rem 0}@media (width>=576px){.regulations__intro{padding:4rem 0}}@media (width>=768px){.regulations__intro{padding:6rem 0}}.regulations__intro{background:#f8f9fa}.regulations__intro-content{text-align:center;flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%;max-width:960px;margin-inline:auto;display:flex}@media (width>=768px){.regulations__intro-content{text-align:left;flex-direction:row;gap:3rem}}.regulations__intro-content p{color:#6c757d;font-size:.875rem;line-height:1.9}@media (width>=768px){.regulations__intro-content p{font-size:1rem}}.regulations__intro-icon{color:#0a1f44;background:#0a1f441a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto;font-size:2rem;display:flex}@media (width>=768px){.regulations__intro-icon{width:80px;height:80px;margin:0;font-size:2.5rem}}.regulations__content{padding:3rem 0}@media (width>=576px){.regulations__content{padding:4rem 0}}@media (width>=768px){.regulations__content{padding:6rem 0}}.regulations__category{margin-bottom:3rem}@media (width>=768px){.regulations__category{margin-bottom:4rem}}.regulations__category:last-child{margin-bottom:0}.regulations__grid{grid-template-columns:repeat(1,1fr);gap:.5rem;display:grid}@media (width>=576px){.regulations__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (width>=992px){.regulations__grid{grid-template-columns:repeat(3,1fr)}}.regulations__doc{color:#0a1f44;align-items:center;gap:.5rem;padding:.25rem 0;font-size:.75rem;font-weight:500;transition:color .15s;display:flex}@media (width>=576px){.regulations__doc{gap:1rem;font-size:.875rem}}.regulations__doc:hover{color:#fe5327}.regulations__doc-icon{color:#fe5327;flex-shrink:0;font-size:1rem}@media (width>=768px){.regulations__doc-icon{font-size:1.25rem}}.survey__container{width:100%;max-width:1200px;margin:0 auto;padding-inline:1rem}@media (width>=576px){.survey__container{padding-inline:2rem}}@media (width>=992px){.survey__container{padding-inline:2.5rem}}.survey__content{padding:3rem 0}@media (width>=576px){.survey__content{padding:4rem 0}}@media (width>=768px){.survey__content{padding:6rem 0}}.survey__intro{text-align:center;margin-inline:auto;width:100%;max-width:720px;margin-bottom:3rem}@media (width>=768px){.survey__intro{margin-bottom:4rem}}.survey__intro p{color:#6c757d;margin-bottom:1rem;font-size:.875rem;line-height:1.8}@media (width>=768px){.survey__intro p{font-size:1.125rem}}.survey__notice{background:#17a2b81a;border-left:3px solid #17a2b8;border-radius:8px;padding:.5rem 1rem;font-size:.75rem!important}@media (width>=576px){.survey__notice{padding:1rem 1.5rem;font-size:.875rem!important}}.survey__form{width:100%;max-width:720px;margin-inline:auto}.survey__question{border-bottom:1px solid #e9ecef;margin-bottom:2rem;padding-bottom:2rem}@media (width>=768px){.survey__question{margin-bottom:3rem;padding-bottom:3rem}}.survey__question:last-of-type{border-bottom:none}.survey__question h3{margin-bottom:1rem;font-size:.875rem}@media (width>=768px){.survey__question h3{margin-bottom:1.5rem;font-size:1rem}}.survey__options{flex-wrap:wrap;gap:.25rem;display:flex}@media (width>=576px){.survey__options{gap:.5rem}}.survey__option{cursor:pointer;border:2px solid #e9ecef;border-radius:16px;align-items:center;gap:.25rem;padding:.25rem 1rem;font-size:.75rem;transition:all .3s;display:flex}@media (width>=576px){.survey__option{gap:.5rem;padding:.5rem 1.5rem;font-size:.875rem}}.survey__option input{display:none}.survey__option:hover{background:#fe53270d;border-color:#fe5327}.survey__option--selected{color:#0a1f44;background:#fe53271a;border-color:#fe5327;font-weight:600}.survey__submit{text-align:center;margin-top:2rem}.survey__thanks{text-align:center;padding:4rem 0}@media (width>=768px){.survey__thanks{padding:6rem 0}}.survey__thanks h2{margin-bottom:1rem;font-size:1.5rem}@media (width>=768px){.survey__thanks h2{font-size:2rem}}.survey__thanks p{color:#6c757d;margin-bottom:2rem;font-size:.875rem}@media (width>=768px){.survey__thanks p{font-size:1.125rem}}.pqrsf__container{width:100%;max-width:1200px;margin:0 auto;padding-inline:1rem}@media (width>=576px){.pqrsf__container{padding-inline:2rem}}@media (width>=992px){.pqrsf__container{padding-inline:2.5rem}}.pqrsf__content{padding:3rem 0}@media (width>=576px){.pqrsf__content{padding:4rem 0}}@media (width>=768px){.pqrsf__content{padding:6rem 0}}.pqrsf__intro{text-align:center;margin-inline:auto;width:100%;max-width:720px;margin-bottom:3rem}@media (width>=768px){.pqrsf__intro{margin-bottom:4rem}}.pqrsf__intro p{color:#6c757d;font-size:.875rem;line-height:1.9}@media (width>=768px){.pqrsf__intro p{font-size:1.125rem}}.pqrsf__search-section{margin-inline:auto;width:100%;max-width:720px;margin-bottom:3rem}@media (width>=768px){.pqrsf__search-section{margin-bottom:4rem}}.pqrsf__instructions{text-align:center;color:#6c757d;margin-bottom:1.5rem;font-size:.875rem}@media (width>=768px){.pqrsf__instructions{margin-bottom:2rem}}.pqrsf__year-tabs{flex-wrap:wrap;justify-content:center;gap:.25rem;margin-bottom:1.5rem;display:flex}@media (width>=576px){.pqrsf__year-tabs{gap:.5rem;margin-bottom:2rem}}.pqrsf__year-tab{color:#6c757d;cursor:pointer;background:#e9ecef;border:none;border-radius:16px;padding:.25rem 1rem;font-family:Open Sans,sans-serif;font-size:.75rem;font-weight:600;transition:all .3s}@media (width>=576px){.pqrsf__year-tab{padding:.25rem 1.5rem;font-size:.875rem}}.pqrsf__year-tab:hover{color:#0a1f44;background:#0a1f441a}.pqrsf__year-tab--active{color:#fff;background:#0a1f44}.pqrsf__year-tab--active:hover{color:#fff;background:#1a3a6b}.pqrsf__form{justify-content:center;display:flex}.pqrsf__input-group{flex-direction:column;gap:.25rem;width:100%;max-width:500px;display:flex}@media (width>=576px){.pqrsf__input-group{flex-direction:row;gap:.5rem}}.pqrsf__input{border:2px solid #e9ecef;border-radius:8px;flex:1;padding:.5rem 1rem;font-family:Open Sans,sans-serif;font-size:.875rem;transition:border-color .15s}@media (width>=768px){.pqrsf__input{padding:.5rem 1.5rem;font-size:1rem}}.pqrsf__input:focus{border-color:#0a1f44;outline:none}.pqrsf__new{text-align:center;background:#f8f9fa;border-radius:8px;width:100%;max-width:720px;margin-inline:auto;padding:1.5rem}@media (width>=768px){.pqrsf__new{border-radius:12px;padding:3rem}}.pqrsf__new h3{margin-bottom:.25rem;font-size:1rem}@media (width>=768px){.pqrsf__new h3{margin-bottom:.5rem;font-size:1.25rem}}.pqrsf__new>p{color:#6c757d;margin-bottom:1.5rem;font-size:.875rem}@media (width>=768px){.pqrsf__new>p{margin-bottom:2rem}}.pqrsf__new-actions{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.5rem;display:flex}@media (width>=576px){.pqrsf__new-actions{gap:1rem;margin-bottom:2rem}}.pqrsf__form-wrapper{text-align:left;border-top:1px solid #e9ecef;margin-top:1.5rem;padding-top:1.5rem}@media (width>=768px){.pqrsf__form-wrapper{margin-top:2rem;padding-top:2rem}}.pqrsf__contact-form{flex-direction:column;gap:1rem;display:flex}@media (width>=768px){.pqrsf__contact-form{gap:1.5rem}}.pqrsf__field-row{flex-direction:column;gap:1rem;display:flex}@media (width>=768px){.pqrsf__field-row{flex-direction:row;gap:1.5rem}.pqrsf__field-row .pqrsf__field{flex:1}}.pqrsf__field{flex-direction:column;gap:.25rem;display:flex}.pqrsf__field label{color:#0a1f44;font-size:.75rem;font-weight:600}@media (width>=576px){.pqrsf__field label{font-size:.875rem}}.pqrsf__field input,.pqrsf__field select,.pqrsf__field textarea{background:#fff;border:2px solid #e9ecef;border-radius:8px;padding:.5rem 1rem;font-family:Open Sans,sans-serif;font-size:.875rem;transition:border-color .15s}@media (width>=768px){.pqrsf__field input,.pqrsf__field select,.pqrsf__field textarea{font-size:1rem}}.pqrsf__field input:focus,.pqrsf__field select:focus,.pqrsf__field textarea:focus{border-color:#0a1f44;outline:none}.pqrsf__field textarea{resize:vertical}.pqrsf__thanks{text-align:center;padding:2rem}.pqrsf__thanks h4{margin-bottom:1rem}.pqrsf__thanks p{color:#6c757d;margin-bottom:2rem}.contact__container{width:100%;max-width:1200px;margin:0 auto;padding-inline:1rem}@media (width>=576px){.contact__container{padding-inline:2rem}}@media (width>=992px){.contact__container{padding-inline:2.5rem}}.contact__content{padding:3rem 0}@media (width>=576px){.contact__content{padding:4rem 0}}@media (width>=768px){.contact__content{padding:6rem 0}}.contact__hero{gap:2rem;margin-bottom:4rem;display:grid}@media (width>=992px){.contact__hero{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:start}}.contact__hero-text{color:#6c757d;max-width:58ch;margin-bottom:2rem;line-height:1.8}.contact__hero-actions{flex-direction:column;gap:1rem;display:flex}.contact__hero-actions .btn{justify-content:center}@media (width>=768px){.contact__hero-actions{flex-flow:wrap}.contact__hero-actions .btn{justify-content:flex-start}}.contact__hero-panel,.contact__support-panel{background:#f8f9fa;border:1px solid #0a1f4414;border-radius:12px;padding:2rem}@media (width>=768px){.contact__hero-panel,.contact__support-panel{padding:3rem}}.contact__hero-panel h3,.contact__support-panel h3{color:#0a1f44;margin-bottom:1rem;font-family:Archivo,sans-serif;font-size:1.5rem}.contact__meta-list{gap:1rem;display:grid}.contact__meta-item{color:#6c757d;align-items:flex-start;gap:.5rem;line-height:1.65;display:flex}.contact__meta-item svg{color:#fe5327;flex-shrink:0;margin-top:2px}.contact__points{margin-bottom:4rem}.contact__points-grid{gap:1.5rem;display:grid}@media (width>=768px){.contact__points-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1200px){.contact__points-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.contact__point-card{background:#fff;border:1px solid #0a1f4414;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.contact__point-head{margin-bottom:1.5rem}.contact__point-head h3{color:#0a1f44;margin-bottom:.25rem;font-family:Archivo,sans-serif;font-size:1.5rem}.contact__point-head p{color:#6c757d;line-height:1.6}.contact__point-detail{color:#6c757d;align-items:flex-start;gap:.5rem;margin-bottom:1rem;line-height:1.65;display:flex}.contact__point-detail svg{color:#fe5327;flex-shrink:0;margin-top:2px}.contact__point-hours{border-top:1px solid #0a1f4414;gap:.25rem;padding-top:1rem;display:grid}.contact__point-hours strong{color:#0a1f44}.contact__point-hours span{color:#6c757d;font-size:.875rem;line-height:1.6}.contact__grid{grid-template-columns:repeat(1,1fr);gap:3rem;display:grid}@media (width>=992px){.contact__grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:start;gap:4rem}}.contact__info-items{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}@media (width>=768px){.contact__info-items{gap:2rem;margin-bottom:3rem}}.contact__info-item{gap:1rem;display:flex}.contact__info-item svg{color:#fe5327;flex-shrink:0;margin-top:2px;font-size:1.25rem}@media (width>=768px){.contact__info-item svg{font-size:1.5rem}}.contact__info-item h4{color:#0a1f44;margin-bottom:.25rem;font-size:.875rem}@media (width>=768px){.contact__info-item h4{font-size:1rem}}.contact__info-item p{color:#6c757d;font-size:.75rem;line-height:1.65}@media (width>=576px){.contact__info-item p{font-size:.875rem}}.contact__map{border-radius:12px;margin-top:2rem;overflow:hidden;box-shadow:0 4px 12px #0000001a}@media (width>=768px){.contact__map{margin-top:3rem}}.contact__map iframe{border:none;width:100%;height:220px}@media (width>=576px){.contact__map iframe{height:260px}}@media (width>=768px){.contact__map iframe{height:320px}}.contact__support-copy{color:#6c757d;max-width:58ch;margin-bottom:2rem;line-height:1.75}.contact__payment-link{background:linear-gradient(#fe53271f,#fe532733);border:1px solid #fe532759;border-radius:12px;gap:.5rem;padding:2rem;display:grid;box-shadow:0 4px 12px #0000001a}.contact__payment-link strong{color:#0a1f44;font-size:clamp(1.15rem,2vw,1.45rem);line-height:1.25}.contact__payment-link span:last-child{color:#6c757d;word-break:break-all;font-size:.875rem;line-height:1.6}.contact__payment-kicker{color:#fe5327;font-size:.875rem;font-weight:600}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{color:#212529;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:Open Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.6}h1,h2,h3,h4,h5,h6{color:#0a1f44;font-family:Archivo,sans-serif;font-weight:700;line-height:1.3}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}
