@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Roboto,sans-serif;font-size:16px;color:#202020;font-weight:300;line-height:1.7;overflow-x:hidden;background:#fff}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:all .3s ease-in-out}ul{list-style:none;margin:0;padding:0}.web-container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.web-section{position:relative;overflow:hidden;padding:7.5rem 0}.web-section-label{font-size:13px;font-family:Poppins,sans-serif;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#e28b1d;display:block;margin-bottom:10px}.web-section-title{font-family:Poppins,sans-serif;font-size:clamp(28px,4vw,42px);font-weight:400;line-height:1.25;color:#202020;margin-bottom:16px}.web-section-title--white{color:#fff}.web-section-subtitle{font-size:15px;color:#797979;max-width:560px;line-height:1.8}.web-btn{display:inline-block;font-family:Roboto,sans-serif;font-size:14px;font-weight:600;letter-spacing:.5px;padding:13px 34px;border-radius:50px;border:2px solid transparent;cursor:pointer;transition:all .5s ease-in-out;text-transform:capitalize;white-space:nowrap}.web-btn--primary{background:#e28b1d;border-color:#e28b1d;color:#fff}.web-btn--primary:hover{background:transparent;color:#e28b1d}.web-btn--outline-white{background:transparent;border-color:#fff;color:#fff}.web-btn--outline-white:hover{background:#e28b1d;border-color:#e28b1d;color:#fff}.web-btn--outline-primary{background:transparent;border-color:#e28b1d;color:#e28b1d}.web-btn--outline-primary:hover{background:#e28b1d;color:#fff}.web-btn--sm{padding:8px 22px;font-size:13px}.web-badge{display:inline-block;padding:4px 14px;border-radius:50px;font-size:12px;font-weight:600;letter-spacing:.5px;background:#e28b1d26;color:#e28b1d}.text-primary-web{color:#e28b1d}.bg-primary-web{background:#e28b1d}.bg-dark-web{background:#171717}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:#e28b1d;border-radius:50px}::selection{background:#e28b1d;color:#fff}.web-nav{position:absolute;top:0;left:0;right:0;z-index:100;height:100px;display:flex;align-items:center;transition:background .35s ease,box-shadow .35s ease,height .35s ease}.web-nav.is-sticky{position:fixed;background:#101010;box-shadow:0 10px 30px #00000059;height:70px}.web-nav.is-sticky .web-nav__logo img{max-height:50px}.web-nav.web-nav--dark{position:relative;background:#101010}.web-nav__inner{display:flex;align-items:center;justify-content:space-between;width:100%}.web-nav__logo{flex-shrink:0}.web-nav__logo img{max-height:60px;width:auto;transition:max-height .3s ease}.web-nav__logo .web-nav__logo-text{font-family:Poppins,sans-serif;font-size:22px;font-weight:600;color:#fff;letter-spacing:1px}.web-nav__logo .web-nav__logo-text span{color:#e28b1d}.web-nav__links{display:flex;align-items:center;gap:4px}.web-nav__link{position:relative;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;color:#fff;padding:8px 18px;letter-spacing:.3px;transition:color .25s}.web-nav__link:after{content:"";position:absolute;bottom:4px;left:18px;right:18px;height:2px;background:#e28b1d;transform:scaleX(0);transition:transform .28s ease-in-out;transform-origin:left}.web-nav__link:hover,.web-nav__link.active{color:#e28b1d}.web-nav__link:hover:after,.web-nav__link.active:after{transform:scaleX(1)}.web-nav__cta{font-family:Poppins,sans-serif;font-size:13px;font-weight:600;color:#fff;background:#e28b1d;padding:10px 24px;border-radius:50px;letter-spacing:.5px;margin-left:12px;transition:all .3s ease-in-out;border:2px solid #e28b1d}.web-nav__cta:hover{background:transparent;color:#e28b1d}.web-nav__toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:6px;background:none;border:none;z-index:110}.web-nav__toggle span{display:block;width:26px;height:2px;background:#fff;border-radius:2px;transition:all .3s ease-in-out}.web-nav__toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.web-nav__toggle.is-open span:nth-child(2){opacity:0}.web-nav__toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.web-nav__drawer{position:fixed;top:0;right:-320px;width:300px;height:100vh;background:#171717;z-index:105;padding:90px 30px 40px;display:flex;flex-direction:column;gap:6px;transition:right .35s cubic-bezier(.4,0,.2,1);box-shadow:-10px 0 40px #0006}.web-nav__drawer.is-open{right:0}.web-nav__drawer-link{font-family:Poppins,sans-serif;font-size:15px;font-weight:400;color:#ffffffd9;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08);letter-spacing:.3px;transition:color .2s}.web-nav__drawer-link:hover,.web-nav__drawer-link.active{color:#e28b1d}.web-nav__drawer-link:last-child{border-bottom:none}.web-nav__drawer-cta{margin-top:24px;display:inline-block;text-align:center;padding:12px 24px;background:#e28b1d;color:#fff;border-radius:50px;font-family:Poppins,sans-serif;font-weight:600;font-size:14px;border:2px solid #e28b1d;transition:all .3s ease-in-out}.web-nav__drawer-cta:hover{background:transparent;color:#e28b1d}.web-nav__overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:104}.web-nav__overlay.is-open{display:block}@media (max-width: 992px){.web-nav__links{display:none}.web-nav__toggle{display:flex}}.web-hero{position:relative;height:100vh;min-height:600px;overflow:hidden}.web-hero__slides{position:relative;width:100%;height:100%}.web-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease-in-out}.web-hero__slide.is-active{opacity:1;z-index:2}.web-hero__slide:nth-child(1){background-image:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460)}.web-hero__slide:nth-child(2){background-image:linear-gradient(135deg,#0d1117,#161b22,#1a2436)}.web-hero__slide:nth-child(3){background-image:linear-gradient(135deg,#1c1c1c,#2d2d2d,#3a3a3a)}.web-hero__slide:nth-child(4){background-image:linear-gradient(135deg,#0a0a0a,#1a1a1a,#252525)}.web-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000085;z-index:1}.web-hero__content{position:relative;z-index:3;height:100%;display:flex;align-items:center}.web-hero__body{max-width:700px}.web-hero__eyebrow{display:inline-block;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;letter-spacing:4px;text-transform:uppercase;color:#e28b1d;background:#e28b1d1f;border:1px solid rgba(226,139,29,.3);padding:5px 16px;border-radius:50px;margin-bottom:22px}.web-hero__title{font-family:Poppins,sans-serif;font-size:clamp(34px,5.5vw,64px);font-weight:300;line-height:1.15;color:#fff;margin-bottom:22px}.web-hero__title strong{font-weight:600;color:#e28b1d}.web-hero__subtitle{font-family:Roboto,sans-serif;font-size:16px;font-weight:300;color:#ffffffd1;line-height:1.8;margin-bottom:36px;max-width:540px}.web-hero__actions{display:flex;gap:14px;flex-wrap:wrap}.web-hero__dots{position:absolute;bottom:40px;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:10px}.web-hero__dot{width:10px;height:10px;border-radius:50%;background:#fff6;border:1px solid rgba(255,255,255,.5);cursor:pointer;transition:all .3s ease-in-out}.web-hero__dot.is-active{background:#e28b1d;border-color:#e28b1d;transform:scale(1.25)}.web-hero__scroll{position:absolute;bottom:36px;right:40px;z-index:10;display:flex;flex-direction:column;align-items:center;gap:6px;color:#fff9;font-size:11px;font-family:Poppins,sans-serif;letter-spacing:2px;text-transform:uppercase;cursor:pointer}.web-hero__scroll svg{animation:scrollBounce 1s ease-in-out infinite alternate;color:#e28b1d}@keyframes scrollBounce{0%{transform:translateY(0)}to{transform:translateY(6px)}}.web-hero__progress{position:absolute;bottom:0;left:0;height:3px;background:#e28b1d;z-index:10;width:0;transition:width linear}@media (max-width: 768px){.web-hero{min-height:500px}.web-hero__scroll{display:none}.web-hero__body{padding-top:80px}}.web-about{background-color:#171717;background-image:url(/images/web/about-bg.jpg);background-repeat:no-repeat;background-size:cover;background-position:center;color:#fff}.web-about__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.web-about__image{position:relative}.web-about__image img{width:100%;height:480px;object-fit:cover;border-radius:4px}.web-about__image:before{content:"";position:absolute;top:-12px;left:-12px;width:60%;height:60%;border:2px solid rgba(226,139,29,.4);border-radius:4px;z-index:0}.web-about__image img{position:relative;z-index:1}.web-about__content .web-section-label{color:#e28b1d}.web-about__content .web-section-title{color:#fff}.web-about__content .web-section-subtitle{color:#ffffffb8;max-width:100%}.web-about__text{color:#ffffffb8;font-size:15px;line-height:1.85;margin-bottom:28px}.web-about__cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:28px 0 32px}.web-about__card{padding:20px 18px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;border-left:3px solid #e28b1d;transition:all .3s ease-in-out}.web-about__card:hover{background:#e28b1d14}.web-about__card h4{font-family:Poppins,sans-serif;font-size:13px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#e28b1d;margin-bottom:8px}.web-about__card p{font-size:14px;color:#ffffffb3;line-height:1.75}.web-about__stats{display:flex;gap:32px;padding-top:12px}.web-about__stat span{display:block;font-family:Poppins,sans-serif;font-size:32px;font-weight:600;color:#e28b1d;line-height:1}.web-about__stat p{font-size:13px;color:#fff9;margin-top:4px;font-family:Poppins,sans-serif;letter-spacing:.5px}.web-about-boxes{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.web-about-box{padding:48px 24px;text-align:center;background:#ffffff08;border:1px solid rgba(255,255,255,.06);cursor:pointer;transition:all .3s ease-in-out}.web-about-box:hover{background:#e28b1d14}.web-about-box:hover .web-about-box__icon{transform:translateY(-8px);color:#e28b1d}.web-about-box__icon{font-size:54px;color:#fff;margin-bottom:16px;display:block;transition:all .5s ease-in-out}.web-about-box__icon svg{width:54px;height:54px;stroke:currentColor;margin:0 auto}.web-about-box__title{font-family:Poppins,sans-serif;font-size:18px;font-weight:300;color:#fff;margin-bottom:8px}.web-about-box__text{font-size:14px;color:#fff9;line-height:1.75}@media (max-width: 992px){.web-about__grid{grid-template-columns:1fr;gap:40px}.web-about__image{display:none}.web-about-boxes{grid-template-columns:1fr}}@media (max-width: 768px){.web-about__cards{grid-template-columns:1fr}.web-about__stats{gap:20px;flex-wrap:wrap}}.web-skills{background-color:#202020;background-image:url(/images/web/skills-bg.jpg);background-repeat:no-repeat;background-size:cover;background-position:center;color:#fff}.web-skills__grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.web-skills__content .web-section-subtitle{color:#ffffffad;max-width:100%}.web-skills__content .web-section-title{color:#fff}.web-skills__desc{font-size:15px;color:#ffffffa6;line-height:1.85;margin-bottom:36px}.web-skills__bars{display:flex;flex-direction:column;gap:24px}.web-skill__header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.web-skill__label{font-family:Poppins,sans-serif;font-size:13px;font-weight:600;color:#ffffffe6;letter-spacing:.5px;text-transform:uppercase}.web-skill__pct{font-family:Poppins,sans-serif;font-size:13px;font-weight:600;color:#e28b1d}.web-skill__track{height:5px;background:#ffffff1f;border-radius:50px;overflow:hidden}.web-skill__fill{height:100%;background:#e28b1d;border-radius:50px;width:0;transition:width 1.4s cubic-bezier(.25,.46,.45,.94)}.web-skills__counters{display:grid;grid-template-columns:1fr 1fr;gap:2px}.web-counter{padding:40px 30px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);text-align:center;transition:all .3s ease-in-out}.web-counter:hover{background:#e28b1d12}.web-counter__num{font-family:Poppins,sans-serif;font-size:42px;font-weight:600;color:#e28b1d;line-height:1;display:block}.web-counter__suffix{font-size:24px;color:#e28b1d}.web-counter__label{margin-top:8px;font-size:13px;color:#fff9;font-family:Poppins,sans-serif;letter-spacing:.5px;text-transform:uppercase;display:block}@media (max-width: 992px){.web-skills__grid{grid-template-columns:1fr;gap:50px}}@media (max-width: 576px){.web-skills__counters{grid-template-columns:1fr 1fr;gap:2px}.web-counter{padding:28px 16px}.web-counter__num{font-size:30px}}.web-investment{background:#f5f5f5}.web-investment__head{text-align:center;max-width:600px;margin:0 auto 56px}.web-investment__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.web-invest-card{position:relative;background:#fff;border-radius:8px;overflow:hidden;padding:40px 32px 36px;border:1px solid rgba(32,32,32,.08);transition:all .3s ease-in-out;display:flex;flex-direction:column}.web-invest-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:#e28b1d;transform:scaleX(0);transform-origin:left;transition:transform .35s ease}.web-invest-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #0000001a}.web-invest-card:hover:before{transform:scaleX(1)}.web-invest-card__icon{width:60px;height:60px;background:#e28b1d1a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:22px}.web-invest-card__icon svg{width:28px;height:28px;stroke:#e28b1d}.web-invest-card__label{font-size:11px;font-family:Poppins,sans-serif;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:#e28b1d;margin-bottom:8px;display:block}.web-invest-card__title{font-family:Poppins,sans-serif;font-size:22px;font-weight:400;color:#202020;margin-bottom:14px;line-height:1.3}.web-invest-card__text{font-size:14px;color:#797979;line-height:1.8;flex:1}.web-invest-card__regions{margin-top:20px;display:flex;flex-wrap:wrap;gap:6px}.web-invest-card__region{font-size:11px;font-family:Poppins,sans-serif;font-weight:600;letter-spacing:.5px;padding:3px 10px;border-radius:50px;background:#e28b1d14;color:#e28b1d;border:1px solid rgba(226,139,29,.2)}@media (max-width: 992px){.web-investment__grid{grid-template-columns:1fr 1fr}}@media (max-width: 576px){.web-investment__grid{grid-template-columns:1fr}}.web-portfolio{background-color:#202020;background-image:url(/images/web/portfolio-bg.jpg);background-repeat:no-repeat;background-size:cover;background-position:center;color:#fff}.web-portfolio__head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px;gap:24px;flex-wrap:wrap}.web-portfolio__head .web-section-title{color:#fff;margin-bottom:4px}.web-portfolio__head .web-section-subtitle{color:#ffffffa6}.web-portfolio__filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:36px}.web-pf-filter{font-family:Poppins,sans-serif;font-size:13px;font-weight:400;color:#ffffffbf;padding:8px 22px;border:1px solid rgba(255,255,255,.2);border-radius:0;cursor:pointer;transition:all .3s ease-in-out;background:transparent;letter-spacing:.5px;white-space:nowrap}.web-pf-filter:hover,.web-pf-filter.is-active{background:#e28b1d;border-color:#e28b1d;color:#fff}.web-portfolio__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3px}.web-pf-item{position:relative;overflow:hidden;aspect-ratio:4/3;background:#2d2d2d;cursor:pointer}.web-pf-item.is-hidden{display:none}.web-pf-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.web-pf-item__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000e0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;opacity:0;transition:opacity .35s ease;z-index:2;padding:24px;text-align:center}.web-pf-item__view-icon{width:44px;height:44px;border:1px solid #ffffff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:6px;transition:all .3s ease-in-out}.web-pf-item__view-icon svg{width:18px;height:18px;stroke:#fff}.web-pf-item__title{font-family:Poppins,sans-serif;font-size:18px;font-weight:400;color:#fff}.web-pf-item__cat{font-size:12px;color:#e28b1d;font-family:Poppins,sans-serif;letter-spacing:1px;text-transform:uppercase}.web-pf-item:hover img{transform:scale(1.08)}.web-pf-item:hover .web-pf-item__overlay{opacity:1}.web-pf-item:hover .web-pf-item__view-icon{background:#e28b1d;border-color:#e28b1d}.web-portfolio__more{text-align:center;margin-top:48px}@media (max-width: 992px){.web-portfolio__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.web-portfolio__grid{grid-template-columns:1fr}.web-portfolio__head{flex-direction:column;align-items:flex-start}}.web-contact{background-color:#fff;background-image:url(/images/web/contact-bg.jpg);background-repeat:no-repeat;background-size:cover;background-position:center}.web-contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.web-contact__info .web-section-title{color:#202020}.web-contact__offices{display:flex;flex-direction:column;gap:28px;margin-top:36px}.web-contact-office{display:flex;gap:16px;padding:20px;border:1px solid rgba(32,32,32,.08);border-radius:6px;background:#fff;border-left:3px solid #e28b1d;transition:all .3s ease-in-out}.web-contact-office:hover{box-shadow:0 8px 30px #00000014}.web-contact-office__icon{flex-shrink:0;width:40px;height:40px;background:#e28b1d1a;border-radius:50%;display:flex;align-items:center;justify-content:center}.web-contact-office__icon svg{width:18px;height:18px;stroke:#e28b1d}.web-contact-office__country{font-family:Poppins,sans-serif;font-size:13px;font-weight:600;color:#e28b1d;letter-spacing:1px;text-transform:uppercase;display:block;margin-bottom:4px}.web-contact-office__address{font-size:14px;color:#797979;line-height:1.7;font-family:Roboto,sans-serif;font-weight:300}.web-contact__emails{margin-top:28px;display:flex;flex-direction:column;gap:8px}.web-contact__emails a{font-size:15px;color:#202020;font-family:Roboto,sans-serif;font-weight:300;display:flex;align-items:center;gap:10px;transition:color .2s}.web-contact__emails a svg{width:16px;height:16px;stroke:#e28b1d;flex-shrink:0}.web-contact__emails a:hover{color:#e28b1d}.web-contact__form-wrap{background:#fff;border-radius:8px;padding:44px 40px;box-shadow:0 20px 60px #0000001a}.web-contact__form-title{font-family:Poppins,sans-serif;font-size:22px;font-weight:400;color:#202020;margin-bottom:28px}.web-form{display:flex;flex-direction:column;gap:22px}.web-form__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.web-form__group{display:flex;flex-direction:column;gap:6px}.web-form__group label{font-size:12px;font-family:Poppins,sans-serif;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:#797979}.web-form__control{width:100%;background:transparent;border:none;border-bottom:1px solid rgba(32,32,32,.2);padding:10px 0;font-family:Roboto,sans-serif;font-size:14px;font-weight:300;color:#202020;outline:none;border-radius:0;transition:border-color .3s ease}.web-form__control::placeholder{color:#797979b3}.web-form__control:focus{border-color:#e28b1d}.web-form__control--textarea{resize:none;min-height:120px}.web-form__submit{align-self:flex-start;margin-top:8px}.web-form__success,.web-form__error{padding:14px 18px;border-radius:6px;font-size:14px;font-family:Roboto,sans-serif;font-weight:400}.web-form__success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#166534}.web-form__error{background:#ef444414;border:1px solid rgba(239,68,68,.25);color:#991b1b}@media (max-width: 992px){.web-contact__grid{grid-template-columns:1fr;gap:48px}}@media (max-width: 576px){.web-contact__form-wrap{padding:30px 22px}.web-form__row{grid-template-columns:1fr}}.web-footer{background-color:#171717;background-image:url(/images/web/footer-bg.jpg);background-repeat:no-repeat;background-size:cover;background-position:center;color:#fff;padding:70px 0 0}.web-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:48px;padding-bottom:50px}.web-footer__brand .web-footer__logo{display:block;margin-bottom:18px}.web-footer__brand .web-footer__logo img{max-height:55px}.web-footer__brand .web-footer__logo-text{font-family:Poppins,sans-serif;font-size:20px;font-weight:600;color:#fff;letter-spacing:1px}.web-footer__brand .web-footer__logo-text span{color:#e28b1d}.web-footer__tagline{font-size:14px;color:#ffffff94;line-height:1.8;margin-bottom:22px;max-width:280px;font-family:Roboto,sans-serif;font-weight:300}.web-footer__social{display:flex;gap:10px;flex-wrap:wrap}.web-footer__social-link{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out;color:#fff}.web-footer__social-link svg{width:16px;height:16px;stroke:currentColor;fill:none}.web-footer__social-link:hover{background:#e28b1d;border-color:#e28b1d}.web-footer__col-title{font-family:Poppins,sans-serif;font-size:13px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#fff;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1)}.web-footer__col-title:after{content:"";display:block;width:30px;height:2px;background:#e28b1d;margin-top:10px}.web-footer__links{display:flex;flex-direction:column;gap:10px}.web-footer__link{font-size:14px;color:#ffffff9e;font-family:Roboto,sans-serif;font-weight:300;display:flex;align-items:center;gap:8px;transition:color .2s,gap .2s}.web-footer__link:before{content:"›";color:#e28b1d;font-size:16px;line-height:1}.web-footer__link:hover{color:#e28b1d;gap:12px}.web-footer__contacts{display:flex;flex-direction:column;gap:14px}.web-footer__contact-item{display:flex;gap:12px;align-items:flex-start}.web-footer__contact-item svg{flex-shrink:0;width:15px;height:15px;stroke:#e28b1d;margin-top:2px}.web-footer__contact-item span{font-size:14px;color:#ffffff9e;font-family:Roboto,sans-serif;font-weight:300;line-height:1.6}.web-footer__contact-item a{color:#ffffff9e;font-size:14px;font-weight:300}.web-footer__contact-item a:hover{color:#e28b1d}.web-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding:20px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.web-footer__bottom p{font-size:13px;color:#ffffff73;font-family:Roboto,sans-serif;font-weight:300}.web-footer__bottom a{font-size:13px;color:#ffffff73}.web-footer__bottom a:hover{color:#e28b1d}.web-footer__bottom-links{display:flex;gap:20px}@media (max-width: 992px){.web-footer__grid{grid-template-columns:1fr 1fr;gap:36px}}@media (max-width: 576px){.web-footer__grid{grid-template-columns:1fr}.web-footer{padding-top:50px}.web-footer__bottom{flex-direction:column;text-align:center}}.web-page-hero{background-color:#171717;background-image:url(/images/web/page-hero-bg.jpg);background-repeat:no-repeat;background-size:cover;background-position:center;padding:140px 0 80px;position:relative;color:#fff}.web-page-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000009e}.web-page-hero .web-container{position:relative;z-index:1}.web-page-hero__eyebrow{display:inline-block;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#e28b1d;margin-bottom:14px}.web-page-hero__title{font-family:Poppins,sans-serif;font-size:clamp(28px,4vw,48px);font-weight:300;color:#fff;margin-bottom:14px;line-height:1.2}.web-page-hero__title strong{color:#e28b1d;font-weight:600}.web-page-hero__breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:#fff9;font-family:Poppins,sans-serif}.web-page-hero__breadcrumb a{color:#fff9}.web-page-hero__breadcrumb a:hover,.web-page-hero__breadcrumb span{color:#e28b1d}
