@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .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-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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(to right, #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-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{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:100%;z-index:1;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:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:after,:before,*{margin:0;padding:0;box-sizing:border-box}html{scrollbar-width:none}body{font-feature-settings:"clig" off,"liga" off;background:#f5f5f5;position:relative;font-family:Instrument Sans,serif;width:100vw;min-height:100dvh;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Instrument Sans,serif}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}button{display:inline-block;cursor:pointer;border:none;font-size:16px;transition:.3s all linear;background:transparent}button:disabled{cursor:not-allowed}img{display:block;width:100%;height:100%;object-fit:cover}ul{list-style:none}a{text-decoration:none}button{background-color:transparent}.ui-output{max-height:calc(100vh - 4.5rem);padding:24px 40px;gap:24px;display:flex;flex-direction:column;overflow-y:auto;width:inherit!important}.ui-output::-webkit-scrollbar{width:0}video{background-color:#000}.link{font-family:inherit;color:inherit;align-self:stretch}.alert,.error{color:#ef4444;font-size:.875rem;margin-top:3px}.loading{width:6rem;height:6rem;border:5px solid #17b26a;border-radius:50%;border-top-color:#17b26a;animation:spinner 2s linear infinite;margin:0 auto}@keyframes spinner{to{transform:rotate(360deg)}}.error-page{width:100%;min-height:100vh;display:grid;place-content:center;text-align:center}.error-page a{margin-top:2rem;color:#155eef;width:300px;border-radius:.625rem;padding:.625rem;text-align:center;color:#f0f2f6;background:#155eef;box-shadow:0 .0625rem .125rem #375dfb14}.error-page a:hover{background:#004eeb}.skeleton-loader{background-color:"#ecebeb";border-radius:"5px";animation:pulse 1.5s infinite ease-in-out}@keyframes pulse{0%{background-color:#ecebeb}50%{background-color:#f5f5f5}to{background-color:#ecebeb}}.wrapper{width:100%;min-height:100dvh;display:flex;flex-direction:column;overflow-x:hidden}.wrapper__outlet{width:100%;margin-top:65px;position:relative;overflow-x:hidden}@media screen and (min-width: 1024px){.wrapper__outlet{margin-top:98px}}.ensemble-page{display:flex;justify-content:center;align-items:center;flex-direction:column}.ensemble-page__section-heading{width:90%;max-width:1024px;display:flex;justify-content:center;align-items:center}.ensemble-page__section-heading p{text-align:center;line-height:25px}.ensemble-page__info-section{width:100%}.ensemble-page__info-section img{max-width:400px}.ensemble-page__info-section ul{max-width:600px;display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1rem}.ensemble-page__info-section li{width:80%;list-style:disc;font-size:1.1rem;color:#808285;line-height:1.8rem}@media (min-width: 768px){.ensemble-page__info-section li{width:90%}}.ensemble-page__numbered-section li{list-style:decimal!important;font-weight:600}.ensemble-page__numbered-section span{display:block;font-weight:300}.ensemble-page__offers-heading{margin-top:3rem;margin-bottom:1rem}.ensemble-page__offers{width:100%;padding:0 1rem 3rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width: 768px){.ensemble-page__offers{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1200px){.ensemble-page__offers{grid-template-columns:repeat(4,1fr)}}.ensemble-page__offer-card{padding:2rem 1.5rem;border-radius:12px;color:#fff;min-height:300px;display:flex;flex-direction:column;justify-content:flex-start}.ensemble-page__offer-card h3{margin-bottom:1rem;font-size:1.3rem;line-height:1.2}.ensemble-page__offer-card ul{display:flex;flex-direction:column;gap:.5rem}.ensemble-page__offer-card li{list-style:disc;margin-left:1.2rem;font-size:.95rem;line-height:1.45}.ensemble-page__offer-card li::marker{font-weight:700}.ensemble-page__offer-card--yellow{background:#fcb040}.ensemble-page__offer-card--red{background:#eb2128}.ensemble-page__offer-card--blue{background:#00aeef}.ensemble-page__offer-card--green{background:#40ae49}.social-development__ul{width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.social-development__ul li{list-style-type:disc;font-size:1.1rem;color:#808285;line-height:1.8rem}.event-booking{width:100%;padding:2rem 1rem;display:flex;justify-content:center;align-items:center;font:"Instrument Sans",serif}.event-booking header{width:100%;text-align:center;display:flex;justify-content:center;align-items:center;font-weight:600;font-size:1.5rem}.event-booking__form{width:100%;max-width:500px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:3rem}.event-booking__input-wrapper{width:100%;display:flex;flex-direction:column;gap:2.5rem}.event-booking__label{width:100%;display:flex;flex-direction:column;gap:.4rem;font-size:.9rem}.event-booking__label--count{flex-direction:row;justify-content:space-between;align-items:center}.event-booking__input{width:100%;border:1px solid #79747E;padding:.5rem;border-radius:4px;font-family:inherit;font-size:1rem;color:#000;transition:.3s all linear}.event-booking__input:focus{outline:none}.event-booking__input--count{width:70px;height:30px;text-align:center;font-weight:500}.event-booking__count-wrapper{display:flex;align-items:center;gap:1rem}.event-booking__count-btn{font-size:2rem;font-weight:500}.event-booking__summary{width:100%;display:flex;flex-direction:column;gap:.8rem;padding-bottom:1rem;border-bottom:1px solid #cdcdcd}.event-booking__summary-item{width:100%;display:flex;justify-content:space-between;align-items:center}.event-booking__summary-item-title{font-weight:600;font-family:Instrument Sans,serif}.event-booking__error{color:#eb2128;font-size:.8rem;font-style:italic}.booking-request{width:100%;font:"Instrument Sans",serif;display:flex;justify-content:center;align-items:center}.booking-request__wrapper{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.booking-request__heading-wrapper{width:100%;text-align:center;white-space:wrap;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.booking-request__form{width:100%;max-width:500px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:3rem;margin-top:2rem}.booking-request__input-container{width:100%;display:flex;flex-direction:column;gap:2rem}.booking-request__input-wrapper{width:100%;display:flex;flex-direction:column}.booking-request__category-inputs{width:100%;display:flex;flex-direction:column;gap:2rem}.booking-request__label{width:100%;display:flex;flex-direction:column;gap:.4rem;font-size:.9rem}.booking-request__label--count{flex-direction:row;justify-content:space-between;align-items:center}.booking-request__input{width:100%;border:1px solid #79747E;padding:.5rem;border-radius:4px;font-family:inherit;font-size:1rem;color:#000;transition:.3s all linear}.booking-request__input:focus{outline:none}.booking-request__input--count{width:70px;height:30px;text-align:center;font-weight:500}.booking-request__title{width:100%;display:flex;align-items:center;gap:1rem}.booking-request__poc-heading{margin-bottom:1rem;font-weight:700}.booking-request__list-wrapper{width:100%;display:flex;flex-direction:column;align-items:center;gap:.8rem}.booking-request__list-wrapper--row{flex-direction:row}.booking-request__services{width:100%;display:flex;gap:1rem;align-items:center}.booking-request__date{display:flex;gap:1rem}.booking-request__date label{max-width:150px}.booking-request__custom-radio{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:13px;height:13px;position:relative;cursor:pointer;outline:1px solid #000000;outline-offset:2px}.booking-request__custom-radio:checked{background-color:#fcb040}.booking-request__other-input{padding:.2rem;font-family:Instrument Sans,serif;font-size:.9rem;outline:none}.booking-request__count-btn{font-size:2rem;font-weight:500}.booking-request__summary{width:100%;display:flex;flex-direction:column;gap:.8rem;padding-bottom:1rem;border-bottom:1px solid #cdcdcd}.booking-request__summary-item{width:100%;display:flex;justify-content:space-between;align-items:center}.booking-request__summary-item-title{font-weight:600;font-family:Instrument Sans,serif}.booking-request__error{color:#eb2128;font-size:.8rem;font-style:italic}.ashe-training{width:100%}.ashe-training__principal-section{flex-direction:column;gap:2rem}@media screen and (min-width: 700px){.ashe-training__image{max-width:500px}}.home{width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:column}.navbar{display:flex;justify-content:space-between;align-items:center;width:100%;position:fixed;top:0;background-color:#fff;height:65px;z-index:15}.navbar__wrapper{display:flex;justify-content:space-between;align-items:center;width:100%;position:relative}.navbar__image{width:70%;max-width:150px;transform:translate(1rem);transition:.3s all linear}.navbar__nav-items{width:100%;position:absolute;top:53px;min-height:100dvh;padding:0 1.1rem;background-color:#fafaff;transform:translateY(100%);opacity:0;visibility:hidden;transition:transform .3s ease-out,opacity .3s ease-out,visibility .3s}.navbar__nav-items--hide{position:absolute;transform:translateY(-10%);opacity:0;visibility:hidden;transition:transform .3s ease-out,opacity .3s ease-out,visibility .3s}.navbar__nav-items:not(.navbar__nav-items--hide){transform:translateY(0);opacity:1;visibility:visible}.navbar__links{width:100%;display:block;color:#000;font-weight:700;font-family:Instrument Sans,serif;font-size:1rem;line-height:1.725rem;padding:1rem 0;border-bottom:1px solid #f4f4f4}.navbar__links--active{font-weight:700;font-family:Instrument Sans,serif;font-size:1rem;line-height:1.1rem;color:#fcb040}.navbar__services-container{width:100%;display:flex;flex-direction:column;align-items:center;position:relative}.navbar__services-wrapper{display:flex;justify-content:space-between;align-items:center;width:100%;border-bottom:1px solid #f4f4f4}.navbar__service-link{border-bottom:0}.navbar__link-button{margin-top:5rem}.navbar__button{display:flex;justify-content:center;align-items:center;transform:translate(-1rem)}.navbar-desktop{display:none}@media screen and (min-width: 400px){.navbar__image{width:70%;transform:translate(2rem)}.navbar__dropdown-button{transform:translate(-1.2rem)}.navbar__button{transform:translate(-2rem)}}@media screen and (min-width: 640px){.navbar__image{transform:translate(3rem)}.navbar__button{transform:translate(-3rem)}}@media screen and (min-width: 1024px){.navbar{display:none}.navbar-desktop{display:flex;justify-content:space-between;align-items:center;width:100%;position:fixed;background-color:#fff;height:98px;z-index:10}.navbar-desktop__wrapper{display:flex;justify-content:space-between;align-items:center;width:100%;position:relative;padding:0 1rem}.navbar-desktop__logo{display:flex;justify-content:center;align-items:center;width:150px;transform:translate(-1rem)}.navbar-desktop__image{width:80%}.navbar-desktop__nav-items{display:flex;justify-content:space-between;align-items:center;gap:1rem}.navbar-desktop__links{color:#000;font-weight:700;font-family:Instrument Sans,serif;font-size:1rem;line-height:1.725rem;transition:color .3s ease-in-out;padding:0 .5rem}.navbar-desktop__links--active{font-weight:700;font-family:Instrument Sans,serif;font-size:1rem;line-height:1.1rem;color:#fcb040}.navbar-desktop__dropdown-button{margin-left:.5rem}.navbar-desktop__button{display:flex;justify-content:center;align-items:center;transform:translate(-1rem)}.navbar-desktop__link-button{display:flex;justify-content:space-between;align-items:center;height:60px;padding:1.2rem 1.4rem;background:#fcb040;color:#fff;font-size:.95rem;font-weight:700;font-family:Inter,sans-serif;border:none;border-radius:50px;gap:.625rem}.navbar-desktop__link-button svg{transform:translateY(2px);width:20px;height:20px}}@media screen and (min-width: 1100px){.navbar-desktop__wrapper{padding:0 2rem}.navbar-desktop__logo{width:220px}}@media screen and (min-width: 1200px){.navbar-desktop__wrapper{padding:0 4rem}.navbar-desktop__links{font-size:1.1rem}}@media screen and (min-width: 1300px){.navbar-desktop__wrapper{padding:0 6rem}}.button{display:flex;justify-content:space-between;align-items:center;width:200px;height:60px;padding:1.2rem 1.4rem;background:#fcb040;color:#fff;font-size:1rem;font-weight:700;font-family:Inter,sans-serif;border:none;border-radius:50px;gap:.625rem}.button--reg-text{font-size:1rem}.button--outlined{border:1px solid #FCB040;color:#fcb040;background:none}.button--text{color:#fcb040;background:none;padding:0;justify-content:flex-start;align-items:flex-start}@media screen and (min-width: 740px){.button{font-size:.85rem;align-self:center}.button svg{height:20px}}.dropdown-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;transform:translateY(0);opacity:1;visibility:visible;max-height:225.5px;transition:transform .3s ease-out,opacity .3s ease-out,max-height .3s ease-in-out,visibility .3s ease-out}.dropdown-wrapper--hidden{transform:translateY(-30px);opacity:0;visibility:hidden;overflow:hidden;max-height:0}.dropdown-wrapper__dropdown{width:100%}.dropdown-wrapper__dropdown__item:last-of-type{margin-bottom:0}.dropdown-wrapper__item{display:block;width:100%;padding:1rem 0;border-bottom:1px solid #f4f4f4;cursor:pointer}.dropdown-wrapper__item--link{display:block;width:100%;color:inherit;font-family:Instrument Sans,serif;font-size:1rem;line-height:1.1rem;transition:color .3s ease-out}.dropdown-wrapper__item:hover--link{color:#fcb040}.dropdown-wrapper__info,.dropdown-wrapper hr{display:none}@media screen and (min-width: 1024px){.dropdown-wrapper{width:100%;max-height:max-content;position:fixed;left:0;background-color:#fff;padding:3rem 0;border-radius:8px;box-shadow:0 4px 10px #00000010;z-index:15}.dropdown-wrapper__dropdown{display:flex;justify-content:space-between;align-items:flex-start;flex:1;width:100%}.dropdown-wrapper__item{display:flex;flex-direction:column;padding:1rem 0;border-bottom:0}.dropdown-wrapper__item--link{color:inherit;font-weight:700;font-size:1rem;line-height:1.5rem;transition:color .3s ease-out}.dropdown-wrapper__item:hover{color:#fcb040}.dropdown-wrapper__item:last-of-type{margin-bottom:0}.dropdown-wrapper__info{width:90%;display:block;font-weight:400;font-size:.8rem;color:#555;line-height:1.143rem}.dropdown-wrapper hr{display:block;height:1px;width:100%;border:.5px solid #f4f4f4}}@media screen and (min-width: 1200px){.dropdown-wrapper__dropdown{padding:0 3rem}}@media screen and (min-width: 1300px){.dropdown-wrapper__dropdown{gap:3rem;padding:0 3rem}.dropdown-wrapper__item--link{font-size:1.2rem}.dropdown-wrapper__info{font-size:.9rem}}@media screen and (min-width: 1600px){.dropdown-wrapper__dropdown{gap:4rem;padding:0 4rem}.dropdown-wrapper__item--link{font-size:1.2rem}.dropdown-wrapper__info{font-size:.9rem}}.footer{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.footer__top{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;background-color:#eb2128;padding:3rem 2rem 4rem;gap:1rem;color:#fff}.footer__heading{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem;width:100%;max-width:600px}.footer__heading p{text-align:center}.footer__input-container{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;gap:1.5rem;background-color:#fff;padding:2rem 1.5rem;border-radius:10px;box-shadow:0 4px 4px #00000025}.footer__input-wrapper{display:flex;flex-direction:column;width:100%;gap:2rem;background-color:#fff}.footer__input{width:100%;border-radius:2px;padding:.6rem 1rem;background-color:#ebebeb;border:0;font-size:.9rem;font-family:Instrument Sans,serif}.footer__input::placeholder{color:#111}.footer__sign-up-btn{background-color:#fcb040;border-radius:4px;width:165px;height:48px;transform:translateY(20px);color:#fff;font-weight:700}.footer__main{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;background-color:#171717;padding:3rem 2rem;z-index:12}.footer__container{width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:3rem}.footer__wrapper{display:flex;flex-direction:column;justify-content:space-between;gap:4rem}.footer__details{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:1.6rem;width:100%}.footer__details-item{display:flex;align-items:flex-start;gap:1rem}.footer__details-item svg{width:24px}.footer__details-text{width:calc(100% - 40px);display:flex;flex-direction:column}.footer p,.footer h3,.footer a{font-size:1rem;font-weight:700;color:#fff;line-height:1.42rem}.footer__details-title,.footer__details-info{display:block}.footer__details-item:last-of-type span:last-of-type{border-bottom:1px solid #ffffff}.footer__quick-links{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1rem;width:100%}.footer__quick-links li{text-align:center}.footer__quick-links a{color:#c4c4c4;transition:color 0 .3s ease-in-out}.footer__quick-links a:hover{color:#fcb040}.footer__social-links{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1.6rem;width:100%}.footer__social-links-wrapper{display:flex;justify-content:center;align-items:center;gap:1rem;width:100%}.footer__logo{width:40%}.footer hr{width:100%;border:1px solid rgba(242,242,242,.062745098)}.footer__slogan{display:none}.footer__legal{display:flex;justify-content:center;align-items:center;flex-direction:column}.footer__legal hr{display:none}@media screen and (min-width: 420px){.footer__top{padding:3rem 3rem 4rem}}@media screen and (min-width: 637px){.footer__main{padding:6rem 2rem 0}.footer__wrapper{flex-direction:row;flex-wrap:wrap;padding-bottom:3rem}.footer__footer-items{width:auto!important}.footer__details{align-items:flex-start;justify-content:flex-start}.footer__details-title{font-weight:700}.footer p,.footer a{font-size:1rem;font-weight:400;line-height:1.42rem}.footer__quick-links{gap:.5rem;justify-content:flex-start;align-items:flex-start}.footer__social-links{width:100%!important}.footer__legal{padding-bottom:2rem}.footer__legal p{font-weight:700!important}}@media screen and (min-width: 640px){.footer__top{border-radius:8px 8px 0 0}.footer__top hr{display:block!important;width:100%;border:.2px solid #ececec;margin:1rem 0;max-width:1200px}.footer__input-container{max-width:800px;align-self:center}.footer__input-wrapper{flex-direction:row;justify-content:space-between}.footer__input-wrapper label{width:50%}.footer__input{width:100%}.footer__sign-up-btn{width:330px;height:46px;background-color:#eb2128;transform:translateY(10px)}}@media screen and (min-width: 700px){.footer__top{padding:3rem 3rem 6rem}.footer__main{padding:6rem 3rem 0}}@media screen and (min-width: 820px){.footer__main{padding:6rem 5rem 0}}@media screen and (min-width: 903px){.footer__main{padding:6rem 2rem 0}.footer__social-links{width:auto!important;max-width:180px;justify-content:center;align-items:center;gap:.2rem}.footer__social-links-wrapper{align-items:flex-start;justify-content:flex-start;gap:1rem;margin-top:.8rem}.footer__logo{width:215px;transform:translate(20px)}.footer__slogan{width:max-content!important;display:flex;align-self:flex-start;font-weight:300!important;font-size:1rem!important}.footer hr{display:none}}@media screen and (min-width: 1024px){.footer__main{padding:6rem 3rem 0}.footer__social-links{max-width:180px}.footer__logo{width:200px;max-width:355px;transform:translate(5px)}}@media screen and (min-width: 1200px){.footer__main{padding:6rem 6rem 0}.footer__social-links{max-width:200px}.footer__logo{width:250px;transform:translate(10px)}}.carousel{position:relative;width:100vw;height:calc(100dvh - 65px);overflow:hidden;z-index:3}.carousel__content{display:flex;flex-direction:column;justify-content:flex-end;position:absolute;bottom:0;width:100%;height:100%}.carousel h1{color:#f0f2f6;font-size:1.125rem;font-weight:700;position:relative;z-index:10}.carousel__prev-next-btn{display:flex;justify-content:space-between;align-items:center;width:100%;position:absolute;top:50%;left:0;transform:translateY(-50%);display:none}.carousel__arrow{border:none;cursor:pointer;transition:opacity .3s ease-in-out}.carousel__hidden{opacity:0;pointer-events:none}.carousel__restart-animation{animation:slide-in .5s ease-in-out;transition:animation .5s ease-in-out}@keyframes slide-in{0%{left:-50px;opacity:0}to{left:20px;opacity:1}}.carousel__control-container{display:flex;justify-content:space-between;flex-direction:column;gap:1.5rem;transform:translateY(-20px)}.carousel__control{display:flex;justify-content:space-between;align-items:flex-end}.carousel__control-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse;padding-bottom:1rem}.carousel__pause-play-mobile{display:flex;padding-bottom:.8rem}.carousel__pause-play-mobile svg{width:20px;height:20px}.carousel__pause-play-desktop{display:none}.carousel__indicators{display:flex;gap:.5rem}.carousel__indicators span{width:13px;height:13px;background:#fff;border-radius:50%;box-shadow:0 4px 4px #ffffff20;transition:background .3s ease-in-out}.carousel__active-indicator{background:#fcb040!important}.carousel__button{display:flex;justify-content:space-between;align-items:center;width:140px;height:60px;cursor:pointer;background-color:#fcb040;padding:0 1.2rem;border-radius:30px;color:#fff;font-size:.8rem;font-weight:700;font-family:Instrument Sans,serif}.carousel__button svg{width:15px;transform:translateY(1px)}.carousel__content,.carousel__prev-next-btn{padding:0 1rem}@media screen and (min-width: 420px){.carousel__content h1{font-size:1.35rem}.carousel__content,.carousel__prev-next-btn{padding:0 2rem}}@media screen and (min-width: 768px){.carousel{height:calc(50dvh - 65px)}.carousel__content h1{font-size:1.5rem}.carousel__control{flex-direction:column;justify-content:flex-start;align-items:flex-start}.carousel__control-wrapper{width:100%;flex-direction:row;justify-content:center;gap:.5rem;padding-bottom:.5rem}.carousel__prev-next-btn{display:flex;transform:translateY(-80%)}.carousel__arrow svg{width:40px}.carousel__indicators{gap:.8rem}.carousel__indicators span{width:20px;height:20px}.carousel__pause-play-mobile{display:none}.carousel__pause-play-desktop{display:flex}.carousel__pause-play-desktop svg{width:25px;height:25px}.carousel__button{padding:0 1.2rem;font-size:.9rem}.carousel__button svg{width:20px}.carousel__content,.carousel__prev-next-btn{padding:0 3rem}}@media screen and (min-width: 1024px){.carousel{height:calc(60dvh - 98px)}.carousel__content h1{font-size:2.5rem}.carousel__button{width:150px;font-size:1rem}.carousel__content,.carousel__prev-next-btn{padding:0 4rem}}@media screen and (min-width: 1200px){.carousel{height:calc(68dvh - 98px)}.carousel__content h1{font-size:3rem}.carousel__prev-next-btn{display:flex;transform:translateY(-100%)}.carousel__arrow svg{width:60px}.carousel__content,.carousel__prev-next-btn{padding:0 6rem}}@media screen and (min-width: 1280px){.carousel{height:calc(78dvh - 98px)}}@media screen and (min-width: 1500px){.carousel{height:calc(75dvh - 98px)}}.card{justify-content:space-between;align-items:center;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:flex-end;position:relative}.card:after{content:"";position:absolute;background-image:linear-gradient(to bottom,#0000 55%,#000,#000);left:0;top:0;width:100%;height:100%}.card--fourth{background-position:right 35% center}@media screen and (min-width: 768px){.card--first{transform:scale(1.4);background-position:top center}.card--fourth{transform:scale(1.4);background-position:top 35% center}.card--fifth{transform:scale(1.4);background-position:top 15% center}.card:after{background-image:none;background-color:#0000005a}}@media screen and (min-width: 820px){.card--first{transform:scale(1.25)}.card--fourth{background-position:top 30% center}}@media screen and (min-width: 903px){.card--first{transform:scale(1)}.card--fifth{transform:scale(1.2);background-position:top 15% center}}@media screen and (min-width: 1200px){.card--fourth{transform:scale(1);background-position:top 35% center}}@media screen and (min-width: 1400px){.card--first{background-position:top 25% center}.card--fifth{transform:scale(1.1);background-position:top 20% center}}@media screen and (min-width: 1665px){.card--first{background-position:top 20% center}.card--fifth{transform:scale(1);background-position:top 20% center}}.discover{width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;padding:3rem 0;color:#fff}.discover__wrapper,.discover__about{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%}.discover__article{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1.5rem;padding:0 1rem}.discover__article h2{width:100%;text-align:center}.discover__article span,.discover__article p{width:100%;text-align:justify;font-size:1rem;line-height:1.2rem;display:block;align-self:flex-start}.discover__list-wrapper{list-style-type:disc;display:flex;flex-direction:column;gap:.5rem}.discover__image-wrapper-one{display:flex;width:100%;padding:2rem 1rem;margin-top:1rem;align-items:center;justify-content:center}.discover__image-wrapper-one video{width:100%;height:100%;object-fit:cover}.discover__about-two{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1.5rem;padding:0 1rem;margin-top:3rem}.discover__about-two article{padding:0}.discover__video-bg{width:100%;max-width:600px;display:flex;justify-content:center;align-items:center}.discover__video-bg video{width:100%;height:100%;object-fit:cover}.discover__footer{width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:column;padding:2rem 1rem 0;margin-top:3rem;gap:2rem}.discover__footer h2,.discover__footer p{width:100%;text-align:center}.discover__partners{width:100%;max-width:800px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding:1rem;gap:1rem}.discover__logos{width:calc(50% - 1rem);max-width:150px}.discover__logos:nth-child(3) img,.discover__logos:nth-child(4) img{width:70%;height:80px;object-fit:contain}.discover__logos:nth-child(4){align-items:flex-start}.discover__logos:nth-child(4) img{transform:translateY(-10px)}.discover__logo-text{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:.5rem}.discover__logo-text img{width:70%!important}.discover__logo-text p{text-align:center;text-transform:uppercase;font-weight:900;font-size:.7rem;-webkit-text-stroke-width:.8px;-webkit-text-stroke-color:rgb(218,211,211);letter-spacing:1.5px}.discover__logo-text:nth-child(2) p{letter-spacing:5px}@media screen and (min-width: 420px){.discover__article{padding:0 2rem}.discover__image-wrapper-one{padding:2.3rem 2rem}.discover__about-two{padding:0 2rem}.discover__footer{padding:2rem 2rem 0}}@media screen and (min-width: 578px){.discover__logos{width:calc(25% - 1rem)}}@media screen and (min-width: 640px){.discover__article{padding:0 3rem}.discover__image-wrapper-one{padding:2.3rem 3rem}.discover__about-two{padding:0 3rem}.discover__footer{padding:2rem 3rem 0}}@media screen and (min-width: 768px){.discover{padding:4rem 2rem}.discover__wrapper{gap:2rem}.discover__about{flex-direction:row}.discover__about-one{gap:2rem}.discover__about-one article,.discover__about-one div{width:50%;max-width:600px}.discover__article{padding:0}.discover__article h2{text-align:left}.discover__article p{font-size:1.2rem}.discover__image-wrapper-one{padding:.5rem}.discover__image-wrapper-one img{max-width:100%}.discover__about-two{padding:0;justify-content:center;align-items:center;flex-direction:row-reverse}.discover__about-two article{width:50%}.discover__about-two article li{font-size:1.2rem}.discover__about-two div{width:60%}.discover__footer{padding:2rem 3rem 0}.discover__footer p{font-size:1.2rem}.discover__logo-text p{font-size:.7rem!important}}@media screen and (min-width: 1024px){.discover{padding:4rem 3rem}.discover__wrapper{gap:1rem}.discover__about{gap:4rem}.discover__article span{font-size:1.2rem;line-height:1.5rem}}@media screen and (min-width: 1100px){.discover{padding:4rem}.discover__wrapper{gap:1rem}}@media screen and (min-width: 1200px){.discover{display:flex;justify-content:center;align-items:center;padding:5rem}.discover__wrapper{max-width:1300px;gap:1rem}}@media screen and (min-width: 1400px){.discover article span{line-height:1.7rem}}.explore{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:3rem 1rem}.explore__wrapper-main{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.5rem}.explore__wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.5rem}.explore__article{display:flex;flex-direction:column;gap:1rem}.explore__article h2{width:100%;max-width:330px;color:#fcb040;text-align:center;font-size:1.2rem;align-self:center}.explore__text-content,.explore__text-wrapper{display:flex;flex-direction:column;gap:1rem}.explore__text{font-size:1rem;font-weight:300;text-align:justify;line-height:1.5rem}.explore__image-mobile{width:100%;align-self:center;margin:2rem 0}.explore__image-mobile video{width:100%;height:100%;object-fit:cover}.explore__image-desktop,.explore hr{display:none}.explore__link{display:flex;justify-content:center;align-items:center;width:165px;height:48px;border-radius:4px;background-color:#fcb040;font-size:1rem;font-weight:700;color:#fff;align-self:center}.explore__link--center{display:none}@media screen and (min-width: 420px){.explore{padding:3rem 2rem}}@media screen and (min-width: 640px){.explore{padding:3rem}}@media screen and (min-width: 768px){.explore{padding:4rem 2rem}.explore__wrapper{flex-direction:row-reverse;gap:2rem}.explore__wrapper--reversed{flex-direction:row}.explore__image-mobile{display:none}.explore__image-desktop{display:flex;width:50%}.explore__image-desktop video{width:100%;height:100%;object-fit:cover}.explore__text-content{width:50%;gap:1.5rem;max-width:450px}.explore__article h2{text-align:left;font-weight:600;align-self:flex-start;max-width:500px;line-height:2.5rem}.explore__text-wrapper{gap:1rem}.explore__text{font-size:1.1rem;color:#808285}.explore hr{width:100%;display:flex;border:.5px solid #e0e0e0}.explore__link{width:250px}.explore__link--center{display:flex;width:330px;align-self:center;transform:translateY(30px)}.explore__link--hide{display:none}}@media screen and (min-width: 820px){.explore__wrapper{gap:3rem}}@media screen and (min-width: 903px){.explore__wrapper{gap:5rem}}@media screen and (min-width: 1024px){.explore{padding:4rem 3rem}.explore__wrapper{gap:6rem}}@media screen and (min-width: 1200px){.explore{padding:5rem}.explore__wrapper{gap:7rem;max-width:1300px}}.tabs{display:flex;flex-direction:column;width:100%;padding:1rem 1rem 3rem;gap:.5rem}.tabs h2{color:#fcb040;text-align:center}.tabs__header-wrapper{position:relative;margin-top:1rem}.tabs__header{display:flex;justify-content:space-between;align-items:center;width:100%;overflow-x:auto;white-space:nowrap;gap:.5rem;padding:0 0 .5rem}.tabs__header::-webkit-scrollbar{display:none}.tabs__dropdown{display:flex;flex-direction:column;gap:.5rem;position:absolute;top:55px;left:0;background-color:#fff;width:200px;padding:1rem;box-shadow:0 4px 4px #00000025;z-index:10}.tabs__dropdown li{font-weight:700;font-size:1rem;cursor:pointer}.tabs__list{display:flex;align-items:center;overflow-x:auto;white-space:nowrap;padding:.8rem 1rem .5rem 2rem;gap:.5rem;width:100%}.tabs__list::-webkit-scrollbar{display:none}.tabs__selected-month{gap:.5rem}.tabs__selected-month svg{width:10px}.tabs__tab{background:#fff;border:none;padding:.5rem 1rem;border-radius:12px;box-shadow:0 4px 4px #00000025;cursor:pointer;font-size:1rem;font-weight:700;font-family:Instrument Sans,serif;white-space:nowrap;transition:all .3s ease}.tabs__tab--active{background:#ffad00;color:#fff}.tabs__content{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1rem}@media screen and (min-width: 420px){.tabs{padding:1rem 2rem 3rem}}@media screen and (min-width: 640px){.tabs{padding:1rem 2rem 3rem}}@media screen and (min-width: 700px){.tabs__list{padding:.8rem 1rem .5rem 2rem}}@media screen and (min-width: 768px){.tabs{padding:1rem 2rem 4rem}.tabs h2{padding-bottom:2rem}.tabs__list{padding:.8rem 1rem .5rem 2rem}.tabs__tab{border-radius:4px}}@media screen and (min-width: 820px){.tabs__list{padding:1rem 1rem .5rem 2rem}}@media screen and (min-width: 904px){.tabs__list{padding:1rem 1rem .5rem 2rem}}@media screen and (min-width: 1024px){.tabs{padding:1rem 3rem 4rem}.tabs__list{padding:.8rem 1rem .5rem 2rem}}@media screen and (min-width: 1100px){.tabs{padding:1rem 4rem 4rem}.tabs__header{justify-content:flex-start;gap:2rem}.tabs__list{padding:.8rem 1rem 1rem;justify-content:flex-start}}@media screen and (min-width: 1200px){.tabs{padding:1rem 6rem 5rem;align-self:center}}.event-card{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;padding:1rem;background-color:#fff;border-radius:20px;box-shadow:0 4px 4px #00000025;gap:.8rem}.event-card__details{width:100%;display:flex;justify-content:space-between;align-items:center;gap:.6rem;flex:1}.event-card__skeleton-wrapper{width:100%;display:flex;flex-direction:column;gap:1rem}.event-card__item-skeleton{width:100%;max-width:100%;height:30px}.event-card__date-wrapper{max-width:50px;padding:1rem;display:flex;justify-content:center;align-items:center;flex-direction:column;flex:1}.event-card__text{font-size:1rem;font-weight:400}.event-card__date-text{text-transform:uppercase;line-height:.5rem}.event-card__day-text{font-weight:700;font-size:2rem}.event-card__card-image{max-width:260px;height:150px;overflow:hidden;border-radius:15px;flex:3}.event-card__card-image img{border-radius:6px;object-fit:contain}.event-card__info{flex-direction:column;gap:.4rem;display:flex;align-items:center;flex:2}.event-card__info-wrapper{width:100%}.event-card__title-text{font-size:1rem;text-transform:uppercase}.event-card__detail-text{text-transform:capitalize;font-size:.9rem;line-height:1.2rem}.event-card__detail-text span:last-child{display:block}.event-card__button{background-color:#fcb040;width:100%;text-align:center;color:#fff;font-weight:700;font-size:1rem;padding:.5rem 0;border-radius:4px}@media screen and (min-width: 600px){.event-card__info{padding-top:1rem}}@media screen and (min-width: 768px){.event-card{padding:1rem 2rem;flex-direction:row}.event-card__title-text{font-size:1.3rem}.event-card__detail-text{font-size:1rem}.event-card__button{max-width:150px}.event-card__skeleton-wrapper{flex-direction:row;align-items:center;justify-content:space-between}.event-card__item-skeleton--1{width:50px!important;height:70px}.event-card__item-skeleton--2{width:200px!important;height:100px}.event-card__item-skeleton--3{width:200px!important;height:80px}}@media screen and (min-width: 1024px){.event-card{padding:1.3rem 3rem}.event-card__details{gap:1.2rem}.event-card__button{max-width:260px}.event-card__detail-text span:last-child{display:inline}.event-card__skeleton-wrapper{width:50%}}@media screen and (min-width: 1100px){.event-card__details{gap:1.5rem}.event-card__title-text{font-size:1.3rem}.event-card__detail-text{font-size:1rem}.event-card__button{max-width:260px}}.section{display:flex;width:100%}.section__wrapper{display:flex;justify-content:center;align-items:center;width:100%;padding:3rem 1rem}@media screen and (min-width: 420px){.section__wrapper{padding:3rem 2rem}}@media screen and (min-width: 640px){.section__wrapper{padding:3rem}}@media screen and (min-width: 768px){.section__wrapper{padding:4rem 2rem}}@media screen and (min-width: 1024px){.section__wrapper{padding:4rem 3rem}}@media screen and (min-width: 1100px){.section__wrapper{padding:4rem}}@media screen and (min-width: 1200px){.section__wrapper{padding:5rem}}.prev-events{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;gap:1rem}.prev-events__heading{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.prev-events__heading div{width:100%;max-width:500px;display:flex;justify-content:center;align-items:center}.prev-events__heading div span{width:100%;height:40px;display:flex;justify-content:center;align-items:center}.prev-events__heading h2,.prev-events__heading p{width:100%;text-align:center}.prev-events__heading h2{color:#fcb040;margin-bottom:1rem}.prev-events__heading p{width:100%;max-width:1000px;line-height:1.4rem}.prev-events hr{display:none}.prev-events__events{width:100%;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:3rem}@media screen and (min-width: 768px){.prev-events__heading p{font-size:1.3rem;line-height:1.7rem;color:#4d4d4d}.prev-events hr{display:block;width:100%;border:.5px solid #e0e0e0;margin:.5rem 0}.prev-events__events{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1rem}}@media screen and (min-width: 1024px){.prev-events__events{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:1rem}.prev-events__heading{font-size:1.5rem}}@media screen and (min-width: 1200px){.prev-events{padding:0 3rem}.prev-events__events{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:1rem}}@media screen and (min-width: 1665px){.prev-events{padding:0 4rem}.prev-events__events{column-gap:1rem}}.gallery-card{display:flex;flex-direction:column;gap:1rem;border-radius:10px}.gallery-card__media{position:relative;width:100%;border-radius:10px}.gallery-card__media video{width:100%;height:100%;object-fit:cover;border-radius:10px}.gallery-card__media img{border-radius:10px}.gallery-card__skeleton-media{width:100%;height:250px;border-radius:10px}.gallery-card__skeleton-title{height:30px;border-radius:10px}.gallery-card__button{display:flex;justify-content:space-between;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gallery-card__title{color:#fcb040;padding:0 .5rem;text-align:left}.gallery-card p{color:#000;height:25px;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width: 768px){.gallery-card__media{height:250px}.gallery-card__title{color:#fcb040;font-size:1.2rem}}@media screen and (min-width: 1024px){.gallery-card__title{font-size:1.3rem}}@media screen and (min-width: 1200px){.gallery-card__title{font-size:1.4rem}}.aok-media{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem;border-radius:40px;color:#fff;width:100%}.aok-media__heading{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.2rem;width:100%}.aok-media__info{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.2rem}.aok-media__info p{text-align:center}.aok-media__info p span{width:100%;display:block}.aok-media__services-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;gap:1rem}@media screen and (min-width: 768px){.aok-media{height:650px;max-height:950px;justify-content:flex-start}.aok-media__info{max-width:800px}.aok-media__services-wrapper{flex-direction:row;flex-wrap:wrap}.aok-media__services{width:30%;height:530px}}@media screen and (min-width: 1500px){.aok-media{height:650px}}@media screen and (min-width: 1980px){.aok-media{height:700px}}.services-card{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;min-height:550px;background-position:top center;background-size:cover;background-repeat:no-repeat;object-fit:cover;border-radius:15.3px;position:relative}.services-card__overlay{position:relative;display:flex;flex-direction:column;justify-content:flex-end;position:absolute;top:0;left:0;bottom:0;width:100%;height:100%;min-height:100%;background-image:linear-gradient(to bottom,#00000080 60%,#000,#000);border-radius:15.3px;padding:2rem 1rem;gap:1rem}.services-card__text-wrapper{display:flex;justify-content:space-between;flex-direction:column;z-index:2rem;gap:1rem}.services-card__button{display:flex;justify-content:space-between;align-items:center;border:1px solid #ffffff;width:130px;height:46px;border-radius:25px;font-size:.7rem;font-weight:700;color:#fff;padding:0 .8rem}@media screen and (min-width: 768px){.services-card{width:30%}}@media screen and (min-width: 1500px){.services-card{height:600px}}.heading{font-size:1.2rem!important}@media screen and (min-width: 768px){.heading{font-size:1.5rem!important}}@media screen and (min-width: 1024px){.heading{font-size:1.8rem!important}}.p{font-family:Instrument Sans,serif;font-weight:300!important;font-size:1rem;line-height:1.3rem}@media screen and (min-width: 768px){.p{font-size:1.3rem;line-height:30px}}.foundation{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:3rem 1rem;gap:3rem;width:100%}.foundation__heading{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;gap:1rem}.foundation__heading h2,.foundation__heading p{text-align:center}.foundation__heading h2{color:#fcb040}.foundation__heading p{width:100%;max-width:650px}.foundation__wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.2rem}.foundation__article{display:flex;flex-direction:column;gap:1rem}.foundation__article h2{color:#fcb040;text-align:center;font-size:1.2rem}.foundation span{display:block}.foundation__text-content,.foundation__text-wrapper{display:flex;flex-direction:column;gap:1rem}.foundation__text{font-size:1rem;text-align:justify;line-height:1.3rem}.foundation__image-mobile{width:100%;max-width:300px;align-self:center}.foundation__image-desktop,.foundation hr{display:none}.foundation__link{display:flex;justify-content:center;align-items:center;width:165px;height:48px;border-radius:4px;background-color:#fcb040;font-size:1rem;font-weight:700;color:#fff;align-self:center}@media screen and (min-width: 420px){.foundation{padding:3rem 2rem}}@media screen and (min-width: 640px){.foundation{padding:3rem}}@media screen and (min-width: 768px){.foundation{padding:4rem 2rem;gap:0}.foundation__heading hr{display:block;margin:2rem 0 1rem;width:90%;display:flex;border:.5px solid #e0e0e0}.foundation__wrapper{flex-direction:row-reverse;gap:2rem}.foundation__image-mobile{display:none}.foundation__image-desktop{display:flex;width:50%;max-width:300px}.foundation__text-content{width:50%;gap:1.5rem;max-width:500px}.foundation__article h2{text-align:left;font-weight:600}.foundation__text-wrapper{gap:0}.foundation__text{font-size:1.1rem;line-height:1.4rem;color:#808285}.foundation__link{width:250px}}@media screen and (min-width: 820px){.foundation__wrapper{gap:3rem}}@media screen and (min-width: 903px){.foundation__wrapper{gap:5rem}}@media screen and (min-width: 1024px){.foundation{padding:4rem 3rem}.foundation__wrapper{gap:6rem}}@media screen and (min-width: 1200px){.foundation{padding:5rem}.foundation__wrapper{gap:7rem;max-width:1300px}}.testimonial-carousel{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1rem;width:100%;position:relative}.testimonial-carousel__heading{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.testimonial-carousel__heading h2,.testimonial-carousel__heading p{text-align:center}.testimonial-carousel__heading h2{color:#fcb040}.testimonial-carousel__heading p{width:100%}.testimonial-carousel hr{display:none}.testimonial-carousel__content{display:flex;flex-direction:column;width:100%;max-width:700px;align-self:center;position:relative;gap:1.5rem}.testimonial-carousel__control-container{display:flex;justify-content:space-between;align-items:center;align-self:center;width:100%;max-width:300px;gap:1.5rem;padding-top:1rem}.testimonial-carousel__indicators{display:flex;gap:.5rem}.testimonial-carousel__indicators span{width:10px;height:10px;background:#cfd1d3;border-radius:50%;box-shadow:0 4px 4px #ffffff20;transition:background .3s ease-in-out}.testimonial-carousel__active-indicator{background:#fcb040!important}.testimonial-carousel__prev-next-btn{display:flex;justify-content:space-between;align-items:center;width:50px}.testimonial-carousel__arrow{display:flex;justify-content:center;align-items:center;border:none;cursor:pointer;transition:opacity .3s ease-in-out}.testimonial-carousel__arrow svg{width:20px;height:20px}@media screen and (min-width: 768px){.testimonial-carousel__content{gap:1rem}}.testimonial-carousel-card{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:3rem;width:100%;perspective:400px;margin-top:2.5rem}.testimonial-carousel-card__testimonial{display:flex;gap:.5rem}.testimonial-carousel-card__testimonial svg{width:40px;height:40px}.testimonial-carousel-card__testimonial-text{width:100%;display:flex;flex-direction:column;gap:1rem}.testimonial-carousel-card__testimonial-text h3{width:100%;display:none!important}.testimonial-carousel-card__testimonial-text p{transform:translateY(15px);color:#2c2c2c}.testimonial-carousel-card__image{width:100%;max-width:300px;height:430px;border-radius:10px;background-size:cover;background-repeat:no-repeat;background-position:top center}.testimonial-carousel-card__image img{border-radius:10px}.testimonial-carousel-card h3{transform:translateY(10px);text-align:center}@media screen and (min-width: 1024px){.testimonial-carousel-card{align-self:center}}.image-wrapper{display:flex;justify-content:center;align-items:center}.image-wrapper img{width:100%;height:100%;object-fit:cover}.event-details{position:relative;width:100vw;overflow:hidden;display:flex;flex-direction:column;gap:1.5rem;padding:0 1rem 4rem}.event-details__navigation{width:100%;display:flex;align-items:center;gap:1rem;display:none}.event-details__navigation svg{width:20px;height:20px}.event-details__navigation p{font-size:1rem;color:#000}.event-details__card{height:20dvh}.event-details__event-info{display:flex;flex-direction:column;gap:1.5rem}.event-details__event-info-text{display:flex;flex-direction:column;gap:.5rem}.event-details__event-info-text p{font-size:.9rem}.event-details__btn-wrapper{width:100%;display:flex;flex-direction:column;gap:.5rem}.event-details__btn-wrapper p{width:100%;text-align:center}.event-details__btn{width:100%;background-color:#fcb040;padding:.5rem 0;color:#fff;font-weight:700;border:0;border-radius:4px;font-family:Instrument Sans,serif}.event-details__btn--inactive{background-color:#ffd581}@media screen and (min-width: 420px){.event-details{padding:0 2rem 4rem}}@media screen and (min-width: 640px){.event-details__card{height:25dvh}}@media screen and (min-width: 768px){.event-details{padding:2rem 2rem 4rem;gap:1rem}.event-details__navigation{display:flex}.event-details__card{height:30dvh}.event-details__event-info{flex-direction:row;align-items:center;justify-content:space-between}.event-details__event-info-text{width:70%}.event-details__btn-wrapper{max-width:330px}}@media screen and (min-width: 1024px){.event-details{padding:2rem 3rem 6rem}.event-details__card{height:40dvh}.event-details__event-info-text p{font-size:1rem}}@media screen and (min-width: 1100px){.event-details{padding:2rem 4rem 6rem}}@media screen and (min-width: 1200px){.event-details{padding:2rem 6rem 6rem}}@media screen and (min-width: 1300px){.event-details__card{height:50dvh}}.event-carousel__card{background-color:#fff;border-radius:10px}.event-carousel__card-wrapper{justify-content:space-between;align-items:center;width:100%;height:400px;background-size:contain;background-position:top center;background-repeat:no-repeat;display:flex;align-items:flex-end;position:relative;object-fit:contain}@media screen and (min-width: 768px){.event-carousel-card{border-radius:4px}}.service-info-card{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem;padding:.5rem 1rem 4rem}.service-info-card__main-heading{width:100%;text-align:center;color:#fcb040;font-size:1.3rem}.service-info-card__main-desc{margin-top:-2rem}.service-info-card__wrapper-main{width:100%;display:flex;justify-content:center;flex-direction:column;gap:1rem}.service-info-card__wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;align-self:center;gap:2rem}.service-info-card__article{display:flex;flex-direction:column;gap:1rem}.service-info-card__article h2{width:100%;color:#fcb040;text-align:center;font-size:1.2rem;align-self:center}.service-info-card__text-content{display:flex;flex-direction:column;gap:1rem}.service-info-card__text-wrapper{display:flex;flex-direction:column}.service-info-card__text{font-size:1rem;font-weight:300;text-align:justify;line-height:1.6rem}.service-info-card__image{display:flex;justify-content:center;align-items:center;width:100%;max-width:800px;align-self:center;position:relative}.service-info-card__image--no-heading{max-width:100%}.service-info-card__image--hero{width:100%;height:280px}.service-info-card__image video{width:100%;height:100%;object-fit:cover}.service-info-card__image p{color:#808285;font-size:.9rem}.service-info-card__image-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;height:100%;gap:.5rem}.service-info-card__image-wrapper div{width:100%;height:100%}.service-info-card__hr{display:none}.service-info-card__link-wrapper{display:flex;justify-content:space-between;align-items:center;gap:1rem}.service-info-card__link{display:flex;justify-content:center;align-items:center;width:165px;height:48px;border-radius:4px;background-color:#fcb040;font-size:.9rem;font-weight:700;color:#fff;align-self:center}.service-info-card__support-wrapper{margin-top:1rem}.service-info-card__support-wrapper li{list-style-type:disc;margin-left:1.5rem}@media screen and (min-width: 420px){.service-info-card{padding:1rem 1rem 2rem}.service-info-card__image--hero{height:auto}}@media screen and (min-width: 640px){.service-info-card{padding:2rem 2rem 3rem}}@media screen and (min-width: 768px){.service-info-card{padding:2rem 2rem 3rem;gap:3rem}.service-info-card__main-heading{font-size:1.8rem}.service-info-card__wrapper{flex-direction:row-reverse;justify-content:space-between}.service-info-card__wrapper--no-heading{justify-content:center}.service-info-card__wrapper--reversed{flex-direction:row}.service-info-card__text-content{width:50%;gap:1.5rem;max-width:500px}.service-info-card__article h2{text-align:left;font-size:1.5rem!important;font-weight:600;align-self:flex-start}.service-info-card__text{font-size:1.1rem;color:#808285;line-height:1.8rem}.service-info-card__hr--has-line{display:flex}.service-info-card__hr--has-line hr{width:100%;border:.5px solid #e0e0e0}.service-info-card__image{width:50%;max-width:700px}.service-info-card__image--no-heading{max-width:1000px;height:auto!important}.service-info-card__image--hero{height:400px}.service-info-card__image p{font-size:1rem}.service-info-card__image--no-heading{width:100%}.service-info-card__link{width:330px;align-self:flex-start}.service-info-card__link--center{display:flex;width:330px;align-self:center;transform:translateY(30px)}.service-info-card__link--hide{display:none}}@media screen and (min-width: 820px){.service-info-card{padding:1rem 3rem 5rem}}@media screen and (min-width: 1200px){.service-info-card__wrapper{max-width:1200px}}.training-stats{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;color:#fff}.training-stats__heading{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;gap:1rem}.training-stats__heading h2{text-align:center}.training-stats__heading p{text-align:center;font-weight:300}.training-stats__stats-wrapper{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;width:100%;gap:1.5rem;padding:1rem 0 2rem}.training-stats__stats-card{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;padding:2rem 0;border-radius:6px;gap:.2rem;color:#000;background-color:#fcb040;box-shadow:0 4px 4px #00000025}.training-stats__text1{font-weight:700;font-size:1.5rem;text-align:center}.training-stats__text2,.training-stats__text3{font-weight:700;font-size:1rem;text-align:center}.training-stats__video-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.5rem;width:100%;max-width:950px;border-radius:8px;margin-top:2rem}.training-stats__video-wrapper video{width:100%;height:100%;object-fit:cover;border-radius:8px}.training-stats__link{display:flex;justify-content:center;align-items:center;background-color:#fff;width:160px;height:48px;border-radius:4px;color:#fcb040;font-weight:700;font-size:1rem}@media screen and (min-width: 450px){.training-stats__stats-card{padding:1rem}}@media screen and (min-width: 600px){.training-stats hr{width:100%;border:.5px solid #e0e0e0;margin:.5rem 0}}@media screen and (min-width: 768px){.training-stats__heading p{font-size:1.2rem;line-height:25px;max-width:750px}.training-stats__heading2{margin-top:1rem}.training-stats__link{width:330px;margin-top:1rem}.training-stats__stats-card{width:48%}}@media screen and (min-width: 1024px){.training-stats__heading h2{font-size:1.6rem!important}.training-stats__stats-wrapper{gap:1rem;justify-content:space-between}.training-stats__stats-card{width:32%;min-height:250px}}@media screen and (min-width: 1200px){.training-stats__heading{max-width:1400px}.training-stats__heading p{font-size:1.3rem;line-height:30px}}@media screen and (min-width: 1500px){.training-stats__heading{max-width:1400px}.training-stats__stats-wrapper{justify-content:center;gap:4rem}.training-stats__stats-card{max-width:320px}}.info-card{background-color:#fcb040;border-radius:10px;width:100%;min-width:200px;max-width:500px;color:#fff;display:flex;flex-direction:column}.info-card__media-wrapper{padding:.5rem;min-height:200px;max-height:300px}.info-card__media-wrapper img{border-radius:40px}.info-card__media-wrapper video{width:100%;height:100%;object-fit:cover;border-radius:40px}.info-card__skeleton-image{width:100%;height:200px}.info-card__content{width:100%;display:flex;flex-direction:column;gap:1.5rem;padding:.9rem}.info-card__heading{width:100%;display:flex;flex-direction:column;gap:.1rem;font-size:1.2rem}.info-card__heading span{display:block}.info-card__desc{width:100%;font-size:1.2rem;line-height:30px}@media screen and (min-width: 600px){.info-card{min-height:600px}}@media screen and (min-width: 768px){.info-card{min-height:600px;max-width:300px}}.heading-info{width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:.5rem}.heading-info h2{color:#fcb040}.heading-info p{width:90%;max-width:1000px;text-align:center}@media screen and (min-width: 768px){.campaign__wrapper{grid-template-columns:repeat(3,minmax(0,1fr))!important}}.service-info-card2__wrapper-main{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.service-info-card2__wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;align-self:center;gap:2rem}.service-info-card2__article{display:flex;flex-direction:column;gap:1rem}.service-info-card2__article h2{width:100%;color:#fcb040;text-align:center;font-size:1.2rem;align-self:center}.service-info-card2__text-content{width:100%;display:flex;flex-direction:column;gap:1rem}.service-info-card2__text-wrapper{display:flex;flex-direction:column}.service-info-card2__text{font-size:1rem;font-weight:300;text-align:justify;line-height:1.6rem;margin-bottom:.3rem}.service-info-card2__image{display:flex;justify-content:center;align-items:center;width:100%;max-width:800px;align-self:center;position:relative}.service-info-card2__image--hero{width:100%;height:280px}.service-info-card2__image video{width:100%;height:100%;object-fit:cover}.service-info-card2__image p{color:#808285;font-size:.9rem}.service-info-card2__image-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;gap:1rem}.service-info-card2__image-wrapper div{width:100%;height:100%}.service-info-card2 hr{display:flex;width:100%;border:.5px solid #e0e0e0;margin-top:0}.service-info-card2__link{display:flex;justify-content:center;align-items:center;width:165px;height:48px;border-radius:4px;background-color:#fcb040;font-size:1rem;font-weight:700;color:#fff;align-self:center}@media screen and (min-width: 420px){.service-info-card2__image--hero{height:auto}}@media screen and (min-width: 768px){.service-info-card2__wrapper-main{gap:3rem;flex-direction:row;justify-content:space-between}.service-info-card2__wrapper{width:40%;align-items:flex-start}.service-info-card2__text-content{gap:1.5rem;max-width:400px}.service-info-card2__article h2{text-align:left;font-size:1.5rem!important;font-weight:600;align-self:flex-start}.service-info-card2__text{width:100%;font-size:1.1rem;color:#808285;line-height:1.8rem}.service-info-card2__image-wrapper{width:60%;flex-direction:row}.service-info-card2__image{width:50%}.service-info-card2__image--hero{height:400px}.service-info-card2__image p{font-size:1rem}.service-info-card2__link{width:250px;align-self:flex-start}.service-info-card2__link--center{display:flex;width:330px;align-self:center;transform:translateY(30px)}.service-info-card2__link--hide{display:none}}@media screen and (min-width: 1200px){.service-info-card2{padding:2rem 5rem 5rem}.service-info-card2__wrapper-main{max-width:1200px;align-self:center}}.tabs-show{width:100%;background-color:#e9365e}.tabs-show__wrapper{justify-content:space-between;flex-direction:column;width:100%;min-height:50dvh;display:flex;align-items:center;color:#fff!important}.tabs-show__image{width:100%;max-width:1000px;align-self:center}.tabs-show hr{width:100%;border:.5px solid #ffffff;margin:2.5rem 0}.tabs-show h2{text-align:center!important;color:#fff!important}.tabs-show p{width:100%;max-width:800px;text-align:center!important;font-weight:300;line-height:25px;font-size:1.1rem}.tabs-show__link{display:flex;justify-content:center;align-items:center;background-color:#fff;width:160px;height:48px;border-radius:4px;color:#fcb040;font-weight:700;font-size:1rem;margin-top:2rem}.tabs-show__skeleton-wrapper{width:100%;display:flex;justify-content:center;align-items:center}.tabs-show span{width:100%;max-width:700px;align-self:center;display:flex;justify-content:center;align-items:center}@media screen and (min-width: 768px){.tabs-show p{font-size:1.2rem;line-height:30px}.tabs-show__link{width:330px}}@media screen and (min-width: 1200px){.tabs-show img{width:90%}}.foundation__payment-partners{display:flex;justify-content:space-between;align-items:center;width:100%;gap:.5rem}.foundation__payment-partners svg{width:50px;height:25px}.foundation__image{width:100%!important;height:280px!important;border-radius:10px}.foundation__image img{border-radius:10px}.foundation__image-mobile,.foundation__image-desktop{width:100%!important;height:300px!important;border-radius:10px}.foundation__image-mobile img,.foundation__image-desktop img{border-radius:10px}.foundation__image-desktop{display:none}.foundation__icon{max-width:100px}@media screen and (min-width: 420px){.foundation__payment-partners svg{width:70px}}@media screen and (min-width: 500px){.foundation__image{height:350px!important}}@media screen and (min-width: 768px){.foundation__wrapper{margin-top:4rem}.foundation__payment-partners{width:300px}.foundation__text-content{width:50%}.foundation__image-mobile{display:none}.foundation__image-desktop{width:50%;display:flex;height:auto!important}}@media screen and (min-width: 1024px){.foundation__image-desktop{max-width:400px}}@media screen and (min-width: 1200px){.foundation__image{height:450px!important}}.payment{width:100%;display:flex;align-items:center;gap:1rem}.payment__image{width:30%!important;max-width:160px}.payment__info{display:flex;justify-content:center;align-items:center;flex-direction:column;width:70%}.payment__light-text{color:#7d24d3;font-weight:300;text-align:center}.payment__light-text:first-of-type{margin-bottom:1rem}.payment__bold-text{color:#7e3fc5;font-weight:700;text-align:center;word-break:break-all}@media screen and (min-width: 520px){.payment__light-text:first-of-type{font-size:1.3rem}.payment__bold-text{font-size:1.1rem}}@media screen and (min-width: 768px){.payment{justify-content:center;align-self:center;max-width:850px}.payment__light-text{font-size:1.3rem;letter-spacing:2px}.payment__light-text:first-of-type{font-size:1.6rem;max-width:430px}.payment__bold-text{font-size:1.3rem;letter-spacing:2px}}.about-hero__wrapper-main{flex-direction:column;gap:2rem;padding:1rem 1rem 3rem}.about-hero__wrapper-desktop{display:none}.about-hero__main-heading{width:100%;text-align:center;color:#fcb040;font-size:1.5rem}.about-hero__wrapper-mobile{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:2rem;width:100%}.about-hero__top-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:2rem}.about-hero__hero-image{width:100%;max-width:600px}.about-hero__bottom-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1rem}.about-hero__article{display:flex;flex-direction:column;gap:1rem}.about-hero__article h2{width:100%;color:#fcb040;text-align:center;font-size:1.2rem;align-self:center}.about-hero__text-content{display:flex;flex-direction:column;gap:1rem}.about-hero__text-wrapper{display:flex;flex-direction:column}.about-hero__text{font-size:1rem;font-weight:300;text-align:justify;line-height:1.6rem}.about-hero hr{display:none}.about-hero__hero-image-small{width:80%;max-width:600px}@media screen and (min-width: 420px){.about-hero__wrapper-main{padding:1rem 2rem 3rem}}@media screen and (min-width: 640px){.about-hero__wrapper-main{padding:1rem 3rem 3rem}}@media screen and (min-width: 768px){.about-hero__wrapper-main{padding:1rem 4rem 3rem}.about-hero__text{font-size:1.1rem;line-height:1.8rem}}@media screen and (min-width: 950px){.about-hero__wrapper-main{padding:1rem 4rem 3rem}.about-hero__wrapper-mobile{display:none}.about-hero__main-heading{font-size:1.8rem}.about-hero__wrapper-desktop{display:flex;justify-content:space-between;align-items:center;gap:2rem}.about-hero__left-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:50%;max-width:100%;gap:1rem}.about-hero hr{display:flex;border:.5px solid #e0e0e0}.about-hero__text-content{width:100%;gap:1.5rem;max-width:500px}.about-hero__article h2{text-align:left;font-size:1.5rem!important;font-weight:600;align-self:flex-start}.about-hero__text{color:#808285}.about-hero__right-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:50%;gap:2rem}.about-hero__image-wrapper{display:flex;justify-content:space-between;align-items:center;gap:1rem}.about-hero__hero-image-small{width:50%;height:200px!important}}@media screen and (min-width: 1024px){.about-hero__wrapper-desktop{gap:3rem;align-self:center}.about-hero__left-wrapper{gap:2rem}}@media screen and (min-width: 1200px){.about-hero__wrapper-main{padding:1rem 3rem 5rem}.about-hero__wrapper-desktop{max-width:1100px;gap:4rem;align-self:center}.about-hero__left-wrapper{max-width:500px}}.serviceInfoCard3__wrapper-main{flex-direction:column;gap:2rem;padding:1rem 1rem 3rem}.serviceInfoCard3__main-heading{width:100%;text-align:center;color:#fcb040;font-size:1.5rem}.serviceInfoCard3__wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:2rem;width:100%}.serviceInfoCard3__article{display:flex;flex-direction:column;gap:1rem}.serviceInfoCard3__article h2{width:100%;color:#fcb040;text-align:center;font-size:1.2rem;align-self:center}.serviceInfoCard3__text-content{display:flex;flex-direction:column;gap:1rem}.serviceInfoCard3__text-wrapper{display:flex;flex-direction:column}.serviceInfoCard3__text{font-size:1rem;font-weight:300;text-align:justify;line-height:1.6rem}.serviceInfoCard3 hr{display:none}.serviceInfoCard3__image-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%}.serviceInfoCard3__hero-image-small{width:80%;max-width:600px}.serviceInfoCard3__link{display:flex;justify-content:center;align-items:center;width:165px;height:48px;border-radius:4px;background-color:#fcb040;font-size:1rem;font-weight:700;color:#fff;align-self:center}.serviceInfoCard3__link--desktop{display:none}@media screen and (min-width: 420px){.serviceInfoCard3__wrapper-main{padding:1rem 2rem 3rem}}@media screen and (min-width: 500px){.serviceInfoCard3__image-wrapper{flex-direction:row;gap:1rem}.serviceInfoCard3__hero-image-small{height:200px}}@media screen and (min-width: 640px){.serviceInfoCard3__wrapper-main{padding:1rem 3rem 3rem}}@media screen and (min-width: 768px){.serviceInfoCard3__wrapper-main{padding:1rem 4rem 3rem;gap:4rem}.serviceInfoCard3__wrapper{flex-direction:row}.serviceInfoCard3__text{font-size:1.1rem;line-height:1.8rem;color:#808285}.serviceInfoCard3 hr{display:flex;border:.5px solid #e0e0e0}.serviceInfoCard3__link{width:330px;margin-top:30px}.serviceInfoCard3__link--mobile{display:none}.serviceInfoCard3__link--desktop{display:flex}}@media screen and (min-width: 950px){.serviceInfoCard3__wrapper-main{padding:1rem 4rem 3rem}.serviceInfoCard3__main-heading{font-size:1.8rem}.serviceInfoCard3 hr{display:flex;border:.5px solid #e0e0e0}.serviceInfoCard3__text-content{width:100%;gap:1.5rem;max-width:500px}.serviceInfoCard3__article h2{text-align:left;font-size:1.5rem!important;font-weight:600;align-self:flex-start}.serviceInfoCard3__image-wrapper{display:flex;justify-content:space-between;align-items:center;gap:1rem}.serviceInfoCard3__hero-image-small{width:50%;height:250px!important}}@media screen and (min-width: 1024px){.serviceInfoCard3__wrapper{gap:3rem;align-self:center}}@media screen and (min-width: 1200px){.serviceInfoCard3__wrapper-main{padding:1rem 3rem 5rem}.serviceInfoCard3__wrapper{max-width:1400px;gap:4rem;align-self:center}.serviceInfoCard3__article{max-width:500px}.serviceInfoCard3__hero-image-small{height:300px!important}}@media screen and (min-width: 768px){.about-services__card{max-width:100%!important}}@media screen and (min-width: 950px){.about-services__wrapper{grid-template-columns:repeat(4,minmax(0,1fr))!important}.about-services__wrapper--wrapper2{grid-template-columns:repeat(3,minmax(0,1fr))!important}.about-services__card{max-width:320px!important}}.yellow-card{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:3rem}.yellow-card__img-wrapper{width:100px;height:200px}.yellow-card__cards-wrapper{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));row-gap:2rem;column-gap:1rem}.yellow-card__link{display:flex;justify-content:center;align-items:center;width:165px;height:48px;border-radius:4px;background-color:#fcb040;font-size:1rem;font-weight:700;color:#fff;align-self:center}.yellow-card__skeleton-wrapper{width:100%;display:flex;justify-content:center;align-items:center;align-self:center}.yellow-card__skeleton-wrapper span{width:100%;max-width:500px;height:80px;align-self:center}@media screen and (min-width: 600px){.yellow-card__cards-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width: 768px){.yellow-card__link{width:330px}}.ensemble__main-wrapper{padding-top:0!important}.ensemble__main-wrapper>div>p{max-width:800px;text-align:center;font-size:1.1rem;line-height:25px}@media screen and (min-width: 768px){.ensemble__wrapper{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media screen and (min-width: 1200px){.ensemble__image{max-width:1600px;height:700px}}.contact{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem;padding:.5rem 1rem 1rem}.contact__wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;align-self:center;gap:2rem}.contact__text-content{display:flex;flex-direction:column;gap:2rem}.contact__article{display:flex;flex-direction:column;gap:1rem}.contact__article h2{width:100%;color:#fcb040;text-align:center;font-size:1.3rem!important;align-self:center}.contact__text-wrapper{display:flex;flex-direction:column}.contact__text{font-size:1rem;font-weight:300;text-align:center;line-height:1.6rem}.contact__business-details p>span:first-of-type{font-weight:700}.contact__business-details li:last-child>p>span:last-of-type{border-bottom:1px solid #000000}.contact__image{display:flex;justify-content:center;align-items:center;width:100%;max-width:800px;height:300px;align-self:center;position:relative;border-radius:4px}.contact__image img{border-radius:4px}.contact hr{width:100%;border:.5px solid #e0e0e0;display:none}@media screen and (min-width: 420px){.contact{padding:1rem 1rem 2rem}.contact__image--hero{height:auto}}@media screen and (min-width: 640px){.contact{padding:2rem 2rem 3rem}}@media screen and (min-width: 768px){.contact{padding:3rem 2rem;gap:3rem}.contact__wrapper{flex-direction:row;justify-content:space-between}.contact__text-content{width:50%;gap:1.5rem;max-width:500px}.contact__article h2{text-align:left;font-size:1.5rem!important;font-weight:600;align-self:flex-start}.contact__text{font-size:1.1rem;color:#808285;line-height:1.8rem;text-align:left}.contact hr{display:flex}.contact__image{width:50%;max-width:700px}}@media screen and (min-width: 820px){.contact{padding:3rem 3rem 1rem}}@media screen and (min-width: 1024px){.contact{padding:5rem 3rem 1rem}}@media screen and (min-width: 1200px){.contact__wrapper{max-width:1200px}.contact__image{height:400px}}.contact-form{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;color:#fff;margin-top:1rem}.contact-form__wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:2rem;width:100%}.contact-form__heading{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;gap:1rem}.contact-form__heading h2{text-align:center;color:#fff!important}.contact-form__heading p{text-align:center;font-weight:300}.contact-form__input-container{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;max-width:800px;gap:1.5rem;background-color:#fff;padding:3rem 1.5rem;border-radius:10px;box-shadow:0 4px 4px #00000025}.contact-form__input-wrapper{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));justify-content:space-between;align-items:center;width:100%;gap:2rem;background-color:#fff}.contact-form__label{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.contact-form__input{width:100%;border-radius:4px;padding:.6rem 1rem;background-color:#f8f8f8;border:0;font-size:.9rem;font-family:Instrument Sans,serif}.contact-form__input::placeholder{color:#111}.contact-form__sign-up-btn{background-color:#fcb040;border-radius:4px;width:165px;height:48px;transform:translateY(20px);color:#fff;font-weight:700;margin-top:20px}@media screen and (min-width: 600px){.contact-form hr{width:100%;border:.5px solid #e0e0e0;margin:.5rem 0}.contact-form__input-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-form__text-area{grid-column:1/-1;max-width:600px;margin-top:1rem}.contact-form__text-area-input{background-color:#0000;border:1px solid rgba(215,162,52,.3137254902)}.contact-form__sign-up-btn{width:185px;align-self:flex-end;background-image:linear-gradient(to right,#d7a234,#e3ac38)}}@media screen and (min-width: 768px){.contact-form__input-container{padding:4rem 3rem}.contact-form__heading p{font-size:1.2rem;line-height:25px;max-width:750px}}@media screen and (min-width: 1024px){.contact-form__heading h2{font-size:1.6rem!important}}@media screen and (min-width: 1200px){.contact-form__heading{max-width:1400px}.contact-form__heading p{font-size:1.3rem;line-height:30px}}@media screen and (min-width: 1500px){.contact-form__heading{max-width:1400px}}.cofounders__wrapper{width:100%;display:flex;flex-direction:column;align-items:center;gap:2rem}.cofounders__wrapper h2{color:#fcb040}.cofounders hr{width:100%;border:.5px solid #e0e0e0}.cofounders__container{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;gap:4rem}.cofounders__item-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1rem}.cofounders__desc-wrapper{display:flex;flex-direction:column;gap:1rem}.cofounders__desc-wrapper p{font-style:italic;line-height:25px;font-size:1.1rem;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:1rem}.cofounders__desc-wrapper p span{display:block}.cofounders__image-wrapper{width:100%;display:flex;flex-direction:column-reverse;gap:1rem}.cofounders__image{max-width:400px;align-self:center;border-radius:10px}.cofounders__image--no-image{width:100%;background-color:#6969693a;max-width:320px;height:444px!important;border-radius:10px;display:flex;justify-content:center;align-items:center}.cofounders__image img{border-radius:10px}.cofounders__name-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:.5rem}.cofounders__name-wrapper-desktop{display:none}.cofounders__name{font-weight:700;font-size:1.1rem}.cofounders__title{color:#666}@media screen and (min-width: 768px){.cofounders__wrapper{gap:1rem;max-width:1200px;align-self:center}.cofounders h2{width:100%;text-align:flex-start}.cofounders__item-wrapper{justify-content:space-between;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.cofounders__top-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse;gap:2rem;width:100%;grid-column:1/-1}.cofounders__image-wrapper{flex-direction:column;max-width:300px}.cofounders__image{width:300px;height:auto;align-self:flex-start}.cofounders__image--no-image{max-width:320px!important;height:350px!important}.cofounders__desc-wrapper p{color:#808285;font-size:1.2rem;line-height:30px;align-self:flex-start}.cofounders__name-wrapper-mobile{display:none}.cofounders__name-wrapper-desktop{display:flex;align-items:flex-start;width:100%;grid-column:1;width:300px}.cofounders__name{width:150px;text-align:left;font-size:1.2rem}.cofounders__title{font-size:1.2rem}}@media screen and (min-width: 1024px){.cofounders__top-wrapper{align-items:flex-start}}@media screen and (min-width: 1300px){.cofounders__desc-wrapper{margin-top:2rem}}.clients{padding-top:2rem}.clients__wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;padding:2rem 0;gap:2rem}.clients__logo-wrapper{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.clients__logo{width:40%}@media screen and (min-width: 420px){.clients__logo-wrapper{max-width:1200px;align-self:center}.clients__logo{width:20%}}@media screen and (min-width: 500px){.clients__logo{width:28%}}@media screen and (min-width: 768px){.clients__logo{width:12%}}.aok-service-info-card{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem;padding:.5rem 1rem 4rem}.aok-service-info-card__main-heading{width:100%;text-align:center;color:#fcb040;font-size:1.3rem}.aok-service-info-card__wrapper-main{width:100%;display:flex;justify-content:center;flex-direction:column;gap:1rem}.aok-service-info-card__wrapper{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;align-self:center;gap:2rem}.aok-service-info-card__article,.aok-service-info-card__text-content{width:100%;display:flex;flex-direction:column;gap:1rem}.aok-service-info-card__text-wrapper{display:flex;flex-direction:column}.aok-service-info-card__text{font-size:1rem;text-align:justify;line-height:1.6rem}.aok-service-info-card__image{display:flex;justify-content:center;align-items:center;width:100%;max-width:700px;height:400px;align-self:center;position:relative;margin:1rem 0}.aok-service-info-card__image iframe{width:100%;height:100%;object-fit:cover;border:0}.aok-service-info-card__image p{color:#808285;font-size:.9rem}.aok-service-info-card__link{display:flex;justify-content:center;align-items:center;width:165px;height:48px;border-radius:4px;background-color:#fcb040;font-size:1rem;font-weight:700;color:#fff;align-self:center}.aok-service-info-card__support-wrapper{margin-top:1rem}@media screen and (min-width: 420px){.aok-service-info-card{padding:1rem 1rem 2rem}.aok-service-info-card__image--hero{height:auto}}@media screen and (min-width: 640px){.aok-service-info-card{padding:2rem 2rem 3rem}}@media screen and (min-width: 768px){.aok-service-info-card{padding:2rem 2rem 3rem;gap:3rem}.aok-service-info-card__main-heading{font-size:1.8rem}.aok-service-info-card__wrapper{flex-direction:row-reverse;justify-content:space-between}.aok-service-info-card__wrapper--no-heading{justify-content:center}.aok-service-info-card__wrapper--reversed{flex-direction:row}.aok-service-info-card__text-content{width:100%;gap:1.5rem}.aok-service-info-card__article h2{text-align:left;font-size:1.5rem!important;font-weight:600;align-self:flex-start}.aok-service-info-card__text{font-size:1.1rem;color:#808285;line-height:1.8rem}.aok-service-info-card__hr--has-line{display:flex}.aok-service-info-card__hr--has-line hr{width:100%;border:.5px solid #e0e0e0}.aok-service-info-card__image{width:100%}.aok-service-info-card__image p{font-size:1rem}.aok-service-info-card__image--no-heading{width:100%}.aok-service-info-card__link{width:330px}}@media screen and (min-width: 820px){.aok-service-info-card{padding:1rem 3rem 5rem}}@media screen and (min-width: 1200px){.aok-service-info-card__wrapper{max-width:1200px}}.auth-layout{width:100%;min-height:100dvh;display:flex;justify-content:space-between;align-items:center;flex-direction:column;background-color:#fff;font-family:Poppins,sans-serif}.auth-layout__logo-wrapper{width:200px;position:fixed;z-index:20;background-color:inherit;padding:1rem;display:flex;justify-items:flex-start}.auth-layout__logo{width:200px;align-items:center}.auth-layout__logo img{width:70%}.auth-layout__outlet-wrapper{width:100%;min-height:100dvh;display:flex;justify-content:center;align-items:center}@media screen and (min-width: 1024px){.auth-layout__logo-wrapper{background-color:transparent;top:20px;left:20px}.auth-layout__logo{transform:translate(0)}.auth-layout__logo img{width:80%}}.login{width:100%;display:flex;justify-content:center;align-items:center}.login__left-wrapper{background-color:#ffb41433;display:flex;justify-content:center;align-items:center;display:none}.login__form-wrapper{width:100%;display:flex;justify-content:center;align-items:center;padding:6rem 1rem 2rem}.login__form{width:100%;gap:2rem}@media screen and (min-width: 500px){.login__form-wrapper{padding:0 2rem 2rem}}@media screen and (min-width: 1024px){.login{min-height:100dvh}.login__left-wrapper{min-height:100dvh;display:flex;width:50%}.login__form-wrapper{min-height:100dvh;width:50%}}.forgot-password input{background-color:transparent;border:1px solid #DEDEDE}.reset-password{width:100%;min-height:100dvh;background-color:#fafafa}.reset-password input{background-color:transparent;border:1px solid #DEDEDE}.reset-password-on-login{width:100%;min-height:100dvh;display:flex;align-items:center;justify-content:center;background-color:#fafafa}.reset-password-on-login__form-wrapper{width:90%;max-width:800px;align-self:center;background-color:#fff;border-radius:5px;padding:2rem 1rem 4rem;display:flex;flex-direction:column;gap:4rem}.reset-password-on-login h1{text-align:center;font-size:1.3rem;font-weight:600}.reset-password-on-login h2{font-size:1.2rem;font-weight:500;text-align:left;align-items:flex-start}.reset-password-on-login form{display:flex;flex-direction:column;gap:2rem}.reset-password-on-login label{font-size:1rem}.reset-password-on-login input{border:1px solid #dedede;background-color:#fafafa}@media screen and (min-width: 320px){.reset-password-on-login__form-wrapper{padding:3rem 2rem 5rem}}@media screen and (min-width: 500px){.reset-password-on-login__form-wrapper{padding:3rem 3rem 5rem}}.form{width:100%;max-width:500px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:4rem}.form__header{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.5rem}.form h1{font-size:1.5rem;font-weight:500}.form p{font-weight:300;text-align:center}.form form{width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1.9rem}.form__forgot-passsword-link{align-self:flex-end;color:#fcb040;font-weight:600;font-size:.85rem;transform:translateY(-10px)}.form__button{width:100%;margin-top:1rem}@media screen and (min-width: 768px){.form h1{font-size:2rem}}.custom-input{width:100%}.custom-input__label{width:100%;display:flex;flex-direction:column;font-weight:400;font-size:1rem}.custom-input__input{width:100%;background-color:#e5e5e580;border-radius:7px;border:0;padding:.8rem 1rem;margin-top:.5rem;font-size:.9rem;color:#666666b2;font-family:inherit;font-weight:300}.custom-input__input:focus{outline:1px solid #FCB040}@media screen and (min-width: 768px){.custom-input__label{font-size:1.1rem}.custom-input__input{font-size:1rem}}.password-input{width:100%;position:relative}.password-input input{padding-right:3.5rem}.password-input__error{color:#f33;justify-content:flex-start;display:flex;margin-top:.32rem}.password-input__icon{position:absolute;right:15px;top:45.5px}.password-input__icon--no-label{top:22px}.password-input__icon path{fill:#fcb040}.filled-button{background-color:#fcb040;border-radius:7px;width:100%;padding:.8rem 0;display:flex;justify-content:center;align-items:center;color:#fff;font-family:inherit;font-weight:500;font-size:1.1rem}.otp-modal{width:100%;min-height:100dvh;position:absolute;z-index:25}.otp-modal__overlay{background-color:#00000060;min-height:100dvh;display:flex;justify-content:center;align-items:center}.otp-modal__content{width:95%;max-width:530px;background-color:#fff;border-radius:9px;padding:2rem 2rem 4rem;font-family:Poppins,sans-serif;display:flex;flex-direction:column;justify-content:flex-start;gap:2rem}.otp-modal__header{width:100%;display:flex;justify-content:space-between;align-items:center}.otp-modal h2{width:calc(100% - 20px);font-size:1rem;font-weight:600;align-self:center;text-align:center;color:#333}.otp-modal__input-wrapper{width:100%;max-width:350px;align-self:center;display:flex;justify-content:space-between;align-items:center;margin-top:2rem}.otp-modal__input{width:12%;border:0!important;border-bottom:2px solid #c4c4c4!important;text-align:center;font-size:1.3rem;font-weight:500!important;font-family:inherit;padding:.3rem}.otp-modal__btn-wrapper{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.otp-modal__btn-wrapper button:first-child{transform:translateY(3px);width:150px;font-weight:400}.otp-modal__resend{width:100%;color:#eb2128;font-weight:500;align-self:center;text-align:center;margin-top:1rem;font-family:inherit}.success-modal{width:100%;min-height:100dvh;position:absolute;display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:25}.success-modal__content{width:95%;max-width:660px;height:500px;background-color:#fff;border-radius:9px;padding:2rem 0 0;font-family:Poppins,sans-serif;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:2rem}.success-modal__top{width:100%;height:90%;align-self:center;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:3rem}.success-modal h2{width:calc(100% - 20px);font-size:1.2rem;font-weight:600;align-self:center;text-align:center;color:#333}.success-modal p{font-weight:300}.success-modal__button{align-self:flex-end;width:100%;background-color:#f2f2f2;color:#fcb040;font-weight:500;text-align:center;margin-top:1rem;font-family:inherit;border-radius:0 0 9px 9px;padding:.8rem 0}.personal-information-form{width:100%;min-height:100dvh;background-color:#fafafa;justify-content:center;align-items:center;display:flex;flex-direction:column;gap:2rem;font-family:Poppins,sans-serif;padding:2rem 0;margin-top:5rem}.personal-information-form h2{font-weight:500;font-size:1.5rem}.personal-information-form__img-container{position:relative}.personal-information-form__img{width:118px;height:118px;border:1px solid #FCB040;border-radius:50%}.personal-information-form__icon{position:absolute;bottom:0;right:20px;width:20px;height:20px;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:#fcb040}.personal-information-form__icon input{opacity:0;width:0;height:0;pointer-events:none}.personal-information-form__icon span{transform:translateY(3px)}.personal-information-form__form{width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1.4rem;padding:0 2rem}.personal-information-form__label{width:100%;display:flex;flex-direction:column}.personal-information-form__input{background-color:#fff;border:1px solid #DEDEDE;padding:.8rem 1rem;font-family:inherit;font-size:1rem;margin-top:.5rem;border-radius:7px}.personal-information-form__input:focus{outline:1px solid #FCB040}.personal-information-form__select-input{padding:0 1rem}.personal-information-form__select-input:focus{outline:1px solid #FCB040}.personal-information-form__select{width:100%;font-size:1rem;font-family:inherit;border:0;padding:.8rem 0}.personal-information-form__select:focus{outline:1px solid transparent}.personal-information-form button{margin-top:1rem}@media screen and (min-width: 640px){.personal-information-form{justify-content:flex-start}.personal-information-form form{flex-direction:row;flex-wrap:wrap;max-width:1000px}.personal-information-form form label{width:47%}.personal-information-form form label:nth-child(5){flex-grow:2}}.dashboard-home{width:100%;padding:1rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));justify-content:space-between;column-gap:1.3rem;row-gap:1.5rem;font-family:Inter,sans-serif}.dashboard-layout-header{width:100%;display:flex;justify-content:center;align-items:center;background-color:#fff;font-family:Inter,sans-serif}.dashboard-layout-header__wrapper{width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:column;padding:1.5rem 1.5rem 0;gap:1rem}.dashboard-layout-header__heading{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:.5rem;position:relative}.dashboard-layout-header__menu-icon{position:absolute;left:0}.dashboard-layout-header h1,.dashboard-layout-header h2{font-family:inherit}.dashboard-layout-header h1{font-size:1rem}.dashboard-layout-header h2{font-weight:300}.dashboard-layout-header__back-button{position:absolute;top:2px;right:-12px;display:flex;justify-content:center;align-items:center;gap:.2rem;font-size:.9rem}.dashboard-layout-header__back-button span:first-of-type{transform:translateY(2px);background-color:transparent!important}.dashboard-layout-header__desktop-desc{display:none}.dashboard-layout-header__user-info-container{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.5rem;padding:.8rem 0}.dashboard-layout-header__mobile-desc,.dashboard-layout-header__desktop-desc{font-size:1rem}.dashboard-layout-header__user-info-wrapper{display:flex;justify-content:space-between;align-items:center;gap:2rem}.dashboard-layout-header__notification-wrapper{position:relative;display:flex;justify-content:center;align-items:center}.dashboard-layout-header__notification-count{background-color:#fcb040;width:20px;height:20px;border-radius:50%;display:flex;justify-content:center;align-items:center;position:absolute;top:-5px;right:-8px}.dashboard-layout-header__notification-count p{font-size:.6rem;font-weight:600;color:#fff}.dashboard-layout-header__user-info{display:flex;justify-content:space-between;align-items:center;gap:1rem}.dashboard-layout-header__img{border:1px solid #FCB040;width:50px;height:50px;border-radius:50%;overflow:hidden}.dashboard-layout-header__arrow-btn{display:flex;justify-content:center;align-items:center}.dashboard-layout-header__arrow-btn svg{width:20px;height:20px}@media screen and (min-width: 320px){.dashboard-layout-header h1{font-size:1.2rem}.dashboard-layout-header__back-button{top:3px}}@media screen and (min-width: 475px){.dashboard-layout-header h1{font-size:1.1rem}.dashboard-layout-header__back-button{font-size:1rem;top:1px}}@media screen and (min-width: 640px){.dashboard-layout-header{height:97px;padding:1rem 2rem}.dashboard-layout-header__wrapper{flex-direction:row;padding:0}.dashboard-layout-header__heading{justify-content:flex-start;align-items:flex-start}.dashboard-layout-header__heading-text{display:flex;flex-direction:column;gap:.3rem;padding-right:50px;transform:translate(50px)}.dashboard-layout-header__heading-text--show h2{font-size:.8rem}.dashboard-layout-header__heading-text--show button{transform:translateY(5px)}.dashboard-layout-header__back-button{position:static;align-self:flex-start;transform:translate(-3px,3px)}.dashboard-layout-header__desktop-desc{display:flex;white-space:wrap}.dashboard-layout-header__mobile-desc{display:none}.dashboard-layout-header__menu-icon{transform:translateY(-50%);top:55%}.dashboard-layout-header__user-info-container{padding:0;max-width:260px;flex-wrap:nowrap;justify-content:flex-end}}@media screen and (min-width: 768px){.dashboard-layout-header__menu-icon{display:none}.dashboard-layout-header__heading-text{transform:translate(0)}.dashboard-layout-header__heading-text--show{padding-right:20px}.dashboard-layout-header__heading-text--show h2{font-size:.8rem}.dashboard-layout-header__heading-text--show button{transform:translateY(5px)}}@media screen and (min-width: 850px){.dashboard-layout-header__desktop-desc{font-size:1rem}}@media screen and (min-width: 1024px){.dashboard-layout-header__heading-text--show h2{font-size:1rem}.dashboard-layout-header__heading-text--show button{transform:translateY(0)}}@media screen and (min-width: 1300px){.dashboard-layout-header{padding:1rem 3rem}}.sidebar{width:100%;min-height:100vh;transition:.3s all linear}.sidebar__wrapper{width:100%;max-width:270px;min-height:100dvh;background-color:#f5f5f5;padding:1rem 1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-direction:column;overflow-y:scroll}.sidebar__logo-wrapper{position:relative;display:flex;justify-content:center;align-items:center}.sidebar__logo-wrapper div{width:100%}.sidebar__menu-icon{transform:translateY(8px)}.sidebar__nav{width:100%;height:calc(100dvh - 150px);display:flex;justify-content:space-between;align-items:center;flex-direction:column;padding-bottom:2rem}.sidebar__top-nav,.sidebar__bottom-nav{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:.5rem}.sidebar__nav-item-wrapper{width:100%;display:flex;justify-content:center;align-items:center;padding:1rem;transition:.3s all linear;cursor:pointer}.sidebar__nav-item-wrapper--active{background-color:#fcb040;border-radius:12px}.sidebar__nav-item{width:100%;display:flex;align-items:center;gap:1rem;transition:.3s all linear}.sidebar__span{display:flex;justify-content:center;align-items:center;width:20px;height:20px;align-self:center;transition:.3s all linear}.sidebar__span svg{width:100%;height:100%}.sidebar__span svg{color:#000;transition:.3s all linear}.sidebar__span--active svg{color:#fff}.sidebar__nav-item-desc{width:calc(100% - 40px);display:flex;justify-content:space-between;align-items:center}.sidebar__nav-item-desc p{font-weight:500}.sidebar__nav-item-desc2 p{font-weight:300}.sidebar__dropdown-arrow{transform:translateY(3px)}.sidebar__submenu{display:flex;flex-direction:column;gap:2rem;padding:1rem 0;cursor:pointer}.sidebar__submenu-item{transition:.3s all linear}.sidebar__submenu-item--active{color:#fcb040;font-weight:500}@media screen and (min-width: 768px){.sidebar{width:60px}.sidebar--show{width:270px}.sidebar__wrapper{width:60px;display:flex;flex-direction:column;padding:.5rem;transition:.3s all linear}.sidebar__wrapper--show{width:100%}.sidebar__logo-wrapper{width:100%;transform:translateY(20px);align-items:center;justify-content:space-between}.sidebar__logo-wrapper div{width:180px;display:none;transition:.3s all linear}.sidebar__logo-wrapper--show{transform:translateY(0)}.sidebar__logo-wrapper--show div{display:flex}.sidebar__menu-icon{transform:translateY(0)}.sidebar__menu-icon--show{transform:translateY(8px)}.sidebar__nav-item-wrapper{padding:1rem 0;border-radius:5px}.sidebar__nav-item-wrapper--show{padding:1rem;border-radius:12px}.sidebar__nav-item{display:flex;justify-content:center;align-items:center;position:relative}.sidebar__nav-item-desc{display:none;transition:.3s all linear}.sidebar__nav-item-desc--show{display:flex}.sidebar__dropdown-arrow{display:none}.sidebar__dropdown-arrow--show{display:flex}.sidebar__submenu{display:none}.sidebar__submenu--show{display:flex}}@media screen and (min-width: 1024px){.sidebar{width:270px}.sidebar__wrapper{width:100%;padding:1rem 1rem 2rem}.sidebar__logo-wrapper{width:100%;transform:translateY(0);justify-content:center}.sidebar__logo-wrapper div{width:180px;display:flex;transition:.3s all linear}.sidebar__menu-icon{display:none}.sidebar__nav-item-wrapper{padding:1rem;border-radius:12px}.sidebar__nav-item{display:flex;justify-content:center;align-items:center;position:relative}.sidebar__nav-item-desc{display:flex;transition:.3s all linear}.sidebar__dropdown-arrow,.sidebar__submenu{display:flex}}.dashboard-layout{position:relative}.dashboard-layout__header,.dashboard-layout__sidebar{position:fixed}.dashboard-layout__sidebar{top:0;left:0;width:auto;min-height:100dvh;transform:translate(0);opacity:1;transition:.3s all linear;z-index:2}.dashboard-layout__sidebar--hide{opacity:0;transform:translate(-100%)}.dashboard-layout__content{width:100%}.dashboard-layout__header{width:100%;top:0;left:0;border-bottom:1px solid #DEDEDE;z-index:1}.dashboard-layout__outlet{width:100%;min-height:100dvh;background-color:#fff;align-self:flex-end;padding-top:11rem;position:relative}@media screen and (min-width: 640px){.dashboard-layout__outlet{padding-top:6rem}}@media screen and (min-width: 768px){.dashboard-layout__sidebar--hide{opacity:1;transform:translate(0)}.dashboard-layout__outlet,.dashboard-layout__header{width:calc(100% - 60px);margin-left:60px;transition:.3s all linear}.dashboard-layout__outlet--show,.dashboard-layout__header--show{width:calc(100% - 270px);margin-left:270px}}@media screen and (min-width: 1024px){.dashboard-layout__outlet,.dashboard-layout__header{width:calc(100% - 270px);margin-left:270px}}.dashboard-stat-card{width:100%;border:1px solid #DEDEDE;border-radius:12px;padding:2rem 1rem;display:flex;flex-direction:column;gap:1.5rem}.dashboard-stat-card span{width:40px;height:40px;border:1px solid #DEDEDE;border-radius:4px;display:flex;justify-content:center;align-items:center}.dashboard-stat-card span svg{color:#fcb040}.dashboard-stat-card__text-wrapper{width:100%;display:flex;flex-direction:column;gap:.3rem}.dashboard-stat-card__title{font-size:1.2rem;font-weight:400}.dashboard-stat-card__value{font-size:1.5rem}.table{width:100%;font-family:Inter,sans-serif;display:flex;flex-direction:column;padding-bottom:5rem;gap:1rem}.table__heading{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.table__heading2{width:100%;display:flex;justify-content:flex-end}.table__search-filter-wrapper{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.table__image{height:100px;width:70%}.table__label,.table__filter-btn,.table__heading-btn{display:flex;align-items:center;gap:.8rem;position:relative;font-family:inherit}.table__input,.table__filter-btn{border:1px solid #DEDEDE;border-radius:12px;height:50px}.table__label{width:100%}.table__search-icon{position:absolute;margin-left:1rem}.table__input{width:100%;padding:1.1rem 1rem 1.1rem 2.4rem;font-weight:400;color:#000}.table__input:focus{outline:1px solid #FCB040}.table input::placeholder{font-size:.9rem;font-family:inherit;font-weight:500;color:#000}.table__filter-btn-wrapper{position:relative}.table__filter-btn{padding:0 .9rem;gap:1.2rem}.table__filter-dropdown-menu{position:absolute;background-color:#fff;width:max-content;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.table__filter-dropdown-item{font-size:.9rem;cursor:pointer}.table__filter-dropdown-item--active{color:#fcb040}.table__heading-btn{background:#fcb040;padding:1rem;border-radius:4px;color:#fff;font-weight:600;display:flex;align-self:flex-end}.table__btn-wrapper{display:flex;flex-wrap:wrap;gap:1rem}.table__btn-wrapper2{display:flex;align-self:flex-end}.table__wrapper{width:100%;display:flex;flex-direction:column;overflow:auto;white-space:nowrap;gap:.5rem;padding:0 0 .5rem;table-layout:fixed;border-collapse:collapse}.table__wrapper::-webkit-scrollbar{display:none}.table__head,.table__body{width:max-content;display:flex;align-items:center}.table__head{background-color:#f5f5f5}.table__body{flex-direction:column;background-color:transparent}.table__row{width:100%;min-width:100%;max-width:100%;padding:1.5rem;display:flex;gap:2rem}.table__row--body{border-bottom:1px solid #DEDEDE}.table__row--body:hover{background-color:#f5f5f550}.table__checkbox{width:60px;display:flex;justify-content:center;align-items:center}.table__head-text{font-weight:500;font-size:1rem;color:#525252;text-align:left}.table__row-text{color:#131318;font-weight:400;font-size:.95rem;cursor:default;white-space:wrap;display:flex;align-items:center}@media screen and (min-width: 510px){.table__label{width:350px}}.skeleton{background-color:#e2e8f0;border-radius:4px;position:relative;overflow:hidden;width:100%;height:1rem}.skeleton.h-4{height:1rem}.skeleton.h-6{height:1.5rem}.skeleton.w-4{width:1rem}.skeleton.w-6{width:1.5rem}.skeleton.w-full{width:100%}.skeleton.rounded{border-radius:4px}.table-pagination{position:absolute;bottom:10px;left:0;right:0;width:100%;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.table-pagination__desc{font-weight:500}.table-pagination__desc span{color:#00000060}.table-pagination__list{display:flex;align-items:center;gap:.5rem}.table-pagination__item{transition:.3s all linear}.table-pagination__item--active{background-color:#f5f5f5}.table-pagination__btn{width:60px;height:56px;display:flex;justify-content:center;align-items:center;border-radius:8px;border:.5px solid #DEDEDE}.table-pagination__btn:hover{background-color:#f5f5f5}.table-pagination__control-btn{background-color:#f5f5f5;border:0}.pagination{display:flex;gap:1rem;flex-direction:column;padding:.75rem 1rem;border-radius:5px;margin-top:1rem;background:#fff}.pagination__info{font-size:.875rem;color:#000;display:flex;align-items:center;gap:.5rem}.pagination__info span{color:#0009}.pagination__controls{display:flex;gap:.5rem}.pagination__button{border:.5px solid rgba(0,0,0,.0509803922);background-color:#f5f5f5;padding:.4rem .8rem;min-width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;transition:background .2s;border-radius:5px}.pagination__button:disabled{cursor:not-allowed;opacity:.4}.pagination__button--active{background-color:#f5f5f5}.pagination__button svg{pointer-events:none}.pagination .toggle{background-color:#f5f5f5}@media screen and (min-width: 660px){.pagination{gap:0;flex-direction:row;justify-content:space-between;align-items:center}}.modal-wrapper{position:fixed;top:0;left:0;z-index:999;width:100%;height:100%;border:none;background:#0a0d1466;display:flex;justify-content:center;align-items:center;padding:0 1rem}.modal-wrapper--hide{display:none}.modal-wrapper__container{width:auto;z-index:20;min-width:500px;min-height:4rem;border-radius:14px;display:flex;justify-content:center;align-items:center}.modal-placeholder{padding:1rem}.modal-placeholder header{margin-bottom:1.25rem}.modal-placeholder header h1{font-size:1.5rem}.modal-placeholder ul h3{margin-bottom:.5rem}.modal-placeholder ul li{display:flex;gap:.75rem}.modal-placeholder button{margin:.5rem auto 0;font-size:.875rem}.donations{width:100%;font-family:Inter,sans-serif;padding:1rem;display:flex;flex-direction:column;gap:2rem}.donations__stat-wrapper{width:100%;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));column-gap:1.3rem;row-gap:1.5rem}.donations__table-wrapper{width:100%;align-self:center}@media screen and (min-width: 320px){.donations__stat-wrapper{padding:0 1rem}}@media screen and (min-width: 768px){.donations__stat-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}.donations__stat-wrapper--show{grid-template-columns:repeat(1,minmax(0,1fr))}}@media screen and (min-width: 1024px){.donations__stat-wrapper{grid-template-columns:repeat(2,minmax(0,370px))}}.donation-form-modal{width:100%;min-height:100dvh;position:fixed;top:0;left:0;z-index:20}.donation-form-modal__overlay{width:100%;height:100dvh;display:flex;justify-content:center;align-items:center;background-color:#00000090}.donation-form-modal__form-content{background-color:#fff;width:90%;max-width:600px;border-radius:14px 14px 0 0;display:flex;justify-content:space-between;align-items:center;flex-direction:column;padding-bottom:1rem}.donation-form-modal header{width:100%;background-color:#fcb040;display:flex;justify-content:center;align-items:center;padding:1.3rem 0;border-radius:14px 14px 0 0;color:#fff;font-weight:700}.donation-form-modal__input-container{width:100%;padding:1rem;max-width:500px;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;align-self:center;gap:6rem}.donation-form-modal__input-wrapper{width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:1.1rem}.donation-form-modal__label{width:100%}.donation-form-modal__input,.donation-form-modal__option-wrapper,.donation-form-modal__select{width:100%;border:1px solid #79747E;padding:1rem;border-radius:4px;font-family:inherit;font-size:1rem;color:#000;transition:.3s all linear}.donation-form-modal__input:focus,.donation-form-modal__option-wrapper:focus,.donation-form-modal__select:focus{outline:1px solid #FCB040;border:1px solid transparent}.donation-form-modal__option-wrapper{padding:0 1rem 0 0}.donation-form-modal input::placeholder{color:#000}.donation-form-modal__select{border:0}.donation-form-modal__select:focus{outline:none}.donation-form-modal__btn-wrapper{background-color:#fcb040;width:100%;border-radius:4px}.donation-form-modal__success-content{width:90%;max-width:550px;background-color:#fff;border-radius:13px;padding:2rem 0 0;font-family:Poppins,sans-serif;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:2rem}.donation-form-modal__top{width:100%;height:90%;align-self:center;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem}.donation-form-modal h2{width:calc(100% - 20px);font-size:1.4rem;font-weight:400;align-self:center;text-align:center;color:#333}.donation-form-modal p{font-weight:300;font-size:1.2rem;text-align:center}.donation-form-modal__button{align-self:flex-end;width:100%;background-color:#fcb040;color:#fff;font-weight:700;font-size:1.3rem;text-align:center;margin-top:1rem;font-family:inherit;padding:1.2rem 0;border-radius:0 0 13px 13px}.gallery{margin:2rem 3rem}.gallery__button-container{display:flex;justify-content:flex-start;margin-bottom:20px}.gallery__add-button{text-transform:capitalize;background-color:#f7b27a;color:#fff;font-weight:600;font-size:1rem;padding:1.2rem;border-radius:13px}.gallery__container{gap:35px;display:flex;flex-wrap:wrap}.gallery__card-container{position:relative;height:450px;width:300px;padding-top:15px;background-color:#faebd7;display:flex;align-items:center;flex-direction:column;border-radius:10px;cursor:pointer;box-shadow:0 4px 20px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.gallery__card-container:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0003}.gallery__card-container:hover .gallery__overlay{opacity:1;visibility:visible}.gallery__image-container{height:350px;width:270px;border-radius:10px;overflow:hidden}.gallery__image{border-radius:10px;width:100%;height:100%;object-fit:cover}.gallery__text-container{position:absolute;bottom:37px;left:18px;gap:3px}.gallery__value{font-weight:500;color:#222;margin-bottom:2px}.gallery__overlay{position:absolute;top:0;left:0;height:100%;width:100%;background:#00000080;border-radius:10px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem;opacity:0;visibility:hidden;transition:opacity .3s ease}.gallery__button{padding:.5rem 1rem;background-color:#fff;border:none;border-radius:5px;font-weight:700;cursor:pointer;width:200px;transition:background-color .3s ease}.gallery__button:hover{background-color:#eee}.gallery__button-delete{padding:.5rem 1rem;border:1px solid #fdb022;color:#fdb022;border-radius:5px;font-weight:700;cursor:pointer;width:200px;transition:background-color .3s ease}.gallery__button-delete:hover{background-color:#fec84b;color:#fff}.gallery__skeleton-container{display:flex;flex-wrap:wrap;gap:35px}.gallery__skeleton-card{height:450px;width:300px;border-radius:10px;background-color:#f0f0f0;position:relative;overflow:hidden;animation:pulse 1.5s infinite ease-in-out}@keyframes pulse{0%{background-color:#f2f2f2}50%{background-color:#e6e6e6}to{background-color:#f2f2f2}}.gallery-detail{padding:2rem;display:flex;flex-direction:column}.gallery-detail__container{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.gallery-detail__content{display:flex;flex-wrap:wrap;gap:30px}.gallery-detail__item{border-radius:10px;overflow:hidden;box-shadow:0 4px 20px #0000001a;background-color:#f9f9f9;transition:transform .3s ease;position:relative;width:400px}.gallery-detail__item:hover{transform:scale(1.02)}.gallery-detail__item:hover .gallery-detail__overlay{opacity:1;visibility:visible}.gallery-detail__checkbox{position:absolute;top:10px;left:10px;z-index:2;width:20px;height:20px}.gallery-detail__add-button{background:#fcb040;padding:.8rem;border-radius:4px;color:#fff;font-weight:600;display:flex;align-self:flex-end}.gallery-detail__media{width:100%;height:100%;object-fit:cover;display:block;max-height:300px}.gallery-detail__overlay{position:absolute;top:0;left:0;height:100%;width:100%;background:#00000080;border-radius:10px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem;opacity:0;visibility:hidden;transition:opacity .3s ease}.gallery-detail__button{padding:.5rem 1rem;background-color:#fff;border:none;border-radius:5px;font-weight:700;cursor:pointer;width:200px;transition:background-color .3s ease}.gallery-detail__button:hover{background-color:#eee}.gallery-detail__button-delete{padding:.5rem 1rem;border:1px solid #fdb022;color:#fdb022;border-radius:5px;font-weight:700;cursor:pointer;width:200px;transition:background-color .3s ease}.gallery-detail__button-delete:hover{background-color:#fec84b;color:#fff}.gallery-detail__skeleton-container{display:flex;gap:30px}.gallery-detail__skeleton-item{height:300px;border-radius:10px;background:#f0f0f0;position:relative;overflow:hidden;animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{0%{background-color:#f0f0f0}50%{background-color:#e0e0e0}to{background-color:#f0f0f0}}.a-confirm-deact__btn--activate{color:#fff;background:#40ae49}.services{width:100%;font-family:Inter,sans-serif;padding:1rem;display:flex;flex-direction:column;gap:2rem}.services__stat-wrapper{width:100%;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));column-gap:1.3rem;row-gap:1.5rem}.services__table-wrapper{width:100%;align-self:center}@media screen and (min-width: 320px){.services__stat-wrapper{padding:0 1rem}}@media screen and (min-width: 768px){.services__stat-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}.services__stat-wrapper--show{grid-template-columns:repeat(1,minmax(0,1fr))}}@media screen and (min-width: 1024px){.services__stat-wrapper{grid-template-columns:repeat(2,minmax(0,370px))}}.manage-prep-school{width:100%;display:flex;justify-content:center;align-items:center}.manage-prep-school__form-content{background-color:#fff;width:100%;height:85dvh;border-radius:14px;display:flex;justify-content:space-between;align-items:center;flex-direction:column;padding-bottom:1rem;margin-top:1rem}.manage-prep-school header{width:100%;background-color:#fcb040;display:flex;justify-content:center;align-items:center;padding:1.3rem 0;border-radius:14px 14px 0 0;color:#fff;font-weight:700}.manage-prep-school__input-container{width:100%;max-width:1200px;padding:1rem;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;align-self:center;gap:6rem;overflow-y:scroll}.manage-prep-school__input-wrapper{width:100%;display:grid;gap:2rem}.manage-prep-school__label{width:100%;font-size:.9rem}.manage-prep-school__label--amount{position:relative}.manage-prep-school__label--amount span{position:absolute;left:0;bottom:10px;margin:0 1rem}.manage-prep-school__label--amount input{padding:.5rem 2rem}.manage-prep-school__input{width:100%;border:1px solid #79747E;padding:.5rem;border-radius:4px;font-family:inherit;font-size:1rem;color:#000;transition:.3s all linear;margin-top:.5rem}.manage-prep-school__input:focus{outline:none}.manage-prep-school__input--pre-filled{background-color:#e2eaf1}.manage-prep-school__input--skeleton{border:0}.manage-prep-school input::placeholder{color:#000}.manage-prep-school__select{border:0;padding:0;margin-top:0;background-color:transparent}.manage-prep-school__select:focus{outline:none}.manage-prep-school__upload-container,.manage-prep-school__upload-wrapper{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.manage-prep-school__upload-container{border:0;padding:0;gap:1rem}.manage-prep-school__upload-wrapper{min-height:92px;padding:1rem;margin-top:0;gap:1rem}.manage-prep-school__upload-wrapper p{font-size:.9rem!important;font-style:italic}.manage-prep-school__upload{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.manage-prep-school__upload input{position:absolute;top:0;left:0;width:0;height:0;opacity:0}.manage-prep-school__error{color:#eb2128;font-size:.8rem!important;font-style:italic;text-align:left!important;margin-top:.4rem}.manage-prep-school__error--banner{width:100%;align-self:flex-start;margin-top:0rem}.manage-prep-school__btn-wrapper,.manage-prep-school__view-image-btn{background-color:#fcb040;width:100%;max-width:500px;align-self:center;border-radius:4px}.manage-prep-school__btn-wrapper--skeleton,.manage-prep-school__view-image-btn--skeleton{background-color:transparent;height:50px}.manage-prep-school__view-image-btn{border:1px solid #FCB040;max-width:500px;background-color:transparent;border-radius:4px;width:100%;padding:1rem 0;display:flex;justify-content:center;align-items:center;color:#fcb040;font-family:inherit;font-weight:500;font-size:.9rem}.manage-prep-school__success-content{width:100%;max-width:550px;background-color:#fff;border-radius:13px;padding:2rem 0 0;font-family:Poppins,sans-serif;align-self:center;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:2rem}.manage-prep-school__top{width:100%;height:90%;align-self:center;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem}.manage-prep-school h2{width:calc(100% - 20px);font-size:1.4rem;font-weight:400;align-self:center;text-align:center;color:#333}.manage-prep-school p{font-weight:300;font-size:1.2rem;text-align:center}.manage-prep-school__button{align-self:flex-end;width:100%;background-color:#fcb040;color:#fff;font-weight:700;font-size:1.3rem;text-align:center;margin-top:1rem;font-family:inherit;padding:1.2rem 0;border-radius:0 0 13px 13px}@media screen and (min-width: 375px){.manage-prep-school__input-container{padding:1rem 2rem}}@media screen and (min-width: 640px){.manage-prep-school__label--amount span{bottom:12px}.manage-prep-school__upload-container,.manage-prep-school__desc{grid-column:1/-1}}@media screen and (min-width: 1024px){.manage-prep-school__form-content{height:90dvh;max-width:1300px}.manage-prep-school__input-container{padding:1rem 5rem}.manage-prep-school__input-wrapper{gap:2.5rem}.manage-prep-school__label--amount span{bottom:10px}}.aok-media-form{width:100%;min-height:100dvh;position:fixed;top:0;left:0;z-index:20}.aok-media-form__overlay{width:100%;height:100dvh;display:flex;justify-content:center;align-items:center;background-color:#00000090}.aok-media-form__form-content{background-color:#fff;width:90%;max-width:600px;border-radius:14px 14px 0 0;display:flex;justify-content:space-between;align-items:center;flex-direction:column;padding-bottom:1rem;max-height:90%}.aok-media-form header{width:100%;background-color:#fcb040;display:flex;justify-content:center;align-items:center;padding:1.3rem 0;border-radius:14px 14px 0 0;color:#fff;font-weight:700}.aok-media-form__input-container{width:100%;padding:1rem;max-width:500px;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;align-self:center;gap:2rem;height:550px;overflow:scroll}.aok-media-form__input-container::-webkit-scrollbar{display:none}.aok-media-form__input-wrapper{width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:1.1rem}.aok-media-form__label{width:100%}.aok-media-form__input,.aok-media-form__option-wrapper,.aok-media-form__select{width:100%;border:1px solid #79747e;padding:1rem;border-radius:4px;font-family:inherit;font-size:1rem;color:#000;transition:.3s all linear}.aok-media-form__input:focus,.aok-media-form__option-wrapper:focus,.aok-media-form__select:focus{outline:1px solid #FCB040;border:1px solid transparent}.aok-media-form__input--pre-filled,.aok-media-form__option-wrapper--pre-filled,.aok-media-form__select--pre-filled{background-color:#e2eaf1}.aok-media-form__option-wrapper{padding:0 1rem 0 0}.aok-media-form input::placeholder{color:#000}.aok-media-form__select{border:0}.aok-media-form__select:focus{outline:none}.aok-media-form__btn-wrapper{background-color:#fcb040;width:100%;border-radius:4px}.aok-media-form__success-content{width:90%;max-width:550px;background-color:#fff;border-radius:13px;padding:2rem 0 0;font-family:Poppins,sans-serif;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:2rem}.aok-media-form__top{width:100%;height:90%;align-self:center;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem}.aok-media-form h2{width:calc(100% - 20px);font-size:1.4rem;font-weight:400;align-self:center;text-align:center;color:#333}.aok-media-form p{font-weight:300;font-size:1.2rem;text-align:center}.aok-media-form__button{align-self:flex-end;width:100%;background-color:#fcb040;color:#fff;font-weight:700;font-size:1.3rem;text-align:center;font-family:inherit;padding:1.2rem 0;border-radius:0 0 13px 13px}.aok-media-form__label-text{display:block;margin-bottom:8px;font-weight:500;color:#333}.aok-media-form__input[type=file]{padding:10px;border:1px solid #79747e;border-radius:4px;background-color:#fff;cursor:pointer}.aok-media-form__image-preview{margin-top:8px;display:flex;justify-content:center;height:150px;width:150px;object-fit:cover}.aok-media-form__preview-img{max-height:200px;object-fit:cover;border-radius:8px;border:1px solid #ddd}.add-admin-user{width:100%;padding:3rem 0}.add-admin-user__wrapper{width:100%;display:flex;justify-content:center;align-items:center}.add-admin-user__form-content{background-color:#fff;width:90%;max-width:1060px;border:1px solid #DEDEDE;border-radius:14px;display:flex;justify-content:center;align-items:center;flex-direction:column;justify-content:space-between;padding-bottom:1rem}.add-admin-user__bottom{display:flex;width:100%}.add-admin-user header{width:100%;background-color:#fcb040;display:flex;justify-content:center;align-items:center;padding:1.3rem 0;border-radius:14px 14px 0 0;color:#fff;font-weight:700}.add-admin-user__input-container{width:100%;padding:1rem 1rem 10rem;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;align-self:center;gap:5rem}.add-admin-user__input-wrapper{width:100%;max-width:950px;align-self:center;display:grid;grid-template-columns:repeat(1,repeat(0,1fr));gap:1.1rem}.add-admin-user__input-wrapper p{font-size:.95rem!important;color:#666;margin:.5rem 0 2.5rem;grid-column:1/-1}.add-admin-user__label{width:100%;font-size:.9rem;color:#666;font-weight:400;font-family:inherit}.add-admin-user__label--designation{grid-column:1/-1}.add-admin-user__input,.add-admin-user__option-wrapper,.add-admin-user__select{width:100%;border:1px solid rgba(208,208,208,.3137254902);padding:1rem;border-radius:4px;font-family:Inter,sans-serif;font-size:1rem;color:#666;transition:.3s all linear;margin-top:.5rem}.add-admin-user__input:focus,.add-admin-user__option-wrapper:focus,.add-admin-user__select:focus{outline:1px solid #FCB040;border:1px solid transparent}.add-admin-user__input--pre-filled,.add-admin-user__option-wrapper--pre-filled,.add-admin-user__select--pre-filled{background-color:#e2eaf1}.add-admin-user__option-wrapper{padding:0 1rem 0 0}.add-admin-user input::placeholder{color:#666;font-weight:400}.add-admin-user__select{border:0;margin-top:0}.add-admin-user__select:focus{outline:none}.add-admin-user__btn-wrapper{width:100%;border-radius:4px;display:flex;justify-content:center;align-items:center}.add-admin-user__btn-wrapper button{width:100%;max-width:500px;align-items:center}.add-admin-user__modal{width:100%;min-height:100dvh;position:fixed;top:0;left:0;z-index:20}.add-admin-user__overlay{width:100%;height:100dvh;display:flex;justify-content:center;align-items:center;background-color:#00000090}.add-admin-user__overlay-delete{width:100%;height:100dvh;display:flex;justify-content:center;align-items:center}.add-admin-user__success-content{width:90%;max-width:550px;background-color:#fff;border-radius:13px;padding:2rem 0 0;font-family:Poppins,sans-serif;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:2rem}.add-admin-user__success-content-delete{width:90%;max-width:550px;border-radius:13px;padding:2rem 0 0;font-family:Poppins,sans-serif;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:2rem;background-color:#dadada}.add-admin-user__top{width:100%;height:90%;align-self:center;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem}.add-admin-user h2{width:calc(100% - 20px);font-size:1.4rem;font-weight:400;align-self:center;text-align:center;color:#333}.add-admin-user p{font-weight:300;font-size:1.2rem;text-align:center;padding:0 1rem}.add-admin-user__button{align-self:flex-end;width:100%;background-color:#fcb040;color:#fff;font-weight:700;font-size:1.3rem;text-align:center;margin-top:1rem;font-family:inherit;padding:1.2rem 0;border-radius:0 0 13px}.add-admin-user__button-delete{align-self:flex-end;width:100%;background-color:#e5e5e580;color:#fcb040;font-weight:700;font-size:1.3rem;text-align:center;margin-top:1rem;font-family:inherit;padding:1.2rem 0;border-radius:0 0 0 13px}@media screen and (min-width: 640px){.add-admin-user__input-wrapper{grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem}.add-admin-user__input-wrapper p{padding:.5rem 0 0}.add-admin-user__input-wrapper--show{grid-template-columns:repeat(1,minmax(0,1fr))}}@media screen and (min-width: 768px){.add-admin-user__input-wrapper--show{grid-template-columns:repeat(1,minmax(0,1fr))}}@media screen and (min-width: 1024px){.add-admin-user__input-wrapper--show{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width: 1100px){.add-admin-user__input-container{gap:1rem 2rem 10rem}}@media screen and (min-width: 1300px){.add-admin-user__input-wrapper{gap:3rem 5rem}}.view-admin-user{width:100%;padding:2rem 0 3rem;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:3rem;font-family:Inter,sans-serif!important}.view-admin-user h2{font-size:1.5rem}.view-admin-user__tabs{width:100%;border-bottom:1px solid #DEDEDE;display:flex;justify-content:center;align-items:center;gap:2rem;padding-bottom:.3rem}.view-admin-user__tabs-button{font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center;flex-direction:column;transition:.3s all linear}.view-admin-user__tabs-button span:last-of-type{width:100%;margin-top:.5rem;border-radius:2px 2px 0 0;border:2px solid transparent;transition:.3s all linear}.view-admin-user__tabs-button--active{font-weight:400;color:#fcb040;border-color:#fcb040}.view-admin-user__tabs-button--active span:last-of-type{border-color:#fcb040}.view-admin-user__profile-section{width:100%;max-width:900px;padding:0 1rem;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:3rem}.view-admin-user__profile-details{width:100%;border:1px solid #DEDEDE;border-radius:6px;padding:2rem 1rem;display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:2rem}.view-admin-user__image-wrapper{align-self:center;width:120px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.view-admin-user__image-wrapper div{border-radius:50%}.view-admin-user__status-skeleton{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.1rem .8rem;border-radius:12px}.view-admin-user__status-skeleton span:first-of-type{transform:translateY(-3px);color:#176448}.view-admin-user__status-skeleton span:last-of-type{color:#176448;text-transform:uppercase;font-size:.85rem}.view-admin-user__status{background-color:#cbf5e5;display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.1rem .8rem;border-radius:12px}.view-admin-user__status span:first-of-type{transform:translateY(-3px);color:#176448}.view-admin-user__status span:last-of-type{color:#176448;text-transform:uppercase;font-size:.85rem}.view-admin-user__details-wrapper{width:100%;display:flex;flex-direction:column;gap:2rem}.view-admin-user__detail{display:flex;flex-direction:column;gap:.5rem}.view-admin-user__detail p:first-of-type{color:#666;font-size:1rem;width:110px}.view-admin-user__detail p:last-of-type{align-self:flex-start;word-break:break-all}.view-admin-user__detail p[class=view-admin-user__status]{width:max-content}.view-admin-user__btn-wrapper{width:100%;max-width:500px;align-self:c enter;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.view-admin-user__btn{width:100%;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:1rem;font-family:inherit;color:#fff;padding:.8rem 0;border-radius:4px}.view-admin-user__btn--edit{background-color:#219653}.view-admin-user__btn--delete{background-color:#eb2128}.view-admin-user__table-wrapper{width:100%;align-self:center;z-index:1;padding:0 1rem}@media screen and (min-width: 320px){.view-admin-user__profile-section{padding:0 2rem}}@media screen and (min-width: 375px){.view-admin-user__tabs{gap:6rem}}@media screen and (min-width: 520px){.view-admin-user__detail{flex-direction:row;gap:2rem}}@media screen and (min-width: 640px){.view-admin-user__profile-details{flex-direction:row;justify-content:center;align-items:flex-start;gap:2rem;padding:2rem 2rem 6rem}.view-admin-user__image-wrapper{align-items:flex-start;align-self:flex-start}.view-admin-user__details-wrapper{width:auto}}@media screen and (min-width: 768px){.view-admin-user__profile-details{padding:3rem 2rem 6rem;gap:4rem}.view-admin-user__profile-details--show{flex-direction:column;align-items:center;padding:2rem 1rem}.view-admin-user__image-wrapper--show{align-self:center;align-items:center}.view-admin-user__detail{gap:4rem}}@media screen and (min-width: 850px){.view-admin-user__detail{gap:6rem}}@media screen and (min-width: 1024px){.view-admin-user__profile-details--show{flex-direction:row}.view-admin-user__image-wrapper--show{align-self:flex-start}}.skeleton{background-color:#e2e8f0;border-radius:4px;position:relative;overflow:hidden}.skeleton:after{content:"";position:absolute;top:0;left:-150%;height:100%;width:150%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 1.5s infinite}.skeleton--avatar{width:80px;height:80px;border-radius:50%}.skeleton--dot{width:12px;height:12px;border-radius:50%;margin-right:8px}.skeleton--label{height:.875rem;margin-bottom:4px}.skeleton--text{height:1rem}.skeleton--btn{border-radius:6px}.skeleton.w-24{width:6rem}.skeleton.w-32{width:8rem}.skeleton.w-48{width:12rem}.skeleton.h-10{height:2.5rem}@keyframes shimmer{to{left:100%}}.booking-detail{padding:2rem;max-width:800px;margin:0 auto}.booking-detail__title{font-size:2rem;font-weight:600;margin-bottom:1.5rem;color:#333}.booking-detail__card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem}.booking-detail__section{margin-bottom:2rem}.booking-detail__section:last-child{margin-bottom:0}.booking-detail__section-title{font-size:1.25rem;font-weight:500;margin-bottom:1rem;color:#444}.booking-detail__item{font-size:1rem;margin-bottom:.75rem;color:#555}.booking-detail__item:last-child{margin-bottom:0}.booking-detail__label{font-weight:500;color:#222;margin-right:.5rem}.booking-detail__loading,.booking-detail__error,.booking-detail__no-data{font-size:1.2rem;text-align:center;padding:2rem;color:#666}.booking-detail__error{color:#d32f2f}.booking-detail__skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px;display:inline-block}.booking-detail__skeleton--title{width:200px;height:2rem}.booking-detail__skeleton--section-title{width:150px;height:1.25rem}.booking-detail__skeleton--label{width:100px;height:1rem;margin-right:.5rem}.booking-detail__skeleton--value{width:150px;height:1rem}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.settings{width:100%;padding:2rem 1rem;display:flex;flex-direction:column;justify-content:space-between;gap:1rem;font-family:Inter,sans-serif}.settings__list-wrapper{width:100%;display:flex;flex-direction:column;gap:.7rem;margin-top:1rem}.settings__list-wrapper li{width:100%;padding:.5rem 0;border-bottom:1px solid #cdcdcd;cursor:pointer}.settings__list-wrapper a{color:inherit}@media screen and (min-width: 768px){.dashboard-home{padding:.8rem 1rem}}@media screen and (min-width: 768px){.dashboard-home{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-home--show{grid-template-columns:repeat(1,minmax(0,1fr))}}@media screen and (min-width: 1024px){.dashboard-home{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width: 1300px){.dashboard-home{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width: 1600px){.dashboard-home{grid-template-columns:repeat(4,minmax(0,1fr))}}.events{width:100%;font-family:Inter,sans-serif;padding:1rem;display:flex;flex-direction:column;gap:2rem}.events__stat-wrapper{width:100%;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));column-gap:1.3rem;row-gap:1.5rem}.events__table-wrapper{width:100%;z-index:1}@media screen and (min-width: 320px){.events__stat-wrapper{padding:0 1rem}}@media screen and (min-width: 768px){.events__stat-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}.events__stat-wrapper--show{grid-template-columns:repeat(1,minmax(0,1fr))}}@media screen and (min-width: 1024px){.events__stat-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width: 1300px){.events__stat-wrapper{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width: 1600px){.events__stat-wrapper{grid-template-columns:repeat(4,minmax(0,1fr))}}.event-detail-page{width:100%;font-family:Inter,sans-serif;padding:1rem;display:flex;flex-direction:column;gap:2rem}.event-detail-page__stat-wrapper{width:100%;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));column-gap:1.3rem;row-gap:1.5rem}.event-detail-page__table-wrapper{width:100%;position:relative}.event-detail-page__table-wrapper h3{font-family:Inter,sans-serif;font-weight:400;margin:1rem 0}@media screen and (min-width: 320px){.event-detail-page__stat-wrapper{padding:0 1rem}}@media screen and (min-width: 768px){.event-detail-page__stat-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}.event-detail-page__stat-wrapper--show{grid-template-columns:repeat(1,minmax(0,1fr))}}@media screen and (min-width: 1024px){.event-detail-page__stat-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width: 1300px){.event-detail-page__stat-wrapper{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width: 1600px){.event-detail-page__stat-wrapper{grid-template-columns:repeat(4,minmax(0,1fr))}}.event-category{width:100%;font-family:Inter,sans-serif;padding:1rem;display:flex;flex-direction:column;gap:2rem}.event-category__stat-wrapper{width:100%;display:grid;grid-template-columns:repeat(1,minmax(0,400px));column-gap:1.3rem;row-gap:1.5rem}.event-category__table-wrapper{width:100%;align-self:center;z-index:1}.event-category__status{padding:.1rem .5rem;display:flex;justify-content:center;align-items:center;gap:.4rem;background-color:#cbf5e5;border-radius:15px;color:#176448;font-size:.9rem}.event-category__status svg{color:#176448}@media screen and (min-width: 320px){.event-category__stat-wrapper{padding:0 1rem}}.event-form-modal{width:100%;display:flex;justify-content:center;align-items:center}.event-form-modal__form-content{background-color:#fff;width:100%;height:85dvh;border-radius:14px;display:flex;justify-content:space-between;align-items:center;flex-direction:column;padding-bottom:1rem}.event-form-modal header{width:100%;background-color:#fcb040;display:flex;justify-content:center;align-items:center;padding:1.3rem 0;border-radius:14px 14px 0 0;color:#fff;font-weight:700}.event-form-modal__input-container{width:100%;padding:1rem;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;align-self:center;gap:6rem;overflow-y:scroll}.event-form-modal__input-wrapper{width:100%;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}.event-form-modal__label{width:100%;font-size:.9rem}.event-form-modal__label--amount{position:relative}.event-form-modal__label--amount span{position:absolute;left:0;bottom:10px;margin:0 1rem}.event-form-modal__label--amount input{padding:.5rem 2rem}.event-form-modal__input{width:100%;border:1px solid #79747E;padding:.5rem;border-radius:4px;font-family:inherit;font-size:1rem;color:#000;transition:.3s all linear;margin-top:.5rem}.event-form-modal__input:focus{outline:none}.event-form-modal__input--pre-filled{background-color:#e2eaf1}.event-form-modal input::placeholder{color:#000}.event-form-modal__select{border:0;padding:0;margin-top:0;background-color:transparent}.event-form-modal__select:focus{outline:none}.event-form-modal__upload-container,.event-form-modal__upload-wrapper{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.event-form-modal__upload-container{border:0;padding:0;gap:1rem}.event-form-modal__upload-wrapper{min-height:92px;padding:1rem;margin-top:0;gap:1rem}.event-form-modal__upload-wrapper p{font-size:.9rem!important;font-style:italic}.event-form-modal__upload{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.event-form-modal__upload input{position:absolute;top:0;left:0;width:0;height:0;opacity:0}.event-form-modal__error{color:#eb2128;font-size:.8rem!important;font-style:italic;text-align:left!important;margin-top:.4rem}.event-form-modal__error--image{margin-top:-.3rem;align-self:flex-start}.event-form-modal__btn-wrapper,.event-form-modal__view-image-btn{background-color:#fcb040;width:100%;max-width:500px;align-self:center;border-radius:4px}.event-form-modal__view-image-btn{border:1px solid #FCB040;max-width:500px;background-color:transparent;border-radius:4px;width:100%;padding:1rem 0;display:flex;justify-content:center;align-items:center;color:#fcb040;font-family:inherit;font-weight:500;font-size:.9rem}.event-form-modal__success-content{width:100%;max-width:550px;background-color:#fff;border-radius:13px;padding:2rem 0 0;font-family:Poppins,sans-serif;align-self:center;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:2rem}.event-form-modal__top{width:100%;height:90%;align-self:center;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem}.event-form-modal h2{width:calc(100% - 20px);font-size:1.4rem;font-weight:400;align-self:center;text-align:center;color:#333}.event-form-modal p{font-weight:300;font-size:1.2rem;text-align:center}.event-form-modal__button{align-self:flex-end;width:100%;background-color:#fcb040;color:#fff;font-weight:700;font-size:1.3rem;text-align:center;margin-top:1rem;font-family:inherit;padding:1.2rem 0;border-radius:0 0 13px 13px}@media screen and (min-width: 375px){.event-form-modal__input-container{padding:1rem 2rem}}@media screen and (min-width: 640px){.event-form-modal__input-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}.event-form-modal__label--amount span{bottom:12px}.event-form-modal__upload-container,.event-form-modal__desc{grid-column:1/-1}}@media screen and (min-width: 1024px){.event-form-modal__form-content{height:90dvh;max-width:1300px}.event-form-modal__input-container{padding:1rem 5rem}.event-form-modal__input-wrapper{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem}.event-form-modal__label--amount span{bottom:10px}}.event-detail-card{width:100%;min-height:80px;display:flex;flex-direction:column;gap:.3rem;font-family:Inter,sans-serif;padding:.8rem;border-radius:4px;box-shadow:2px 1px 4px #00000010}.event-detail-card h3{font-weight:300;font-size:.9rem;color:#828282;font-family:inherit}.event-detail-card p{font-size:1rem;color:#1c1c1c;font-family:inherit;font-weight:500}.event-detail-card__pending{width:max-content;background-color:#feb3131a;display:flex;align-items:center;gap:.5rem;padding:.1rem .8rem;border-radius:10px;text-transform:uppercase}.event-detail-card__pending span:first-of-type{transform:translateY(-3px);color:#feb313}.event-detail-card__pending span:last-of-type{color:#feb313;font-size:.9rem}.admin-event-details{width:100%;display:flex;justify-content:center;align-items:center}.admin-event-details__wrapper{width:100%;align-items:center;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media screen and (min-width: 640px){.admin-event-details__wrapper{grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem}}@media screen and (min-width: 768px){.admin-event-details__wrapper--show{grid-template-columns:repeat(1,minmax(0,1fr))}}@media screen and (min-width: 850px){.admin-event-details__wrapper--show{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width: 1024px){.admin-event-details__wrapper{padding:0 2rem;grid-template-columns:repeat(2,minmax(0,1fr))}.admin-event-details__wrapper--show{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width: 1100px){.admin-event-details__wrapper,.admin-event-details__wrapper--show{grid-template-columns:repeat(3,minmax(0,1fr))}}.skeleton{animation:pulse 1.5s infinite ease-in-out}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.participant-form-modal{width:100%;min-height:100dvh;position:fixed;top:0;left:0;z-index:20}.participant-form-modal__overlay{width:100%;height:100dvh;display:flex;justify-content:center;align-items:center;background-color:#00000090}.participant-form-modal__form-content{background-color:#fff;width:90%;max-width:600px;border-radius:14px 14px 0 0;display:flex;justify-content:space-between;align-items:center;flex-direction:column;padding-bottom:1rem}.participant-form-modal header{width:100%;background-color:#fcb040;display:flex;justify-content:center;align-items:center;padding:1.3rem 0;border-radius:14px 14px 0 0;color:#fff;font-weight:700}.participant-form-modal__input-container{width:100%;padding:1rem;max-width:500px;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;align-self:center;gap:6rem}.participant-form-modal__input-wrapper{width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:1.2rem}.participant-form-modal__label{width:100%}.participant-form-modal__input,.participant-form-modal__option-wrapper,.participant-form-modal__select{width:100%;border:1px solid #79747E;padding:1rem;border-radius:4px;font-family:inherit;font-size:1rem;color:#000;transition:.3s all linear}.participant-form-modal__input:focus,.participant-form-modal__option-wrapper:focus,.participant-form-modal__select:focus{border:1px solid transparent}.participant-form-modal__input--pre-filled{background-color:#e2eaf1}.participant-form-modal__option-wrapper{padding:0 1rem 0 0}.participant-form-modal input::placeholder{color:#000}.participant-form-modal__select{border:0;padding:1rem}.participant-form-modal__select:focus{outline:none}.participant-form-modal__btn-wrapper{background-color:#fcb040;width:100%;border-radius:4px}.participant-form-modal__success-content{width:90%;max-width:550px;background-color:#fff;border-radius:13px;padding:2rem 0 0;font-family:Poppins,sans-serif;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:2rem}.participant-form-modal__top{width:100%;height:90%;align-self:center;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem}.participant-form-modal h2{width:calc(100% - 20px);font-size:1.4rem;font-weight:400;align-self:center;text-align:center;color:#333}.participant-form-modal p{font-weight:300;font-size:1.2rem;text-align:center}.participant-form-modal__button{align-self:flex-end;width:100%;background-color:#fcb040;color:#fff;font-weight:700;font-size:1.3rem;text-align:center;margin-top:1rem;font-family:inherit;padding:1.2rem 0;border-radius:0 0 13px 13px}.manage-event-category-form-modal{width:100%;max-width:500px;border-radius:14px}.manage-event-category-form-modal__form-content{background-color:#fff;width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:column;padding-bottom:1rem;border-radius:14px}.manage-event-category-form-modal header{width:100%;background-color:#fcb040;display:flex;justify-content:center;align-items:center;padding:1.3rem 0;color:#fff;font-weight:700;border-radius:14px 14px 0 0}.manage-event-category-form-modal__input-container{width:100%;padding:1rem;display:flex;justify-content:space-between;align-items:center;flex-direction:column;align-self:center;gap:2rem;border-radius:14px}.manage-event-category-form-modal__input-wrapper{width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:1.1rem}.manage-event-category-form-modal__label{width:100%}.manage-event-category-form-modal__input,.manage-event-category-form-modal__option-wrapper,.manage-event-category-form-modal__select{width:100%;border:1px solid #79747E;padding:1rem;border-radius:4px;font-family:inherit;font-size:1rem;color:#000;transition:.3s all linear}.manage-event-category-form-modal__input:focus,.manage-event-category-form-modal__option-wrapper:focus,.manage-event-category-form-modal__select:focus{outline:1px solid #FCB040;border:1px solid transparent}.manage-event-category-form-modal__option-wrapper{padding:0 1rem 0 0}.manage-event-category-form-modal input::placeholder{color:#000}.manage-event-category-form-modal__select{border:0}.manage-event-category-form-modal__select:focus{outline:none}.manage-event-category-form-modal__btn-wrapper{background-color:#fcb040;width:100%;border-radius:4px}.manage-event-category-form-modal__success-content{width:90%;max-width:550px;background-color:#fff;border-radius:13px;padding:2rem 0 0;font-family:Poppins,sans-serif;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:2rem}.manage-event-category-form-modal__top{width:100%;height:90%;align-self:center;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem}.manage-event-category-form-modal h2{width:calc(100% - 20px);font-size:1.4rem;font-weight:400;align-self:center;text-align:center;color:#333}.manage-event-category-form-modal p{font-weight:300;font-size:1.2rem;text-align:center}.manage-event-category-form-modal__button{align-self:flex-end;width:100%;background-color:#fcb040;color:#fff;font-weight:700;font-size:1.3rem;text-align:center;margin-top:1rem;font-family:inherit;padding:1.2rem 0;border-radius:0 0 13px 13px}.a-confirm-deact{background:#f0f2f6;width:90vw;height:90vh;max-height:400px;max-width:600px;padding:66px 20px 20px;border-radius:13px;align-self:"center"}@media screen and (min-width: 768px){.a-confirm-deact{padding:66px 55px 20px}}.a-confirm-deact h2{color:#131318;text-align:center;font-family:Poppins,sans-serif;font-size:1.5rem;line-height:140%;font-weight:400;margin-bottom:98px}.a-confirm-deact__wrapper{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:420px;margin:0 auto}.a-confirm-deact__btn{border-radius:4px;border:1px solid #FCB040;padding:1rem;text-align:center;width:100%;color:#fcb040;font-family:Poppins,sans-serif;font-size:1.25rem;line-height:140%;font-weight:700}.a-confirm-deact__btn--deactivate{color:#fff;background:#eb2128}.a-confirm-deact__btn--activate{color:#fff;background:#07a157}.handi-table-action{width:118px;height:37px;position:relative}.handi-table-action__dialog{width:100%;position:absolute;bottom:0;left:-40px;z-index:3;transform:translateY(100%);background:#fff;border:1px solid rgba(0,0,0,.2);box-shadow:4px 4px 40px -5px #0000000d}.handi-table-action__dialog:after{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid rgba(0,0,0,.2)}.handi-table-action__dropdown{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;width:100%}.handi-table-action__btn{width:100%;padding:.5rem .75rem;display:flex;align-items:center;gap:.25rem;color:#22222b;text-transform:uppercase;font-weight:500;border-bottom:1px solid rgba(0,0,0,.2);font-size:.75rem}.handi-table-action__btn:hover{padding:.5rem .75rem .5rem 1rem;background:#0000001a}.handi-table-action__btn--delete{color:#eb2128}.handi-table-action__btn span{display:block;width:4px;height:4px;background:#693d11;border-radius:50%}.handi-table-action__btn strong{color:inherit;text-align:left;font-family:Poppins,sans-serif;font-size:.75rem;line-height:140%;font-weight:500}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}
