:root{--red:#d91f26;--dark:#141414;--muted:#666;--light:#f7f7f7;--white:#fff;--shadow:0 18px 45px rgba(0,0,0,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--dark);background:#fff}a{text-decoration:none;color:inherit}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);display:flex;align-items:center;justify-content:space-between;gap:24px;padding:10px 5vw;box-shadow:0 2px 18px rgba(0,0,0,.08)}.brand{display:flex;align-items:center;gap:14px;font-weight:700}.brand img{width:105px;height:auto}.brand span{font-size:.9rem;max-width:280px}.brand-tagline{font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main-nav{display:flex;align-items:center;gap:18px;font-size:.93rem}.nav-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border:2px solid var(--red);border-radius:8px;color:var(--red);font-weight:600;transition:all .2s;cursor:pointer}.nav-btn:hover{background:var(--red);color:#fff;transform:translateY(-2px)}select{padding:8px;border:1px solid #ddd;border-radius:8px}.menu-toggle{display:none;background:var(--red);color:#fff;border:0;border-radius:8px;padding:10px 13px}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:#fff;padding:13px 22px;border-radius:999px;border:2px solid var(--red);font-weight:700;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.btn.ghost{background:#fff;color:var(--red)}.btn.small{padding:9px 15px;font-size:.88rem}.hero{min-height:82vh;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;position:relative;overflow:hidden;background:#111}.hero-media{position:absolute;inset:0}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.25),rgba(255,255,255,.12))}.hero-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:fill;opacity:0;transition:opacity 1s}.hero-slide.active{opacity:1}.hero-content{position:relative;color:#fff;padding:7vw;max-width:780px}.eyebrow{text-transform:uppercase;letter-spacing:.09em;font-weight:800;color:var(--red);margin-bottom:12px}.hero .eyebrow{color:#fff;background:rgba(217,31,38,.88);display:inline-block;padding:8px 12px;border-radius:999px}.hero h1{font-size:clamp(2.5rem,6vw,5.7rem);line-height:.95;margin:0 0 18px}.hero p{font-size:1.25rem;line-height:1.55;max-width:680px}.actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:28px}.section{padding:88px 7vw}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}.section h2{font-size:clamp(2rem,4vw,3.4rem);margin:0 0 18px}.section p{line-height:1.7;color:#444}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.stats div,.cards article,.contact-card,.form-card,.custom-product{background:#fff;border-radius:24px;padding:28px;box-shadow:var(--shadow)}.stats strong{display:block;color:var(--red);font-size:2.8rem}.stats span{font-weight:700}.red-section{background:linear-gradient(135deg,#b9151c,#e52b31);color:#fff}.red-section .eyebrow,.red-section p{color:#fff}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:0.5cm;margin:34px 0}.cards article{display:flex;flex-direction:column;overflow:hidden;color:#111;min-height:440px;background:#fff;border-radius:24px;padding:0;box-shadow:var(--shadow);transition:transform .25s ease,box-shadow .25s ease}.cards article:hover{transform:translateY(-4px);box-shadow:0 28px 70px rgba(0,0,0,.16)}.cards article .card-img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:20px 20px 0 0}.cards article .card-content{display:flex;flex-direction:column;flex:1;padding:20px;gap:12px}.cards article h3{color:var(--red);margin:0;font-size:1.35rem}.cards article p{margin:0;line-height:1.75;color:#555;flex:1}.cards article .card-text{flex:1}.text-justify{text-align:justify}.cards article .card-footer{margin-top:auto}.video-showcase{margin-top:42px;display:grid;justify-items:center;gap:24px;text-align:center}.video-showcase:hover .video-frame{box-shadow:0 0 0 4px rgba(217,31,38,.22),var(--shadow)}.video-showcase-header{max-width:760px}.video-showcase-header h3{margin:0 auto 0.8rem;font-size:clamp(2rem,2.6vw,2.6rem);color:#fff;letter-spacing:.02em}.video-showcase-header p{margin:0 auto;font-size:1rem;max-width:640px;color:#fff;line-height:1.6}.video-frame{position:relative;width:70%;max-width:760px;min-width:280px;transition:transform .3s ease,box-shadow .3s ease}.video-frame:hover{transform:translateY(-6px)}.video-frame::before,.video-frame::after{content:"";position:absolute;top:12px;left:12px;width:100%;height:100%;border-radius:28px;background:rgba(0,0,0,.08);z-index:-2;transition:transform .3s ease,opacity .3s ease}.video-frame::after{top:24px;left:24px;opacity:.85}.video-frame:hover::before{transform:translate(-6px,-6px)}.video-frame:hover::after{transform:translate(-12px,-12px)}.video-showcase video{width:100%;height:auto;max-height:420px;border-radius:28px;box-shadow:var(--shadow);background:#000}.video-caption{display:none}.custom-product{margin:36px auto 0;color:#111;display:flex;align-items:flex-start;justify-content:flex-start;gap:28px;flex-wrap:wrap;padding:28px 32px;background:linear-gradient(135deg,rgba(255,255,255,1),rgba(249,244,239,1));border-radius:32px;box-shadow:var(--shadow);max-width:900px}.custom-product-brand{display:flex;align-items:center;gap:18px;min-width:220px;padding-right:22px;border-right:1px solid rgba(0,0,0,.08)}.custom-product-brand img{width:76px;height:auto;border-radius:18px;background:#fff;padding:10px;box-shadow:0 16px 35px rgba(0,0,0,.08);object-fit:contain}.brand-copy strong{display:block;font-size:1.05rem;color:#111;margin-bottom:6px}.brand-copy span{display:block;color:#555;line-height:1.4}.custom-product-text{flex:1;min-width:260px}.custom-product-text h3{margin:0;display:flex;align-items:center;gap:12px;font-size:1.55rem;line-height:1.1}.custom-product-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;font-size:1.25rem;color:var(--red);background:rgba(217,31,38,.1);border-radius:14px}.custom-product-text p{margin:18px 0 0;max-width:700px;color:#333;line-height:1.75}.custom-product-text .btn{margin-top:24px}.custom-product p{margin:0}.lab-visual{border-radius:32px;overflow:hidden;box-shadow:var(--shadow)}.lab-visual img{display:block;width:100%;height:100%;object-fit:cover}.lab-copy{display:flex;flex-direction:column;gap:26px}.lab-copy > div:first-child{display:flex;flex-direction:column;gap:16px}.lab-features{display:grid;gap:16px}.lab-feature{display:flex;align-items:flex-start;gap:18px;padding:18px 18px 18px 16px;background:rgba(255,255,255,.95);border-radius:24px;box-shadow:0 18px 38px rgba(0,0,0,.07)}.lab-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:18px;background:rgba(217,31,38,.12);color:var(--red);font-size:1.35rem;flex-shrink:0}.lab-feature h4{margin:0;font-size:1.05rem;color:#111}.lab-feature p{margin:6px 0 0;color:#555;line-height:1.65}.lab-section .btn{align-self:flex-start}
.cert-section{background:var(--light)}
.cert-section{background:var(--light);padding:60px 5vw}
.cert-hero{display:flex;flex-direction:column;gap:10px;padding:14px 0}
.cert-badge{display:flex;align-items:center;gap:14px;background:#fff;border-radius:22px;padding:14px 18px;box-shadow:var(--shadow);max-width:520px}
.cert-badge img{width:72px;height:auto;display:block;object-fit:contain}
.cert-badge strong{display:block;font-size:1rem;color:#111;margin-bottom:4px}
.cert-badge span{color:#555;line-height:1.4}
.cert-hero-copy{margin:0;color:#444;line-height:1.45}
.cert-indent{text-indent:1cm}
.cert-details{display:grid;gap:14px}
.cert-text h2{margin:0}.cert-summary{margin:0;color:#444;line-height:1.65;font-weight:600}
.cert-items{display:flex;flex-wrap:wrap;gap:12px}
.cert-chip{display:flex;align-items:center;gap:10px;padding:10px 16px;border-radius:999px;background:#fff;box-shadow:var(--shadow);min-height:48px}
.cert-chip img{width:28px;height:28px;object-fit:contain;border-radius:8px}
.cert-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:14px;background:rgba(217,31,38,.12);font-size:1.1rem;flex-shrink:0}
.cert-chip span{font-size:.95rem;font-weight:700;color:#111}
.light{background:var(--light)}.badge{background:var(--red);color:#fff;border-radius:50%;width:230px;height:230px;display:grid;place-items:center;text-align:center;font-size:2rem;font-weight:900;justify-self:center;box-shadow:var(--shadow)}.form-section,.jobs-section{background:#fafafa}.jobs-content{display:grid;grid-template-columns:1.4fr .6fr;gap:40px;align-items:center;width:90%;max-width:1100px;margin:0 auto}.jobs-video,.jobs-form{margin:0;display:flex;flex-direction:column; height: 100%}.talent-video{width:100%;height:100%;object-fit:cover;border-radius:28px;box-shadow:var(--shadow);display:block}.form-card{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;max-width:100%;margin:0;height:100%}.form-card.jobs-form{padding:32px;background:#fff;border-radius:28px;box-shadow:var(--shadow);height:100%}.form-card.compact{margin-top:42px}label{display:flex;flex-direction:column;gap:8px;font-weight:700}input,textarea,select{font:inherit;padding:13px 14px;border:1px solid #d8d8d8;border-radius:12px;background:#fff}textarea{resize:vertical}.wide{grid-column:1/-1}.check{flex-direction:row;align-items:flex-start;font-weight:500}.check input{width:auto;margin-top:3px}.legal{background:#fff3f3;border:1px solid #ffd0d0;border-radius:14px;padding:14px}.legal summary{cursor:pointer;font-weight:800;color:var(--red)}.contact-section{background:#fff}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:28px}.map-link{display:inline-flex;margin-top:10px;background:#f4f4f4;border:1px solid #ddd;border-radius:14px;padding:12px 14px;font-weight:800;color:var(--red)}.footer{background:#111;color:#fff;padding:10px 1vw;display:grid;grid-template-columns:minmax(20%,1fr) minmax(60%,1.5fr) minmax(20%,1fr);gap:5px;align-items:start;text-align:left}.footer-brand{display:flex;flex-direction:column;gap:14px;max-width:260px}.footer-brand img{width:80px;height:auto;background:#fff;border-radius:18px;padding:8px;box-shadow:var(--shadow)}.footer-brand strong{font-size:1rem;color:#fff;margin-bottom:6px}.footer-brand p{margin:0;color:#d1d1d1;line-height:1.7}.footer-contact h3,.footer-social h3{margin:0 0 14px;font-size:1.05rem;color:#fff}.footer-address{margin-bottom:18px}.footer-address p{margin:0;color:#ccc;line-height:1.7}.footer-address p strong{color:#fff}.footer-social .social-links{display:flex;gap:10px;margin-bottom:12px;justify-content:flex-start}.social-icon{display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.18);border-radius:14px;color:#fff;font-weight:700;transition:.2s;background:rgba(255,255,255,.04)}.social-icon:hover{border-color:var(--red);background:rgba(217,31,38,.18)}.social-icon::before{content:"";display:block;width:18px;height:18px;background-size:contain;background-repeat:no-repeat;background-position:center}.social-icon.instagram::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M224.1 141c-63.6 0-115.1 51.5-115.1 115.1s51.5 115.1 115.1 115.1 115.1-51.5 115.1-115.1S287.6 141 224.1 141zm0 189.6c-41.5 0-74.5-33-74.5-74.5s33-74.5 74.5-74.5 74.5 33 74.5 74.5-33 74.5-74.5 74.5zm146.4-194.3c0 14.9-12 27-27 27s-27-12.1-27-27 12-27 27-27 27 12.1 27 27zm76.1 27.2c-1.7-35.7-9.9-67.3-36.2-93.6-26.3-26.3-57.9-34.5-93.6-36.2C291.2 32 256 32 224.1 32s-67.1 0-89.9 1.5c-35.7 1.7-67.3 9.9-93.6 36.2-26.3 26.3-34.5 57.9-36.2 93.6C32 156.9 32 192.1 32 224.1s0 67.1 1.5 89.9c1.7 35.7 9.9 67.3 36.2 93.6 26.3 26.3 57.9 34.5 93.6 36.2 22.8 1.5 58 1.5 89.9 1.5s67.1 0 89.9-1.5c35.7-1.7 67.3-9.9 93.6-36.2 26.3-26.3 34.5-57.9 36.2-93.6 1.5-22.8 1.5-58 1.5-89.9s0-67.1-1.5-89.9zm-48.6 218.7c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.4 9s-102.9 2.6-132.4-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.4s-2.6-102.9 9-132.4c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.4-9s102.9-2.6 132.4 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.4s2.7 102.9-9 132.4z'/%3E%3C/svg%3E")}.social-icon.facebook::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='white' d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.09 44.38-121.09 124.72v70.62H22.89V288h81.38v224h100.17V288z'/%3E%3C/svg%3E")}.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}.footer-social p{margin:0;color:#d1d1d1;line-height:1.7}.footer-bottom{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.12);padding-top:5px;margin-top:5px;text-align:center;color:#7a7a7a;font-size:.95rem}.footer p{margin:0}@media(max-width:1040px){.footer{grid-template-columns:1fr;row-gap:5px;padding:5px 2vw;text-align:center}.footer-brand,.footer-contact,.footer-social{align-items:center}.footer-contact h3,.footer-social h3{text-align:center}.footer-contact,.footer-social{display:flex;flex-direction:column;align-items:center}.footer-contact .footer-address{max-width:520px}.footer-bottom{text-align:center}}@media(max-width:700px){.section{padding:64px 5vw}.form-card,.stats{grid-template-columns:1fr}.brand span{display:none}.hero-content{padding:22vh 6vw 10vh}.cards{grid-template-columns:1fr}.custom-product{display:block}.btn{width:100%;margin-top:10px}.contact-grid{grid-template-columns:1fr}.footer{padding:30px 5vw}}
.talent-video-frame {height: 100% !important;}
#cotizacion {background: #d91f26 !important;}
#cotizacion H2 {color: #fff !important;}
#contacto {background: #d91f26 !important;}
#contacto H2 {color: #fff !important;}

/* Navegacion roja 3D con indicador persistente de la seccion activa */
.main-nav .nav-btn,
.main-nav .btn.small,
.main-nav #language{
  min-height:42px;
  padding:9px 15px;
  border:1px solid #9d0d13;
  border-radius:10px;
  background:linear-gradient(180deg,#f13a42 0%,#d91f26 52%,#b71118 100%) !important;
  color:#fff !important;
  font-size:.88rem;
  font-weight:700;
  text-shadow:0 1px 1px rgba(0,0,0,.45);
  box-shadow:0 5px 0 #850a0f,0 7px 12px rgba(0,0,0,.24);
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
.main-nav .nav-btn:hover,
.main-nav .btn.small:hover,
.main-nav #language:hover{
  color:#fff;
  filter:brightness(1.08);
  transform:translateY(-1px);
  box-shadow:0 6px 0 #850a0f,0 9px 16px rgba(0,0,0,.28);
}
.main-nav .nav-btn:active,
.main-nav .btn.small:active{
  transform:translateY(4px);
  box-shadow:0 1px 0 #850a0f,0 3px 7px rgba(0,0,0,.25);
}
.main-nav a.active,
.main-nav a[aria-current="page"]{
  background:linear-gradient(180deg,#ff6268 0%,#e6242c 48%,#bd1017 100%);
  color:#fff;
  border-color:#fff;
  transform:translateY(-2px);
  box-shadow:0 6px 0 #850a0f,0 0 0 3px rgba(255,255,255,.95),0 0 20px 7px rgba(217,31,38,.65);
}
.main-nav #language{
  appearance:none;
  -webkit-appearance:none;
  cursor:pointer;
  color-scheme:dark;
  padding-right:35px;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='white' d='M1.4.8 6 5.4 10.6.8 12 2.2l-6 6-6-6z'/%3E%3C/svg%3E"),
    linear-gradient(180deg,#f13a42 0%,#d91f26 52%,#b71118 100%) !important;
  background-repeat:no-repeat,no-repeat !important;
  background-position:right 12px center,center !important;
  background-size:12px 8px,100% 100% !important;
}
.main-nav #language option{
  background:#b71118;
  color:#fff;
}

.form-status{
  display:none;
  margin:0;
  padding:13px 15px;
  border-radius:12px;
  font-weight:700;
}
.form-status.is-sending,
.form-status.is-success,
.form-status.is-error{
  display:block;
}
.form-status.is-sending{
  background:#fff7df;
  color:#8a5b00;
}
.form-status.is-success{
  background:#e8f7ee;
  color:#146c35;
}
.form-status.is-error{
  background:#fff0f0;
  color:#a30f16;
}

.file-field .file-input{
  position:absolute;
  width:1px;
  height:1px;
  opacity:0;
  pointer-events:none;
}
.file-control{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.file-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:12px;
  background:var(--red);
  color:#fff;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 4px 0 #850a0f,0 7px 12px rgba(0,0,0,.16);
}
.file-name{
  color:#555;
  font-weight:600;
}
.file-field:focus-within .file-button,
.file-button:hover{
  filter:brightness(1.05);
}

/* Direcciones del footer distribuidas en dos columnas */
.footer-contact{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 28px;
}
.footer-contact h3{
  grid-column:1/-1;
}
.footer-contact .footer-address{
  margin-bottom:0;
}
@media(max-width:700px){
  .footer-contact{
    grid-template-columns:1fr;
  }
}

/* Responsive layout */
img,
video,
iframe{
  max-width:100%;
}

@media(max-width:1180px){
  .site-header{
    align-items:flex-start;
    flex-wrap:wrap;
    gap:12px;
  }
  .main-nav{
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:12px;
  }
  .main-nav .nav-btn,
  .main-nav .btn.small,
  .main-nav #language{
    font-size:.82rem;
    padding:8px 12px;
  }
  .cards{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .contact-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .footer{
    grid-template-columns:1fr 1.4fr 1fr;
    padding:18px 4vw;
    gap:18px;
  }
}

@media(max-width:900px){
  .site-header{
    align-items:center;
  }
  .brand img{
    width:86px;
  }
  .brand-tagline{
    max-width:210px;
  }
  .menu-toggle{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-left:auto;
  }
  .main-nav{
    display:none;
    width:100%;
    flex-direction:column;
    align-items:stretch;
    gap:12px;
    padding:14px 0 4px;
  }
  .main-nav.open{
    display:flex;
  }
  .main-nav .nav-btn,
  .main-nav .btn.small,
  .main-nav #language{
    width:100%;
    min-height:44px;
  }
  .hero{
    min-height:auto;
    display:block;
  }
  .hero-content{
    padding:120px 6vw 72px;
    max-width:none;
  }
  .hero p{
    font-size:1.05rem;
  }
  .two-col,
  .lab-section,
  .jobs-section{
    grid-template-columns:1fr;
    gap:30px;
  }
  .stats{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .section{
    padding:68px 5vw;
  }
  .video-frame{
    width:100%;
  }
  .custom-product{
    display:grid;
    gap:22px;
  }
  .custom-product-brand{
    border-right:0;
    border-bottom:1px solid rgba(0,0,0,.08);
    padding-right:0;
    padding-bottom:18px;
  }
  .form-card,
  .form-card.jobs-form{
    height:auto;
  }
  .jobs-video{
    min-height:320px;
  }
  .talent-video-frame{
    min-height:320px;
  }
  .footer{
    grid-template-columns:1fr;
    text-align:center;
    justify-items:center;
    padding:28px 5vw;
  }
  .footer-brand,
  .footer-social,
  .footer-contact{
    align-items:center;
  }
  .footer-contact{
    width:100%;
  }
  .footer-social .social-links{
    justify-content:center;
  }
}

@media(max-width:640px){
  body{
    overflow-x:hidden;
  }
  .site-header{
    padding:8px 4vw;
  }
  .brand{
    max-width:calc(100% - 58px);
  }
  .brand img{
    width:72px;
  }
  .brand span{
    display:block;
    max-width:170px;
    font-size:.78rem;
  }
  .hero-content{
    padding:96px 5vw 56px;
  }
  .hero h2,
  .section h2{
    font-size:clamp(1.75rem,9vw,2.4rem);
  }
  .hero p{
    font-size:1rem;
  }
  .actions,
  .file-control{
    flex-direction:column;
    align-items:stretch;
  }
  .btn,
  .actions .btn,
  .file-button{
    width:100%;
  }
  .section{
    padding:54px 4vw;
  }
  .stats,
  .cards,
  .contact-grid,
  .form-card,
  .form-card.jobs-form{
    grid-template-columns:1fr;
  }
  .stats div,
  .cards article,
  .contact-card,
  .form-card,
  .custom-product,
  .form-card.jobs-form{
    border-radius:18px;
    padding:20px;
  }
  .cards article{
    padding:0;
    min-height:auto;
  }
  .cards article .card-content{
    padding:18px;
  }
  .lab-feature{
    flex-direction:column;
  }
  .cert-badge{
    align-items:flex-start;
    flex-direction:column;
  }
  .cert-chip{
    width:100%;
    justify-content:flex-start;
  }
  .video-showcase video{
    max-height:none;
  }
  .video-frame::before,
  .video-frame::after{
    display:none;
  }
  .jobs-video,
  .talent-video-frame{
    min-height:260px;
  }
  .footer-contact{
    grid-template-columns:1fr;
  }
  .footer-bottom{
    font-size:.82rem;
  }
}
