:root{
  --it-brand:#903F98;
  --it-dark:#2D1735;
  --it-accent:#F4B000;
  --it-accent-2:#ffd768;
  --it-paper:#f7f3f8;
  --it-paper-2:#efe7f1;
  --it-line:rgba(45,23,53,.15);
  --it-white:#fff;
  --it-text:#2D1735;
  --it-muted:#65576a;
  --it-radius:0;
  --it-shadow:0 22px 70px rgba(0,0,0,.16);
  --it-container:1240px;
  --it-font:Arial, Helvetica, sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--it-font);color:var(--it-text);background:#fff;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,textarea,select{font:inherit}
.it-container{width:min(calc(100% - 40px),var(--it-container));margin-inline:auto}.screen-reader-text,.skip-link{position:absolute!important;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;overflow:hidden;white-space:nowrap}.skip-link:focus{clip:auto!important;clip-path:none;height:auto;width:auto;z-index:99999;background:#fff;color:#000;padding:12px 18px;left:16px;top:16px;border:2px solid var(--it-accent)}
:focus-visible{outline:3px solid var(--it-accent);outline-offset:3px}
.it-site-header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 1px 0 rgba(16,24,32,.08)}.admin-bar .it-site-header{top:32px}.it-topbar{background:var(--it-dark);color:rgba(255,255,255,.82);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.it-topbar__inner{height:38px;display:flex;justify-content:space-between;align-items:center;gap:20px}.it-topbar__links{display:flex;gap:22px}.it-topbar a{color:#fff}.it-mainbar{background:#fff}.it-mainbar__inner{height:88px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}.it-logo{display:inline-flex;align-items:center;gap:13px;font-weight:800;letter-spacing:.065em;color:var(--it-brand);font-size:18px;text-transform:uppercase}.custom-logo-link img{max-width:260px;max-height:72px;width:auto}.it-logo-mark{position:relative;width:40px;height:40px;display:grid;place-items:center}.it-logo-mark:before{content:"";position:absolute;inset:0;border:4px solid var(--it-accent);transform:skew(-12deg)}.it-logo-mark span{position:absolute;display:block;width:21px;height:4px;background:var(--it-brand);transform:rotate(-26deg)}.it-logo-mark span:nth-child(1){top:12px}.it-logo-mark span:nth-child(2){top:18px}.it-logo-mark span:nth-child(3){top:24px}.it-logo-text{white-space:nowrap}.it-nav{justify-self:end}.it-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:30px}.it-menu li{position:relative}.it-menu a{display:inline-flex;align-items:center;min-height:44px;font-size:14px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--it-brand);transition:color .18s ease}.it-menu a:hover{color:var(--it-accent)}.it-menu .sub-menu{position:absolute;top:100%;left:-20px;min-width:240px;background:#fff;box-shadow:var(--it-shadow);padding:14px 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .18s ease;list-style:none}.it-menu li:hover>.sub-menu,.it-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.it-menu .sub-menu a{padding:7px 20px;min-height:auto;white-space:nowrap;text-transform:none;letter-spacing:0;font-weight:600}.it-search-toggle,.it-nav-toggle{appearance:none;border:0;background:none;color:var(--it-brand);cursor:pointer}.it-search-toggle{font-size:30px;line-height:1}.it-nav-toggle{display:none;width:44px;height:44px;gap:5px;flex-direction:column;justify-content:center}.it-nav-toggle span:not(.screen-reader-text){display:block;height:2px;background:var(--it-brand);width:25px}.it-search-panel{border-top:1px solid var(--it-line);background:#fff;padding:18px 0;box-shadow:0 10px 30px rgba(0,0,0,.08)}.it-search-form{display:flex;gap:10px;align-items:center}.it-search-form label{flex:1}.it-search-field{width:100%;border:1px solid var(--it-line);min-height:50px;padding:0 16px;background:#fff}
.it-hero{position:relative;min-height:var(--it-hero-height,680px);background-image:linear-gradient(90deg,rgba(45,23,53,.92) 0%,rgba(45,23,53,.72) 42%,rgba(45,23,53,.2) 100%),var(--it-hero-image);background-size:cover;background-position:center;display:flex;align-items:center;color:#fff;overflow:hidden}.it-hero:after{content:"";position:absolute;right:-10vw;bottom:-20px;width:52vw;height:170px;background:var(--it-accent);transform:skewX(-23deg);opacity:.95}.it-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.22),rgba(0,0,0,.1))}.it-hero__content{position:relative;z-index:1}.it-hero__copy{max-width:740px;padding:90px 0 130px}.it-kicker{display:inline-flex;align-items:center;gap:10px;color:var(--it-accent);font-size:13px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;margin-bottom:18px}.it-kicker:before{content:"";width:42px;height:2px;background:currentColor}.it-hero h1,.it-page-hero h1{font-size:clamp(46px,7vw,92px);line-height:.96;letter-spacing:-.055em;margin:0 0 26px;font-weight:800}.it-hero p{font-size:clamp(18px,2vw,24px);max-width:650px;color:rgba(255,255,255,.9);margin:0 0 34px}.it-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 26px;background:var(--it-accent);color:#111;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:13px;border:2px solid var(--it-accent);transition:transform .18s ease,background .18s ease,color .18s ease}.it-button:hover{transform:translateY(-1px);background:#fff;color:var(--it-brand);border-color:#fff}.it-button--dark{background:var(--it-brand);border-color:var(--it-brand);color:#fff}.it-button--dark:hover{background:var(--it-accent);border-color:var(--it-accent);color:#111}.it-link{display:inline-flex;align-items:center;gap:12px;margin-top:14px;color:var(--it-brand);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:13px}.it-link:after{content:"→";font-size:20px;line-height:0;color:var(--it-accent)}.it-news-band{position:relative;margin-top:-70px;z-index:5}.it-news-track{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;box-shadow:var(--it-shadow)}.it-news-card{min-height:230px;border-right:1px solid var(--it-line);background:#fff}.it-news-card:last-child{border-right:0}.it-news-card a{display:block;height:100%;padding:30px 28px;color:var(--it-brand);transition:background .18s ease,color .18s ease}.it-news-card a:hover{background:var(--it-brand);color:#fff}.it-news-card span{display:block;color:var(--it-accent);font-weight:800;font-size:13px;letter-spacing:.08em;margin-bottom:28px}.it-news-card h2{font-size:20px;line-height:1.15;margin:0 0 12px;letter-spacing:-.02em}.it-news-card p{margin:0;color:inherit;opacity:.72}.it-section{padding:120px 0}.it-section--light{background:var(--it-paper)}.it-section-heading{max-width:720px;margin-bottom:44px}.it-section h2{font-size:clamp(36px,5vw,68px);line-height:1;letter-spacing:-.05em;margin:0 0 24px}.it-section p{font-size:18px;color:var(--it-muted);margin:0 0 16px}.it-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:80px;align-items:center}.it-split--wide{grid-template-columns:.9fr 1.1fr}.it-who__visual{position:relative;min-height:430px;background:var(--it-paper);padding:35px}.it-who__visual img{width:100%;height:330px;object-fit:cover}.it-stats{position:absolute;left:35px;right:35px;bottom:-48px;display:grid;grid-template-columns:repeat(3,1fr);background:var(--it-brand);color:#fff;box-shadow:var(--it-shadow)}.it-stat{padding:30px;border-right:1px solid rgba(255,255,255,.16)}.it-stat:last-child{border-right:0}.it-stat strong{display:block;font-size:clamp(30px,4vw,52px);line-height:1;font-weight:650;color:#fff;letter-spacing:-.035em;white-space:nowrap;max-width:100%}.it-stat span{display:block;margin-top:8px;color:rgba(255,255,255,.82);text-transform:uppercase;font-size:11px;font-weight:700;letter-spacing:.11em}.it-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.it-card{background:#fff;min-height:100%;box-shadow:0 1px 0 var(--it-line);transition:transform .18s ease,box-shadow .18s ease}.it-card:hover{transform:translateY(-5px);box-shadow:var(--it-shadow)}.it-card__media{height:var(--it-card-media-height,230px);background:linear-gradient(135deg,var(--it-brand),#6a4773);position:relative;overflow:hidden}.it-card__media:before,.it-card__media:after{content:"";position:absolute;background:rgba(255,255,255,.18);transform:skewX(-22deg)}.it-card__media:before{width:45%;height:130%;left:-12%;top:-20%}.it-card__media:after{width:22%;height:130%;right:12%;top:-10%;background:rgba(244,176,0,.62)}.it-card__media--bulk{background:linear-gradient(135deg,#43264a,#8f7195)}.it-card__media--liquid{background:linear-gradient(135deg,#2D1735,#62416b)}.it-card__media--logistics{background:linear-gradient(135deg,#2D1735,#F4B000)}.it-card__body{padding:34px 32px}.it-card h3{font-size:28px;letter-spacing:-.03em;margin:0 0 14px}.it-card p{font-size:16px}.it-what{background:var(--it-dark);color:#fff}.it-what p{color:rgba(255,255,255,.76)}.it-quote-panel{padding:50px;background:#fff;color:var(--it-brand);position:relative}.it-quote-panel:before{content:"";position:absolute;left:0;top:0;height:100%;width:8px;background:var(--it-accent)}.it-network{background:#fff}.it-map-card{background:var(--it-paper);min-height:490px;display:grid;place-items:center;padding:50px;position:relative;overflow:hidden}.it-map-card:after{content:"";position:absolute;right:-90px;bottom:-90px;width:260px;height:260px;background:var(--it-accent);transform:rotate(45deg);opacity:.75}.it-map-card img{position:relative;z-index:1;max-height:380px}.it-how{background:linear-gradient(135deg,var(--it-paper),#fff)}.it-page-hero{background:var(--it-dark);color:#fff;padding:110px 0 80px;position:relative;overflow:hidden}.it-page-hero:after{content:"";position:absolute;right:-90px;bottom:-80px;width:360px;height:180px;background:var(--it-accent);transform:skew(-24deg)}.it-page-hero p{font-size:20px;max-width:720px;color:rgba(255,255,255,.82)}.it-content-layout,.it-entry{padding:80px 0}.it-entry{font-size:18px}.it-entry--narrow{max-width:900px}.it-entry h1,.it-entry h2,.it-entry h3{letter-spacing:-.035em;line-height:1.05}.it-entry h2{font-size:42px}.it-entry a{text-decoration:underline;text-decoration-color:var(--it-accent);text-decoration-thickness:2px}.it-post-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.it-post-card{background:#fff;border:1px solid var(--it-line)}.it-post-card__image img{width:100%;aspect-ratio:16/10;object-fit:cover}.it-post-card__body{padding:30px}.it-post-date{display:block;color:var(--it-accent);font-size:12px;font-weight:800;letter-spacing:.12em;margin-bottom:16px}.it-post-card h2{font-size:26px;line-height:1.12;margin:0 0 12px}.it-single__featured{margin-top:50px}.it-single__featured img{width:100%;max-height:620px;object-fit:cover}.it-site-footer{background:var(--it-brand);color:#fff}.it-footer-main{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:70px;padding:74px 0}.it-site-footer .it-logo{color:#fff}.it-site-footer .it-logo-mark span{background:#fff}.it-footer-brand p{max-width:360px;color:rgba(255,255,255,.72);margin:24px 0}.it-footer-email{color:var(--it-accent);font-weight:800}.it-footer-main h2,.it-footer-widget__title{font-size:16px;text-transform:uppercase;letter-spacing:.12em;color:#fff;margin:0 0 18px}.it-footer-menu{list-style:none;margin:0;padding:0;display:grid;gap:10px}.it-footer-menu a{color:rgba(255,255,255,.76)}.it-footer-menu a:hover{color:var(--it-accent)}.it-footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:20px 0;color:rgba(255,255,255,.62);font-size:13px}.it-footer-bottom p{margin:0}.it-builder-content{margin:0}.it-hide-page-title .it-page-hero{display:none}.it-a11y{position:fixed;right:18px;bottom:18px;z-index:2000}.it-a11y__toggle{width:54px;height:54px;border-radius:999px;border:2px solid var(--it-accent);background:var(--it-brand);color:#fff;font-size:22px;box-shadow:var(--it-shadow);cursor:pointer}.it-a11y__panel{position:absolute;right:0;bottom:64px;width:230px;background:#fff;border:1px solid var(--it-line);box-shadow:var(--it-shadow);padding:12px}.it-a11y__panel button{display:block;width:100%;text-align:left;background:#fff;border:0;border-bottom:1px solid var(--it-line);padding:12px;cursor:pointer;font-weight:700;color:var(--it-brand)}.it-a11y__panel button:last-child{border-bottom:0}.it-a11y__panel button:hover{background:var(--it-paper)}body.it-high-contrast{--it-brand:#000;--it-dark:#000;--it-accent:#ffdd00;--it-paper:#fff;--it-muted:#111;background:#fff;color:#000}body.it-high-contrast .it-hero,body.it-high-contrast .it-page-hero,body.it-high-contrast .it-site-footer,body.it-high-contrast .it-what{background:#000!important;color:#fff!important}body.it-large-text{font-size:118%}body.it-large-text .it-menu a{font-size:16px}body.it-reading-line:before{content:"";position:fixed;left:0;right:0;top:50%;height:3px;background:var(--it-accent);z-index:1999;pointer-events:none;box-shadow:0 0 0 9999px rgba(255,255,255,.12)}
@media (max-width:1024px){.it-topbar{display:none}.it-mainbar__inner{height:78px;grid-template-columns:auto auto auto;justify-content:space-between}.it-nav-toggle{display:flex}.it-nav{position:absolute;left:0;right:0;top:78px;background:#fff;border-top:1px solid var(--it-line);box-shadow:var(--it-shadow);display:none}.it-nav.is-open{display:block}.it-menu{display:block;padding:18px 20px}.it-menu a{width:100%;min-height:48px}.it-menu .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;padding:0 0 0 18px}.it-hero{min-height:min(var(--it-hero-height,680px),620px)}.it-news-track,.it-card-grid,.it-split,.it-split--wide,.it-footer-main{grid-template-columns:1fr}.it-news-band{margin-top:0}.it-news-track{box-shadow:none}.it-news-card{border-right:0;border-bottom:1px solid var(--it-line)}.it-stats{position:relative;left:auto;right:auto;bottom:auto;margin-top:24px}.it-section{padding:80px 0}.it-footer-main{gap:35px}}
@media (max-width:760px){.it-stats{grid-template-columns:1fr}.it-stat{border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}.it-stat strong{font-size:42px}.it-stat span{font-size:11px}}
@media (max-width:640px){.it-container{width:min(calc(100% - 28px),var(--it-container))}.it-logo-text{font-size:13px}.it-logo-mark{width:34px;height:34px}.it-hero{min-height:var(--it-hero-mobile-height,560px);background-image:linear-gradient(90deg,rgba(45,23,53,.92) 0%,rgba(45,23,53,.72) 42%,rgba(45,23,53,.2) 100%),var(--it-hero-mobile-image,var(--it-hero-image))}.it-hero__copy{padding:70px 0 95px}.it-hero h1,.it-page-hero h1{font-size:42px}.it-hero:after{height:100px}.it-stats{grid-template-columns:1fr}.it-stat{border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}.it-card__media{height:190px}.it-section h2{font-size:38px}.it-footer-main{padding:54px 0}.it-a11y{right:12px;bottom:12px}.it-a11y__panel{width:210px}.admin-bar .it-site-header{top:0}}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}

/* v1.0.3 - Tarifario and reinforced mobile responsiveness */
:root{
  --it-brand:#903F98;
  --it-dark:#2D1735;
  --it-accent:#F4B000;
  --it-accent-2:#ffd768;
  --it-paper:#f7f3f8;
  --it-paper-2:#efe7f1;
  --it-line:rgba(45,23,53,.15);
  --it-text:#2D1735;
  --it-muted:#65576a;
}
.it-menu-item-tarifario > a{font-weight:800}
.it-tarifario{background:linear-gradient(135deg,var(--it-paper),#fff)}
.it-tarifario__heading{max-width:850px}
.it-tarifario__embed{background:#fff;border:1px solid var(--it-line);box-shadow:var(--it-shadow);padding:28px;min-height:240px;overflow:hidden}
.it-tarifario__embed iframe,.it-tarifario__embed object,.it-tarifario__embed embed{display:block;width:100%;max-width:100%;min-height:720px;border:0}
.it-tarifario__embed img,.it-tarifario__embed canvas,.it-tarifario__embed video{max-width:100%;height:auto}
.it-tarifario__embed .df-ui-wrapper,.it-tarifario__embed .dflip-wrapper,.it-tarifario__embed .flipbook-wrapper,.it-tarifario__embed .real3dflipbook,.it-tarifario__embed [class*="flipbook"]{max-width:100%;overflow-x:auto}
.it-tarifario__placeholder{border:2px dashed var(--it-line);padding:36px;text-align:center;background:var(--it-paper);color:var(--it-brand)}
.it-tarifario__placeholder strong{display:block;font-size:22px;margin-bottom:10px}.it-tarifario__placeholder p{margin:0 auto;max-width:620px}
@media (max-width:1024px){.it-mainbar{position:relative}.it-search-toggle{justify-self:end}.it-tarifario__embed{padding:20px}.it-tarifario__embed iframe,.it-tarifario__embed object,.it-tarifario__embed embed{min-height:620px}.it-menu-item-tarifario > a{color:var(--it-brand)}}
@media (max-width:760px){.it-stats{grid-template-columns:1fr}.it-stat{border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}.it-stat strong{font-size:42px}.it-stat span{font-size:11px}}
@media (max-width:640px){.it-mainbar__inner{height:72px}.it-nav{top:72px}.it-logo{min-width:0}.it-logo-text{max-width:200px;white-space:normal;line-height:1.05}.it-hero__copy{max-width:100%}.it-button{width:100%;padding-left:16px;padding-right:16px;text-align:center}.it-news-card{min-height:auto}.it-news-card a{padding:24px 20px}.it-who__visual{min-height:auto;padding:20px}.it-who__visual img{height:220px}.it-card-grid{gap:18px}.it-card__body{padding:26px 22px}.it-quote-panel{padding:32px 24px}.it-map-card{min-height:320px;padding:28px}.it-map-card img{max-height:260px}.it-page-hero{padding:80px 0 60px}.it-content-layout,.it-entry{padding:54px 0}.it-tarifario__embed{padding:14px;overflow-x:auto}.it-tarifario__embed iframe,.it-tarifario__embed object,.it-tarifario__embed embed{min-height:520px}.it-tarifario__placeholder{padding:26px 18px}.it-footer-bottom{font-size:12px;line-height:1.5}.it-footer-bottom a{color:var(--it-accent)}}
@media (max-width:420px){.it-logo-text{max-width:155px;font-size:12px}.it-hero h1,.it-page-hero h1{font-size:36px}.it-section h2{font-size:32px}.it-tarifario__embed iframe,.it-tarifario__embed object,.it-tarifario__embed embed{min-height:460px}}

/* v1.0.4 - footer link contrast and editable content refinements */
.it-site-footer a,
.it-site-footer .it-menu a,
.it-site-footer .it-footer-menu a,
.it-site-footer .menu a{
  color:#fff;
}
.it-site-footer a:hover,
.it-site-footer .it-menu a:hover,
.it-site-footer .it-footer-menu a:hover,
.it-site-footer .menu a:hover{
  color:var(--it-accent);
}
.it-site-footer .it-menu,
.it-site-footer .menu{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
  align-items:start;
}
.it-site-footer .it-menu a,
.it-site-footer .menu a{
  min-height:auto;
  font-size:15px;
  font-weight:600;
  letter-spacing:0;
  text-transform:none;
}
.it-site-footer .it-footer-email{color:var(--it-accent)}
.it-site-footer .it-footer-bottom a{color:#fff;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.it-site-footer .it-footer-bottom a:hover{color:var(--it-accent)}

/* v1.0.5 - separate footer logo */
.it-footer-logo-link{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
}
.it-footer-logo{
  display:block;
  width:auto;
  max-width:260px;
  max-height:86px;
  object-fit:contain;
}
.it-footer-brand .custom-logo-link,
.it-footer-brand .it-footer-logo-link{
  margin-bottom:4px;
}
@media (max-width:760px){.it-stats{grid-template-columns:1fr}.it-stat{border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}.it-stat strong{font-size:42px}.it-stat span{font-size:11px}}
@media (max-width:640px){
  .it-footer-logo{max-width:220px;max-height:76px}
}

/* v1.0.7 - editable section images and real service photos */
.it-card__media--photo{
  background:var(--it-paper);
}
.it-card__media--photo:before,
.it-card__media--photo:after{
  display:none;
}
.it-card__media--photo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .35s ease, filter .35s ease;
}
.it-card:hover .it-card__media--photo img{
  transform:scale(1.035);
  filter:saturate(1.04) contrast(1.02);
}
.it-who__visual > img,
.it-map-card > img{
  display:block;
  width:100%;
  object-fit:cover;
}
.it-map-card > img{
  max-width:100%;
  height:auto;
  object-fit:contain;
}
.it-section-image{
  margin:0 0 26px;
  background:#fff;
  border:1px solid var(--it-line);
  box-shadow:var(--it-shadow);
  overflow:hidden;
}
.it-section-image img{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
}
@media (max-width:640px){
  .it-card__media--photo{height:210px;}
  .it-section-image{margin-bottom:22px;}
}


/* v1.0.7 editable homepage images */
.it-card__media{background:var(--it-paper)!important;position:relative;overflow:hidden;isolation:isolate}.it-card__media:before{display:none!important}.it-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(45,23,53,0) 45%,rgba(45,23,53,.18));pointer-events:none;z-index:1}.it-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.it-card:hover .it-card__media img{transform:scale(1.04)}.it-map-card img{width:100%;max-width:620px;height:auto;object-fit:contain}.it-how__visual{margin-bottom:28px;border-radius:0;overflow:hidden;box-shadow:var(--it-shadow);background:#fff}.it-how__visual img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.it-who__visual img{display:block}

/* v1.0.9 - mobile header breathing room and floating back-to-top button */
.it-back-to-top{
  position:fixed;
  left:18px;
  bottom:18px;
  z-index:1900;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:46px;
  padding:0 16px;
  border:2px solid var(--it-accent);
  border-radius:999px;
  background:var(--it-brand);
  color:#fff;
  font-weight:800;
  font-size:12px;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:0 16px 44px rgba(45,23,53,.28);
  cursor:pointer;
  opacity:0;
  transform:translateY(12px);
  pointer-events:none;
  transition:opacity .2s ease, transform .2s ease, background .2s ease, color .2s ease;
}
.it-back-to-top.is-visible{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}
.it-back-to-top[hidden]{display:none!important}
.it-back-to-top:hover,
.it-back-to-top:focus-visible{
  background:var(--it-accent);
  color:#151018;
}
.it-back-to-top__icon{
  font-size:18px;
  line-height:1;
  transform:translateY(-1px);
}
@media (max-width:1024px){
  .it-mainbar .it-container{
    width:min(calc(100% - 48px),var(--it-container));
  }
  .it-mainbar__inner{
    gap:18px;
  }
  .custom-logo-link{
    min-width:0;
  }
  .custom-logo-link img{
    max-width:min(220px,48vw);
    max-height:62px;
  }
}
@media (max-width:640px){
  .it-mainbar .it-container{
    width:min(calc(100% - 44px),var(--it-container));
  }
  .it-mainbar__inner{
    padding-inline:0;
  }
  .custom-logo-link img{
    max-width:min(190px,46vw);
    max-height:54px;
  }
  .it-back-to-top{
    left:14px;
    bottom:14px;
    min-height:44px;
    padding:0 13px;
    font-size:11px;
  }
}
@media (max-width:420px){
  .it-mainbar .it-container{
    width:min(calc(100% - 40px),var(--it-container));
  }
  .custom-logo-link img{
    max-width:min(170px,44vw);
    max-height:50px;
  }
  .it-back-to-top__text{
    display:none;
  }
  .it-back-to-top{
    width:44px;
    padding:0;
  }
}

/* v1.0.10 - accessible search modal above sticky header */
body.it-search-modal-open{
  overflow:hidden;
}
.it-search-modal{
  position:fixed;
  inset:0;
  z-index:100000;
  display:grid;
  place-items:center;
  padding:clamp(18px,4vw,48px);
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease;
}
.it-search-modal.is-open{
  opacity:1;
  pointer-events:auto;
}
.it-search-modal[hidden]{display:none!important}
.it-search-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(45,23,53,.72);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.it-search-modal__dialog{
  position:relative;
  z-index:1;
  width:min(720px,100%);
  max-height:min(86vh,760px);
  overflow:auto;
  background:#fff;
  color:var(--it-text);
  border:1px solid rgba(255,255,255,.42);
  box-shadow:0 34px 110px rgba(0,0,0,.34);
  padding:clamp(30px,5vw,56px);
  transform:translateY(16px) scale(.985);
  transition:transform .18s ease;
}
.it-search-modal.is-open .it-search-modal__dialog{
  transform:translateY(0) scale(1);
}
.it-search-modal__dialog:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:8px;
  background:linear-gradient(90deg,var(--it-brand),var(--it-accent));
}
.it-search-modal__close{
  position:absolute;
  top:16px;
  right:16px;
  width:44px;
  height:44px;
  border:1px solid rgba(45,23,53,.16);
  border-radius:999px;
  background:var(--it-paper);
  color:var(--it-brand);
  font-size:30px;
  line-height:1;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.it-search-modal__close:hover,
.it-search-modal__close:focus-visible{
  background:var(--it-brand);
  color:#fff;
  transform:rotate(4deg);
}
.it-search-modal__eyebrow{
  margin:0 54px 10px 0;
  color:var(--it-brand);
}
.it-search-modal__title{
  margin:0 54px 12px 0;
  font-size:clamp(34px,5vw,58px);
  line-height:.98;
  letter-spacing:-.04em;
  color:var(--it-dark);
}
.it-search-modal__text{
  margin:0 0 26px;
  max-width:560px;
  color:var(--it-muted);
  font-size:17px;
}
.it-search-modal .it-search-form{
  display:grid;
  grid-template-columns:1fr auto;
  gap:12px;
  align-items:stretch;
}
.it-search-modal .it-search-form label{
  display:block;
  min-width:0;
}
.it-search-modal .it-search-field{
  min-height:62px;
  border:2px solid rgba(45,23,53,.16);
  background:var(--it-paper);
  color:var(--it-dark);
  font-size:18px;
  padding:0 20px;
  border-radius:0;
}
.it-search-modal .it-search-field:focus{
  border-color:var(--it-brand);
  outline:none;
  box-shadow:0 0 0 4px rgba(144,63,152,.15);
}
.it-search-modal .it-search-form .it-button{
  min-height:62px;
  white-space:nowrap;
  background:var(--it-brand);
  color:#fff;
  border-color:var(--it-brand);
}
.it-search-modal .it-search-form .it-button:hover,
.it-search-modal .it-search-form .it-button:focus-visible{
  background:var(--it-accent);
  border-color:var(--it-accent);
  color:#171018;
}
@media (max-width:640px){
  .it-search-modal{
    align-items:start;
    padding:18px 14px;
  }
  .it-search-modal__dialog{
    width:100%;
    max-height:calc(100dvh - 36px);
    padding:32px 22px 24px;
  }
  .it-search-modal__close{
    top:12px;
    right:12px;
    width:40px;
    height:40px;
    font-size:27px;
  }
  .it-search-modal__title{
    margin-right:44px;
    font-size:36px;
  }
  .it-search-modal__text{
    font-size:15px;
    margin-bottom:20px;
  }
  .it-search-modal .it-search-form{
    grid-template-columns:1fr;
  }
  .it-search-modal .it-search-field,
  .it-search-modal .it-search-form .it-button{
    min-height:56px;
    width:100%;
  }
}


/* 404 page collage */
.it-404-page{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,var(--it-paper) 0%,#fff 62%,rgba(144,63,152,.08) 100%);
  padding:96px 0 110px;
}
.it-404-page:before{
  content:"";
  position:absolute;
  right:-140px;
  top:-80px;
  width:360px;
  height:360px;
  background:rgba(244,176,0,.10);
  transform:rotate(45deg);
}
.it-404-page__grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:52px;
  align-items:center;
}
.it-404-page__copy h1{
  font-size:clamp(44px,6vw,82px);
  line-height:.96;
  letter-spacing:-.05em;
  margin:0 0 22px;
  color:var(--it-dark);
}
.it-404-page__copy p{
  margin:0 0 28px;
  max-width:640px;
  font-size:18px;
  color:var(--it-muted);
}
.it-404-page__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}
.it-404-page__media{
  min-width:0;
}
.it-404-collage{
  position:relative;
  min-height:520px;
  padding:20px 16px 56px;
}
.it-404-collage:after{
  content:"";
  position:absolute;
  left:8%;
  right:8%;
  bottom:18px;
  height:28px;
  background:rgba(45,23,53,.24);
  border-radius:999px;
  filter:blur(18px);
  opacity:.42;
}
.it-404-collage__item{
  position:absolute;
  margin:0;
  background:#fff;
  padding:10px;
  box-shadow:0 20px 44px rgba(45,23,53,.18);
}
.it-404-collage__item img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.it-404-collage__item--one{
  left:0;
  top:30px;
  width:min(54%,320px);
  aspect-ratio:4/5;
  transform:rotate(-5deg);
}
.it-404-collage__item--two{
  left:31%;
  top:0;
  width:min(44%,290px);
  aspect-ratio:1/1.18;
  transform:rotate(3deg);
  z-index:2;
}
.it-404-collage__item--three{
  right:0;
  bottom:50px;
  width:min(54%,330px);
  aspect-ratio:4/5;
  transform:rotate(6deg);
}
@media (max-width:1024px){
  .it-404-page__grid{
    grid-template-columns:1fr;
    gap:36px;
  }
  .it-404-page__copy{
    max-width:760px;
  }
  .it-404-collage{
    max-width:760px;
    margin:0 auto;
    min-height:500px;
  }
}
@media (max-width:640px){
  .it-404-page{
    padding:74px 0 84px;
  }
  .it-404-page__copy p{
    font-size:16px;
  }
  .it-404-collage{
    min-height:auto;
    display:grid;
    grid-template-columns:1fr;
    gap:16px;
    padding:0 0 30px;
  }
  .it-404-collage:after{
    left:10%;
    right:10%;
    bottom:4px;
    height:22px;
  }
  .it-404-collage__item{
    position:relative;
    width:100%;
    left:auto;
    right:auto;
    top:auto;
    bottom:auto;
    transform:none;
    aspect-ratio:16/10;
  }
  .it-404-page__actions .it-button{
    width:auto;
  }
}

.it-logo--image img{display:block;max-width:240px;max-height:64px;width:auto;height:auto;object-fit:contain}.custom-logo-link img{max-width:240px;max-height:64px;width:auto;height:auto;object-fit:contain}@media (max-width:640px){.it-logo--image img,.custom-logo-link img{max-width:190px;max-height:50px}}


/* Footer social icons and sticky header shadow refinement */
.it-site-header{box-shadow:0 1px 0 rgba(16,24,32,.08),0 9px 22px rgba(45,23,53,.08)}
.it-footer-social{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:22px}
.it-footer-social__link{width:42px;height:42px;border:1px solid rgba(255,255,255,.28);border-radius:999px;color:#fff;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.06);transition:background .18s ease,border-color .18s ease,transform .18s ease,color .18s ease}
.it-footer-social__link svg{width:21px;height:21px;display:block;fill:currentColor}
.it-footer-social__link:hover,.it-footer-social__link:focus-visible{background:#fff;border-color:#fff;color:var(--it-brand);transform:translateY(-2px)}
.it-footer-email{display:none}
@media (max-width:640px){.it-footer-social__link{width:40px;height:40px}.it-site-header{box-shadow:0 1px 0 rgba(16,24,32,.08),0 7px 18px rgba(45,23,53,.08)}}


/* Header social icons without circular container */
.it-topbar-social{align-items:center;gap:15px}
.it-topbar-social__link{display:inline-flex;align-items:center;justify-content:center;color:#fff;line-height:1;opacity:.9;transition:opacity .18s ease,color .18s ease,transform .18s ease}
.it-topbar-social__link svg{width:18px;height:18px;display:block;fill:currentColor}
.it-topbar-social__link:hover,.it-topbar-social__link:focus-visible{color:var(--it-accent);opacity:1;transform:translateY(-1px)}
@media (max-width:1024px){.it-topbar-social{display:none}}


/* v1.0.15 configuration refinements */
.it-site-header--purple .it-mainbar{background:var(--it-brand);color:#fff}
.it-site-header--purple .it-menu a,
.it-site-header--purple .it-logo,
.it-site-header--purple .it-search-toggle{color:#fff}
.it-site-header--purple .it-logo-mark span{background:#fff}
.it-site-header--purple .it-logo-mark:before{border-color:var(--it-accent)}
.it-site-header--purple .it-nav-toggle span{background:#fff}
.it-site-header--purple .custom-logo-link img,
.it-site-header--purple .it-logo--image img{filter:none}
.it-footer-contact{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:8px;color:rgba(255,255,255,.76);font-size:14px;line-height:1.5}
.it-footer-contact a{color:#fff;text-decoration:none}
.it-footer-contact a:hover{color:var(--it-accent)}
.it-404-page__search{margin-top:26px;max-width:520px}
.it-404-page__search .it-search-form{display:grid;grid-template-columns:1fr auto;gap:10px}
.it-404-page__search .it-search-field{min-height:52px;border:1px solid var(--it-line);padding:0 16px;background:#fff}
.it-404-page__search .it-button{min-height:52px}
@media (max-width:1024px){
  body.it-header-social-mobile-enabled .it-topbar-social{display:flex}
  body.it-header-social-mobile-enabled .it-topbar{display:block}
  body.it-header-social-mobile-enabled .it-topbar__inner{height:auto;min-height:42px;padding-top:8px;padding-bottom:8px;align-items:center}
  body.it-header-social-mobile-enabled .it-topbar__inner>span{display:none}
}
@media (max-width:640px){
  .it-404-page__search .it-search-form{grid-template-columns:1fr}
  .it-404-page__actions{align-items:flex-start}
  .it-404-page__actions .it-button{width:auto;min-width:150px}
  body.it-header-social-mobile-enabled .it-topbar-social{justify-content:center;width:100%}
}
@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
}


/* v1.0.16 admin/runtime refinements */
.it-breadcrumbs{background:#fff;border-bottom:1px solid var(--it-line);font-size:13px;color:var(--it-muted)}
.it-breadcrumbs .it-container{min-height:42px;display:flex;align-items:center;gap:9px}
.it-breadcrumbs a{color:var(--it-brand);font-weight:700}
.it-breadcrumbs span{color:var(--it-muted)}
@media (max-width:640px){.it-breadcrumbs .it-container{min-height:38px;font-size:12px;overflow-x:auto;white-space:nowrap}}


/* v1.0.17 page templates and documentation refinements */
.it-template-page__grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:56px;align-items:start}
.it-template-page__main{background:#fff;border:1px solid var(--it-line);padding:42px}
.it-template-page__main h2{font-size:clamp(30px,4vw,52px);line-height:1;letter-spacing:-.04em;margin-top:0}
.it-template-page__aside{background:var(--it-paper);border:1px solid var(--it-line);padding:28px;position:sticky;top:150px}
.it-template-page__aside h2{font-size:22px;letter-spacing:-.03em;margin-top:0}
.it-template-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:26px}
.it-template-info-grid article,.it-template-note{background:var(--it-paper);border:1px solid var(--it-line);padding:22px}
.it-template-info-grid strong{display:block;color:var(--it-brand);margin-bottom:8px;text-transform:uppercase;font-size:12px;letter-spacing:.11em}
.it-template-info-grid a{color:var(--it-brand);font-weight:800}
.it-template-note{margin-top:24px}
@media (max-width:1024px){.it-template-page__grid{grid-template-columns:1fr}.it-template-page__aside{position:static}.it-template-page__main{padding:30px}}
@media (max-width:640px){.it-template-page__main,.it-template-page__aside{padding:22px}.it-template-info-grid{grid-template-columns:1fr}}


/* v1.0.18 Global network video modal */
.it-map-card--video{position:relative}
.it-map-card--video img{width:100%;height:auto;display:block}
.it-map-video-button{
  position:absolute;
  z-index:3;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:86px;
  height:86px;
  border:2px solid rgba(255,255,255,.92);
  border-radius:999px;
  background:rgba(45,23,53,.88);
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 20px 48px rgba(45,23,53,.28);
  transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease;
}
.it-map-video-button:before{
  content:"";
  position:absolute;
  inset:-12px;
  border-radius:inherit;
  background:rgba(144,63,152,.18);
  animation:it-video-pulse 1.8s ease-out infinite;
}
.it-map-video-button__icon{
  position:relative;
  z-index:1;
  font-size:30px;
  line-height:1;
  transform:translateX(3px);
}
.it-map-video-button:hover,
.it-map-video-button:focus-visible{
  background:var(--it-accent);
  color:#171018;
  border-color:var(--it-accent);
  transform:translate(-50%,-50%) scale(1.04);
}
@keyframes it-video-pulse{
  0%{transform:scale(.82);opacity:.9}
  100%{transform:scale(1.42);opacity:0}
}
.it-video-modal{
  position:fixed;
  inset:0;
  z-index:2600;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:32px;
}
.it-video-modal[hidden]{display:none!important}
.it-video-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(18,10,23,.78);
  backdrop-filter:blur(7px);
}
.it-video-modal__dialog{
  position:relative;
  z-index:1;
  width:min(1100px,100%);
  background:#08060a;
  box-shadow:0 28px 90px rgba(0,0,0,.45);
  transform:translateY(18px) scale(.98);
  opacity:0;
  transition:transform .18s ease,opacity .18s ease;
}
.it-video-modal.is-open .it-video-modal__dialog{
  transform:translateY(0) scale(1);
  opacity:1;
}
.it-video-modal__close{
  position:absolute;
  right:-18px;
  top:-18px;
  width:46px;
  height:46px;
  border:2px solid #fff;
  border-radius:999px;
  background:var(--it-brand);
  color:#fff;
  font-size:30px;
  line-height:1;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  z-index:2;
}
.it-video-modal__close:hover,
.it-video-modal__close:focus-visible{
  background:var(--it-accent);
  color:#171018;
}
.it-video-modal__frame{
  position:relative;
  aspect-ratio:16/9;
  width:100%;
}
.it-video-modal__frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
body.it-video-modal-open{overflow:hidden}
@media (max-width:640px){
  .it-map-video-button{width:68px;height:68px}
  .it-map-video-button__icon{font-size:24px}
  .it-video-modal{padding:18px}
  .it-video-modal__close{right:8px;top:8px;width:40px;height:40px;font-size:27px}
}
@media (prefers-reduced-motion:reduce){
  .it-map-video-button:before{animation:none}
}


/* v1.0.19 final QA utilities */
.it-admin-presetbar .button{margin-bottom:4px}
.it-site-header,
.it-video-modal,
.it-search-modal{backface-visibility:hidden}
.it-template-page__main :where(img,iframe,video){max-width:100%;height:auto}
.it-template-page__main :where(table){width:100%;border-collapse:collapse}
.it-template-page__main :where(th,td){border:1px solid var(--it-line);padding:10px;text-align:left}
@media print{
  .it-site-header,.it-site-footer,.it-back-to-top,.it-a11y,.it-search-modal,.it-video-modal{display:none!important}
  body{background:#fff;color:#000}
  .it-section{padding:24px 0}
}


/* v1.0.20 hardening */
.it-admin-notice + .notice{max-width:1180px}
.it-map-video-button[aria-expanded="true"]{background:var(--it-accent);color:#171018}
.it-video-modal__dialog:focus,
.it-search-modal__dialog:focus{outline:3px solid var(--it-accent);outline-offset:4px}
.it-topbar-social__link:focus-visible,
.it-footer-social__link:focus-visible,
.it-map-video-button:focus-visible{outline:3px solid var(--it-accent);outline-offset:4px}
.it-template-page__main :where(ul,ol){padding-left:1.25em}
.it-template-page__main :where(blockquote){border-left:4px solid var(--it-brand);margin-left:0;padding-left:18px;color:var(--it-muted)}


/* v1.0.21 video play icon color refinement */
.it-map-video-button,
.it-map-video-button__icon,
.it-map-video-button:hover,
.it-map-video-button:focus-visible,
.it-map-video-button[aria-expanded="true"]{
  color:#fff !important;
}


/* v1.0.24 modular front page */
.it-map-video-caption{
  position:absolute;
  z-index:3;
  left:50%;
  top:calc(50% + 58px);
  transform:translateX(-50%);
  background:rgba(45,23,53,.82);
  color:#fff;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  padding:8px 14px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.02em;
  white-space:nowrap;
}
.it-hse-front{background:#fff}
.it-section-heading--wide{max-width:940px;margin-bottom:34px}
.it-section-heading--wide p{max-width:760px;color:var(--it-muted);font-size:18px;line-height:1.65}
.it-hse-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.it-hse-grid article{
  background:var(--it-paper);
  border:1px solid var(--it-line);
  padding:30px;
  min-height:210px;
  position:relative;
  overflow:hidden;
}
.it-hse-grid article:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:6px;
  height:100%;
  background:var(--it-accent);
}
.it-hse-grid strong{
  display:block;
  font-size:22px;
  color:var(--it-brand);
  margin-bottom:12px;
  letter-spacing:-.03em;
}
.it-hse-grid p{color:var(--it-muted);line-height:1.65;margin:0}
.it-hse-front__action{margin-top:28px}
.it-front-cta{
  background:linear-gradient(135deg,var(--it-brand),var(--it-dark));
  color:#fff;
  padding:72px 0;
}
.it-front-cta__inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:40px;
  align-items:center;
}
.it-front-cta h2{
  color:#fff;
  font-size:clamp(34px,5vw,64px);
  line-height:.98;
  letter-spacing:-.055em;
  margin:10px 0 16px;
  max-width:820px;
}
.it-front-cta p{max-width:720px;color:rgba(255,255,255,.78);font-size:18px;line-height:1.65}
.it-front-cta .it-kicker{color:var(--it-accent)}
.it-front-cta__actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.it-front-cta__actions .it-button--dark{background:transparent;color:#fff;border-color:rgba(255,255,255,.45)}
.it-front-cta__actions .it-button--dark:hover{background:#fff;color:var(--it-brand)}
@media (max-width:1024px){
  .it-hse-grid{grid-template-columns:1fr}
  .it-front-cta__inner{grid-template-columns:1fr}
  .it-front-cta__actions{justify-content:flex-start}
}
@media (max-width:640px){
  .it-map-video-caption{top:calc(50% + 46px);font-size:12px;max-width:84%;overflow:hidden;text-overflow:ellipsis}
  .it-front-cta{padding:52px 0}
  .it-hse-grid article{padding:24px}
}


/* v1.0.25 optional frontend deterrent */
.it-protect-selection,
.it-protect-selection *{
  -webkit-user-select:none;
  user-select:none;
}
.it-protect-selection input,
.it-protect-selection textarea,
.it-protect-selection [contenteditable="true"]{
  -webkit-user-select:text;
  user-select:text;
}


/* v1.0.29 UI/UX refinements */
.it-hero .it-button,
.it-button,
.it-link,
.it-service-card,
.it-news-card,
.it-hse-grid article,
.it-front-cta__actions a{
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}
.it-service-card:hover,
.it-news-card:hover,
.it-hse-grid article:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 45px rgba(45,23,53,.12);
}
.it-button:hover,
.it-front-cta__actions a:hover{
  transform:translateY(-2px);
}
.it-hero-scroll{
  position:absolute;
  left:50%;
  bottom:28px;
  transform:translateX(-50%);
  z-index:4;
  color:#fff;
  text-decoration:none;
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(45,23,53,.22);
  backdrop-filter:blur(8px);
  animation:itHeroFloat 2.2s ease-in-out infinite;
}
.it-hero-scroll:before{
  content:"↓";
  font-size:21px;
  line-height:1;
}
@keyframes itHeroFloat{
  0%,100%{transform:translate(-50%,0)}
  50%{transform:translate(-50%,6px)}
}
@media (prefers-reduced-motion: reduce){
  .it-hero-scroll{animation:none}
  .it-service-card:hover,
  .it-news-card:hover,
  .it-hse-grid article:hover,
  .it-button:hover,
  .it-front-cta__actions a:hover{transform:none}
}
@media (max-width:760px){
  .it-hero-scroll{display:none}
}


/* v1.0.30 restore accessibility/search and remove duplicate sustainability flow */
.it-a11y{z-index:9998}
.it-search-modal{z-index:9997}
.it-search-toggle{display:inline-flex;align-items:center;justify-content:center}
.it-hse-front + .it-front-cta{margin-top:0}


/* v1.0.42 accessibility extensions */
body.it-grayscale{filter:grayscale(1)}
body.it-invert-colors{filter:invert(1) hue-rotate(180deg)}
body.it-small-text{font-size:92%}
body.it-underline-links a{text-decoration:underline!important;text-underline-offset:3px}
body.it-spacing{letter-spacing:.06em;word-spacing:.12em;line-height:1.75}
body.it-spacing p,body.it-spacing li{line-height:1.85}
body.it-readable-font,body.it-readable-font *{font-family:Arial,Verdana,Tahoma,sans-serif!important}
body.it-invert-colors .it-a11y,body.it-grayscale .it-a11y{filter:none}
.it-a11y__panel{max-height:min(70vh,520px);overflow:auto;border-radius:14px}
.it-a11y__panel button[aria-pressed="true"]{background:var(--it-brand);color:#fff}


/* v1.0.43 accessibility scope fixes */
body.it-large-text :where(.it-site-main,.it-site-footer,.it-page-hero,.it-builder-content,.it-front-builder){font-size:118%}
body.it-small-text :where(.it-site-main,.it-site-footer,.it-page-hero,.it-builder-content,.it-front-builder){font-size:92%}
body.it-readable-font :where(.it-site-main,.it-site-footer,.it-page-hero,.it-builder-content,.it-front-builder),
body.it-readable-font :where(.it-site-main,.it-site-footer,.it-page-hero,.it-builder-content,.it-front-builder) *{font-family:Arial,Verdana,Tahoma,sans-serif!important}
body.it-large-text .it-a11y,
body.it-small-text .it-a11y,
body.it-readable-font .it-a11y{font-size:16px}
body.it-large-text .it-a11y *,
body.it-small-text .it-a11y *,
body.it-readable-font .it-a11y *{font-family:inherit!important}


/* v1.0.43 clickable video caption */
.it-map-video-caption--button{appearance:none;border:0;background:transparent;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;text-align:left}
.it-map-video-caption--button:hover,.it-map-video-caption--button:focus-visible,.it-map-video-caption--link:hover,.it-map-video-caption--link:focus-visible{text-decoration:underline;text-underline-offset:4px}
.it-map-video-caption--button:focus-visible{outline:2px solid var(--it-accent);outline-offset:4px;border-radius:4px}


/* v1.0.44 accessibility real content targeting */
body.it-large-text .it-site-header,
body.it-small-text .it-site-header,
body.it-readable-font .it-site-header,
body.it-large-text .it-a11y,
body.it-small-text .it-a11y,
body.it-readable-font .it-a11y,
body.it-large-text .it-search-modal,
body.it-small-text .it-search-modal,
body.it-readable-font .it-search-modal{
  font-size:16px!important;
  font-family:var(--it-font)!important;
}
body.it-large-text .site-main,
body.it-large-text .it-site-footer{
  zoom:1.12;
}
body.it-small-text .site-main,
body.it-small-text .it-site-footer{
  zoom:.92;
}
body.it-large-text .site-main :where(p,li,a,span,strong,em,small,blockquote,figcaption,button),
body.it-large-text .it-site-footer :where(p,li,a,span,strong,em,small,blockquote,figcaption,button){
  font-size:112%!important;
}
body.it-small-text .site-main :where(p,li,a,span,strong,em,small,blockquote,figcaption,button),
body.it-small-text .it-site-footer :where(p,li,a,span,strong,em,small,blockquote,figcaption,button){
  font-size:92%!important;
}
body.it-readable-font .site-main,
body.it-readable-font .site-main *,
body.it-readable-font .it-site-footer,
body.it-readable-font .it-site-footer *{
  font-family:Verdana,Tahoma,Arial,sans-serif!important;
  letter-spacing:.015em;
}
body.it-readable-font .it-a11y,
body.it-readable-font .it-a11y *,
body.it-readable-font .it-site-header,
body.it-readable-font .it-site-header *{
  font-family:var(--it-font)!important;
  letter-spacing:inherit;
}

/* v1.0.44 restore video text button visibility */
.it-map-video-caption--button{
  position:absolute!important;
  z-index:3!important;
  left:50%!important;
  top:calc(50% + 58px)!important;
  transform:translateX(-50%)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:rgba(45,23,53,.86)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.28)!important;
  border-radius:999px!important;
  padding:8px 14px!important;
  margin:0!important;
  font-size:13px!important;
  font-weight:800!important;
  letter-spacing:.02em!important;
  line-height:1.2!important;
  white-space:nowrap!important;
  box-shadow:0 10px 24px rgba(0,0,0,.18)!important;
}
.it-map-video-caption--button:hover,
.it-map-video-caption--button:focus-visible{
  background:rgba(45,23,53,.98)!important;
  text-decoration:underline!important;
  text-underline-offset:4px!important;
}


/* v1.0.45 accessibility behavior repair */
/* Do not filter body: it breaks fixed-position widgets in some browsers. */
body.it-grayscale,
body.it-invert-colors{
  filter:none!important;
}
body.it-grayscale :where(.it-site-header,.site-main,.it-site-footer,.it-search-modal){
  filter:grayscale(1);
}
body.it-invert-colors :where(.it-site-header,.site-main,.it-site-footer,.it-search-modal){
  filter:invert(1) hue-rotate(180deg);
}
body.it-grayscale .it-a11y,
body.it-invert-colors .it-a11y{
  filter:none!important;
  position:fixed!important;
  right:18px!important;
  bottom:18px!important;
  top:auto!important;
  left:auto!important;
  z-index:2147483000!important;
  transform:none!important;
}

/* Keep accessibility UI stable regardless of text/font controls. */
body.it-large-text .it-a11y,
body.it-small-text .it-a11y,
body.it-readable-font .it-a11y,
body.it-spacing .it-a11y{
  font-size:16px!important;
  line-height:1.4!important;
  letter-spacing:normal!important;
  word-spacing:normal!important;
  font-family:var(--it-font)!important;
}
body.it-large-text .it-a11y *,
body.it-small-text .it-a11y *,
body.it-readable-font .it-a11y *,
body.it-spacing .it-a11y *{
  font-size:inherit!important;
  line-height:inherit!important;
  letter-spacing:inherit!important;
  word-spacing:inherit!important;
  font-family:inherit!important;
}

/* Text scaling: explicit rules for headings that use clamp/fixed sizes. */
body.it-large-text .site-main :where(p,li,a,span,strong,em,blockquote,figcaption,label),
body.it-large-text .it-site-footer :where(p,li,a,span,strong,em,blockquote,figcaption,label){
  font-size:118%!important;
}
body.it-small-text .site-main :where(p,li,a,span,strong,em,blockquote,figcaption,label),
body.it-small-text .it-site-footer :where(p,li,a,span,strong,em,blockquote,figcaption,label){
  font-size:88%!important;
}

body.it-large-text .site-main :where(h1,.it-hero h1,.it-page-hero h1,.it-404-page__copy h1){
  font-size:clamp(54px,8.4vw,110px)!important;
  line-height:1!important;
}
body.it-small-text .site-main :where(h1,.it-hero h1,.it-page-hero h1,.it-404-page__copy h1){
  font-size:clamp(34px,5.8vw,72px)!important;
  line-height:1.05!important;
}
body.it-large-text .site-main :where(h2,.it-section h2,.it-front-cta h2,.it-template-page__main h2){
  font-size:clamp(43px,5.9vw,80px)!important;
  line-height:1.02!important;
}
body.it-small-text .site-main :where(h2,.it-section h2,.it-front-cta h2,.it-template-page__main h2){
  font-size:clamp(28px,4vw,50px)!important;
  line-height:1.08!important;
}
body.it-large-text .site-main :where(h3,.it-card h3,.it-post-card h2){
  font-size:132%!important;
}
body.it-small-text .site-main :where(h3,.it-card h3,.it-post-card h2){
  font-size:82%!important;
}
body.it-large-text .site-main :where(.it-kicker,.it-eyebrow){
  font-size:115%!important;
}
body.it-small-text .site-main :where(.it-kicker,.it-eyebrow){
  font-size:85%!important;
}

body.it-readable-font .site-main,
body.it-readable-font .site-main *,
body.it-readable-font .it-site-footer,
body.it-readable-font .it-site-footer *{
  font-family:Verdana,Tahoma,Arial,sans-serif!important;
}
body.it-readable-font .site-main :where(h1,h2,h3,h4,h5,h6){
  letter-spacing:-.015em!important;
}


/* v1.0.46 progressive text scaling */
body{
  --it-a11y-text-scale:1;
}
body.it-large-text,
body.it-small-text{
  font-size:initial!important;
}
body.it-large-text .site-main,
body.it-large-text .it-site-footer,
body.it-small-text .site-main,
body.it-small-text .it-site-footer{
  zoom:1!important;
}
body.it-large-text .site-main :where(*),
body.it-large-text .it-site-footer :where(*),
body.it-small-text .site-main :where(*),
body.it-small-text .it-site-footer :where(*){
  font-size:inherit;
}
body[data-a11y-text-scale] .site-main :where(p,li,a,span,strong,em,small,blockquote,figcaption,label,button,input,textarea,select),
body[data-a11y-text-scale] .it-site-footer :where(p,li,a,span,strong,em,small,blockquote,figcaption,label,button,input,textarea,select){
  font-size:calc(1em * var(--it-a11y-text-scale))!important;
}
body[data-a11y-text-scale] .site-main :where(h1,.it-hero h1,.it-page-hero h1,.it-404-page__copy h1){
  font-size:clamp(calc(46px * var(--it-a11y-text-scale)),calc(7vw * var(--it-a11y-text-scale)),calc(92px * var(--it-a11y-text-scale)))!important;
}
body[data-a11y-text-scale] .site-main :where(h2,.it-section h2,.it-front-cta h2,.it-template-page__main h2){
  font-size:clamp(calc(36px * var(--it-a11y-text-scale)),calc(5vw * var(--it-a11y-text-scale)),calc(68px * var(--it-a11y-text-scale)))!important;
}
body[data-a11y-text-scale] .site-main :where(h3,.it-card h3,.it-post-card h2,.it-hse-grid strong){
  font-size:calc(1em * var(--it-a11y-text-scale))!important;
}
body[data-a11y-text-scale] .it-a11y,
body[data-a11y-text-scale] .it-a11y *,
body[data-a11y-text-scale] .it-site-header,
body[data-a11y-text-scale] .it-site-header *,
body[data-a11y-text-scale] .it-search-modal,
body[data-a11y-text-scale] .it-search-modal *{
  font-size:16px!important;
}


/* v1.0.47 controlled accessibility text scale */
body{
  --it-a11y-text-scale:1;
}
body[data-a11y-text-scale] .site-main,
body[data-a11y-text-scale] .it-site-footer{
  zoom:1!important;
}
body[data-a11y-text-scale] .it-a11y,
body[data-a11y-text-scale] .it-a11y *,
body[data-a11y-text-scale] .it-site-header,
body[data-a11y-text-scale] .it-site-header *,
body[data-a11y-text-scale] .it-search-modal,
body[data-a11y-text-scale] .it-search-modal *{
  font-size:16px!important;
  font-family:var(--it-font)!important;
}
body[data-a11y-text-scale] .site-main :where(p,li,a,span,strong,em,small,blockquote,figcaption,label,button),
body[data-a11y-text-scale] .it-site-footer :where(p,li,a,span,strong,em,small,blockquote,figcaption,label,button){
  font-size:calc(1em * var(--it-a11y-text-scale))!important;
}
body[data-a11y-text-scale] .site-main :where(h1,.it-hero h1,.it-page-hero h1,.it-404-page__copy h1){
  font-size:clamp(40px,calc(7vw * var(--it-a11y-text-scale)),92px)!important;
  line-height:1.02!important;
}
body[data-a11y-text-scale] .site-main :where(h2,.it-section h2,.it-front-cta h2,.it-template-page__main h2){
  font-size:clamp(30px,calc(5vw * var(--it-a11y-text-scale)),68px)!important;
  line-height:1.04!important;
}
body[data-a11y-text-scale] .site-main :where(.it-news-card h2,.it-post-card h2){
  font-size:clamp(20px,calc(2.2vw * var(--it-a11y-text-scale)),34px)!important;
  line-height:1.15!important;
}
body[data-a11y-text-scale] .site-main :where(h3,.it-card h3,.it-hse-grid strong){
  font-size:clamp(20px,calc(1.75rem * var(--it-a11y-text-scale)),34px)!important;
}


/* v1.0.48 global title scale correction */
/* Base title sizes were too aggressive for 100% browser zoom. These overrides make the layout fit without needing 80% zoom. */
.site-main .it-hero h1,
.site-main .it-page-hero h1{
  font-size:clamp(38px,5.7vw,74px)!important;
  line-height:1.04!important;
  letter-spacing:-.045em!important;
  max-width:760px;
}
.site-main .it-hero p{
  font-size:clamp(16px,1.25vw,19px)!important;
  line-height:1.55!important;
  max-width:620px;
}
.site-main .it-section h2,
.site-main .it-template-page__main h2{
  font-size:clamp(30px,4.15vw,54px)!important;
  line-height:1.06!important;
  letter-spacing:-.04em!important;
  max-width:940px;
}
.site-main .it-front-cta h2{
  font-size:clamp(30px,4vw,54px)!important;
  line-height:1.06!important;
}
.site-main .it-news-card h2,
.site-main .it-post-card h2,
.site-main .it-entry h1{
  font-size:clamp(24px,3vw,42px)!important;
  line-height:1.12!important;
  letter-spacing:-.025em!important;
}
.site-main .it-entry h2{
  font-size:clamp(26px,3.2vw,42px)!important;
  line-height:1.12!important;
}
.site-main .it-card h3,
.site-main .it-hse-grid strong{
  font-size:clamp(20px,2vw,28px)!important;
  line-height:1.18!important;
}
.site-main .it-section-heading--wide{
  max-width:980px;
}
.site-main .it-section-heading--wide p,
.site-main .it-section p{
  font-size:clamp(15px,1.1vw,17px)!important;
  line-height:1.65!important;
}
.site-main .it-news-band{
  margin-top:-48px;
}
.site-main .it-news-card{
  min-height:205px;
}
.site-main .it-news-card a{
  padding:26px 26px;
}

/* When accessibility text scaling is active, keep title growth controlled. */
body[data-a11y-text-scale] .site-main .it-hero h1,
body[data-a11y-text-scale] .site-main .it-page-hero h1{
  font-size:clamp(36px,calc(5.7vw * var(--it-a11y-text-scale)),78px)!important;
}
body[data-a11y-text-scale] .site-main .it-section h2,
body[data-a11y-text-scale] .site-main .it-template-page__main h2,
body[data-a11y-text-scale] .site-main .it-front-cta h2{
  font-size:clamp(28px,calc(4.15vw * var(--it-a11y-text-scale)),58px)!important;
}
body[data-a11y-text-scale] .site-main .it-news-card h2,
body[data-a11y-text-scale] .site-main .it-post-card h2,
body[data-a11y-text-scale] .site-main .it-entry h1{
  font-size:clamp(22px,calc(3vw * var(--it-a11y-text-scale)),44px)!important;
}
body[data-a11y-text-scale] .site-main .it-card h3,
body[data-a11y-text-scale] .site-main .it-hse-grid strong{
  font-size:clamp(20px,calc(2vw * var(--it-a11y-text-scale)),30px)!important;
}

@media (min-width:1280px){
  .site-main .it-hero h1,
  .site-main .it-page-hero h1{
    max-width:720px;
  }
}
@media (max-width:900px){
  .site-main .it-hero h1,
  .site-main .it-page-hero h1{
    font-size:clamp(34px,9vw,58px)!important;
  }
  .site-main .it-section h2,
  .site-main .it-template-page__main h2{
    font-size:clamp(28px,7vw,44px)!important;
  }
}


/* v1.0.49 title rebalance after oversized heading regression */
/* More conservative heading scale so the layout fits at 100% browser zoom. */
.site-main .it-hero h1,
.site-main .it-page-hero h1{
  font-size:clamp(32px,4.8vw,62px)!important;
  line-height:1.04!important;
  letter-spacing:-.04em!important;
  max-width:640px!important;
  margin-bottom:22px!important;
}
.site-main .it-hero p{
  font-size:clamp(15px,1.1vw,18px)!important;
  line-height:1.58!important;
  max-width:600px!important;
  margin-bottom:24px!important;
}
.site-main .it-section h2,
.site-main .it-template-page__main h2,
.site-main .it-front-cta h2{
  font-size:clamp(26px,3.35vw,46px)!important;
  line-height:1.08!important;
  letter-spacing:-.03em!important;
  max-width:860px!important;
}
.site-main .it-news-card h2{
  font-size:clamp(17px,1.9vw,26px)!important;
  line-height:1.14!important;
  letter-spacing:-.02em!important;
  max-width:340px!important;
  margin:0 0 16px!important;
}
.site-main .it-post-card h2,
.site-main .it-entry h1{
  font-size:clamp(24px,2.6vw,38px)!important;
  line-height:1.12!important;
  letter-spacing:-.02em!important;
}
.site-main .it-entry h2{
  font-size:clamp(22px,2.2vw,34px)!important;
  line-height:1.14!important;
}
.site-main .it-card h3,
.site-main .it-hse-grid strong{
  font-size:clamp(18px,1.45vw,24px)!important;
  line-height:1.2!important;
}
.site-main .it-news-card,
.site-main .it-post-card{
  min-height:unset!important;
}
.site-main .it-news-card a,
.site-main .it-post-card a{
  padding:22px 22px!important;
}
.site-main .it-news-band{
  margin-top:-34px!important;
}

/* Accessibility text scale keeps headings controlled. */
body[data-a11y-text-scale] .site-main .it-hero h1,
body[data-a11y-text-scale] .site-main .it-page-hero h1{
  font-size:clamp(32px,calc(4.8vw * var(--it-a11y-text-scale)),66px)!important;
}
body[data-a11y-text-scale] .site-main .it-section h2,
body[data-a11y-text-scale] .site-main .it-template-page__main h2,
body[data-a11y-text-scale] .site-main .it-front-cta h2{
  font-size:clamp(26px,calc(3.35vw * var(--it-a11y-text-scale)),50px)!important;
}
body[data-a11y-text-scale] .site-main .it-news-card h2{
  font-size:clamp(17px,calc(1.9vw * var(--it-a11y-text-scale)),28px)!important;
}
body[data-a11y-text-scale] .site-main .it-post-card h2,
body[data-a11y-text-scale] .site-main .it-entry h1{
  font-size:clamp(24px,calc(2.6vw * var(--it-a11y-text-scale)),40px)!important;
}
body[data-a11y-text-scale] .site-main .it-card h3,
body[data-a11y-text-scale] .site-main .it-hse-grid strong{
  font-size:clamp(18px,calc(1.45vw * var(--it-a11y-text-scale)),26px)!important;
}

@media (max-width:900px){
  .site-main .it-hero h1,
  .site-main .it-page-hero h1{
    font-size:clamp(30px,8vw,52px)!important;
    max-width:100%!important;
  }
  .site-main .it-section h2,
  .site-main .it-template-page__main h2,
  .site-main .it-front-cta h2{
    font-size:clamp(24px,6vw,38px)!important;
  }
  .site-main .it-news-card h2{
    font-size:clamp(18px,5vw,24px)!important;
    max-width:100%!important;
  }
}


/* v1.0.50 search icon proportion */
.it-search-toggle{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:38px!important;
  line-height:1!important;
  margin-left:4px!important;
}
.it-search-toggle svg,
.it-search-toggle .dashicons,
.it-search-toggle span:not(.screen-reader-text){
  width:24px!important;
  height:24px!important;
  font-size:24px!important;
  line-height:1!important;
}


/* v1.0.51 footer contact block and footer icon links */
.it-footer-contact-block{margin-top:34px}
.it-footer-contact-block h2{margin-top:0}
.it-footer-contact-list li{line-height:1.55}
.it-footer-social{flex-wrap:wrap}
.it-footer-social__link svg{width:22px;height:22px}


/* v1.0.53 hero scroll arrow raised */
.it-hero-scroll{
  bottom:86px!important;
}
@keyframes itHeroFloat{
  0%,100%{transform:translate(-50%,0)}
  50%{transform:translate(-50%,5px)}
}
@media (max-width:980px){
  .it-hero-scroll{
    bottom:72px!important;
  }
}


/* v1.0.54 force hero scroll arrow above overlapping news/card band */
body .it-hero .it-hero-scroll,
.site-main .it-hero .it-hero-scroll,
.it-hero-scroll{
  top:auto!important;
  bottom:170px!important;
  z-index:30!important;
  width:46px!important;
  height:46px!important;
  background:rgba(45,23,53,.48)!important;
  border-color:rgba(255,255,255,.58)!important;
  box-shadow:0 10px 28px rgba(0,0,0,.22)!important;
}
body .it-hero .it-hero-scroll:before,
.site-main .it-hero .it-hero-scroll:before,
.it-hero-scroll:before{
  font-size:24px!important;
}
@media (max-width:1180px){
  body .it-hero .it-hero-scroll,
  .site-main .it-hero .it-hero-scroll,
  .it-hero-scroll{
    bottom:150px!important;
  }
}
@media (max-width:760px){
  body .it-hero .it-hero-scroll,
  .site-main .it-hero .it-hero-scroll,
  .it-hero-scroll{
    display:flex!important;
    bottom:112px!important;
    width:42px!important;
    height:42px!important;
  }
}


/* v1.0.55 corporate contact fallback for default templates */
.it-template-page__aside--contact{
  background:rgba(144,63,152,.055);
}
.it-template-page__eyebrow{
  margin:0 0 12px;
  color:var(--it-brand);
  font-size:13px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.it-template-contact-list{
  list-style:none;
  margin:24px 0;
  padding:0;
  display:grid;
  gap:18px;
}
.it-template-contact-list li{
  display:grid;
  gap:6px;
  padding-bottom:16px;
  border-bottom:1px solid rgba(45,23,53,.12);
}
.it-template-contact-list li:last-child{
  border-bottom:0;
  padding-bottom:0;
}
.it-template-contact-list strong{
  color:var(--it-dark);
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.it-template-contact-list a,
.it-template-contact-list span{
  color:#5f5168;
  font-weight:700;
  line-height:1.45;
  text-decoration:none;
}
.it-template-contact-list a:hover{
  color:var(--it-brand);
}


/* v1.0.57 services manual flipbook area */
.it-services-manual{
  margin-top:46px;
  padding:34px;
  background:#fff;
  border:1px solid rgba(45,23,53,.10);
  box-shadow:0 18px 48px rgba(45,23,53,.08);
}
.it-services-manual__heading{
  max-width:820px;
  margin-bottom:26px;
}
.it-services-manual__heading h3{
  margin:0 0 10px;
  color:var(--it-dark);
  font-size:clamp(26px,3vw,42px);
  line-height:1.08;
  letter-spacing:-.03em;
}
.it-services-manual__heading p{
  margin:0;
  color:#6c5d72;
  font-size:18px;
  line-height:1.55;
}
.it-services-manual__embed{
  width:100%;
}
.it-services-manual__embed iframe{
  max-width:100%;
}
@media (max-width:760px){
  .it-services-manual{
    margin-top:30px;
    padding:22px;
  }
}


/* v1.0.59 match services manual title with main section heading */
.it-services-manual{
  margin-top:52px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.it-services-manual__heading{
  max-width:980px!important;
  margin-bottom:30px!important;
}
.it-services-manual__heading h3{
  margin:0 0 18px!important;
  color:var(--it-dark)!important;
  font-size:clamp(42px,5vw,72px)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
  font-weight:900!important;
}
.it-services-manual__heading p{
  font-size:20px!important;
  line-height:1.55!important;
  max-width:760px!important;
}
.it-services-manual__embed{
  background:#fff;
  border:1px solid rgba(45,23,53,.10);
  box-shadow:0 18px 48px rgba(45,23,53,.08);
  padding:28px;
}
@media (max-width:760px){
  .it-services-manual__heading h3{
    font-size:clamp(34px,10vw,52px)!important;
  }
  .it-services-manual__embed{
    padding:18px;
  }
}


/* v1.0.60 structural manual heading parity */
.site-main .it-services-manual{
  margin-top:58px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.site-main .it-services-manual .it-section-heading{
  margin-bottom:34px!important;
}
.site-main .it-services-manual .it-section-heading h2,
.site-main .it-section .it-services-manual__heading h2{
  font-size:clamp(42px,5vw,72px)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
  font-weight:900!important;
  color:var(--it-dark)!important;
  margin:0!important;
  max-width:980px!important;
}
.site-main .it-services-manual .it-section-heading p{
  margin-top:18px!important;
  max-width:760px!important;
  font-size:20px!important;
  line-height:1.55!important;
}
.site-main .it-services-manual__embed{
  background:#fff!important;
  border:1px solid rgba(45,23,53,.10)!important;
  box-shadow:0 18px 48px rgba(45,23,53,.08)!important;
  padding:28px!important;
}
@media (max-width:760px){
  .site-main .it-services-manual .it-section-heading h2,
  .site-main .it-section .it-services-manual__heading h2{
    font-size:clamp(34px,10vw,52px)!important;
  }
}


/* v1.0.61 spacing between service cards and manual heading */
.site-main .it-section .it-card-grid + .it-services-manual,
.site-main .it-services-manual{
  margin-top:92px!important;
}
@media (max-width:980px){
  .site-main .it-section .it-card-grid + .it-services-manual,
  .site-main .it-services-manual{
    margin-top:64px!important;
  }
}
@media (max-width:760px){
  .site-main .it-section .it-card-grid + .it-services-manual,
  .site-main .it-services-manual{
    margin-top:48px!important;
  }
}


/* v1.0.62 real spacer before Manual de Servicios */
.site-main .it-section .it-services-manual-spacer{
  display:block!important;
  width:100%!important;
  height:104px!important;
  min-height:104px!important;
  clear:both!important;
  flex-basis:100%!important;
}
.site-main .it-section .it-services-manual-spacer + .it-services-manual{
  margin-top:0!important;
}
@media (max-width:980px){
  .site-main .it-section .it-services-manual-spacer{
    height:76px!important;
    min-height:76px!important;
  }
}
@media (max-width:760px){
  .site-main .it-section .it-services-manual-spacer{
    height:54px!important;
    min-height:54px!important;
  }
}


/* v1.0.63 inline-backed spacer reinforcement */
.site-main #servicios .it-card-grid{
  margin-bottom:0!important;
}
.site-main #servicios .it-services-manual-spacer{
  display:block!important;
  height:140px!important;
  min-height:140px!important;
  clear:both!important;
}
.site-main #servicios .it-services-manual{
  margin-top:0!important;
}
@media (max-width:980px){
  .site-main #servicios .it-services-manual-spacer{
    height:96px!important;
    min-height:96px!important;
  }
}
@media (max-width:760px){
  .site-main #servicios .it-services-manual-spacer{
    height:68px!important;
    min-height:68px!important;
  }
}


/* v1.0.64 footer automatic email links */
.it-site-footer .it-footer-contact a,
.it-site-footer .it-footer-contact-list a{
  color:inherit;
  text-decoration:none;
  font-weight:700;
}
.it-site-footer .it-footer-contact a:hover,
.it-site-footer .it-footer-contact-list a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}


/* v1.0.65 descriptive services page */
.it-services-page .it-template-page__main > section + section{
  margin-top:72px;
}
.it-service-intro > h2,
.it-service-group > h2,
.it-service-note > h2{
  font-size:clamp(32px,4vw,56px);
  line-height:1.02;
  letter-spacing:-.045em;
  margin:0 0 18px;
  color:var(--it-dark);
}
.it-service-intro > p,
.it-service-note > p{
  font-size:19px;
  line-height:1.65;
  color:#5f5168;
  max-width:900px;
}
.it-service-highlights{
  margin-top:30px;
}
.it-service-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
  margin-top:28px;
}
.it-service-list article{
  background:#fff;
  border:1px solid rgba(45,23,53,.10);
  padding:28px;
  box-shadow:0 14px 38px rgba(45,23,53,.07);
}
.it-service-list h3{
  margin:0 0 12px;
  color:var(--it-dark);
  font-size:24px;
  line-height:1.12;
  letter-spacing:-.025em;
}
.it-service-list p{
  margin:0;
  color:#62566a;
  line-height:1.6;
}
.it-service-note{
  background:rgba(144,63,152,.07);
  border:1px solid rgba(144,63,152,.15);
  padding:34px;
}
.it-services-page__aside{
  position:sticky;
  top:120px;
  align-self:start;
}
.it-services-aside-list{
  margin:18px 0 26px;
  padding-left:20px;
  color:#5f5168;
  line-height:1.55;
  font-weight:700;
}
.it-services-aside-list li + li{
  margin-top:10px;
}
@media (max-width:980px){
  .it-services-page__aside{
    position:static;
  }
  .it-service-list{
    grid-template-columns:1fr;
  }
}
@media (max-width:760px){
  .it-services-page .it-template-page__main > section + section{
    margin-top:48px;
  }
  .it-service-list article,
  .it-service-note{
    padding:22px;
  }
}


/* v1.0.66 front page buttons for pages */
.it-front-inline-button{
  margin-top:18px;
}
.it-services-page-cta{
  margin-top:34px;
  display:flex;
  justify-content:flex-start;
}
@media (max-width:760px){
  .it-services-page-cta{
    margin-top:24px;
  }
}


/* v1.0.67 automatic primary menu dropdowns */
.it-menu > .menu-item-has-children > a::after{
  content:"";
  width:6px;
  height:6px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg) translateY(-2px);
  margin-left:8px;
}
.it-menu .it-menu-auto-child a,
.it-menu .sub-menu a{
  color:var(--it-dark);
}
.it-menu .sub-menu a:hover{
  color:var(--it-brand);
}
@media (max-width:980px){
  .it-menu .sub-menu{
    position:static;
    opacity:1;
    visibility:visible;
    transform:none;
    box-shadow:none;
    padding:0 0 8px 16px;
    background:transparent;
  }
  .it-menu .sub-menu a{
    min-height:36px;
    padding:4px 0;
  }
}


/* v1.0.71 editable optional services CTA */
.it-services-side-cta{
  display:grid;
  gap:18px;
}
.it-services-side-cta p{
  margin:0;
}
.it-services-side-cta .it-button{
  justify-self:start;
}


/* v1.0.72 delivery hardening, status and service detail pages */
.it-status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}
.it-status-card{border-left:5px solid #d63638}
.it-status-card.is-ok{border-left-color:#008a20}
.it-service-detail-page .it-service-list{margin-top:28px}
.it-page-side-cta,.it-services-side-cta{display:grid;gap:18px}
.it-page-side-cta p,.it-services-side-cta p{margin:0}
.it-page-side-cta .it-button,.it-services-side-cta .it-button{justify-self:start}
.it-theme .it-template-note:empty{display:none!important}
body.it-delivery-mode .it-template-note:empty,
body.it-delivery-mode .it-placeholder,
body.it-delivery-mode [data-placeholder="true"]{display:none!important}


/* v1.0.73 service page detail links */
.it-service-list h3 a{
  color:inherit;
  text-decoration:none;
}
.it-service-list h3 a:hover{
  color:var(--it-brand);
}
.it-service-detail-link{
  display:inline-flex;
  align-items:center;
  margin-top:18px;
  color:var(--it-brand);
  font-weight:900;
  text-decoration:none;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-size:13px;
}
.it-service-detail-link::after{
  content:"→";
  margin-left:8px;
}
.it-service-detail-link:hover{
  color:var(--it-dark);
}


/* v1.0.74 services sidebar CTA cleanup */
.it-services-page__aside > .it-template-note + .it-template-note{
  margin-top:18px;
}
.it-services-page__aside > p:empty{
  display:none!important;
}


/* v1.0.76 document detection admin helpers */
.it-doc-detect-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}
