:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-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(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(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:translateX(-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:translateX(-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-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.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__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;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:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height: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:auto;transform-origin:right;border-bottom-left-radius:0}.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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform: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--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-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(0deg)}to{transform:rotate(1turn)}}.o-briefcase-icon{background-image:url(/_next/static/media/briefcase.d9b981e4.svg)}.o-briefcase-icon,.o-chart-pie-icon{background-size:contain;background-repeat:no-repeat;display:inline-block;width:24px;height:24px;min-width:24px}.o-chart-pie-icon{background-image:url(/_next/static/media/chart-pie.227b214f.svg)}.o-chat-alt-icon{background-image:url(/_next/static/media/chat-alt.eb213667.svg)}.o-chat-alt-icon,.o-legal-icon{background-size:contain;background-repeat:no-repeat;display:inline-block;width:24px;height:24px;min-width:24px}.o-legal-icon{background-image:url(/_next/static/media/legal.74df517d.svg)}.o-user-add-icon{background-image:url(/_next/static/media/user-add.83103ea1.svg)}.o-pdf-file-icon,.o-user-add-icon{background-size:contain;background-repeat:no-repeat;display:inline-block;width:24px;height:24px;min-width:24px}.o-pdf-file-icon{background-image:url(/_next/static/media/pdf-file.5126261b.svg)}.o-call-icon{background-image:url(/_next/static/media/call.0cbbfca3.svg)}.o-call-icon,.o-hands-book-icon{background-size:contain;background-repeat:no-repeat;display:inline-block;width:24px;height:24px;min-width:24px}.o-hands-book-icon{background-image:url(/_next/static/media/hands-book.b69f2c88.svg)}.o-people-conection-icon{background-image:url(/_next/static/media/people-conection.4e6729a2.svg)}.o-people-conection-icon,.o-remember-icon{background-size:contain;background-repeat:no-repeat;display:inline-block;width:24px;height:24px;min-width:24px}.o-remember-icon{background-image:url(/_next/static/media/remember.48ae30d1.svg)}.o-speak-icon{background-image:url(/_next/static/media/speak.2800e04e.svg)}.o-angry-icon,.o-speak-icon{background-size:contain;background-repeat:no-repeat;display:inline-block;width:24px;height:24px;min-width:24px}.o-angry-icon{background-image:url(/_next/static/media/angry.2913b51f.svg)}.o-smile-icon{background-image:url(/_next/static/media/smile.6ebed7a7.svg)}.o-smile-icon,.o-smile-plus-icon{background-size:contain;background-repeat:no-repeat;display:inline-block;width:24px;height:24px;min-width:24px}.o-smile-plus-icon{background-image:url(/_next/static/media/smile-plus.a4291854.svg)}.o-feedback-heart-icon{background-image:url(/_next/static/media/feedback-heart.2fd7feb1.svg)}.o-feedback-heart-icon,.o-feedback-icon{background-size:contain;background-repeat:no-repeat;display:inline-block;width:24px;height:24px;min-width:24px}.o-feedback-icon{background-image:url(/_next/static/media/feedback.37a7ba99.svg)}.o-report-off-icon{background-image:url(/_next/static/media/report-off.aa87014b.svg)}.o-report-icon,.o-report-off-icon{background-size:contain;background-repeat:no-repeat;display:inline-block;width:24px;height:24px;min-width:24px}.o-report-icon{background-image:url(/_next/static/media/report.194b26ec.svg)}.o-star-icon{background-image:url(/_next/static/media/star.03844a6f.svg);background-size:contain;background-repeat:no-repeat;display:inline-block;width:24px;height:24px;min-width:24px}.o-briefcase-icon-big{background-image:url(/_next/static/media/briefcase.d9b981e4.svg)}.o-briefcase-icon-big,.o-chart-pie-icon-big{background-size:contain;background-repeat:no-repeat;display:inline-block;width:70px;height:70px;min-width:70px}.o-chart-pie-icon-big{background-image:url(/_next/static/media/chart-pie.227b214f.svg)}.o-chat-alt-icon-big{background-image:url(/_next/static/media/chat-alt.eb213667.svg)}.o-chat-alt-icon-big,.o-legal-icon-big{background-size:contain;background-repeat:no-repeat;display:inline-block;width:70px;height:70px;min-width:70px}.o-legal-icon-big{background-image:url(/_next/static/media/legal.74df517d.svg)}.o-user-add-icon-big{background-image:url(/_next/static/media/user-add.83103ea1.svg)}.o-pdf-file-icon-big,.o-user-add-icon-big{background-size:contain;background-repeat:no-repeat;display:inline-block;width:70px;height:70px;min-width:70px}.o-pdf-file-icon-big{background-image:url(/_next/static/media/pdf-file.5126261b.svg)}.o-call-icon-big{background-image:url(/_next/static/media/call.0cbbfca3.svg)}.o-call-icon-big,.o-hands-book-icon-big{background-size:contain;background-repeat:no-repeat;display:inline-block;width:70px;height:70px;min-width:70px}.o-hands-book-icon-big{background-image:url(/_next/static/media/hands-book.b69f2c88.svg)}.o-people-conection-icon-big{background-image:url(/_next/static/media/people-conection.4e6729a2.svg)}.o-people-conection-icon-big,.o-remember-icon-big{background-size:contain;background-repeat:no-repeat;display:inline-block;width:70px;height:70px;min-width:70px}.o-remember-icon-big{background-image:url(/_next/static/media/remember.48ae30d1.svg)}.o-speak-icon-big{background-image:url(/_next/static/media/speak.2800e04e.svg)}.o-angry-icon-big,.o-speak-icon-big{background-size:contain;background-repeat:no-repeat;display:inline-block;width:70px;height:70px;min-width:70px}.o-angry-icon-big{background-image:url(/_next/static/media/angry.2913b51f.svg)}.o-smile-icon-big{background-image:url(/_next/static/media/smile.6ebed7a7.svg)}.o-smile-icon-big,.o-smile-plus-icon-big{background-size:contain;background-repeat:no-repeat;display:inline-block;width:70px;height:70px;min-width:70px}.o-smile-plus-icon-big{background-image:url(/_next/static/media/smile-plus.a4291854.svg)}.o-feedback-heart-icon-big{background-image:url(/_next/static/media/feedback-heart.2fd7feb1.svg)}.o-feedback-heart-icon-big,.o-feedback-icon-big{background-size:contain;background-repeat:no-repeat;display:inline-block;width:70px;height:70px;min-width:70px}.o-feedback-icon-big{background-image:url(/_next/static/media/feedback.37a7ba99.svg)}.o-report-off-icon-big{background-image:url(/_next/static/media/report-off.aa87014b.svg)}.o-report-icon-big,.o-report-off-icon-big{background-size:contain;background-repeat:no-repeat;display:inline-block;width:70px;height:70px;min-width:70px}.o-report-icon-big{background-image:url(/_next/static/media/report.194b26ec.svg)}.o-star-icon-big{background-image:url(/_next/static/media/star.03844a6f.svg);background-size:contain;background-repeat:no-repeat;display:inline-block;width:70px;height:70px;min-width:70px}.o-briefcase-icon-ms{background-image:url(/_next/static/media/briefcase.d9b981e4.svg)}.o-briefcase-icon-ms,.o-chart-pie-icon-ms{background-size:contain;background-repeat:no-repeat;display:inline-block;width:50px;height:50px;min-width:50px}.o-chart-pie-icon-ms{background-image:url(/_next/static/media/chart-pie.227b214f.svg)}.o-chat-alt-icon-ms{background-image:url(/_next/static/media/chat-alt.eb213667.svg)}.o-chat-alt-icon-ms,.o-legal-icon-ms{background-size:contain;background-repeat:no-repeat;display:inline-block;width:50px;height:50px;min-width:50px}.o-legal-icon-ms{background-image:url(/_next/static/media/legal.74df517d.svg)}.o-user-add-icon-ms{background-image:url(/_next/static/media/user-add.83103ea1.svg)}.o-pdf-file-icon-ms,.o-user-add-icon-ms{background-size:contain;background-repeat:no-repeat;display:inline-block;width:50px;height:50px;min-width:50px}.o-pdf-file-icon-ms{background-image:url(/_next/static/media/pdf-file.5126261b.svg)}.o-call-icon-ms{background-image:url(/_next/static/media/call.0cbbfca3.svg)}.o-call-icon-ms,.o-hands-book-icon-ms{background-size:contain;background-repeat:no-repeat;display:inline-block;width:50px;height:50px;min-width:50px}.o-hands-book-icon-ms{background-image:url(/_next/static/media/hands-book.b69f2c88.svg)}.o-people-conection-icon-ms{background-image:url(/_next/static/media/people-conection.4e6729a2.svg)}.o-people-conection-icon-ms,.o-remember-icon-ms{background-size:contain;background-repeat:no-repeat;display:inline-block;width:50px;height:50px;min-width:50px}.o-remember-icon-ms{background-image:url(/_next/static/media/remember.48ae30d1.svg)}.o-speak-icon-ms{background-image:url(/_next/static/media/speak.2800e04e.svg)}.o-angry-icon-ms,.o-speak-icon-ms{background-size:contain;background-repeat:no-repeat;display:inline-block;width:50px;height:50px;min-width:50px}.o-angry-icon-ms{background-image:url(/_next/static/media/angry.2913b51f.svg)}.o-smile-icon-ms{background-image:url(/_next/static/media/smile.6ebed7a7.svg)}.o-smile-icon-ms,.o-smile-plus-icon-ms{background-size:contain;background-repeat:no-repeat;display:inline-block;width:50px;height:50px;min-width:50px}.o-smile-plus-icon-ms{background-image:url(/_next/static/media/smile-plus.a4291854.svg)}.o-feedback-heart-icon-ms{background-image:url(/_next/static/media/feedback-heart.2fd7feb1.svg)}.o-feedback-heart-icon-ms,.o-feedback-icon-ms{background-size:contain;background-repeat:no-repeat;display:inline-block;width:50px;height:50px;min-width:50px}.o-feedback-icon-ms{background-image:url(/_next/static/media/feedback.37a7ba99.svg)}.o-report-off-icon-ms{background-image:url(/_next/static/media/report-off.aa87014b.svg)}.o-report-icon-ms,.o-report-off-icon-ms{background-size:contain;background-repeat:no-repeat;display:inline-block;width:50px;height:50px;min-width:50px}.o-report-icon-ms{background-image:url(/_next/static/media/report.194b26ec.svg)}.o-star-icon-ms{background-image:url(/_next/static/media/star.03844a6f.svg);background-size:contain;background-repeat:no-repeat;display:inline-block;width:50px;height:50px;min-width:50px}.o-alternativa-icon{background-image:url(/_next/static/media/alternativa.7bbd4b0d.svg)}.o-alternativa-icon,.o-ambulacia-icon{background-size:contain;background-repeat:no-repeat;display:inline-block;width:40px;height:40px;min-width:40px}.o-ambulacia-icon{background-image:url(/_next/static/media/ambulacia.e51fdcf8.svg)}.o-auxilio-oftalmologia-icon{background-image:url(/_next/static/media/auxilio-oftalmologia.fc86b2c5.svg)}.o-auxilio-oftalmologia-icon,.o-directorio-icon{background-size:contain;background-repeat:no-repeat;display:inline-block;width:40px;height:40px;min-width:40px}.o-directorio-icon{background-image:url(/_next/static/media/directorio.ea3d06b0.svg)}.o-domiciliaria-icon{background-image:url(/_next/static/media/domiciliaria.ebdd501c.svg)}.o-domiciliaria-icon,.o-habitacion-icon{background-size:contain;background-repeat:no-repeat;display:inline-block;width:40px;height:40px;min-width:40px}.o-habitacion-icon{background-image:url(/_next/static/media/habitacion.5ab7f89e.svg)}.o-medicamentos-icon{background-image:url(/_next/static/media/medicamentos.582b529e.svg)}.o-medicamentos-icon,.o-odontologia-icon{background-size:contain;background-repeat:no-repeat;display:inline-block;width:40px;height:40px;min-width:40px}.o-odontologia-icon{background-image:url(/_next/static/media/odontologia.b295a75a.svg)}.o-procedimientos-icon{background-image:url(/_next/static/media/procedimientos.8bb5fdd7.svg)}.o-procedimientos-icon,.o-reembolso-icon{background-size:contain;background-repeat:no-repeat;display:inline-block;width:40px;height:40px;min-width:40px}.o-reembolso-icon{background-image:url(/_next/static/media/reembolso.f2bb0893.svg)}.o-suministros-icon{background-image:url(/_next/static/media/suministros.53f8c49e.svg)}.o-suministros-icon,.o-telefonica-icon{background-size:contain;background-repeat:no-repeat;display:inline-block;width:40px;height:40px;min-width:40px}.o-telefonica-icon{background-image:url(/_next/static/media/telefonica.3776d2c7.svg)}.o-virtual-icon{background-image:url(/_next/static/media/virtual.ed4504f4.svg)}.o-autorizaciones-icon,.o-virtual-icon{background-size:contain;background-repeat:no-repeat;display:inline-block;width:40px;height:40px;min-width:40px}.o-autorizaciones-icon{background-image:url(/_next/static/media/autorizaciones.5a35a4ad.svg)}.o-especialistas-icon{background-image:url(/_next/static/media/especialistas.39e9568d.svg)}.o-especialistas-icon,.o-facturacion-icon{background-size:contain;background-repeat:no-repeat;display:inline-block;width:40px;height:40px;min-width:40px}.o-facturacion-icon{background-image:url(/_next/static/media/facturacion.1c7ee750.svg)}.o-historial-icon{background-image:url(/_next/static/media/historial.c4a2488c.svg);background-size:contain;background-repeat:no-repeat;display:inline-block;width:40px;height:40px;min-width:40px}@layer tailwind-base, primereact, tailwind-utilities;@layer tailwind-base{*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}*{scrollbar-color:auto;scrollbar-width:auto}}@layer tailwind-utilities{.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.-top-3{top:-.75rem}.bottom-0{bottom:0}.bottom-20{bottom:5rem}.bottom-\[0px\]{bottom:0}.bottom-\[4rem\]{bottom:4rem}.left-0{left:0}.left-10{left:2.5rem}.left-20{left:5rem}.left-3{left:.75rem}.left-\[0px\]{left:0}.left-\[13px\]{left:13px}.left-\[18\%\]{left:18%}.right-20{right:5rem}.right-\[0px\]{right:0}.right-\[18\%\]{right:18%}.top-0,.top-\[0px\]{top:0}.top-\[60\%\]{top:60%}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.col-span-5{grid-column:span 5/span 5}.m-2{margin:.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-\[8rem\]{margin-bottom:8rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-2,.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-4{-webkit-line-clamp:4}.block{display:block}.flex{display:flex}.grid{display:grid}.aspect-video{aspect-ratio:16/9}.\!h-\[2rem\]{height:2rem!important}.h-28{height:7rem}.h-48{height:12rem}.h-52{height:13rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-72{height:18rem}.h-80{height:20rem}.h-96{height:24rem}.h-\[12px\]{height:12px}.h-\[14rem\]{height:14rem}.h-\[150px\]{height:150px}.h-\[1rem\]{height:1rem}.h-\[2rem\]{height:2rem}.h-\[32rem\]{height:32rem}.h-\[85vh\]{height:85vh}.h-\[auto\],.h-auto{height:auto}.h-fit{height:fit-content}.h-full{height:100%}.\!max-h-\[2rem\]{max-height:2rem!important}.max-h-44{max-height:11rem}.max-h-\[16rem\]{max-height:16rem}.max-h-\[20rem\]{max-height:20rem}.max-h-\[500px\]{max-height:500px}.min-h-32{min-height:8rem}.min-h-48{min-height:12rem}.min-h-72{min-height:18rem}.min-h-\[94vh\]{min-height:94vh}.min-h-screen{min-height:100vh}.\!w-\[2rem\]{width:2rem!important}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-1\/5{width:20%}.w-2\/3{width:66.666667%}.w-3\/4{width:75%}.w-4\/6{width:66.666667%}.w-5{width:1.25rem}.w-5\/6{width:83.333333%}.w-6{width:1.5rem}.w-72{width:18rem}.w-96{width:24rem}.w-\[100\%\]{width:100%}.w-\[12px\]{width:12px}.w-\[12rem\]{width:12rem}.w-\[150px\]{width:150px}.w-\[152px\]{width:152px}.w-\[18rem\]{width:18rem}.w-\[1rem\]{width:1rem}.w-\[200px\]{width:200px}.w-\[20rem\]{width:20rem}.w-\[250px\]{width:250px}.w-\[252px\]{width:252px}.w-\[2px\]{width:2px}.w-\[2rem\]{width:2rem}.w-\[90\%\]{width:90%}.w-fit{width:fit-content}.w-full{width:100%}.w-max{width:max-content}.\!min-w-\[2rem\]{min-width:2rem!important}.min-w-96{min-width:24rem}.min-w-\[2rem\]{min-width:2rem}.min-w-fit{min-width:fit-content}.max-w-60{max-width:15rem}.max-w-64{max-width:16rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-80{max-width:20rem}.max-w-\[1\.5rem\]{max-width:1.5rem}.max-w-\[600px\]{max-width:600px}.max-w-none{max-width:none}.max-w-xl{max-width:36rem}.scale-x-\[-1\]{--tw-scale-x:-1}.scale-x-\[-1\],.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.resize{resize:both}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-y-auto{overflow-y:auto}.overflow-x-scroll{overflow-x:scroll}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[6px\]{border-radius:6px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-4{border-width:4px}.border-8{border-width:8px}.border-b{border-bottom-width:1px}.border-b-4{border-bottom-width:4px}.border-r-4{border-right-width:4px}.border-t-2{border-top-width:2px}.border-none{border-style:none}.border-\[\#00AEEF\]{--tw-border-opacity:1;border-color:rgb(0 174 239/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.bg-\[\#00148B\]{--tw-bg-opacity:1;background-color:rgb(0 20 139/var(--tw-bg-opacity,1))}.bg-\[\#00AEEF\]{--tw-bg-opacity:1;background-color:rgb(0 174 239/var(--tw-bg-opacity,1))}.bg-\[\#015AAA\]{--tw-bg-opacity:1;background-color:rgb(1 90 170/var(--tw-bg-opacity,1))}.bg-\[\#6D6E71\]{--tw-bg-opacity:1;background-color:rgb(109 110 113/var(--tw-bg-opacity,1))}.bg-\[\#D8D9DA\]{--tw-bg-opacity:1;background-color:rgb(216 217 218/var(--tw-bg-opacity,1))}.bg-\[\#f8f8f8\]{--tw-bg-opacity:1;background-color:rgb(248 248 248/var(--tw-bg-opacity,1))}.bg-\[\#ffffff\]{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-green-400{--tw-bg-opacity:1;background-color:rgb(74 222 128/var(--tw-bg-opacity,1))}.bg-red-400{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity,1))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/90{background-color:hsla(0,0%,100%,.9)}.bg-yellow-300{--tw-bg-opacity:1;background-color:rgb(253 224 71/var(--tw-bg-opacity,1))}.bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity,1))}.bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}.bg-opacity-60{--tw-bg-opacity:0.6}.bg-opacity-80{--tw-bg-opacity:0.8}.bg-cover{background-size:cover}.bg-center{background-position:50%}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.p-0{padding:0}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-\[0\.5rem\]{padding:.5rem}.px-0{padding-left:0;padding-right:0}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[0\.5rem\]{padding-left:.5rem;padding-right:.5rem}.px-\[1\.5rem\]{padding-left:1.5rem;padding-right:1.5rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-32{padding-top:8rem;padding-bottom:8rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6,.py-\[1\.5rem\]{padding-top:1.5rem;padding-bottom:1.5rem}.pb-2{padding-bottom:.5rem}.pb-6{padding-bottom:1.5rem}.pl-5{padding-left:1.25rem}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pt-1\.5{padding-top:.375rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-justify{text-align:justify}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.text-\[\#00148B\]{--tw-text-opacity:1;color:rgb(0 20 139/var(--tw-text-opacity,1))}.text-\[\#00AEEF\]{--tw-text-opacity:1;color:rgb(0 174 239/var(--tw-text-opacity,1))}.text-\[\#6D6E71\]{--tw-text-opacity:1;color:rgb(109 110 113/var(--tw-text-opacity,1))}.text-\[\#A8A9AC\]{--tw-text-opacity:1;color:rgb(168 169 172/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-yellow-900{--tw-text-opacity:1;color:rgb(113 63 18/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-inner{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.05);--tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-md,.shadow-none{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-md{--tw-backdrop-blur:blur(12px)}.backdrop-blur-md,.backdrop-blur-sm{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.scrollbar-none{scrollbar-width:none}.scrollbar-none::-webkit-scrollbar{display:none}}@font-face{font-family:Gotham;src:url(/fonts/Gotham-Black.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(/fonts/Gotham-BlackItalic.woff2) format("woff2");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Gotham;src:url(/fonts/Gotham-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(/fonts/Gotham-BoldItalic.woff2) format("woff2");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Gotham;src:url(/fonts/Gotham-Book.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(/fonts/Gotham-BookItalic.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Gotham;src:url(/fonts/Gotham-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(/fonts/Gotham-LightItalic.woff2) format("woff2");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Gotham;src:url(/fonts/Gotham-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(/fonts/Gotham-MediumItalic.woff2) format("woff2");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Gotham;src:url(/fonts/Gotham-Thin.woff2) format("woff2");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(/fonts/Gotham-ThinItalic.woff2) format("woff2");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:Gotham;src:url(/fonts/Gotham-XLight.woff2) format("woff2");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(/fonts/Gotham-XLightItalic.woff2) format("woff2");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Gotham;src:url(/fonts/Gotham-UltraItalic.woff2) format("woff2");font-weight:950;font-style:italic;font-display:swap}:root,body,html{--background:#fff;--foreground:#040041;--text-color:#040041;--font-family:"Gotham",sans-serif;--primary-color:#015aaa;--primary-50:#d1d2d44d;--primary-100:#cddeee;--primary-200:#80c2fc;--primary-300:#00aeef33;--primary-400:#00aeef;--primary-500:#015aaa;--primary-600:#014f97;--primary-700:#014382;--primary-800:#0019a8;--primary-900:#00148b;--red-500:#d60e2a}body,html{color:var(--foreground);background:var(--background);font-family:var(--font-family)}.hover\:bg-\[\#00AEEF\]:hover{--tw-bg-opacity:1;background-color:rgb(0 174 239/var(--tw-bg-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.focus\:shadow-none:focus{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media (min-width:640px){.sm\:h-40{height:10rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:768px){.md\:left-1\/3{left:33.333333%}.md\:right-8{right:2rem}.md\:top-1\/2{top:50%}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-3{grid-column:span 3/span 3}.md\:m-4{margin:1rem}.md\:flex{display:flex}.md\:grid{display:grid}.md\:h-80{height:20rem}.md\:h-96,.md\:h-\[24rem\]{height:24rem}.md\:h-\[3rem\]{height:3rem}.md\:h-auto{height:auto}.md\:w-1\/2{width:50%}.md\:w-\[2px\]{width:2px}.md\:w-\[40rem\]{width:40rem}.md\:min-w-48{min-width:12rem}.md\:min-w-\[30rem\]{min-width:30rem}.md\:max-w-96{max-width:24rem}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-wrap{flex-wrap:wrap}.md\:flex-nowrap{flex-wrap:nowrap}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:gap-2{gap:.5rem}.md\:gap-4{gap:1rem}.md\:gap-6{gap:1.5rem}.md\:overflow-x-hidden{overflow-x:hidden}.md\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.md\:p-3{padding:.75rem}.md\:p-4,.md\:p-\[1rem\]{padding:1rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-6,.md\:px-\[1\.5rem\]{padding-left:1.5rem;padding-right:1.5rem}.md\:py-2{padding-top:.5rem;padding-bottom:.5rem}.md\:py-32{padding-top:8rem;padding-bottom:8rem}.md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.md\:pr-6{padding-right:1.5rem}.md\:pr-\[20\%\]{padding-right:20%}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-7xl{font-size:4.5rem;line-height:1}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width:1024px){.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:mb-6{margin-bottom:1.5rem}.lg\:flex{display:flex}.lg\:h-64{height:16rem}.lg\:min-h-\[168px\]{min-height:168px}.lg\:w-1\/2{width:50%}.lg\:w-\[35rem\]{width:35rem}.lg\:max-w-7xl{max-width:80rem}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:flex-nowrap{flex-wrap:nowrap}.lg\:items-center{align-items:center}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-2{gap:.5rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-8{gap:2rem}.lg\:p-4{padding:1rem}.lg\:p-6{padding:1.5rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:pr-28{padding-right:7rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width:1280px){.xl\:h-\[26rem\]{height:26rem}.xl\:min-h-28{min-height:7rem}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:flex-nowrap{flex-wrap:nowrap}.xl\:object-cover{object-fit:cover}.xl\:px-48{padding-left:12rem;padding-right:12rem}.xl\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width:1536px){.\32xl\:px-4{padding-left:1rem;padding-right:1rem}}.\[\&_li\]\:mb-1 li{margin-bottom:.25rem}.\[\&_ul\]\:ml-6 ul{margin-left:1.5rem}.\[\&_ul\]\:list-disc ul{list-style-type:disc}