a,a:visited{color:#130f40}a,a:hover,a:visited{text-decoration:none}a:hover{color:#1f1770}body{background-color:#fff;margin:0}.container{width:1440px;max-width:100%;margin:0 auto}#root{width:100%;height:100%;position:fixed;overflow-y:auto}.line{display:flex;flex-direction:row;flex-wrap:wrap}.line-no-wrap{flex-wrap:nowrap}.line-end{justify-content:flex-end}.line-align-item-center{align-items:center}.line-g0{margin:0}.line-g0>.cell{padding:0}.line-g1{margin:0 -5px}.line-g1>.cell{padding:0 5px}.line-g2{margin:0 -10px}.line-g2>.cell{padding:0 10px;box-sizing:border-box}.line-g3{margin:0 -15px}.line-g3>.cell{padding:0 15px;box-sizing:border-box}.cell{flex:0 1 auto}.cell-fill{flex:1 1 auto}.cell-1{flex:0 0 8.33%;width:8.33%}.cell-2{flex:0 0 16.66%;width:16.66%}.cell-3{flex:0 0 25%;width:25%}.cell-4{flex:0 0 33.33%;width:33.33%}.cell-5{flex:0 0 41.66%;width:41.66%}.cell-6{flex:0 0 50%;width:50%}.cell-7{flex:0 0 58.33%;width:58.33%}.cell-8{flex:0 0 66.66%;width:66.66%}.cell-9{flex:0 0 75%;width:75%}.cell-10{flex:0 0 83.33%;width:83.33%}.cell-11{flex:0 0 91.66%;width:91.66%}.cell-12{flex:0 0 100%;width:100%}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.h-100{height:100%}.form-input{line-height:10px;border:1px solid rgba(19,15,64,.2);border-radius:8px;outline:none;padding:0 10px;height:37px;font-size:16px;box-sizing:border-box;color:#212529}select.form-input{display:block;width:100%;-moz-padding-start:calc(.75rem - 3px);line-height:1.5;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}.button{border-radius:10px;border:0 solid;width:146px;height:40px;color:#fff;font-family:"Poppins",sans-serif;font-size:14px;line-height:21px;text-align:center;cursor:pointer}.button.button-transparent{background-color:transparent!important;color:#999}.button.button-gr-read{background:linear-gradient(180deg,#ffccde,#f50057)}.button.button-gr-green{background:linear-gradient(180deg,#c2ffd5,#17dc69)}.button.button-gr-pink{background:linear-gradient(180deg,#ffbacf,#ae00b9)}.button.button-gr-orange{background:linear-gradient(180deg,#ffc7c2,#e94235)}.button.button-gr-blue{background:linear-gradient(180deg,#73f5fb,#1877f2)}.button.button-gr-dark-blue{background:linear-gradient(180deg,#406091,#040d21)}.button.button-outline-pink{background:linear-gradient(180deg,rgba(255,186,207,.1),rgba(174,0,185,.1));color:#ae00b9;border:1px solid #ae00b9}.button.squire{width:40px;height:40px;background:transparent;padding:0}.text-center{text-align:center!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.m-1{margin:5px}.m-2{margin:10px}.m-3{margin:15px}.m-4{margin:20px}.m-5{margin:25px}.m-6{margin:30px}.mt-1{margin-top:5px}.mt-2{margin-top:10px}.mt-3{margin-top:15px}.mt-4{margin-top:20px}.mt-5{margin-top:25px}.mt-6{margin-top:30px}.mr-1{margin-right:5px}.mr-2{margin-right:10px}.mr-3{margin-right:15px}.mr-4{margin-right:20px}.mr-5{margin-right:25px}.mr-6{margin-right:30px}.mb-1{margin-bottom:5px}.mb-2{margin-bottom:10px}.mb-3{margin-bottom:15px}.mb-4{margin-bottom:20px}.mb-5{margin-bottom:25px}.mb-6{margin-bottom:30px}.ml-1{margin-left:5px}.ml-2{margin-left:10px}.ml-3{margin-left:15px}.ml-4{margin-left:20px}.ml-5{margin-left:25px}.ml-6{margin-left:30px}.box-center{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.d-block{display:block}.d-none{display:none}.d-inline-block{display:inline-block}.w-100{width:100%}.w-auto{width:auto!important}.label{font-family:"Poppins",sans-serif;font-size:16px;line-height:35px;color:#130f40;margin-bottom:9px}.position-relative{position:relative}.modal-box{position:fixed;width:100%;height:100%;background-color:rgba(41,41,41,.8313725490196079);z-index:2000;left:0;top:0}.modal-box-content{position:fixed;background:#fff;left:50%;top:50%;width:600px;-webkit-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important;max-height:100%;max-width:calc(100% - 50px);display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:normal;align-items:stretch;align-content:normal;overflow:hidden;border-radius:50px}.modal-box-header{display:block;flex-grow:0;flex-shrink:1;flex-basis:auto;align-self:auto;order:0;height:50px}.modal-box-header>div{position:relative;height:100%}.modal-box-body{overflow-y:auto;overflow-x:none;display:block;flex-grow:1;flex-shrink:1;flex-basis:auto;align-self:auto;order:0}.modal-box-body>div{border:1px solid rgba(19,15,64,.2);box-sizing:border-box;border-radius:12px;margin:40px 50px 0;position:relative}.modal-box-footer{display:block;flex-grow:0;flex-shrink:1;flex-basis:auto;align-self:auto;order:0;height:50px}.modal-box-title{position:absolute;top:-40px;font-family:"Poppins",sans-serif;font-size:20px;line-height:35px;color:#130f40}.modal-box-close{position:absolute;top:20px;right:20px}.inst-option-pop{right:-15px;top:57px;position:absolute;background:#fff;box-shadow:1px 1px 12px 2px #e6e6e6;border-radius:15px;border:1px solid #eee;padding:14px 0;width:252px;z-index:100}.inst-option-pop>img{width:25px;position:absolute;right:24px;top:-10px}.inst-option>div{display:block;padding-left:15px;font-size:14px;line-height:30px;border-bottom:1px solid hsla(0,0%,93.3%,.3411764705882353)}.inst-option>div:last-child{border-bottom:0 solid hsla(0,0%,93.3%,.3411764705882353)}.inst-option>div.clickable:hover{background-image:linear-gradient(180deg,#f7f7f7,#efefef);cursor:pointer}.inst-option>div>a{display:flex;padding:8px;font-size:16px;font-family:"Poppins",sans-serif}.inst-option>div>a>img{margin-right:20px}[role=button]{cursor:pointer}.debug-info{position:fixed;top:5px;left:5px;background:rgba(0,0,0,.7411764705882353);padding:22px;color:#b6b6b6;border-radius:5px;font-size:20px;font-family:"Poppins",sans-serif;width:300px;z-index:1000}.debug-info .info{color:#fff}.debug-info .info div:nth-child(2){font-weight:700}@media (max-width:2500px){.container{width:1440px}.cell-4xl-1{flex:0 0 8.33%;width:8.33%}.cell-4xl-2{flex:0 0 16.66%;width:16.66%}.cell-4xl-3{flex:0 0 25%;width:25%}.cell-4xl-4{flex:0 0 33.33%;width:33.33%}.cell-4xl-5{flex:0 0 41.66%;width:41.66%}.cell-4xl-6{flex:0 0 50%;width:50%}.cell-4xl-7{flex:0 0 58.33%;width:58.33%}.cell-4xl-8{flex:0 0 66.66%;width:66.66%}.cell-4xl-9{flex:0 0 75%;width:75%}.cell-4xl-10{flex:0 0 83.33%;width:83.33%}.cell-4xl-11{flex:0 0 91.66%;width:91.66%}.cell-4xl-12{flex:0 0 100%;width:100%}.d-4xl-block{display:block}.d-4xl-none{display:none}.d-4xl-inline-block{display:inline-block}.text-4xl-left{text-align:left}.text-4xl-center{text-align:center}.text-4xl-right{text-align:right}.line-4xl-no-wrap{flex-wrap:nowrap}.line-4xl-end{justify-content:flex-end}.line-4xl-align-item-center{align-items:center}.line-4xl-g0{margin:0}.line-4xl-g0>.cell{padding:0}.line-4xl-g1{margin:0 -5px}.line-4xl-g1>.cell{padding:0 5px}.line-4xl-g2{margin:0 -10px}.line-4xl-g2>.cell{padding:0 10px;box-sizing:border-box}.line-4xl-g3{margin:0 -15px}.line-4xl-g3>.cell{padding:0 15px;box-sizing:border-box}}@media (max-width:1599px){.container{width:1240px}.cell-3xl-1{flex:0 0 8.33%;width:8.33%}.cell-3xl-2{flex:0 0 16.66%;width:16.66%}.cell-3xl-3{flex:0 0 25%;width:25%}.cell-3xl-4{flex:0 0 33.33%;width:33.33%}.cell-3xl-5{flex:0 0 41.66%;width:41.66%}.cell-3xl-6{flex:0 0 50%;width:50%}.cell-3xl-7{flex:0 0 58.33%;width:58.33%}.cell-3xl-8{flex:0 0 66.66%;width:66.66%}.cell-3xl-9{flex:0 0 75%;width:75%}.cell-3xl-10{flex:0 0 83.33%;width:83.33%}.cell-3xl-11{flex:0 0 91.66%;width:91.66%}.cell-3xl-12{flex:0 0 100%;width:100%}.d-3xl-block{display:block}.d-3xl-none{display:none}.d-3xl-inline-block{display:inline-block}.text-3xl-left{text-align:left}.text-3xl-center{text-align:center}.text-3xl-right{text-align:right}.line-3xl-no-wrap{flex-wrap:nowrap}.line-3xl-end{justify-content:flex-end}.line-3xl-align-item-center{align-items:center}.line-3xl-g0{margin:0}.line-3xl-g0>.cell{padding:0}.line-3xl-g1{margin:0 -5px}.line-3xl-g1>.cell{padding:0 5px}.line-3xl-g2{margin:0 -10px}.line-3xl-g2>.cell{padding:0 10px;box-sizing:border-box}.line-3xl-g3{margin:0 -15px}.line-3xl-g3>.cell{padding:0 15px;box-sizing:border-box}}@media (max-width:1399px){.container{width:1140px}.cell-xxl-1{flex:0 0 8.33%;width:8.33%}.cell-xxl-2{flex:0 0 16.66%;width:16.66%}.cell-xxl-3{flex:0 0 25%;width:25%}.cell-xxl-4{flex:0 0 33.33%;width:33.33%}.cell-xxl-5{flex:0 0 41.66%;width:41.66%}.cell-xxl-6{flex:0 0 50%;width:50%}.cell-xxl-7{flex:0 0 58.33%;width:58.33%}.cell-xxl-8{flex:0 0 66.66%;width:66.66%}.cell-xxl-9{flex:0 0 75%;width:75%}.cell-xxl-10{flex:0 0 83.33%;width:83.33%}.cell-xxl-11{flex:0 0 91.66%;width:91.66%}.cell-xxl-12{flex:0 0 100%;width:100%}.d-xxl-block{display:block}.d-xxl-none{display:none}.d-xxl-inline-block{display:inline-block}.text-xxl-left{text-align:left}.text-xxl-center{text-align:center}.text-xxl-right{text-align:right}.line-xxl-no-wrap{flex-wrap:nowrap}.line-xxl-end{justify-content:flex-end}.line-xxl-align-item-center{align-items:center}.line-xxl-g0{margin:0}.line-xxl-g0>.cell{padding:0}.line-xxl-g1{margin:0 -5px}.line-xxl-g1>.cell{padding:0 5px}.line-xxl-g2{margin:0 -10px}.line-xxl-g2>.cell{padding:0 10px;box-sizing:border-box}.line-xxl-g3{margin:0 -15px}.line-xxl-g3>.cell{padding:0 15px;box-sizing:border-box}}@media (max-width:1199px){.container{width:960px}.cell-xl-1{flex:0 0 8.33%;width:8.33%}.cell-xl-2{flex:0 0 16.66%;width:16.66%}.cell-xl-3{flex:0 0 25%;width:25%}.cell-xl-4{flex:0 0 33.33%;width:33.33%}.cell-xl-5{flex:0 0 41.66%;width:41.66%}.cell-xl-6{flex:0 0 50%;width:50%}.cell-xl-7{flex:0 0 58.33%;width:58.33%}.cell-xl-8{flex:0 0 66.66%;width:66.66%}.cell-xl-9{flex:0 0 75%;width:75%}.cell-xl-10{flex:0 0 83.33%;width:83.33%}.cell-xl-11{flex:0 0 91.66%;width:91.66%}.cell-xl-12{flex:0 0 100%;width:100%}.d-xl-block{display:block}.d-xl-none{display:none}.d-xl-inline-block{display:inline-block}.text-xl-left{text-align:left}.text-xl-center{text-align:center}.text-xl-right{text-align:right}.line-xl-no-wrap{flex-wrap:nowrap}.line-xl-end{justify-content:flex-end}.line-xl-align-item-center{align-items:center}.line-xl-g0{margin:0}.line-xl-g0>.cell{padding:0}.line-xl-g1{margin:0 -5px}.line-xl-g1>.cell{padding:0 5px}.line-xl-g2{margin:0 -10px}.line-xl-g2>.cell{padding:0 10px;box-sizing:border-box}.line-xl-g3{margin:0 -15px}.line-xl-g3>.cell{padding:0 15px;box-sizing:border-box}}@media (max-width:991px){.container{width:720px}.cell-lg-1{flex:0 0 8.33%;width:8.33%}.cell-lg-2{flex:0 0 16.66%;width:16.66%}.cell-lg-3{flex:0 0 25%;width:25%}.cell-lg-4{flex:0 0 33.33%;width:33.33%}.cell-lg-5{flex:0 0 41.66%;width:41.66%}.cell-lg-6{flex:0 0 50%;width:50%}.cell-lg-7{flex:0 0 58.33%;width:58.33%}.cell-lg-8{flex:0 0 66.66%;width:66.66%}.cell-lg-9{flex:0 0 75%;width:75%}.cell-lg-10{flex:0 0 83.33%;width:83.33%}.cell-lg-11{flex:0 0 91.66%;width:91.66%}.cell-lg-12{flex:0 0 100%;width:100%}.d-lg-block{display:block}.d-lg-none{display:none}.d-lg-inline-block{display:inline-block}.text-lg-left{text-align:left}.text-lg-center{text-align:center}.text-lg-right{text-align:right}.line-lg-no-wrap{flex-wrap:nowrap}.line-lg-end{justify-content:flex-end}.line-lg-align-item-center{align-items:center}.line-lg-g0{margin:0}.line-lg-g0>.cell{padding:0}.line-lg-g1{margin:0 -5px}.line-lg-g1>.cell{padding:0 5px}.line-lg-g2{margin:0 -10px}.line-lg-g2>.cell{padding:0 10px;box-sizing:border-box}.line-lg-g3{margin:0 -15px}.line-lg-g3>.cell{padding:0 15px;box-sizing:border-box}}@media (max-width:767px){.container{width:540px}.cell-md-1{flex:0 0 8.33%;width:8.33%}.cell-md-2{flex:0 0 16.66%;width:16.66%}.cell-md-3{flex:0 0 25%;width:25%}.cell-md-4{flex:0 0 33.33%;width:33.33%}.cell-md-5{flex:0 0 41.66%;width:41.66%}.cell-md-6{flex:0 0 50%;width:50%}.cell-md-7{flex:0 0 58.33%;width:58.33%}.cell-md-8{flex:0 0 66.66%;width:66.66%}.cell-md-9{flex:0 0 75%;width:75%}.cell-md-10{flex:0 0 83.33%;width:83.33%}.cell-md-11{flex:0 0 91.66%;width:91.66%}.cell-md-12{flex:0 0 100%;width:100%}.d-md-block{display:block}.d-md-none{display:none}.d-md-inline-block{display:inline-block}.text-md-left{text-align:left}.text-md-center{text-align:center}.text-md-right{text-align:right}.line-md-no-wrap{flex-wrap:nowrap}.line-md-end{justify-content:flex-end}.line-md-align-item-center{align-items:center}.line-md-g0{margin:0}.line-md-g0>.cell{padding:0}.line-md-g1{margin:0 -5px}.line-md-g1>.cell{padding:0 5px}.line-md-g2{margin:0 -10px}.line-md-g2>.cell{padding:0 10px;box-sizing:border-box}.line-md-g3{margin:0 -15px}.line-md-g3>.cell{padding:0 15px;box-sizing:border-box}}@media (max-width:575px){.container{width:100%;max-width:100%}.cell-sm-1{flex:0 0 8.33%;width:8.33%}.cell-sm-2{flex:0 0 16.66%;width:16.66%}.cell-sm-3{flex:0 0 25%;width:25%}.cell-sm-4{flex:0 0 33.33%;width:33.33%}.cell-sm-5{flex:0 0 41.66%;width:41.66%}.cell-sm-6{flex:0 0 50%;width:50%}.cell-sm-7{flex:0 0 58.33%;width:58.33%}.cell-sm-8{flex:0 0 66.66%;width:66.66%}.cell-sm-9{flex:0 0 75%;width:75%}.cell-sm-10{flex:0 0 83.33%;width:83.33%}.cell-sm-11{flex:0 0 91.66%;width:91.66%}.cell-sm-12{flex:0 0 100%;width:100%}.d-sm-block{display:block}.d-sm-none{display:none}.d-sm-inline-block{display:inline-block}.text-sm-left{text-align:left}.text-sm-center{text-align:center}.text-sm-right{text-align:right}.line-sm-no-wrap{flex-wrap:nowrap}.line-sm-end{justify-content:flex-end}.line-sm-align-item-center{align-items:center}.line-sm-g0{margin:0}.line-sm-g0>.cell{padding:0}.line-sm-g1{margin:0 -5px}.line-sm-g1>.cell{padding:0 5px}.line-sm-g2{margin:0 -10px}.line-sm-g2>.cell{padding:0 10px;box-sizing:border-box}.line-sm-g3{margin:0 -15px}.line-sm-g3>.cell{padding:0 15px;box-sizing:border-box}}.header-section{background-color:#fff;height:70px;box-shadow:8px 10px 80px rgb(0 15 55/8%);padding:0 15px}.web-header .header-section{box-shadow:none}.web-header.position-high .header-section{box-shadow:8px 10px 80px rgb(0 15 55/18%)}.banner-image{padding:10px 0}.menu-top{list-style:none;padding:0;margin:0}.menu-top>li{display:inline-block}.menu-top>li>a{display:block;padding:10px 20px;font-family:"Poppins",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:24px;border-radius:15px}.menu-top>li>a:hover{background:rgba(174,0,185,.0784313725490196)}.avatar-text{font-family:Poppins;font-size:16px;line-height:24px;text-align:right;color:#ae00b9;display:block;margin-right:15px}.avatar-image{border-radius:50%;width:50px;height:50px}.menu-button{display:none;margin-left:40px;padding:10px}.menu-button>img{width:30px}.body-section{height:calc(100% - 100px)}.cell-profile{width:300px}.cell-content{flex:1 1 auto}.profile-section{margin-top:30px;background:#fff;height:calc(100% - 30px);box-shadow:8px 10px 80px rgb(0 15 55/8%);border-radius:25px;overflow:hidden}.profile-section:hover{overflow-y:auto}.profile-info{width:100%;text-align:center}.profile-info img{width:60%;width:34%;border-radius:50%;margin-top:50px}.profile-name{margin-top:20px;font-weight:500;font-size:18px;line-height:27px}.profile-contact,.profile-name{font-family:Poppins;color:#130f40}.profile-contact{font-style:normal;font-weight:400;font-size:14px;line-height:21px;text-align:center}.profile-button button{margin-top:20px}.divider{background:linear-gradient(90deg,rgba(19,15,64,.101961),#130f40 33.3%,#130f40 66.6%,rgba(19,15,64,.101961));mix-blend-mode:normal;opacity:.2;height:1px;margin:30px}.option-list>ul{list-style:none;padding:0;margin:0 0 30px}.option-list>ul>li{padding:0}.option-list>ul>li.open,.option-list>ul>li:hover{background:hsla(0,0%,41.6%,.0784313725490196)}.option-list>ul>li>a{line-height:42px;font-family:"Poppins",sans-serif;font-size:14px;color:rgba(19,15,64,.7);position:relative;display:block;padding-left:33px}.option-list>ul>li>a>img.icon{display:inline-block;position:relative;top:5px;margin-right:15px}.option-list>ul>li>a>img.arrow{display:inline-block;position:absolute;top:50%;right:20px;margin-right:15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .2s ease-in}.option-list>ul>li.open>a>img.arrow{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.option-list ul.label-1{list-style:none;padding:0;margin:0}.option-list ul.label-1>li.open,.option-list ul.label-1>li:hover{background-color:hsla(0,0%,41.6%,.0784313725490196)}.option-list ul.label-1>li>a{line-height:42px;font-family:"Poppins",sans-serif;font-size:14px;color:rgba(19,15,64,.7);position:relative;display:block}.option-list ul.label-1>li>a>img.icon{display:inline-block;position:relative;top:2px;margin-right:15px;margin-left:66px}.option-list ul.label-1>li>a>img.arrow{display:inline-block;position:absolute;top:50%;right:20px;margin-right:15px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.option-list>ul>li ul.label-1>li{height:0;overflow:hidden;transition:all .2s ease-in}.option-list>ul>li.open ul.label-1>li{height:42px}.content-section{margin-top:30px;background:#fff;height:calc(100% - 30px);box-shadow:8px 10px 80px rgb(0 15 55/8%);border-radius:25px;overflow:hidden}.contents{margin:30px}.content-title{font-family:"Poppins",sans-serif;font-size:25px;line-height:37px;color:#130f40;margin:0}.content-area{height:100%;display:flex;flex-direction:column}.content-head{flex:0 1 auto;height:70px}.content-body{flex:1 1 auto;height:calc(100% - 70px)}.content-body-scroll{box-sizing:border-box;height:100%;padding:30px 30px 0;overflow-y:auto;background:linear-gradient(#fff 30%,hsla(0,0%,100%,0)),linear-gradient(hsla(0,0%,100%,0),#fff 70%) 0 100%,radial-gradient(farthest-side at 50% 0,rgba(145,132,132,.2),transparent),radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.2),transparent) 0 100%;background-repeat:no-repeat;background-color:#fff;background-size:100% 40px,100% 40px,100% 14px,100% 14px;background-attachment:local,local,scroll,scroll;border-radius:0 0 25px 25px}.product-info{border:1px solid rgba(19,15,64,.2);box-sizing:border-box;border-radius:20px;padding:30px}.product-info:hover{background-color:rgba(19,15,64,.050980392156862744)}.product-info .subject{font-size:13px;opacity:.5}.product-info .subject,.product-info .value{font-family:"Poppins",sans-serif;line-height:24px;color:#130f40}.product-info .value{font-size:16px}.product-info .value-info{font-family:"Poppins",sans-serif;font-size:12px;line-height:18px;color:#130f40;opacity:.5}.login-input{padding:24px}.forget-pass{font-family:"Inter",sans-serif;line-height:17px;mix-blend-mode:normal;opacity:.7;text-align:right}.forget-pass,.text-g{font-size:14px;color:#130f40}.text-g{font-family:"Poppins",sans-serif;line-height:21px}.button-login-op>img{display:inline-block;margin-right:8px;height:14px;position:relative;top:2px}.admin-menu-mobile-gap{height:70px}.admin-menu-mobile{width:100%;height:70px;position:fixed;bottom:0;z-index:1000}.menu-area{width:100%;height:100%;background:#fff;box-shadow:0 0 20px -4px hsla(0,0%,60%,.6196078431372549);display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:center;align-items:center}.menu-area>div{width:19%;height:54px;text-align:center}.menu-area>div>a{display:flex;flex-direction:column;padding:5px 0;border-radius:10px}.menu-area>div>a>img{height:24px;margin:0 auto}.menu-area>div>a>span{text-align:center;font-family:"SF Pro Text",sans-serif;font-size:13px;line-height:40px;color:#2ecfa5}.footer-modal{width:100%;height:100%;position:fixed;z-index:1000;background:rgba(32,32,32,.5098039215686274);bottom:0}.footer-modal .footer-options{width:100%;max-height:80%;position:absolute;bottom:0}.left-modal{width:100%;height:100%;position:fixed;z-index:1000;background:rgba(32,32,32,.5098039215686274);bottom:0;left:0}.left-modal .left-options{background:#fff;width:300px;height:100%;position:absolute;bottom:0;left:0}.footer-menu-area{margin:0 10px 44px}.footer-menu-area .profile-section{padding-top:33px}.hr{width:100%;padding:0 20px;box-sizing:border-box}@media (max-width:991px){.menu-top-area,.sidebar-menu-area{display:none}.menu-button{display:inline-block}}@media (max-width:575px){.menu-button{margin:0}}.web-header{position:fixed;top:0;width:100%;z-index:1000}.web-header-gap{height:70px}.welcome-section{background:#fff;position:relative;margin-bottom:180px}.welcome-section .size-adjust{background:url(/static/media/banner-welcome.acaaa090.jpg) no-repeat 50%;background-size:cover;margin:0 70px;padding-top:42%;border-radius:50px;background-color:#122341}.document{position:absolute;top:0;width:calc(100% - 340px);height:100%;margin:0 170px;box-sizing:border-box}.welcome-title{font-weight:600;font-size:42px;line-height:63px;color:#d9ddfe;margin:0}.welcome-body,.welcome-title{font-family:"Poppins",sans-serif}.welcome-body{font-size:14px;line-height:24px;color:#929cbf;width:40%}.welcome-text-area{top:50%;position:absolute;-webkit-transform:translateY(-60%);transform:translateY(-60%)}.services-area{margin-bottom:120px}.button-learn-more{background:linear-gradient(180deg,rgba(255,186,207,.06),rgba(174,0,185,.06));border-radius:15px;width:155px;color:#fde4ff;border:1px solid rgba(255,186,207,.30196078431372547)}.button-explore-service,.button-learn-more{font-family:"Poppins",sans-serif;font-size:16px;line-height:50px;height:auto}.button-explore-service{background:linear-gradient(180deg,rgba(255,228,238,.898039),#f50057);border-radius:15px;font-weight:500;color:#fff;border:0 solid rgba(255,186,207,.30196078431372547)}.welcome-features-area{bottom:-60px;position:absolute;width:100%}.welcome-features{background:#fff;box-shadow:5px 5px 30px rgba(0,4,51,.0784314);border-radius:20px;display:flex;padding:30px 25px}.welcome-features>img{margin-right:30px;width:60px}.welcome-features>span{font-family:"Poppins",sans-serif;font-weight:500;font-size:16px;line-height:24px;color:#929cbf;align-self:center}.services-area-header{text-align:center;max-width:710px;margin:0 auto 10px;padding:0 30px}.services-area-header .sub-title{font-size:18px}.services-area-header .sub-title,.services-area-header .title{font-family:"Poppins",sans-serif;line-height:42px;text-align:center;color:#130f40}.services-area-header .title{font-size:36px}.services-area-header p{font-family:"Poppins",sans-serif;font-size:16px;line-height:26px;text-align:center;color:#130f40;opacity:.5}.service-option{text-align:center;padding:10px 30px;height:348px;box-sizing:border-box}.service-option>img{padding-top:44px}.service-option>h3{font-family:"Poppins",sans-serif;font-size:22px;line-height:33px;color:#130f40}.service-option>p{line-height:24px;text-align:center;color:#929cbf}.service-option>button,.service-option>p{font-family:"Poppins",sans-serif;font-size:14px}.service-option>button{line-height:21px;color:#929cbf!important;width:210px}.service-option>button>img{margin-left:5px}.service-description-area{background:url(/static/media/bg-packages.826849fc.svg) no-repeat 50%;padding:0 60px;background-size:92%}.map-section{position:relative;z-index:2;padding:0 70px}.map-area{position:inherit;border-radius:50px 50px 0 0;overflow:hidden;background:#fff;box-shadow:0 0 50px rgba(0,0,0,.08)}.email-subscribe{position:absolute;width:900px;height:170px;background:#fff;box-shadow:3px 3px 40px rgb(46 0 0/6%);border-radius:30px;bottom:-85px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:flex;z-index:2}.email-subscribe>span{font-family:"Poppins",sans-serif;font-style:normal;font-weight:500;font-size:22px;line-height:33px;color:#130f40;width:354px;padding:50px}.email-subscribe>.text-input{width:400px;height:60px;-webkit-filter:drop-shadow(5px 8px 15px rgba(142,0,51,.14902));filter:drop-shadow(5px 8px 15px rgba(142,0,51,.14902));border:1px solid #fdcbdc;border-radius:42px;align-self:center;display:flex;overflow:hidden}.email-subscribe>.text-input>input{padding-left:30px;flex:1 1 auto;border:0;background:transparent;outline:none;font-family:"Poppins",sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:21px;color:#130f40;mix-blend-mode:normal;opacity:.7}.email-subscribe>.text-input>button{border:0;background:transparent}.footer-section{position:relative;margin-top:-78px;z-index:1}.footer-section>div{position:inherit;margin:0 70px}.footer-area{background:radial-gradient(75.72% 75.72% at 33.23% -11.35%,#223662 0,#16284a 50.23%,#0d1c36 100%);border-radius:50px;padding-top:200px;padding-bottom:100px;color:#fff;font-family:"Poppins",sans-serif}.footer-title{font-size:18px;line-height:27px;color:#d9ddfe;margin-bottom:10px}.footer-details{font-size:14px;line-height:24px;color:#929cbf;width:70%}.footer-details ul{list-style:none;padding:0;margin:0}.footer-details ul>li>a{font-family:"Poppins",sans-serif;font-size:14px;line-height:35px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-decoration:none;display:flex}.footer-details ul>li>a>img{margin-right:10px}.footer-separator{background-repeat:no-repeat;background-image:linear-gradient(180deg,hsla(0,0%,100%,0),#929cbf 48.96%,hsla(0,0%,100%,0));background-size:1px;background-position:85%}.footer-mini{margin:0 auto!important;line-height:70px;font-family:"Poppins",sans-serif;font-style:normal;font-weight:400;font-size:14px;color:rgba(19,15,64,.698039)}.footer-payment-gateway,.h-70px{height:70px}.footer-contacts{width:80%}.footer-contacts .contacts>a{display:flex;margin:4px 0;font-size:14px;white-space:nowrap}.footer-contacts .contacts>a>img{margin-right:10px}.footer-area a{color:#929cbf;text-decoration:none}.footer-area a:hover{color:#fff;text-decoration:none}.left-modal-header img{margin:30px 0 10px 10px;padding:10px}.user-sidebar-info{padding:6px 0;font-family:"Poppins",sans-serif}.user-sidebar-info>h3{font-size:16px;line-height:14px;color:#130f40;margin:0}.user-sidebar-info>span{font-size:12px;line-height:18px;color:#130f40;opacity:.5}.menu-list{list-style:none;margin:10px 0 0;padding:0}.menu-list>li>a{display:flex}.menu-list>li>a>img{margin:6px 25px;height:38px}.menu-list>li>a>span{font-family:"Poppins",sans-serif;font-size:17px;line-height:50px;color:#130f40}@media (max-width:1599px){.document{width:calc(100% - 140px);margin:0 70px}.welcome-features>span{font-size:16px}.service-option{height:301px}.service-option>img{padding-top:8px}.footer-section .container{max-width:1000px}}@media (max-width:1399px){.welcome-features{padding:30px 23px}.welcome-features>img{margin-right:16px;width:35px}.welcome-features>span{font-size:14px;line-height:20px}.welcome-features-area{max-width:1000px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.welcome-text-area{-webkit-transform:translate(-50%,-60%);transform:translate(-50%,-60%);max-width:1000px;width:95%;left:50%}.service-description-area{background-size:90%}.service-option{padding:5px 30px;height:268px}.service-option>h3{font-size:22px;line-height:26px;margin:9px}.service-option>img{margin-top:3px}.footer-section .container{max-width:800px}.footer-section .container.footer-mini{max-width:calc(100% - 240px)}.email-subscribe{width:700px;height:150px;bottom:-75px}.email-subscribe>span{font-size:20px;line-height:30px;width:310px;padding:46px 15px 40px 40px}.email-subscribe>.text-input{margin-right:30px;width:400px}}@media (max-width:1199px){.welcome-features>img{margin-right:15px;width:30px}.welcome-features>span{font-size:12px;line-height:17px}.welcome-features-area,.welcome-text-area{max-width:800px}.welcome-features{padding:20px 12px}.welcome-features-area{bottom:-37px}.service-description-area{background-size:87%}.service-option{padding:0 15px;height:219px;overflow:hidden}.service-option>h3{font-size:22px;line-height:26px;margin:9px;height:26px;overflow:hidden}.service-option>img{margin-top:4px}.service-option>p{margin:2px;height:48px;overflow:hidden}.footer-section .container{max-width:600px}.footer-payment-gateway{height:50px;margin-top:10px}.footer-separator{background-image:url(/static/media/bg-hr.c515817d.svg);margin-bottom:20px;padding-bottom:20px;background-size:contain;background-repeat:no-repeat;background-position:bottom}.email-subscribe{width:700px;height:150px;bottom:-75px}.email-subscribe>span{font-size:20px;line-height:30px;width:310px;padding:46px 15px 40px 40px}.email-subscribe>.text-input{margin-right:30px;width:400px}}@media (max-width:991px){.welcome-features{display:block;text-align:center}.welcome-features img{width:43px;display:block;margin:0 auto 10px}.welcome-features>span{font-size:10px}.welcome-features-area{bottom:-65px;max-width:600px}.welcome-text-area{max-width:600px}.welcome-title{font-size:28px;line-height:30px}.welcome-body{font-size:12px;line-height:19px}.button-explore-service,.button-learn-more{line-height:42px;font-size:14px;width:auto;padding:0 20px}.service-description-area{background-size:84%}.service-option{padding:0 8px;height:159px;overflow:hidden}.service-option>h3{font-size:18px;line-height:23px;margin:4px;height:23px}.service-option>img{margin-top:4px;width:40px}.service-option>p{font-size:12px;line-height:16px;margin:7px;height:32px}.service-option>button{font-size:13px;color:#929cbf!important;width:auto;height:20px}.container.footer-mini{width:100%;text-align:center}.footer-mini-text{line-height:30px}.footer-mini-image{text-align:center!important;height:50px}.footer-mini-image>img{margin-top:0}.email-subscribe{-webkit-transform:translateX(-50%) scale(.75);transform:translateX(-50%) scale(.75)}.cell-profile{width:auto}}@media (max-width:767px){.welcome-features-area{bottom:-147px;max-width:100%}.welcome-text-area{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:510px}.welcome-body{width:50%}.welcome-section .size-adjust{margin:0 20px;height:90px}.document{width:calc(100% - 40px);margin:0 20px}.service-description-area{background-size:84%;background-image:none}.service-description-area>div{display:block}.service-description-area>div>.cell{width:100%}.service-option{background:url(/static/media/bg-hr.c515817d.svg) no-repeat bottom;padding:33px 8px;height:auto;overflow:hidden;background-size:contain}.service-option>h3{font-size:22px;line-height:inherit;margin:4px;height:auto}.service-option>img{margin-top:-6px;width:80px}.service-option>p{font-size:14px;line-height:inherit;height:auto}.service-option>button{font-size:18px;color:#929cbf!important;width:auto;height:auto}.email-subscribe{-webkit-transform:translateX(-50%) scale(.6);transform:translateX(-50%) scale(.6)}.map-section{padding:0 20px}.footer-section>div{position:inherit;margin:0 20px}.footer-section .container,.footer-section .container.footer-mini{max-width:calc(100% - 40px)}.footer-section .container{margin:0 20px}}@media (max-width:575px){.welcome-section .size-adjust{border-radius:20px;background-size:178%;background-position-x:29%}.welcome-title{font-size:18px;line-height:22px}.welcome-body{width:70%;font-size:11px;line-height:15px;margin-bottom:10px}.welcome-text-area{margin:15px;-webkit-transform:translate(-53%,-62%);transform:translate(-53%,-62%);box-sizing:border-box;width:calc(100% - 60px)}.welcome-features>span{font-size:16px}.button-explore-service,.button-learn-more{line-height:27px;font-size:10px;width:auto;padding:0 10px;border-radius:8px}.welcome-features-area{max-width:calc(100% + 40px);overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none;padding:25px;bottom:-95px;box-sizing:border-box;width:calc(100% + 40px)}.welcome-features-area::-webkit-scrollbar{display:none}.welcome-features-area>div{width:1100px!important;margin:0 6px}.welcome-features{display:flex;text-align:left}.welcome-features img{margin:0 20px 0 0}.footer-details{font-size:14px;line-height:24px;color:#929cbf;width:100%}.email-subscribe{flex-direction:column;width:600px;height:220px}.email-subscribe>span{width:auto;padding:30px 50px 15px;font-size:26px;line-height:normal}.email-subscribe>.text-input{margin:0 auto;width:500px;box-sizing:border-box}.email-subscribe>.text-input>input{font-size:20px}.footer-payment-gateway{height:auto;width:90%;margin-top:10px}}
/*# sourceMappingURL=main.d49400ea.chunk.css.map */