@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.6;color:#1f2937;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#37b1f5;text-decoration:none;transition:color .15s ease}a:hover{color:#084389}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}table{border-collapse:collapse;width:100%}button,input,select,textarea{font-family:inherit;font-size:inherit}.container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.container{padding-left:1.5rem;padding-right:1.5rem}}.section{padding-top:4rem;padding-bottom:4rem}@media (min-width: 768px){.section{padding-top:6rem;padding-bottom:6rem}}.section-gray{background-color:#f5f7fa}.section-dark{background-color:#111827;color:#fff}.section-dark h1,.section-dark h2,.section-dark h3,.section-dark h4,.section-dark h5,.section-dark h6{color:#fff}.section-primary{background-color:#37b1f5;color:#fff}.section-primary h1,.section-primary h2,.section-primary h3,.section-primary h4,.section-primary h5,.section-primary h6{color:#fff}.section-title{text-align:center;margin-bottom:4rem}.section-title h2{margin-bottom:1rem}.section-title p{color:#6b7280;font-size:1.125rem;max-width:600px;margin-left:auto;margin-right:auto}.section-dark .section-title p,.section-primary .section-title p{color:#fffc}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;line-height:1.5;text-decoration:none;border:2px solid transparent;border-radius:.5rem;cursor:pointer;transition:all .15s ease}.btn:focus{outline:2px solid #37B1F5;outline-offset:2px}.btn:focus:not(:focus-visible){outline:none}.btn:focus-visible{outline:2px solid #37B1F5;outline-offset:2px}.btn svg{width:20px;height:20px}.btn-primary{background-color:#37b1f5;color:#fff;border-color:#37b1f5}.btn-primary:hover{background-color:#084389;border-color:#084389;color:#fff}.btn-secondary{background-color:#084389;color:#fff;border-color:#084389}.btn-secondary:hover{background-color:#111827;border-color:#111827;color:#fff}.btn-outline{background-color:transparent;color:#37b1f5;border-color:#37b1f5}.btn-outline:hover{background-color:#37b1f5;color:#fff}.btn-outline-white{background-color:transparent;color:#fff;border-color:#fff}.btn-outline-white:hover{background-color:#fff;color:#084389}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.btn-sm{padding:.25rem 1rem;font-size:.875rem}.btn-block{display:flex;width:100%}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#1f2937}.form-input,.form-select,.form-textarea{width:100%;padding:.5rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;color:#1f2937;background-color:#fff;border:1px solid #E5E8EB;border-radius:.5rem;transition:border-color .15s ease,box-shadow .15s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#37b1f5;box-shadow:0 0 0 3px #37b1f51a}.form-input::placeholder,.form-select::placeholder,.form-textarea::placeholder{color:#6b7280}.form-input:disabled,.form-select:disabled,.form-textarea:disabled{background-color:#f5f7fa;cursor:not-allowed}.form-textarea{min-height:120px;resize:vertical}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:20px;padding-right:3rem}.form-checkbox,.form-radio{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer}.form-checkbox input,.form-radio input{margin-top:.25rem;cursor:pointer;accent-color:#37B1F5}.form-error{color:#ef4444;font-size:.875rem;margin-top:.25rem}.form-success{color:#10b981;font-size:.875rem;margin-top:.25rem}.form-row{display:grid;gap:1.5rem}@media (min-width: 768px){.form-row{grid-template-columns:repeat(2,1fr)}}.card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;transition:box-shadow .3s ease,transform .3s ease}.card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.card-body{padding:1.5rem}.card-header{padding:1.5rem;border-bottom:1px solid #E5E8EB}.card-footer{padding:1.5rem;border-top:1px solid #E5E8EB;background-color:#f5f7fa}.grid{display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(2,1fr)}@media (max-width: 767px){.grid-2{grid-template-columns:1fr}}.grid-3{grid-template-columns:repeat(3,1fr)}@media (max-width: 1023px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.grid-3{grid-template-columns:1fr}}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 1023px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.grid-4{grid-template-columns:1fr}}.alert{padding:1rem 1.5rem;border-radius:.5rem;margin-bottom:1.5rem}.alert-success{background-color:#d1fae5;color:#065f46;border:1px solid #A7F3D0}.alert-error{background-color:#fee2e2;color:#991b1b;border:1px solid #FECACA}.alert-warning{background-color:#fef3c7;color:#92400e;border:1px solid #FDE68A}.alert-info{background-color:#dbeafe;color:#1e40af;border:1px solid #BFDBFE}.badge{display:inline-flex;align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:9999px}.badge-primary{background-color:#37b1f5;color:#fff}.badge-success{background-color:#10b981;color:#fff}.badge-popular{background-color:#f59e0b;color:#fff}.spinner{display:inline-block;width:20px;height:20px;border:2px solid #E5E8EB;border-radius:50%;border-top-color:#37b1f5;animation:spin 1s ease-in-out infinite}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.d-none{display:none}.d-block{display:block}.d-flex{display:flex}@media (min-width: 768px){.d-md-none{display:none}.d-md-block{display:block}.d-md-flex{display:flex}}@media (min-width: 1024px){.d-lg-none{display:none}.d-lg-block{display:block}.d-lg-flex{display:flex}}h1,h2,h3,h4,h5,h6{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;line-height:1.2;color:#111827;margin-bottom:1rem}h1{font-size:1.875rem}@media (min-width: 768px){h1{font-size:2.25rem}}@media (min-width: 1024px){h1{font-size:3rem}}h2{font-size:1.5rem}@media (min-width: 768px){h2{font-size:1.875rem}}@media (min-width: 1024px){h2{font-size:2.25rem}}h3{font-size:1.25rem}@media (min-width: 768px){h3{font-size:1.5rem}}@media (min-width: 1024px){h3{font-size:1.875rem}}h4{font-size:1.125rem}@media (min-width: 768px){h4{font-size:1.25rem}}@media (min-width: 1024px){h4{font-size:1.5rem}}h5{font-size:1rem}@media (min-width: 768px){h5{font-size:1.125rem}}@media (min-width: 1024px){h5{font-size:1.25rem}}h6{font-size:1rem}@media (min-width: 768px){h6{font-size:1.125rem}}p{margin-bottom:1rem}p:last-child{margin-bottom:0}.lead{font-size:1.125rem;line-height:1.7;color:#6b7280}@media (min-width: 768px){.lead{font-size:1.25rem}}.small{font-size:.875rem}.text-primary{color:#37b1f5}.text-secondary{color:#084389}.text-muted{color:#6b7280}.text-white{color:#fff}.text-success{color:#10b981}.text-error{color:#ef4444}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.content-list{list-style:none;padding:0;margin:0 0 1rem}.content-list li{position:relative;padding-left:1.5rem;margin-bottom:.5rem}.content-list li:before{content:"";position:absolute;left:0;top:.6em;width:8px;height:8px;background-color:#37b1f5;border-radius:50%}.check-list{list-style:none;padding:0;margin:0}.check-list li{position:relative;padding-left:2rem;margin-bottom:.5rem}.check-list li:before{content:"";position:absolute;left:0;top:.35em;width:18px;height:18px;background-color:#10b981;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:10px}blockquote{position:relative;padding:1.5rem 2rem;margin:2rem 0;background-color:#f5f7fa;border-left:4px solid #37B1F5;border-radius:0 .5rem .5rem 0;font-size:1.125rem;font-style:italic}blockquote p:last-child{margin-bottom:0}blockquote cite{display:block;margin-top:1rem;font-size:1rem;font-style:normal;font-weight:600;color:#084389}blockquote cite:before{content:"— "}code{padding:.25rem .5rem;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:.875em;background-color:#f5f7fa;border-radius:.25rem;color:#084389}pre{padding:1.5rem;margin:1.5rem 0;background-color:#111827;border-radius:.5rem;overflow-x:auto}pre code{padding:0;background-color:transparent;color:#f5f7fa}hr{border:none;border-top:1px solid #E5E8EB;margin:2rem 0}.content a,.single-post__content a{text-decoration:underline;text-underline-offset:2px}.content a:hover,.single-post__content a:hover{text-decoration:none}.content ul,.single-post__content ul,.content ol,.single-post__content ol{padding-left:2rem;margin-bottom:1rem}.content ul,.single-post__content ul{list-style-type:disc}.content ol,.single-post__content ol{list-style-type:decimal}.content li,.single-post__content li{margin-bottom:.5rem}.content img,.single-post__content img{margin:1.5rem 0;border-radius:.5rem}.content table,.single-post__content table{margin:1.5rem 0}.content table th,.single-post__content table th,.content table td,.single-post__content table td{padding:.5rem 1rem;border:1px solid #E5E8EB;text-align:left}.content table th,.single-post__content table th{background-color:#f5f7fa;font-weight:600}.content table tr:hover td,.single-post__content table tr:hover td{background-color:#f5f7fa}.price{font-size:1.875rem;font-weight:700;color:#084389;line-height:1}.price-currency{font-size:1.125rem;font-weight:600}.price-period{font-size:.875rem;font-weight:400;color:#6b7280}.speed{display:flex;align-items:baseline;gap:.25rem}.speed-value{font-size:2.25rem;font-weight:700;color:#084389;line-height:1}.speed-unit{font-size:1.125rem;font-weight:600;color:#6b7280}.site-header{position:sticky;top:0;z-index:310;background-color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.topbar{background-color:#37b1f5;color:#fff;font-size:.875rem;padding:.5rem 0}@media (max-width: 1023px){.topbar{display:none}}.topbar__container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.topbar__container{padding-left:1.5rem;padding-right:1.5rem}}.topbar__container{display:flex;justify-content:space-between;align-items:center}.topbar__left,.topbar__right{display:flex;align-items:center;gap:1.5rem}.topbar__nav{display:flex;gap:1.5rem}.topbar__nav .topbar__menu{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.topbar__nav .topbar__menu li{margin:0}.topbar__nav .topbar__menu a{color:#fff;font-weight:500;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;transition:opacity .15s ease}.topbar__nav .topbar__menu a:hover{color:#fff;opacity:.8}.topbar__nav .topbar__menu .current-menu-item a{text-decoration:underline;text-underline-offset:4px}.topbar__nav .topbar__menu .menu-item-login a{display:flex;align-items:center;gap:.25rem}.topbar__nav .topbar__menu .menu-item-login a:before{content:"";display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}.topbar__nav .topbar__menu .menu-item-contact a{display:flex;align-items:center;gap:.25rem}.topbar__nav .topbar__menu .menu-item-contact a:before{content:"";display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}.topbar__link{color:#fff;font-weight:500;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;transition:opacity .15s ease}.topbar__link:hover{color:#fff;opacity:.8}.topbar__link--active{text-decoration:underline;text-underline-offset:4px}.topbar__social{display:flex;gap:.5rem}.topbar__social-link{display:flex;align-items:center;justify-content:center;width:28px;height:28px;color:#fff;transition:opacity .15s ease}.topbar__social-link:hover{color:#fff;opacity:.8}.topbar__social-link svg{width:18px;height:18px}.topbar__login{display:flex;align-items:center;gap:.25rem;color:#fff;font-weight:500;transition:opacity .15s ease}.topbar__login:hover{color:#fff;opacity:.8}.topbar__login svg{width:16px;height:16px}.main-header{padding:1rem 0;background-color:#fff}.main-header__container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.main-header__container{padding-left:1.5rem;padding-right:1.5rem}}.main-header__container{display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.main-header__logo{flex-shrink:0}.main-header__logo img{height:50px;width:auto}@media (min-width: 1024px){.main-header__logo img{height:60px}}.main-header__nav{display:none}@media (min-width: 1024px){.main-header__nav{display:flex;align-items:center;gap:2rem}}.main-header__menu{display:flex;align-items:center;gap:1.5rem;list-style:none;margin:0;padding:0}.main-header__menu>li{position:relative}.main-header__menu>li>a{display:flex;align-items:center;gap:.25rem;color:#1f2937;font-weight:500;padding:.5rem 0;transition:color .15s ease}.main-header__menu>li>a:hover{color:#37b1f5}.main-header__menu>li.current-menu-item>a,.main-header__menu>li.current-menu-parent>a{color:#37b1f5}.main-header__menu>li.menu-item-has-children>a:after{content:"";display:inline-block;width:0;height:0;margin-left:.25rem;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;transition:transform .15s ease}.main-header__menu>li.menu-item-has-children:hover>a:after{transform:rotate(180deg)}.main-header__menu .sub-menu{position:absolute;top:100%;left:0;min-width:200px;background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .15s ease;z-index:100;list-style:none;margin:0}.main-header__menu .sub-menu li a{display:block;padding:.5rem 1.5rem;color:#1f2937;font-size:.875rem;font-weight:400;transition:all .15s ease}.main-header__menu .sub-menu li a:hover{background-color:#f5f7fa;color:#37b1f5}.main-header__menu .sub-menu li.current-menu-item a{color:#37b1f5;background-color:#37b1f50d}.main-header__menu>li:hover>.sub-menu,.main-header__menu>li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.main-header__cta{flex-shrink:0}@media (max-width: 400px){.main-header__cta{display:none}}@media (max-width: 1023px){.main-header__cta .btn{padding:.5rem 1rem;font-size:.875rem}}.mobile-menu-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}.mobile-menu-toggle:focus{outline:none}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:#1f2937}@media (min-width: 1024px){.mobile-menu-toggle{display:none}}.mobile-menu-toggle svg{width:28px;height:28px}.mobile-menu-toggle[aria-expanded=true] .icon-menu{display:none}.mobile-menu-toggle[aria-expanded=true] .icon-close{display:block}.mobile-menu-toggle[aria-expanded=false] .icon-menu,.mobile-menu-toggle:not([aria-expanded]) .icon-menu{display:block}.mobile-menu-toggle[aria-expanded=false] .icon-close,.mobile-menu-toggle:not([aria-expanded]) .icon-close{display:none}.mobile-menu{position:fixed;top:80px;left:0;right:0;bottom:0;background-color:#fff;z-index:300;overflow-y:auto;transform:translate(100%);transition:transform .3s ease}@media (min-width: 1024px){.mobile-menu{display:none!important}}.mobile-menu.is-open{transform:translate(0)}.mobile-menu__container{padding:1.5rem}.mobile-menu__nav{margin-bottom:2rem}.mobile-menu__menu{list-style:none;padding:0;margin:0}.mobile-menu__menu li{border-bottom:1px solid #E5E8EB}.mobile-menu__menu a{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;color:#1f2937;font-weight:500;font-size:1.125rem}.mobile-menu__menu a:hover,.mobile-menu__menu .current-menu-item a{color:#37b1f5}.mobile-menu__secondary{background-color:#f5f7fa;padding:1.5rem;margin:2rem -1.5rem 0}.mobile-menu__secondary-nav{display:flex;flex-direction:column;gap:0}.mobile-menu__secondary-list{list-style:none;padding:0;margin:0}.mobile-menu__secondary-list li{border-bottom:1px solid rgba(31,41,55,.1)}.mobile-menu__secondary-list li:last-child{border-bottom:none}.mobile-menu__secondary-list a{display:block;color:#1f2937;padding:.5rem 0;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.mobile-menu__secondary-list a:hover,.mobile-menu__secondary-list .current-menu-item a{color:#37b1f5}.mobile-menu__secondary-list .menu-item-login a:before{display:none}.mobile-menu__cta{margin-bottom:2rem}.mobile-menu__cta .btn{width:100%}.mobile-menu__social{display:flex;justify-content:center;gap:1.5rem}.mobile-menu__social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background-color:#37b1f5;color:#fff;border-radius:50%}.mobile-menu__social-link:hover{background-color:#084389;color:#fff}.mobile-menu__social-link svg{width:22px;height:22px}.dropdown{position:relative}.dropdown__toggle{cursor:pointer}.dropdown__menu{position:absolute;top:100%;left:0;min-width:220px;background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .15s ease;z-index:100}.dropdown:hover .dropdown__menu,.dropdown__toggle:focus+.dropdown__menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown__item{display:block;padding:.5rem 1rem;color:#1f2937;font-size:.875rem;transition:background-color .15s ease}.dropdown__item:hover{background-color:#f5f7fa;color:#37b1f5}body.mobile-menu-open{overflow:hidden}@media (min-width: 1024px){body.mobile-menu-open{overflow:auto}}.site-footer{background-color:#111827;color:#fff;padding-top:6rem}.footer-main{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.footer-main{padding-left:1.5rem;padding-right:1.5rem}}.footer-main{display:grid;gap:3rem;padding-bottom:4rem}@media (min-width: 768px){.footer-main{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.footer-main{grid-template-columns:1.5fr repeat(4,1fr)}}@media (min-width: 768px){.footer-brand{grid-column:span 2}}@media (min-width: 1024px){.footer-brand{grid-column:span 1}}.footer-brand__logo{margin-bottom:1.5rem}.footer-brand__logo img{height:50px;width:auto;background-color:#fff;padding:.5rem;border-radius:.5rem}.footer-brand__tagline{color:#ffffffb3;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.footer-brand__contact{display:flex;flex-direction:column;gap:.5rem}.footer-brand__contact-item{display:flex;align-items:center;gap:.5rem;color:#ffffffb3;font-size:.875rem}.footer-brand__contact-item svg{width:18px;height:18px;color:#37b1f5;flex-shrink:0}.footer-brand__contact-item a{color:inherit}.footer-brand__contact-item a:hover{color:#37b1f5}.footer-nav__title{color:#fff;font-size:1rem;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.footer-nav__list{list-style:none;padding:0;margin:0}.footer-nav__list li{margin-bottom:.5rem}.footer-nav__list a{color:#ffffffb3;font-size:.875rem;transition:color .15s ease}.footer-nav__list a:hover{color:#37b1f5}.footer-nav__item{margin-bottom:.5rem}.footer-nav__link{color:#ffffffb3;font-size:.875rem;transition:color .15s ease}.footer-nav__link:hover{color:#37b1f5}.footer-support__title{color:#fff;font-size:1rem;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.footer-support__text{color:#ffffffb3;font-size:.875rem;margin-bottom:1rem}.footer-support__phone{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.footer-support__phone svg{width:24px;height:24px;color:#37b1f5}.footer-support__phone a{color:inherit}.footer-support__phone a:hover{color:#37b1f5}.footer-support__hours{display:flex;align-items:center;gap:.25rem;color:#ffffffb3;font-size:.875rem}.footer-support__hours svg{width:18px;height:18px;flex-shrink:0;color:#37b1f5}.footer-support__social{margin-top:1.5rem}.footer-support__social-title{color:#ffffffb3;font-size:.875rem;margin-bottom:.5rem}.footer-support__social-links{display:flex;gap:.5rem}.footer-support__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#ffffff1a;border-radius:.5rem;color:#fff;transition:all .15s ease}.footer-support__social-link:hover{background-color:#37b1f5;color:#fff}.footer-support__social-link svg{width:20px;height:20px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1)}.footer-bottom__container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.footer-bottom__container{padding-left:1.5rem;padding-right:1.5rem}}.footer-bottom__container{display:flex;flex-direction:column;gap:1rem;padding-top:1.5rem;padding-bottom:1.5rem}@media (min-width: 768px){.footer-bottom__container{flex-direction:row;justify-content:space-between;align-items:center}}.footer-bottom__copyright{color:#ffffff80;font-size:.875rem;text-align:center}@media (min-width: 768px){.footer-bottom__copyright{text-align:left}}.footer-bottom__separator{margin:0 .5rem;opacity:.5}.footer-bottom__credit{color:#ffffff80;transition:color .15s ease}.footer-bottom__credit:hover{color:#37b1f5}.footer-bottom__links{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}@media (min-width: 768px){.footer-bottom__links{justify-content:flex-end}}.footer-bottom__link{color:#ffffff80;font-size:.875rem;transition:color .15s ease}.footer-bottom__link:hover{color:#37b1f5}.footer-newsletter{background-color:#ffffff0d;padding:3rem 0;margin-bottom:3rem}.footer-newsletter__container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.footer-newsletter__container{padding-left:1.5rem;padding-right:1.5rem}}.footer-newsletter__container{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 1024px){.footer-newsletter__container{flex-direction:row;justify-content:space-between;align-items:center}}@media (min-width: 1024px){.footer-newsletter__content{flex:1}}.footer-newsletter__title{color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.footer-newsletter__text{color:#ffffffb3;font-size:.875rem}.footer-newsletter__form{display:flex;flex-direction:column;gap:.5rem;width:100%}@media (min-width: 576px){.footer-newsletter__form{flex-direction:row}}@media (min-width: 1024px){.footer-newsletter__form{max-width:450px}}.footer-newsletter__input{flex:1;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;background-color:#ffffff1a;color:#fff;font-size:1rem}.footer-newsletter__input::placeholder{color:#ffffff80}.footer-newsletter__input:focus{outline:none;border-color:#37b1f5}.footer-newsletter__button{flex-shrink:0}.module-hero{position:relative;min-height:300px;display:flex;align-items:center;background-color:#084389;color:#fff;overflow:hidden}@media (min-width: 768px){.module-hero{min-height:350px}}@media (min-width: 1024px){.module-hero{min-height:400px}}.module-hero--large{min-height:400px}@media (min-width: 768px){.module-hero--large{min-height:500px}}@media (min-width: 1024px){.module-hero--large{min-height:600px}}.module-hero__background{position:absolute;top:0;left:0;right:0;bottom:0}.module-hero__background img{width:100%;height:100%;object-fit:cover}.module-hero__background:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#084389e6,#08438999)}.module-hero__container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.module-hero__container{padding-left:1.5rem;padding-right:1.5rem}}.module-hero__container{position:relative;z-index:1;padding-top:4rem;padding-bottom:4rem}.module-hero__content{max-width:700px}.module-hero__subtitle{font-size:1.125rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;color:#5bc4f7}.module-hero__title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;color:#fff}@media (min-width: 768px){.module-hero__title{font-size:2.25rem}}@media (min-width: 1024px){.module-hero__title{font-size:3rem}}.module-hero__description{font-size:1.125rem;line-height:1.7;margin-bottom:2rem;color:#ffffffe6}@media (min-width: 768px){.module-hero__description{font-size:1.25rem}}.module-hero__buttons{display:flex;flex-wrap:wrap;gap:1rem}.module-slider{position:relative;overflow:hidden}.module-slider__slides{display:flex;transition:transform .5s ease}.module-slider__slide{flex:0 0 100%;min-height:500px;display:flex;align-items:center;position:relative}@media (min-width: 1024px){.module-slider__slide{min-height:600px}}.module-slider__background{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#084389}.module-slider__background img{width:100%;height:100%;object-fit:cover}.module-slider__background:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,rgba(17,24,39,.8),transparent)}.module-slider__content{position:relative;z-index:1;width:100%;max-width:1280px;margin:0 auto;padding:3rem 1rem;color:#fff;text-align:left}@media (min-width: 1024px){.module-slider__content{padding:3rem 2rem}}.module-slider__inner{max-width:650px}.module-slider__title{font-size:1.875rem;font-weight:700;margin-bottom:1rem;color:#fff;line-height:1.2}@media (min-width: 768px){.module-slider__title{font-size:2.25rem}}@media (min-width: 1024px){.module-slider__title{font-size:3rem}}.module-slider__text{font-size:1rem;line-height:1.7;margin-bottom:2rem;color:#ffffffe6}@media (min-width: 768px){.module-slider__text{font-size:1.125rem}}.module-slider__nav{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:2}.module-slider__dot{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}.module-slider__dot:focus{outline:none}.module-slider__dot{width:12px;height:12px;border-radius:50%;background-color:#ffffff80;transition:all .15s ease}.module-slider__dot.is-active,.module-slider__dot:hover{background-color:#fff;transform:scale(1.2)}.module-slider__arrows{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 1rem;z-index:2}@media (min-width: 768px){.module-slider__arrows{padding:0 2rem}}.module-slider__arrow{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}.module-slider__arrow:focus{outline:none}.module-slider__arrow{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:#fff3;border-radius:50%;color:#fff;transition:all .15s ease}.module-slider__arrow:hover{background-color:#37b1f5}.module-slider__arrow svg{width:24px;height:24px}.module-coverage{padding-top:4rem;padding-bottom:4rem}@media (min-width: 768px){.module-coverage{padding-top:6rem;padding-bottom:6rem}}.module-coverage{background-color:#f5f7fa}.module-coverage__container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.module-coverage__container{padding-left:1.5rem;padding-right:1.5rem}}.module-coverage__container{padding-left:1rem;padding-right:1rem}.module-coverage__header{text-align:center;margin-bottom:1.5rem}@media (min-width: 768px){.module-coverage__header{margin-bottom:2rem}}.module-coverage__title{margin-bottom:.5rem;font-size:1.25rem}@media (min-width: 768px){.module-coverage__title{font-size:1.5rem}}@media (min-width: 1024px){.module-coverage__title{font-size:1.875rem}}.module-coverage__subtitle{color:#6b7280;font-size:1rem}@media (min-width: 768px){.module-coverage__subtitle{font-size:1.125rem}}.module-coverage__row{display:grid;gap:1rem}@media (min-width: 768px){.module-coverage__row{grid-template-columns:2fr 2fr 1fr auto;align-items:start}}.module-coverage__field{position:relative}@media (min-width: 768px){.module-coverage__field--submit{margin-top:26px}}.module-coverage__label{display:block;margin-bottom:.25rem;font-weight:500;font-size:.875rem;color:#1f2937;height:20px}@media (min-width: 768px){.module-coverage__label--hidden{visibility:hidden;height:0;margin:0}}.module-coverage__error{position:absolute;bottom:-20px;left:0;font-size:.75rem;color:#dc3545}.module-coverage__input{width:100%;padding:1rem 1.5rem;border:2px solid #E5E8EB;border-radius:.5rem;font-size:1rem;background-color:#fff;transition:border-color .15s ease,box-shadow .15s ease}.module-coverage__input:focus{outline:none;border-color:#37b1f5;box-shadow:0 0 0 3px #37b1f51a}.module-coverage__input::placeholder{color:#6b7280}.module-coverage__submit{width:100%;padding:1rem 2rem;white-space:nowrap}@media (min-width: 768px){.module-coverage__submit{width:auto}}.module-coverage__submit svg{margin-right:.25rem}.module-coverage__result{margin-top:2rem;padding:1.5rem;border-radius:.5rem;text-align:center}.module-coverage__result--success{background-color:#d1fae5;border:1px solid #A7F3D0}.module-coverage__result--error{background-color:#fef3c7;border:1px solid #FDE68A}.module-coverage__result--not-found{background-color:#f5f7fa;border:1px solid #E5E8EB}.module-coverage__result-icon{width:60px;height:60px;margin:0 auto 1rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.module-coverage__result-icon--success{background-color:#10b981;color:#fff}.module-coverage__result-icon--error{background-color:#f59e0b;color:#fff}.module-coverage__result-icon svg{width:30px;height:30px}.module-coverage__result-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.module-coverage__result-text{color:#6b7280;margin-bottom:1.5rem}.module-packages{padding-top:4rem;padding-bottom:4rem}@media (min-width: 768px){.module-packages{padding-top:6rem;padding-bottom:6rem}}.module-packages__container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.module-packages__container{padding-left:1.5rem;padding-right:1.5rem}}.module-packages__header{text-align:center;margin-bottom:4rem}.module-packages__title{margin-bottom:1rem}.module-packages__subtitle{color:#6b7280;font-size:1.125rem}.module-packages__filter{display:flex;justify-content:center;gap:.5rem;margin-bottom:3rem;flex-wrap:wrap}.module-packages__filter-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}.module-packages__filter-btn:focus{outline:none}.module-packages__filter-btn{padding:.5rem 1.5rem;border:2px solid #E5E8EB;border-radius:9999px;font-weight:500;transition:all .15s ease}.module-packages__filter-btn:hover,.module-packages__filter-btn.is-active{border-color:#37b1f5;background-color:#37b1f5;color:#fff}.module-packages__grid{display:grid;gap:1.5rem;grid-template-columns:1fr;justify-items:center}@media (min-width: 768px){.module-packages__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.module-packages__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1280px){.module-packages__grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1280px){.module-packages__grid--five-items{grid-template-columns:repeat(5,1fr)}}.module-packages__grid>*{width:100%;max-width:320px}@media (min-width: 768px){.module-packages__grid>*{max-width:none}}.module-packages__note{text-align:center;margin-top:3rem;color:#6b7280;font-size:.875rem}.module-offer-boxes{padding-top:4rem;padding-bottom:4rem}@media (min-width: 768px){.module-offer-boxes{padding-top:6rem;padding-bottom:6rem}}.module-offer-boxes{background-color:#fff}.module-offer-boxes__container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.module-offer-boxes__container{padding-left:1.5rem;padding-right:1.5rem}}.module-offer-boxes__grid{display:grid;gap:1.5rem}@media (min-width: 576px){.module-offer-boxes__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.module-offer-boxes__grid{grid-template-columns:repeat(3,1fr)}}.module-offer-boxes__box{background:linear-gradient(135deg,#37b1f5,#084389);border-radius:1rem;padding:2rem 1.5rem;text-align:center;color:#fff;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.module-offer-boxes__box:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);pointer-events:none}.module-offer-boxes__box:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0843894d}.module-offer-boxes__icon{width:64px;height:64px;margin:0 auto 1rem;background-color:#fff3;border-radius:9999px;display:flex;align-items:center;justify-content:center}.module-offer-boxes__icon svg{width:32px;height:32px}.module-offer-boxes__title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#fff}.module-offer-boxes__text{color:#ffffffd9;margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.module-offer-boxes .btn-outline{border-color:#fff;color:#fff}.module-offer-boxes .btn-outline:hover{background-color:#fff;color:#084389}.module-promo-cards{padding-top:4rem;padding-bottom:4rem}@media (min-width: 768px){.module-promo-cards{padding-top:6rem;padding-bottom:6rem}}.module-promo-cards{padding-top:0;background-color:#fff}.module-promo-cards__container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.module-promo-cards__container{padding-left:1.5rem;padding-right:1.5rem}}.module-promo-cards__grid{display:grid;gap:1.5rem}@media (min-width: 1024px){.module-promo-cards__grid{grid-template-columns:repeat(2,1fr)}}.module-promo-cards__card{display:flex;flex-direction:column;border-radius:1rem;overflow:hidden;background:linear-gradient(135deg,#37b1f5,#084389);min-height:280px}@media (min-width: 768px){.module-promo-cards__card{flex-direction:row}}@media (min-width: 768px){.module-promo-cards__card--image-left{flex-direction:row-reverse}}.module-promo-cards__content{flex:1;padding:2rem;display:flex;flex-direction:column;justify-content:center;color:#fff}@media (min-width: 768px){.module-promo-cards__content{padding:3rem}}.module-promo-cards__title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#fff;line-height:1.3}@media (min-width: 768px){.module-promo-cards__title{font-size:1.5rem}}.module-promo-cards__text{color:#ffffffe6;font-size:.875rem;line-height:1.7;margin-bottom:1.5rem}@media (min-width: 768px){.module-promo-cards__text{font-size:1rem}}.module-promo-cards__link{display:inline-flex;align-items:center;gap:.25rem;color:#fff;font-weight:600;text-decoration:none;transition:gap .15s ease}.module-promo-cards__link:hover{gap:.5rem}.module-promo-cards__link svg{transition:transform .15s ease}.module-promo-cards__image{flex:1;min-height:200px}@media (min-width: 768px){.module-promo-cards__image{min-height:auto}}.module-promo-cards__image img{width:100%;height:100%;object-fit:cover}.module-callback{background-image:url(/wp-content/themes/netpol/assets/dist/assets/callback-bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;padding:3rem 0;position:relative;margin-top:0}@media (min-width: 768px){.module-callback{padding:4rem 0;margin-top:80px}}@media (min-width: 1024px){.module-callback{margin-top:100px}}.module-callback__container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.module-callback__container{padding-left:1.5rem;padding-right:1.5rem}}.module-callback__container{display:grid;gap:2rem;align-items:center;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.module-callback__container{gap:3rem}}@media (min-width: 1024px){.module-callback__container{grid-template-columns:1fr 380px;gap:4rem}}.module-callback__content{color:#fff;text-align:center}@media (min-width: 1024px){.module-callback__content{text-align:left}}.module-callback__text{margin-bottom:1.5rem}@media (min-width: 768px){.module-callback__text{margin-bottom:2rem}}.module-callback__title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#fff;line-height:1.2}@media (min-width: 576px){.module-callback__title{font-size:1.5rem;margin-bottom:1rem}}@media (min-width: 768px){.module-callback__title{font-size:1.875rem}}@media (min-width: 1024px){.module-callback__title{font-size:2.5rem}}.module-callback__subtitle{font-size:.875rem;color:#ffffffd9;line-height:1.6;max-width:500px;margin:0 auto}@media (min-width: 576px){.module-callback__subtitle{font-size:1rem}}@media (min-width: 768px){.module-callback__subtitle{font-size:1.125rem}}@media (min-width: 1024px){.module-callback__subtitle{margin:0}}.module-callback__form{max-width:500px;margin:0 auto}@media (min-width: 1024px){.module-callback__form{margin:0}}.module-callback__form-row{display:flex;flex-direction:column;gap:.5rem}@media (min-width: 576px){.module-callback__form-row{flex-direction:row;gap:1rem}}.module-callback__input-wrapper{flex:1;position:relative;display:flex;align-items:center;background-color:#fff;border-radius:.75rem;padding:0 1rem}.module-callback__input-wrapper svg{width:20px;height:20px;color:#6b7280;flex-shrink:0}.module-callback__input{flex:1;padding:1rem .5rem;border:none;background:transparent;font-size:1rem}.module-callback__input:focus{outline:none}.module-callback__input::placeholder{color:#6b7280}.module-callback__submit{flex-shrink:0;white-space:nowrap;display:flex;align-items:center;gap:.25rem}.module-callback__submit svg{width:18px;height:18px}.module-callback__hint{margin-top:1rem;font-size:.875rem;color:#ffffffb3;text-align:center}@media (min-width: 1024px){.module-callback__hint{text-align:left}}.module-callback__message{margin-top:1.5rem;padding:1rem;border-radius:.5rem;background-color:#ffffff1a;color:#fff;text-align:center}.module-callback__message.is-success{background-color:#28a74533}.module-callback__message.is-error{background-color:#dc354533}.module-callback__image{display:none;justify-content:center;align-items:flex-start}@media (min-width: 1024px){.module-callback__image{display:flex;margin-top:-180px}}.module-callback__image img{max-width:100%;max-height:500px;object-fit:contain;filter:drop-shadow(0 30px 60px rgba(0,0,0,.4))}.module-news{padding-top:4rem;padding-bottom:4rem}@media (min-width: 768px){.module-news{padding-top:6rem;padding-bottom:6rem}}.module-news{background-color:#f5f7fa}.module-news__container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.module-news__container{padding-left:1.5rem;padding-right:1.5rem}}.module-news__header{text-align:center;margin-bottom:3rem}.module-news__title{margin-bottom:.5rem}.module-news__subtitle{color:#6b7280;font-size:1.125rem;margin-bottom:2rem}.module-news__grid{display:grid;gap:1.5rem}@media (min-width: 768px){.module-news__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.module-news__grid{grid-template-columns:repeat(3,1fr)}}.module-news__card{background-color:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.module-news__card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f}.module-news__card:hover .module-news__image img{transform:scale(1.05)}.module-news__image{overflow:hidden;position:relative}.module-news__image:before{content:"";display:block;padding-top:62.5%}.module-news__image>*{position:absolute;top:0;left:0;width:100%;height:100%}.module-news__image img{object-fit:cover;transition:transform .5s ease}.module-news__image:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,rgba(0,0,0,.3),transparent);opacity:0;transition:opacity .3s ease}.module-news__content{padding:1.5rem}.module-news__date{display:inline-flex;align-items:center;gap:.25rem;color:#37b1f5;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.module-news__date:before{content:"";display:inline-block;width:8px;height:8px;background-color:#37b1f5;border-radius:50%}.module-news__card-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;line-height:1.4}.module-news__card-title a{color:inherit;text-decoration:none}.module-news__card-title a:hover{color:#37b1f5}.module-news__excerpt{color:#6b7280;font-size:.875rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.module-news__footer{text-align:center;margin-top:3rem}.module-posts-archive{padding-top:4rem;padding-bottom:4rem}@media (min-width: 768px){.module-posts-archive{padding-top:6rem;padding-bottom:6rem}}.module-posts-archive{background-color:#fff}.module-posts-archive__container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.module-posts-archive__container{padding-left:1.5rem;padding-right:1.5rem}}.module-posts-archive .archive-grid{margin-bottom:3rem}.module-text{padding-top:4rem;padding-bottom:4rem}@media (min-width: 768px){.module-text{padding-top:6rem;padding-bottom:6rem}}.module-text .container{max-width:900px;padding-left:1rem;padding-right:1rem}.module-text .section-title{margin-bottom:1.5rem;text-align:center}@media (min-width: 768px){.module-text .section-title{margin-bottom:2rem}}.module-text .section-title h2{color:#084389;font-size:1.25rem}@media (min-width: 768px){.module-text .section-title h2{font-size:1.5rem}}@media (min-width: 1024px){.module-text .section-title h2{font-size:1.875rem}}.module-text .content h2,.module-text .single-post__content h2{color:#084389;font-size:1.25rem;margin-top:3rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #37B1F5}.module-text .content h2:first-child,.module-text .single-post__content h2:first-child{margin-top:0}.module-text .content h3,.module-text .single-post__content h3{color:#1f2937;font-size:1.125rem;margin-top:2rem;margin-bottom:.5rem}.module-text .content p,.module-text .single-post__content p{color:#6b7280;line-height:1.8;margin-bottom:1rem}.module-text .content p:last-child,.module-text .single-post__content p:last-child{margin-bottom:0}.module-text .content ul,.module-text .single-post__content ul{margin:1rem 0;padding-left:1.5rem}.module-text .content ul li,.module-text .single-post__content ul li{color:#6b7280;line-height:1.8;margin-bottom:.5rem;position:relative}.module-text .content ul li::marker,.module-text .single-post__content ul li::marker{color:#37b1f5}.module-text .content a,.module-text .single-post__content a{color:#37b1f5;text-decoration:underline}.module-text .content a:hover,.module-text .single-post__content a:hover{color:#084389}.module-text .content strong,.module-text .single-post__content strong{color:#1f2937}.module-text .content--narrow{max-width:750px;margin-left:auto;margin-right:auto}.module-text.section-gray{background-color:#f5f7fa}.module-text.section-gray .section-title,.module-text.section-gray .content,.module-text.section-gray .single-post__content{text-align:center}.module-text.section-gray .content p,.module-text.section-gray .single-post__content p{max-width:800px;margin-left:auto;margin-right:auto}.module-text.section-gray .content h2,.module-text.section-gray .single-post__content h2{border-bottom:none;padding-bottom:0}.module-text-image{padding-top:4rem;padding-bottom:4rem}@media (min-width: 768px){.module-text-image{padding-top:6rem;padding-bottom:6rem}}.module-text-image{background-color:#f5f7fa}.module-text-image__container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.module-text-image__container{padding-left:1.5rem;padding-right:1.5rem}}.module-text-image__container{padding-left:1rem;padding-right:1rem}.module-text-image__wrapper{display:grid;gap:2rem;align-items:center}@media (min-width: 768px){.module-text-image__wrapper{gap:3rem}}@media (min-width: 1024px){.module-text-image__wrapper{grid-template-columns:1fr 1fr;gap:4rem}}@media (min-width: 1024px){.module-text-image--image-right .module-text-image__image{order:2}}.module-text-image__content h2{margin-bottom:1.5rem;color:#084389;font-size:1.25rem;line-height:1.3}@media (min-width: 576px){.module-text-image__content h2{font-size:1.5rem}}@media (min-width: 768px){.module-text-image__content h2{margin-bottom:2rem;font-size:1.875rem}}.module-text-image__content .content p,.module-text-image__content .single-post__content p{color:#6b7280;margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.module-text-image__content .content p:last-child,.module-text-image__content .single-post__content p:last-child{margin-bottom:0}.module-text-image__content .content p strong,.module-text-image__content .single-post__content p strong{color:#37b1f5;font-weight:600}.module-text-image__content .content ul,.module-text-image__content .single-post__content ul{margin:1.5rem 0;padding:0;list-style:none}.module-text-image__content .content ul li,.module-text-image__content .single-post__content ul li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:#6b7280}.module-text-image__content .content ul li:before,.module-text-image__content .single-post__content ul li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;background-color:#37b1f5;border-radius:50%}.module-text-image__content .check-list{margin:1.5rem 0}.module-text-image__image{border-radius:1rem;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;background-color:#fff}.module-text-image__image img{width:100%;height:auto;display:block}.module-faq{padding-top:4rem;padding-bottom:4rem}@media (min-width: 768px){.module-faq{padding-top:6rem;padding-bottom:6rem}}.module-faq{background-color:#f5f7fa}.module-faq__container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.module-faq__container{padding-left:1.5rem;padding-right:1.5rem}}.module-faq__container{max-width:800px}.module-faq__header{text-align:center;margin-bottom:3rem}.module-faq__list{display:flex;flex-direction:column;gap:1rem}.module-faq__item{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;overflow:hidden}.module-faq__question{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}.module-faq__question:focus{outline:none}.module-faq__question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem;text-align:left;font-weight:600;font-size:1rem;transition:background-color .15s ease}.module-faq__question:hover{background-color:#f5f7fa}.module-faq__question svg{width:24px;height:24px;transition:transform .15s ease;flex-shrink:0;margin-left:1rem}.module-faq__question[aria-expanded=true] svg{transform:rotate(180deg)}.module-faq__answer{display:none;padding:0 1.5rem 1.5rem;color:#6b7280}.module-faq__answer.is-open{display:block}.module-contact-departments{padding-top:4rem;padding-bottom:4rem}@media (min-width: 768px){.module-contact-departments{padding-top:6rem;padding-bottom:6rem}}.module-contact-departments{background-color:#f5f7fa}.module-contact-departments__container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.module-contact-departments__container{padding-left:1.5rem;padding-right:1.5rem}}.module-contact-departments__title{text-align:center;margin-bottom:3rem}.module-contact-departments__grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width: 576px){.module-contact-departments__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.module-contact-departments__grid{grid-template-columns:repeat(3,1fr)}}.module-contact-departments__card{background-color:#fff;border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 1px 2px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.module-contact-departments__card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.module-contact-departments__name{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.module-contact-departments__item{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 0;color:#6b7280;text-decoration:none;transition:color .15s ease}.module-contact-departments__item svg{width:20px;height:20px;color:#37b1f5;flex-shrink:0}.module-contact-departments__item:hover{color:#37b1f5}.module-contact{padding-top:4rem;padding-bottom:4rem}@media (min-width: 768px){.module-contact{padding-top:6rem;padding-bottom:6rem}}.module-contact__container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.module-contact__container{padding-left:1.5rem;padding-right:1.5rem}}.module-contact__wrapper{display:grid;gap:3rem}@media (min-width: 1024px){.module-contact__wrapper{grid-template-columns:1fr 1fr}}.module-contact__info h2{margin-bottom:1.5rem}.module-contact__details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.module-contact__detail{display:flex;gap:1rem}.module-contact__detail svg{width:24px;height:24px;color:#37b1f5;flex-shrink:0}.module-contact__detail-title{font-weight:600;margin-bottom:.25rem}.module-contact__detail-text{color:#6b7280}.module-contact__detail-text a{color:#1f2937}.module-contact__detail-text a:hover{color:#37b1f5}.module-contact__map{border-radius:.75rem;overflow:hidden;height:300px}.module-contact__map iframe{width:100%;height:100%;border:none}.module-contact__form-wrapper{background-color:#f5f7fa;padding:2rem;border-radius:.75rem}.module-contact__form-title{margin-bottom:1.5rem}.module-cta{background:linear-gradient(135deg,#084389,#37b1f5);padding:3rem 0;text-align:center;color:#fff}@media (min-width: 768px){.module-cta{padding:4rem 0}}@media (min-width: 1024px){.module-cta{padding:6rem 0}}.module-cta__container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.module-cta__container{padding-left:1.5rem;padding-right:1.5rem}}.module-cta__container{max-width:800px;padding-left:1rem;padding-right:1rem}.module-cta__title{font-size:1.25rem;margin-bottom:.5rem;color:#fff}@media (min-width: 576px){.module-cta__title{font-size:1.5rem;margin-bottom:1rem}}@media (min-width: 768px){.module-cta__title{font-size:1.875rem}}.module-cta__text{font-size:1rem;margin-bottom:1.5rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}@media (min-width: 768px){.module-cta__text{font-size:1.125rem;margin-bottom:2rem}}.module-cta__buttons{display:flex;flex-direction:column;justify-content:center;gap:.5rem}@media (min-width: 576px){.module-cta__buttons{flex-direction:row;gap:1rem}}.module-cta__buttons .btn-primary{background-color:#fff;color:#084389;border-color:#fff}.module-cta__buttons .btn-primary:hover{background-color:transparent;color:#fff}.module-features{padding-top:4rem;padding-bottom:4rem}@media (min-width: 768px){.module-features{padding-top:6rem;padding-bottom:6rem}}.module-features__container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.module-features__container{padding-left:1.5rem;padding-right:1.5rem}}.module-features__container{padding-left:1rem;padding-right:1rem}.module-features__header{text-align:center;margin-bottom:2rem}@media (min-width: 768px){.module-features__header{margin-bottom:4rem}}.module-features__header h2{font-size:1.25rem}@media (min-width: 768px){.module-features__header h2{font-size:1.5rem}}@media (min-width: 1024px){.module-features__header h2{font-size:1.875rem}}.module-features__header p{color:#6b7280;font-size:1rem;margin-top:.5rem}@media (min-width: 768px){.module-features__header p{font-size:1.125rem}}.module-features__grid{display:grid;gap:1.5rem;max-width:1000px;margin:0 auto}@media (min-width: 576px){.module-features__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width: 768px){.module-features__grid{grid-template-columns:repeat(3,1fr)}}.module-features__item{text-align:center;padding:1rem}@media (min-width: 768px){.module-features__item{padding:1.5rem}}.module-features__icon{width:64px;height:64px;margin:0 auto 1rem;background-color:#37b1f5;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}@media (min-width: 768px){.module-features__icon{width:80px;height:80px;margin-bottom:1.5rem}}.module-features__icon svg{width:28px;height:28px}@media (min-width: 768px){.module-features__icon svg{width:36px;height:36px}}.module-features__icon img{width:32px;height:32px;object-fit:contain}@media (min-width: 768px){.module-features__icon img{width:40px;height:40px}}.module-features__title{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:#1f2937}@media (min-width: 768px){.module-features__title{font-size:1.125rem;margin-bottom:.5rem}}.module-features__text{color:#6b7280;font-size:.875rem;line-height:1.6}.module-configurator{padding-top:4rem;padding-bottom:4rem}@media (min-width: 768px){.module-configurator{padding-top:6rem;padding-bottom:6rem}}.module-configurator{background-color:#f5f7fa}.module-configurator__container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.module-configurator__container{padding-left:1.5rem;padding-right:1.5rem}}.module-configurator__container{padding-left:1rem;padding-right:1rem}.module-configurator__steps{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}@media (min-width: 576px){.module-configurator__steps{gap:1rem}}@media (min-width: 768px){.module-configurator__steps{gap:1.5rem;margin-bottom:3rem}}.module-configurator__step{display:flex;align-items:center;gap:.25rem;color:#6b7280;font-weight:500;font-size:.875rem}@media (min-width: 576px){.module-configurator__step{gap:.5rem;font-size:1rem}}.module-configurator__step.is-active{color:#37b1f5}.module-configurator__step.is-completed{color:#10b981}.module-configurator__step-number{width:28px;height:28px;border-radius:50%;border:2px solid currentColor;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}@media (min-width: 576px){.module-configurator__step-number{width:32px;height:32px;font-size:1rem}}.is-active .module-configurator__step-number{background-color:#37b1f5;border-color:#37b1f5;color:#fff}.is-completed .module-configurator__step-number{background-color:#10b981;border-color:#10b981;color:#fff}.module-configurator__panel{display:none;background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.module-configurator__panel.is-active{display:block}.module-configurator__summary{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-top:2rem;position:sticky;top:120px}.module-configurator__summary-title{font-size:1.25rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #E5E8EB}.module-configurator__summary-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.875rem}.module-configurator__summary-row--total{font-size:1.125rem;font-weight:700;padding-top:1rem;margin-top:1rem;border-top:2px solid #E5E8EB}.module-configurator__actions{display:flex;justify-content:space-between;margin-top:2rem}.module-page-header{padding:3rem 0;text-align:center}@media (min-width: 768px){.module-page-header{padding:4rem 0}}.module-page-header__container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.module-page-header__container{padding-left:1.5rem;padding-right:1.5rem}}.module-page-header__container{padding-left:1rem;padding-right:1rem}.module-page-header__title{margin:0;font-size:1.5rem;font-weight:700}@media (min-width: 576px){.module-page-header__title{font-size:1.875rem}}@media (min-width: 768px){.module-page-header__title{font-size:2.25rem}}.module-page-header__subtitle{margin:.5rem 0 0;font-size:1rem;opacity:.9}@media (min-width: 576px){.module-page-header__subtitle{margin:1rem 0 0;font-size:1.125rem}}@media (min-width: 768px){.module-page-header__subtitle{font-size:1.25rem}}.module-page-header--gradient{background:linear-gradient(135deg,#084389,#37b1f5);color:#fff}.module-page-header--gradient .module-page-header__title{color:#fff}.module-page-header--dark{background-color:#111827;color:#fff}.module-page-header--dark .module-page-header__title{color:#fff}.module-page-header--light{background-color:#f5f7fa;color:#1f2937}.module-page-header--light .module-page-header__title{color:#084389}.module-page-header--light .module-page-header__subtitle{color:#6b7280}.module-eu-funding{padding:2rem 0;background-color:#fff}.module-eu-funding__container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.module-eu-funding__container{padding-left:1.5rem;padding-right:1.5rem}}.module-eu-funding__link{display:block;transition:opacity .15s ease}.module-eu-funding__link:hover{opacity:.9}.module-eu-funding__image{width:100%;max-width:900px;height:auto;margin:0 auto;display:block}.eu-project-page__header{background:linear-gradient(135deg,#084389,#37b1f5);padding:3rem 0;color:#fff;text-align:center}@media (min-width: 768px){.eu-project-page__header{padding:4rem 0}}.eu-project-page__header h1{color:#fff;margin-bottom:1rem;font-size:1.5rem}@media (min-width: 768px){.eu-project-page__header h1{font-size:2.25rem}}.eu-project-page__banner{background-color:#fff;padding:1.5rem 1rem;border-bottom:1px solid #E5E8EB}@media (min-width: 768px){.eu-project-page__banner{padding:3rem 0}}.eu-project-page__banner img{max-width:100%;height:auto;display:block;margin:0 auto}.eu-project-page__content{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.eu-project-page__content{padding-left:1.5rem;padding-right:1.5rem}}.eu-project-page__content{padding:2rem 1rem}@media (min-width: 768px){.eu-project-page__content{padding-top:4rem;padding-bottom:4rem}}.eu-project-page__section{margin-bottom:2rem}@media (min-width: 768px){.eu-project-page__section{margin-bottom:3rem}}.eu-project-page__section:last-child{margin-bottom:0}.eu-project-page__subtitle{color:#084389;font-size:1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #37B1F5;display:inline-block}@media (min-width: 768px){.eu-project-page__subtitle{font-size:1.125rem}}.eu-project-page__info-box{background-color:#f5f7fa;border-radius:.75rem;padding:1.5rem;margin:1.5rem 0}@media (min-width: 768px){.eu-project-page__info-box{padding:2rem;margin:2rem 0}}.eu-project-page__info-box p{margin-bottom:1rem;font-size:.875rem}@media (min-width: 768px){.eu-project-page__info-box p{font-size:1rem}}.eu-project-page__info-box p:last-child{margin-bottom:0}.eu-project-page__info-box strong{color:#084389}.eu-project-page__value{font-size:1.25rem;font-weight:700;color:#37b1f5;display:block;margin-top:.25rem}@media (min-width: 768px){.eu-project-page__value{font-size:1.5rem;display:inline;margin-top:0}}.eu-project-page__contact{background:linear-gradient(135deg,#37b1f5,#084389);color:#fff;padding:1.5rem;border-radius:.75rem;margin-top:2rem}@media (min-width: 768px){.eu-project-page__contact{padding:2rem;margin-top:3rem}}.eu-project-page__contact h3{font-size:1.125rem;margin-bottom:.5rem}@media (min-width: 768px){.eu-project-page__contact h3{font-size:1.25rem}}.eu-project-page__contact a{color:#fff;text-decoration:underline;word-break:break-all}.eu-project-page__contact a:hover{text-decoration:none}.eu-project-page__download{margin-top:2rem;padding:1.5rem;background-color:#f5f7fa;border-radius:.75rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}@media (min-width: 768px){.eu-project-page__download{margin-top:3rem;padding:2rem;flex-direction:row;text-align:left;gap:1.5rem;align-items:center}}.eu-project-page__download-icon{width:50px;height:50px;background-color:#37b1f5;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media (min-width: 768px){.eu-project-page__download-icon{width:60px;height:60px}}.eu-project-page__download-icon svg{width:24px;height:24px;color:#fff}@media (min-width: 768px){.eu-project-page__download-icon svg{width:30px;height:30px}}.eu-project-page__download-info{flex:1;min-width:0}.eu-project-page__download-info h4{margin-bottom:.25rem;color:#1f2937;font-size:1rem}@media (min-width: 768px){.eu-project-page__download-info h4{font-size:1.125rem}}.eu-project-page__download-info p{color:#6b7280;font-size:.875rem;margin:0}.eu-project-page__download .btn{width:100%}@media (min-width: 768px){.eu-project-page__download .btn{width:auto}}.module-tv-channels{padding-top:4rem;padding-bottom:4rem}@media (min-width: 768px){.module-tv-channels{padding-top:6rem;padding-bottom:6rem}}.module-tv-channels{background-color:#f5f7fa}.tv-channels__header{text-align:center;margin-bottom:2rem}.tv-channels__title{color:#084389;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}@media (min-width: 768px){.tv-channels__title{font-size:1.875rem}}.tv-channels__subtitle{color:#6b7280;font-size:1rem;max-width:600px;margin:0 auto}@media (min-width: 768px){.tv-channels__subtitle{font-size:1.125rem}}.tv-channels__packages{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem}@media (min-width: 768px){.tv-channels__packages{flex-direction:row;justify-content:center}}.tv-channels__packages-label{color:#1f2937;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.tv-channels__packages-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.tv-channels__package-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}.tv-channels__package-btn:focus{outline:none}.tv-channels__package-btn{padding:.5rem 1.5rem;background-color:#fff;border:2px solid #E5E8EB;border-radius:9999px;color:#1f2937;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .15s ease}.tv-channels__package-btn:hover{border-color:#37b1f5;color:#37b1f5}.tv-channels__package-btn.is-active{background-color:#37b1f5;border-color:#37b1f5;color:#fff}.tv-channels__content{min-height:300px}.tv-channels__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem;color:#6b7280}.tv-channels__loading .spinner{width:40px;height:40px;border:3px solid #E5E8EB;border-top-color:#37b1f5;border-radius:50%;animation:spin 1s linear infinite}.tv-channels__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 576px){.tv-channels__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px){.tv-channels__grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1024px){.tv-channels__grid{grid-template-columns:repeat(6,1fr)}}@media (min-width: 1280px){.tv-channels__grid{grid-template-columns:repeat(8,1fr)}}.tv-channels__empty{text-align:center;padding:4rem;color:#6b7280}.tv-channels__footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #E5E8EB}.tv-channels__count,.tv-channels__package-name{color:#6b7280;font-size:.875rem}.tv-channels__count strong,.tv-channels__package-name strong{color:#1f2937}.tv-channel{position:relative;background-color:#fff;border-radius:.75rem;padding:1rem;text-align:center;box-shadow:0 1px 2px #0000000d;transition:all .15s ease}.tv-channel:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-2px)}.tv-channel__logo{width:60px;height:40px;margin:0 auto .5rem;display:flex;align-items:center;justify-content:center}.tv-channel__logo img{max-width:100%;max-height:100%;object-fit:contain}.tv-channel__logo svg{width:32px;height:32px;color:#e5e8eb}.tv-channel__info{display:flex;flex-direction:column;gap:2px}.tv-channel__name{font-size:.75rem;font-weight:500;color:#1f2937;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tv-channel__lcn{font-size:10px;color:#6b7280}.tv-channel__badge{position:absolute;top:.25rem;right:.25rem;background-color:#37b1f5;color:#fff;font-size:9px;font-weight:700;padding:2px 6px;border-radius:.25rem}@keyframes spin{to{transform:rotate(360deg)}}.package-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;transition:box-shadow .3s ease,transform .3s ease}.package-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.package-card{display:flex;flex-direction:column;height:100%;position:relative;transition:transform .3s ease,box-shadow .3s ease}.package-card:hover{transform:translateY(-5px)}.package-card--featured{border:3px solid #37B1F5;transform:scale(1.02)}.package-card--featured:hover{transform:scale(1.02) translateY(-5px)}.package-card__badge{position:absolute;top:-1px;left:50%;transform:translate(-50%);background-color:#f59e0b;color:#fff;padding:.25rem 1rem;border-radius:0 0 .5rem .5rem;font-size:.75rem;font-weight:700;text-transform:uppercase}.package-card__header{padding:2rem 1.5rem 1.5rem;text-align:center;background-color:#f5f7fa}.package-card__name{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#084389}.package-card__speed{display:flex;justify-content:center;align-items:baseline;gap:.25rem;margin-bottom:1rem}.package-card__speed-value{font-size:2.25rem;font-weight:700;color:#37b1f5;line-height:1}.package-card__speed-unit{font-size:1.125rem;color:#6b7280}.package-card__tech{display:inline-block;padding:.25rem .5rem;background-color:#37b1f5;color:#fff;font-size:.75rem;font-weight:600;border-radius:9999px;text-transform:uppercase}.package-card__body{flex:1;padding:1.5rem}.package-card__speeds{display:flex;justify-content:space-around;padding:1rem 0;border-bottom:1px solid #E5E8EB;margin-bottom:1rem}.package-card__speed-item{text-align:center}.package-card__speed-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;margin-bottom:.25rem;display:flex;align-items:center;justify-content:center;gap:.25rem}.package-card__speed-label svg{width:14px;height:14px}.package-card__speed-number{font-size:1.125rem;font-weight:700;color:#1f2937}.package-card__features{list-style:none;padding:0;margin:0}.package-card__features li{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem 0;font-size:.875rem;color:#1f2937}.package-card__features li svg{width:18px;height:18px;color:#10b981;flex-shrink:0;margin-top:2px}.package-card__footer{padding:1.5rem;border-top:1px solid #E5E8EB;text-align:center;margin-top:auto}.package-card__price{margin-bottom:1rem}.package-card__price-value{font-size:1.875rem;font-weight:700;color:#084389}.package-card__price-currency{font-size:1.125rem}.package-card__price-period{font-size:.875rem;color:#6b7280}.package-card__cta{width:100%}.addon-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;transition:box-shadow .3s ease,transform .3s ease}.addon-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.addon-card{display:flex;align-items:center;gap:1rem;padding:1rem;cursor:pointer;border:2px solid transparent;transition:all .15s ease}.addon-card:hover{border-color:#37b1f5}.addon-card.is-selected{border-color:#37b1f5;background-color:#37b1f50d}.addon-card__checkbox{width:24px;height:24px;border:2px solid #E5E8EB;border-radius:.25rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.is-selected .addon-card__checkbox{background-color:#37b1f5;border-color:#37b1f5}.addon-card__checkbox svg{width:16px;height:16px;color:#fff;opacity:0;transition:opacity .15s ease}.is-selected .addon-card__checkbox svg{opacity:1}.addon-card__icon{width:50px;height:50px;background-color:#f5f7fa;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.addon-card__icon svg{width:28px;height:28px;color:#37b1f5}.addon-card__icon img{width:30px;height:30px;object-fit:contain}.addon-card__content{flex:1;min-width:0}.addon-card__name{font-weight:600;margin-bottom:.25rem}.addon-card__description{font-size:.875rem;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.addon-card__price{font-weight:700;color:#084389;flex-shrink:0;text-align:right}.addon-card__price-value{font-size:1.125rem}.addon-card__price-period{font-size:.75rem;color:#6b7280;font-weight:400}.addon-card__channels-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}.addon-card__channels-btn:focus{outline:none}.addon-card__channels-btn{display:inline-flex;align-items:center;gap:.25rem;margin-top:.5rem;padding:.25rem .5rem;background-color:#37b1f51a;color:#37b1f5;font-size:.75rem;font-weight:500;border-radius:.25rem;transition:all .15s ease}.addon-card__channels-btn svg{width:14px;height:14px}.addon-card__channels-btn:hover{background-color:#37b1f5;color:#fff}.channels-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:500;display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;visibility:hidden;transition:all .3s ease}.channels-modal.is-open{opacity:1;visibility:visible}.channels-modal__backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#111827b3;cursor:pointer}.channels-modal__container{position:relative;width:100%;max-width:900px;max-height:90vh;background-color:#fff;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;transform:translateY(20px);transition:transform .3s ease}.is-open .channels-modal__container{transform:translateY(0)}.channels-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #E5E8EB}.channels-modal__title{font-size:1.25rem;font-weight:700;margin:0;color:#084389}.channels-modal__close{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}.channels-modal__close:focus{outline:none}.channels-modal__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#6b7280;transition:all .15s ease}.channels-modal__close svg{width:24px;height:24px}.channels-modal__close:hover{background-color:#f5f7fa;color:#1f2937}.channels-modal__filters{display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem 2rem;border-bottom:1px solid #E5E8EB;background-color:#f5f7fa}.channels-modal__filter{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}.channels-modal__filter:focus{outline:none}.channels-modal__filter{padding:.25rem 1rem;background-color:#fff;border:1px solid #E5E8EB;border-radius:9999px;font-size:.875rem;font-weight:500;color:#1f2937;transition:all .15s ease}.channels-modal__filter:hover{border-color:#37b1f5;color:#37b1f5}.channels-modal__filter.is-active{background-color:#37b1f5;border-color:#37b1f5;color:#fff}.channels-modal__body{flex:1;overflow-y:auto;padding:2rem}.channels-modal__footer{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-top:1px solid #E5E8EB;background-color:#f5f7fa}.channels-modal__count{font-size:.875rem;color:#6b7280}.channels-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 576px){.channels-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px){.channels-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1024px){.channels-grid{grid-template-columns:repeat(5,1fr)}}.channel-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem;background-color:#fff;border:1px solid #E5E8EB;border-radius:.5rem;transition:all .15s ease}.channel-item:hover{border-color:#37b1f5;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.channel-item.is-hidden{display:none}.channel-item__logo{width:60px;height:60px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;background-color:#f5f7fa;border-radius:.5rem;overflow:hidden}.channel-item__logo img{max-width:100%;max-height:100%;object-fit:contain}.channel-item__logo svg{width:30px;height:30px;color:#6b7280}.channel-item__info{display:flex;flex-direction:column;gap:2px}.channel-item__name{font-size:.875rem;font-weight:600;color:#1f2937;line-height:1.2}.channel-item__lcn{font-size:.75rem;color:#6b7280}.order-form__section{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid #E5E8EB}.order-form__section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.order-form__section-title{font-size:1.125rem;margin-bottom:1.5rem}.order-form__options{display:grid;gap:1rem}@media (min-width: 768px){.order-form__options{grid-template-columns:repeat(3,1fr)}}.order-form__option{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}.order-form__option:focus{outline:none}.order-form__option{padding:1rem;border:2px solid #E5E8EB;border-radius:.5rem;text-align:center;transition:all .15s ease}.order-form__option:hover{border-color:#37b1f5}.order-form__option.is-selected{border-color:#37b1f5;background-color:#37b1f50d}.order-form__option-title{font-weight:600;margin-bottom:.25rem}.order-form__option-price{font-size:.875rem;color:#6b7280}.order-form__consents{display:flex;flex-direction:column;gap:1rem}.order-form__submit{margin-top:2rem;text-align:center}.order-form__submit-note{font-size:.875rem;color:#6b7280;margin-top:1rem}.page-header{background-color:#084389;padding:4rem 0;text-align:center;color:#fff}.page-header__container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.page-header__container{padding-left:1.5rem;padding-right:1.5rem}}.page-header__title{font-size:1.875rem;margin-bottom:.5rem;color:#fff}@media (min-width: 768px){.page-header__title{font-size:2.25rem}}.page-header__breadcrumb{font-size:.875rem;color:#ffffffb3}.page-header__breadcrumb a{color:#ffffffb3}.page-header__breadcrumb a:hover{color:#fff}.page-header__breadcrumb span{margin:0 .5rem}.page-content{padding-top:4rem;padding-bottom:4rem}@media (min-width: 768px){.page-content{padding-top:6rem;padding-bottom:6rem}}.page-content__container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.page-content__container{padding-left:1.5rem;padding-right:1.5rem}}.archive-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width: 576px){.archive-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.archive-grid{grid-template-columns:repeat(3,1fr)}}.post-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;transition:box-shadow .3s ease,transform .3s ease}.post-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.post-card{display:flex;flex-direction:column;height:100%;transition:transform .3s ease,box-shadow .3s ease}.post-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.post-card__image{position:relative}.post-card__image:before{content:"";display:block;padding-top:56.25%}.post-card__image>*{position:absolute;top:0;left:0;width:100%;height:100%}.post-card__image{overflow:hidden;border-radius:.75rem .75rem 0 0}.post-card__image img{object-fit:cover;transition:transform .3s ease}.post-card__image:hover img{transform:scale(1.05)}.post-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#37b1f5,#084389);display:flex;align-items:center;justify-content:center}.post-card__placeholder svg{width:60px;height:60px;color:#ffffff80}.post-card__content{padding:1.5rem;display:flex;flex-direction:column;flex:1}.post-card__meta{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.post-card__title{font-size:1.25rem;margin-bottom:.5rem}.post-card__title a{color:inherit}.post-card__title a:hover{color:#37b1f5}.post-card__excerpt{color:#6b7280;font-size:.875rem;margin-bottom:1rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-card__link{font-weight:600;display:inline-flex;align-items:center;gap:.25rem}.post-card__link svg{width:18px;height:18px;transition:transform .15s ease}.post-card__link:hover svg{transform:translate(4px)}.single-post__header{background-color:#084389;padding:4rem 0;color:#fff}.single-post__container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.single-post__container{padding-left:1.5rem;padding-right:1.5rem}}.single-post__container{max-width:800px}.single-post__meta{font-size:.875rem;color:#ffffffb3;margin-bottom:1rem}.single-post__title{font-size:1.875rem;color:#fff;margin-bottom:0}@media (min-width: 768px){.single-post__title{font-size:2.25rem}}.single-post__featured{margin-top:-4rem;margin-bottom:3rem}.single-post__featured img{width:100%;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.single-post__footer{margin-top:4rem;padding-top:2rem;border-top:1px solid #E5E8EB}.single-post__share{display:flex;align-items:center;gap:1rem}.single-post__share-label{font-weight:600}.single-post__share-links{display:flex;gap:.5rem}.single-post__share-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#f5f7fa;color:#1f2937;transition:all .15s ease}.single-post__share-link:hover{background-color:#37b1f5;color:#fff}.single-post__share-link svg{width:20px;height:20px}.error-404{padding-top:4rem;padding-bottom:4rem}@media (min-width: 768px){.error-404{padding-top:6rem;padding-bottom:6rem}}.error-404{text-align:center}.error-404__container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.error-404__container{padding-left:1.5rem;padding-right:1.5rem}}.error-404__container{max-width:600px}.error-404__code{font-size:120px;font-weight:700;color:#37b1f5;line-height:1;margin-bottom:1rem}@media (min-width: 768px){.error-404__code{font-size:180px}}.error-404__title{font-size:1.5rem;margin-bottom:1rem}@media (min-width: 768px){.error-404__title{font-size:1.875rem}}.error-404__text{color:#6b7280;margin-bottom:2rem}.archive-section{padding-top:4rem;padding-bottom:4rem}.archive-empty{text-align:center;padding:4rem 0}.archive-empty__icon{width:100px;height:100px;margin:0 auto 2rem;background:linear-gradient(135deg,#37b1f5,#084389);border-radius:50%;display:flex;align-items:center;justify-content:center}.archive-empty__icon svg{width:50px;height:50px;color:#fff}.archive-empty__title{font-size:1.5rem;margin-bottom:1rem;color:#1f2937}.archive-empty__text{font-size:1.125rem;color:#6b7280;margin-bottom:2rem}.pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.25rem;margin-top:4rem}@media (min-width: 576px){.pagination{gap:.5rem}}.pagination__item a,.pagination__item span{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .5rem;border:1px solid #E5E8EB;border-radius:.5rem;color:#1f2937;font-weight:500;background-color:#fff;transition:all .15s ease;text-decoration:none}@media (min-width: 576px){.pagination__item a,.pagination__item span{min-width:44px;height:44px}}.pagination__item a:hover{border-color:#37b1f5;color:#37b1f5;background-color:#37b1f50d}.pagination__item--current a,.pagination__item--current span{background-color:#37b1f5;border-color:#37b1f5;color:#fff}.pagination__item--prev a,.pagination__item--next a{padding:0 1rem;font-size:.875rem}@media (min-width: 576px){.pagination__item--prev a,.pagination__item--next a{padding:0 1.5rem}}
