.osg-modern-home-section{--osg-surface: #F7F4ED;--osg-ink: #20344A;--osg-body: #2A3F52;--osg-line: #DCE6E2;--osg-action: #D3A64C;--osg-focus: #f1cf72;background:var(--osg-surface);color:var(--osg-body)}.osg-home{width:100%;margin:0;background:var(--osg-surface)}.osg-home__hero{position:relative;display:block;min-height:clamp(540px,38vw,610px);overflow:hidden;border-bottom:1px solid var(--osg-line);background:var(--osg-surface)}.osg-home__hero-viewport,.osg-home__slide{position:absolute;top:0;right:0;bottom:0;left:0}.osg-home__slide{display:grid;grid-template-columns:minmax(390px,33%) minmax(0,67%);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .48s ease,visibility .48s ease}.osg-home__slide.is-active{z-index:1;opacity:1;visibility:visible;pointer-events:auto}.osg-home__content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;padding:64px clamp(48px,6.4vw,96px) 108px;background:var(--osg-surface)}.osg-home__eyebrow{margin:0 0 18px;color:#69717a;font-size:1.4rem;font-weight:700;letter-spacing:.12em;line-height:1.35;text-transform:uppercase}.osg-home__content h1,.osg-home__content h2{max-width:13ch;margin:0;color:var(--osg-ink);font-size:clamp(4.4rem,4.45vw,6.6rem);line-height:1.04;letter-spacing:-.03em}.osg-home__intro{max-width:34rem;margin-top:23px;color:var(--osg-body);font-size:clamp(1.6rem,1.15vw,1.9rem);line-height:1.58}.osg-home__intro p{margin:0}.osg-home__actions{display:flex;align-items:center;gap:30px;margin-top:29px}.osg-home__actions .btn{min-height:54px;padding:15px 28px;border-color:var(--osg-action);border-radius:12px;background:var(--osg-action);color:#111923;font-weight:700;transition:transform .18s ease,background-color .18s ease}.osg-home__actions .btn:hover{border-color:#9e7b24;background:#9e7b24;transform:translateY(-1px)}.osg-home__text-link{padding:8px 0 5px;border-bottom:1px solid var(--osg-action);color:var(--osg-ink);font-weight:700;text-decoration:none}.osg-home__text-link:hover{border-bottom-color:var(--osg-ink)}.osg-home__media{min-width:0;min-height:100%;overflow:hidden;background:#f4f5f6}.osg-home__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}.osg-home__hero-controls{position:absolute;bottom:34px;left:clamp(48px,6.4vw,96px);z-index:3;display:flex;align-items:center;gap:14px}.osg-home__hero-arrow{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border:1px solid var(--osg-line);border-radius:50%;background:#fff;color:var(--osg-ink)}.osg-home__hero-arrow:hover{border-color:var(--osg-ink)}.osg-home__hero-arrow svg{width:15px;height:15px}.osg-home__hero-dots{display:flex;align-items:center;gap:7px}.osg-home__hero-dots button{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:#bcc2c7;transition:width .18s ease,background-color .18s ease}.osg-home__hero-dots button.is-active{width:25px;background:var(--osg-ink)}.osg-home__worlds{padding:54px clamp(24px,4.25vw,68px) 82px;background:var(--osg-surface)}.osg-home__world-heading{display:flex;align-items:end;justify-content:space-between;gap:42px;margin:0 0 28px}.osg-home__world-heading h2{max-width:13ch;margin:0;color:var(--osg-ink);font-size:clamp(3.4rem,3vw,5.1rem);line-height:1.02;letter-spacing:-.03em}.osg-home__world-heading p{max-width:34rem;margin:0 0 4px;color:#69717a;line-height:1.55}.osg-worlds-heading__mobile,.osg-world--mobile-quick{display:none}.osg-home__world-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.osg-world{position:relative;min-height:clamp(300px,23vw,380px);overflow:hidden;border-radius:0;background:var(--osg-ink);color:#fff;text-decoration:none;isolation:isolate}.osg-world img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover;transition:transform .42s cubic-bezier(.2,.7,.2,1)}.osg-world__shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#11192314 20%,#111923c7);transition:background-color .22s ease}.osg-world__copy{position:absolute;inset-inline:30px;bottom:28px;z-index:2;display:flex;align-items:end;justify-content:space-between;gap:20px;color:#fff}.osg-world__title{font-size:clamp(3.4rem,3.1vw,5.4rem);font-weight:700;line-height:1.05;letter-spacing:-.03em}.osg-world__copy>span:last-child{display:inline-flex;align-items:center;gap:8px;max-width:14rem;padding-bottom:3px;border-bottom:1px solid rgba(255,255,255,.76);font-size:1.4rem;font-weight:700;line-height:1.3}.osg-world__copy svg{width:14px;height:14px;flex:0 0 auto}.osg-world:hover img{transform:scale(1.018)}.osg-world:hover .osg-world__shade{background:linear-gradient(180deg,#1119230a 20%,#111923b3)}.osg-world:focus-visible,.osg-home__hero-arrow:focus-visible,.osg-home__hero-dots button:focus-visible{outline:3px solid var(--osg-focus);outline-offset:4px}@media(max-width:1100px){.osg-home__hero{min-height:790px}.osg-home__slide{grid-template-columns:1fr;grid-template-rows:440px minmax(0,1fr)}.osg-home__media{min-height:440px;order:1}.osg-home__content{order:2;padding:42px clamp(28px,7vw,72px) 92px}.osg-home__content h1,.osg-home__content h2{max-width:13ch}.osg-home__hero-controls{left:clamp(28px,7vw,72px);bottom:28px}.osg-home__world-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.osg-world:first-child{grid-column:1 / -1}}@media(max-width:768px){.osg-home__hero{display:none}.osg-home__slide{grid-template-rows:320px minmax(0,1fr)}.osg-home__media{min-height:320px}.osg-home__media img{object-position:61% center}.osg-home__content{padding:34px 20px 96px}.osg-home__eyebrow{margin-bottom:12px;font-size:1.4rem}.osg-home__content h1,.osg-home__content h2{max-width:11ch;font-size:clamp(4rem,12.5vw,5.2rem)}.osg-home__intro{margin-top:17px;font-size:1.5rem}.osg-home__actions{align-items:flex-start;flex-direction:column;gap:17px;margin-top:23px}.osg-home__actions .btn{width:100%;justify-content:center}.osg-home__hero-controls{left:20px;bottom:24px}.osg-home__worlds{padding:28px 16px 34px}.osg-home__world-heading{display:block;margin-bottom:16px}.osg-home__world-heading h2{max-width:none;font-size:2.6rem;line-height:1.12}.osg-home__world-heading p{display:none}.osg-home__world-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.osg-world,.osg-world:first-child{grid-column:auto;min-height:82px;border:1px solid #dce6e2;border-radius:8px;background:#fff;color:var(--osg-ink)}.osg-world img,.osg-world__shade{display:none}.osg-world__copy{position:static;min-height:82px;align-items:center;justify-content:center;padding:14px 12px;color:var(--osg-ink);text-align:center}.osg-world__title{font-size:1.6rem;line-height:1.25;letter-spacing:-.01em}.osg-world__copy>span:last-child{display:none}.osg-home__project{display:none}}@media(min-width:769px)and (max-width:768px){.osg-home{display:flex;flex-direction:column}.osg-home__hero,.osg-home__trust,.osg-home__project{display:none}.osg-home__worlds{order:1;padding:32px clamp(24px,4vw,40px) 38px}.osg-worlds-heading__desktop,.osg-home__world-heading p{display:none}.osg-worlds-heading__mobile,.osg-world--mobile-quick{display:block}.osg-home__world-heading{display:block;margin-bottom:18px}.osg-home__world-heading h2{max-width:none;font-size:3rem;line-height:1.12}.osg-home__world-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.osg-world,.osg-world:first-child{grid-column:auto;min-height:88px;border:1px solid var(--osg-line);border-radius:8px;background:#fff;color:var(--osg-ink)}.osg-world img,.osg-world__shade{display:none}.osg-world__copy{position:static;min-height:88px;align-items:center;justify-content:center;padding:14px;color:var(--osg-ink);text-align:center}.osg-world__title{font-size:1.6rem;line-height:1.25;letter-spacing:-.01em}.osg-world__copy>span:last-child{display:none}.osg-home__procurement{order:2;grid-template-columns:minmax(210px,1.35fr) repeat(4,minmax(120px,1fr))}.osg-home__procurement-intro,.osg-home__procurement a{min-height:68px;padding:13px 14px}.osg-home__procurement-intro{grid-column:auto}.osg-home__procurement-intro span{display:none}.osg-home__procurement a{border-top:0;border-left:1px solid var(--osg-line)}}@media(prefers-reduced-motion:reduce){.osg-home__slide,.osg-home__actions .btn,.osg-home__hero-dots button,.osg-world img,.osg-world__shade{transition:none}}.osg-home__hero{min-height:min(72vh,760px);background:#111923}.osg-home__slide{display:block}.osg-home__media{position:absolute;top:0;right:0;bottom:0;left:0;min-height:100%}.osg-home__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#111923f5,#111923e0 36%,#11192394 64%,#11192329)}.osg-home__content{position:absolute;inset:0 auto 0 0;z-index:2;width:min(680px,56%);padding:72px clamp(28px,6vw,96px) 112px;background:transparent}.osg-home__eyebrow,.osg-home__content h1,.osg-home__content h2,.osg-home__intro,.osg-home__text-link{color:#fff}.osg-home__content h1,.osg-home__content h2{text-shadow:0 2px 18px rgb(17 25 35 / 30%)}.osg-home__intro{font-weight:500;letter-spacing:.005em}.osg-home__text-link{border-bottom-color:#d3a64c}.osg-home__hero-arrow{border-color:#fcfbf873;background:#11192399;color:#fff}.osg-home__hero-dots button{background:#fcfbf87f}.osg-home__hero-dots button.is-active{background:#d3a64c}.osg-home__trust{display:grid;grid-template-columns:repeat(4,1fr);max-width:1440px;margin:0 auto;padding:18px clamp(20px,4vw,56px);background:#fff;color:#20344a;list-style:none;text-align:center}.osg-home__trust li+li{border-left:1px solid #DCE6E2}.osg-home__trust li{display:grid;gap:3px;padding-inline:18px}.osg-home__trust strong{color:var(--osg-ink);font-size:1.5rem}.osg-home__trust span{color:#687786;font-size:1.4rem;line-height:1.35}.osg-home__procurement{display:grid;grid-template-columns:minmax(240px,1.35fr) repeat(4,minmax(150px,1fr));max-width:1440px;margin:0 auto;border-top:1px solid var(--osg-line);border-bottom:1px solid var(--osg-line);background:#fff}.osg-home__procurement-intro,.osg-home__procurement a{min-height:88px;padding:18px 22px}.osg-home__procurement-intro{display:grid;align-content:center;gap:3px}.osg-home__procurement-intro strong{color:var(--osg-ink);font-size:1.6rem}.osg-home__procurement-intro span{color:#687786;font-size:1.4rem}.osg-home__procurement a{display:flex;align-items:center;justify-content:space-between;gap:14px;border-left:1px solid var(--osg-line);color:var(--osg-ink);font-size:1.4rem;font-weight:700;line-height:1.3;text-decoration:none;transition:background-color .18s cubic-bezier(.25,1,.5,1),color .18s cubic-bezier(.25,1,.5,1)}.osg-home__procurement a:hover{background:#eef3ef}.osg-home__procurement a svg{width:15px;height:15px;flex:0 0 auto}.osg-home__procurement .osg-home__procurement-primary{background:var(--osg-action);color:#111923}.osg-home__procurement .osg-home__procurement-primary:hover{background:#f1cf72}.osg-home__project{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.5fr);align-items:center;gap:clamp(40px,7vw,112px);margin:0;padding:clamp(56px,8vw,104px) clamp(24px,6vw,96px);background:#8fa996;color:#111923}.osg-home__project-copy>p{margin:0 0 14px;color:#20344a;font-size:1.4rem;font-weight:700}.osg-home__project h2{max-width:16ch;margin:0;color:#111923;font-size:clamp(3.7rem,4vw,6.4rem);line-height:1.06;letter-spacing:-.03em;text-wrap:balance}.osg-home__project-intro{max-width:64ch;margin-top:20px;color:#20344a;font-size:clamp(1.6rem,1.4vw,1.9rem);line-height:1.6}.osg-home__project ul{display:flex;flex-wrap:wrap;gap:10px 28px;margin:28px 0 0;padding:0;color:#111923;list-style:none}.osg-home__project li:before{content:"\2713";margin-right:8px;color:#20344a;font-weight:700}.osg-home__project-actions{display:grid;gap:16px;padding:28px;border:1px solid #20344A;border-radius:12px}.osg-home__project-actions .btn{width:100%;min-height:52px}.osg-home__project-actions>a:not(.btn){color:#111923;font-weight:700;text-align:center;text-underline-offset:4px}.osg-home__project-actions span{color:#20344a;font-size:1.3rem;text-align:center}@media(max-width:840px){.osg-home__hero{min-height:max(70vw,620px)}.osg-home__content{width:100%;padding:54px 20px 92px}.osg-home__media:after{background:linear-gradient(90deg,#111923f0,#111923c2 64%,#1119236b)}.osg-home__trust{grid-template-columns:repeat(2,1fr);gap:18px 0;font-size:14px}.osg-home__trust li:nth-child(3){border-left:0}.osg-home__trust li{padding-inline:12px}.osg-home__procurement{grid-template-columns:1fr 1fr;margin-inline:0}.osg-home__procurement-intro{grid-column:1 / -1;min-height:auto;padding:20px}.osg-home__procurement a{min-height:72px;padding:15px 16px;border-top:1px solid var(--osg-line);border-left:0}.osg-home__procurement a:nth-of-type(2n){border-left:1px solid var(--osg-line)}.osg-home__project{grid-template-columns:1fr;gap:32px;padding:56px 20px}.osg-home__project-actions{padding:22px}}@media(max-width:768px){.osg-home{display:flex;flex-direction:column}.osg-home__hero,.osg-home__project,.osg-home__trust{display:none}.osg-home__trust li{min-height:58px;align-content:center;gap:1px;padding:9px 8px;border-top:1px solid var(--osg-line)}.osg-home__trust li+li,.osg-home__trust li:nth-child(3){border-left:0}.osg-home__trust li:nth-child(2n){border-left:1px solid var(--osg-line)}.osg-home__trust strong{font-size:1.3rem}.osg-home__trust span{display:none}.osg-home__procurement{order:2;grid-template-columns:repeat(2,minmax(0,1fr))}.osg-home__procurement-intro{padding:15px 16px 11px}.osg-home__procurement-intro span{display:none}.osg-home__procurement a{min-height:58px;padding:11px 12px;font-size:1.3rem}.osg-home__worlds{order:1;padding:26px 16px 32px}.osg-worlds-heading__desktop{display:none}.osg-worlds-heading__mobile,.osg-world--mobile-quick{display:block}.osg-home__world-heading{display:block;margin-bottom:14px}.osg-home__world-heading h2{max-width:none;font-size:2.6rem;line-height:1.12}.osg-home__world-heading p{display:none}.osg-home__world-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.osg-world,.osg-world:first-child{grid-column:auto;min-height:82px;border:1px solid var(--osg-line);border-radius:8px;background:#fff;color:var(--osg-ink)}.osg-world img,.osg-world__shade{display:none}.osg-world__copy{position:static;min-height:82px;align-items:center;justify-content:center;padding:14px 12px;color:var(--osg-ink);text-align:center}.osg-world__title{font-size:1.6rem;line-height:1.25;letter-spacing:-.01em}.osg-world__copy>span:last-child{display:none}}@media(min-width:769px)and (max-width:768px){.osg-home{display:flex;flex-direction:column}.osg-home__hero,.osg-home__trust,.osg-home__project{display:none}.osg-home__worlds{order:1;padding:32px clamp(24px,4vw,40px) 38px}.osg-worlds-heading__desktop,.osg-home__world-heading p{display:none}.osg-worlds-heading__mobile,.osg-world--mobile-quick{display:block}.osg-home__world-heading{display:block;margin-bottom:18px}.osg-home__world-heading h2{max-width:none;font-size:3rem;line-height:1.12}.osg-home__world-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.osg-world,.osg-world:first-child{grid-column:auto;min-height:88px;border:1px solid var(--osg-line);border-radius:8px;background:#fff;color:var(--osg-ink)}.osg-world img,.osg-world__shade{display:none}.osg-world__copy{position:static;min-height:88px;align-items:center;justify-content:center;padding:14px;color:var(--osg-ink);text-align:center}.osg-world__title{font-size:1.6rem;line-height:1.25;letter-spacing:-.01em}.osg-world__copy>span:last-child{display:none}.osg-home__procurement{order:2;grid-template-columns:minmax(210px,1.35fr) repeat(4,minmax(120px,1fr))}.osg-home__procurement-intro,.osg-home__procurement a{min-height:68px;padding:13px 14px}.osg-home__procurement-intro{grid-column:auto}.osg-home__procurement-intro span{display:none}.osg-home__procurement a,.osg-home__procurement a:nth-of-type(2n){border-top:0;border-left:1px solid var(--osg-line)}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/osg-modern.css.map */
