.notice-banner{z-index:101;background:linear-gradient(129deg,#0d6aff 0%,#8244ff 50%,#f71dff 100%);align-items:center;min-height:4.8rem;display:flex;position:fixed;top:0;left:0;right:0}.notice-banner__inner{justify-content:center;align-items:center;gap:1.5rem;width:100%;max-width:152rem;margin:0 auto;padding:.6rem 2rem;display:flex}.notice-banner__badge{color:#fff;white-space:nowrap;border:1px solid #fff;border-radius:10rem;align-items:center;padding:.5rem 1.5rem;font-size:1.4rem;font-weight:600;line-height:1.4;display:inline-flex}.notice-banner__text{color:#fff;font-size:1.6rem;font-weight:400;line-height:1.5}@media (max-width:768px){.notice-banner{min-height:9rem}.notice-banner__inner{flex-direction:column;gap:.6rem;padding:.8rem 1.5rem}.notice-banner__badge{padding:.4rem 1.2rem;font-size:1.2rem}.notice-banner__text{text-align:center;font-size:1.3rem}}body:has(.notice-banner) .header{top:4.8rem}@media (max-width:768px){body:has(.notice-banner) .header{top:9rem}}
.hero{background:#020204 url(/images/main/hero_bg.avif) top/cover no-repeat;flex-direction:column;align-items:center;min-height:94rem;padding-top:27rem;display:flex;position:relative;overflow:hidden}@media (max-width:1599px){.hero{padding-top:13rem}}@media (max-width:767px){.hero{min-height:0;padding-top:10rem;padding-bottom:4rem}}.hero__content{text-align:center;flex-direction:column;align-items:center;gap:8rem;max-width:100%;padding:0 2rem;display:flex}@media (max-width:767px){.hero__content{gap:5rem}}.hero__text-group{flex-direction:column;gap:2rem;display:flex}.hero__products{color:#8f9294;z-index:1;font-size:2.4rem;line-height:normal;position:relative}.hero__headline-group{flex-direction:column;gap:1.5rem;display:flex}.hero__headline{color:#fff;font-size:4rem;font-weight:700;line-height:normal}@media (max-width:767px){.hero__headline{font-size:2.8rem}}.hero__subheadline{color:#fff;font-size:3rem;line-height:normal}@media (max-width:767px){.hero__subheadline{font-size:2rem}}.hero__ctas{gap:1rem;display:flex}.hero__cta{white-space:nowrap;border-radius:.5rem;justify-content:center;align-items:center;min-width:17.2rem;padding:1.6rem 2.4rem;font-size:2rem;font-weight:700;line-height:2.4rem;display:flex}.hero__cta--primary{color:#fff;background:0 0;border:none;position:relative}.hero__cta--primary:before,.hero__cta--primary:after{content:"";-webkit-mask-composite:xor;border-radius:.5rem;padding:2px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.hero__cta--primary:before{opacity:1;background:linear-gradient(108deg,#0d6aff 0%,#8244ff 20%,#e224ff 40%,#fff 60% 80%,#80fbff 100%);transition:opacity .5s}.hero__cta--primary:after{opacity:0;background:linear-gradient(108deg,#8244ff 0%,#e224ff 25%,#fff 50% 70%,#80fbff 85%,#0d6aff 100%);transition:opacity .5s}.hero__cta--primary:hover:before{opacity:0}.hero__cta--primary:hover:after{opacity:1}.hero__cta--primary:hover{background:#0b163b}.hero__cta--secondary{color:#fff;background:#0a111f;border:2px solid #44536b;transition:background .3s,border-color .3s}.hero__cta--secondary:hover{background:#0b163b;border-color:#fffc}.hero__cards{grid-template-columns:repeat(4,1fr);gap:2rem;width:100%;max-width:152rem;margin-top:10rem;margin-bottom:5rem;display:grid}@media (max-width:1599px){.hero__cards{grid-template-columns:repeat(2,1fr);margin-top:6rem}}@media (max-width:767px){.hero__cards{grid-template-columns:1fr;margin-top:4rem}}.hero__card{opacity:0;transform:translateY(4rem)}.hero__cards--visible .hero__card{animation:.6s forwards heroCardSlideUp}.hero__cards--visible .hero__card--stagger-1{animation-delay:0s}.hero__cards--visible .hero__card--stagger-2{animation-delay:.12s}.hero__cards--visible .hero__card--stagger-3{animation-delay:.24s}.hero__cards--visible .hero__card--stagger-4{animation-delay:.36s}@media (max-width:767px){.hero__card{opacity:1;animation:none;transform:none}}.hero__card{background:#fff linear-gradient(153deg,#ccdce580 0%,#cddee980 100%);border-radius:1.5rem;flex:1;padding:2px;transition:translate .3s,box-shadow .3s,background .3s;display:flex}.hero__card:hover{background:linear-gradient(153deg,#ccdce5 0%,#cddee9 100%);translate:0 -.4rem;box-shadow:0 1.2rem 2.4rem #0d6aff1f}.hero__card:hover .hero__card-inner:before{animation:4s ease-in-out .9s infinite heroCardWaveSway;translate:0}.hero__card-inner{background:linear-gradient(#fff 64.23%,#b8d5ff 158.27%);border-radius:calc(1.5rem - 2px);flex-direction:column;flex:1;justify-content:start;align-items:center;gap:1.5rem;min-height:24.2rem;padding:3rem;display:flex;position:relative;overflow:hidden}.hero__card-inner:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(#b8d5ff00 12%,#b8d5ff 100%);border-radius:50% 50% 0 0/6% 6% 0 0;width:150%;height:100%;transition:translate .9s cubic-bezier(.22,1,.36,1);position:absolute;bottom:0;left:-25%;translate:0 100%}.hero__card-logo{z-index:1;justify-content:center;align-items:center;width:100%;height:6rem;display:flex;position:relative}.hero__card-logo img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:3rem}.hero__card--stagger-2 .hero__card-logo img,.hero__card--stagger-4 .hero__card-logo img{max-height:3.5rem}.hero__card-body{z-index:1;flex-direction:column;align-items:center;gap:1.2rem;width:100%;display:flex;position:relative}.hero__card-stat{color:#131313;text-align:center;font-size:2rem;font-weight:700;line-height:1.2}@media (max-width:767px){.hero__card-stat{font-size:1.8rem}}.hero__card-quote{color:#494d50;text-align:center;flex-direction:column;align-items:center;font-size:1.8rem;font-weight:500;line-height:2.5rem;display:flex}@media (max-width:767px){.hero__card-quote{font-size:1.6rem;line-height:2.2rem}}@keyframes heroCardSlideUp{0%{opacity:0;transform:translateY(4rem)}to{opacity:1;transform:translateY(0)}}@keyframes heroCardWaveSway{0%,to{border-radius:50% 50% 0 0/6% 6% 0 0;transform:translate(-1.5%)}50%{border-radius:50% 50% 0 0/9% 9% 0 0;transform:translate(1.5%)}}@media (prefers-reduced-motion:reduce){.hero__card-inner:before{transition:none}.hero__card:hover .hero__card-inner:before{animation:none}}
.hr-dx{background-color:#020204;padding:10rem 20rem}.hr-dx__inner{flex-direction:column;align-items:center;gap:8rem;max-width:152rem;margin:0 auto;display:flex}.hr-dx__header{text-align:center;flex-direction:column;gap:1rem;display:flex}.hr-dx__title{color:#fff;font-size:3rem;font-weight:700;line-height:1.3}.hr-dx__subtitle{color:#fff;font-size:2.5rem;font-weight:400;line-height:1.5}.hr-dx__diamond-wrap{justify-content:center;width:100%;display:flex}.hr-dx__diamonds{width:72.8rem;max-width:100%;height:auto;overflow:visible;transform:translateZ(0)}.hr-dx__diamond{opacity:0;transition:opacity .5s}.hr-dx__diamond:hover{transition:scale .3s,translate .3s;scale:1.05}.hr-dx__diamond--stagger-1:hover{translate:-18px -10px}.hr-dx__diamond--stagger-2:hover{translate:-13px -15px}.hr-dx__diamond--stagger-3:hover{translate:-25px -12px}.hr-dx__diamond--stagger-4:hover{translate:-10px -20px}.hr-dx__diamond--stagger-5:hover{translate:-18px -10px}.hr-dx__diamond--stagger-6:hover{translate:-25px -18px}.hr-dx__diamonds--visible .hr-dx__diamond{animation:.6s forwards diamondFadeIn}.hr-dx__diamonds--visible .hr-dx__diamond--stagger-1{animation-delay:0s}.hr-dx__diamonds--visible .hr-dx__diamond--stagger-2{animation-delay:.12s}.hr-dx__diamonds--visible .hr-dx__diamond--stagger-3{animation-delay:.24s}.hr-dx__diamonds--visible .hr-dx__diamond--stagger-4{animation-delay:.36s}.hr-dx__diamonds--visible .hr-dx__diamond--stagger-5{animation-delay:.48s}.hr-dx__diamonds--visible .hr-dx__diamond--stagger-6{animation-delay:.6s}.hr-dx__diamond-bg{opacity:0;mix-blend-mode:screen}.hr-dx__diamond a{cursor:pointer}.hr-dx__diamond:hover .hr-dx__diamond-bg{opacity:1}.hr-dx__diamond-list{grid-template-columns:repeat(2,1fr);gap:1.2rem;width:100%;margin:0;padding:0;list-style:none;display:none}.hr-dx__diamond-item{background:linear-gradient(172.88deg,#1f263399 5.55%,#0009 96.88%);border:1px solid #606364;border-radius:1.2rem;flex-direction:column;gap:.6rem;padding:2rem;display:flex}.hr-dx__diamond-item-label{color:#cdcdcd;font-size:1.2rem;font-weight:500}.hr-dx__diamond-item-name{color:#fff;font-size:1.6rem;font-weight:700;line-height:1.4}.hr-dx__diamond-item-link{flex-direction:column;gap:.6rem;text-decoration:none;display:flex}.hr-dx__diamond-item-sub{font-size:1.4rem;font-weight:700}.hr-dx__cards{gap:3rem;width:100%;display:flex}.hr-dx__card{opacity:0;background-color:#1a1f28;border-radius:1.5rem;flex-direction:column;flex:1;justify-content:space-between;gap:4rem;padding:3rem;display:flex;overflow:hidden;transform:translateY(4rem)}.hr-dx__cards--visible .hr-dx__card{animation:.6s forwards hrDxCardSlideUp}.hr-dx__cards--visible .hr-dx__card--stagger-1{animation-delay:0s}.hr-dx__cards--visible .hr-dx__card--stagger-2{animation-delay:.12s}.hr-dx__cards--visible .hr-dx__card--stagger-3{animation-delay:.24s}.hr-dx__card-content{flex-direction:column;gap:1rem;display:flex}.hr-dx__card-question{color:#0d80f2;font-size:1.6rem;font-weight:500;line-height:1.5}.hr-dx__card-title{color:#fff;font-size:1.8rem;font-weight:700;line-height:1.4}.hr-dx__card-desc p{color:#8f9294;margin:0;font-size:1.5rem;font-weight:400;line-height:1.5}.hr-dx__card-footer{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:2rem;display:flex}.hr-dx__card-product{color:#fff;white-space:nowrap;align-items:center;gap:.5rem;font-size:1.6rem;font-weight:500;text-decoration:none;display:inline-flex}.hr-dx__card-arrow{flex-shrink:0;transition:filter .2s}.hr-dx__card-product:hover .hr-dx__card-arrow{filter:brightness(0)invert()}@media (max-width:1199px){.hr-dx__cards{flex-direction:column}}@media (max-width:767px){.hr-dx{padding:6rem 0 8rem}.hr-dx__inner{gap:4rem}.hr-dx__title{font-size:2.2rem}.hr-dx__subtitle{font-size:1.6rem}.hr-dx__diamond-wrap{display:none}.hr-dx__diamond-list{display:grid}.hr-dx__card-footer{justify-content:flex-start}.hr-dx__card,.hr-dx__diamond{opacity:1;animation:none;transform:none}}@keyframes diamondFadeIn{0%{opacity:0}to{opacity:1}}@keyframes hrDxCardSlideUp{0%{opacity:0;transform:translateY(4rem)}to{opacity:1;transform:translateY(0)}}
