:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.flicking-viewport{position:relative;overflow:hidden}.flicking-viewport.vertical{display:inline-flex}.flicking-viewport.vertical>.flicking-camera{display:inline-flex;flex-direction:column}.flicking-viewport.flicking-hidden>.flicking-camera>*{visibility:hidden}.flicking-camera{width:100%;height:100%;display:flex;position:relative;flex-direction:row;z-index:1;will-change:transform}.flicking-camera>*{flex-shrink:0}.flicking-pagination{position:absolute;left:0;bottom:10px;width:100%;text-align:center;z-index:2}.flicking-pagination-bullets,.flicking-pagination-scroll{font-size:0}.flicking-pagination-scroll{left:50%;transform:translate(-50%);white-space:nowrap;overflow:hidden}.flicking-pagination-scroll .flicking-pagination-slider{transition:transform .2s}.flicking-pagination-scroll.flicking-pagination-uninitialized .flicking-pagination-bullet,.flicking-pagination-scroll.flicking-pagination-uninitialized .flicking-pagination-slider{transition:none}.flicking-pagination-bullet{display:inline-block;width:8px;height:8px;margin:0 4px;border-radius:50%;background-color:hsla(0,0%,4%,.1);cursor:pointer;font-size:1rem}.flicking-pagination-scroll .flicking-pagination-bullet{transition:transform .2s}.flicking-pagination-bullet-active{background-color:#f2a65e}.flicking-pagination-scroll .flicking-pagination-bullet{vertical-align:middle;position:relative;transition:transform .2s,left .2s;transform:scale(0)}.flicking-pagination-scroll .flicking-pagination-bullet-active{transform:scale(1)}.flicking-pagination-scroll .flicking-pagination-bullet-next,.flicking-pagination-scroll .flicking-pagination-bullet-prev{transform:scale(.66)}.flicking-pagination-scroll .flicking-pagination-bullet-next2,.flicking-pagination-scroll .flicking-pagination-bullet-prev2{transform:scale(.33)}@font-face{font-family:dana;font-style:normal;font-weight:10;src:url(/_next/static/media/DanaFaNum-Hairline.89d0d72d.woff2) format("woff2"),url(/_next/static/media/DanaFaNum-Hairline.56f4017f.woff) format("woff")}@font-face{font-family:dana;font-style:normal;font-weight:100;src:url(/_next/static/media/DanaFaNum-Thin.bd95ee52.woff2) format("woff2"),url(/_next/static/media/DanaFaNum-Thin.d2c8e63e.woff) format("woff")}@font-face{font-family:dana;font-style:normal;font-weight:200;src:url(/_next/static/media/DanaFaNum-UltraLight.a233677d.woff2) format("woff2"),url(/_next/static/media/DanaFaNum-UltraLight.49816d8d.woff) format("woff")}@font-face{font-family:dana;font-style:normal;font-weight:300;src:url(/_next/static/media/DanaFaNum-Light.4b56cf57.woff2) format("woff2"),url(/_next/static/media/DanaFaNum-Light.b4654343.woff) format("woff")}@font-face{font-family:dana;font-style:normal;font-weight:500;src:url(/_next/static/media/DanaFaNum-Medium.f18adbeb.woff2) format("woff2"),url(/_next/static/media/DanaFaNum-Medium.c0e09d9d.woff) format("woff")}@font-face{font-family:dana;font-style:normal;font-weight:600;src:url(/_next/static/media/DanaFaNum-DemiBold.b3dd3a3b.woff2) format("woff2"),url(/_next/static/media/DanaFaNum-DemiBold.c5778399.woff) format("woff")}@font-face{font-family:dana;font-style:normal;font-weight:800;src:url(/_next/static/media/DanaFaNum-ExtraBold.b003f3e0.woff2) format("woff2"),url(/_next/static/media/DanaFaNum-ExtraBold.598f35b2.woff) format("woff")}@font-face{font-family:dana;font-style:normal;font-weight:900;src:url(/_next/static/media/DanaFaNum-Black.cc6fbb11.woff2) format("woff2"),url(/_next/static/media/DanaFaNum-Black.20366cdf.woff) format("woff")}@font-face{font-family:dana;font-style:normal;font-weight:930;src:url(/_next/static/media/DanaFaNum-ExtraBlack.49a4085e.woff2) format("woff2"),url(/_next/static/media/DanaFaNum-ExtraBlack.a14503ed.woff) format("woff")}@font-face{font-family:dana;font-style:normal;font-weight:960;src:url(/_next/static/media/DanaFaNum-Heavy.6c0dd9d7.woff2) format("woff2"),url(/_next/static/media/DanaFaNum-Heavy.73469322.woff) format("woff")}@font-face{font-family:dana;font-style:normal;font-weight:990;src:url(/_next/static/media/DanaFaNum-Fat.2c857c09.woff2) format("woff2"),url(/_next/static/media/DanaFaNum-Fat.bc9f7ab3.woff) format("woff")}@font-face{font-family:dana;font-style:normal;font-weight:700;src:url(/_next/static/media/DanaFaNum-Bold.542c4194.woff2) format("woff2"),url(/_next/static/media/DanaFaNum-Bold.c33bf00c.woff) format("woff")}@font-face{font-family:dana;font-style:normal;font-weight:400;src:url(/_next/static/media/DanaFaNum-Regular.2ab3f22c.woff2) format("woff2"),url(/_next/static/media/DanaFaNum-Regular.26c4524d.woff) format("woff")}*{box-sizing:border-box;outline:0;direction:rtl;font-family:dana}body{margin:0!important;padding:0!important;height:100vh}main{min-height:100vh;background-color:#0f0d1c}.button-link{min-width:184px;padding:12px 24px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;border-radius:100px;background-image:linear-gradient(90deg,#2677ed,#895fe0 100.01%);color:#fff;font-weight:700!important;font-size:18px!important;text-decoration:none}.button-link.variant-2{background-image:linear-gradient(90deg,#895fe0,#f42c74 100.01%)}@media screen and (max-width:768px){.button-link{width:100%}}h1,h2,h3,h4,h5,li,ol,ul{padding:0;margin:0}li,ol,ul{list-style:none}@media screen and (max-width:768px){.flicking-viewport{height:100%}}.flicking-pagination-bullet{width:56px;border-radius:2px;height:4px;opacity:.3;background-color:#fff}.flicking-pagination-bullet.flicking-pagination-bullet-active{opacity:1}.input{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;width:100%}.input__title{font-weight:400!important;font-size:20px!important;color:#fff}.input__error{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;flex-wrap:wrap}.input__error span{margin-top:2px;font-weight:400!important;font-size:12px!important;line-height:16px;color:#ff3131}.input__wrapper{width:100%;padding:12px;border-radius:12px;background-image:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.1))}.input__wrapper input{outline:none;border:none;background-color:transparent;color:#fff;width:100%;font-weight:400!important;font-size:16px!important}.input__wrapper input.ltr{direction:ltr}.textarea{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;width:100%}.textarea__title{font-weight:400!important;font-size:20px!important;color:#fff}.textarea__error{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;flex-wrap:wrap}.textarea__error span{margin-top:2px;font-weight:400!important;font-size:12px!important;line-height:16px;color:#ff3131}.textarea__wrapper{padding:12px;border-radius:12px;background-image:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.1));width:100%}.textarea__wrapper textarea{width:100%;outline:none;border:none;background-color:transparent;color:#fff;resize:none;font-weight:400!important;font-size:16px!important}.button{min-width:184px;padding:12px 24px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;border-radius:100px;outline:none;border:none;background-image:linear-gradient(90deg,#2677ed,#895fe0 100.01%);color:#fff;font-weight:700!important;font-size:18px!important;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;transition:all .3s ease;position:relative}.button.PINK{background-image:linear-gradient(90deg,#895fe0,#f42c74 100.01%)}.button.loading{opacity:.8;cursor:not-allowed;pointer-events:none}.button__spinner{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-left:8px}.button__spinner__circle{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.button__text--loading{opacity:.9}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:768px){.button{width:100%}}.header{padding:16px 104px;background-color:#0f0d1b;display:flex;flex-direction:row;justify-content:center;align-items:center;position:-webkit-sticky;position:sticky;height:64px;top:0;z-index:100;position:relative}@media screen and (max-width:768px){.header{padding:16px 24px}}.header__main-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1224px}.header__main-wrapper__nav ol{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:48px}.header__main-wrapper__nav__item{font-weight:700!important;font-size:18px!important;line-height:32px;color:#fff;text-decoration:none}.header__main-wrapper__nav__item.active{color:#f42c74}.header__main-wrapper__logo,.header__main-wrapper__logo a{display:flex;flex-direction:row;justify-content:center;align-items:center}.header__nav-mobile{visibility:hidden;opacity:0;display:block;position:absolute;top:0;right:0;left:0;height:100vh;overflow:scroll;background:radial-gradient(120.91% 61.55% at 54.05% 100%,#2677ed 0,#b156db 37.26%,rgba(244,44,116,0) 76.32%),#0f0d1c;padding:12px 24px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:42px;transition:all .5s}.header__nav-mobile.open{visibility:visible;opacity:1}.header__nav-mobile__nav ol{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:32px}.header__nav-mobile__nav__item{font-weight:400!important;font-size:20px!important;line-height:24px;color:#fff;text-decoration:none}.header__nav-mobile__nav__item.active{color:#f42c74}.footer{margin-top:-1px;padding:24px 104px;background-color:#0f0d1b;display:flex;flex-direction:column;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}@media screen and (max-width:768px){.footer{padding:40px 24px 24px}}.footer__title{font-weight:700!important;font-size:18px!important;color:#fff;text-decoration:none}@media screen and (max-width:768px){.footer__title{font-weight:400!important;font-size:14px!important;line-height:24px}}.footer__divider{height:1px;width:100%;background-color:#fff;opacity:.4;margin:16px 0}@media screen and (max-width:768px){.footer__divider{margin:0}}.footer__description{font-weight:400!important;font-size:16px!important;color:#fff;text-decoration:none}@media screen and (max-width:768px){.footer__description{font-weight:400!important;font-size:14px!important;line-height:20px}}.footer__main-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1224px;flex:3 1;gap:24px}@media screen and (max-width:768px){.footer__main-wrapper{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}}.footer__main-wrapper__nav{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-self:flex-start;flex:1 1;gap:24px}.footer__main-wrapper__nav :hover{color:#f42c74}.footer__main-wrapper__address{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex:1 1;flex-wrap:wrap;gap:24px}@media screen and (max-width:768px){.footer__main-wrapper__address{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;gap:16px}}.footer__main-wrapper__address__item{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:8px}.footer__main-wrapper__address__item.left-align :hover{color:#f42c74}@media screen and (max-width:768px){.footer__main-wrapper__address__item.left-align{align-self:flex-end;display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}}.footer__main-wrapper__address__item__info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.footer__main-wrapper__address__item__info__line{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}.footer__main-wrapper__social{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;flex:1 1}.footer__main-wrapper__social__icon-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:24px}.footer__copy-right{color:#fff;opacity:.5;font-weight:400!important;font-size:12px!important;text-decoration:none;font-family:roboto!important}@media screen and (max-width:768px){.footer__copy-right{margin-top:72px}}.footer__copy-right a{text-decoration:none;color:#fff}.intro{padding:24px 104px;background-color:#0f0d1b;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden}@media screen and (max-width:1024px){.intro{padding:48px 24px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}}.intro__back-video{position:absolute;z-index:1}@media screen and (max-width:768px){.intro__back-video{top:0}}@media screen and (max-width:1024px){.intro__back-video{top:0}}.intro__main-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1224px;flex:5 1}@media screen and (max-width:1024px){.intro__main-wrapper{text-align:center}}.intro__main-wrapper__right{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex:2 1;z-index:1}@media screen and (max-width:1024px){.intro__main-wrapper__right{display:flex;flex-direction:column;justify-content:center;align-items:center}}.intro__main-wrapper__right__title{font-weight:900!important;font-size:60px!important;color:#fff}@media screen and (max-width:1024px){.intro__main-wrapper__right__title{text-align:center;width:100%;font-weight:900!important;font-size:48px!important;line-height:80px}}.intro__main-wrapper__right__sub-title{font-weight:700!important;font-size:24px!important;color:#fff}@media screen and (max-width:1024px){.intro__main-wrapper__right__sub-title{text-align:center;width:100%;font-weight:700!important;font-size:20px!important;line-height:32px}}.intro__main-wrapper__right__border{margin-top:24px;margin-right:-4px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%}.intro__main-wrapper__right__border__bullet{border-radius:100px;width:16px;min-width:16px;height:16px;background-color:rgba(244,44,116,.8)}.intro__main-wrapper__right__border__line{width:100%;height:2px;background-color:rgba(244,44,116,.8)}.intro__main-wrapper__left{flex:3 1;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden;height:500px}@media screen and (max-width:1024px){.intro__main-wrapper__left{height:inherit;width:50%}}@media screen and (max-width:768px){.intro__main-wrapper__left{height:inherit;width:70%}}.intro__main-wrapper__left img{position:relative!important;width:100%!important;height:100%!important;object-fit:contain!important;z-index:2}.intro__main-wrapper__left video{z-index:1;position:flex;margin:auto;width:auto}.intro__main-wrapper__left svg{z-index:99}.intro__social{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:24px;z-index:2}.a-button-home,.hero-button{text-decoration:none}.hero-button{margin-top:25px;min-width:184px;padding:12px 24px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;border-radius:100px;outline:none;border:none;background-image:linear-gradient(90deg,#2677ed,#895fe0 100.01%);color:#fff;font-weight:700!important;font-size:18px!important;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.hero-button.PINK{background-image:linear-gradient(90deg,#895fe0,#f42c74 100.01%)}@media screen and (max-width:768px){.hero-button{width:100%}}.intro-video{padding:120px 104px;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width:768px){.intro-video{padding:80px 24px}}.intro-video__main-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1224px;gap:24px;text-align:center}.intro-video__main-wrapper__heading{font-weight:700!important;font-size:48px!important;color:#fff}@media screen and (max-width:768px){.intro-video__main-wrapper__heading{font-weight:700!important;font-size:36px!important;line-height:48px}}.intro-video__main-wrapper__description{font-weight:400!important;font-size:16px!important;line-height:24px;color:#fff}@media screen and (max-width:768px){.intro-video__main-wrapper__description{text-align:justify;text-justify:inter-word}}.intro-video__main-wrapper__image{margin-top:24px;width:100%;border-radius:24px;overflow:hidden;opacity:.5;height:760px;z-index:10;transition:all .5s;position:relative}.intro-video__main-wrapper__image.playing{opacity:1}@media screen and (max-width:768px){.intro-video__main-wrapper__image{margin:0;height:240px}}.intro-video__main-wrapper__image img,.intro-video__main-wrapper__image video{width:100%;height:100%;object-fit:cover;position:static!important}.intro-video__main-wrapper__image svg{position:absolute;left:0;right:0;bottom:0;top:0;margin:auto;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.our-service{padding:0 104px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}@media screen and (max-width:768px){.our-service{padding:0 24px}}.our-service__img-back{position:absolute;left:0!important;right:0!important;top:-210px!important;height:unset!important;z-index:2}.our-service__main-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1224px;flex:2 1;z-index:3;gap:24p x}@media screen and (max-width:768px){.our-service__main-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}}.our-service__main-wrapper__right{flex:1 1}@media screen and (max-width:768px){.our-service__main-wrapper__right{width:100%}}.our-service__main-wrapper__right img{position:relative!important}.our-service__main-wrapper__left{flex:1 1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:24px}@media screen and (max-width:768px){.our-service__main-wrapper__left{display:flex;flex-direction:column;justify-content:center;align-items:center}}.our-service__main-wrapper__left__title{font-weight:700!important;font-size:48px!important;line-height:60px;color:#fff}@media screen and (max-width:768px){.our-service__main-wrapper__left__title{font-weight:700!important;font-size:36px!important;line-height:48px}}.our-service__main-wrapper__left__sub-title{font-weight:400!important;font-size:16px!important;line-height:24px;color:#fff;text-align:justify;text-justify:inter-word}.our-product{padding:24px 104px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;z-index:3}.our-product .our-product__main-wrapper__left__tab{display:flex;flex-wrap:nowrap;gap:15px}.our-product .our-product__main-wrapper__left__tab__item{flex:1 1 auto;width:220px;padding:10px 20px;border-radius:5px;cursor:pointer;text-align:center;box-sizing:border-box}@media(max-width:1024px){.our-product .our-product__main-wrapper__left__tab{flex-wrap:wrap;flex-direction:row}.our-product .our-product__main-wrapper__left__tab__item{min-width:200px;font-size:16px}}@media(max-width:768px){.our-product .our-product__main-wrapper__left__tab{flex-wrap:wrap;flex-direction:row}.our-product .our-product__main-wrapper__left__tab__item{flex:1 1 100%;min-width:auto;font-size:14px}}@media screen and (max-width:768px){.our-product{padding:0 24px 80px}}.our-product__main-wrapper{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;width:100%;max-width:1224px;flex:1 1}@media screen and (max-width:768px){.our-product__main-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}}.our-product__main-wrapper__right{flex:1 1}.our-product__main-wrapper__right img{position:relative!important}.our-product__main-wrapper__left{flex:1 1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:24px}.our-product__main-wrapper__left__title{font-weight:700!important;font-size:48px!important;line-height:60px;color:#fff}@media screen and (max-width:768px){.our-product__main-wrapper__left__title{font-weight:700!important;font-size:36px!important;line-height:48px;width:100%;text-align:center}}.our-product__main-wrapper__left__description{font-weight:700!important;font-size:24px!important;line-height:32px;color:#fff}@media screen and (max-width:768px){.our-product__main-wrapper__left__description{font-weight:700!important;font-size:20px!important;line-height:32px}}.our-product__main-wrapper__left__tab{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;flex-wrap:wrap}@media screen and (max-width:768px){.our-product__main-wrapper__left__tab{gap:24px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}}.our-product__main-wrapper__left__tab__item{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;padding:8px 16px}@media screen and (max-width:768px){.our-product__main-wrapper__left__tab__item{border-radius:8px;border:1px solid #fff}}.our-product__main-wrapper__left__tab__item.active{border-bottom:2px solid #f42c74;background:linear-gradient(180deg,rgba(38,119,237,.2),rgba(38,119,237,.1))}@media screen and (max-width:768px){.our-product__main-wrapper__left__tab__item.active{border:1px solid #f42c74}}.our-product__main-wrapper__left__tab__item__title{font-weight:400!important;font-size:16px!important;line-height:24px;color:#fff;padding:8px 12px}.our-product__main-wrapper__left__tab__item__title.active{color:#f42c74}@media screen and (max-width:768px){.our-product__main-wrapper__left__tab__item__title{font-weight:900!important;font-size:14px!important;line-height:20px}}.our-product__main-wrapper__left__content{font-weight:400!important;font-size:16px!important;line-height:24px;color:#fff}.our-customer{padding:120px 104px;background-image:linear-gradient(180deg,rgba(38,119,237,.2),rgba(38,119,237,.1));display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width:768px){.our-customer{padding:80px 24px}}.our-customer__main-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1224px;gap:24px;text-align:center}.our-customer__main-wrapper__heading{font-weight:700!important;font-size:48px!important;color:#fff}@media screen and (max-width:768px){.our-customer__main-wrapper__heading{font-weight:700!important;font-size:36px!important;line-height:48px}}.our-customer__main-wrapper__description{font-weight:400!important;font-size:16px!important;color:#fff}@media screen and (max-width:768px){.our-customer__main-wrapper__description{font-weight:400!important;font-size:16px!important;line-height:24px}}.our-customer__main-wrapper__customers{margin-top:24px;width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:24px;flex-wrap:wrap}.our-customer__main-wrapper__customers__item{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}@media screen and (max-width:768px){.our-customer__main-wrapper__customers__item{width:180px;min-width:180px}}.our-customer__main-wrapper__customers__item__image{position:relative!important}.our-customer__main-wrapper__customers__item__title{font-weight:400!important;font-size:20px!important;color:#fff}.contact-us{padding:120px 200px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;z-index:3}@media screen and (max-width:1024px){.contact-us{padding:120px 104px}}@media screen and (max-width:768px){.contact-us{padding:24px}}.contact-us__img-back{position:absolute;left:0!important;right:0!important;top:0!important;z-index:0!important}@media screen and (max-width:768px){.contact-us__img-back{display:none}}.contact-us__main-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1224px;flex:1 1;gap:24px;z-index:1}@media screen and (max-width:1024px){.contact-us__main-wrapper{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center;width:100%}}@media screen and (max-width:768px){.contact-us__main-wrapper{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}}.contact-us__main-wrapper__right{flex:1 1;border-radius:24px;background:#242e50;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:24px;padding:48px}@media screen and (max-width:1024px){.contact-us__main-wrapper__right{width:100%}}@media screen and (max-width:768px){.contact-us__main-wrapper__right{width:100%;padding:24px}}.contact-us__main-wrapper__left{flex:1 1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:24px}@media screen and (max-width:1024px){.contact-us__main-wrapper__left{width:100%}}@media screen and (max-width:768px){.contact-us__main-wrapper__left{width:100%}}.contact-us__main-wrapper__left__title{font-weight:700!important;font-size:48px!important;color:#fff}@media screen and (max-width:768px){.contact-us__main-wrapper__left__title{font-weight:700!important;font-size:36px!important;line-height:48px}}.contact-us__main-wrapper__left__sub-title{font-weight:400!important;font-size:16px!important;line-height:24px;color:#fff}.yph{background-color:#0f0d1c;display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative;width:100%;gap:24px;flex-wrap:wrap;flex:2 1}@media screen and (max-width:768px){.yph{padding:48px 24px;display:flex;flex-direction:column;justify-content:center;align-items:center}}.yph__back{z-index:1;position:absolute;left:0;right:0;display:flex;flex-direction:row;justify-content:center;align-items:center;max-width:1224px;margin:auto}@media screen and (max-width:768px){.yph__back{display:none}}.yph__back img{position:relative!important;z-index:1}.yph__right{flex:1 1;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width:768px){.yph__right{min-width:100%}}.yph__right img{position:relative!important}@media screen and (max-width:768px){.yph__right img{right:-16px!important}}.yph__left{flex:1 1;z-index:2;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:24px}@media screen and (max-width:768px){.yph__left{width:100%}}.yph__left__title{font-weight:900!important;font-size:60px!important;color:#fff}@media screen and (max-width:768px){.yph__left__title{font-weight:900!important;font-size:48px!important;line-height:80px;text-align:center;width:100%}}.yph__left__sub-title{font-weight:700!important;font-size:24px!important;color:#fff}@media screen and (max-width:768px){.yph__left__sub-title{font-weight:700!important;font-size:20px!important;line-height:32px;text-align:center;width:100%}}.our-culture{padding:120px 104px;display:flex;flex-direction:row;justify-content:center;align-items:center}@media screen and (max-width:768px){.our-culture{padding:80px 24px}}.our-culture__main-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:24px;width:100%;max-width:1224px;flex:3 1;height:504px}@media screen and (max-width:768px){.our-culture__main-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;height:inherit}}.our-culture__main-wrapper__right{height:100%;flex:1.25 1}.our-culture__main-wrapper__right,.our-culture__main-wrapper__right__info{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:24px}.our-culture__main-wrapper__right__info__heading{font-weight:700!important;font-size:48px!important;line-height:60px;color:#fff;margin-top:24px}@media screen and (max-width:768px){.our-culture__main-wrapper__right__info__heading{font-weight:700!important;font-size:36px!important;line-height:48px;width:100%;text-align:center}}.our-culture__main-wrapper__right__info__description{font-weight:400!important;font-size:16px!important;line-height:24px;color:#fff}@media screen and (max-width:768px){.our-culture__main-wrapper__right__info__description{width:100%;text-align:center}}.our-culture__main-wrapper__right__image{width:100%;align-self:flex-end}@media screen and (max-width:768px){.our-culture__main-wrapper__right__image{display:none}}.our-culture__main-wrapper__right__image img{position:relative!important;border-radius:24px;width:100%!important;height:100%!important;object-fit:cover!important}.our-culture__main-wrapper__left{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:24px;column-gap:24px;flex:1.75 1;height:100%}@media screen and (max-width:768px){.our-culture__main-wrapper__left{display:none}}.our-culture__main-wrapper__left img{position:relative!important;border-radius:24px;width:100%!important;height:100%!important;object-fit:cover!important}.our-culture__main-wrapper__carousel{display:none;direction:ltr;position:relative;width:100%;height:288px}.our-culture__main-wrapper__carousel *{direction:ltr}@media screen and (max-width:768px){.our-culture__main-wrapper__carousel{display:initial}}.our-culture__main-wrapper__carousel__item{margin:0 16px;width:100%!important;height:240px;border-radius:24px;overflow:hidden}.our-culture__main-wrapper__carousel__item img{position:relative!important;border-radius:24px;width:100%!important;height:100%!important;object-fit:cover!important}.amenities{padding:120px 104px;display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width:768px){.amenities{padding:80px 24px}}.amenities__main-wrapper{gap:48px;flex-direction:column;max-width:1224px;text-align:right}.amenities__main-wrapper,.amenities__main-wrapper__info{display:flex;justify-content:flex-start;align-items:center;width:100%}.amenities__main-wrapper__info{flex-direction:row;gap:24px}.amenities__main-wrapper__info__heading{font-weight:700!important;font-size:48px!important;color:#fff}@media screen and (max-width:768px){.amenities__main-wrapper__info__heading{font-weight:700!important;font-size:36px!important;line-height:48px;width:100%;text-align:center}}.amenities__main-wrapper__info__description{font-weight:400!important;font-size:16px!important;color:#fff;line-height:24px}.amenities__main-wrapper__info__divider{height:60px;width:1px;background-color:#fff;opacity:.4}.amenities__main-wrapper__items{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:24px;gap:24px}@media screen and (max-width:768px){.amenities__main-wrapper__items{grid-template-columns:1fr 1fr}}.amenities__main-wrapper__items__item{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:12px;gap:24px;border-radius:24px;background:linear-gradient(180deg,rgba(38,119,237,.2),rgba(38,119,237,.1));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.amenities__main-wrapper__items__item__title{text-align:center;font-weight:700!important;font-size:20px!important;line-height:32px;color:#fff}.hiring-process{padding:120px 104px;display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width:768px){.hiring-process{padding:80px 24px}}.hiring-process__main-wrapper{gap:48px;flex-direction:column;max-width:1224px;text-align:right}.hiring-process__main-wrapper,.hiring-process__main-wrapper__info{display:flex;justify-content:flex-start;align-items:center;width:100%}.hiring-process__main-wrapper__info{flex-direction:row;gap:24px}.hiring-process__main-wrapper__info__heading{font-weight:700!important;font-size:48px!important;color:#fff}@media screen and (max-width:768px){.hiring-process__main-wrapper__info__heading{font-weight:700!important;font-size:36px!important;line-height:48px;width:100%;text-align:center}}.hiring-process__main-wrapper__info__description{font-weight:400!important;font-size:16px!important;color:#fff;line-height:24px}.hiring-process__main-wrapper__info__divider{height:60px;width:1px;background-color:#fff;opacity:.4}.hiring-process__main-wrapper__items{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:24px}@media screen and (max-width:1024px){.hiring-process__main-wrapper__items{display:grid;grid-template-columns:1fr 1fr 1fr}}@media screen and (max-width:768px){.hiring-process__main-wrapper__items{display:grid;grid-template-columns:1fr 1fr}}.hiring-process__main-wrapper__items__item{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;min-width:184px;border-radius:24px;padding:24px 12px;background-image:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.1))}@media screen and (max-width:768px){.hiring-process__main-wrapper__items__item{min-width:auto;overflow:hidden}}.hiring-process__main-wrapper__items__item__step{font-weight:400!important;font-size:16px!important;color:#fff}@media screen and (max-width:768px){.hiring-process__main-wrapper__items__item__step{word-break:keep-all;text-wrap:nowrap}}.hiring-process__main-wrapper__items__item__title{font-weight:400!important;font-size:20px!important;color:#fff}@media screen and (max-width:768px){.hiring-process__main-wrapper__items__item__title{word-break:keep-all;text-wrap:nowrap}}.our-work{padding:120px 104px;display:flex;flex-direction:row;justify-content:center;align-items:flex-end}@media screen and (max-width:768px){.our-work{padding:80px 24px}}.our-work__main-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:24px;width:100%;max-width:1224px;flex:2 1;max-height:768px;overflow:hidden}@media screen and (max-width:768px){.our-work__main-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}}.our-work__main-wrapper__right{height:100%;flex:1 1;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:24px}@media screen and (max-width:768px){.our-work__main-wrapper__right{margin-bottom:24px}}.our-work__main-wrapper__right__info{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:24px}.our-work__main-wrapper__right__info__heading{font-weight:700!important;font-size:48px!important;color:#fff;margin-top:24px}@media screen and (max-width:768px){.our-work__main-wrapper__right__info__heading{font-weight:700!important;font-size:36px!important;line-height:48px;width:100%;text-align:center;margin-top:0}}.our-work__main-wrapper__right__info__description{font-weight:400!important;font-size:16px!important;line-height:24px;color:#fff}@media screen and (max-width:768px){.our-work__main-wrapper__right__info__description{width:100%;text-align:center}}.our-work__main-wrapper__right__image{width:100%;display:flex}@media screen and (max-width:768px){.our-work__main-wrapper__right__image{display:none}}.our-work__main-wrapper__right__image img{position:relative!important;border-radius:24px;width:100%!important;height:100%!important;object-fit:cover!important}.our-work__main-wrapper__left{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:24px;column-gap:24px;flex:1 1;height:100%}@media screen and (max-width:768px){.our-work__main-wrapper__left{display:none}}.our-work__main-wrapper__left .section{height:100%;display:grid;grid-template-rows:auto auto;grid-row-gap:24px;row-gap:24px}.our-work__main-wrapper__left img{position:relative!important;border-radius:24px;width:100%!important;height:100%!important;object-fit:cover!important}.why-sji{padding:120px 104px;display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width:768px){.why-sji{padding:80px 24px}}.why-sji__main-wrapper{gap:48px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1224px;text-align:right}@media screen and (max-width:768px){.why-sji__main-wrapper{gap:24px}}.why-sji__main-wrapper__heading{font-weight:700!important;font-size:48px!important;color:#fff}@media screen and (max-width:768px){.why-sji__main-wrapper__heading{font-weight:700!important;font-size:36px!important;line-height:48px;text-align:center;width:100%}}.why-sji__main-wrapper__items{width:100%;direction:ltr;position:relative}.why-sji__main-wrapper__items *{direction:ltr}.why-sji__main-wrapper__items__item{width:639px;min-width:639px;padding:24px;border-radius:24px;background-image:linear-gradient(180deg,rgba(38,119,237,.2),rgba(38,119,237,.1));display:flex;flex-direction:column;justify-content:center;align-items:flex-end;font-weight:700!important;font-size:16px!important;line-height:32px;color:#fff;gap:16px}.why-sji__main-wrapper__items__item span{direction:rtl!important}@media screen and (max-width:768px){.why-sji__main-wrapper__items__item{width:100%;min-width:100%}}.why-sji__main-wrapper__items__item__header-wrapper{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;direction:rtl;gap:32px}.why-sji__main-wrapper__items__item__header-wrapper__image{width:152px;min-width:152px;height:152px;border-radius:100px}.why-sji__main-wrapper__items__item__header-wrapper__image img{position:relative!important;width:100%!important;height:100%!important;object-fit:cover!important}.why-sji__main-wrapper__items__item__header-wrapper__info{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end;gap:12px;font-weight:700!important;font-size:24px!important;line-height:32px;color:#fff}.why-sji__main-wrapper__items__control{position:absolute;top:50%;left:-80px;right:-80px;z-index:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.why-sji__main-wrapper__items__control svg{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hr-team{padding:120px 104px;display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width:768px){.hr-team{padding:80px 24px}}.hr-team__main-wrapper{gap:48px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1224px;text-align:right}@media screen and (max-width:768px){.hr-team__main-wrapper{gap:24px}}.hr-team__main-wrapper__heading{font-weight:700!important;font-size:48px!important;color:#fff}@media screen and (max-width:768px){.hr-team__main-wrapper__heading{font-weight:700!important;font-size:36px!important;line-height:48px;width:100%;text-align:center}}.hr-team__main-wrapper__items{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:24px;gap:24px}@media screen and (max-width:768px){.hr-team__main-wrapper__items{grid-template-columns:1fr}.hr-team__main-wrapper__items.double{grid-template-columns:1fr 1fr}}.hr-team__main-wrapper__item{min-height:436px;border-radius:24px;background-image:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.1))}.hr-team__main-wrapper__item.full{width:100%}.hr-team__main-wrapper__item.full__info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}@media screen and (max-width:768px){.hr-team__main-wrapper__item{min-height:360px}}.hr-team__main-wrapper__item img{width:100%!important;position:relative!important;height:320px!important;border-radius:24px 24px 0 0;object-fit:cover}@media screen and (max-width:768px){.hr-team__main-wrapper__item img{min-height:239px;max-height:239px}}.hr-team__main-wrapper__item__info{padding:24px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px}.hr-team__main-wrapper__item__info.full{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.hr-team__main-wrapper__item__info__title{font-weight:700!important;font-size:24px!important;line-height:32px;color:#fff;text-align:center}@media screen and (max-width:768px){.hr-team__main-wrapper__item__info__title{font-weight:700!important;font-size:20px!important;line-height:32px}}.hr-team__main-wrapper__item__info__sub-title{font-weight:400!important;font-size:16px!important;line-height:24px;color:#fff;text-align:center}.no-jobs{background-color:#fff;padding:20px;border-radius:10px;box-shadow:0 0 15px rgba(0,0,0,.1);text-align:center}.no-jobs p{font-size:18px;color:#333;margin:0}.job-positions{padding:80px 104px;display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width:768px){.job-positions{padding:80px 24px}}@media screen and (max-width:1024px){.job-positions{padding:80px 24px}}.job-positions__main-wrapper{gap:48px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1224px;text-align:right}.job-positions__main-wrapper__heading{font-weight:700!important;font-size:48px!important;color:#fff}@media screen and (max-width:768px){.job-positions__main-wrapper__heading{font-weight:700!important;font-size:36px!important;line-height:48px;width:100%;text-align:center}}.job-positions__main-wrapper__items{width:100%;display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px}.job-positions__main-wrapper__items__item{position:relative;border-radius:24px;padding:24px;background-image:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.1));display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media screen and (max-width:768px){.job-positions__main-wrapper__items__item{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;overflow:hidden}}.job-positions__main-wrapper__items__item__link{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;text-decoration:none;font-weight:700!important;font-size:18px!important;line-height:32px;color:#f42c74}.job-positions__main-wrapper__items__item__ribbon{background-color:#b156db;height:100%;width:16px;position:absolute;right:0;top:0;border-radius:0 24px 24px 0}.job-positions__main-wrapper__items__item__info{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;height:32px}.job-positions__main-wrapper__items__item__info__title{font-weight:700!important;font-size:24px!important;line-height:32px;color:#fff;text-wrap:nowrap}@media screen and (max-width:768px){.job-positions__main-wrapper__items__item__info__title{font-weight:700!important;font-size:20px!important;line-height:32px}}.job-positions__main-wrapper__items__item__info__sub-title{font-weight:400!important;font-size:20px!important;line-height:24px;color:#fff}.job-positions__main-wrapper__items__item__info__divider{width:1px;height:100%;background-color:#fff}.believe-future{position:relative;width:100%}.believe-future__back{position:absolute;left:0;right:0;bottom:4%;z-index:2;display:flex;flex-direction:row;justify-content:center;align-items:center;margin:auto}.believe-future__back img{position:relative!important}@media screen and (max-width:1024px){.believe-future__back{bottom:5%}}@media screen and (max-width:768px){.believe-future__back{bottom:10%}}.believe-future__wrapper{padding:80px 104px 48px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;width:100%;gap:24px}@media screen and (max-width:1024px){.believe-future__wrapper{padding:48px 24px;gap:16px}}@media screen and (max-width:768px){.believe-future__wrapper{padding:48px 24px;gap:16px}}.believe-future__wrapper__title{font-weight:900!important;font-size:60px!important;line-height:96px;color:#fff;z-index:10}@media screen and (max-width:1024px){.believe-future__wrapper__title{font-weight:900!important;font-size:48px!important;line-height:80px;text-align:center;width:100%;padding:0 24px}}@media screen and (max-width:768px){.believe-future__wrapper__title{font-weight:900!important;font-size:48px!important;line-height:80px;text-align:center;width:100%;padding:0 24px}}.believe-future__wrapper__sub-title{font-weight:700!important;font-size:24px!important;line-height:32px;color:#fff;z-index:10}@media screen and (max-width:1024px){.believe-future__wrapper__sub-title{font-weight:700!important;font-size:20px!important;line-height:32px;text-align:center;width:100%;padding:0 24px}}@media screen and (max-width:768px){.believe-future__wrapper__sub-title{font-weight:700!important;font-size:20px!important;line-height:32px;text-align:center;width:100%;padding:0 24px}}.believe-future__wrapper img{position:relative!important;max-width:80vw!important;object-fit:fill!important}@media screen and (max-width:1024px){.believe-future__wrapper img{max-width:100vw!important;object-fit:contain!important}}@media screen and (max-width:768px){.believe-future__wrapper img{max-width:100vw!important;object-fit:contain!important}}.ceo{padding:120px 104px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}@media screen and (max-width:768px){.ceo{padding:80px 24px}}.ceo .ceo__main-wrapper__right>img{border-radius:16px}.ceo__main-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1224px;flex:2 1;z-index:3;gap:24px}@media screen and (max-width:768px){.ceo__main-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}}.ceo__main-wrapper__right{flex:1 1}.ceo__main-wrapper__right img{position:relative!important;object-fit:cover!important}.ceo__main-wrapper__left{flex:1 1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:24px}.ceo__main-wrapper__left img{position:relative!important;object-fit:cover!important}@media screen and (max-width:768px){.ceo__main-wrapper__left{display:flex;flex-direction:column;justify-content:center;align-items:center}}.ceo__main-wrapper__left__title{font-weight:700!important;font-size:48px!important;line-height:60px;color:#fff}@media screen and (max-width:768px){.ceo__main-wrapper__left__title{font-weight:700!important;font-size:36px!important;line-height:48px}}.ceo__main-wrapper__left__sub-title{font-weight:700!important;font-size:32px!important;line-height:48px;color:#fff}@media screen and (max-width:768px){.ceo__main-wrapper__left__sub-title{font-weight:700!important;font-size:28px!important;line-height:36px}}.ceo__main-wrapper__left__description{font-weight:400!important;font-size:16px!important;line-height:24px;color:#fff;text-align:justify;text-justify:inter-word}.history{z-index:1;padding:120px 104px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}@media screen and (max-width:1024px){.history{padding:80px 24px}}@media screen and (max-width:768px){.history{padding:80px 24px}}.history__img-back{position:absolute;left:0!important;right:0!important;top:0!important}.history__main-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1224px;flex:2 1;z-index:3;gap:24px}@media screen and (max-width:1024px){.history__main-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}}@media screen and (max-width:768px){.history__main-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}}.history__main-wrapper__right{flex:1 1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:24px}@media screen and (max-width:1024px){.history__main-wrapper__right{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px}}@media screen and (max-width:768px){.history__main-wrapper__right{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px}}.history__main-wrapper__right__title{font-weight:700!important;font-size:48px!important;line-height:60px;color:#fff}@media screen and (max-width:768px){.history__main-wrapper__right__title{font-weight:700!important;font-size:36px!important;line-height:48px}}.history__main-wrapper__right__sub-title{font-weight:400!important;font-size:16px!important;line-height:24px;color:#fff;text-align:justify;text-justify:inter-word}@media screen and (max-width:1024px){.history__main-wrapper__right__sub-title{text-align:center}}@media screen and (max-width:768px){.history__main-wrapper__right__sub-title{text-align:center}}.history__main-wrapper__left{flex:1 1}@media screen and (max-width:1024px){.history__main-wrapper__left{width:100%}}@media screen and (max-width:768px){.history__main-wrapper__left{width:100%}}.history__main-wrapper__left img{position:relative!important;width:100%!important;height:100%!important;object-fit:cover!important}.accordion-item{padding:24px;border-radius:24px;background-image:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.1));display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;transition:all .35s}@media screen and (max-width:768px){.accordion-item{padding:12px}}.accordion-item.active{gap:12px}.accordion-item__header{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:12px}@media screen and (max-width:768px){.accordion-item__header{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}}.accordion-item__header svg{min-width:36px;cursor:pointer}.accordion-item__header svg fill,.accordion-item__header svg path{fill:#f42c74}.accordion-item__header__title{font-weight:400!important;font-size:20px!important;line-height:24px;color:#fff}@media screen and (max-width:768px){.accordion-item__header__title{font-weight:400!important;font-size:16px!important;line-height:24px}}.accordion-item__divider{width:100%;height:1px;background-color:#fff;opacity:.4;display:none}.accordion-item__divider.active{display:initial}.accordion-item__content{display:none;font-weight:400!important;font-size:16px!important;line-height:24px;color:#fff}.accordion-item__content.active{display:initial}.file-upload{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;width:100%}.file-upload__title{font-weight:400!important;font-size:20px!important;line-height:24px;color:#fff}.file-upload__description{font-weight:400!important;font-size:12px!important;line-height:16px;color:#fff}.file-upload__error{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;flex-wrap:wrap}.file-upload__error span{margin-top:2px;font-weight:400!important;font-size:12px!important;line-height:16px;color:#ff3131}.file-upload__wrapper{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;width:100%;padding:12px 24px;border-radius:100px;border:1px solid #fff;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;font-weight:700!important;font-size:18px!important;line-height:32px;color:#fff}.file-upload__wrapper.fill{background-image:linear-gradient(180deg,hsla(0,0%,100%,.07),#fff)}.file-upload__selected-wrapper{padding:8px 24px;border-radius:8px;width:100%;background:linear-gradient(180deg,rgba(38,119,237,.2),rgba(38,119,237,.1));display:flex;flex-direction:row;justify-content:space-between;align-items:center}.file-upload__selected-wrapper__right{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}.file-upload__selected-wrapper__right span{width:96px;overflow:hidden;font-weight:700!important;font-size:18px!important;line-height:32px;color:#fff;text-wrap:nowrap;word-break:keep-all;text-overflow:ellipsis;margin-top:2px}.file-upload__selected-wrapper__left{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:8px 16px;font-weight:400!important;font-size:14px!important;line-height:24px;color:#fff;border-radius:24px;border:1px solid hsla(0,0%,100%,.07);background:linear-gradient(180deg,rgba(38,119,237,.2),rgba(38,119,237,.1))}.file-upload__selected-wrapper__left span{margin-top:2px}.exhibition{padding:120px 104px;display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width:768px){.exhibition{padding:80px 24px}}.exhibition__main-wrapper{gap:48px;flex-direction:column;max-width:1224px;text-align:right}.exhibition__main-wrapper,.exhibition__main-wrapper__info{display:flex;justify-content:flex-start;align-items:center;width:100%}.exhibition__main-wrapper__info{flex-direction:row;gap:24px}@media screen and (max-width:768px){.exhibition__main-wrapper__info{display:flex;flex-direction:column;justify-content:center;align-items:center}}.exhibition__main-wrapper__info__heading{font-weight:700!important;font-size:48px!important;color:#fff;text-wrap:nowrap}@media screen and (max-width:768px){.exhibition__main-wrapper__info__heading{font-weight:700!important;font-size:36px!important;line-height:48px}}.exhibition__main-wrapper__info__description{font-weight:400!important;font-size:16px!important;line-height:24px;color:#fff}.exhibition__main-wrapper__info__divider{height:60px;width:1px;background-color:#fff;opacity:.4}@media screen and (max-width:768px){.exhibition__main-wrapper__info__divider{display:none}}.exhibition__main-wrapper__carousel{width:80%;direction:ltr;position:relative}@media screen and (max-width:768px){.exhibition__main-wrapper__carousel{display:none}}.exhibition__main-wrapper__carousel *{direction:ltr}.exhibition__main-wrapper__carousel__item{width:480px!important;height:360px!important;background-color:#fff;border-radius:15px}.exhibition__main-wrapper__carousel__item img{position:relative!important;width:480px!important;height:360px!important;border-radius:15px}.exhibition__main-wrapper__carousel__control{position:absolute;top:50%;left:-80px;right:-80px;z-index:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.exhibition__main-wrapper__carousel__control svg{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.for-global{background-color:#0f0d1c;position:relative}@media screen and (max-width:768px){.for-global{padding:48px 24px}}@media screen and (max-width:1024px){.for-global{padding:48px 24px}}.for-global__back{position:absolute;left:0;right:0;display:flex;flex-direction:row;justify-content:center;align-items:center;margin:auto}@media screen and (max-width:768px){.for-global__back{display:none}}.for-global__back img{position:relative!important;z-index:0}.for-global__wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;gap:24px;z-index:1}@media screen and (max-width:768px){.for-global__wrapper{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center;gap:0}}.for-global__wrapper__right{display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:496px;z-index:1}@media screen and (max-width:768px){.for-global__wrapper__right{min-width:90%}}.for-global__wrapper__right img{position:relative!important}.for-global__wrapper__left{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:24px;z-index:1}.for-global__wrapper__left__title{font-weight:900!important;font-size:60px!important;color:#fff}@media screen and (max-width:768px){.for-global__wrapper__left__title{font-weight:900!important;font-size:48px!important;line-height:80px;width:100%;text-align:center}}.we-try{padding:120px 104px;display:flex;flex-direction:row;justify-content:center;align-items:center}@media screen and (max-width:768px){.we-try{padding:80px 24px}}.we-try__main-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:24px;width:100%;max-width:1224px;flex:2 1;height:504px}@media screen and (max-width:768px){.we-try__main-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;height:inherit}}.we-try__main-wrapper__right{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:24px;column-gap:24px;flex:1 1;height:100%}@media screen and (max-width:768px){.we-try__main-wrapper__right{display:none}}.we-try__main-wrapper__right img{position:relative!important;border-radius:24px;width:100%!important;height:100%!important;object-fit:cover!important}.we-try__main-wrapper__left{height:100%;flex:1 1}.we-try__main-wrapper__left,.we-try__main-wrapper__left__info{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:24px}.we-try__main-wrapper__left__info__heading{font-weight:700!important;font-size:48px!important;line-height:60px;color:#f42c74;margin-top:24px}@media screen and (max-width:768px){.we-try__main-wrapper__left__info__heading{font-weight:700!important;font-size:36px!important;line-height:48px}}.we-try__main-wrapper__left__info__description{font-weight:700!important;font-size:24px!important;line-height:32px;color:#fff}@media screen and (max-width:768px){.we-try__main-wrapper__left__info__description{font-weight:700!important;font-size:20px!important;line-height:32px}}.we-try__main-wrapper__left__image{width:100%;align-self:flex-end}@media screen and (max-width:768px){.we-try__main-wrapper__left__image{display:none}}.we-try__main-wrapper__left__image img{position:relative!important;border-radius:24px;width:100%!important;height:100%!important;object-fit:cover!important}.trust-us{padding:120px 104px;display:flex;flex-direction:row;justify-content:center;align-items:center}@media screen and (max-width:768px){.trust-us{padding:80px 24px;display:flex;flex-direction:column;justify-content:center;align-items:center}}.trust-us__main-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:24px;width:100%;max-width:1224px;flex:2 1;height:504px}@media screen and (max-width:768px){.trust-us__main-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}}.trust-us__main-wrapper__right{height:100%;flex:1 1}.trust-us__main-wrapper__right,.trust-us__main-wrapper__right__info{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:24px}.trust-us__main-wrapper__right__info__heading{font-weight:700!important;font-size:48px!important;line-height:60px;color:#f42c74;margin-top:24px}@media screen and (max-width:768px){.trust-us__main-wrapper__right__info__heading{font-weight:700!important;font-size:36px!important;line-height:48px}}.trust-us__main-wrapper__right__info__description{font-weight:700!important;font-size:24px!important;line-height:32px;color:#fff}@media screen and (max-width:768px){.trust-us__main-wrapper__right__info__description{font-weight:700!important;font-size:20px!important;line-height:32px}}.trust-us__main-wrapper__right__image{width:100%;align-self:flex-end}@media screen and (max-width:768px){.trust-us__main-wrapper__right__image{display:none}}.trust-us__main-wrapper__right__image img{position:relative!important;border-radius:24px;width:100%!important;height:100%!important;object-fit:cover!important}.trust-us__main-wrapper__left{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:24px;column-gap:24px;flex:1 1;height:100%}@media screen and (max-width:768px){.trust-us__main-wrapper__left{display:none}}.trust-us__main-wrapper__left img{position:relative!important;border-radius:24px;width:100%!important;height:100%!important;object-fit:cover!important}.our-values{padding:120px 212px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}@media screen and (max-width:1024px){.our-values{padding:80px 24px}}@media screen and (max-width:768px){.our-values{padding:80px 24px}}.our-values__main-wrapper{gap:48px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1224px;text-align:right}.our-values__main-wrapper__heading{font-weight:700!important;font-size:48px!important;line-height:60px;color:#fff}@media screen and (max-width:768px){.our-values__main-wrapper__heading{font-weight:700!important;font-size:36px!important;line-height:48px}}.our-values__main-wrapper__items{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:24px;gap:24px}@media screen and (max-width:768px){.our-values__main-wrapper__items{grid-template-columns:1fr}}.our-values__main-wrapper__items__item{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:24px;padding:24px;border-radius:24px;background:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.1));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:100%}.our-values__main-wrapper__items__item__title{font-weight:700!important;font-size:24px!important;line-height:32px;color:#fff}.our-values__main-wrapper__items__item__description{font-weight:400!important;font-size:16px!important;line-height:24px;color:#fff;text-align:justify;text-justify:inter-word}.our-services-list{padding:120px 48px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}@media screen and (max-width:768px){.our-services-list{padding:80px 24px}}.our-services-list__main-wrapper{gap:48px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1224px;text-align:right}@media screen and (max-width:768px){.our-services-list__main-wrapper{gap:24px}}.our-services-list__main-wrapper__header{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex:2 1;gap:24px}@media screen and (max-width:768px){.our-services-list__main-wrapper__header{display:flex;flex-direction:column;justify-content:space-between;align-items:center}}.our-services-list__main-wrapper__header__heading{flex:1 1;font-weight:700!important;font-size:48px!important;line-height:60px;color:#fff}@media screen and (max-width:768px){.our-services-list__main-wrapper__header__heading{font-weight:700!important;font-size:36px!important;line-height:48px;text-align:center;width:100%}}.our-services-list__main-wrapper__header img{flex:1 1;position:relative!important;max-width:100%!important;width:-moz-fit-content;width:fit-content;object-fit:cover;border-radius:16px!important}.our-services-list__main-wrapper__items{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:24px;gap:24px}@media screen and (max-width:768px){.our-services-list__main-wrapper__items{grid-template-columns:1fr}}.our-services-list__main-wrapper__items__item{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:24px;padding:24px;border:1px solid #fff;border-radius:24px;background:linear-gradient(180deg,0,hsla(0,0%,100%,.1) 100%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:100%;position:relative}.our-services-list__main-wrapper__items__item__header-back{z-index:0;position:absolute;right:0;left:0;top:0;bottom:0;height:100%;border-radius:24px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(180deg,rgba(137,95,224,.8),rgba(244,44,116,0) 21.74%)}.our-services-list__main-wrapper__items__item__title{z-index:1;font-weight:400!important;font-size:20px!important;line-height:24px;text-wrap:nowrap;color:#fff}@media screen and (max-width:768px){.our-services-list__main-wrapper__items__item__title{font-weight:700!important;font-size:20px!important;line-height:32px}}.our-services-list__main-wrapper__items__item__description{font-weight:400!important;font-size:16px!important;line-height:24px;color:#fff;text-align:right;z-index:1;text-align:justify;text-justify:inter-word}.mobile-carousel{display:none;direction:ltr;position:relative;width:100%;height:288px}.mobile-carousel *{direction:ltr}@media screen and (max-width:768px){.mobile-carousel{display:initial}}.mobile-carousel__item{margin:0 16px;width:100%!important;height:240px;border-radius:24px;overflow:hidden}.mobile-carousel__item img{position:relative!important;border-radius:24px;width:100%!important;height:100%!important;object-fit:cover!important}.faq{padding:120px 222px;display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width:768px){.faq{padding:48px 24px}}.faq__main-wrapper{gap:48px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1224px;text-align:right}@media screen and (max-width:768px){.faq__main-wrapper{gap:16px}}.faq__main-wrapper__heading{font-weight:700!important;font-size:48px!important;color:#fff}@media screen and (max-width:768px){.faq__main-wrapper__heading{font-weight:700!important;font-size:32px!important;line-height:60px;text-align:right;width:100%}}.faq__main-wrapper__items{width:100%;justify-content:stretch;gap:24px}.faq__main-wrapper__items,.job-detail{display:flex;flex-direction:column;align-items:center}.job-detail{padding:80px 108px;justify-content:center}@media screen and (max-width:768px){.job-detail{padding:24px}}.job-detail__main-wrapper{gap:24px;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;width:100%;max-width:1224px;flex:10 1}@media screen and (max-width:768px){.job-detail__main-wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}}.job-detail__main-wrapper__right{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:24px;flex:7 1}@media screen and (max-width:768px){.job-detail__main-wrapper__right{width:100%}}.job-detail__main-wrapper__right__title{font-weight:700!important;font-size:48px!important;line-height:60px;color:#fff}@media screen and (max-width:768px){.job-detail__main-wrapper__right__title{font-weight:700!important;font-size:32px!important;line-height:48px;width:100%}}.job-detail__main-wrapper__right__title.ltr{direction:ltr;text-align:left;width:100%}.job-detail__main-wrapper__right__sub-title{font-weight:400!important;font-size:24px!important;line-height:24px;color:#fff}@media screen and (max-width:768px){.job-detail__main-wrapper__right__sub-title{font-weight:400!important;font-size:20px!important;line-height:24px;width:100%}}.job-detail__main-wrapper__right__sub-title.ltr{direction:ltr;text-align:left;width:100%}.job-detail__main-wrapper__right__description{color:#fff;font-family:dana!important;width:100%;line-height:2}.job-detail__main-wrapper__right__description.rtl,.job-detail__main-wrapper__right__description.rtl *{direction:rtl}.job-detail__main-wrapper__right__description.ltr,.job-detail__main-wrapper__right__description.ltr *{direction:ltr}.job-detail__main-wrapper__right__description *{font-family:dana!important}.job-detail__main-wrapper__right__description img{max-width:100%;height:auto;object-fit:cover}.job-detail__main-wrapper__left{position:-webkit-sticky;position:sticky;top:44px;flex:3 1;border-radius:24px;background:linear-gradient(180deg,rgba(38,119,237,.2),rgba(38,119,237,.1));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:24px;padding:24px}@media screen and (max-width:768px){.job-detail__main-wrapper__left{width:100%}}.job-detail__main-wrapper__left__title{color:#fff;font-weight:700!important;font-size:24px!important;line-height:32px}