:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*,:after,:before{margin:0;padding:0;box-sizing:border-box;font-family:Open Sans,sans-serif;font-size:16px}html{scroll-behavior:smooth}body,html{height:100%}body{font-family:Open Sans,sans-serif;font-size:16px;line-height:1.2;overflow:hidden auto}.main{position:relative;min-height:100%;height:100%}.main.privacy{background-image:url(https://recursos.bellinus.com/web/bellinus-bg-login-signup.png)}.content{position:relative;min-height:100%}.header{height:90px}.footer{margin-top:2rem;height:100px}#__next{height:100%}.flex{display:flex}.flex-col{flex-direction:column}.flex-col.reverse{flex-direction:column-reverse}.flex-row{flex-direction:row}.flex-row.reverse{flex-direction:row-reverse}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.items-center{align-items:center}.items-end{align-items:flex-end}.gap-1{gap:.25rem}.gap-x-1{row-gap:.25rem}.gap-y-1{column-gap:.25rem}.gap-2{gap:.5rem}.gap-x-2{row-gap:.5rem}.gap-y-2{column-gap:.5rem}.gap-3{gap:.75rem}.gap-x-3{row-gap:.75rem}.gap-y-3{column-gap:.75rem}.gap-4{gap:1rem}.gap-x-4{row-gap:1rem}.gap-y-4{column-gap:1rem}.gap-5{gap:1.25rem}.gap-x-5{row-gap:1.25rem}.gap-y-5{column-gap:1.25rem}.gap-6{gap:1.5rem}.gap-x-6{row-gap:1.5rem}.gap-y-6{column-gap:1.5rem}.gap-7{gap:1.75rem}.gap-x-7{row-gap:1.75rem}.gap-y-7{column-gap:1.75rem}.gap-8{gap:2rem}.gap-x-8{row-gap:2rem}.gap-y-8{column-gap:2rem}.gap-9{gap:2.25rem}.gap-x-9{row-gap:2.25rem}.gap-y-9{column-gap:2.25rem}.gap-10{gap:2.5rem}.gap-x-10{row-gap:2.5rem}.gap-y-10{column-gap:2.5rem}.gap-11{gap:2.75rem}.gap-x-11{row-gap:2.75rem}.gap-y-11{column-gap:2.75rem}.gap-12{gap:3rem}.gap-x-12{row-gap:3rem}.gap-y-12{column-gap:3rem}.mt-1{margin-top:.25rem}.mb-1{margin-bottom:.25rem}.ml-1{margin-left:.25rem}.mr-1{margin-right:.25rem}.m-1{margin:.25rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.mx-1{margin-right:.25rem;margin-left:.25rem}.pt-1{padding-top:.25rem}.pb-1{padding-bottom:.25rem}.pl-1{padding-left:.25rem}.pr-1{padding-right:.25rem}.p-1{padding:.25rem}.px-1{padding-right:.25rem;padding-left:.25rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.mt-2{margin-top:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.m-2{margin:.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mx-2{margin-right:.5rem;margin-left:.5rem}.pt-2{padding-top:.5rem}.pb-2{padding-bottom:.5rem}.pl-2{padding-left:.5rem}.pr-2{padding-right:.5rem}.p-2{padding:.5rem}.px-2{padding-right:.5rem;padding-left:.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.mt-3{margin-top:.75rem}.mb-3{margin-bottom:.75rem}.ml-3{margin-left:.75rem}.mr-3{margin-right:.75rem}.m-3{margin:.75rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.mx-3{margin-right:.75rem;margin-left:.75rem}.pt-3{padding-top:.75rem}.pb-3{padding-bottom:.75rem}.pl-3{padding-left:.75rem}.pr-3{padding-right:.75rem}.p-3{padding:.75rem}.px-3{padding-right:.75rem;padding-left:.75rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.mr-4{margin-right:1rem}.m-4{margin:1rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mx-4{margin-right:1rem;margin-left:1rem}.pt-4{padding-top:1rem}.pb-4{padding-bottom:1rem}.pl-4{padding-left:1rem}.pr-4{padding-right:1rem}.p-4{padding:1rem}.px-4{padding-right:1rem;padding-left:1rem}.py-4{padding-top:1rem;padding-bottom:1rem}.mt-5{margin-top:1.25rem}.mb-5{margin-bottom:1.25rem}.ml-5{margin-left:1.25rem}.mr-5{margin-right:1.25rem}.m-5{margin:1.25rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.mx-5{margin-right:1.25rem;margin-left:1.25rem}.pt-5{padding-top:1.25rem}.pb-5{padding-bottom:1.25rem}.pl-5{padding-left:1.25rem}.pr-5{padding-right:1.25rem}.p-5{padding:1.25rem}.px-5{padding-right:1.25rem;padding-left:1.25rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.mt-6{margin-top:1.5rem}.mb-6{margin-bottom:1.5rem}.ml-6{margin-left:1.5rem}.mr-6{margin-right:1.5rem}.m-6{margin:1.5rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.mx-6{margin-right:1.5rem;margin-left:1.5rem}.pt-6{padding-top:1.5rem}.pb-6{padding-bottom:1.5rem}.pl-6{padding-left:1.5rem}.pr-6{padding-right:1.5rem}.p-6{padding:1.5rem}.px-6{padding-right:1.5rem;padding-left:1.5rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.mt-7{margin-top:1.75rem}.mb-7{margin-bottom:1.75rem}.ml-7{margin-left:1.75rem}.mr-7{margin-right:1.75rem}.m-7{margin:1.75rem}.my-7{margin-top:1.75rem;margin-bottom:1.75rem}.mx-7{margin-right:1.75rem;margin-left:1.75rem}.pt-7{padding-top:1.75rem}.pb-7{padding-bottom:1.75rem}.pl-7{padding-left:1.75rem}.pr-7{padding-right:1.75rem}.p-7{padding:1.75rem}.px-7{padding-right:1.75rem;padding-left:1.75rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.mt-8{margin-top:2rem}.mb-8{margin-bottom:2rem}.ml-8{margin-left:2rem}.mr-8{margin-right:2rem}.m-8{margin:2rem}.my-8{margin-top:2rem;margin-bottom:2rem}.mx-8{margin-right:2rem;margin-left:2rem}.pt-8{padding-top:2rem}.pb-8{padding-bottom:2rem}.pl-8{padding-left:2rem}.pr-8{padding-right:2rem}.p-8{padding:2rem}.px-8{padding-right:2rem;padding-left:2rem}.py-8{padding-top:2rem;padding-bottom:2rem}.mt-9{margin-top:2.25rem}.mb-9{margin-bottom:2.25rem}.ml-9{margin-left:2.25rem}.mr-9{margin-right:2.25rem}.m-9{margin:2.25rem}.my-9{margin-top:2.25rem;margin-bottom:2.25rem}.mx-9{margin-right:2.25rem;margin-left:2.25rem}.pt-9{padding-top:2.25rem}.pb-9{padding-bottom:2.25rem}.pl-9{padding-left:2.25rem}.pr-9{padding-right:2.25rem}.p-9{padding:2.25rem}.px-9{padding-right:2.25rem;padding-left:2.25rem}.py-9{padding-top:2.25rem;padding-bottom:2.25rem}.mt-10{margin-top:2.5rem}.mb-10{margin-bottom:2.5rem}.ml-10{margin-left:2.5rem}.mr-10{margin-right:2.5rem}.m-10{margin:2.5rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.mx-10{margin-right:2.5rem;margin-left:2.5rem}.pt-10{padding-top:2.5rem}.pb-10{padding-bottom:2.5rem}.pl-10{padding-left:2.5rem}.pr-10{padding-right:2.5rem}.p-10{padding:2.5rem}.px-10{padding-right:2.5rem;padding-left:2.5rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.mt-11{margin-top:2.75rem}.mb-11{margin-bottom:2.75rem}.ml-11{margin-left:2.75rem}.mr-11{margin-right:2.75rem}.m-11{margin:2.75rem}.my-11{margin-top:2.75rem;margin-bottom:2.75rem}.mx-11{margin-right:2.75rem;margin-left:2.75rem}.pt-11{padding-top:2.75rem}.pb-11{padding-bottom:2.75rem}.pl-11{padding-left:2.75rem}.pr-11{padding-right:2.75rem}.p-11{padding:2.75rem}.px-11{padding-right:2.75rem;padding-left:2.75rem}.py-11{padding-top:2.75rem;padding-bottom:2.75rem}.mt-12{margin-top:3rem}.mb-12{margin-bottom:3rem}.ml-12{margin-left:3rem}.mr-12{margin-right:3rem}.m-12{margin:3rem}.my-12{margin-top:3rem;margin-bottom:3rem}.mx-12{margin-right:3rem;margin-left:3rem}.pt-12{padding-top:3rem}.pb-12{padding-bottom:3rem}.pl-12{padding-left:3rem}.pr-12{padding-right:3rem}.p-12{padding:3rem}.px-12{padding-right:3rem;padding-left:3rem}.py-12{padding-top:3rem;padding-bottom:3rem}.w-full{width:100%!important}.mx-auto{margin:0 auto!important}.text-xxs{font-size:.625rem}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem!important}.text-lg-2{font-size:1.25rem}.text-xl{font-size:1.5rem}.text-xll{font-size:1.75rem}.text-xxl{font-size:2rem}.text-center{text-align:center!important}.text-left{text-align:left!important}.text-justify{text-align:justify}.text-stroke{text-decoration:line-through;text-decoration-thickness:2px}.text-underline{text-decoration:underline;text-decoration-thickness:2px}.text-no-underline{text-decoration:none}.text-underline-hover:hover{text-decoration:underline;text-decoration-thickness:2px}.cursor-pointer{cursor:pointer}.overflow-auto{overflow:auto}.bellinus-popover{background:#fff;padding:1rem;border:1px solid #c8c8c8;border-radius:20px;box-shadow:0 3px 6px rgba(0,0,0,.161);z-index:1000;max-height:350px;overflow:auto;max-width:800px}.bellinus-popover.multi-select-filter-popover{border-radius:0 0 5px 5px;border-top:none;margin:0 1rem;min-width:268px}.bellinus-popover .multi-select-filter-popover--option{display:flex;gap:.5rem;align-items:center;padding:.15rem 0}.bellinus-popover .multi-select-filter-popover--option .form-group{margin:0}.react-calendar{border:none!important}.react-calendar--doubleView{max-width:550px!important}.react-calendar .react-calendar__navigation{max-width:550px}.react-calendar__viewContainer{display:flex}.react-calendar__viewContainer .react-calendar__month-view{max-width:275px}@media(max-width:640px){.react-calendar__viewContainer .react-calendar__month-view{max-width:none}}.react-calendar__viewContainer .react-calendar__month-view__days button{height:38px}.react-calendar__viewContainer .react-calendar__month-view__days .react-calendar__tile--active:not(.react-calendar__tile--rangeStart):not(.react-calendar__tile--rangeEnd):not(.react-calendar__month-view__days__day--neighboringMonth),.react-calendar__viewContainer .react-calendar__month-view__days .react-calendar__tile--active:not(.react-calendar__tile--rangeStart):not(.react-calendar__tile--rangeEnd):not(.react-calendar__month-view__days__day--neighboringMonth):hover,.react-calendar__viewContainer .react-calendar__month-view__days .react-calendar__tile--now,.react-calendar__viewContainer .react-calendar__month-view__days .react-calendar__tile--now:hover{background:#f2f2f2;color:#000}.react-calendar__viewContainer .react-calendar__month-view__days .react-calendar__month-view__days__day--weekend{color:#000}.react-calendar__viewContainer .react-calendar__month-view__days .react-calendar__tile--active.react-calendar__tile--rangeEnd:not(.react-calendar__month-view__days__day--neighboringMonth),.react-calendar__viewContainer .react-calendar__month-view__days .react-calendar__tile--active.react-calendar__tile--rangeStart:not(.react-calendar__month-view__days__day--neighboringMonth){background:#007fff}.react-calendar__viewContainer .react-calendar__month-view__days__day--neighboringMonth{color:transparent;pointer-events:none}.react-calendar__viewContainer .react-calendar__month-view__days__day--neighboringMonth.react-calendar__tile--active{background:#fff}.block{display:block;text-align:left}.bx-checkbox-container{padding-left:35px;margin-bottom:12px;height:8px;cursor:pointer;font-size:18px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.bx-checkbox-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.bx-checkbox-container .checkmark{position:absolute;top:0;left:0;height:22px;width:22px;border-radius:5px;background-color:#eee}.bx-checkbox-container:hover input~.checkmark{background-color:#ccc}.bx-checkbox-container input:checked~.checkmark{background:#536920}.bx-checkbox-container .checkmark:after{content:"";position:absolute;display:none}.bx-checkbox-container input:checked~.checkmark:after{display:block}.bx-checkbox-container .checkmark:after{left:9px;top:5px;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}.bx-checkbox-container.small{display:block;position:relative;padding-left:35px;margin-bottom:12px;height:8px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.bx-checkbox-container.small input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.bx-checkbox-container.small .checkmark{position:absolute;top:0;left:0;height:18px;width:18px;border-radius:5px;background-color:#eee}.bx-checkbox-container.small:hover input~.checkmark{background-color:#ccc}.bx-checkbox-container.small input:checked~.checkmark{background:#536920}.bx-checkbox-container.small .checkmark:after{content:"";position:absolute;display:none}.bx-checkbox-container.small input:checked~.checkmark:after{display:block}.bx-checkbox-container.small .checkmark:after{left:6px;top:3px;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}.PhoneInput{border:1px solid #c8c8c8;border-radius:5px;padding:1em;max-height:42px;background:none}.PhoneInput input{border:none;font-size:.875rem;font-weight:700}.PhoneInput input:focus-visible{outline:none}.PhoneInput input::placeholder{font-weight:400;color:#c8c8c8}.border-lighter{border:1px solid #f2f2f2}.border-gray-bottom{border-bottom:1px solid #c8c8c8}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.skeleton-loader{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f6f7f8;background:linear-gradient(90deg,#eee 8%,#ddd 18%,#eee 33%);background-size:100% 100%;position:relative;border:2px solid transparent!important}.skeleton-loader.button{width:145px;height:36px;border-radius:5px}.relative{position:relative}.switch{position:relative;width:45px;height:22px;background:#c8c8c8;background-size:contain;background-position:50%;border-radius:15px;padding:0;animation:all .3s ease-in-out;cursor:pointer}.switch,.switch .clouds{background-repeat:no-repeat;transition:.4s}.switch .clouds{position:absolute;top:5px;right:10px;width:12px;height:7px}.switch .clouds.low{top:10px;right:18px}.switch-thumb{background:#fff;position:absolute;display:block;bottom:2px;width:18px;height:18px;left:2px;border-radius:10px;background-size:cover;background-repeat:no-repeat;background-position:50%;transition:.4s}.switch-thumb:hover{cursor:pointer}.switch.checked{animation:all .3s ease-in-out;background:#536920}.switch.checked .clouds{left:10px;transition:.4s}.switch.checked .clouds.low{top:11px;left:18px}.switch.checked .switch-thumb{left:25px;right:0;background-size:contain;transition:.4s}.no-wrap{flex-wrap:nowrap}.stepper,.wrap{flex-wrap:wrap}.stepper{display:flex;position:relative;--size:3rem;--spacing:0.5rem}.stepper.full-width{margin:0 -22%}@media screen and (max-width:640px){.stepper.full-width{margin:0 -16%}}.stepper_step{flex:1 1;display:flex;flex-direction:column;justify-content:center;text-align:center}.stepper_step.complete:not(:last-child):after{background-color:#52992c}.stepper_step.complete .stepper_item,.stepper_step.current .stepper_item{background:#52992c}.stepper_step:not(:last-child):after{content:"";position:relative;height:2px;background-color:#c8c8c8;order:-1;top:1.26rem;width:calc(100% - var(--size) - var(--spacing)*2);left:calc(50% + var(--size)/2 + var(--spacing))}.stepper_item{display:flex;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:24px;background:#c8c8c8;border-radius:1.25rem;color:#fff;font-weight:600;margin:0 auto}.shadow,.stepper_item{box-shadow:0 10px 20px rgba(0,0,0,.161)}.rounded-container{background:#fff}.rounded-container-20{border-radius:20px}.rounded-container-8{border-radius:8px}.grid{display:grid}.grid.cols-2{grid-template-columns:repeat(2,calc(50% - 1rem));gap:1rem}.StripeElement--empty{font-size:12px;font-weight:700;color:#000;padding:1em;border:1px solid #c8c8c8;width:100%;border-radius:5px;transition:all .15s linear}.StripeElement--empty::placeholder{font-weight:400;color:#c8c8c8}.StripeElement--empty:focus{outline:1px solid rgba(0,127,255,.3);box-shadow:0 0 10px rgba(0,0,0,.161)}.form-group{display:block;position:relative;margin:.5em 0 14px}.form-group.side-group{display:flex;flex-direction:row-reverse;align-items:center;gap:1rem}.form-group.borderless{margin:0}.form-label{color:#585858;font-size:12px;font-weight:700;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;column-gap:.3em;width:100%;margin-bottom:4px;line-height:1;transition:all .15s linear}.form-label img{height:1.5em;width:auto;filter:grayscale(100%)}.form-label.error{color:#ef4545}.form-label.error img{filter:sepia(100%) saturate(419%) brightness(60%) hue-rotate(312deg)}.form-input{font-size:12px;font-weight:700;color:#000;padding:1em;border:1px solid #c8c8c8;width:100%;border-radius:5px;transition:all .15s linear}.form-input.stripe{border-color:#c8c8c8!important;background:#fff!important}.form-input-end-icon{position:absolute;top:50%;transform:translateY(-50%);right:1rem}.form-input-end-icon:hover{cursor:pointer}.form-input::placeholder{font-weight:400;color:#c8c8c8}.form-input:focus{outline:1px solid rgba(0,127,255,.3);box-shadow:0 0 10px rgba(0,0,0,.161)}.form-input.error{border-color:#ef4545;background-color:hsla(0,0%,78%,.09)}.form-input.error:focus{outline:1px solid rgba(239,69,69,.3)}.form-input.borderless{border:none}.form-input.borderless:focus{outline:none;box-shadow:none}.form-input.disabled,.form-input:disabled{border-color:#f2f2f2!important;background-color:hsla(0,0%,78%,.3)!important;color:#8b8b8b;cursor:not-allowed}.form-input:-moz-read-only{border-color:#f2f2f2;background-color:#c8c8c8}.form-input.read-only,.form-input:read-only{border-color:#f2f2f2;background-color:#c8c8c8}.form-error-label{color:#ef4545;font-size:10px;font-weight:700;position:absolute;bottom:-14px;left:0}input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;margin:0;font:inherit;color:currentColor;width:22px;height:22px;border:2px solid #707070;border-radius:50%;display:grid;place-content:center}input[type=radio]:hover{cursor:pointer}input[type=radio]:before{content:"";width:14px;height:14px;border-radius:50%;transform:scale(0);transition:transform .12s ease-in-out;box-shadow:inset 1em 1em #52992c}input[type=radio]:checked:before{transform:scale(1);transition:all .2s ease-in-out}input[type=radio]:focus{cursor:pointer}.btn,.btn-blue,.btn-dual,.btn-dual-blue,.btn-dual-grayLight,.btn-dual-green,.btn-dual-greenDark,.btn-dual-greenLight,.btn-dual-greenLighter,.btn-dual-light,.btn-dual-purple,.btn-dual-red,.btn-dual-yellow,.btn-grayLight,.btn-green,.btn-greenDark,.btn-greenLight,.btn-greenLighter,.btn-light,.btn-outlined,.btn-outlined-blue,.btn-outlined-dual,.btn-outlined-dual-blue,.btn-outlined-dual-grayLight,.btn-outlined-dual-green,.btn-outlined-dual-greenDark,.btn-outlined-dual-greenLight,.btn-outlined-dual-greenLighter,.btn-outlined-dual-light,.btn-outlined-dual-purple,.btn-outlined-dual-red,.btn-outlined-dual-yellow,.btn-outlined-grayLight,.btn-outlined-green,.btn-outlined-greenDark,.btn-outlined-greenLight,.btn-outlined-greenLighter,.btn-outlined-light,.btn-outlined-purple,.btn-outlined-red,.btn-outlined-yellow,.btn-purple,.btn-red,.btn-yellow{cursor:pointer;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;column-gap:.3em;width:100%;border:1px solid hsla(0,0%,55%,.3);outline:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-decoration:none;border-radius:5px;padding:15px 24px;line-height:1;background-color:#8b8b8b;color:#000;margin:0 6px;font-family:Open Sans,sans-serif;font-size:18px;font-weight:700;transition:all .25s ease-out;min-width:max-content}@media(min-width:640px){.btn,.btn-blue,.btn-dual,.btn-dual-blue,.btn-dual-grayLight,.btn-dual-green,.btn-dual-greenDark,.btn-dual-greenLight,.btn-dual-greenLighter,.btn-dual-light,.btn-dual-purple,.btn-dual-red,.btn-dual-yellow,.btn-grayLight,.btn-green,.btn-greenDark,.btn-greenLight,.btn-greenLighter,.btn-light,.btn-outlined,.btn-outlined-blue,.btn-outlined-dual,.btn-outlined-dual-blue,.btn-outlined-dual-grayLight,.btn-outlined-dual-green,.btn-outlined-dual-greenDark,.btn-outlined-dual-greenLight,.btn-outlined-dual-greenLighter,.btn-outlined-dual-light,.btn-outlined-dual-purple,.btn-outlined-dual-red,.btn-outlined-dual-yellow,.btn-outlined-grayLight,.btn-outlined-green,.btn-outlined-greenDark,.btn-outlined-greenLight,.btn-outlined-greenLighter,.btn-outlined-light,.btn-outlined-purple,.btn-outlined-red,.btn-outlined-yellow,.btn-purple,.btn-red,.btn-yellow{display:inline-flex;width:auto}}.btn img,.btn-blue img,.btn-dual img,.btn-dual-blue img,.btn-dual-grayLight img,.btn-dual-green img,.btn-dual-greenDark img,.btn-dual-greenLight img,.btn-dual-greenLighter img,.btn-dual-light img,.btn-dual-purple img,.btn-dual-red img,.btn-dual-yellow img,.btn-grayLight img,.btn-green img,.btn-greenDark img,.btn-greenLight img,.btn-greenLighter img,.btn-light img,.btn-outlined img,.btn-outlined-blue img,.btn-outlined-dual img,.btn-outlined-dual-blue img,.btn-outlined-dual-grayLight img,.btn-outlined-dual-green img,.btn-outlined-dual-greenDark img,.btn-outlined-dual-greenLight img,.btn-outlined-dual-greenLighter img,.btn-outlined-dual-light img,.btn-outlined-dual-purple img,.btn-outlined-dual-red img,.btn-outlined-dual-yellow img,.btn-outlined-grayLight img,.btn-outlined-green img,.btn-outlined-greenDark img,.btn-outlined-greenLight img,.btn-outlined-greenLighter img,.btn-outlined-light img,.btn-outlined-purple img,.btn-outlined-red img,.btn-outlined-yellow img,.btn-purple img,.btn-red img,.btn-yellow img{height:.8em;width:auto;transition:all .25s ease-out}.active.btn-blue,.active.btn-dual,.active.btn-dual-blue,.active.btn-dual-grayLight,.active.btn-dual-green,.active.btn-dual-greenDark,.active.btn-dual-greenLight,.active.btn-dual-greenLighter,.active.btn-dual-light,.active.btn-dual-purple,.active.btn-dual-red,.active.btn-dual-yellow,.active.btn-grayLight,.active.btn-green,.active.btn-greenDark,.active.btn-greenLight,.active.btn-greenLighter,.active.btn-light,.active.btn-outlined,.active.btn-outlined-blue,.active.btn-outlined-dual,.active.btn-outlined-dual-blue,.active.btn-outlined-dual-grayLight,.active.btn-outlined-dual-green,.active.btn-outlined-dual-greenDark,.active.btn-outlined-dual-greenLight,.active.btn-outlined-dual-greenLighter,.active.btn-outlined-dual-light,.active.btn-outlined-dual-purple,.active.btn-outlined-dual-red,.active.btn-outlined-dual-yellow,.active.btn-outlined-grayLight,.active.btn-outlined-green,.active.btn-outlined-greenDark,.active.btn-outlined-greenLight,.active.btn-outlined-greenLighter,.active.btn-outlined-light,.active.btn-outlined-purple,.active.btn-outlined-red,.active.btn-outlined-yellow,.active.btn-purple,.active.btn-red,.active.btn-yellow,.btn-blue:hover,.btn-dual-blue:hover,.btn-dual-grayLight:hover,.btn-dual-green:hover,.btn-dual-greenDark:hover,.btn-dual-greenLight:hover,.btn-dual-greenLighter:hover,.btn-dual-light:hover,.btn-dual-purple:hover,.btn-dual-red:hover,.btn-dual-yellow:hover,.btn-dual:hover,.btn-grayLight:hover,.btn-green:hover,.btn-greenDark:hover,.btn-greenLight:hover,.btn-greenLighter:hover,.btn-light:hover,.btn-outlined-blue:hover,.btn-outlined-dual-blue:hover,.btn-outlined-dual-grayLight:hover,.btn-outlined-dual-green:hover,.btn-outlined-dual-greenDark:hover,.btn-outlined-dual-greenLight:hover,.btn-outlined-dual-greenLighter:hover,.btn-outlined-dual-light:hover,.btn-outlined-dual-purple:hover,.btn-outlined-dual-red:hover,.btn-outlined-dual-yellow:hover,.btn-outlined-dual:hover,.btn-outlined-grayLight:hover,.btn-outlined-green:hover,.btn-outlined-greenDark:hover,.btn-outlined-greenLight:hover,.btn-outlined-greenLighter:hover,.btn-outlined-light:hover,.btn-outlined-purple:hover,.btn-outlined-red:hover,.btn-outlined-yellow:hover,.btn-outlined:hover,.btn-purple:hover,.btn-red:hover,.btn-yellow:hover,.btn.active,.btn:hover{background-color:#727272;box-shadow:0 3px 6px rgba(0,0,0,.161);color:#fff}.btn-blue:disabled,.btn-dual-blue:disabled,.btn-dual-grayLight:disabled,.btn-dual-green:disabled,.btn-dual-greenDark:disabled,.btn-dual-greenLight:disabled,.btn-dual-greenLighter:disabled,.btn-dual-light:disabled,.btn-dual-purple:disabled,.btn-dual-red:disabled,.btn-dual-yellow:disabled,.btn-dual:disabled,.btn-grayLight:disabled,.btn-green:disabled,.btn-greenDark:disabled,.btn-greenLight:disabled,.btn-greenLighter:disabled,.btn-light:disabled,.btn-outlined-blue:disabled,.btn-outlined-dual-blue:disabled,.btn-outlined-dual-grayLight:disabled,.btn-outlined-dual-green:disabled,.btn-outlined-dual-greenDark:disabled,.btn-outlined-dual-greenLight:disabled,.btn-outlined-dual-greenLighter:disabled,.btn-outlined-dual-light:disabled,.btn-outlined-dual-purple:disabled,.btn-outlined-dual-red:disabled,.btn-outlined-dual-yellow:disabled,.btn-outlined-dual:disabled,.btn-outlined-grayLight:disabled,.btn-outlined-green:disabled,.btn-outlined-greenDark:disabled,.btn-outlined-greenLight:disabled,.btn-outlined-greenLighter:disabled,.btn-outlined-light:disabled,.btn-outlined-purple:disabled,.btn-outlined-red:disabled,.btn-outlined-yellow:disabled,.btn-outlined:disabled,.btn-purple:disabled,.btn-red:disabled,.btn-yellow:disabled,.btn:disabled{opacity:.5;border:1px solid #c8c8c8;cursor:not-allowed}.btn-blue:disabled:hover,.btn-dual-blue:disabled:hover,.btn-dual-grayLight:disabled:hover,.btn-dual-green:disabled:hover,.btn-dual-greenDark:disabled:hover,.btn-dual-greenLight:disabled:hover,.btn-dual-greenLighter:disabled:hover,.btn-dual-light:disabled:hover,.btn-dual-purple:disabled:hover,.btn-dual-red:disabled:hover,.btn-dual-yellow:disabled:hover,.btn-dual:disabled:hover,.btn-grayLight:disabled:hover,.btn-green:disabled:hover,.btn-greenDark:disabled:hover,.btn-greenLight:disabled:hover,.btn-greenLighter:disabled:hover,.btn-light:disabled:hover,.btn-outlined-blue:disabled:hover,.btn-outlined-dual-blue:disabled:hover,.btn-outlined-dual-grayLight:disabled:hover,.btn-outlined-dual-green:disabled:hover,.btn-outlined-dual-greenDark:disabled:hover,.btn-outlined-dual-greenLight:disabled:hover,.btn-outlined-dual-greenLighter:disabled:hover,.btn-outlined-dual-light:disabled:hover,.btn-outlined-dual-purple:disabled:hover,.btn-outlined-dual-red:disabled:hover,.btn-outlined-dual-yellow:disabled:hover,.btn-outlined-dual:disabled:hover,.btn-outlined-grayLight:disabled:hover,.btn-outlined-green:disabled:hover,.btn-outlined-greenDark:disabled:hover,.btn-outlined-greenLight:disabled:hover,.btn-outlined-greenLighter:disabled:hover,.btn-outlined-light:disabled:hover,.btn-outlined-purple:disabled:hover,.btn-outlined-red:disabled:hover,.btn-outlined-yellow:disabled:hover,.btn-outlined:disabled:hover,.btn-purple:disabled:hover,.btn-red:disabled:hover,.btn-yellow:disabled:hover,.btn:disabled:hover{box-shadow:none;opacity:.5}.btn-transparent.btn-blue,.btn-transparent.btn-dual,.btn-transparent.btn-dual-blue,.btn-transparent.btn-dual-grayLight,.btn-transparent.btn-dual-green,.btn-transparent.btn-dual-greenDark,.btn-transparent.btn-dual-greenLight,.btn-transparent.btn-dual-greenLighter,.btn-transparent.btn-dual-light,.btn-transparent.btn-dual-purple,.btn-transparent.btn-dual-red,.btn-transparent.btn-dual-yellow,.btn-transparent.btn-grayLight,.btn-transparent.btn-green,.btn-transparent.btn-greenDark,.btn-transparent.btn-greenLight,.btn-transparent.btn-greenLighter,.btn-transparent.btn-light,.btn-transparent.btn-outlined,.btn-transparent.btn-outlined-blue,.btn-transparent.btn-outlined-dual,.btn-transparent.btn-outlined-dual-blue,.btn-transparent.btn-outlined-dual-grayLight,.btn-transparent.btn-outlined-dual-green,.btn-transparent.btn-outlined-dual-greenDark,.btn-transparent.btn-outlined-dual-greenLight,.btn-transparent.btn-outlined-dual-greenLighter,.btn-transparent.btn-outlined-dual-light,.btn-transparent.btn-outlined-dual-purple,.btn-transparent.btn-outlined-dual-red,.btn-transparent.btn-outlined-dual-yellow,.btn-transparent.btn-outlined-grayLight,.btn-transparent.btn-outlined-green,.btn-transparent.btn-outlined-greenDark,.btn-transparent.btn-outlined-greenLight,.btn-transparent.btn-outlined-greenLighter,.btn-transparent.btn-outlined-light,.btn-transparent.btn-outlined-purple,.btn-transparent.btn-outlined-red,.btn-transparent.btn-outlined-yellow,.btn-transparent.btn-purple,.btn-transparent.btn-red,.btn-transparent.btn-yellow,.btn.btn-transparent{background-color:transparent;border:1px solid transparent;box-shadow:none;color:#000;text-decoration:underline}.btn-transparent.active.btn-blue,.btn-transparent.active.btn-dual,.btn-transparent.active.btn-dual-blue,.btn-transparent.active.btn-dual-grayLight,.btn-transparent.active.btn-dual-green,.btn-transparent.active.btn-dual-greenDark,.btn-transparent.active.btn-dual-greenLight,.btn-transparent.active.btn-dual-greenLighter,.btn-transparent.active.btn-dual-light,.btn-transparent.active.btn-dual-purple,.btn-transparent.active.btn-dual-red,.btn-transparent.active.btn-dual-yellow,.btn-transparent.active.btn-grayLight,.btn-transparent.active.btn-green,.btn-transparent.active.btn-greenDark,.btn-transparent.active.btn-greenLight,.btn-transparent.active.btn-greenLighter,.btn-transparent.active.btn-light,.btn-transparent.active.btn-outlined,.btn-transparent.active.btn-outlined-blue,.btn-transparent.active.btn-outlined-dual,.btn-transparent.active.btn-outlined-dual-blue,.btn-transparent.active.btn-outlined-dual-grayLight,.btn-transparent.active.btn-outlined-dual-green,.btn-transparent.active.btn-outlined-dual-greenDark,.btn-transparent.active.btn-outlined-dual-greenLight,.btn-transparent.active.btn-outlined-dual-greenLighter,.btn-transparent.active.btn-outlined-dual-light,.btn-transparent.active.btn-outlined-dual-purple,.btn-transparent.active.btn-outlined-dual-red,.btn-transparent.active.btn-outlined-dual-yellow,.btn-transparent.active.btn-outlined-grayLight,.btn-transparent.active.btn-outlined-green,.btn-transparent.active.btn-outlined-greenDark,.btn-transparent.active.btn-outlined-greenLight,.btn-transparent.active.btn-outlined-greenLighter,.btn-transparent.active.btn-outlined-light,.btn-transparent.active.btn-outlined-purple,.btn-transparent.active.btn-outlined-red,.btn-transparent.active.btn-outlined-yellow,.btn-transparent.active.btn-purple,.btn-transparent.active.btn-red,.btn-transparent.active.btn-yellow,.btn-transparent.btn-blue:hover,.btn-transparent.btn-dual-blue:hover,.btn-transparent.btn-dual-grayLight:hover,.btn-transparent.btn-dual-green:hover,.btn-transparent.btn-dual-greenDark:hover,.btn-transparent.btn-dual-greenLight:hover,.btn-transparent.btn-dual-greenLighter:hover,.btn-transparent.btn-dual-light:hover,.btn-transparent.btn-dual-purple:hover,.btn-transparent.btn-dual-red:hover,.btn-transparent.btn-dual-yellow:hover,.btn-transparent.btn-dual:hover,.btn-transparent.btn-grayLight:hover,.btn-transparent.btn-green:hover,.btn-transparent.btn-greenDark:hover,.btn-transparent.btn-greenLight:hover,.btn-transparent.btn-greenLighter:hover,.btn-transparent.btn-light:hover,.btn-transparent.btn-outlined-blue:hover,.btn-transparent.btn-outlined-dual-blue:hover,.btn-transparent.btn-outlined-dual-grayLight:hover,.btn-transparent.btn-outlined-dual-green:hover,.btn-transparent.btn-outlined-dual-greenDark:hover,.btn-transparent.btn-outlined-dual-greenLight:hover,.btn-transparent.btn-outlined-dual-greenLighter:hover,.btn-transparent.btn-outlined-dual-light:hover,.btn-transparent.btn-outlined-dual-purple:hover,.btn-transparent.btn-outlined-dual-red:hover,.btn-transparent.btn-outlined-dual-yellow:hover,.btn-transparent.btn-outlined-dual:hover,.btn-transparent.btn-outlined-grayLight:hover,.btn-transparent.btn-outlined-green:hover,.btn-transparent.btn-outlined-greenDark:hover,.btn-transparent.btn-outlined-greenLight:hover,.btn-transparent.btn-outlined-greenLighter:hover,.btn-transparent.btn-outlined-light:hover,.btn-transparent.btn-outlined-purple:hover,.btn-transparent.btn-outlined-red:hover,.btn-transparent.btn-outlined-yellow:hover,.btn-transparent.btn-outlined:hover,.btn-transparent.btn-purple:hover,.btn-transparent.btn-red:hover,.btn-transparent.btn-yellow:hover,.btn.btn-transparent.active,.btn.btn-transparent:hover{text-decoration:underline}.btn-block.btn-blue,.btn-block.btn-dual,.btn-block.btn-dual-blue,.btn-block.btn-dual-grayLight,.btn-block.btn-dual-green,.btn-block.btn-dual-greenDark,.btn-block.btn-dual-greenLight,.btn-block.btn-dual-greenLighter,.btn-block.btn-dual-light,.btn-block.btn-dual-purple,.btn-block.btn-dual-red,.btn-block.btn-dual-yellow,.btn-block.btn-grayLight,.btn-block.btn-green,.btn-block.btn-greenDark,.btn-block.btn-greenLight,.btn-block.btn-greenLighter,.btn-block.btn-light,.btn-block.btn-outlined,.btn-block.btn-outlined-blue,.btn-block.btn-outlined-dual,.btn-block.btn-outlined-dual-blue,.btn-block.btn-outlined-dual-grayLight,.btn-block.btn-outlined-dual-green,.btn-block.btn-outlined-dual-greenDark,.btn-block.btn-outlined-dual-greenLight,.btn-block.btn-outlined-dual-greenLighter,.btn-block.btn-outlined-dual-light,.btn-block.btn-outlined-dual-purple,.btn-block.btn-outlined-dual-red,.btn-block.btn-outlined-dual-yellow,.btn-block.btn-outlined-grayLight,.btn-block.btn-outlined-green,.btn-block.btn-outlined-greenDark,.btn-block.btn-outlined-greenLight,.btn-block.btn-outlined-greenLighter,.btn-block.btn-outlined-light,.btn-block.btn-outlined-purple,.btn-block.btn-outlined-red,.btn-block.btn-outlined-yellow,.btn-block.btn-purple,.btn-block.btn-red,.btn-block.btn-yellow,.btn.btn-block{display:block;margin:0;width:100%;text-align:center}.btn-xsmall.btn-blue,.btn-xsmall.btn-dual,.btn-xsmall.btn-dual-blue,.btn-xsmall.btn-dual-grayLight,.btn-xsmall.btn-dual-green,.btn-xsmall.btn-dual-greenDark,.btn-xsmall.btn-dual-greenLight,.btn-xsmall.btn-dual-greenLighter,.btn-xsmall.btn-dual-light,.btn-xsmall.btn-dual-purple,.btn-xsmall.btn-dual-red,.btn-xsmall.btn-dual-yellow,.btn-xsmall.btn-grayLight,.btn-xsmall.btn-green,.btn-xsmall.btn-greenDark,.btn-xsmall.btn-greenLight,.btn-xsmall.btn-greenLighter,.btn-xsmall.btn-light,.btn-xsmall.btn-outlined,.btn-xsmall.btn-outlined-blue,.btn-xsmall.btn-outlined-dual,.btn-xsmall.btn-outlined-dual-blue,.btn-xsmall.btn-outlined-dual-grayLight,.btn-xsmall.btn-outlined-dual-green,.btn-xsmall.btn-outlined-dual-greenDark,.btn-xsmall.btn-outlined-dual-greenLight,.btn-xsmall.btn-outlined-dual-greenLighter,.btn-xsmall.btn-outlined-dual-light,.btn-xsmall.btn-outlined-dual-purple,.btn-xsmall.btn-outlined-dual-red,.btn-xsmall.btn-outlined-dual-yellow,.btn-xsmall.btn-outlined-grayLight,.btn-xsmall.btn-outlined-green,.btn-xsmall.btn-outlined-greenDark,.btn-xsmall.btn-outlined-greenLight,.btn-xsmall.btn-outlined-greenLighter,.btn-xsmall.btn-outlined-light,.btn-xsmall.btn-outlined-purple,.btn-xsmall.btn-outlined-red,.btn-xsmall.btn-outlined-yellow,.btn-xsmall.btn-purple,.btn-xsmall.btn-red,.btn-xsmall.btn-yellow,.btn.btn-xsmall{font-size:10px;padding:10px 20px;border-radius:5px}.btn-small.btn-blue,.btn-small.btn-dual,.btn-small.btn-dual-blue,.btn-small.btn-dual-grayLight,.btn-small.btn-dual-green,.btn-small.btn-dual-greenDark,.btn-small.btn-dual-greenLight,.btn-small.btn-dual-greenLighter,.btn-small.btn-dual-light,.btn-small.btn-dual-purple,.btn-small.btn-dual-red,.btn-small.btn-dual-yellow,.btn-small.btn-grayLight,.btn-small.btn-green,.btn-small.btn-greenDark,.btn-small.btn-greenLight,.btn-small.btn-greenLighter,.btn-small.btn-light,.btn-small.btn-outlined,.btn-small.btn-outlined-blue,.btn-small.btn-outlined-dual,.btn-small.btn-outlined-dual-blue,.btn-small.btn-outlined-dual-grayLight,.btn-small.btn-outlined-dual-green,.btn-small.btn-outlined-dual-greenDark,.btn-small.btn-outlined-dual-greenLight,.btn-small.btn-outlined-dual-greenLighter,.btn-small.btn-outlined-dual-light,.btn-small.btn-outlined-dual-purple,.btn-small.btn-outlined-dual-red,.btn-small.btn-outlined-dual-yellow,.btn-small.btn-outlined-grayLight,.btn-small.btn-outlined-green,.btn-small.btn-outlined-greenDark,.btn-small.btn-outlined-greenLight,.btn-small.btn-outlined-greenLighter,.btn-small.btn-outlined-light,.btn-small.btn-outlined-purple,.btn-small.btn-outlined-red,.btn-small.btn-outlined-yellow,.btn-small.btn-purple,.btn-small.btn-red,.btn-small.btn-yellow,.btn.btn-small{font-size:12px;padding:12px 24px;border-radius:5px}.btn-large.btn-blue,.btn-large.btn-dual,.btn-large.btn-dual-blue,.btn-large.btn-dual-grayLight,.btn-large.btn-dual-green,.btn-large.btn-dual-greenDark,.btn-large.btn-dual-greenLight,.btn-large.btn-dual-greenLighter,.btn-large.btn-dual-light,.btn-large.btn-dual-purple,.btn-large.btn-dual-red,.btn-large.btn-dual-yellow,.btn-large.btn-grayLight,.btn-large.btn-green,.btn-large.btn-greenDark,.btn-large.btn-greenLight,.btn-large.btn-greenLighter,.btn-large.btn-light,.btn-large.btn-outlined,.btn-large.btn-outlined-blue,.btn-large.btn-outlined-dual,.btn-large.btn-outlined-dual-blue,.btn-large.btn-outlined-dual-grayLight,.btn-large.btn-outlined-dual-green,.btn-large.btn-outlined-dual-greenDark,.btn-large.btn-outlined-dual-greenLight,.btn-large.btn-outlined-dual-greenLighter,.btn-large.btn-outlined-dual-light,.btn-large.btn-outlined-dual-purple,.btn-large.btn-outlined-dual-red,.btn-large.btn-outlined-dual-yellow,.btn-large.btn-outlined-grayLight,.btn-large.btn-outlined-green,.btn-large.btn-outlined-greenDark,.btn-large.btn-outlined-greenLight,.btn-large.btn-outlined-greenLighter,.btn-large.btn-outlined-light,.btn-large.btn-outlined-purple,.btn-large.btn-outlined-red,.btn-large.btn-outlined-yellow,.btn-large.btn-purple,.btn-large.btn-red,.btn-large.btn-yellow,.btn.btn-large{font-size:24px;padding:24px 48px;border-radius:15px}.btn-outlined,.btn-outlined-blue,.btn-outlined-dual,.btn-outlined-dual-blue,.btn-outlined-dual-grayLight,.btn-outlined-dual-green,.btn-outlined-dual-greenDark,.btn-outlined-dual-greenLight,.btn-outlined-dual-greenLighter,.btn-outlined-dual-light,.btn-outlined-dual-purple,.btn-outlined-dual-red,.btn-outlined-dual-yellow,.btn-outlined-grayLight,.btn-outlined-green,.btn-outlined-greenDark,.btn-outlined-greenLight,.btn-outlined-greenLighter,.btn-outlined-light,.btn-outlined-purple,.btn-outlined-red,.btn-outlined-yellow{border:2px solid #8b8b8b;background-color:#fff;color:#8b8b8b}.active.btn-outlined-blue,.active.btn-outlined-dual,.active.btn-outlined-dual-blue,.active.btn-outlined-dual-grayLight,.active.btn-outlined-dual-green,.active.btn-outlined-dual-greenDark,.active.btn-outlined-dual-greenLight,.active.btn-outlined-dual-greenLighter,.active.btn-outlined-dual-light,.active.btn-outlined-dual-purple,.active.btn-outlined-dual-red,.active.btn-outlined-dual-yellow,.active.btn-outlined-grayLight,.active.btn-outlined-green,.active.btn-outlined-greenDark,.active.btn-outlined-greenLight,.active.btn-outlined-greenLighter,.active.btn-outlined-light,.active.btn-outlined-purple,.active.btn-outlined-red,.active.btn-outlined-yellow,.btn-outlined-blue:hover,.btn-outlined-dual-blue:hover,.btn-outlined-dual-grayLight:hover,.btn-outlined-dual-green:hover,.btn-outlined-dual-greenDark:hover,.btn-outlined-dual-greenLight:hover,.btn-outlined-dual-greenLighter:hover,.btn-outlined-dual-light:hover,.btn-outlined-dual-purple:hover,.btn-outlined-dual-red:hover,.btn-outlined-dual-yellow:hover,.btn-outlined-dual:hover,.btn-outlined-grayLight:hover,.btn-outlined-green:hover,.btn-outlined-greenDark:hover,.btn-outlined-greenLight:hover,.btn-outlined-greenLighter:hover,.btn-outlined-light:hover,.btn-outlined-purple:hover,.btn-outlined-red:hover,.btn-outlined-yellow:hover,.btn-outlined.active,.btn-outlined:hover{background-color:#8b8b8b;color:#000;box-shadow:0 3px 6px rgba(0,0,0,.161)}.btn-outlined-blue:disabled,.btn-outlined-dual-blue:disabled,.btn-outlined-dual-grayLight:disabled,.btn-outlined-dual-green:disabled,.btn-outlined-dual-greenDark:disabled,.btn-outlined-dual-greenLight:disabled,.btn-outlined-dual-greenLighter:disabled,.btn-outlined-dual-light:disabled,.btn-outlined-dual-purple:disabled,.btn-outlined-dual-red:disabled,.btn-outlined-dual-yellow:disabled,.btn-outlined-dual:disabled,.btn-outlined-grayLight:disabled,.btn-outlined-green:disabled,.btn-outlined-greenDark:disabled,.btn-outlined-greenLight:disabled,.btn-outlined-greenLighter:disabled,.btn-outlined-light:disabled,.btn-outlined-purple:disabled,.btn-outlined-red:disabled,.btn-outlined-yellow:disabled,.btn-outlined:disabled{color:#f2f2f2;background-color:#c8c8c8;border:2px solid #c8c8c8;cursor:not-allowed}.btn-outlined-blue:disabled:hover,.btn-outlined-dual-blue:disabled:hover,.btn-outlined-dual-grayLight:disabled:hover,.btn-outlined-dual-green:disabled:hover,.btn-outlined-dual-greenDark:disabled:hover,.btn-outlined-dual-greenLight:disabled:hover,.btn-outlined-dual-greenLighter:disabled:hover,.btn-outlined-dual-light:disabled:hover,.btn-outlined-dual-purple:disabled:hover,.btn-outlined-dual-red:disabled:hover,.btn-outlined-dual-yellow:disabled:hover,.btn-outlined-dual:disabled:hover,.btn-outlined-grayLight:disabled:hover,.btn-outlined-green:disabled:hover,.btn-outlined-greenDark:disabled:hover,.btn-outlined-greenLight:disabled:hover,.btn-outlined-greenLighter:disabled:hover,.btn-outlined-light:disabled:hover,.btn-outlined-purple:disabled:hover,.btn-outlined-red:disabled:hover,.btn-outlined-yellow:disabled:hover,.btn-outlined:disabled:hover{background-color:#c8c8c8;box-shadow:none}.btn-dual,.btn-dual-blue,.btn-dual-grayLight,.btn-dual-green,.btn-dual-greenDark,.btn-dual-greenLight,.btn-dual-greenLighter,.btn-dual-light,.btn-dual-purple,.btn-dual-red,.btn-dual-yellow{border:1px solid #fff;background-color:#fff;color:#000}.active.btn-dual-blue,.active.btn-dual-grayLight,.active.btn-dual-green,.active.btn-dual-greenDark,.active.btn-dual-greenLight,.active.btn-dual-greenLighter,.active.btn-dual-light,.active.btn-dual-purple,.active.btn-dual-red,.active.btn-dual-yellow,.btn-dual-blue:hover,.btn-dual-grayLight:hover,.btn-dual-green:hover,.btn-dual-greenDark:hover,.btn-dual-greenLight:hover,.btn-dual-greenLighter:hover,.btn-dual-light:hover,.btn-dual-purple:hover,.btn-dual-red:hover,.btn-dual-yellow:hover,.btn-dual.active,.btn-dual:hover{background-color:#8b8b8b;border:1px solid #8b8b8b;box-shadow:0 3px 6px rgba(0,0,0,.161);color:#000}.btn-dual-blue:disabled,.btn-dual-grayLight:disabled,.btn-dual-green:disabled,.btn-dual-greenDark:disabled,.btn-dual-greenLight:disabled,.btn-dual-greenLighter:disabled,.btn-dual-light:disabled,.btn-dual-purple:disabled,.btn-dual-red:disabled,.btn-dual-yellow:disabled,.btn-dual:disabled{color:#f2f2f2;background-color:#c8c8c8;border:2px solid #c8c8c8;cursor:not-allowed}.btn-dual-blue:disabled:hover,.btn-dual-grayLight:disabled:hover,.btn-dual-green:disabled:hover,.btn-dual-greenDark:disabled:hover,.btn-dual-greenLight:disabled:hover,.btn-dual-greenLighter:disabled:hover,.btn-dual-light:disabled:hover,.btn-dual-purple:disabled:hover,.btn-dual-red:disabled:hover,.btn-dual-yellow:disabled:hover,.btn-dual:disabled:hover{background-color:#c8c8c8;box-shadow:none}.active.btn-outlined-dual-blue,.active.btn-outlined-dual-grayLight,.active.btn-outlined-dual-green,.active.btn-outlined-dual-greenDark,.active.btn-outlined-dual-greenLight,.active.btn-outlined-dual-greenLighter,.active.btn-outlined-dual-light,.active.btn-outlined-dual-purple,.active.btn-outlined-dual-red,.active.btn-outlined-dual-yellow,.btn-outlined-dual-blue:hover,.btn-outlined-dual-grayLight:hover,.btn-outlined-dual-green:hover,.btn-outlined-dual-greenDark:hover,.btn-outlined-dual-greenLight:hover,.btn-outlined-dual-greenLighter:hover,.btn-outlined-dual-light:hover,.btn-outlined-dual-purple:hover,.btn-outlined-dual-red:hover,.btn-outlined-dual-yellow:hover,.btn-outlined-dual.active,.btn-outlined-dual:hover{background-color:hsla(0,0%,55%,.2);color:#8b8b8b;border:2px solid #8b8b8b;box-shadow:0 3px 6px rgba(0,0,0,.161);color:#000}.btn-outlined-dual-blue:disabled,.btn-outlined-dual-grayLight:disabled,.btn-outlined-dual-green:disabled,.btn-outlined-dual-greenDark:disabled,.btn-outlined-dual-greenLight:disabled,.btn-outlined-dual-greenLighter:disabled,.btn-outlined-dual-light:disabled,.btn-outlined-dual-purple:disabled,.btn-outlined-dual-red:disabled,.btn-outlined-dual-yellow:disabled,.btn-outlined-dual:disabled{color:#f2f2f2;background-color:#c8c8c8;border:2px solid #c8c8c8;cursor:not-allowed}.btn-outlined-dual-blue:disabled:hover,.btn-outlined-dual-grayLight:disabled:hover,.btn-outlined-dual-green:disabled:hover,.btn-outlined-dual-greenDark:disabled:hover,.btn-outlined-dual-greenLight:disabled:hover,.btn-outlined-dual-greenLighter:disabled:hover,.btn-outlined-dual-light:disabled:hover,.btn-outlined-dual-purple:disabled:hover,.btn-outlined-dual-red:disabled:hover,.btn-outlined-dual-yellow:disabled:hover,.btn-outlined-dual:disabled:hover{background-color:#c8c8c8;box-shadow:none}.btn-green{background-color:#52992c;border:1px solid rgba(82,153,44,.3);color:#000}.btn-green.active,.btn-green:hover{background-color:#3d7121;border:1px solid rgba(61,113,33,.3);color:#000}.btn-outlined-green{border-color:#52992c;color:#52992c}.btn-outlined-green.active,.btn-outlined-green:hover{background-color:#52992c;color:#000}.btn-dual-green.active,.btn-dual-green:hover{background-color:#52992c;border-color:#52992c;color:#000}.btn-outlined-dual-green img{filter:grayscale(100%)}.btn-outlined-dual-green.active,.btn-outlined-dual-green:hover{background-color:rgba(82,153,44,.2);border-color:#52992c;color:#52992c}.btn-outlined-dual-green.active img,.btn-outlined-dual-green:hover img{filter:none}.btn-greenDark{background-color:#536920;border:1px solid rgba(83,105,32,.3);color:#fff}.btn-greenDark.active,.btn-greenDark:hover{background-color:#344214;border:1px solid rgba(52,66,20,.3);color:#fff}.btn-outlined-greenDark{border-color:#536920;color:#536920}.btn-outlined-greenDark.active,.btn-outlined-greenDark:hover{background-color:#536920;color:#fff}.btn-dual-greenDark.active,.btn-dual-greenDark:hover{background-color:#536920;border-color:#536920;color:#fff}.btn-outlined-dual-greenDark img{filter:grayscale(100%)}.btn-outlined-dual-greenDark.active,.btn-outlined-dual-greenDark:hover{background-color:rgba(83,105,32,.2);border-color:#536920;color:#536920}.btn-outlined-dual-greenDark.active img,.btn-outlined-dual-greenDark:hover img{filter:none}.btn-greenLight{background-color:#729b14;border:1px solid rgba(114,155,20,.3);color:#000}.btn-greenLight.active,.btn-greenLight:hover{background-color:#516e0e;border:1px solid rgba(81,110,14,.3);color:#000}.btn-outlined-greenLight{border-color:#729b14;color:#729b14}.btn-outlined-greenLight.active,.btn-outlined-greenLight:hover{background-color:#729b14;color:#000}.btn-dual-greenLight.active,.btn-dual-greenLight:hover{background-color:#729b14;border-color:#729b14;color:#000}.btn-outlined-dual-greenLight img{filter:grayscale(100%)}.btn-outlined-dual-greenLight.active,.btn-outlined-dual-greenLight:hover{background-color:rgba(114,155,20,.2);border-color:#729b14;color:#729b14}.btn-outlined-dual-greenLight.active img,.btn-outlined-dual-greenLight:hover img{filter:none}.btn-greenLighter{background-color:#78b757;border:1px solid rgba(120,183,87,.3);color:#000}.btn-greenLighter.active,.btn-greenLighter:hover{background-color:#609942;border:1px solid rgba(96,153,66,.3);color:#000}.btn-outlined-greenLighter{border-color:#78b757;color:#78b757}.btn-outlined-greenLighter.active,.btn-outlined-greenLighter:hover{background-color:#78b757;color:#000}.btn-dual-greenLighter.active,.btn-dual-greenLighter:hover{background-color:#78b757;border-color:#78b757;color:#000}.btn-outlined-dual-greenLighter img{filter:grayscale(100%)}.btn-outlined-dual-greenLighter.active,.btn-outlined-dual-greenLighter:hover{background-color:rgba(120,183,87,.2);border-color:#78b757;color:#78b757}.btn-outlined-dual-greenLighter.active img,.btn-outlined-dual-greenLighter:hover img{filter:none}.btn-blue{background-color:#007fff;border:1px solid rgba(0,127,255,.3);color:#fff}.btn-blue.active,.btn-blue:hover{background-color:#06c;border:1px solid rgba(0,102,204,.3);color:#fff}.btn-outlined-blue{border-color:#007fff;color:#007fff}.btn-outlined-blue.active,.btn-outlined-blue:hover{background-color:#007fff;color:#fff}.btn-dual-blue.active,.btn-dual-blue:hover{background-color:#007fff;border-color:#007fff;color:#fff}.btn-outlined-dual-blue img{filter:grayscale(100%)}.btn-outlined-dual-blue.active,.btn-outlined-dual-blue:hover{background-color:rgba(0,127,255,.2);border-color:#007fff;color:#007fff}.btn-outlined-dual-blue.active img,.btn-outlined-dual-blue:hover img{filter:none}.btn-yellow{background-color:#cca500;border:1px solid rgba(204,165,0,.3);color:#000}.btn-yellow.active,.btn-yellow:hover{background-color:#997c00;border:1px solid rgba(153,124,0,.3);color:#000}.btn-outlined-yellow{border-color:#cca500;color:#cca500}.btn-outlined-yellow.active,.btn-outlined-yellow:hover{background-color:#cca500;color:#000}.btn-dual-yellow.active,.btn-dual-yellow:hover{background-color:#cca500;border-color:#cca500;color:#000}.btn-outlined-dual-yellow img{filter:grayscale(100%)}.btn-outlined-dual-yellow.active,.btn-outlined-dual-yellow:hover{background-color:rgba(204,165,0,.2);border-color:#cca500;color:#cca500}.btn-outlined-dual-yellow.active img,.btn-outlined-dual-yellow:hover img{filter:none}.btn-purple{background-color:#9b55e5;border:1px solid rgba(155,85,229,.3);color:#fff}.btn-purple.active,.btn-purple:hover{background-color:#8129de;border:1px solid rgba(129,41,222,.3);color:#fff}.btn-outlined-purple{border-color:#9b55e5;color:#9b55e5}.btn-outlined-purple.active,.btn-outlined-purple:hover{background-color:#9b55e5;color:#fff}.btn-dual-purple.active,.btn-dual-purple:hover{background-color:#9b55e5;border-color:#9b55e5;color:#fff}.btn-outlined-dual-purple img{filter:grayscale(100%)}.btn-outlined-dual-purple.active,.btn-outlined-dual-purple:hover{background-color:rgba(155,85,229,.2);border-color:#9b55e5;color:#9b55e5}.btn-outlined-dual-purple.active img,.btn-outlined-dual-purple:hover img{filter:none}.btn-red{background-color:#ef4545;border:1px solid rgba(239,69,69,.3);color:#fff}.btn-red.active,.btn-red:hover{background-color:#eb1616;border:1px solid rgba(235,22,22,.3);color:#fff}.btn-outlined-red{border-color:#ef4545;color:#ef4545}.btn-outlined-red.active,.btn-outlined-red:hover{background-color:#ef4545;color:#fff}.btn-dual-red.active,.btn-dual-red:hover{background-color:#ef4545;border-color:#ef4545;color:#fff}.btn-outlined-dual-red img{filter:grayscale(100%)}.btn-outlined-dual-red.active,.btn-outlined-dual-red:hover{background-color:rgba(239,69,69,.2);border-color:#ef4545;color:#ef4545}.btn-outlined-dual-red.active img,.btn-outlined-dual-red:hover img{filter:none}.btn-grayLight{background-color:#c8c8c8;border:1px solid hsla(0,0%,78%,.3);color:#000}.btn-grayLight.active,.btn-grayLight:hover{background-color:#afafaf;border:1px solid hsla(0,0%,69%,.3);color:#000}.btn-outlined-grayLight{border-color:#c8c8c8;color:#c8c8c8}.btn-outlined-grayLight.active,.btn-outlined-grayLight:hover{background-color:#c8c8c8;color:#000}.btn-dual-grayLight.active,.btn-dual-grayLight:hover{background-color:#c8c8c8;border-color:#c8c8c8;color:#000}.btn-outlined-dual-grayLight img{filter:grayscale(100%)}.btn-outlined-dual-grayLight.active,.btn-outlined-dual-grayLight:hover{background-color:hsla(0,0%,78%,.2);border-color:#c8c8c8;color:#c8c8c8}.btn-outlined-dual-grayLight.active img,.btn-outlined-dual-grayLight:hover img{filter:none}.btn-light{background-color:#fff;border:1px solid hsla(0,0%,100%,.3);color:#000}.btn-light.active,.btn-light:hover{background-color:#e6e6e6;border:1px solid hsla(0,0%,90%,.3);color:#000}.btn-outlined-light{border-color:#fff;color:#fff}.btn-outlined-light.active,.btn-outlined-light:hover{background-color:#fff;color:#000}.btn-dual-light.active,.btn-dual-light:hover{background-color:#fff;border-color:#fff;color:#000}.btn-outlined-dual-light img{filter:grayscale(100%)}.btn-outlined-dual-light.active,.btn-outlined-dual-light:hover{background-color:hsla(0,0%,100%,.2);border-color:#fff;color:#fff}.btn-outlined-dual-light.active img,.btn-outlined-dual-light:hover img{filter:none}.rounded-card{border-radius:10px;background:#fff}.header{position:fixed;background-color:#fff;width:calc(100% - 1rem);z-index:10;height:72px;top:.5rem;left:.5rem;border-radius:20px;box-shadow:0 8px 16px rgba(0,0,0,.192);padding:0 64px 0 32px}.header-booking{padding:1rem 64px}@media screen and (max-width:640px){.header{width:calc(100dvw - 1rem);padding:0 1rem}.header .initials-name{display:none}.header-booking{padding:1rem}}.footer{display:flex;align-items:center;color:#fff;background:#585d4c;position:relative;height:156px;padding:0 60px;justify-content:space-between}.footer a{color:#fff;text-decoration:none}@media screen and (max-width:640px){.footer{height:auto;padding:0 1rem;flex-direction:column}}.user-initials{width:40px;height:40px;padding-bottom:1px;border-radius:20px;background-position:50%;background-size:cover;background-repeat:no-repeat}.hero-container,.user-initials{display:flex;justify-content:center;align-items:center}.hero-container{width:100%;height:750px;background:url(/_next/static/media/Hero.c9bb25c5.jpg);background-size:cover;background-position:50%;left:0;top:0}@media screen and (max-width:640px){.hero-container{height:500px}}.search-container{width:80%;position:relative}@media screen and (max-width:640px){.search-container{width:90%}}.search-container .filter-container{position:absolute;left:-5%;top:0;height:160px;width:110%;background:#585d4c 0 0 no-repeat padding-box;opacity:1;filter:blur(50px);z-index:0}.search-container .searcher{position:relative;z-index:1;max-height:340px;width:100%;background:#fff;border-radius:20px;padding:2rem;gap:1rem}@media screen and (max-width:640px){.search-container .searcher{padding:.875rem;margin-top:1rem}}.search-container .searcher .search-input{padding:0 1rem;height:32px}.search-container .searcher .divider{width:100%;height:1px;background:#536920}@media screen and (max-width:640px){.search-container .searcher .divider{display:none}}.search-container .searcher-first-line{display:grid;grid-template-columns:auto auto auto 125px;font-size:1rem!important}@media screen and (max-width:640px){.search-container .searcher-first-line{grid-template-columns:50% 50%;grid-template-areas:"a a" "b b" "c c" "d d";row-gap:.5rem}.search-container .searcher-first-line :first-child{grid-area:a}.search-container .searcher-first-line :first-child .search-input{font-size:1rem!important}.search-container .searcher-first-line :nth-child(2){grid-area:b}.search-container .searcher-first-line :nth-child(3){grid-area:c}.search-container .searcher-first-line :nth-child(4){grid-area:d}}.search-container .searcher-all-filters{position:relative;display:grid;grid-template-columns:auto auto auto auto;grid-row-gap:1.25rem;row-gap:1.25rem;height:0;overflow:hidden;transition:all .3s ease-in-out;margin-bottom:0}.search-container .searcher-all-filters.open{height:136px;margin-bottom:50px;transition:all .3s ease-in-out}@media screen and (max-width:640px){.search-container .searcher-all-filters{display:none}}.search-container .searcher .open-control{position:absolute;font-size:12px;bottom:6px;left:50%;transform:translateX(-50%);width:80%;display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width:640px){.search-container .searcher .open-control{display:none}}.search-container .searcher .open-control.open-filters{margin-top:.5rem}.search-container .searcher .open-control.open-filters div:first-of-type{width:95%;padding-bottom:.5rem;border-bottom:1px solid #536920}.search-container .searcher .open-control.open-filters img{margin-top:0!important}@media screen and (max-width:640px){.search-container .search-title{font-size:1.125rem}}.session-popover--list__item{display:flex;align-items:center;gap:1rem;font-size:14px!important;min-height:52px;margin:0 -1rem;padding:0 1rem;text-decoration:none;color:inherit}.session-popover--list__item:first-child{margin-top:-1rem;padding-top:1rem;padding-bottom:1rem;border-radius:20px 20px 0 0}.session-popover--list__item:last-child{margin-bottom:-1rem;padding-bottom:1rem;padding-top:1rem;border-radius:0 0 20px 20px}.session-popover--list__item.active,.session-popover--list__item:hover:not(.active){background:rgba(83,105,32,.3);cursor:pointer}.controlled-counter{display:flex;justify-content:space-between;align-items:center}.controlled-counter--control{display:flex;justify-content:center;align-items:center;font-size:2rem;padding:.875rem;border:1px solid #536920;width:48px;height:48px;background:#fff}.controlled-counter--control:hover{cursor:pointer}.hotel-card{width:100%;max-width:298px;min-width:298px;height:100%;min-height:540px;max-height:540px;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 8px 16px rgba(0,0,0,.192);text-align:left}.hotel-card.carousel{max-width:350px;margin-right:1.5rem;margin-bottom:1.5rem}.hotel-card--bg{background-position:50%;background-size:cover;background-repeat:no-repeat;height:224px}.hotel-card--promotion{position:absolute;top:0;right:1.5rem;height:46px;background:#536920;color:#fff;font-size:24px;display:flex;align-items:center;width:100px;justify-content:center;border-radius:0 0 20px 20px}.hotel-card--info,.hotel-card--scores{padding:0 1.5rem}.hotel-card--info{padding-top:1rem;display:flex;flex-direction:column;gap:.5rem}.hotel-card--info-title{font-size:24px;display:block}.hotel-card--info-city{margin-top:1.5rem}.hotel-card--info-city,.hotel-card--info-price{font-size:18px;display:block}.hotel-card--info-price--small{font-size:18px}.hotel-card--scores{padding-bottom:1.5rem;margin-top:.75rem}.hotel-card--scores-sustentability{display:flex;gap:1rem}.hotel-card--scores-ecology-title,.hotel-card--scores-rating-title,.hotel-card--scores-sustentability-title{font-size:12px}.interests-slider{margin-bottom:2rem}.interests-slider--carousel{display:flex;flex-wrap:wrap;gap:1rem}@media(max-width:1200px){.interests-slider--carousel{overflow:auto hidden;flex-wrap:nowrap}}.interests-card{width:200px;height:120px;background:#e3edcd;border:1px solid #78b757;border-radius:7px;position:relative;flex-shrink:0}.interests-card .bx-checkbox-container{position:absolute;top:8px;left:8px}.interests-card--main-image{height:75px;border-radius:7px;box-shadow:0 3px 6px rgba(0,0,0,.161);background:#fff;background-size:250px;background-position:50%;background-repeat:no-repeat}.interests-card--body{padding:.875rem 1rem 1rem}.landing-section{width:100%;margin:2rem auto;overflow:hidden;flex-wrap:nowrap;padding:0 3rem 1.5rem}.landing-section .grid-elements{display:grid;grid-template-columns:repeat(auto-fit,350px);grid-gap:1rem;gap:1rem}@media screen and (max-width:640px){.landing-section{padding:0 1rem}.landing-section-title{font-size:1.25rem!important;margin-bottom:.5rem}.landing-section-actions{margin:.5rem!important}}.mosaic{display:grid;width:calc(100% - 10px);height:424px;grid-template-columns:minmax(10%,200px) minmax(15%,286px) minmax(30%,523px) minmax(15%,286px) minmax(10%,200px);grid-template-rows:200px 200px;grid-row-gap:18px;row-gap:18px;grid-column-gap:18px;column-gap:18px}@media screen and (max-width:640px){.mosaic{grid-template-columns:minmax(50%,200px) minmax(50%,286px);height:auto}}.mosaic div{border-radius:20px;background:#000;padding:1.5rem 2rem;color:#fff;font-size:24px}.mosaic .extended-main{grid-row-start:span 2}.mosaic .extended-end,.mosaic .extended-start{grid-column-start:span 2}.modal{border-radius:5px;overflow:hidden;padding-bottom:2rem;min-width:50%}.modal--header{height:60px;padding:0 2rem;display:flex;align-items:center;font-size:18px;color:#fff;background:#536920;border-top:1px solid #536920}.modal--content{padding:3rem 2rem 2rem;text-align:center;background:#fff}.modal--footer{margin-top:-1px;padding:3rem 2rem;background:#fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.modal:focus{outline:none}@media(max-width:1200px){.modal{width:100%;height:100%;padding-bottom:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.modal--header{background-color:#fff;color:#000;font-weight:700;box-shadow:0 3px 6px rgba(0,0,0,.161);position:relative;z-index:1}.modal--content{flex-grow:1}}.toggle-box{border:1px solid #8a8a8a;border-radius:5px;box-shadow:0 3px 6px rgba(0,0,0,.161);height:36px;display:flex;align-items:center;padding:0 10px 1px;max-width:300px;color:#8a8a8a;transition:all .3s ease-in-out}.toggle-box.checked{transition:all .3s ease-in-out;border-color:#52992c;background:#e3edcd}.review-card{width:400px;height:350px;max-width:400px!important;max-height:350px!important;background:#fff;perspective:1000px;margin-right:1rem}.review-card,.review-card--inner{border-radius:20px;position:relative}.review-card--inner{width:100%;height:100%;text-align:center;transition:transform .8s;transform-style:preserve-3d;box-shadow:0 8px 16px rgba(88,88,88,.161)}.review-card.flipped .review-card--inner{transform:rotateY(180deg)}.review-card--back,.review-card--front{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.review-card--back{transform:rotateY(180deg)}.review-card--control{position:absolute;right:1rem;top:1rem;transform:rotate(180deg)}.review-card--control:hover{cursor:pointer}.review-card--image{border-top-right-radius:20px;border-top-left-radius:20px;width:100%;max-height:240px;height:100%;background:url(/_next/static/media/bx-no-image.4804ed8d.png);background-size:cover;background-position:50%;background-repeat:no-repeat}.review-card--scores{display:flex;flex-direction:column;gap:.5rem;height:100px;padding:1.5rem}.surprise-banner{width:100%;height:200px;background:url(/_next/static/media/bx-surprise-bg.fa6420f6.jpg);background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;border-radius:10px;box-shadow:0 3px 6px rgba(0,0,0,.161)}.surprise-banner--border{display:none}.surprise-banner--shape{width:100%;height:100%;background-color:hsla(0,0%,100%,.8);display:flex;gap:6px;flex-direction:column;justify-content:center;align-items:center}@media(min-width:1200px){.surprise-banner{max-width:1248px;height:338px;background:url(/_next/static/media/bx-surprise-bg.fa6420f6.jpg);background-size:630px;background-position:100%;background-repeat:no-repeat;justify-content:flex-start}.surprise-banner--shape{display:flex;flex-direction:column;align-items:flex-start;background:#f2f2f2;padding:2rem;height:100%;width:calc(60% - 150px);border-radius:10px 0 0 10px}.surprise-banner--shape .title{font-size:2.5rem;display:block;margin-bottom:1rem;color:#585858}.surprise-banner--shape .subtitle{display:block;font-size:1.75rem;margin-bottom:1.5rem;color:#585858}.surprise-banner--border{display:block;background:#f2f2f2;width:150px;height:100%;border-radius:0 16px 150px 0/0 16px 350px 0}}.user-information--header{display:flex;gap:1rem}.review{padding-top:7em;max-width:calc(100% - 7rem);margin:0 auto;height:100dvh}.review .questions-container{background:#fff;padding:1.5rem 2rem;box-shadow:0 10px 20px rgba(0,0,0,.161);height:calc(100dvh - 9rem);border-radius:10px;overflow:auto}.review .questions-container section .question-container{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.review .questions-container section .question{display:flex;flex-direction:column;gap:.75rem;padding:0 1rem}.review .questions-container section .question-options{padding:0 1rem;margin-bottom:.75rem}.font-bold{font-weight:700}.font-regular{font-weight:300}.font-ita{font-style:italic}.color-blue{color:#007fff}.color-blue-2{color:#0a9dbf}.color-error{color:#ef4545}.color-green-success{color:#52992c}.color-green-1{color:#729b14}.color-green-2{color:#536920!important}.color-gray{color:#585858}.color-gray-2{color:#c8c8c8}.color-white{color:#fff}.color-yellow{color:#cca500}.color-pink{color:#e5558c}.color-purple{color:#9b55e5}.color-black{color:#000!important}.background-blue-2{background:#0a9dbf}.background-green-2{background:#536920}.background-error{background:#ef4545}.background-green-success{background:#52992c}.background-gray{background:#585858}.multi-select-filter{border:1px solid #8a8a8a;border-radius:5px;box-shadow:0 3px 6px rgba(0,0,0,.161);height:36px;display:flex;align-items:center;padding:2px 10px 1px;max-width:300px;color:#8a8a8a;transition:all .3s ease-in-out}.multi-select-filter label{margin-bottom:0}.signup-container{height:100vh;width:100%;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1;display:flex;justify-content:center;align-items:center}.signup-container .regular-padding{position:absolute;left:2rem;top:3rem}.signup-container .form-signup-container{padding:1rem 2rem 2rem;position:relative;width:594px}.signup-container .form-signup-container.extended-padding{padding:5.5rem 5rem 3rem}.signup-container .form-signup-container.extended-padding-verification{padding:5.5rem 5rem}.signup-container .form-signup-container h1{font-size:1.5rem}.signup-container .form-signup-container .links-container{display:flex;grid-column-start:1;grid-column-end:3}.signup-container .form-signup-layout{display:grid;grid-template-columns:200px 200px;grid-column-gap:2rem;column-gap:2rem;justify-content:center}.dot{content:"";width:6px;height:6px;background:#585858;border-radius:3px}.dot.abs{padding:0 4px;color:#585858;position:absolute;background:#fff;font-size:12px;width:18px;height:12px;border-radius:6px;top:-7px;left:50%;transform:translateX(-50%)}.signin-container{height:100vh;width:100%;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1;display:flex;justify-content:center;align-items:center}.signin-container .regular-padding{position:absolute;left:2rem;top:3rem}.signin-container .form-signin-container{padding:3rem 2rem;position:relative;width:594px}.signin-container .form-signin-container.extended-padding{padding:5.5rem 5rem 3rem}.signin-container .form-signin-container.extended-padding-verification{padding:5.5rem 5rem}.signin-container .form-signin-container h1{font-size:1.5rem}.signin-container .form-signin-container .links-container{display:flex}.signin-container .form-signin-layout{display:flex;flex-direction:column}.bg{background-image:url(/_next/static/media/bellinus-bg-login-signup.cf6cf7e8.png);width:100%;height:100%;background-size:cover;background-repeat:no-repeat;z-index:-1;position:absolute}.password-container{height:100vh;width:100%;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1;display:flex;justify-content:center;align-items:center}.password-container .regular-padding{position:absolute;left:2rem;top:3rem}.password-container .form-password-container{padding:3rem 2rem;position:relative;max-width:550px}.password-container .form-password-container.extended-padding{padding:5.5rem 5rem 3rem}.password-container .form-password-container.extended-padding-verification{padding:5.5rem 5rem}.password-container .form-password-container h1{font-size:1.5rem}.password-container .form-password-container .links-container{display:flex}.password-container .form-password-layout{display:flex;flex-direction:column}.password-container .links-container{display:flex}.user-profile{padding-top:0;max-width:1248px;margin:0 auto}@media(min-width:1200px){.user-profile{padding-top:126px}}.user-profile--banner{position:relative;width:100%;height:320px;box-shadow:0 10px 20px rgba(83,105,32,.149);background-image:url(/_next/static/media/bellinus-bg-login-signup.cf6cf7e8.png);margin-bottom:164px}@media(min-width:1200px){.user-profile--banner{border:1px solid #f2f2f2;border-radius:20px;height:264px}}.user-profile--information{position:relative;bottom:-200px;padding:0 24px}@media(min-width:1200px){.user-profile--information{position:absolute;display:flex;bottom:-134px;left:50%;transform:translateX(-50%);gap:3rem}}.user-profile--information__profile_pic{width:100px;height:100px;border-radius:50%;box-shadow:0 10px 20px rgba(83,105,32,.149);display:flex;justify-content:center;align-items:center;background:#536920;background-size:cover;background-repeat:no-repeat;background-position:50%;color:#fff;font-size:2em;line-height:1;position:relative;z-index:1}@media(min-width:1200px){.user-profile--information__profile_pic{padding-bottom:.5rem;width:200px;height:200px;font-size:4rem}}.user-profile--information__info_box{background:#fff;width:100%;max-width:400px;position:relative;top:-74px;z-index:0;padding:12px;display:grid;grid-template-columns:calc(100% - 110px) 100px;grid-template-rows:auto;grid-column-gap:12px;grid-row-gap:0}.user-profile--information__info_box>label{font-size:18px;padding-left:110px;padding-bottom:30px}.user-profile--information__info_box div label{font-size:12px}.user-profile--information__info_box :first-child{grid-area:1/1/2/3}.user-profile--information__info_box :nth-child(2){grid-area:2/1/3/2}.user-profile--information__info_box :nth-child(3){grid-area:3/1/4/2}.user-profile--information__info_box :nth-child(4){grid-area:4/1/5/2}.user-profile--information__info_box :nth-child(5){grid-area:5/1/6/2}.user-profile--information__info_box :nth-child(6){grid-area:2/2/6/3;height:-moz-fit-content;height:fit-content}@media(min-width:1200px){.user-profile--information__info_box :nth-child(6){height:auto}.user-profile--information__info_box{top:unset;box-shadow:0 10px 20px rgba(83,105,32,.149);border-radius:20px;padding:24px 48px;font-size:16px;display:block}.user-profile--information__info_box>label{font-size:1.5rem;padding-left:0;padding-bottom:0}.user-profile--information__info_box div label{font-size:16px}}.user-profile--interests{margin-bottom:3rem}.user-profile--reviews-container .glider-contain{min-height:360px}.user-profile--reviews-container .glider-contain .glider-track{min-height:370px}.user-profile--reviews-container .glider-contain .glider-slide{min-height:350px;max-height:350px}.user-profile .random-section{background:rgba(0,0,0,.15);height:180px;border-radius:5px;display:flex;flex-direction:column;justify-content:center;align-items:center}.user-profile .interests--body{background-color:#f2f2f2;padding:1.5rem;border-radius:5px;margin-bottom:3rem}.profile-section{padding:0 12px}@media(min-width:1200px){.profile-section{padding:0}}@media(max-width:1200px){.profile-intereses:nth-child(2){display:none}}.profile-edit-movile button{width:18px;height:18px;padding:0;background-color:transparent;border:none;outline:none;margin-left:auto;margin-right:0}.edit-profile{padding-top:126px;max-width:1248px;margin:0 auto}.edit-profile--banner{position:relative;width:100%;height:264px;border-radius:20px;box-shadow:0 10px 20px rgba(83,105,32,.149);border:1px solid #f2f2f2;background-position:50%;background-repeat:no-repeat;background-size:cover}.edit-profile--banner_hover{position:absolute;width:100%;height:264px;border-radius:20px;display:flex;justify-content:left;padding-left:3rem;align-items:center;background:hsla(0,0%,100%,.3);background-size:cover;background-repeat:no-repeat;background-position:50%;color:#536920;opacity:0;transition:all .5 ease-in-out;cursor:pointer}.edit-profile--banner_hover:hover{transition:all .5 ease-in-out;opacity:.7}.edit-profile--information{position:absolute;top:288px;left:50%;transform:translateX(-50%);display:flex;gap:3rem;align-items:center;z-index:5}.edit-profile--information__profile_pic{position:relative;height:200px;box-shadow:0 10px 20px rgba(83,105,32,.149);background:#fff;background-size:cover;background-repeat:no-repeat;background-position:50%;font-size:4rem;padding-bottom:.5rem}.edit-profile--information__profile_pic,.edit-profile--information__profile_pic_hover{width:200px;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#536920}.edit-profile--information__profile_pic_hover{position:absolute;height:208px;background:hsla(0,0%,100%,.3);background-size:cover;background-repeat:no-repeat;background-position:50%;opacity:0;transition:all .5 ease-in-out}.edit-profile--information__profile_pic_hover:hover{transition:all .5 ease-in-out;opacity:.7}.edit-profile--information__info_box{width:400px;padding:1.5rem 3rem;box-shadow:0 10px 20px rgba(83,105,32,.149);border-radius:20px;background:#fff}.edit-profile--form{margin-top:164px;display:grid;grid-column-gap:34px;column-gap:34px;justify-content:center;grid-auto-rows:auto}@media(min-width:1200px){.edit-profile--form{grid-template-columns:200px 200px}}.edit-profile--footer{max-width:434px;margin:8px auto}@media(min-width:1200px){.edit-profile--footer{margin:56px auto}}.edit-profile--footer-footer{padding:3rem;display:flex;justify-content:space-between}.advanced-search .filters-container{max-width:90%;margin:24px auto}.advanced-search .filters-container .filters{display:grid;grid-template-columns:repeat(4,300px);grid-gap:1rem;gap:1rem}.edit-interests{padding:116px 48px 48px}@media(max-width:1200px){.edit-interests{padding:116px 24px 24px}}.edit-interests--header{margin-bottom:2rem}.hotel-header{height:500px;border-radius:10px;position:relative;overflow:hidden;margin-bottom:2.325rem}.hotel-header--mosaic{position:absolute;width:100%;display:grid;grid-template-columns:auto minmax(100px,328px);grid-template-rows:250px 250px;z-index:0}.hotel-header--mosaic .main-img{grid-row-start:1;grid-row-end:3}.hotel-header--mosaic.column{height:100%;max-height:600px;position:relative;grid-template-rows:50% 50%;grid-template-columns:100%;overflow:hidden;border-radius:20px}.hotel-header--mosaic.column .main-img{grid-row-start:1;grid-row-end:2}.hotel-header--mosaic .bot-img,.hotel-header--mosaic .main-img,.hotel-header--mosaic .top-img{background-size:cover;background-repeat:no-repeat;background-position:50%;background-image:url(/_next/static/media/bellinus-bg-login-signup.cf6cf7e8.png)}.hotel-header--mosaic .bot-img{display:flex;justify-content:center;align-items:center}.hotel-header--mosaic--responsive{display:block;position:-webkit-sticky;position:sticky;top:0;left:0;z-index:1;width:100%}.hotel-header--mosaic--responsive .glider-next,.hotel-header--mosaic--responsive .glider-prev{top:50%!important;transform:translateY(-50%)!important}.hotel-header--mosaic--responsive .glider-prev{left:10px}.hotel-header--mosaic--responsive .glider-next{right:10px}.hotel-header--information{position:absolute;top:50%;transform:translateY(-50%);z-index:1;margin-left:80px}@media(max-width:640px){.hotel-header--information{margin-left:1rem}}.hotel-header--information.no-height{position:relative;top:0;margin-bottom:0;transform:none;margin-left:0}.hotel-header--information--guarantee{width:75px;height:75px;overflow:hidden;z-index:10;margin-bottom:.875rem}.hotel-header--information--profile-pic{width:100px;height:100px;border-radius:10px;background:#fff;margin-bottom:1rem;position:relative;z-index:10;overflow:hidden;border:1px solid #c8c8c8}.hotel-header--information--profile-pics{display:flex;gap:1rem;align-items:flex-end}.hotel-header--information-info-details{position:relative}.hotel-header--information-info-details .floating-shadow{position:absolute;width:550px;height:0;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 124px 107px #4c5043;z-index:-1}@media(max-width:640px){.hotel-header--information-info-details .floating-shadow{box-shadow:0 0 189px 192px #4c5043}}@media screen and (max-width:640px){.hotel-header--information-info-details .scores{flex-wrap:wrap}}.hotel-header--information--info{margin:-140px -100px -100px -81px;padding:140px 100px 100px 81px}@media(max-width:640px){.hotel-header--information--info{margin:0;padding:0}.hotel-header{position:absolute;top:0;left:0;width:100%;height:auto}.hotel-header--information{position:relative;top:0;margin-bottom:1rem;transform:none}.hotel-header--information-info-details{position:relative}.hotel-header--information-info-details .floating-shadow{display:none!important}.hotel-header--information--profile-pic{min-width:100px;min-height:100px}.hotel-header--information--profile-pics{display:flex;gap:1rem;align-items:center}.hotel-header--info{margin:-140px -100px -100px -81px;padding:140px 100px 100px 81px}}@media(max-width:640px)and (max-width:640px){.hotel-header--info{margin:0;padding:0}}.hotel-information{box-shadow:0 8px 16px rgba(88,88,88,.161);background:#fff;border-radius:8px;padding:3rem 3.5rem}@media(max-width:640px){.hotel-information{padding:1rem;overflow:hidden;margin-top:256px}}.hotel-section-tabs{display:flex;gap:1.5rem}.hotel-section-tabs .hotel-section-tab{background:#fff;border-radius:10px;padding:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;border:none}.hotel-section-tabs .hotel-section-tab:hover{cursor:pointer}.hotel-section-tabs .hotel-section-tab.active{background:#536920;color:#fff}.hotel-section-tabs .hotel-section-tab.active img{fill:#fff!important}@media(max-width:640px){.hotel-section-tabs{gap:1rem;overflow:auto;padding-bottom:.5rem}.hotel-section-tabs .hotel-section-tab{padding:.25rem 1rem;width:100%;max-width:max-content}.hotel-section-tabs .hotel-section-tab label{font-size:.75rem;width:100%}}.hotel-reserve-action{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 8px 16px rgba(0,0,0,.192);margin:1.5rem -76px;display:flex;justify-content:space-between;position:-webkit-sticky;position:sticky;top:90px}.hotel-reserve-action--right{display:flex;align-items:flex-end}@media(max-width:640px){.hotel-reserve-action{position:fixed;bottom:0;align-items:center;margin:0;left:0;width:100%;border-radius:20px 20px 0 0;z-index:10;padding:1rem}.hotel-reserve-action--left{flex-direction:column;gap:.25rem}.hotel-reserve-action--left label.color-error{font-size:12px}.hotel-reserve-action--left label:not(.color-error){font-size:.75rem!important}}.hotel-general-information{display:grid;grid-template-columns:repeat(4,calc(1fr - 2rem));grid-row-gap:1rem;row-gap:1rem;grid-column-gap:2rem;column-gap:2rem;grid-template-rows:96px 236px auto auto auto;grid-template-areas:"country covid eva env" "loc loc loc env" "desc desc desc env" "resp resp resp env" "prac prac prac env" "cancel cancel cancel cancel" "no-show no-show no-show no-show"}.hotel-general-information .country{grid-area:country}.hotel-general-information .country .flag{height:18px;width:30px;background:#000}.hotel-general-information .covid{grid-area:covid}.hotel-general-information .evaluation{grid-area:eva}.hotel-general-information .environment{grid-area:env}.hotel-general-information .cancel{grid-area:cancel}.hotel-general-information .no-show{grid-area:no-show}.hotel-general-information .location{grid-area:loc}.hotel-general-information .location .map-container{margin-top:1rem;width:100%;height:146px;border-radius:5px;box-shadow:0 3px 6px rgba(0,0,0,.161);background:#f2f2f2}.hotel-general-information .description{grid-area:desc}.hotel-general-information .responsability{grid-area:resp}.hotel-general-information .practices{grid-area:prac}@media(max-width:640px){.hotel-general-information{grid-template-columns:100%;row-gap:1rem;column-gap:0;grid-template-rows:auto auto auto 236px auto auto auto auto;overflow:hidden;grid-template-areas:"country" "covid" "eva" "loc" "desc" "env" "env" "env" "env" "prac" "resp" "resp" "cancel" "no-show";max-width:100%}.hotel-general-information .practices div{flex-wrap:wrap}}.hotel-services{display:grid;grid-template-columns:1fr 1fr .5fr 1.5fr;grid-template-rows:124px 156px auto;grid-template-areas:"check check check pay" "food food food food" "in in out out"}.hotel-services .check{grid-area:check}.hotel-services .payments{grid-area:pay}.hotel-services .food{grid-area:food}.hotel-services .food .food-options{display:grid;grid-template-columns:repeat(4,calc(25% - 1rem));grid-column-gap:1rem;column-gap:1rem}.hotel-services .food .food-options .food-column{display:grid;grid-template-columns:50% 50%;grid-column-gap:.5rem;column-gap:.5rem;grid-row-gap:.25rem;row-gap:.25rem}.hotel-services .services-in{grid-area:in}.hotel-services .services-out{grid-area:out}.hotel-services .three-cols{display:grid;grid-template-columns:repeat(3,calc(33.3333% - .5rem))}@media(max-width:640px){.hotel-services{grid-template-columns:100%;grid-template-rows:auto auto;grid-template-areas:"check" "pay" "food" "food" "food" "food" "in" "out"}.hotel-services .check .sect{flex-direction:column;margin-bottom:1rem}.hotel-services .payments{margin-bottom:1rem}}.hotel-rooms{margin-top:2.5rem}.hotel-rooms--title{margin-bottom:3rem}.hotel-rooms--list{display:grid;grid-template-columns:repeat(auto-fit,minmax(375px,571px));grid-template-rows:auto;grid-gap:1.5rem;gap:1.5rem}@media(max-width:640px){.hotel-rooms--list{grid-template-columns:auto}}.hotel-rooms .hotel-room-card{border-radius:20px;overflow:hidden;box-shadow:0 0 20px rgba(0,0,0,.161)}.hotel-rooms .hotel-room-card--preview{width:100%;height:400px;position:relative}.hotel-rooms .hotel-room-card--preview .glider-next,.hotel-rooms .hotel-room-card--preview .glider-prev{top:50%;transform:translateY(-50%);color:#516e0e}.hotel-rooms .hotel-room-card--preview .glider-prev{left:10px}.hotel-rooms .hotel-room-card--preview .glider-next{right:10px}@media(max-width:640px){.hotel-rooms .hotel-room-card--preview{height:200px;width:100%}}.hotel-rooms .hotel-room-card--content{padding:2rem}.hotel-rooms .hotel-room-card--content-services{display:grid;grid-template-columns:repeat(2,30%) 40%;grid-template-rows:56px;border-bottom:1px solid #c8c8c8}.hotel-rooms .hotel-room-card--content-all-services{margin-top:1rem;display:grid;grid-template-columns:repeat(3,33.33333%);grid-gap:.25rem;gap:.25rem;height:55px;overflow:hidden}@media(max-width:640px){.hotel-rooms .hotel-room-card--content{padding:1rem}.hotel-rooms .hotel-room-card--content-services{display:grid;grid-template-columns:repeat(2,50%);grid-template-rows:56px;border-bottom:1px solid #c8c8c8}.hotel-rooms .hotel-room-card--content-all-services{margin-top:1rem;display:grid;grid-template-columns:repeat(2,50%);grid-gap:.25rem;gap:.25rem;height:55px;overflow:hidden}.hotel-rooms .hotel-room-card--action--select-rooms{display:flex;flex-direction:column!important}}.hotel-act-exp{margin-bottom:1.5rem}.hotel-act-exp--carousel{position:relative;display:flex;border-radius:20px;overflow:hidden}.hotel-act-exp--carousel-elem{border-radius:20px 0 20px 0;width:25%;position:relative;height:250px}.hotel-page{padding:7rem 2rem}@media(max-width:640px){.hotel-page{padding:7rem 1rem}}.user-cards{padding-top:126px;max-width:1248px;margin:0 auto}.user-cards--display-grid{display:grid;grid-template-columns:repeat(auto-fit,324px);grid-column-gap:1rem;column-gap:1rem;grid-row-gap:2.75rem;row-gap:2.75rem}.user-cards--new-form{margin-top:2rem;max-width:450px}.booking-chat{padding-top:126px;max-width:calc(100% - 3rem);margin:0 auto}.booking-chat--content-section{margin-top:1.5rem;display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:70% auto;grid-template-rows:calc(100dvh - 212px)}.booking-chat--content-section--booking-info,.booking-chat--content-section--chat{border-radius:5px;overflow:hidden}.booking-chat--content-section--booking-info .booking-header,.booking-chat--content-section--booking-info .chat-header,.booking-chat--content-section--chat .booking-header,.booking-chat--content-section--chat .chat-header{height:70px;background:#536920;color:#fff;padding:0 1rem;display:flex;align-items:center;gap:1rem}.booking-chat--content-section--booking-info .booking-header .hotel-profile-pic,.booking-chat--content-section--booking-info .chat-header .hotel-profile-pic,.booking-chat--content-section--chat .booking-header .hotel-profile-pic,.booking-chat--content-section--chat .chat-header .hotel-profile-pic{width:40px;height:40px;border-radius:20px;background-position:50%;background-size:cover}.booking-chat--content-section--booking-info .details{max-height:calc(100dvh - 282px);overflow:auto;padding:1rem}.booking-chat--content-section--booking-info .details .booking-content{margin-bottom:1rem;color:#757576}.booking-chat--content-section--chat{position:relative}.booking-chat--content-section--chat .chat-container{width:100%;position:relative;padding:1rem;overflow:auto;max-height:calc(100dvh - 352px)}.booking-chat--content-section--chat .chat-container .message{width:75%;border-radius:5px;position:relative;margin-bottom:28px}.booking-chat--content-section--chat .chat-container .message .attachment{width:70px;height:70px;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:3px}.booking-chat--content-section--chat .chat-container .message.from{background:#bae1ea;padding:.5rem 1rem}.booking-chat--content-section--chat .chat-container .message.from .message-time{position:absolute;bottom:-22px}.booking-chat--content-section--chat .chat-container .message.to{background:#c0d393;padding:.5rem 1rem;margin-left:auto}.booking-chat--content-section--chat .chat-container .message.to .message-time{position:absolute;bottom:-22px;right:0}.booking-chat--content-section--chat .preview-container{height:86px;overflow:hidden;border-radius:5px;position:absolute;bottom:70px;left:0;width:100%;padding:.5rem 1rem;display:flex;gap:.5rem;overflow:auto}.booking-chat--content-section--chat .preview-container .preview-image{position:relative;width:70px}.booking-chat--content-section--chat .preview-container .preview-image img{width:70px;height:70px;border-radius:5px;box-shadow:0 8px 16px rgba(0,0,0,.192)}.booking-chat--content-section--chat .preview-container .preview-image .delete-icon{background:#e9e9e9;border-radius:9px;width:18px;height:18px;position:absolute;top:-5px;right:-4px;display:flex;align-items:center;justify-content:center}.booking-chat--content-section--chat .preview-container .preview-image .delete-icon:hover{cursor:pointer}.booking-chat--content-section--chat .preview-container .preview-image .delete-icon img{width:12px;height:12px}.booking-chat--content-section--chat .chat-input{position:absolute;height:70px;background:#f2f2f2;bottom:0;width:100%;padding:0 1rem;display:flex;align-items:center;gap:1.5rem}.booking-chat--content-section--chat .chat-input .form-group{width:100%}@media screen and (max-width:640px){.booking-chat--content-section--chat .chat-input{gap:.75rem}.booking-chat{padding-top:96px}.booking-chat .view-tabs:first-child{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.booking-chat--content-section{grid-template-columns:100%}.booking-chat--content-section--booking-info .booking-header,.booking-chat--content-section--booking-info .chat-header,.booking-chat--content-section--chat .booking-header,.booking-chat--content-section--chat .chat-header{height:46px}.booking-chat--content-section--booking-info .booking-header .hotel-profile-pic,.booking-chat--content-section--booking-info .chat-header .hotel-profile-pic,.booking-chat--content-section--chat .booking-header .hotel-profile-pic,.booking-chat--content-section--chat .chat-header .hotel-profile-pic{width:28px;height:28px}.booking-chat--content-section--booking-info .booking-header label.text-xl,.booking-chat--content-section--booking-info .chat-header label.text-xl,.booking-chat--content-section--chat .booking-header label.text-xl,.booking-chat--content-section--chat .chat-header label.text-xl{font-size:1.125rem!important}.booking-chat--back-section .text-xll{font-size:1.125rem}}.collapsable-container{position:relative;padding:20px;min-height:64px;max-height:64px;height:100%;transition:all .3s ease-in-out;overflow:hidden}.collapsable-container.expanded{height:auto;min-height:140px;transition:all .3s ease-in-out;max-height:none}.collapsable-container--title{display:flex;justify-content:space-between;margin-bottom:1rem}.collapsable-container--title label{text-overflow:ellipsis;overflow:hidden;text-wrap:nowrap}.collapsable-container--title .collapse-control:hover{cursor:pointer}@media screen and (max-width:640px){.collapsable-container--title label{font-size:1.125rem!important}}.collapsable-container--body{font-size:24px}.card-display{max-width:324px;min-width:324px;min-height:177px;background:#f2f2f2;padding:1.5rem;border-radius:10px;box-shadow:0 3px 6px rgba(0,0,0,.161);position:relative}.card-display.selectable:hover{transform:scale(1.03)}.card-display.create{background:#c8c8c8}.card-display.create div{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%}.card-display--brand-container{height:26px;width:64px;margin-bottom:2rem}.card-display--number{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.card-display--number .card-dot{width:5px;height:5px;border-radius:3px;background:#000}.card-display--name-expire{display:flex;justify-content:space-between}.card-display--action{display:flex;justify-content:flex-end;position:absolute;width:calc(100% - 1.5rem);bottom:-2rem;font-size:14px}.card-display--action .container-block{align-items:center}.card-display--action .container-block:hover{cursor:pointer}.booking-form{padding:0 7rem;max-width:1680px;margin:0 auto}.booking-form--info{height:auto;margin-top:1.125rem}@media screen and (max-width:640px){.booking-form--info{padding:1rem}}.booking-form--info .main-hotel-info{display:grid;grid-template-columns:repeat(2,calc(50% - 1.5rem));grid-column-gap:3rem;column-gap:3rem}@media screen and (max-width:640px){.booking-form--info .main-hotel-info{display:flex;column-gap:0}.booking-form--info .main-hotel-info--pictures{display:none}}.booking-form--info .main-hotel-info--pictures{border-radius:20px;overflow:hidden}.booking-form--info .main-hotel-info--details .total-cost{margin:1rem -20px -20px;padding:.5rem 20px;background:#e3edcd;border-radius:8px;border:1px solid #52992c}@media screen and (max-width:640px){.booking-form--info .main-hotel-info--details .total-cost label{font-size:1rem!important}}.booking-form--info .main-hotel-info--details .cancel-policy{padding:20px;border:1px solid #ef4545;background:#fff}.booking-form--contact{margin-top:1.125rem}.booking-form--contact--form{padding:1.5rem}@media(max-width:640px){.booking-form--contact--form{padding:1rem}}.booking-form--contact--form .contact-form{display:grid;grid-template-columns:repeat(2,calc(25% - 2rem)) calc(50% - 2rem);grid-column-gap:2rem;column-gap:2rem;grid-row-gap:1rem;row-gap:1rem;grid-template-areas:"name phone country" "email confirm especial" "guest guestemail especial"}.booking-form--contact--form .contact-form .name{grid-area:name}.booking-form--contact--form .contact-form .phone{grid-area:phone}.booking-form--contact--form .contact-form .country{grid-area:country}.booking-form--contact--form .contact-form .email{grid-area:email}.booking-form--contact--form .contact-form .confirm{grid-area:confirm}.booking-form--contact--form .contact-form .especial{grid-area:especial}.booking-form--contact--form .contact-form .guest{grid-area:guest}.booking-form--contact--form .contact-form .guest-email{grid-area:guestemail}@media(max-width:640px){.booking-form--contact--form .contact-form{display:flex;flex-direction:column;gap:0}}.booking-form--payment{margin-bottom:100px;margin-top:1.125rem}.booking-form--payment .card-container{display:flex;gap:1rem;overflow:auto;padding:1rem}.booking-form--payment--actions{display:flex;justify-content:space-between;margin-top:1.5rem}.booking-form--confirmation{margin-bottom:100px;margin-top:1.125rem}.booking-form .booking-room-info{display:flex;flex-wrap:wrap;border:1px solid #707070;padding:1rem 3rem}@media screen and (max-width:640px){.booking-form .booking-room-info{padding:1rem}}.booking-form .booking-header{display:grid;grid-template-columns:auto 340px;grid-column-gap:2rem;column-gap:2rem}@media(max-width:640px){.booking-form .booking-header{display:flex;flex-direction:column}.booking-form .booking-header .booking-pricing-info{padding:1rem}.booking-form .booking-header .booking-pricing-info .room-image{display:none}.booking-form .booking-header .booking-pricing-info .room-price{margin-top:0!important}}.booking-form .booking-header .hotel-details{padding:1.5rem}@media(max-width:640px){.booking-form .booking-header .hotel-details{padding:1rem}}.booking-form .booking-header .hotel-details .room-details--policies{display:grid;grid-template-columns:repeat(3,33.33%);grid-row-gap:1rem;row-gap:1rem}@media screen and (max-width:640px){.booking-form .booking-header .hotel-details .room-details--policies{display:flex;gap:1rem;flex-wrap:wrap}}.booking-form .booking-header .hotel-details .room-details.small{font-size:10px}.booking-form .booking-header .booking-pricing-info{position:relative}.booking-form .booking-header .booking-pricing-info .room-image{position:absolute;right:0;top:0;width:340px;height:254px;border-radius:20px;overflow:hidden}.booking-form .booking-header .booking-pricing-info .room-price{margin-top:270px}.booking-form .payment-method-form-container{max-width:450px}@media screen and (max-width:640px){.booking-form{padding:0 1rem}}.privacy-container{display:grid;padding:1.5rem;grid-template-columns:284px auto;grid-gap:2rem;gap:2rem}.privacy-container--content,.privacy-container--side-menu{background:#fff;max-height:calc(100dvh - 3rem);overflow:auto}.privacy-container--side-menu{padding:1.5rem 0}.privacy-container--side-menu .menu-item{min-height:50px;display:flex;align-items:center;padding:.5rem 1rem}.privacy-container--side-menu .menu-item:hover{cursor:pointer}.privacy-container--side-menu .menu-item.active{font-weight:700;background:#536920;color:#fff}.privacy-container--content{width:100%;padding:2rem 4rem}.privacy-container--content p{margin-bottom:1rem}.privacy-container--content ol{list-style-position:inside;padding:.75rem 1rem}.privacy-container--content ol li{margin-bottom:.375rem}.privacy-container--content ol li p{padding-left:1rem}.privacy-container--content ol li p+ul{padding-left:2rem}.privacy-container--content ol ul{list-style:disc;list-style-position:inside;padding:.25rem 1rem}.user-bookings{padding-top:126px;max-width:calc(100dvw - 2rem);margin:0 auto}.user-bookings--content{margin-top:1.5rem}.user-bookings--content .list{display:flex;flex-direction:column;gap:1rem}.navigation-buttons{display:flex;gap:1px}.navigation-buttons--button{background:#f2f2f2;height:36px;display:flex;align-items:center;justify-content:center;padding:0 .875rem;font-size:10px;max-width:max-content}.navigation-buttons--button:hover{cursor:pointer}.navigation-buttons--button.disabled{cursor:not-allowed}.navigation-buttons--button.active{background:#536920;color:#fff}.navigation-buttons--button:first-child{border-radius:5px 0 0 5px}.navigation-buttons--button:last-child{border-radius:0 5px 5px 0}.user-booking-item{display:grid;grid-template-columns:200px auto 254px;grid-template-rows:164px;border-radius:10px;overflow:hidden}.user-booking-item--image{position:relative;overflow:hidden;border-radius:0 10px 10px 0}.user-booking-item--info{padding:1rem 2rem}.user-booking-item--info .room-details--policies{display:flex;flex-direction:column;row-gap:.25rem}.user-booking-item--info .room-details.small{font-size:10px}.user-booking-item--price{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:2rem 2rem 2rem 0}@media screen and (max-width:640px){.user-booking-item{display:flex;flex-direction:column;position:relative}.user-booking-item--info{padding:.5rem 1rem}.user-booking-item--image{overflow:hidden;width:100%;height:100px;display:flex;align-items:center}.user-booking-item--image img{position:absolute;width:auto!important;height:auto!important}.user-booking-item--price{display:flex;justify-content:center;flex-direction:column;padding:.75rem 1rem}.user-booking-item--price .price{display:none}.user-booking-item--price .status{order:1}.user-booking-item--price .action{order:3}.user-booking-item--price .status-container{margin-bottom:1rem}}.invoice-form{display:flex;column-gap:2rem;flex-wrap:wrap}.to-top{width:50px;height:50px;border-radius:25px;background:#536920;position:fixed;bottom:1rem;right:1rem;border:none;color:#fff;box-shadow:0 8px 16px rgba(0,0,0,.192);z-index:10}.to-top:hover{cursor:pointer}.tooltip{position:relative;display:inline-block}.tooltip .tooltiptext{visibility:hidden;width:120px;background-color:rgba(0,0,0,.85);color:#fff;text-align:center;padding:5px 0;border-radius:6px;position:absolute;bottom:110%;left:50%;z-index:1;margin-left:-60px}.tooltip:hover .tooltiptext{visibility:visible}.glider,.glider-contain{margin:0 auto;position:relative}.glider,.glider-track{transform:translateZ(0)}.glider-dot,.glider-next,.glider-prev{border:0;padding:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:0}.glider-contain{width:100%}.glider{overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:none}.glider-track{width:100%;margin:0;padding:0;display:flex;z-index:1}.glider.draggable{cursor:-webkit-grab;cursor:grab}.glider.draggable,.glider.draggable .glider-slide img{-webkit-user-select:none;-moz-user-select:none;user-select:none}.glider.draggable .glider-slide img{pointer-events:none}.glider.drag{cursor:-webkit-grabbing;cursor:grabbing}.glider-slide{-webkit-user-select:none;-moz-user-select:none;user-select:none;justify-content:center;align-content:center;width:100%;min-width:150px}.glider-slide img{max-width:100%}.glider::-webkit-scrollbar{opacity:0;height:0}.glider-next,.glider-prev{position:absolute;background:0 0;z-index:2;font-size:40px;text-decoration:none;left:-23px;top:30%;cursor:pointer;color:#666;opacity:1;line-height:1;transition:opacity .5s cubic-bezier(.17,.67,.83,.67),color .5s cubic-bezier(.17,.67,.83,.67)}.glider-next:focus,.glider-next:hover,.glider-prev:focus,.glider-prev:hover{color:#ccc}.glider-next{right:-23px;left:auto}.glider-next.disabled,.glider-prev.disabled{opacity:.25;color:#666;cursor:default}.glider-hide{opacity:0}.glider-dots{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;padding:0}.glider-dot{display:block;cursor:pointer;color:#ccc;border-radius:999px;background:#ccc;width:12px;height:12px;margin:7px}.glider-dot:focus,.glider-dot:hover{background:#ddd}.glider-dot.active{background:#a89cc8}@media(max-width:36em){.glider::-webkit-scrollbar{opacity:1;-webkit-appearance:none;width:7px;height:3px}.glider::-webkit-scrollbar-thumb{opacity:1;border-radius:99px;background-color:hsla(0,0%,61%,.25);box-shadow:0 0 1px hsla(0,0%,100%,.25)}}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}