: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}.Toastify__toast-icon{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-radius:100%;border:2px solid;border-right:2px solid 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)}}
/*! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:360px){.container{max-width:360px}}@media (min-width:576px){.container{max-width:576px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:992px){.container{max-width:992px}}@media (min-width:1200px){.container{max-width:1200px}}@media (min-width:1600px){.container{max-width:1600px}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.-top-\[10px\]{top:-10px}.bottom-\[20px\]{bottom:20px}.left-0{left:0}.right-0{right:0}.right-4{right:1rem}.right-\[0\]{right:0}.right-\[5px\]{right:5px}.top-0{top:0}.\!z-\[0\]{z-index:0!important}.z-\[1\]{z-index:1}.\!m-0{margin:0!important}.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.\!-mb-\[200px\]{margin-bottom:-200px!important}.-mb-2{margin-bottom:-.5rem}.-ml-4{margin-left:-1rem}.-mr-1{margin-right:-.25rem}.-mt-1{margin-top:-.25rem}.-mt-2{margin-top:-.5rem}.-mt-\[200px\]{margin-top:-200px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-\[50px\]{margin-bottom:50px}.mb-\[70px\]{margin-bottom:70px}.ml-0{margin-left:0}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-\[12px\]{margin-left:12px}.mr-0{margin-right:0}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-6{margin-right:1.5rem}.mr-\[0px\]{margin-right:0}.mr-\[12px\]{margin-right:12px}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[20px\]{margin-top:20px}.mt-\[35px\]{margin-top:35px}.mt-\[5px\]{margin-top:5px}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.\!h-\[25px\]{height:25px!important}.\!h-\[260px\]{height:260px!important}.h-12{height:3rem}.h-16{height:4rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-\[100\%\]{height:100%}.h-\[100vh\]{height:100vh}.h-\[20px\]{height:20px}.h-\[216px\]{height:216px}.h-\[34px\]{height:34px}.h-\[38px\]{height:38px}.h-\[40px\]{height:40px}.h-\[41px\]{height:41px}.h-\[42px\]{height:42px}.h-\[43px\]{height:43px}.h-\[48px\]{height:48px}.h-\[50px\]{height:50px}.h-\[60px\]{height:60px}.h-\[80px\]{height:80px}.h-\[9px\]{height:9px}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-\[11px\]{max-height:11px}.max-h-\[200px\]{max-height:200px}.max-h-\[45px\]{max-height:45px}.max-h-\[500px\]{max-height:500px}.max-h-\[50px\]{max-height:50px}.max-h-\[90px\]{max-height:90px}.max-h-\[91px\]{max-height:91px}.min-h-\[137px\]{min-height:137px}.min-h-\[376px\]{min-height:376px}.min-h-\[41px\]{min-height:41px}.min-h-\[500px\]{min-height:500px}.min-h-\[50px\]{min-height:50px}.min-h-\[60px\]{min-height:60px}.min-h-\[90vh\]{min-height:90vh}.min-h-screen{min-height:100vh}.\!w-\[172px\]{width:172px!important}.\!w-\[70px\]{width:70px!important}.w-0{width:0}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-36{width:9rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-8{width:2rem}.w-\[0\]{width:0}.w-\[100\%\]{width:100%}.w-\[100px\]{width:100px}.w-\[10px\]{width:10px}.w-\[120px\]{width:120px}.w-\[130px\]{width:130px}.w-\[135px\]{width:135px}.w-\[139px\]{width:139px}.w-\[140px\]{width:140px}.w-\[145px\]{width:145px}.w-\[150px\]{width:150px}.w-\[165px\]{width:165px}.w-\[170px\]{width:170px}.w-\[181px\]{width:181px}.w-\[190px\]{width:190px}.w-\[194px\]{width:194px}.w-\[196px\]{width:196px}.w-\[210px\]{width:210px}.w-\[22px\]{width:22px}.w-\[30px\]{width:30px}.w-\[33\%\]{width:33%}.w-\[50px\]{width:50px}.w-\[80px\]{width:80px}.w-\[9px\]{width:9px}.w-\[auto\]{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.\!min-w-\[155px\]{min-width:155px!important}.\!min-w-\[172px\]{min-width:172px!important}.\!min-w-\[184px\]{min-width:184px!important}.\!min-w-\[194px\]{min-width:194px!important}.min-w-\[111px\]{min-width:111px}.min-w-\[170px\]{min-width:170px}.min-w-\[175px\]{min-width:175px}.min-w-\[200px\]{min-width:200px}.min-w-\[22px\]{min-width:22px}.min-w-\[25px\]{min-width:25px}.min-w-\[40px\]{min-width:40px}.min-w-\[60\%\]{min-width:60%}.max-w-\[10\%\]{max-width:10%}.max-w-\[100\%\]{max-width:100%}.max-w-\[115px\]{max-width:115px}.max-w-\[12px\]{max-width:12px}.max-w-\[1310px\]{max-width:1310px}.max-w-\[1320px\]{max-width:1320px}.max-w-\[1347px\]{max-width:1347px}.max-w-\[1400px\]{max-width:1400px}.max-w-\[1450px\]{max-width:1450px}.max-w-\[150px\]{max-width:150px}.max-w-\[166px\]{max-width:166px}.max-w-\[170px\]{max-width:170px}.max-w-\[18\%\]{max-width:18%}.max-w-\[190px\]{max-width:190px}.max-w-\[1920px\]{max-width:1920px}.max-w-\[194px\]{max-width:194px}.max-w-\[20px\]{max-width:20px}.max-w-\[210px\]{max-width:210px}.max-w-\[250px\]{max-width:250px}.max-w-\[300px\]{max-width:300px}.max-w-\[338px\]{max-width:338px}.max-w-\[368px\]{max-width:368px}.max-w-\[400px\]{max-width:400px}.max-w-\[450px\]{max-width:450px}.max-w-\[500px\]{max-width:500px}.max-w-\[570px\]{max-width:570px}.max-w-\[620px\]{max-width:620px}.max-w-\[625px\]{max-width:625px}.max-w-full{max-width:100%}.flex-1{flex:1 1 0%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-20{gap:5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-20{-moz-column-gap:5rem;column-gap:5rem}.gap-y-12{row-gap:3rem}.gap-y-3{row-gap:.75rem}.gap-y-5{row-gap:1.25rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem*var(--tw-space-x-reverse));margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.self-start{align-self:flex-start}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-y-auto{overflow-y:auto}.whitespace-normal{white-space:normal}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[100\%\]{border-radius:100%}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-br-2xl{border-bottom-right-radius:1rem}.rounded-br-\[40px\]{border-bottom-right-radius:40px}.rounded-br-\[5px\]{border-bottom-right-radius:5px}.rounded-tl-2xl{border-top-left-radius:1rem}.rounded-tl-\[50px\]{border-top-left-radius:50px}.rounded-tr-\[5px\]{border-top-right-radius:5px}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-\[\#093057\]{--tw-border-opacity:1;border-color:rgb(9 48 87/var(--tw-border-opacity))}.border-\[\#51B2BC\]{--tw-border-opacity:1;border-color:rgb(81 178 188/var(--tw-border-opacity))}.border-\[\#F1F1F1\]{--tw-border-opacity:1;border-color:rgb(241 241 241/var(--tw-border-opacity))}.border-\[\#F2F2F2\]{--tw-border-opacity:1;border-color:rgb(242 242 242/var(--tw-border-opacity))}.border-\[\#d0d4d5\]{--tw-border-opacity:1;border-color:rgb(208 212 213/var(--tw-border-opacity))}.border-\[\#ffffff2e\]{border-color:#ffffff2e}.border-\[black\]{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity))}.border-\[white\]{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.border-blue-300{--tw-border-opacity:1;border-color:rgb(147 197 253/var(--tw-border-opacity))}.border-error{--tw-border-opacity:1;border-color:rgb(255 0 0/var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.border-primary{--tw-border-opacity:1;border-color:rgb(81 178 188/var(--tw-border-opacity))}.border-opacity-25{--tw-border-opacity:0.25}.border-opacity-5{--tw-border-opacity:0.05}.bg-\[\#093057\]{--tw-bg-opacity:1;background-color:rgb(9 48 87/var(--tw-bg-opacity))}.bg-\[\#51B2BC\]{--tw-bg-opacity:1;background-color:rgb(81 178 188/var(--tw-bg-opacity))}.bg-\[\#E7E7E7\]{--tw-bg-opacity:1;background-color:rgb(231 231 231/var(--tw-bg-opacity))}.bg-\[\#F2F2F2\]{--tw-bg-opacity:1;background-color:rgb(242 242 242/var(--tw-bg-opacity))}.bg-\[\#F5F5F5\]{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.bg-\[\#FFFFFF\]{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-\[\#b2d2d5\]{--tw-bg-opacity:1;background-color:rgb(178 210 213/var(--tw-bg-opacity))}.bg-\[\#f5fcfd\]{--tw-bg-opacity:1;background-color:rgb(245 252 253/var(--tw-bg-opacity))}.bg-\[gray\]{--tw-bg-opacity:1;background-color:rgb(128 128 128/var(--tw-bg-opacity))}.bg-\[transparant\]{background-color:transparant}.bg-\[white\]{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.bg-primary{--tw-bg-opacity:1;background-color:rgb(81 178 188/var(--tw-bg-opacity))}.bg-slate-200{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-cover{background-size:cover}.object-contain{-o-object-fit:contain;object-fit:contain}.\!p-0{padding:0!important}.p-0{padding:0}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[10px\]{padding:10px}.p-\[8px\]{padding:8px}.px-0{padding-left:0;padding-right:0}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[10px\]{padding-left:10px;padding-right:10px}.px-\[20px\]{padding-left:20px;padding-right:20px}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[80px\]{padding-top:80px;padding-bottom:80px}.\!pb-\[0px\]{padding-bottom:0!important}.\!pl-7{padding-left:1.75rem!important}.\!pl-\[50px\]{padding-left:50px!important}.\!pl-\[60px\]{padding-left:60px!important}.\!pr-\[0px\]{padding-right:0!important}.\!pt-\[0px\]{padding-top:0!important}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-\[15px\]{padding-bottom:15px}.pb-\[20px\]{padding-bottom:20px}.pl-5{padding-left:1.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pt-10{padding-top:2.5rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-\[100px\]{padding-top:100px}.text-left{text-align:left}.text-center{text-align:center}.text-start{text-align:start}.font-\[Catamaran\]{font-family:Catamaran}.font-\[CormorantGaramond\]{font-family:CormorantGaramond}.font-\[CormorantSemiBold\]{font-family:CormorantSemiBold}.font-\[catamaran\]{font-family:catamaran}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[10px\]{font-size:10px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[17px\]{font-size:17px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[22px\]{font-size:22px}.text-\[24px\]{font-size:24px}.text-\[25px\]{font-size:25px}.text-\[30px\]{font-size:30px}.text-\[35px\]{font-size:35px}.text-\[40px\]{font-size:40px}.text-\[45px\]{font-size:45px}.text-\[50px\]{font-size:50px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-\[16px\]{font-weight:16px}.font-\[400\]{font-weight:400}.font-\[500\]{font-weight:500}.font-\[600\]{font-weight:600}.font-\[700\],.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-thin{font-weight:100}.italic{font-style:italic}.leading-\[1\.2em\]{line-height:1.2em}.leading-relaxed{line-height:1.625}.text-\[\#093057\]{--tw-text-opacity:1;color:rgb(9 48 87/var(--tw-text-opacity))}.text-\[\#51B2BC\]{--tw-text-opacity:1;color:rgb(81 178 188/var(--tw-text-opacity))}.text-\[\#51b2bc\!important\]{color:#51b2bc!important}.text-\[\#77828E\]{--tw-text-opacity:1;color:rgb(119 130 142/var(--tw-text-opacity))}.text-\[\#B7B7B7\]{--tw-text-opacity:1;color:rgb(183 183 183/var(--tw-text-opacity))}.text-\[\#FFFFFF\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-\[\#f72a35\]{--tw-text-opacity:1;color:rgb(247 42 53/var(--tw-text-opacity))}.text-\[700\]{color:700}.text-\[red\]{--tw-text-opacity:1;color:rgb(255 0 0/var(--tw-text-opacity))}.text-\[white\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.text-error{--tw-text-opacity:1;color:rgb(255 0 0/var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-primary{--tw-text-opacity:1;color:rgb(81 178 188/var(--tw-text-opacity))}.text-secondary{color:#0000001a}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.opacity-50{opacity:.5}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-150{transition-delay:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}body{background-color:#fcefcc2b!important}input[type=checkbox]{accent-color:#51b2bc}@font-face{font-family:Axiforma;src:url(/_next/static/media/Kastelov-AxiformaRegular.982eb6bc.otf);font-weight:400;font-style:normal}@font-face{font-family:Axiforma;src:url(/_next/static/media/Kastelov-AxiformaMedium.c1f26ec7.otf);font-weight:500;font-style:medium}@font-face{font-family:Axiforma;src:url(/_next/static/media/Kastelov-AxiformaSemiBold.d00d3dc5.otf);font-weight:600;font-style:semibold}@font-face{font-family:Axiforma;src:url(/_next/static/media/Kastelov-AxiformaBold.0deaf58c.otf);font-weight:700;font-style:bold}@font-face{font-family:Axiforma;src:url(/_next/static/media/Kastelov-AxiformaExtraBold.c3e6db94.otf);font-weight:800;font-style:extra-bold}@font-face{font-family:Axiforma;src:url(/_next/static/media/Kastelov-AxiformaBlackItalic.f3e23722.otf);font-weight:400;font-style:italic}@font-face{font-family:Inter;src:url(/_next/static/media/Inter-Light.53fbc023.ttf);font-weight:300;font-style:normal}@font-face{font-family:Inter;src:url(/_next/static/media/Inter-Regular.b85a5d42.ttf);font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/_next/static/media/Inter-Medium.8fdaf020.ttf);font-weight:500;font-style:medium}@font-face{font-family:Inter;src:url(/_next/static/media/Inter-SemiBold.7b1d4c41.ttf);font-weight:600;font-style:semibold}@font-face{font-family:Inter;src:url(/_next/static/media/Inter-Bold.a4d688de.ttf);font-weight:700;font-style:bold}@font-face{font-family:Inter;src:url(/_next/static/media/Inter-ExtraBold.ddbcd400.ttf);font-weight:800;font-style:extra-bold}@font-face{font-family:Catamaran;src:url(/_next/static/media/Catamaran.1bcf7571.ttf);font-weight:400;font-style:extra-bold}@font-face{font-family:Catamaran;src:url(/_next/static/media/CatamaranMedium.9ef3522f.ttf);font-weight:500;font-style:bold}@font-face{font-family:Catamaran;src:url(/_next/static/media/CatamaranSemiBold.ffbdc242.ttf);font-weight:600}@font-face{font-family:Catamaran;src:url(/_next/static/media/CatamaranBold.1d56227e.ttf);font-weight:700}@font-face{font-family:CormorantGaramond;src:url(/_next/static/media/CormorantGaramond-Regular.f83afd59.ttf);font-weight:400}@font-face{font-family:CormorantGaramond;src:url(/_next/static/media/CormorantGaramond-Medium.4db755a3.ttf);font-weight:500}@font-face{font-family:CormorantGaramond;src:url(/_next/static/media/CormorantGaramond-SemiBold.9a170a29.ttf);font-weight:600}@font-face{font-family:CormorantGaramond;src:url(/_next/static/media/CormorantGaramond-Bold.d261448e.ttf);font-weight:700}@font-face{font-family:CormorantSemiBold;src:url(/_next/static/media/CormorantGaramond-SemiBold.9a170a29.ttf);font-weight:800;font-style:extra-bold}*{font-family:Axiforma,Arial,sans-serif}.font-inter{font-family:Inter,Arial,sans-serif}select{background-color:#fff;border:thin solid #51b2bc;border-radius:4px;display:inline-block;font:inherit;line-height:1.5em;padding:.5em 3.5em .5em 1em;margin:0;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none}select.select-down{background-image:linear-gradient(45deg,#0000 50%,#fff 0),linear-gradient(135deg,#fff 50%,#0000 0),linear-gradient(90deg,#51b2bc,#51b2bc);background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),100% 0}select.select-down,select.select-down:focus{background-size:5px 5px,5px 5px,2.5em 2.5em;background-repeat:no-repeat}select.select-down:focus{background-image:linear-gradient(45deg,#fff 50%,#0000 0),linear-gradient(135deg,#0000 50%,#fff 0),linear-gradient(90deg,#bd5142,#bd5142);background-position:calc(100% - 15px) 1em,calc(100% - 20px) 1em,100% 0;border-color:#51b2bc;outline:0}input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px #fff!important}.custom-search .ant-input-search-button:hover{background-color:#51b2bc!important;border-color:#51b2bc!important}.custom-input .ant-input,.custom-search .ant-input-affix-wrapper,.custom-search .ant-input-affix-wrapper .ant-input-affix-wrapper:hover,.custom-search .ant-input-affix-wrapper-focused{border:1px solid #51b2bc!important}.custom-input-group .ant-btn:hover,.custom-input-group .ant-dropdown-open:hover,.custom-input-group input:focus,.custom-input-group input:hover{border:1px solid #51b2bc!important;color:#51b2bc}.halfInputs .ant-form-item{width:45%}.ant-layout-sider-trigger{background-color:#51b2bc!important}.ant-space:hover{color:#51b2bc}.ant-switch-inner{background-color:#00000073}.ant-picker{height:40px}.ant-empty{display:flex;flex-direction:column;align-items:center}.ant-form-item-row{display:block}.ant-modal-confirm-body .anticon{font-size:30px!important;margin-bottom:8px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.ant-select-selection-placeholder{top:56%!important}.header-dropdown ul{margin-top:-10px!important}.ant-upload-wrapper{width:auto!important}input::-moz-placeholder{font-weight:450}input::placeholder{font-weight:450}.btn-animate-hover{transform:rotate(deg(30));transition:all .5s ease-Out}.thankyou{background-image:url(/_next/static/media/thank-you.05218bde.png)}.easeOnHover{transform:rotate(deg(30));transition:all .5s ease-Out}.easeOnHover:hover{fill:#51b2bc}.products{background-image:url(/_next/static/media/productBG.673f5ede.png);background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative;transition:.4s ease-in-out;height:100px;opacity:1}.ant-drawer-header{flex-direction:row-reverse}.ant-drawer-header-title{justify-content:flex-end}.ant-drawer-wrapper-body{background-color:#093057;background-image:url(/_next/static/media/menu-bg.c87821b2.svg);background-repeat:no-repeat;background-position:100% 100%;height:100vh}.ant-drawer-header-title button{color:#fff!important;font-size:25px!important;margin:0!important}.ant-drawer-body ul{background:#0000}.ant-drawer-body ul li{background:#0000!important}.ant-form-item-label{text-align:start!important}.footerBG{background-color:#093057;background-image:url(/_next/static/media/footerFlower.5fd34c34.svg);background-position:100%;background-repeat:no-repeat;padding:70px 10px 40px}.customfont{font-family:Catamaran,san-serif}.textElipsis,.textElipsis1{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}li::marker{font-size:27px}ul{list-style:none;padding:0;margin:0}ul li{margin-left:-10}html{scroll-behavior:smooth}.marker\:text-\[\#51B2BC\] ::marker{color:#51b2bc}.marker\:text-\[\#51B2BC\]::marker{color:#51b2bc}.hover\:cursor-not-allowed:hover{cursor:not-allowed}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:border-none:hover{border-style:none}.hover\:border-gray-400:hover{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity))}.hover\:border-primary:hover{--tw-border-opacity:1;border-color:rgb(81 178 188/var(--tw-border-opacity))}.hover\:bg-\[\#FFFFFF\]:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.hover\:bg-gray-400:hover{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity))}.hover\:bg-primary:hover{--tw-bg-opacity:1;background-color:rgb(81 178 188/var(--tw-bg-opacity))}.hover\:text-\[\#51B2BC\]:hover{--tw-text-opacity:1;color:rgb(81 178 188/var(--tw-text-opacity))}.hover\:text-\[\#FFF\!important\]:hover{color:#fff!important}.hover\:text-\[white\]:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.hover\:text-primary:hover{--tw-text-opacity:1;color:rgb(81 178 188/var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}@media (prefers-color-scheme:dark){.dark\:bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}}@media (min-width:360px){.xs\:ml-\[5\%\]{margin-left:5%}.xs\:w-\[10px\]{width:10px}.xs\:w-full{width:100%}.xs\:min-w-\[100\%\]{min-width:100%}.xs\:min-w-\[100px\]{min-width:100px}.xs\:max-w-\[10px\]{max-width:10px}.xs\:max-w-\[20\%\]{max-width:20%}.xs\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.xs\:justify-center{justify-content:center}.xs\:overflow-hidden{overflow:hidden}.xs\:text-\[14px\]{font-size:14px}.xs\:text-\[18px\]{font-size:18px}.xs\:text-\[20px\]{font-size:20px}.xs\:text-\[30px\]{font-size:30px}}@media (min-width:576px){.sm\:mb-2{margin-bottom:.5rem}.sm\:mb-8{margin-bottom:2rem}.sm\:ml-0{margin-left:0}.sm\:mr-\[30px\]{margin-right:30px}.sm\:block{display:block}.sm\:hidden{display:none}.sm\:h-16{height:4rem}.sm\:h-\[unset\]{height:unset}.sm\:min-h-\[576px\]{min-height:576px}.sm\:w-24{width:6rem}.sm\:w-\[160px\]{width:160px}.sm\:w-\[582px\]{width:582px}.sm\:w-\[75\%\]{width:75%}.sm\:w-\[auto\]{width:auto}.sm\:w-full{width:100%}.sm\:max-w-\[90px\]{max-width:90px}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-nowrap{flex-wrap:nowrap}.sm\:justify-center{justify-content:center}.sm\:overflow-auto{overflow:auto}.sm\:p-2{padding:.5rem}.sm\:p-20{padding:5rem}.sm\:p-8{padding:2rem}.sm\:p-\[auto\]{padding:auto}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-\[40px\]{padding-left:40px;padding-right:40px}.sm\:px-\[unset\]{padding-left:unset;padding-right:unset}.sm\:text-\[12px\]{font-size:12px}.sm\:text-\[14px\]{font-size:14px}.sm\:text-\[30px\]{font-size:30px}.sm\:text-\[40px\]{font-size:40px}}@media (min-width:768px){.md\:mb-0{margin-bottom:0}.md\:mr-\[30px\]{margin-right:30px}.md\:mt-0{margin-top:0}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-12{height:3rem}.md\:h-\[100px\]{height:100px}.md\:min-h-\[376px\]{min-height:376px}.md\:w-\[120px\]{width:120px}.md\:w-\[150px\]{width:150px}.md\:w-\[75\%\]{width:75%}.md\:w-\[auto\],.md\:w-auto{width:auto}.md\:w-full{width:100%}.md\:min-w-\[196px\]{min-width:196px}.md\:min-w-\[85\%\]{min-width:85%}.md\:max-w-\[100\%\]{max-width:100%}.md\:max-w-\[20\%\]{max-width:20%}.md\:max-w-\[350px\]{max-width:350px}.md\:max-w-\[400px\]{max-width:400px}.md\:max-w-\[410px\]{max-width:410px}.md\:max-w-\[90px\]{max-width:90px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:justify-start{justify-content:flex-start}.md\:gap-10{gap:2.5rem}.md\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)))}.md\:p-2{padding:.5rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-\[20\%\]{padding-left:20%;padding-right:20%}.md\:px-\[20px\]{padding-left:20px;padding-right:20px}.md\:px-\[50px\]{padding-left:50px;padding-right:50px}.md\:pl-40{padding-left:10rem}.md\:text-\[13px\]{font-size:13px}.md\:text-\[14px\]{font-size:14px}.md\:text-\[15px\]{font-size:15px}.md\:text-\[25px\]{font-size:25px}.md\:text-\[35px\]{font-size:35px}.md\:text-\[55px\]{font-size:55px}.md\:text-\[90px\]{font-size:90px}}@media (min-width:992px){.lg\:m-auto{margin:auto}.lg\:ml-\[0\]{margin-left:0}.lg\:mr-\[30px\]{margin-right:30px}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:min-h-\[576px\]{min-height:576px}.lg\:w-2\/4{width:50%}.lg\:w-\[115px\]{width:115px}.lg\:w-\[145px\]{width:145px}.lg\:w-\[90\%\]{width:90%}.lg\:w-auto{width:auto}.lg\:w-full{width:100%}.lg\:min-w-\[100\%\]{min-width:100%}.lg\:min-w-\[276px\]{min-width:276px}.lg\:min-w-\[90\%\]{min-width:90%}.lg\:max-w-\[115px\]{max-width:115px}.lg\:max-w-\[130px\]{max-width:130px}.lg\:max-w-\[210px\]{max-width:210px}.lg\:max-w-\[510px\]{max-width:510px}.lg\:max-w-\[550px\]{max-width:550px}.lg\:max-w-\[80\%\]{max-width:80%}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:flex-nowrap{flex-wrap:nowrap}.lg\:items-start{align-items:flex-start}.lg\:justify-start{justify-content:flex-start}.lg\:gap-20{gap:5rem}.lg\:p-0{padding:0}.lg\:pb-2{padding-bottom:.5rem}.lg\:text-\[16px\]{font-size:16px}.lg\:text-\[17px\]{font-size:17px}.lg\:text-\[29px\]{font-size:29px}.lg\:text-\[50px\]{font-size:50px}}@media (min-width:1200px){.xl\:mr-16{margin-right:4rem}.xl\:w-\[500px\]{width:500px}.xl\:max-w-\[170px\]{max-width:170px}.xl\:max-w-\[210px\]{max-width:210px}.xl\:justify-start{justify-content:flex-start}}