.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.choices:focus{outline:none}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=");padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #005f75}.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button{display:none}.choices[data-type*=select-one]:after{content:"";height:0;width:0;border:5px solid transparent;border-top-color:#333;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open:after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -4px 0 8px;padding-left:16px;border-left:1px solid #003642;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=");background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#005f75;border:1px solid #004a5c;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#004a5c;border:1px solid #003642}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown,.choices__list[aria-expanded]{display:none;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{display:block}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable[data-select-text],.choices__list[aria-expanded] .choices__item--selectable[data-select-text]{padding-right:100px}.choices__list--dropdown .choices__item--selectable[data-select-text]:after,.choices__list[aria-expanded] .choices__item--selectable[data-select-text]:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text],[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]:after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]:after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:50%;cursor:pointer}.choices__button:focus{outline:none}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input:focus{outline:0}.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;width:0;height:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Roboto,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-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-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-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]:where(:not([hidden=until-found])){display:none}html{line-height:1}.container{width:100%}@media (min-width:500px){.container{max-width:500px}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1440px){.container{max-width:1440px}}@media (min-width:1920px){.container{max-width:1920px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.static{position:static}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.z-50{z-index:50}.col-span-12{grid-column:span 12/span 12}.float-right{float:right}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.-mb-5{margin-bottom:-1.25rem}.-ml-1{margin-left:-.25rem}.mb-10{margin-bottom:2.5rem}.mb-16{margin-bottom:4rem}.ml-3{margin-left:.75rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-10{margin-top:2.5rem}.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-\[22\%\]{margin-top:22%}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.hidden{display:none}.h-10{height:2.5rem}.h-14{height:3.5rem}.h-\[400px\]{height:400px}.h-auto{height:auto}.h-full{height:100%}.min-h-\[200px\]{min-height:200px}.min-h-\[280px\]{min-height:280px}.min-h-\[300px\]{min-height:300px}.min-h-\[350px\]{min-height:350px}.min-h-\[35px\]{min-height:35px}.min-h-\[370px\]{min-height:370px}.min-h-\[400px\]{min-height:400px}.min-h-\[500px\]{min-height:500px}.w-1\/2{width:50%}.w-10\/12{width:83.333333%}.w-14{width:3.5rem}.w-4\/12{width:33.333333%}.w-5\/12{width:41.666667%}.w-8\/12{width:66.666667%}.w-full{width:100%}.max-w-\[450px\]{max-width:450px}.max-w-\[500px\]{max-width:500px}.max-w-\[700px\]{max-width:700px}.max-w-screen-3xl{max-width:1920px}.max-w-screen-lg{max-width:1024px}.max-w-screen-sm{max-width:640px}.max-w-screen-xl{max-width:1280px}.max-w-screen-xs{max-width:500px}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.resize{resize:both}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-\[1\%\]{gap:1%}.overflow-y-auto{overflow-y:auto}.overflow-x-scroll{overflow-x:scroll}.rounded{border-radius:.25rem}.rounded-3xl{border-radius:1.5rem}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.bg-\[\#000000c9\]{background-color:#000000c9}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-orange{--tw-bg-opacity:1;background-color:rgb(255 147 1/var(--tw-bg-opacity,1))}.bg-orange-box{--tw-bg-opacity:1;background-color:rgb(243 100 70/var(--tw-bg-opacity,1))}.bg-orange-dark{--tw-bg-opacity:1;background-color:rgb(222 85 38/var(--tw-bg-opacity,1))}.bg-red{--tw-bg-opacity:1;background-color:rgb(160 14 45/var(--tw-bg-opacity,1))}.bg-red-dark{--tw-bg-opacity:1;background-color:rgb(124 26 36/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-yellow{--tw-bg-opacity:1;background-color:rgb(246 172 51/var(--tw-bg-opacity,1))}.bg-circular-pattern{background-image:url(../images/circular_pattern.png)}.bg-line-pattern{background-image:url(../images/line_pattern.png)}.bg-top-pattern{background-image:url(../images/maps/top-pattern.png)}.bg-contain{background-size:contain}.bg-mob{background-size:30%}.bg-bottom{background-position:bottom}.bg-repeat-x{background-repeat:repeat-x}.object-cover{-o-object-fit:cover;object-fit:cover}.p-10{padding:2.5rem}.p-3{padding:.75rem}.p-5{padding:1.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.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-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-28{padding-bottom:7rem}.pl-5{padding-left:1.25rem}.pr-5{padding-right:1.25rem}.pt-4{padding-top:1rem}.text-center{text-align:center}.font-script{font-family:Have Heart One,Have Heart Fallback}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-orange{--tw-text-opacity:1;color:rgb(255 147 1/var(--tw-text-opacity,1))}.text-orange-dark{--tw-text-opacity:1;color:rgb(222 85 38/var(--tw-text-opacity,1))}.text-red{--tw-text-opacity:1;color:rgb(160 14 45/var(--tw-text-opacity,1))}.text-red-dark{--tw-text-opacity:1;color:rgb(124 26 36/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-yellow{--tw-text-opacity:1;color:rgb(246 172 51/var(--tw-text-opacity,1))}.opacity-25{opacity:.25}.opacity-85{opacity:.85}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.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}.choices[data-type*=select-one].is-open:after{margin-top:0;border:solid #000;border-width:0 3px 3px 0;transform:rotate(-135deg);-webkit-transform:rotate(-135deg)}.choices[data-type*=select-one]:after{border:solid #000;border-width:0 3px 3px 0;display:inline-block;padding:3px;vertical-align:middle;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.choices__inner{border-radius:.25rem;display:flex;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{padding-top:.5rem;padding-bottom:.5rem}.choices__list--dropdown{min-width:100%!important;white-space:nowrap;width:auto!important}.text-formatted{ol,ul{padding-top:1.25rem;padding-left:1.25rem}ol,ul{li{padding-bottom:.75rem}}ul{list-style-type:disc}ol{list-style-type:decimal}p+p{padding-top:1.25rem}a{--tw-text-opacity:1;color:rgb(160 14 45/var(--tw-text-opacity,1));text-decoration-line:underline}}.disabled\:opacity-70:disabled{opacity:.7}@media (min-width:640px){.sm\:block{display:block}.sm\:p-10{padding:2.5rem}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}}@media (min-width:768px){.md\:absolute{position:absolute}.md\:top-0{top:0}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-8{grid-column:span 8/span 8}.md\:my-0{margin-top:0;margin-bottom:0}.md\:ml-0{margin-left:0}.md\:mt-0{margin-top:0}.md\:mt-16{margin-top:4rem}.md\:mt-3{margin-top:.75rem}.md\:mt-5{margin-top:1.25rem}.md\:block{display:block}.md\:inline-block{display:inline-block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:h-full{height:100%}.md\:min-h-\[380px\]{min-height:380px}.md\:w-1\/2{width:50%}.md\:w-\[49\%\]{width:49%}.md\:w-full{width:100%}.md\:max-w-\[280px\]{max-width:280px}.md\:max-w-screen-xs{max-width:500px}.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:gap-3{gap:.75rem}.md\:gap-5{gap:1.25rem}.md\:gap-6{gap:1.5rem}.md\:overflow-auto{overflow:auto}.md\:bg-red{--tw-bg-opacity:1;background-color:rgb(160 14 45/var(--tw-bg-opacity,1))}.md\:bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.md\:from-\[\#FDAE4B80\]{--tw-gradient-from:#fdae4b80 var(--tw-gradient-from-position);--tw-gradient-to:rgba(253,174,75,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.md\:to-\[\#FDAE4B00\]{--tw-gradient-to:#fdae4b00 var(--tw-gradient-to-position)}.md\:bg-auto{background-size:auto}.md\:object-cover{-o-object-fit:cover;object-fit:cover}.md\:p-10{padding:2.5rem}.md\:p-6{padding:1.5rem}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:pr-20{padding-right:5rem}.md\:text-left{text-align:left}.md\:text-center{text-align:center}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:font-normal{font-weight:400}.md\:text-red-dark{--tw-text-opacity:1;color:rgb(124 26 36/var(--tw-text-opacity,1))}}@media (min-width:1024px){.lg\:mt-\[16\%\]{margin-top:16%}.lg\:gap-5{gap:1.25rem}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}}@media (min-width:1280px){.xl\:gap-7{gap:1.75rem}}@media (min-width:1440px){.\32xl\:mt-0{margin-top:0}}.\[\&\:\:-webkit-scrollbar-thumb\]\:w-4::-webkit-scrollbar-thumb{width:1rem}.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded::-webkit-scrollbar-thumb{border-radius:.25rem}.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-yellow::-webkit-scrollbar-thumb{--tw-bg-opacity:1;background-color:rgb(246 172 51/var(--tw-bg-opacity,1))}.\[\&\:\:-webkit-scrollbar-track\]\:bg-\[\#52060F\]::-webkit-scrollbar-track{--tw-bg-opacity:1;background-color:rgb(82 6 15/var(--tw-bg-opacity,1))}.\[\&\:\:-webkit-scrollbar\]\:w-2::-webkit-scrollbar{width:.5rem}.\[\&\>b\]\:text-red>b{--tw-text-opacity:1;color:rgb(160 14 45/var(--tw-text-opacity,1))}.\[\&\>button\.active\]\:bg-orange>button.active{--tw-bg-opacity:1;background-color:rgb(255 147 1/var(--tw-bg-opacity,1))}.\[\&\>button\]\:h-4>button{height:1rem}.\[\&\>button\]\:w-4>button{width:1rem}.\[\&\>button\]\:rounded-full>button{border-radius:9999px}.\[\&\>button\]\:bg-black>button{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.\[\&\>button\]\:text-\[\#00000000\]>button{color:#00000000}.\[\&\>h2\>strong\]\:font-script>h2>strong{font-family:Have Heart One,Have Heart Fallback}.\[\&\>h2\>strong\]\:text-7xl>h2>strong{font-size:4.5rem;line-height:1}.\[\&\>h2\>strong\]\:font-normal>h2>strong{font-weight:400}.\[\&\>h2\>strong\]\:italic>h2>strong{font-style:italic}.\[\&\>h2\>strong\]\:leading-\[0\]>h2>strong{line-height:0}.\[\&\>h2\>strong\]\:text-orange-darker>h2>strong{--tw-text-opacity:1;color:rgb(221 80 33/var(--tw-text-opacity,1))}.\[\&\>h2\>strong\]\:text-white>h2>strong{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.\[\&\>h2\]\:mt-10>h2{margin-top:2.5rem}.\[\&\>h2\]\:mt-6>h2{margin-top:1.5rem}.\[\&\>h2\]\:text-2xl>h2{font-size:1.5rem;line-height:2rem}.\[\&\>h2\]\:text-3xl>h2{font-size:1.875rem;line-height:2.25rem}.\[\&\>h2\]\:font-black>h2{font-weight:900}.\[\&\>h2\]\:font-bold>h2{font-weight:700}.\[\&\>h2\]\:text-orange>h2{--tw-text-opacity:1;color:rgb(255 147 1/var(--tw-text-opacity,1))}.\[\&\>h2\]\:text-red>h2{--tw-text-opacity:1;color:rgb(160 14 45/var(--tw-text-opacity,1))}@media (min-width:768px){.md\:\[\&\>h2\]\:text-5xl>h2{font-size:3rem;line-height:1}.md\:\[\&\>h2\]\:leading-none>h2{line-height:1}}@media (min-width:1024px){.lg\:\[\&\>h2\]\:text-\[2\.8em\]>h2{font-size:2.8em}}.\[\&\>h3\>em\]\:text-2xl>h3>em{font-size:1.5rem;line-height:2rem}.\[\&\>h3\>em\]\:font-normal>h3>em{font-weight:400}.\[\&\>h3\>em\]\:italic>h3>em{font-style:italic}.\[\&\>h3\>strong\]\:text-white>h3>strong{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.\[\&\>h3\]\:mt-8>h3{margin-top:2rem}.\[\&\>h3\]\:text-2xl>h3{font-size:1.5rem;line-height:2rem}.\[\&\>h3\]\:text-3xl>h3{font-size:1.875rem;line-height:2.25rem}.\[\&\>h3\]\:font-bold>h3{font-weight:700}.\[\&\>h3\]\:leading-none>h3{line-height:1}.\[\&\>h3\]\:text-red>h3{--tw-text-opacity:1;color:rgb(160 14 45/var(--tw-text-opacity,1))}@media (min-width:768px){.md\:\[\&\>h3\]\:text-4xl>h3{font-size:2.25rem;line-height:2.5rem}}.\[\&\>p\>a\]\:text-red>p>a{--tw-text-opacity:1;color:rgb(160 14 45/var(--tw-text-opacity,1))}.\[\&\>p\>a\]\:underline>p>a{text-decoration-line:underline}.\[\&\>p\>img\]\:w-full>p>img{width:100%}.\[\&\>p\>img\]\:max-w-\[370px\]>p>img{max-width:370px}.\[\&\>p\>strong\]\:font-bold>p>strong{font-weight:700}.\[\&\>p\>strong\]\:text-orange-darker>p>strong{--tw-text-opacity:1;color:rgb(221 80 33/var(--tw-text-opacity,1))}.\[\&\>p\>strong\]\:text-red>p>strong{--tw-text-opacity:1;color:rgb(160 14 45/var(--tw-text-opacity,1))}.\[\&\>p\>strong\]\:text-white>p>strong{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.\[\&\>p\]\:mt-3>p{margin-top:.75rem}.\[\&\>p\]\:mt-5>p{margin-top:1.25rem}.\[\&\>p\]\:py-3>p{padding-top:.75rem;padding-bottom:.75rem}.\[\&\>p\]\:pt-6>p{padding-top:1.5rem}.\[\&\>p\]\:pt-8>p{padding-top:2rem}.\[\&\>p\]\:leading-normal>p{line-height:1.5}.\[\&\>p\]\:leading-tight>p{line-height:1.25}.\[\&\>strong\]\:text-orange>strong{--tw-text-opacity:1;color:rgb(255 147 1/var(--tw-text-opacity,1))}.\[\&\>strong\]\:text-red>strong{--tw-text-opacity:1;color:rgb(160 14 45/var(--tw-text-opacity,1))}.\[\&_h2\]\:mt-6 h2{margin-top:1.5rem}.\[\&_h2\]\:text-xl h2{font-size:1.25rem;line-height:1.75rem}.\[\&_h2\]\:font-bold h2{font-weight:700}.\[\&_h2\]\:text-red h2{--tw-text-opacity:1;color:rgb(160 14 45/var(--tw-text-opacity,1))}.\[\&_h2\]\:text-white h2{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media (min-width:640px){.sm\:\[\&_h2\]\:text-2xl h2{font-size:1.5rem;line-height:2rem}}.\[\&_h3\>em\]\:text-2xl h3>em{font-size:1.5rem;line-height:2rem}.\[\&_h3\>em\]\:font-normal h3>em{font-weight:400}.\[\&_h3\>em\]\:italic h3>em{font-style:italic}.\[\&_h3\>em\]\:leading-none h3>em{line-height:1}.\[\&_h3\>strong\]\:font-script h3>strong{font-family:Have Heart One,Have Heart Fallback}.\[\&_h3\>strong\]\:text-5xl h3>strong{font-size:3rem;line-height:1}.\[\&_h3\>strong\]\:font-normal h3>strong{font-weight:400}.\[\&_h3\>strong\]\:leading-none h3>strong{line-height:1}.\[\&_h3\>strong\]\:text-white h3>strong{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.\[\&_h3\]\:mt-6 h3{margin-top:1.5rem}.\[\&_h3\]\:text-3xl h3{font-size:1.875rem;line-height:2.25rem}.\[\&_h3\]\:text-4xl h3{font-size:2.25rem;line-height:2.5rem}.\[\&_h3\]\:text-lg h3{font-size:1.125rem;line-height:1.75rem}.\[\&_h3\]\:font-bold h3{font-weight:700}.\[\&_h3\]\:leading-none h3{line-height:1}.\[\&_h3\]\:text-red h3{--tw-text-opacity:1;color:rgb(160 14 45/var(--tw-text-opacity,1))}.\[\&_h3\]\:text-white h3,.\[\&_p\>strong\]\:text-white p>strong{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.\[\&_p\]\:mt-3 p{margin-top:.75rem}.\[\&_p\]\:mt-5 p{margin-top:1.25rem}