@charset "UTF-8";.hamburger{display:flex;align-items:center;position:relative;pointer-events:auto;z-index:1}.hamburger:hover .hamburger__icon{background:linear-gradient(#db2777,#e11d48)}.hamburger:hover .hamburger__icon .hamburger__dot:nth-of-type(1){animation:flicker .4s linear}.hamburger:hover .hamburger__icon .hamburger__dot:nth-of-type(2){animation:flicker .4s linear .05s}.hamburger:hover .hamburger__icon .hamburger__dot:nth-of-type(3){animation:flicker .4s linear .1s}.hamburger__text{font-weight:500;background:#fff;background-size:200% auto;background-clip:text;-webkit-text-emphasis-color:transparent;text-emphasis-color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:1s linear,color .5s linear}.hamburger:hover .hamburger__text{animation:shine .5s linear forwards;color:#db2777}@keyframes shine{0%{background-image:linear-gradient(90deg,#fff,#db2777 50%,#e11d48 60%,#fff);background-position:0% center}25%{background-image:linear-gradient(90deg,#fff,#db2777 50%,#e11d48 60%,#fff);background-position:50% center}50%{background-image:linear-gradient(90deg,#fff,#db2777 50%,#e11d48 60%,#db2777);background-position:100% center}75%{background-image:linear-gradient(90deg,#db2777,#db2777 50%,#e11d48 60%,#fff);background-position:150% center}to{background-image:linear-gradient(90deg,#db2777,#db2777 50%,#db2777 60%,#db2777);background-position:200% center}}.hamburger__icon{border:none;border-radius:5rem;width:64px;height:64px;background:none;cursor:pointer;transition:.5s ease;transform:scale(.5)}.hamburger__dot{position:absolute;top:50%;left:50%;width:8px;height:8px;border-radius:50%;background:#fff;transition:width .3s ease 0s,height .3s ease 0s,transform .3s ease .3s}.hamburger__dot:nth-of-type(1){transform:translate(calc(-50% - 16px),-50%) rotate(45deg)}.hamburger__dot:nth-of-type(2){transform:translate(-50%,-50%);transition:.4s ease .1s}.hamburger__dot:nth-of-type(3){transform:translate(calc(-50% + 16px),-50%) rotate(-45deg)}@keyframes flicker{0%{opacity:1}50%{opacity:.2}to{opacity:1}}.language{display:flex;align-items:center}.language__text{transition-duration:.3s}.language__text:hover,.language__text__active{color:#db2777}.language__split{border:1px solid #c5c5c5;width:24px;margin:0 8px}.navigation{height:100vh;width:100%;background:#091b49;position:absolute;top:0;left:0;transform:translateY(-110%);transition:transform .3s .1s ease-in-out;pointer-events:auto}@media (max-width: 767.98px){.navigation{display:flex;align-items:center;justify-content:space-between;flex-direction:column}}.navigation--active{transform:translate(0)}.navigation--active img{opacity:1;transition:opacity .3s .3s ease-in-out}.navigation__main{display:flex;align-items:center;justify-content:space-between;height:calc(100% - 96px)}@media (max-width: 767.98px){.navigation__main{flex-direction:column;height:initial;width:100%}}.navigation__social{display:flex;flex-direction:column;justify-content:center;padding:64px;border-right:1px solid rgba(255,255,255,.25);height:100%;width:384px}@media (max-width: 991.98px){.navigation__social{padding:32px;border-right:none}}@media (max-width: 767.98px){.navigation__social{display:none}}.navigation__social-item:not(:last-child){margin-bottom:24px}@media (max-width: 767.98px){.navigation__social-item:not(:last-child){margin-bottom:0}}@media (max-width: 767.98px){.navigation__social-item:not(:last-child){margin-bottom:-18px}}.navigation__social-item img{margin-right:16px}.navigation__social-item a{display:flex;align-items:center;font-size:1.5rem;color:#fff}.navigation__menu{padding:20vh 64px 64px 0;width:calc(100% - 384px);display:flex;flex-direction:column;align-items:end}@media (max-width: 991.98px){.navigation__menu{padding:32px}}@media (max-width: 767.98px){.navigation__menu{padding-top:0;width:100%}}@media (max-width: 767.98px){.navigation__menu{padding-top:100px}}@media (max-width: 767.98px){.navigation__menu-item{margin-bottom:-20px}}.navigation__menu-item a{font-size:5vh;color:#c5c5c5;line-height:8.5vh;font-weight:700}.navigation__menu-item a.active{font-weight:700;background:-webkit-linear-gradient(#DB2777,#E11D48);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.navigation__menu-item a:hover{color:#fff}@media (max-width: 767.98px){.navigation__menu-item a{font-size:3rem;line-height:initial}}@media (max-width: 767.98px){.navigation__menu-item a{font-size:2rem}}.navigation__footer{display:flex;align-items:center;border-top:1px solid rgba(255,255,255,.25);height:96px}@media (max-width: 991.98px){.navigation__footer{justify-content:space-between}}@media (max-width: 767.98px){.navigation__footer{width:100%}}.navigation__left{border-right:1px solid rgba(255,255,255,.25);width:384px;padding:0 64px;height:100%;display:flex;align-items:center}@media (max-width: 991.98px){.navigation__left{border-right:none;width:25%}}@media (max-width: 767.98px){.navigation__left{width:100%}}.navigation__right{padding:0 64px;height:100%;width:calc(100% - 384px);display:flex;align-items:center;justify-content:flex-end}@media (max-width: 991.98px){.navigation__right{width:75%}}@media (max-width: 767.98px){.navigation__right{display:none}}.navigation__way{display:flex;align-items:center}.navigation__way>p:first-child{opacity:.5}@media (max-width: 767.98px){.navigation__way{flex-direction:column}}.navigation__border{border:1px solid white;width:24px;margin:0 8px;opacity:.5}.navigation__red{background:-webkit-linear-gradient(#DB2777,#E11D48);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.navigation__img{opacity:0;position:absolute;width:1000px;right:300px;top:200px;z-index:-1;animation:rotate 100s linear infinite}@media (max-width: 767.98px){.navigation__img{display:none}}.header{display:flex;align-items:center;justify-content:space-between;padding:4vh;pointer-events:none}@media (max-width: 1199.98px){.header{padding:32px}}@media (max-width: 767.98px){.header{padding:24px}}.header__logo{pointer-events:auto;z-index:1}.header__img{height:40px}@media (max-width: 1199.98px){.header__img{height:32px}}.container{max-width:1320px;width:100%;margin-right:auto;margin-left:auto}@media (max-width: 1559.98px){.container{padding:0 32px}}@media (max-width: 767.98px){.container{padding:0 24px}}.container__no-margin{margin:0}.footer{background:#061332}.footer__top{padding:64px 0;border-bottom:1px solid rgba(255,255,255,.16)}@media (max-width: 575.98px){.footer__top{padding:32px 0}}.footer__bottom{padding:32px 0;display:flex;align-items:center;justify-content:space-between}.footer__bottom a{transition-duration:.3s}.footer__bottom a:hover{color:#db2777}.footer__part{grid-column:span 2}.footer__part:first-child{grid-column:span 6}@media (max-width: 575.98px){.footer__part:first-child{grid-column:span 12}}.footer__part:last-child{display:flex;align-items:flex-start;justify-content:flex-end}@media (max-width: 575.98px){.footer__part:last-child{justify-content:flex-start}}@media (max-width: 575.98px){.footer__part{grid-column:span 6}}.footer__brand{margin-bottom:64px}.footer__brand a{display:inline-block}@media (max-width: 575.98px){.footer__brand{margin-bottom:32px}}.footer__category:not(:last-child){margin-bottom:32px}.footer__logo{height:32px;margin-bottom:12px}.footer__text{color:#c5c5c5}.footer__social{display:flex;align-items:center}.footer__social a{background:linear-gradient(to bottom,#061332,#061332) padding-box,linear-gradient(to bottom,#ffffff3d,#5491b33d) border-box;border:1px solid transparent;border-radius:12px;height:64px;width:64px;display:flex;align-items:center;justify-content:center}.footer__social a:not(:last-child){margin-right:8px}.footer__social a img{transition:filter .3s ease}.footer__social a:hover img{filter:invert(100%) sepia(100%) saturate(500%) hue-rotate(290deg) brightness(90%)}.footer__title{color:#c5c5c5;font-size:1.5rem;margin-bottom:16px}.footer__item a{transition-duration:.3s}.footer__item a:hover{color:#db2777}.footer__item:not(:last-child){margin-bottom:16px}:root{--twinkle-duration: 4s}.stars-bg{height:100%;width:100%;position:absolute;z-index:1}.stars{position:absolute;top:0;left:0;right:0;bottom:0;-webkit-animation:twinkle var(--twinkle-duration) ease-in-out infinite;animation:twinkle var(--twinkle-duration) ease-in-out infinite}.stars:nth-child(2){-webkit-animation-delay:calc(var(--twinkle-duration) * -.33);animation-delay:calc(var(--twinkle-duration) * -.33)}.stars:nth-child(3){-webkit-animation-delay:calc(var(--twinkle-duration) * -.66);animation-delay:calc(var(--twinkle-duration) * -.66)}@-webkit-keyframes twinkle{25%{opacity:0}}@keyframes twinkle{25%{opacity:0}}.star{fill:#fff}.star:nth-child(3n){opacity:.8}.star:nth-child(7n){opacity:.6}.star:nth-child(13n){opacity:.4}.star:nth-child(19n){opacity:.2}.comet{transform-origin:center center;-webkit-animation:comet 10s linear infinite;animation:comet 10s linear infinite}@-webkit-keyframes comet{0%,40%{transform:translate(0);opacity:0}50%{opacity:1}60%,to{transform:translate(-100vmax);opacity:0}}@keyframes comet{0%,40%{transform:translate(0);opacity:0}50%{opacity:1}60%,to{transform:translate(-100vmax);opacity:0}}.comet-b{-webkit-animation-delay:-3.3s;animation-delay:-3.3s}.comet-c{-webkit-animation-delay:-5s;animation-delay:-5s}.category{font-weight:600;text-transform:uppercase;letter-spacing:4px;margin-bottom:8px;color:#c5c5c5}.category__slash{color:#db2777;opacity:1}h1.titleh1{font-size:4rem;line-height:5rem;font-weight:700;margin-bottom:32px}h1.titleh1 span{font-weight:700;background:-webkit-linear-gradient(#DB2777,#E11D48);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 991.98px){h1.titleh1{font-size:48px;line-height:56px}}@media (max-width: 575.98px){h1.titleh1{font-size:32px;line-height:40px}}h2.titleh2{font-size:2.5rem;line-height:3.5rem;font-weight:600;margin-bottom:16px}h2.titleh2 span{font-weight:700;background:-webkit-linear-gradient(#DB2777,#E11D48);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 991.98px){h2.titleh2{font-size:40px;line-height:48px}}@media (max-width: 575.98px){h2.titleh2{font-size:28px;line-height:36px}}h3.titleh3{font-size:1.5rem;line-height:2rem;font-weight:600;margin-bottom:16px}@media (max-width: 991.98px){h3.titleh3{font-size:21px;line-height:32px}}h4.titleh4{font-size:1.375rem;line-height:1.75rem;font-weight:600;margin-bottom:8px}@media (max-width: 991.98px){h4.titleh4{font-size:20px;line-height:24px}}.text-small{font-size:1rem;line-height:1.375rem;color:#c5c5c5}.text-medium{font-size:1.0625rem;line-height:1.8rem;color:#c5c5c5}.text-large{font-size:1.375rem;line-height:2.25rem;color:#c5c5c5}@media (max-width: 575.98px){.text-large{font-size:20px;line-height:28px}}.office-modal,.overlay{width:100%;height:95%;top:0;left:0;right:0;bottom:0;position:fixed;z-index:9}.overlay{background:#061332eb}.office-modal__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9;background:linear-gradient(to bottom,#0a1e50,#081a47) padding-box,linear-gradient(to bottom,#78b4d73d,#0a32693d) border-box;border:1px solid transparent;border-radius:16px;padding:80px;width:80%;display:flex;align-items:start}@media (max-width: 1559.98px){.office-modal__content{width:80%;height:95%;top:55%}}@media (max-width: 991.98px){.office-modal__content{top:initial;left:50%;bottom:0;transform:translate(-50%);padding:32px;width:100%;border-bottom-left-radius:0;border-bottom-right-radius:0}}@media (max-width: 575.98px){.office-modal__content{height:auto}}.office-modal__close-btn{position:absolute;right:32px;top:32px;width:32px;height:32px;background:#0e2b71;border-radius:5rem;display:flex;align-items:center;justify-content:center}@media (max-width: 991.98px){.office-modal__close-btn{right:16px;top:16px}}.office-modal__close-btn:hover{background:#db2777;color:#fff}.office-modal__image{display:flex;justify-content:center;width:400px;height:566px;border-radius:16px;margin-right:48px;overflow:hidden}@media (max-width: 991.98px){.office-modal__image{display:none}}.office-modal__image img{height:100%}.office-modal__image-sp{display:none}@media (max-width: 991.98px){.office-modal__image-sp{display:flex;align-items:center;display:none;width:100%;height:216px;border-radius:16px;overflow:hidden;margin-bottom:32px}}.office-modal__image-sp img{width:100%}.office-modal__body{display:flex;flex-direction:column;justify-content:space-between}@media (max-width: 991.98px){.office-modal__body{width:100%}}.office-modal__header{display:flex;align-items:center}.office-modal__header>div,.office-modal__header p,.office-modal__header h2{margin-bottom:0}@media (max-width: 991.98px){.office-modal__header{margin-bottom:32px}}.office-modal__info{margin-top:10px;display:flex;align-items:flex-start;justify-content:space-between}@media (max-width: 991.98px){.office-modal__info{flex-direction:column;align-items:flex-start}}.office-modal__entry{display:flex;align-items:center}.office-modal__entry:not(:last-child){margin-bottom:8px}.office-modal__entry img{margin-right:8px;width:16px;height:16px}.office-modal__entry span{margin:0 8px}.office-modal__category{display:flex;align-items:flex-start;flex-direction:column}.office-modal__category:not(:last-child){margin-bottom:32px}@media (max-width: 991.98px){.office-modal__category:not(:last-child){margin-bottom:16px}}.office-card{display:flex;align-items:center;flex-direction:column;width:100%;cursor:pointer}.office-card__bottom{display:flex;justify-content:flex-end;width:100%}.office-card__button{width:32px;height:32px;background:#0e2b71;border-radius:5rem;display:flex;align-items:center;justify-content:center;transition:.5s ease}.office-card__button:hover,.office-card:hover .office-card__button{background:#db2777}.office-card button:hover{cursor:pointer}@media (max-width: 575.98px){.office-card{cursor:default}.office-card:hover{background:inherit;cursor:default}}.icon{margin-bottom:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom,#0e2b71,#0e2b71) padding-box,linear-gradient(to bottom,#78b4d73d,#0a32693d) border-box;border:1px solid transparent;border-radius:16px}@media (max-width: 575.98px){.icon{margin-bottom:16px}}.icon-small{width:64px;height:64px}.icon-small .icon__img,.icon-small svg{width:24px;height:24px}.icon-medium{width:96px;height:96px}@media (max-width: 575.98px){.icon-medium{width:64px;height:64px}}.icon-medium svg{width:48px;height:48px}@media (max-width: 575.98px){.icon-medium svg{width:32px;height:32px}}.icon-large{width:128px;height:128px}.icon-large .icon__img,.icon-large svg{width:64px;height:64px}.icon-rounded{margin-bottom:32px}.icon-rounded__ext{width:190px;height:190px;border-radius:25rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom,#0d2154,#091a46) padding-box,linear-gradient(to bottom,#78b4d73d,#0a32693d) border-box;border:1px solid transparent}@media (max-width: 575.98px){.icon-rounded__ext{width:95px;height:95px}}.icon-rounded__mdl{width:136px;height:136px;border-radius:25rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom,#0d2154,#0e2050) padding-box,linear-gradient(to bottom,#78b4d73d,#0a32693d) border-box;border:1px solid transparent}@media (max-width: 575.98px){.icon-rounded__mdl{width:68px;height:68px}}.icon-rounded__sml{width:80px;height:80px;border-radius:25rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom,#0e2b71,#0e2b71) padding-box,linear-gradient(to bottom,#78b4d73d,#0a32693d) border-box;border:1px solid transparent;filter:drop-shadow(0px 0px 60px rgba(0,0,0,.64))}@media (max-width: 575.98px){.icon-rounded__sml{width:40px;height:40px}}.icon-rounded__img,.icon-rounded svg{width:40px;height:40px}@media (max-width: 575.98px){.icon-rounded__img,.icon-rounded svg{width:20px;height:20px}}.button-primary{display:flex;align-items:center;justify-content:center;background:-webkit-linear-gradient(180deg,#DB2777,#E11D48);border-radius:12px;width:max-content;text-wrap:nowrap;cursor:pointer}.button-primary__img{margin-left:16px;color:#db2777}.button-primary:hover{background:linear-gradient(90deg,#b5173a,#b31e60)}.button-primary-large{padding:0 32px;height:64px}.button-primary-large .button-primary__img{width:24px;height:24px}.button-primary-small{font-size:.75rem;padding:0 16px;height:40px;border-radius:8px}.button-primary-small .button-primary__img{width:16px;height:16px}.button-secondary{background:linear-gradient(to bottom,#0a1e50,#0a1e50) padding-box,linear-gradient(to bottom,#ffffff3d,#5491b33d) border-box;border:1px solid transparent;border-radius:12px;display:flex;align-items:center;justify-content:center;width:max-content;text-wrap:nowrap;transition:.5s ease}.button-secondary__img{margin-left:16px;color:#db2777}.button-secondary:hover{border:1px solid #DB2777;color:#db2777}.button-secondary-large{padding:0 32px;height:64px}.button-secondary-large .button-secondary__img{width:24px;height:24px}.button-secondary-medium{padding:0 24px;height:56px}.button-secondary-medium .button-secondary__img{width:20px;height:20px}.button-secondary-small{font-size:.75rem;padding:0 16px;height:40px;border-radius:8px}.button-secondary-small .button-secondary__img{width:16px;height:16px}.sphere{position:absolute;width:400px;height:400px;top:0;right:204px}@media (max-width: 1199.98px){.sphere{right:34px}}@media (max-width: 575.98px){.sphere{top:initial;right:24px;bottom:-89px;left:50%;transform:translate(-50%);display:none}}.mouse{position:absolute;bottom:0;left:50.06%;transform:translate(-50%,-50%);cursor:auto;z-index:3}.mouse__content{position:relative;display:block;width:24px;height:40px;margin:0 auto 16px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid white;border-radius:24px;z-index:1;background:transparent}.mouse__movement{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;-webkit-animation:scroll-ani 4s linear infinite;-moz-animation:scroll-ani 4s linear infinite;animation:scroll-ani 4s linear infinite}.mouse__text{color:#fff;text-transform:uppercase}@-webkit-keyframes scroll-ani{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}to{opacity:0;top:29%}}@-moz-keyframes scroll-ani{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}to{opacity:0;top:29%}}@keyframes scroll-ani{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}to{opacity:0;top:29%}}.value{grid-column:span 4;justify-content:center;display:flex;align-items:center}@media (max-width: 991.98px){.value{flex-direction:column}}@media (max-width: 575.98px){.value{grid-column:span 6}.value:nth-child(n+3){grid-column:span 12}}.value__number{font-size:2.5rem;font-weight:500}.value__pink{color:#db2777}.value__text{text-transform:uppercase;line-height:1.375rem;color:#c5c5c5;margin-right:16px}@media (max-width: 991.98px){.value__text{margin-right:0;text-align:center}}.values__banner{background:#091b49;padding:64px 20px}@media (max-width: 991.98px){.values__banner{padding:32px 20px}}.values__banner>div{display:flex;align-items:center;justify-content:space-between}.section{padding:96px 0}@media (max-width: 767.98px){.section{padding:96px 0}}@media (max-width: 575.98px){.section{padding:64px 0}}.address{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px;width:100%;grid-template-columns:repeat(8,1fr)}.address__card{grid-column:span 4}@media (max-width: 991.98px){.address__card{grid-column:span 6}}@media (max-width: 767.98px){.address__card{grid-column:span 12}}.address__title{font-size:1.5rem;margin-bottom:32px}@media (max-width: 767.98px){.address__title{margin-bottom:16px}}.address__part:not(:last-child){margin-bottom:32px}@media (max-width: 767.98px){.address__part:not(:last-child){margin-bottom:16px}}.address__subtitle{font-size:1.375rem;line-height:2.25rem;color:#c5c5c5}.address__join{display:flex;align-items:center}.address__text{line-height:2.25rem}.address__link{display:inline-block;line-height:2.25rem;transition-duration:.3s}.address__link:hover{color:#db2777}.address__separate{opacity:.5;margin:0 16px;display:flex;height:24px;width:1px;background:#fff}@media (max-width: 1199.98px){.address__separate{margin:0 12px}}@media (max-width: 767.98px){.address__separate{margin:0 8px;height:16px}}.spotlight__layout{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px;width:100%}.spotlight__layout.grid-8{display:grid;grid-template-columns:repeat(8,1fr);grid-gap:24px;width:100%}.spotlight__layout:hover .spotlight:before{opacity:1}.spotlight__layout:hover .spotlight:after{opacity:.1}.spotlight{background:linear-gradient(to bottom,#78b4d73d,#0a32693d);height:100%;position:relative;border-radius:16px;padding:1px;overflow:hidden}.spotlight:before{content:"";transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s;opacity:0;pointer-events:none;position:absolute;border-radius:9999px;transform:translate(var(--mouse-x),var(--mouse-y)) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);background-color:#94a3b8;filter:blur(100px);width:20rem;height:20rem;left:-10rem;top:-10rem}.spotlight:after{content:"";transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s;opacity:0;pointer-events:none;position:absolute;border-radius:9999px;transform:translate(var(--mouse-x),var(--mouse-y)) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);background-color:#6366f1;filter:blur(100px);width:24rem;height:24rem;left:-12rem;top:-12rem}.spotlight.disable-before-after:before,.spotlight.disable-before-after:after{content:none}.spotlight__card{display:flex;align-items:center;flex-direction:column;position:relative;height:100%;border-radius:inherit;overflow:hidden;background:linear-gradient(to bottom,#0a1e50,#081a47)}.spotlight__gradient{position:absolute;left:50%;width:50%;bottom:0;pointer-events:none;z-index:-10;aspect-ratio:1/1;transform:translate(-50%,50%) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1)}.spotlight__gradient>div{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:9999px;filter:blur(80px);background-color:#081a47}.spotlight__content{display:flex;align-items:center;flex-direction:column;width:100%}.spotlight__image{position:relative;display:inline-flex}.spotlight__image>div{position:absolute;top:0;right:0;bottom:0;left:0;width:40%;height:40%;margin:auto;filter:blur(64px);border-radius:9999px;z-index:-10;background-color:#78b4d7;transform:translateY(-10%) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1)}.spotlight__image>img{display:inline-flex}.spotlight:hover #parisBuilding,.spotlight:hover #netherlandIcon1{animation:putBuilding .5s forwards}.spotlight:hover #netherlandIcon2{animation:putBuilding .5s forwards .1s}.spotlight:hover #bolt{animation:rotate 3s;transform-origin:50% 50%;transform-box:fill-box}.spotlight:hover #shortWire{stroke-dasharray:100;stroke-dashoffset:100;animation:wireMove 5s linear forwards}@keyframes putBuilding{0%{transform:translateY(0)}50%{transform:translateY(-10%)}to{transform:translateY(0)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes wireMove{0%{stroke-dasharray:0;stroke-dashoffset:0}50%{stroke-dasharray:100}to{stroke-dasharray:200;stroke-dashoffset:200}}.border{height:1px;width:100%;background:linear-gradient(to left,#0a1e50,#78b4d7,#0a1e50);opacity:24%}.grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px;width:100%}.expertises-part__top{display:flex;align-items:flex-end;margin-bottom:64px}@media (max-width: 575.98px){.expertises-part__top{flex-direction:column;gap:30px}}.expertises-part__desc h2{width:80%}@media (max-width: 1559.98px){.expertises-part__desc h2{width:55%}}@media (max-width: 1199.98px){.expertises-part__desc h2{width:65%}}@media (max-width: 991.98px){.expertises-part__desc h2{width:88%}}@media (max-width: 767.98px){.expertises-part__desc h2{width:100%}}.expertises-part__desc p:nth-child(3){width:80%}@media (max-width: 1559.98px){.expertises-part__desc p:nth-child(3){width:72%}}@media (max-width: 1199.98px){.expertises-part__desc p:nth-child(3){width:87%}}@media (max-width: 767.98px){.expertises-part__desc p:nth-child(3){width:100%}}.expertises-part__content{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px;width:100%}@media (max-width: 991.98px){.article .blog__content{padding:64px}}@media (max-width: 575.98px){.article .blog__content{display:flex;flex-direction:column-reverse}}.article .blog__content .blog-header{padding-bottom:32px}.article .blog__cover{height:320px}.article .blog__cover img{width:100%;height:100%;object-fit:cover;border-radius:10px}@media (max-width: 991.98px){.article .blog__cover img{grid-column:span 12}}@media (max-width: 575.98px){.article .blog__cover img{grid-column:span 12}}.technologie-card-carousel{text-align:left;width:100%}@media (max-width: 575.98px){.technologie-card-carousel{min-width:50%;min-height:50%}}.technologies-carousel__top{display:flex;align-items:flex-end;margin-bottom:64px}@media (max-width: 575.98px){.technologies-carousel__top{flex-direction:column;gap:30px}}.technologies-carousel__desc h2{width:80%}@media (max-width: 1559.98px){.technologies-carousel__desc h2{width:55%}}@media (max-width: 1199.98px){.technologies-carousel__desc h2{width:65%}}@media (max-width: 991.98px){.technologies-carousel__desc h2{width:88%}}@media (max-width: 767.98px){.technologies-carousel__desc h2{width:100%}}.technologies-carousel__desc p:nth-child(3){width:80%}@media (max-width: 1559.98px){.technologies-carousel__desc p:nth-child(3){width:72%}}@media (max-width: 1199.98px){.technologies-carousel__desc p:nth-child(3){width:87%}}@media (max-width: 767.98px){.technologies-carousel__desc p:nth-child(3){width:100%}}@media (max-width: 575.98px){.technologies-carousel{display:flex;flex-direction:column;width:100%;gap:20px}}.technologies-carousel__carousel{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:0;scroll-behavior:smooth;display:grid;grid-auto-flow:column;gap:24px;-webkit-user-select:none;user-select:none;-ms-overflow-style:none;scrollbar-width:none}.technologies-carousel__carousel ::-webkit-scrollbar{display:none}.technologies-carousel__carousel::-webkit-scrollbar{display:none}.technologies-carousel__carousel.active{scroll-snap-type:none;scroll-behavior:auto}.technologies-carousel__carousel.no-transition{scroll-behavior:auto}.technologies-carousel__wrapper{display:flex;flex-direction:column;gap:64px}@media (max-width: 1559.98px){.technologies-carousel__wrapper{padding:0 32px}}@media (max-width: 767.98px){.technologies-carousel__wrapper{padding:0 24px;margin-left:0}}.technologies-carousel__card{background:linear-gradient(to bottom,#0a1e50,#081a47);scroll-snap-align:start;max-height:390px;width:380px;padding:40px;list-style:none;display:flex;align-items:start;border-radius:20px;border:1px solid #0E2B71;box-shadow:#11111a1a 0 1px,#11111a1a 0 8px 24px,#11111a1a 0 16px 48px}.technologies-carousel__card:last-child{margin-right:20px}@media (max-width: 575.98px){.technologies-carousel__card{width:290px}}.technologies-carousel__card:hover #light{animation:glowing 2s infinite}.technologies-carousel__card:hover #buildingRoof{stroke-dasharray:100;stroke-dashoffset:100;animation:dash 1s linear forwards}.technologies-carousel__card:hover #carWaves,.technologies-carousel__card:hover #buildingPillar,.technologies-carousel__card:hover #bankPillar{stroke-dasharray:100;stroke-dashoffset:100;animation:dash 2s linear forwards}.technologies-carousel__card:hover #buildingPillarExt{stroke-dasharray:100;stroke-dashoffset:100;animation:dash .5s linear forwards}.technologies-carousel__card:hover #buildingFlag{animation:putFlag 1s forwards}.technologies-carousel__card:hover .icon__img,.technologies-carousel__card:hover #shield,.technologies-carousel__card:hover #bankCoin{animation:rotateShield .5s forwards}.technologies-carousel__card:hover #bankRoofTop{animation:putFlag 1s forwards}.technologies-carousel__buttons{display:flex;justify-content:flex-start;gap:16px;margin-left:20pt}.technologies-carousel__buttons button{width:64px;height:64px;background:#0e2b71;border-radius:5rem;display:flex;align-items:center;justify-content:center}.technologies-carousel__buttons button:hover:not(.disabled){background:#db2777}.technologies-carousel__buttons .disabled{cursor:not-allowed;opacity:.5}@media (max-width: 575.98px){.technologies-carousel__buttons{display:none}}.partnership{overflow:hidden;position:relative}.partnership__partners{display:flex;align-items:center;animation:scroll 20s linear infinite;margin:64px 0}.partnership__logo{flex-shrink:0;margin-right:80px}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.breadcrumb{display:flex;font-weight:600;text-transform:uppercase;letter-spacing:4px;margin-bottom:8px;color:#ffffff80}.breadcrumb__part{display:flex}.breadcrumb__slash--double{color:#db2777;opacity:1}.breadcrumb__link__current{color:#fff}.breadcrumb__link:hover{color:#db2777;text-decoration:underline}.breadcrumb__link:focus{color:#db2777;text-decoration:underline}@media (max-width: 575.98px){.breadcrumb{font-size:12px;letter-spacing:2px}.breadcrumb .breadcrumb__part:last-child a{overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap;width:200px}}.header-page{position:relative;background:#081840;padding:96px;border-radius:24px;justify-content:space-between;display:flex;align-items:center}@media (max-width: 575.98px){.header-page{padding:220px 24px 24px}}.header-page__content{width:70%}@media (max-width: 575.98px){.header-page__content{width:100%}}.header-page__img{width:440px;position:absolute;right:100px;top:-200px}.businessCard{display:flex;align-items:center;padding:48px;border:1px solid transparent;cursor:pointer}.businessCard:hover{background:linear-gradient(to bottom,#0a1e50,#081a47) padding-box,linear-gradient(to bottom,#78b4d73d,#0a32693d) border-box;border:1px solid transparent;border-radius:16px}.businessCard:hover #light{animation:glowing 2s infinite}.businessCard:hover #buildingRoof{stroke-dasharray:100;stroke-dashoffset:100;animation:dash 1s linear forwards}.businessCard:hover #carWaves,.businessCard:hover #buildingPillar,.businessCard:hover #bankPillar{stroke-dasharray:100;stroke-dashoffset:100;animation:dash 2s linear forwards}.businessCard:hover #buildingPillarExt{stroke-dasharray:100;stroke-dashoffset:100;animation:dash .5s linear forwards}.businessCard:hover #buildingFlag{animation:putFlag 1s forwards}.businessCard:hover #shield,.businessCard:hover #bankCoin{animation:rotateShield .5s forwards}.businessCard:hover #bankRoofTop{animation:putFlag 1s forwards}.businessCard__icon{display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom,#0e2b71,#0e2b71) padding-box,linear-gradient(to bottom,#78b4d73d,#0a32693d) border-box;border:1px solid transparent;border-radius:25rem;width:96px;height:96px;margin-right:32px}.businessCard svg{width:32px;height:32px}.businessCard__content{width:calc(100% - 128px)}@media (max-width: 575.98px){.businessCard{flex-direction:column;gap:20px}.businessCard__content{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.businessCard div{text-align:left}}@keyframes putFlag{0%{transform:translateY(-100%)}25%{transform:translateY(-100%)}50%{transform:translateY(-100%)}80%{transform:translateY(0)}90%{transform:translateY(-10%)}to{transform:translateY(0)}}@keyframes dash{to{stroke-dashoffset:0}}@keyframes constructPillar{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes glowing{0%,to{fill:#780000;opacity:.5}50%{fill:red;opacity:1}}.featureBox{background:linear-gradient(to bottom,#0a1e50,#081a47) padding-box,linear-gradient(to bottom,#78b4d73d,#0a32693d) border-box;border:1px solid transparent;border-radius:16px;padding:20px 35px 25px;cursor:pointer}.featureBox:not(:last-child){margin-bottom:24px}.featureBox h3{color:#db2777}.vision{position:relative;display:flex;justify-content:space-between;flex-direction:column;margin-top:128px;height:870px}@media (max-width: 1199.98px){.vision{height:940px}}@media (max-width: 767.98px){.vision{height:1020px}}@media (max-width: 575.98px){.vision{height:900px}}.vision__part{display:flex;justify-content:space-between}.vision__part .vision__card.left{display:flex;flex-direction:column;align-items:flex-end}@media (max-width: 991.98px){.vision__part .vision__card.left{align-items:initial}}.vision__part .vision__card.left p{text-align:right}@media (max-width: 991.98px){.vision__part .vision__card.left p{text-align:initial}}@media (max-width: 991.98px){.vision__part .vision__card.right{display:flex;flex-direction:column;align-items:flex-end}}@media (max-width: 991.98px){.vision__part .vision__card.right p{text-align:right}}.vision__card{width:312px;height:320px}.vision__icon{margin-bottom:32px;display:flex;align-items:center;justify-content:center;background:#0e2b71;background:linear-gradient(to bottom,#0e2b71,#0e2b71) padding-box,linear-gradient(to bottom,#78b4d73d,#0a32693d) border-box;border:1px solid transparent;border-radius:16px;width:96px;min-height:96px;cursor:pointer}.vision__illustration{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width: 1199.98px){.vision__illustration{top:38%}}@media (max-width: 767.98px){.vision__illustration{top:50%}}.vision__image{width:500px}@media (max-width: 1199.98px){.vision__image{width:420px}}@media (max-width: 575.98px){.vision__image{width:280px}}.vision__open{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex}.vision__light{width:184px;position:absolute}@media (max-width: 1199.98px){.vision__light{width:154px}}@media (max-width: 575.98px){.vision__light{width:103px}}.vision__light:first-child{top:-359px;left:-94px}@media (max-width: 1199.98px){.vision__light:first-child{top:-300px;left:-79px}}@media (max-width: 575.98px){.vision__light:first-child{top:-201px;left:-53px}}.vision__light:nth-child(2){top:-286px;left:33px}@media (max-width: 1199.98px){.vision__light:nth-child(2){top:-239px;left:28px}}@media (max-width: 575.98px){.vision__light:nth-child(2){top:-160px;left:19px}}.vision__light:nth-child(3){top:-286px;left:-221px}@media (max-width: 1199.98px){.vision__light:nth-child(3){top:-239px;left:-185px}}@media (max-width: 575.98px){.vision__light:nth-child(3){top:-160px;left:-124px}}.vision__light:nth-child(4){top:-213px;left:-94px}@media (max-width: 1199.98px){.vision__light:nth-child(4){top:-177px;left:-79px}}@media (max-width: 575.98px){.vision__light:nth-child(4){top:-119px;left:-53px}}@media (max-width: 575.98px){.vision .vision__card:nth-of-type(2n) .vision__text{text-align:right}.vision .vision__card .vision__text{max-width:220px}}.technologie-card{width:100%;cursor:pointer;border-radius:16px;height:400px;position:relative}@media (max-width: 575.98px){.technologie-card{min-width:50%;min-height:50%}}.technologie-card .front,.technologie-card .back{position:absolute;width:100%;height:100%;top:0;left:0;border-radius:16px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:opacity 1s ease}.technologie-card .front{opacity:1}.technologie-card .front.hidden{opacity:0}.technologie-card .back{background:#0a1e50;opacity:0}.technologie-card .back.visible{opacity:1}.technologie-card:hover .icon__img,.technologie-card:hover #shield,.technologie-card:hover #bankCoin{animation:rotateShield .5s forwards}.technologie-card:hover .icon-plus{background-color:#db2777;-webkit-transition:background-color .4s linear;-ms-transition:background-color .4s linear;transition:background-color .4s linear}.technologie-card .toggle-button{position:absolute;z-index:2;bottom:32px;right:32px}.technologie-card .icon-plus{background-color:#0e2b71;border-radius:100%;flex:none;justify-content:center;align-self:flex-start;align-items:center;width:2rem;height:2rem;transition:background-color .3s;display:flex;position:relative}.technologie-card .icon-plus-bar{background-color:#67a4ce;border-radius:30px;width:1rem;height:2px;transition:background-color .3s}.technologie-card .icon-plus-bar.is-vertical{position:absolute;transform:translateZ(0) scaleZ(1) rotateX(0) rotateY(0) rotate(90deg) skew(0);transform-style:preserve-3d;transition:transform .25s}.technologie-card .icon-plus-bar.is-vertical.open{transform:translateZ(0) scaleZ(1) rotateX(0) rotateY(0) rotate(0) skew(0);transition:transform .25s}@keyframes rotateShield{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}*{box-sizing:border-box}html{-webkit-text-size-adjust:none;-webkit-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:antialiased}html,body,nav,header,footer,div,span,h1,h2,h3,h4,p,a,img,ul,li,table,form,label,input,textarea,select,button{margin:0;padding:0;border:0;font:inherit}ul,li{list-style:none}input,textarea,select,button{display:block;box-sizing:border-box;border-radius:0;outline:none;border:none;background:none;color:inherit}input:focus,textarea:focus,button:focus{outline:none}input[type=submit]:hover,button:hover{cursor:pointer}input::-ms-clear{display:none}textarea{overflow:auto}a{color:inherit;text-decoration:none}img,video,svg,picture{display:block}svg{width:100%;height:100%}iframe{position:absolute;top:0;left:0;width:100%;height:100%}@font-face{font-family:Poppins;src:url(../../public/fonts/Poppins-Regular.ttf) format("truetype");font-weight:400}@font-face{font-family:Poppins;src:url(../../public/fonts/Poppins-Medium.ttf) format("truetype");font-weight:500}@font-face{font-family:Poppins;src:url(../../public/fonts/Poppins-SemiBold.ttf) format("truetype");font-weight:600}@font-face{font-family:Poppins;src:url(../../public/fonts/Poppins-Bold.ttf) format("truetype");font-weight:700}.dflex{display:flex;align-items:center}.jc-c{justify-content:center}.jc-sb{justify-content:space-between}.jc-sa{justify-content:space-around}.fd-c{flex-direction:column}.ta-c{text-align:center}.ai-c{align-items:center}.col-lg-8{grid-column:span 8}@media (max-width: 767.98px){.col-lg-8{grid-column:span 12}}.col-lg-6{grid-column:span 6}@media (max-width: 767.98px){.col-lg-6{grid-column:span 12}}.col-lg-4{grid-column:span 4}@media (max-width: 1199.98px){.col-lg-4{grid-column:span 6}}@media (max-width: 767.98px){.col-lg-4{grid-column:span 12}}@media (max-width: 991.98px){.col-md-6{grid-column:span 6}}@media (max-width: 991.98px) and (max-width: 767.98px){.col-md-6{grid-column:span 12}}@media (max-width: 991.98px){.col-md-12{grid-column:span 12}}@media (max-width: 767.98px){.mgb32-sp{margin-bottom:32px}}.bg-bgMediumBlue{background:#081840}.bg-bgDarkBlue{background:#091b49}.pink{color:#db2777}.w100{width:100%}.mw424{min-width:424px}.mwidthI{min-width:initial}.mh100{min-height:100vh}.line-clamp-5{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;line-clamp:5;-webkit-line-clamp:5}.mgt8{margin-top:8px}.mgr8{margin-right:8px}.mgb8{margin-bottom:8px}.mgl8{margin-left:8px}.mgt16{margin-top:16px}.mgr16{margin-right:16px}.mgb16{margin-bottom:16px}.mgl16{margin-left:16px}.mgt24{margin-top:24px}.mgr24{margin-right:24px}.mgb24{margin-bottom:24px}.mgl24{margin-left:24px}.mgt32{margin-top:32px}.mgr32{margin-right:32px}.mgb32{margin-bottom:32px}.mgl32{margin-left:32px}.mgt64{margin-top:64px}.mgr64{margin-right:64px}.mgb64{margin-bottom:64px}.mgl64{margin-left:64px}.mgt128{margin-top:128px}.mgr128{margin-right:128px}.mgb128{margin-bottom:128px}.mgl128{margin-left:128px}.pad48{padding:48px}.pad64{padding:64px}@media (max-width: 991.98px){.pad64{padding:32px}}.pad80{padding:80px}.pad96{padding:96px}@media (max-width: 991.98px){.pad96{padding:48px}}.pad8-0{padding:8px 0}.pad48-16{padding:48px 16px 16px}.pdt256{padding-top:256px}body{font-family:Poppins,sans-serif;font-weight:400;color:#fff;background:#0a1e50;overflow-x:hidden}@media (max-width: 991.98px){br{display:none}}nav{height:4em;position:fixed;width:100%;z-index:30;top:0;line-height:4em;text-align:center;transition:transform .3s .1s ease-in-out}nav.nav-bar--hidden{transform:translateY(-200%)}.hero{position:relative;height:100vh;background:linear-gradient(#061c45,#062149,#063256,#064e6c,#06748a,#068a9c)}.hero__background img{position:absolute;bottom:0;z-index:2;width:100%}@media (max-width: 575.98px){.hero__background img{bottom:-1px}}.hero__background img:first-child{top:120px}.hero__content{height:100vh;grid-column:span 9;display:flex;flex-direction:column;justify-content:center;z-index:3}@media (max-width: 991.98px){.hero__content{grid-column:span 12}}.hero__moon{position:absolute;width:220px;right:295px;top:92px}@media (max-width: 1199.98px){.hero__moon{right:124px}}@media (max-width: 575.98px){.hero__moon{top:initial;right:24px;bottom:0;left:50%;transform:translate(-50%);display:none}}.hero__link{display:flex;align-items:center;margin-left:24px;text-wrap:nowrap}.hero__link img{margin-left:8px;transform:rotate(-45deg)}.strategy h2{margin:40pt}.about{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px;width:100%;align-items:start}.about__img{grid-column:span 5;width:100%}@media (max-width: 1199.98px){.about__img{grid-column:span 4}}@media (max-width: 991.98px){.about__img{grid-column:span 12}}.about__content{grid-column:7/13}@media (max-width: 1199.98px){.about__content{grid-column:span 8}}@media (max-width: 991.98px){.about__content{grid-column:span 12}}.opensource{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px;width:100%;align-items:center}.opensource__img{grid-column:span 5;width:100%}@media (max-width: 1199.98px){.opensource__img{grid-column:span 4}}@media (max-width: 991.98px){.opensource__img{grid-column:span 12}}.opensource__content{grid-column:6/13}@media (max-width: 1199.98px){.opensource__content{grid-column:span 8}}@media (max-width: 991.98px){.opensource__content{grid-column:span 12}}.opensource__partners{text-align:left}.opensource__partners li{margin:20px}.opensource__partners em{font-weight:700}.opensource__content2{grid-column:1/13}.opensource li{margin:20px}.opensource em{font-weight:700}.contact{display:flex;align-items:center;justify-content:space-between;padding:128px 80px;margin-bottom:128px;background:#081840;border-radius:16px}@media (max-width: 991.98px){.contact{padding:80px}}@media (max-width: 767.98px){.contact{flex-direction:column;align-items:flex-start}}@media (max-width: 575.98px){.contact{flex-direction:column;align-items:flex-start;padding:40px;margin-bottom:64px}}.blogFinal .spotlight__layout{display:flex;margin-bottom:24px}.blogFinal .spotlight__card{padding:0;text-align:start}.blog__top{text-align:center;margin-bottom:64px}.blog__articles{margin-bottom:64px}.blog__content{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px;width:100%;background:linear-gradient(to bottom,#0a1e50,#081a47) padding-box,linear-gradient(to bottom,#78b4d73d,#0a32693d) border-box;border:1px solid transparent;border-radius:16px;padding:80px}@media (max-width: 991.98px){.blog__content{padding:64px}}@media (max-width: 767.98px){.blog__content{padding:24px}}.blog__content:not(:last-child){margin-bottom:24px}@media (max-width: 991.98px){.blog__content .blog__left{order:2}}.blog__content .blog__left.image-left{order:2}@media (max-width: 575.98px){.blog__content:first-child .blog__left{order:1}}.blog__left{grid-column:span 6}@media (max-width: 991.98px){.blog__left{grid-column:span 12}}.blog__category{display:flex;align-items:center;height:48px;border:1px solid #c5c5c5;border-radius:48px;margin-right:32px;padding:0 24px;color:#c5c5c5}.blog__date{text-transform:uppercase;color:#c5c5c5;letter-spacing:4px}.blog__img{grid-column:span 6;width:100%}@media (max-width: 991.98px){.blog__img{grid-column:span 12}}.blog__action{display:flex;align-items:center;justify-content:center}.contact__form{grid-column:1/9}@media (max-width: 767.98px){.contact__form{grid-column:span 12}}.contact__form a,.contact__form button{margin:55px}@keyframes throwToTopRight{0%{transform:translate(0) rotate(0);opacity:1}50%{transform:translate(50vw,-50vh) rotate(90deg);opacity:.5}to{transform:translate(100vw,-100vh) rotate(180deg);opacity:0}}.contact__form .loading-icon{animation:throwToTopRight 2s forwards}.contact__infos{grid-column:10/13}@media (max-width: 767.98px){.contact__infos{grid-column:span 12}}.not-found{display:flex;align-items:center;flex-direction:column;text-align:center}.not-found__title{font-size:164px;font-weight:600}.circle{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1}.circle__single{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(to bottom,#0a1e50,#0a1e50) padding-box,linear-gradient(to bottom,#78b4d73d,#0a32693d) border-box;border:1px solid transparent;border-radius:100rem;height:264px;width:264px}.circle__single:last-child{background:linear-gradient(to bottom,#0e2b71,#0e2b71) padding-box,linear-gradient(to bottom,#78b4d73d,#0a32693d) border-box;border:1px solid transparent;filter:drop-shadow(0px 0px 60px rgba(0,0,0,.16))}.circle__single:nth-child(2){height:1848px;width:1848px}.circle__single:nth-child(3){height:1584px;width:1584px}.circle__single:nth-child(4){height:1320px;width:1320px}.circle__single:nth-child(5){height:1056px;width:1056px}.circle__single:nth-child(6){height:792px;width:792px}.circle__single:nth-child(7){height:528px;width:528px}
