:root{--primary-color:#00d4f9;--transparent-primary-color:#00d4f9b0;--dark-primary-color:#00a5c2;--secondary-color:#222;--white-color:#fff;--transparent-white-color:#ffffff55;--grey-color:#aaa;--innerOrbit-size:180px;--midOrbit-size:400px;--outerOrbit-size:620px;--orbit-radius-gap:90;--orbit-radius-gap-step:20}*{box-sizing:border-box;padding:0;transition:.2s ease-in;margin:0;outline:none;font-family:var(--normal-font-style);letter-spacing:1px;line-height:1.7em!important;scrollbar-color:#888 #ddd;scrollbar-width:thin!important;scroll-behavior:smooth}::-webkit-scrollbar-thumb{border-radius:10px}body,html{overflow-x:hidden;color:var(--white-color)!important;padding:0!important;position:relative;width:100%;height:100%}a{color:inherit;text-decoration:none;cursor:pointer}button{border:none;background:none}.display-block{display:block}.border-red{border:1px solid red}.flex-layout{display:flex}.flex-dir-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-50{flex:1 1 50%}.col-gap-5{column-gap:5px}.col-gap-10{column-gap:10px}.col-gap-20{column-gap:20px}.col-gap-40{column-gap:40px}.col-gap-80{column-gap:80px}.row-gap-5{row-gap:5px}.row-gap-10{row-gap:10px}.row-gap-20{row-gap:20px}.row-gap-40{row-gap:40px}.row-gap-80{row-gap:80px}.margin-10{margin:10px!important}.margin-20{margin:20px!important}.margin-40{margin:40px!important}.padding-10{padding:10px!important}.padding-20{padding:20px!important}.padding-40{padding:40px!important}.padding-top-10{padding-top:10px!important}.padding-top-20{padding-top:20px!important}.margin-top-10{margin-top:10px!important}.margin-top-20{margin-top:20px!important}.margin-top-40{margin-top:40px!important}.margin-bottom-10{margin-bottom:10px!important}.margin-bottom-20{margin-bottom:20px!important}.margin-bottom-40{margin-bottom:40px!important}.margin-auto{margin:auto}.posi-abs{position:absolute}.posi-rel{position:relative}.posi-sticky{position:-webkit-sticky;position:sticky}.justify-center{justify-content:center}.align-center{text-align:center}.align-left{text-align:left}.align-right{text-align:right}.align-justify{text-align:justify}.align-self-center{align-self:center}.align-self-left{align-self:left}.align-self-right{align-self:right}.align-self-baseline{align-self:baseline}.justify-space-between{justify-content:space-between}.justify-space-evenly{justify-content:space-evenly}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.items-center{align-items:center}.items-flex-start{align-items:flex-start}.items-left{align-items:left}.hideElement{opacity:0!important}.disNone{display:none!important}.disBlock{display:block!important}li,ol,ul{list-style:none}.primary-color{color:var(--primary-color)}.grey-color{color:var(--grey-color)}.hyperlink{position:relative;padding-bottom:4px;display:block}.hyperlink:after,.hyperlink:before{position:absolute;width:100%;height:1px;background:currentColor;top:100%;left:0;pointer-events:none}.hyperlink:before{content:"";transform-origin:100% 50%;transform:scaleX(0);transition:transform .3s}.hyperlink:hover:before{transform-origin:0 50%;transform:scaleX(1)}.hyperlink.primary-color:before{background-color:var(--primary-color)}.width-100-imp{width:100%!important}.width-100{width:100%}.width-80{width:80%}.width-60{width:60%}.width-50{width:50%}.width-max-content{width:max-content}.full-height-text{overflow:unset!important;text-overflow:unset!important;-webkit-line-clamp:unset!important;white-space:normal!important}.fix-line-height{overflow:hidden!important;text-overflow:ellipsis!important;white-space:pre-wrap!important;display:-webkit-box!important;-webkit-box-orient:vertical}.one-height-text{-webkit-line-clamp:1!important}.two-height-text{-webkit-line-clamp:2!important}.three-height-text{-webkit-line-clamp:3!important}.four-height-text{-webkit-line-clamp:4!important}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize!important}.transition-anime{animation:transitionAnime .7s forwards}@keyframes transitionAnime{0%{opacity:0;transform:translateX(70px)}to{opacity:1;transform:translateX(0)}}.reverse-transition-anime{animation:reverseTransitionAnime .7s forwards}@keyframes reverseTransitionAnime{0%{opacity:0;transform:translateX(-100px)}to{opacity:1;transform:translateX(0)}}.bottom-to-top-transition-anime{animation:transitionBottomToTopAnime .7s forwards}@keyframes transitionBottomToTopAnime{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.background-image-div{position:fixed;min-width:100vw;overflow:hidden;z-index:-2000}.background-image-div,.background-image-div img{height:100%;width:100%}.background-image-div>img{background-image:unset!important}.background-image-overlay{position:fixed;min-height:100vh;height:100%;min-width:100vw;width:100%;overflow:hidden;z-index:-1000;background-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,.5))}.section-div{height:100%;margin-bottom:140px}.section-divs{width:100%}.link-div:focus .text-link,.link-div:hover .text-link{text-decoration:underline!important}.bottom-stroke{position:relative;width:max-content}.bottom-stroke:before{content:"";position:absolute;bottom:0;left:0;width:85%;height:3px;background:var(--primary-color);z-index:-1}.rec-arrow{background:transparent!important;color:#fff!important;border:none!important}.rec-arrow,.rec-dot{box-shadow:none!important}.rec-dot{background:#ffffff55!important}.rec-dot_active{background:#fff!important}.rec-item-wrapper{height:100%}.highlight-text{background:hsla(0,0%,100%,.9);color:var(--secondary-color);padding:0 5px;width:max-content}@media screen and (max-width:920px){.section-div{margin-bottom:80px}.width-80{width:95%}}@keyframes entryAnime{0%{display:none!important;opacity:0!important}to{display:block!important;opacity:1!important}}@media screen and (max-width:1280px){.width-80{width:90%}}@media screen and (max-width:1080px){.content-outer-div{justify-content:center}}.blur-background{overflow:hidden}@font-face{font-family:__Raleway_193d42;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/0e34421fe2babf9e-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Raleway_193d42;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/40a6453ff0ba4ce2-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Raleway_193d42;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/05c8469b26e39571-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Raleway_193d42;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/aa647839ada072a8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Raleway_193d42;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6a604ed9cf63ff64-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Raleway_Fallback_193d42;src:local("Arial");ascent-override:90.51%;descent-override:22.53%;line-gap-override:0.00%;size-adjust:103.86%}.__className_193d42{font-family:__Raleway_193d42,__Raleway_Fallback_193d42,Helvetica,Arial,sans-serif;font-weight:400;font-style:normal}@font-face{font-family:__Raleway_52f923;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/2b3290bbd74b406c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Raleway_52f923;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/cd0b3e16a24dbb22-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Raleway_52f923;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/f7d7b00556744853-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Raleway_52f923;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/2efe9067d8d814c8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Raleway_52f923;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c02c6fc9f7ac1ab4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Raleway_Fallback_52f923;src:local("Arial");ascent-override:90.51%;descent-override:22.53%;line-gap-override:0.00%;size-adjust:103.86%}.__className_52f923{font-family:__Raleway_52f923,__Raleway_Fallback_52f923,Helvetica,Arial,sans-serif;font-weight:600;font-style:normal}@font-face{font-family:__Raleway_e9cfc1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/9e209370c8895a2f-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Raleway_e9cfc1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7c628b544e925e87-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Raleway_e9cfc1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ca7efd4e897834ec-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Raleway_e9cfc1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e1fc01a93048a3f1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Raleway_e9cfc1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/51cc7ac481034c0f-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Raleway_Fallback_e9cfc1;src:local("Arial");ascent-override:90.51%;descent-override:22.53%;line-gap-override:0.00%;size-adjust:103.86%}.__className_e9cfc1{font-family:__Raleway_e9cfc1,__Raleway_Fallback_e9cfc1,Helvetica,Arial,sans-serif;font-weight:500;font-style:normal}.Header_header__x_gb1{padding:15px;width:100%;z-index:1000;justify-content:space-between}.Header_navMenu__0YtY3{max-width:700px;width:100%;margin-right:10px}.Header_respNavMenu__BrOKi{position:absolute;top:60px;right:0;display:block}.Header_respNavMenu__BrOKi ul{margin:20px;flex-direction:column}.Header_respNavMenu__BrOKi li{padding:10px}.Header_popoverPaper__8JU7Z{border-radius:0!important;background:#000!important;color:var(--white-color)!important;max-width:200px!important;width:100%!important;padding:10px}.Header_menuItem__T50p0{padding:10px!important;text-align:center}.Header_menuIconDiv__Y3mI7{width:max-content;display:none}.Header_scrollIndicator__pW6UR{position:fixed;top:0;left:0;width:0;height:2px;background:var(--primary-color);z-index:10000}.Header_gotoTopDiv__96fsA{position:fixed;bottom:20px;right:20px;background:var(--dark-primary-color);padding:10px;cursor:pointer}@media screen and (max-width:1020px){.Header_navMenu__0YtY3{max-width:650px}}@media screen and (max-width:940px){.Header_navMenu__0YtY3{display:none}.Header_menuIconDiv__Y3mI7{display:block}}.LogoAndName_iconDiv__KxY2s{max-width:64px;max-height:64px;width:100%;height:100%;background:none!important}@media screen and (max-width:720px){.LogoAndName_nameInHeader__X0sg5{display:none!important}}.Button_buttonRoot__YEgeN{background-color:var(--primary-color)!important;color:var(--secondary-color)!important;padding:10px 14px!important;border-radius:0!important;border:1px solid transparent!important;width:max-content!important;height:max-content!important}.Button_buttonRoot__YEgeN:focus,.Button_buttonRoot__YEgeN:hover{background:transparent!important;color:var(--white-color)!important;border:1px solid var(--white-color)!important}@media screen and (max-width:920px){.ContactSection_contactDiv__l017f{flex-direction:column;justify-content:baseline}}