         :root {             --primary-teal: #4A7C75;              --light-gray-bg: #F9FAFA;              --text-dark: #333333;             --text-gray: #666666;             --border-radius: 12px;         }          /* Contenedor principal para centrar todo en la pantalla */         .main-wrapper {             width: 100%;             display: flex;             flex-direction: column;             align-items: center; /* Centra horizontalmente */             justify-content: center;             padding: 50px 0;             font-family: 'Segoe UI', Roboto, sans-serif;         }          /* --- Estilos del Encabezado --- */         .header-container {             text-align: center;             margin-bottom: 35px;             max-width: 800px;             padding: 0 20px;         }          .header-container h1 {             color: var(--text-dark);             font-size: 32px;             margin-bottom: 12px;             font-weight: 700;         }          .header-container p {             color: var(--text-gray);             font-size: 18px;             margin: 0;             line-height: 1.6;         }          /* --- Estilos de la Tabla --- */         .table-container {             width: 90%;             max-width: 900px;             background: white;             border-radius: var(--border-radius);             box-shadow: 0 4px 25px rgba(0,0,0,0.1);             overflow: hidden;             margin: 0 auto; /* Centrado extra */         }          .comparison-table {             width: 100%;             border-collapse: collapse;             table-layout: fixed; /* Ayuda a mantener proporciones */         }          .comparison-table thead th {             background-color: var(--primary-teal);             color: white;             padding: 22px 15px;             font-size: 16px;             text-align: center;         }          .comparison-table tbody td {             padding: 18px 15px;             text-align: center;             color: var(--text-dark);             border-bottom: 1px solid #eeeeee;             word-wrap: break-word;         }          /* Columna "Aspecto" alineada a la izquierda para mejor lectura */         .comparison-table tbody td:first-child {             font-weight: 600;             text-align: left;             padding-left: 25px;             width: 30%;         }          /* Columna ASECO destacada */         .comparison-table tbody td:last-child {             color: var(--primary-teal);             font-weight: 700;         }          /* Filas cebra */         .comparison-table tbody tr:nth-child(even) {             background-color: var(--light-gray-bg);         }          .comparison-table tr:last-child td {             border-bottom: none;         }          /* Ajuste para móviles */         @media (max-width: 600px) {             .header-container h1 { font-size: 24px; }             .header-container p { font-size: 16px; }             .comparison-table thead th, .comparison-table tbody td {                 padding: 12px 8px;                 font-size: 14px;             }         }        /* --- ESTILOS SECCIÓN SOSTENIBILIDAD --- */    .sost-section {     max-width: 1200px;     margin: 0 auto;     padding: 60px 20px;     font-family: 'Roboto', sans-serif;     display: grid;     grid-template-columns: 1fr 1fr;     gap: 60px;     align-items: center;   }    /* --- COLUMNA IZQUIERDA --- */   .sost-left-col {     display: flex;     flex-direction: column;     gap: 20px;   }    /* SUBTÍTULO: FORZADO A AZUL */   .sost-subtitle {     font-size: 0.9rem;     font-weight: 700;     /* Añadimos !important para obligar al color azul #2e2eb8 */     color: #2e2eb8 !important;      text-transform: none;      letter-spacing: 1px;     margin: 0;   }    .sost-title {     font-size: 3rem;     font-weight: 800;     color: #1a1a1a;     line-height: 1.1;     margin: 0;   }    .sost-text {     font-size: 1.1rem;     color: #555555;     line-height: 1.6;     margin: 0;   }    /* --- BOTÓN (AHORA CENTRADO) --- */   .sost-btn {     display: inline-flex;     align-items: center;     gap: 10px;     background-color: #3fc206; /* VERDE LOGO */     color: #ffffff !important; /* Texto BLANCO forzado */     text-decoration: none;     padding: 15px 30px;     border-radius: 50px;     font-weight: 700;     font-size: 1rem;     width: fit-content;     margin-top: 10px;     transition: all 0.3s ease;          /* LÍNEA MODIFICADA PARA CENTRAR EL BOTÓN */     align-self: center;    }    /* Efecto Hover */   .sost-btn:hover {     background-color: #4F8A70; /* VERDE OSCURO */     color: #E6F0EC !important; /* TEXTO VERDE CLARITO forzado */     transform: translateY(-2px);   }    /* --- COLUMNA DERECHA --- */   .sost-right-col {     display: flex;     flex-direction: column;     gap: 20px;   }    .sost-card {     background-color: #E6F0EC; /* Fondo verde clarito */     border-radius: 16px;     padding: 30px;     display: flex;     flex-direction: column;     gap: 15px;     transition: transform 0.2s ease;   }    .sost-card:hover { transform: translateY(-2px); }    .sost-icon {     width: 32px;     height: 32px;     fill: #4F8A70;   }    .sost-card-title {     font-size: 1.3rem;     font-weight: 700;     color: #1a1a1a;     margin: 0;   }    .sost-card-desc {     font-size: 1rem;     color: #444444;     line-height: 1.5;     margin: 0;   }    @media (max-width: 900px) {     .sost-section { grid-template-columns: 1fr; gap: 40px; }     .sost-title { font-size: 2.5rem; }   } #sp-kkiodo{width: 100%; max-width: 100%; padding: 0px;}#sp-zbe9hj{width: calc(100% + 0px); padding: 0px;}#sp-lvt1le{margin: 60px 0px 0px; text-align: center;}#sp-p9nlmbzjvg{border-radius: 25px; object-fit: fill; width: 500%; height: 300%;}#sp-utrssq{height: 1px;}#sp-lf0r92{padding: 60px;}#sp-icpzzy{width: calc(50% + 0px);}#sp-yb6szq{padding: 0px; margin: 0px;}#sp-l40e79885h{text-align: center; margin-bottom: 20px; font-family: sans-serif;}#sp-3iupgcr3rt{         display: inline-block;         background-color: #E6F0EC;         color: #4F8A70;         font-weight: 800;         font-size: 14px;         padding: 6px 20px;         border-radius: 50px;         border: 2px solid #D1E5DE;          letter-spacing: 0.5px;     ;}#sp-azn053e8un{text-decoration: none;}#sp-z5q0hc{font-size: 50px; text-align: center; padding: 0px; margin: 0px;}#sp-qk287j6wiu{color: #2e2eb8;}#sp-ho2l77{margin: 0px; text-align: left;}#sp-mvtp9laf7i{color: #4f8a70;}#sp-2h9ph5ho2z{color: #4f8a70;}#sp-zlmq4q{border-radius: 500px; width: calc(50% + 0px);}#sp-zzrr25{margin: 0px; text-align: center;}#sp-dgtq99chm2{border-radius: 500px; width: 100%;}#sp-m267o9{width: auto; max-width: 650px;}#sp-b8x25r{width: calc(100% + 0px);}#sp-w8za1f{height: 60px;}#sp-wswmnp{padding: 0px;}#sp-uargtu{width: calc(100% + 0px);}#sp-xm8tli{margin: 0px;}#sp-6obg7awta5{background: #fff; padding: 60px 20px; font-family: sans-serif; box-sizing: border-box;}#sp-is02pnemk2{text-align: center; margin-bottom: 50px;}#sp-rbanjx9wi5{background: #F1F8E9; color: #1B5E20; padding: 10px 24px; border-radius: 30px; font-weight: 800; font-size: 15px; display: inline-block; margin-bottom: 25px; letter-spacing: 0.5px;}#sp-gnt76gw62f{font-size: 38px; color: #222; margin: 0 0 20px 0; font-weight: 700; line-height: 1.2;}#sp-66bfiwsqev{color: #2e2eb8; font-weight: 900;}#sp-v887ugyl0o{color: #3fc206; font-weight: 900;}#sp-exd4m6ilph{color: #2e2eb8; font-weight: 900;}#sp-vpea26pm6j{max-width: 750px; margin: 0 auto; color: #666; font-size: 18px; line-height: 1.5;}#sp-y24fgmhgre{display: flex !important; flex-wrap: wrap !important; justify-content: center !important; gap: 30px !important; max-width: 1200px; margin: 0 auto 60px;}#sp-gx7vg586la{flex: 1 1 200px !important; text-align: center; padding: 10px; min-width: 220px;}#sp-1564z2924h{width: 90px; height: 90px; background: #FFA726; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 25px; box-shadow: 0 4px 10px rgba(255, 167, 38, 0.3);}#sp-2wjmb0up7s{font-size: 40px; color: white;}#sp-xlcsibebbk{color: #333; font-size: 20px; margin-bottom: 15px; font-weight: 700;}#sp-6th3ofu3bf{color: #666; font-size: 15px; line-height: 1.5;}#sp-968u3nlmek{flex: 1 1 200px !important; text-align: center; padding: 10px; min-width: 220px;}#sp-laco3egbzs{width: 90px; height: 90px; background: #26C6DA; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 25px; box-shadow: 0 4px 10px rgba(38, 198, 218, 0.3);}#sp-s35o62j2pi{font-size: 40px; color: white;}#sp-vn5jqidqtj{color: #333; font-size: 20px; margin-bottom: 15px; font-weight: 700;}#sp-mhayazgsgc{color: #666; font-size: 15px; line-height: 1.5;}#sp-thytws9zlr{flex: 1 1 200px !important; text-align: center; padding: 10px; min-width: 220px;}#sp-abv07hk36l{width: 90px; height: 90px; background: #1E88E5; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 25px; box-shadow: 0 4px 10px rgba(30, 136, 229, 0.3);}#sp-m32xtyfr7n{font-size: 40px; color: white;}#sp-tnj5wykqgq{color: #333; font-size: 20px; margin-bottom: 15px; font-weight: 700;}#sp-2am1na58er{color: #666; font-size: 15px; line-height: 1.5;}#sp-97k94o75s7{flex: 1 1 200px !important; text-align: center; padding: 10px; min-width: 220px;}#sp-19389bwsav{width: 90px; height: 90px; background: #4CAF50; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 25px; box-shadow: 0 4px 10px rgba(76, 175, 80, 0.3);}#sp-n9vdyoc72o{font-size: 40px; color: white;}#sp-t3uq68wqre{color: #333; font-size: 20px; margin-bottom: 15px; font-weight: 700;}#sp-2qcqv34oi7{color: #666; font-size: 15px; line-height: 1.5;}#sp-kraneqrl3g{background: #F5FBFF; color: #000000; text-align: center; padding: 50px 20px; border-radius: 15px; max-width: 1200px; margin: 0 auto; box-shadow: 0 5px 20px rgba(0,0,0,0.03);}#sp-j335s0z9zq{font-size: 26px; margin: 0 0 20px 0; font-weight: 700;}#sp-9r07ianpfj{color: #3F51B5; font-weight: 900;}#sp-db5rdg8unz{color: #4CAF50; font-weight: 900;}#sp-vi3xzlvu3c{color: #3F51B5; font-weight: 900;}#sp-tniyarch9f{max-width: 900px; margin: 0 auto; font-size: 17px; line-height: 1.5; color: #333;}#sp-m7gaqz{height: 10px;}#sp-xtt5yh{margin-bottom: 20px;}#sp-ek9irn{width: calc(100% + 0px);}#sp-a3ebgu{font-size: 20px; margin: 0px; text-align: center;}#sp-r2ttcp{justify-content: center; margin: 0px;}#sp-pj6g2ou6m3{width: 100%; max-width: 100%;}#sp-na3sok{width: calc(100% + 0px);}#sp-wcojgd{height: 30px;}#sp-nk64ft{padding: 0px; margin: 0px;}#sp-pks0jiiw6s{color: #2e2eb8;}#sp-634nb9er3b{color: #3fc206;}#sp-0mi47sp2be{color: #2e2eb8;}#sp-d9ytqi{margin: 0px;}#sp-rf83he{margin: 0px; text-align: center;}#sp-n33mo8z0f2{border-radius: 25px; object-fit: fill; width: 500%; height: 1000%;}#sp-mui52c{height: 60px;}#sp-xctgh8{font-size: 20px; margin: 0px; text-align: left;}#sp-ojxg0uys1j{text-align: center;}#sp-s5jjbq8mmp{color: #2e2eb8;}#sp-5nmkwxq58o{text-decoration: none;}#sp-e5x9zo{font-size: 50px; text-align: center; margin: 0px;}#sp-b41tyw{margin: 0px; text-align: left;}#sp-laucl0{background-color: rgb(244, 247, 246); width: 100%; max-width: 100%;}#sp-wumfsm{width: calc(45% - 20px);}#sp-vdjqpw{margin: 0px; text-align: left;}#sp-5vcx92iybq{font-size: 48px; color: rgb(37, 99, 235); margin-right: 34px;}#sp-wllast{height: 20px;}#sp-nf0rv5{margin: 0px; text-align: left;}#sp-wi0wbzoxbk{font-size: 48px; color: rgb(37, 99, 235); margin-right: 20px;}#sp-tzd94s{height: 20px;}#sp-nwzlya{margin: 0px; text-align: left;}#sp-z4pur2rh8i{font-size: 48px; color: rgb(37, 99, 235); margin-right: 20px;}#sp-udmaa5{width: calc(55% - 20px);}#sp-dcvl6f{margin: 0px; text-align: center;}#sp-cgnda1627a{border-radius: 20px; object-fit: cover; width: 3000px; height: 400px;}#sp-wkr4nr{width: calc(100% + 0px);}#sp-gwcgjr{height: 100px;}#sp-tt6fmi{background-color: rgb(230, 240, 236); width: 100%; max-width: 100%;}#sp-kj3htw{width: calc(100% + 0px);}#sp-sgsemt{width: auto; max-width: 900px;}#sp-vq4btb{width: calc(100% + 0px);}#sp-o4qwvb{font-size: 20px; color: rgb(46, 46, 184); padding: 10px 10px 0px; margin: 0px; text-align: center;}#sp-ti6idkowji{text-decoration: none;}#sp-mcydun{text-align: center; margin: 0px;}#sp-imthz4{margin: 0px; text-align: left;}#sp-fw56ne{padding: 0px;}#sp-d7nvin{width: calc(100% + 0px);}#sp-kipah4{height: 10px;}#sp-b0qpoc{border-radius: 20px; background-color: rgb(255, 255, 255); width: calc(33.3333% - 20px); padding: 40px 30px; border-top: 1px solid rgb(46, 46, 184); border-bottom: 1px solid rgb(46, 46, 184);}#sp-ho7erypfdj{text-decoration: none;}#sp-snga2i{font-size: 40px; color: rgb(46, 46, 184); text-align: center; margin: 0px 0px 10px;}#sp-pl5jch{margin: 0px 0px 10px; text-align: center;}#sp-ko7cjy4t7f{color: #4f8a70;}#sp-jic75o{border-radius: 20px; background-color: rgb(255, 255, 255); width: calc(33.3333% - 20px); padding: 40px 30px; border-top: 1px solid rgb(46, 46, 184); border-bottom: 1px solid rgb(46, 46, 184);}#sp-tjxiglakpy{text-decoration: none;}#sp-ohq9r2{font-size: 40px; color: rgb(46, 46, 184); text-align: center; margin: 0px 0px 10px;}#sp-evbhds{margin: 0px 0px 10px; text-align: center;}#sp-mqt8jmis1v{color: #4f8a70;}#sp-c0b2l9{border-radius: 20px; background-color: rgb(255, 255, 255); width: calc(33.3333% - 20px); padding: 40px 30px; border-top: 1px solid rgb(46, 46, 184); border-bottom: 1px solid rgb(46, 46, 184);}#sp-u7u3i3a2n9{text-decoration: none;}#sp-fitli0{font-size: 40px; color: rgb(46, 46, 184); text-align: center; margin: 0px 0px 10px;}#sp-l42wc4{margin: 0px 0px 10px; text-align: center;}#sp-p0h701cc66{color: #4f8a70;}#sp-p2t6j5{width: calc(100% + 0px);}#sp-crb8gr{height: 100px;}#sp-nwkl0m{margin: 0px; text-align: center;}#sp-jdzkqq30js{border-radius: 25px; width: 2560px;}#sp-sracw1{background-color: rgb(230, 240, 236); width: 100%; max-width: 100%;}#sp-q2cbmw{width: calc(100% + 0px);}#sp-wtlxmq{height: 100px;}#sp-w3po19{width: auto; max-width: 700px;}#sp-aj5j17{width: calc(100% + 0px);}#sp-ltam3xvoif{text-decoration: none;}#sp-jzd24h{text-align: center; margin: 0px;}#sp-rhli9bj7pb{color: #2e2eb8;}#sp-h6yndu{font-size: 25px; color: rgb(23, 37, 84); margin: 0px; text-align: center;}#sp-cp79zx{width: calc(100% + 0px);}#sp-button-parent-tuovsg{margin: 0px; text-align: center;}#sp-tuovsg{font-size: 26px; background: rgb(63, 194, 6); color: rgb(255, 255, 255); width: auto; padding: 20px 26px; border-radius: 100px;}#sp-ko1ssv{height: 100px;}@media only screen and (max-width: 480px) { #sp-oxh5gs {padding:0px 0px 0px 0px  !important;} #sp-zbe9hj {padding:0px 0px 0px 0px  !important;} #sp-lvt1le {text-align:center !important;} #sp-utrssq {height:20px !important;} .sp-headline-block-z5q0hc,   #sp-z5q0hc,   #z5q0hc {text-align:center !important;} .sp-text-wrapper-ho2l77,   #sp-ho2l77,   #ho2l77 {text-align:left !important;} #sp-zzrr25 {text-align:center !important;} #sp-m267o9 {padding:0px 0px 0px 0px  !important;} #sp-b8x25r {padding:0px 0px 0px 0px  !important;} #sp-w8za1f {height:40px !important;} #sp-m7gaqz {height:10px !important;} #sp-ek9irn {margin:0px 0px 40px 0px  !important;} .sp-text-wrapper-a3ebgu,   #sp-a3ebgu,   #a3ebgu {text-align:left !important;} #sp-r2ttcp {justify-content:center !important;} #sp-wcojgd {height:40px !important;} #sp-rf83he {text-align:center !important;} #sp-mui52c {height:40px !important;} .sp-text-wrapper-xctgh8,   #sp-xctgh8,   #xctgh8 {text-align:left !important;} .sp-headline-block-e5x9zo,   #sp-e5x9zo,   #e5x9zo {text-align:center !important;} .sp-text-wrapper-b41tyw,   #sp-b41tyw,   #b41tyw {text-align:left !important;} #sp-wumfsm {margin-bottom:20px !important;} #sp-vdjqpw {flex-direction: column !important; align-items: center !important;} .sp-icon-feature-media-vdjqpw {margin-bottom: 34px !important; margin-left: 0 !important; margin-right: 0 !important; align-self: center !important;} .sp-icon-feature-content-vdjqpw {text-align:center !important;} .sp-icon-feature-header-vdjqpw {text-align: center !important;} #sp-wllast {height:40px !important;} #sp-nf0rv5 {flex-direction: column !important; align-items: center !important;} .sp-icon-feature-media-nf0rv5 {margin-bottom: 20px !important; margin-left: 0 !important; margin-right: 0 !important; align-self: center !important;} .sp-icon-feature-content-nf0rv5 {text-align:center !important;} .sp-icon-feature-header-nf0rv5 {text-align: center !important;} #sp-tzd94s {height:40px !important;} #sp-nwzlya {flex-direction: column !important; align-items: center !important;} .sp-icon-feature-media-nwzlya {margin-bottom: 20px !important; margin-left: 0 !important; margin-right: 0 !important; align-self: center !important;} .sp-icon-feature-content-nwzlya {text-align:center !important;} .sp-icon-feature-header-nwzlya {text-align: center !important;} #sp-udmaa5 {margin-bottom:20px !important;} #sp-dcvl6f {text-align:center !important;} #sp-gwcgjr {height:20px !important;} .sp-text-wrapper-o4qwvb,   #sp-o4qwvb,   #o4qwvb {text-align:center !important;} .sp-headline-block-mcydun,   #sp-mcydun,   #mcydun {font-size:30px !important;text-align:center !important;} .sp-text-wrapper-imthz4,   #sp-imthz4,   #imthz4 {text-align:left !important;} #sp-kipah4 {height:10px !important;} #sp-b0qpoc {margin:0px 0px 20px 0px  !important;padding:30px 30px 30px 30px  !important;margin-bottom:20px !important;} .sp-headline-block-snga2i,   #sp-snga2i,   #snga2i {text-align:center !important;} .sp-text-wrapper-pl5jch,   #sp-pl5jch,   #pl5jch {text-align:center !important;} #sp-jic75o {margin:0px 0px 20px 0px  !important;padding:30px 30px 30px 30px  !important;margin-bottom:20px !important;} .sp-headline-block-ohq9r2,   #sp-ohq9r2,   #ohq9r2 {text-align:center !important;} .sp-text-wrapper-evbhds,   #sp-evbhds,   #evbhds {text-align:center !important;} #sp-c0b2l9 {padding:30px 30px 30px 30px  !important;margin-bottom:20px !important;} .sp-headline-block-fitli0,   #sp-fitli0,   #fitli0 {text-align:center !important;} .sp-text-wrapper-l42wc4,   #sp-l42wc4,   #l42wc4 {text-align:center !important;} #sp-crb8gr {height:40px !important;} #sp-nwkl0m {text-align:center !important;} #sp-wtlxmq {height:40px !important;} .sp-headline-block-jzd24h,   #sp-jzd24h,   #jzd24h {text-align:center !important;} .sp-text-wrapper-h6yndu,   #sp-h6yndu,   #h6yndu {text-align:center !important;} #sp-button-parent-tuovsg {text-align:center !important;} #sp-ko1ssv {height:30px !important;}}@media only screen and (min-width: 481px) and (max-width: 1024px) { #sp-lvt1le {text-align:center !important;} #sp-utrssq {height:40px !important;} .sp-headline-block-z5q0hc,   #sp-z5q0hc,   #z5q0hc {text-align:center !important;} .sp-text-wrapper-ho2l77,   #sp-ho2l77,   #ho2l77 {text-align:left !important;} #sp-zzrr25 {text-align:center !important;} #sp-w8za1f {height:10px !important;} #sp-m7gaqz {height:10px !important;} .sp-text-wrapper-a3ebgu,   #sp-a3ebgu,   #a3ebgu {text-align:left !important;} #sp-r2ttcp {justify-content:center !important;} #sp-wcojgd {height:10px !important;} #sp-rf83he {text-align:center !important;} #sp-mui52c {height:10px !important;} .sp-text-wrapper-xctgh8,   #sp-xctgh8,   #xctgh8 {text-align:left !important;} .sp-headline-block-e5x9zo,   #sp-e5x9zo,   #e5x9zo {text-align:center !important;} .sp-text-wrapper-b41tyw,   #sp-b41tyw,   #b41tyw {text-align:left !important;} #sp-vdjqpw {flex-direction: column !important; align-items: center !important;} .sp-icon-feature-media-vdjqpw {margin-bottom: 34px !important; margin-left: 0 !important; margin-right: 0 !important; align-self: center !important;} .sp-icon-feature-content-vdjqpw {text-align:center !important;} #sp-wllast {height:10px !important;} #sp-nf0rv5 {flex-direction: column !important; align-items: center !important;} .sp-icon-feature-media-nf0rv5 {margin-bottom: 20px !important; margin-left: 0 !important; margin-right: 0 !important; align-self: center !important;} .sp-icon-feature-content-nf0rv5 {text-align:center !important;} #sp-tzd94s {height:10px !important;} #sp-nwzlya {flex-direction: column !important; align-items: center !important;} .sp-icon-feature-media-nwzlya {margin-bottom: 20px !important; margin-left: 0 !important; margin-right: 0 !important; align-self: center !important;} .sp-icon-feature-content-nwzlya {text-align:center !important;} #sp-dcvl6f {text-align:center !important;} #sp-gwcgjr {height:60px !important;} .sp-text-wrapper-o4qwvb,   #sp-o4qwvb,   #o4qwvb {text-align:center !important;} .sp-headline-block-mcydun,   #sp-mcydun,   #mcydun {text-align:center !important;} .sp-text-wrapper-imthz4,   #sp-imthz4,   #imthz4 {text-align:left !important;} #sp-kipah4 {height:10px !important;} .sp-headline-block-snga2i,   #sp-snga2i,   #snga2i {text-align:center !important;} .sp-text-wrapper-pl5jch,   #sp-pl5jch,   #pl5jch {text-align:left !important;} .sp-headline-block-ohq9r2,   #sp-ohq9r2,   #ohq9r2 {text-align:center !important;} .sp-text-wrapper-evbhds,   #sp-evbhds,   #evbhds {text-align:left !important;} .sp-headline-block-fitli0,   #sp-fitli0,   #fitli0 {text-align:center !important;} .sp-text-wrapper-l42wc4,   #sp-l42wc4,   #l42wc4 {text-align:left !important;} #sp-crb8gr {height:60px !important;} #sp-nwkl0m {text-align:center !important;} #sp-wtlxmq {height:60px !important;} .sp-headline-block-jzd24h,   #sp-jzd24h,   #jzd24h {text-align:center !important;} .sp-text-wrapper-h6yndu,   #sp-h6yndu,   #h6yndu {text-align:center !important;} #sp-button-parent-tuovsg {text-align:center !important;} #sp-ko1ssv {height:60px !important;}}