.EPiServerForms{display:flex;flex-direction:column;margin-left:auto;margin-right:auto;max-width:42rem}.EPiServerForms .ValidationFail{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.EPiServerForms .Form__Title{font-size:1.625rem;font-weight:600;line-height:1.5}@media (min-width:768px){.EPiServerForms .Form__Title{font-size:1.75rem;line-height:1.5}}.EPiServerForms .FormStep__Title,.EPiServerForms .Form__SubTitle{font-size:1.25rem;letter-spacing:.025em;line-height:1.6;padding-bottom:1rem;padding-top:.5rem}@media (min-width:768px){.EPiServerForms .FormStep__Title,.EPiServerForms .Form__SubTitle{font-size:1.3125rem;line-height:1.5}}.EPiServerForms .Form__Description{font-size:1.0625rem;letter-spacing:.025em;line-height:1.5;margin-bottom:0;margin-top:1rem;padding-bottom:0}@media (min-width:768px){.EPiServerForms .Form__Description{font-size:1.25rem;line-height:1.6}}.EPiServerForms .Form__Element{margin-bottom:1rem}.EPiServerForms .Form__Element__Caption{padding-bottom:.5rem}.EPiServerForms .Form__Element__ValidationError{--tw-text-opacity:1!important;color:rgb(203 0 0/var(--tw-text-opacity))!important;font-size:1.0625rem;letter-spacing:.025em;line-height:1.5;margin-top:.5rem}.EPiServerForms .Form__Element .input[aria-invalid=true]{animation:shake .4s cubic-bezier(.36,.07,.19,.97) both}.EPiServerForms .Form__Element.FormFileUpload{display:flex;flex-direction:column}.EPiServerForms .Form__Element.FormFileUpload>input{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:#4e4b8400;border-color:rgb(230 231 231/var(--tw-border-opacity));border-radius:.375rem;border-width:2px;font-size:1.0625rem;letter-spacing:.025em;line-height:1.5;padding:.75rem;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}.EPiServerForms .Form__Element.FormFileUpload>input::-moz-placeholder{--tw-text-opacity:1;color:rgb(112 116 121/var(--tw-text-opacity))}.EPiServerForms .Form__Element.FormFileUpload>input::placeholder{--tw-text-opacity:1;color:rgb(112 116 121/var(--tw-text-opacity))}.EPiServerForms .Form__Element.FormFileUpload>input:disabled{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(230 231 231/var(--tw-bg-opacity));color:rgb(112 116 121/var(--tw-text-opacity))}.EPiServerForms .Form__Element.FormFileUpload>input[aria-invalid=true]{--tw-border-opacity:1;border-color:rgb(203 0 0/var(--tw-border-opacity))}.EPiServerForms .Form__Element__InfoButton{--tw-translate-y:.125rem;--tw-text-opacity:1;color:rgb(78 75 132/var(--tw-text-opacity));display:inline-block;font-size:1.25rem;line-height:1;margin-left:.375rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));-webkit-user-select:none;-moz-user-select:none;user-select:none}.EPiServerForms .Form__Element__InfoButton:hover{--tw-text-opacity:1;color:rgb(69 65 110/var(--tw-text-opacity));cursor:pointer}.EPiServerForms .Form__Element__Infobox{--tw-bg-opacity:1;background-color:rgb(247 247 255/var(--tw-bg-opacity));border-radius:.375rem;font-size:1.0625rem;letter-spacing:.025em;line-height:1.5;margin-bottom:.5rem;padding:1rem}.EPiServerForms .Form__Success>.Form__Success__Message{--tw-bg-opacity:1!important;--tw-text-opacity:1!important;background-color:rgb(126 236 191/var(--tw-bg-opacity))!important;border-radius:.125rem!important;color:rgb(17 24 39/var(--tw-text-opacity))!important}.EPiServerForms .Form__Status__Message.Form__Success__Message{--tw-bg-opacity:1!important;--tw-text-opacity:1!important;background-color:rgb(78 75 132/var(--tw-bg-opacity))!important;border-radius:.125rem!important;color:rgb(247 247 255/var(--tw-text-opacity))!important;font-size:1.0625rem;letter-spacing:.025em;line-height:1.5}@media (min-width:768px){.EPiServerForms .Form__Status__Message.Form__Success__Message{font-size:1.25rem;line-height:1.6}}.EPiServerForms .Form__Status__Message.Form__Warning__Message{--tw-text-opacity:1!important;border-radius:.125rem!important;color:rgb(152 0 0/var(--tw-text-opacity))!important;font-size:1.0625rem;letter-spacing:.025em;line-height:1.5}@media (min-width:768px){.EPiServerForms .Form__Status__Message.Form__Warning__Message{font-size:1.25rem;line-height:1.6}}.EPiServerForms .Form__Status__Message.hide{display:none}.EPiServerForms .Form__MainBody{margin-top:2rem}.EPiServerForms input[type=number]:not(.input):not([class^=react-date-picker]),.EPiServerForms input[type=url]:not(.input),.EPiServerForms select{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(230 231 231/var(--tw-border-opacity));border-radius:.375rem;border-width:2px;padding:.5rem 1rem;width:100%}.EPiServerForms input[type=number]:not(.input):not([class^=react-date-picker])::-moz-placeholder,.EPiServerForms input[type=url]:not(.input)::-moz-placeholder,.EPiServerForms select::-moz-placeholder{--tw-text-opacity:1;color:rgb(112 116 121/var(--tw-text-opacity))}.EPiServerForms input[type=number]:not(.input):not([class^=react-date-picker])::placeholder,.EPiServerForms input[type=url]:not(.input)::placeholder,.EPiServerForms select::placeholder{--tw-text-opacity:1;color:rgb(112 116 121/var(--tw-text-opacity))}.EPiServerForms .ValidationRequired .Form__Element__Caption:after{--tw-text-opacity:1;--tw-content:"*";color:rgb(203 0 0/var(--tw-text-opacity));content:var(--tw-content);margin-left:.25rem}.EPiServerForms .FormRange .FormRange__Wrapper .FormRange__Slider__Button{align-items:center;border-radius:9999px;border-width:1px;cursor:pointer;display:inline-flex;font-size:1.0625rem;font-weight:700;justify-content:center;letter-spacing:.025em;line-height:1.5;overflow-wrap:break-word;padding:.875rem 18px;text-align:center;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.EPiServerForms .FormRange .FormRange__Wrapper .FormRange__Slider__Button:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(230 231 231/var(--tw-bg-opacity));border-color:rgb(173 176 179/var(--tw-border-opacity));color:rgb(76 79 82/var(--tw-text-opacity))}.EPiServerForms .FormRange .FormRange__Wrapper .FormRange__Slider__Button:hover:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(230 231 231/var(--tw-bg-opacity));border-color:rgb(173 176 179/var(--tw-border-opacity))}.EPiServerForms .FormRange .FormRange__Wrapper .FormRange__Slider__Button a,.EPiServerForms .FormRange .FormRange__Wrapper .FormRange__Slider__Button a:hover{text-decoration-line:none}.EPiServerForms .FormRange .FormRange__Wrapper .FormRange__Slider__Button{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(41 38 64/var(--tw-bg-opacity));border-color:rgb(41 38 64/var(--tw-border-opacity));color:rgb(247 247 255/var(--tw-text-opacity))}.EPiServerForms .FormRange .FormRange__Wrapper .FormRange__Slider__Button:hover{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(78 75 132/var(--tw-bg-opacity));border-color:rgb(78 75 132/var(--tw-border-opacity))}.EPiServerForms .FormRange .FormRange__Wrapper .FormRange__Slider__Button:focus-visible{outline-offset:2px}.EPiServerForms .FormRange .FormRange__Wrapper .FormRange__Slider__Button{width:100%}.EPiServerForms .FormRange .FormRange__Wrapper .FormRange__Slider__Button:disabled{opacity:1}.EPiServerForms .FormSubmitButton{align-items:center;border-radius:9999px;border-width:1px;cursor:pointer;display:inline-flex;font-size:1.0625rem;font-weight:700;justify-content:center;letter-spacing:.025em;line-height:1.5;overflow-wrap:break-word;padding:.875rem 18px;text-align:center;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.EPiServerForms .FormSubmitButton:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.EPiServerForms .FormSubmitButton:disabled,.EPiServerForms .FormSubmitButton:hover:disabled{background-color:rgb(230 231 231/var(--tw-bg-opacity));border-color:rgb(173 176 179/var(--tw-border-opacity))}.EPiServerForms .FormSubmitButton:hover:disabled{--tw-border-opacity:1;--tw-bg-opacity:1}.EPiServerForms .FormSubmitButton a,.EPiServerForms .FormSubmitButton a:hover{text-decoration-line:none}.EPiServerForms .FormSubmitButton{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(41 38 64/var(--tw-bg-opacity));border-color:rgb(41 38 64/var(--tw-border-opacity));color:rgb(247 247 255/var(--tw-text-opacity))}.EPiServerForms .FormSubmitButton:hover{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(78 75 132/var(--tw-bg-opacity));border-color:rgb(78 75 132/var(--tw-border-opacity))}.EPiServerForms .FormSubmitButton:focus-visible{outline-offset:2px}.EPiServerForms .FormSubmitButton{margin-top:2rem;width:100%}.EPiServerForms .FormSubmitButton:disabled{opacity:1}.EPiServerForms .FormResetButton{align-items:center;border-radius:9999px;cursor:pointer;display:inline-flex;font-size:1.0625rem;font-weight:700;justify-content:center;letter-spacing:.025em;line-height:1.5;overflow-wrap:break-word;padding:.875rem 18px;text-align:center;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.EPiServerForms .FormResetButton:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.EPiServerForms .FormResetButton:disabled,.EPiServerForms .FormResetButton:hover:disabled{background-color:rgb(230 231 231/var(--tw-bg-opacity));border-color:rgb(173 176 179/var(--tw-border-opacity))}.EPiServerForms .FormResetButton:hover:disabled{--tw-border-opacity:1;--tw-bg-opacity:1}.EPiServerForms .FormResetButton a,.EPiServerForms .FormResetButton a:hover{text-decoration-line:none}.EPiServerForms .FormResetButton{--tw-border-opacity:1;--tw-text-opacity:1;border-color:rgb(41 38 64/var(--tw-border-opacity));border-width:1px;color:rgb(41 38 64/var(--tw-text-opacity))}.EPiServerForms .FormResetButton:hover{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(41 38 64/var(--tw-bg-opacity));border-color:rgb(255 255 255/var(--tw-border-opacity));color:rgb(247 247 255/var(--tw-text-opacity))}.EPiServerForms .FormResetButton:focus-visible{outline-offset:2px}.EPiServerForms .FormResetButton{width:100%}.EPiServerForms .FormResetButton:disabled{opacity:1}.EPiServerForms .Form__NavigationBar{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-top:1rem}@media (min-width:640px){.EPiServerForms .Form__NavigationBar{flex-wrap:nowrap}}@media (min-width:1280px){.EPiServerForms .Form__NavigationBar{gap:2rem}}.EPiServerForms .Form__NavigationBar>*{margin-left:auto;margin-right:auto}.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(173 176 179/var(--tw-border-opacity));border-radius:.125rem;border-width:1px;height:1rem;order:1;width:100%}@media (min-width:640px){.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar{order:2}}.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar .Form__NavigationBar__ProgressBar--Progress{--tw-bg-opacity:1;background-color:rgb(78 75 132/var(--tw-bg-opacity));height:100%}.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action{align-items:center;border-radius:9999px;border-width:1px;cursor:pointer;display:inline-flex;font-size:1.0625rem;font-weight:700;justify-content:center;letter-spacing:.025em;line-height:1.5;overflow-wrap:break-word;padding:.875rem 18px;text-align:center;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(230 231 231/var(--tw-bg-opacity));border-color:rgb(173 176 179/var(--tw-border-opacity));color:rgb(76 79 82/var(--tw-text-opacity))}.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:hover:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(230 231 231/var(--tw-bg-opacity));border-color:rgb(173 176 179/var(--tw-border-opacity))}.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action a,.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action a:hover{text-decoration-line:none}.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(41 38 64/var(--tw-bg-opacity));border-color:rgb(41 38 64/var(--tw-border-opacity));color:rgb(247 247 255/var(--tw-text-opacity))}.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:hover{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(78 75 132/var(--tw-bg-opacity));border-color:rgb(78 75 132/var(--tw-border-opacity))}.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:focus-visible{outline-offset:2px}.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action{background-image:none;flex-grow:1;max-width:none;white-space:nowrap;width:auto}.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:disabled{opacity:1}@media (min-width:640px){.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action{max-width:-moz-fit-content;max-width:fit-content;width:100%}}.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnPrev{order:2}@media (min-width:640px){.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnPrev{order:1}}.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnNext{order:3}@media (min-width:640px){.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btnNext{order:3}}.EPiServerForms .Form__NavigationBar .Form__Warning__Message{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(203 0 0/var(--tw-bg-opacity));border-radius:.125rem;color:rgb(247 247 255/var(--tw-text-opacity))}.EPiServerForms fieldset{display:flex;flex-direction:column;gap:.25rem}.EPiServerForms fieldset input[type=checkbox],.EPiServerForms fieldset input[type=radio]{margin-top:5px}.EPiServerForms fieldset input[type=checkbox]+label,.EPiServerForms fieldset input[type=radio]+label{cursor:pointer}.EPiServerForms fieldset>div{align-items:flex-start;display:flex;flex-wrap:nowrap;gap:.5rem}.EPiServerForms fieldset>div>input{flex-shrink:0}.EPiServerForms select option{margin-top:.5rem;padding:.5rem}.EPiServerForms .help-block{--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity));margin-top:.25rem}.EPiServerForms .FormRange{display:flex;flex-direction:column}.EPiServerForms .FormRange .FormRange__Wrapper{width:100%}.EPiServerForms .FormRange .FormRange__Wrapper .FormRange__Slider__Button{margin-left:0;margin-right:0}.EPiServerForms .FormRange .FormRange__Wrapper .FormRange__Slider__Wrapper{width:100%}@media (max-width:1550px){#epi-quickNavigator{border-radius:0 0 0 99px!important;display:flex!important;min-height:40px;min-width:40px;right:0!important}#epi-quickNavigator .epi-quickNavigator-editLink{min-height:100%;min-width:100%;padding:0!important;position:relative!important}#epi-quickNavigator .epi-quickNavigator-editLink a{border-radius:0 0 0 99px;bottom:0;display:flex;height:100%;left:0;padding:0 0 10px 10px;position:absolute;right:0;top:0;width:100%}#epi-quickNavigator .epi-quickNavigator-editLink a img{margin:auto}#epi-quickNavigator .epi-quickNavigator-editLink a span{display:none!important}#epi-quickNavigator .epi-quickNavigator-dropdown{display:none}}.video-iframe-container{position:relative}.video-iframe-container iframe{height:100%;left:0;position:absolute;top:0;width:100%}.aspect-16_9{aspect-ratio:16/9}.aspect-9_16{aspect-ratio:9/16}.aspect-4_3{aspect-ratio:4/3}.aspect-3_4{aspect-ratio:3/4}#Coi-Renew{z-index:4!important}.react-calendar{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(17 24 39/var(--tw-border-opacity));border-radius:.375rem;border-style:solid;border-width:1px;color:rgb(112 116 121/var(--tw-text-opacity));max-width:100%;overflow:hidden;width:350px}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex}.react-calendar--doubleView .react-calendar__viewContainer>*{margin:1px;width:50%}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{box-sizing:border-box}.react-calendar button{border-color:transparent;border-width:1px;margin:0;outline:2px solid transparent;outline-offset:2px}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(41 38 64/var(--tw-bg-opacity));color:rgb(247 247 255/var(--tw-text-opacity));display:flex;height:2.75rem;margin-bottom:1em}.react-calendar__navigation button{min-width:2.75rem}.react-calendar__navigation button:enabled:hover{--tw-bg-opacity:1;background-color:rgb(78 75 132/var(--tw-bg-opacity));min-width:2.75rem}.react-calendar__navigation button:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(230 231 231/var(--tw-bg-opacity));border-color:rgb(230 231 231/var(--tw-border-opacity))}.react-calendar__month-view__weekdays{text-wrap:nowrap;font-size:.75rem;font-weight:600;line-height:1.5;text-align:center;text-transform:uppercase}.react-calendar__month-view__weekdays__weekday{padding:.5rem}.react-calendar__month-view__weekNumbers .react-calendar__tile{align-items:center;border-width:1px;display:flex;font-size:.875rem;font-weight:700;justify-content:center;line-height:1.5}.react-calendar__month-view__days__day--weekend{--tw-text-opacity:1;color:rgb(78 75 132/var(--tw-text-opacity))}.react-calendar__century-view__decades__decade--neighboringCentury,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__month-view__days__day--neighboringMonth{--tw-text-opacity:1;color:rgb(112 116 121/var(--tw-text-opacity))}.react-calendar__century-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__year-view .react-calendar__tile{padding:.5em 2em}.react-calendar__tile{background-image:none;border-color:transparent;border-width:1px;font-size:.875rem;line-height:1.5;max-width:100%;padding:.375rem .625rem;text-align:center}.react-calendar__tile:disabled{--tw-border-opacity:1!important;--tw-bg-opacity:1!important;--tw-text-opacity:1!important;--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;background-color:rgb(230 231 231/var(--tw-bg-opacity))!important;border-color:rgb(230 231 231/var(--tw-border-opacity))!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important;color:rgb(112 116 121/var(--tw-text-opacity))!important}.react-calendar__century-view__decades__decade--neighboringCentury:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__month-view__days__day--neighboringMonth:disabled{--tw-text-opacity:1;color:rgb(230 231 231/var(--tw-text-opacity))}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{--tw-border-opacity:1;--tw-text-opacity:1;border-color:rgb(78 75 132/var(--tw-border-opacity));border-width:1px;color:rgb(78 75 132/var(--tw-text-opacity))}.react-calendar__tile--now,.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{--tw-bg-opacity:1;background-color:rgb(208 251 228/var(--tw-bg-opacity))}.react-calendar__tile--hasActive{--tw-bg-opacity:1;background-color:rgb(99 90 168/var(--tw-bg-opacity))}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{--tw-bg-opacity:1;background-color:rgb(114 107 192/var(--tw-bg-opacity))}.react-calendar__tile--active{--tw-bg-opacity:1!important;--tw-text-opacity:1;background-color:rgb(99 90 168/var(--tw-bg-opacity))!important;color:rgb(255 255 255/var(--tw-text-opacity))}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{--tw-bg-opacity:1;background-color:rgb(78 75 132/var(--tw-bg-opacity))}.react-calendar--selectRange .react-calendar__tile--hover{--tw-bg-opacity:1;background-color:rgb(230 231 231/var(--tw-bg-opacity))}.react-date-picker{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:#4e4b8400;border-color:rgb(230 231 231/var(--tw-border-opacity));border-radius:.375rem;border-width:2px;font-size:1.0625rem;letter-spacing:.025em;line-height:1.5;padding:.75rem;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}.react-date-picker::-moz-placeholder{--tw-text-opacity:1;color:rgb(112 116 121/var(--tw-text-opacity))}.react-date-picker::placeholder{--tw-text-opacity:1;color:rgb(112 116 121/var(--tw-text-opacity))}.react-date-picker:focus-within{--tw-border-opacity:1;border-color:rgb(78 75 132/var(--tw-border-opacity))}.react-date-picker:disabled{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(230 231 231/var(--tw-bg-opacity));color:rgb(112 116 121/var(--tw-text-opacity))}.react-date-picker[aria-invalid=true]{--tw-border-opacity:1;border-color:rgb(203 0 0/var(--tw-border-opacity))}.react-date-picker,.react-date-picker *,.react-date-picker :after,.react-date-picker :before{box-sizing:border-box}.react-date-picker__wrapper{display:flex;flex-grow:1;flex-shrink:0}.react-date-picker__inputGroup{box-sizing:content-box;flex-grow:1;min-width:calc(12px + 4.754em);padding-bottom:.125rem;padding-top:.125rem}.react-date-picker__inputGroup__divider{padding-left:1px;padding-right:1px;white-space:pre}.react-date-picker__inputGroup__divider,.react-date-picker__inputGroup__leadingZero{display:inline-block}.react-date-picker__inputGroup__input{background-image:none;border-width:0;box-sizing:content-box;height:100%;padding-bottom:1px;padding-top:1px;position:relative}.react-date-picker__inputGroup__input::-moz-placeholder{--tw-text-opacity:1;color:rgb(112 116 121/var(--tw-text-opacity))}.react-date-picker__inputGroup__input::placeholder{--tw-text-opacity:1;color:rgb(112 116 121/var(--tw-text-opacity))}.react-date-picker__inputGroup__input::-webkit-inner-spin-button,.react-date-picker__inputGroup__input::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.react-date-picker__inputGroup__input--hasLeadingZero{margin-left:0}.react-date-picker__button{background-color:transparent;border-width:0;padding:.375rem .25rem}.react-date-picker__button:enabled{cursor:pointer}.react-date-picker__button:enabled:focus .react-date-picker__button__icon,.react-date-picker__button:enabled:hover .react-date-picker__button__icon{stroke:#4e4b84}.react-date-picker__button:disabled .react-date-picker__button__icon{stroke:#707479}.react-date-picker__button svg{display:inherit}.react-date-picker__calendar{max-width:100%;width:350px;z-index:10}.react-date-picker__calendar--closed{display:none}.react-date-picker__calendar .react-calendar{border-width:1px}.EZDrawer .EZDrawer__checkbox{display:none}.EZDrawer .EZDrawer__checkbox:checked~.EZDrawer__overlay{display:block;opacity:1}.EZDrawer .EZDrawer__checkbox:checked~.EZDrawer__container{transform:translateZ(0)!important;visibility:visible}.EZDrawer .EZDrawer__overlay{display:none;height:100vh;left:0;position:fixed;top:0;width:100%}.EZDrawer .EZDrawer__container{background:#fff;box-shadow:0 0 10px 5px #0000001a;position:fixed;transition:all;visibility:hidden}/*! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}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-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-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{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}@font-face{font-display:swap;font-family:Montserrat;font-weight:100 900;src:url(/peakshaper/fonts/Montserrat-VariableFont_wght.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:italic;src:url(/peakshaper/fonts/Montserrat-Italic-VariableFont_wght.ttf) format("truetype")}.eid-grid-gutters{gap:.625rem}@media (min-width:640px){.eid-grid-gutters{gap:14px}}@media (min-width:768px){.eid-grid-gutters{gap:1rem}}@media (min-width:1024px){.eid-grid-gutters{gap:1.5rem}}.eid-container{margin-left:auto;margin-right:auto;max-width:1280px;padding-left:24px;padding-right:24px;transition-duration:75ms;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}.blockmargin{margin-top:3.5rem}@media (min-width:430px){.blockmargin{margin-top:4rem}}@media (min-width:768px){.blockmargin{margin-top:5rem}}.w-screen-breakout,.w-screen-breakout--partial{left:50%;margin-left:-50vw;position:relative;width:100vw}@media (min-width:768px){.w-screen-breakout--partial{left:0;margin-left:0;width:100%}}.blockarea{display:grid;grid-template-columns:repeat(12,minmax(0,1fr))}@media (min-width:768px){.blockarea{-moz-column-gap:3.5rem;column-gap:3.5rem}}.blockarea .displaymode-full,.blockarea .displaymode-half,.blockarea>*{grid-column:span 12/span 12}@media (min-width:768px){.blockarea .displaymode-half{grid-column:span 6/span 6}}.blockarea .displaymode-one-third{grid-column:span 12/span 12}@media (min-width:768px){.blockarea .displaymode-one-third{grid-column:span 6/span 6}}@media (min-width:1024px){.blockarea .displaymode-one-third{grid-column:span 4/span 4}}.blockarea .displaymode-two-thirds{grid-column:span 12/span 12}@media (min-width:768px){.blockarea .displaymode-two-thirds{grid-column:span 6/span 6}}@media (min-width:1024px){.blockarea .displaymode-two-thirds{grid-column:span 8/span 8}}.epiforms--contentarea{align-items:flex-end;-moz-column-gap:.5rem;column-gap:.5rem;display:grid;grid-template-columns:repeat(12,minmax(0,1fr))}.epiforms--contentarea .displaymode-full,.epiforms--contentarea .displaymode-half,.epiforms--contentarea>*{grid-column:span 12/span 12}@media (min-width:320px){.epiforms--contentarea .displaymode-half{grid-column:span 6/span 6}}.epiforms--contentarea .displaymode-one-third{grid-column:span 12/span 12}@media (min-width:320px){.epiforms--contentarea .displaymode-one-third{grid-column:span 4/span 4}}.epiforms--contentarea .displaymode-two-thirds{grid-column:span 12/span 12}@media (min-width:320px){.epiforms--contentarea .displaymode-two-thirds{grid-column:span 8/span 8}}.anchor,a:not(.prose *){text-decoration-thickness:1px;text-underline-offset:6px}.anchor:hover,a:not(.prose *):hover{text-decoration-line:underline;text-decoration-thickness:2px}.anchor[active-page=true]{text-decoration-line:underline;text-underline-offset:4px}.anchor[href*="//"]:not([data-blocklink]):after{--tw-content:"↗";content:var(--tw-content);font-weight:100;line-height:.1rem;text-decoration-line:none}.anchor[href*="//"] i{display:none}a[data-blocklink]:hover{text-decoration-line:none}.anchor--primary{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.anchor--primary:hover{--tw-text-opacity:1;color:rgb(78 75 132/var(--tw-text-opacity))}.anchor--underline{text-decoration-thickness:1px;text-underline-offset:6px}.anchor--underline:hover{text-decoration-line:underline;text-decoration-thickness:2px}.anchor--underline[active-page=true]{text-decoration-line:underline;text-underline-offset:4px}.anchor--underline[href*="//"]:not([data-blocklink]):after{--tw-content:"↗";content:var(--tw-content);font-weight:100;line-height:.1rem;text-decoration-line:none}.anchor--underline[href*="//"] i{display:none}.anchor--underline{text-decoration-line:underline}.anchor--nounderline{text-decoration-thickness:1px;text-underline-offset:6px}.anchor--nounderline:hover{text-decoration-line:underline;text-decoration-thickness:2px}.anchor--nounderline[active-page=true]{text-decoration-line:underline;text-underline-offset:4px}.anchor--nounderline[href*="//"]:not([data-blocklink]):after{--tw-content:"↗";content:var(--tw-content);font-weight:100;line-height:.1rem;text-decoration-line:none}.anchor--nounderline[href*="//"] i{display:none}.anchor--nounderline,.anchor--nounderline:hover{text-decoration-line:none!important}*,: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: }::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: }.\!container{margin-left:auto!important;margin-right:auto!important;padding-left:24px!important;padding-right:24px!important;width:100%!important}.container{margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px;width:100%}.form-input,.form-multiselect,.form-select,.form-textarea{--tw-shadow:0 0 #0000;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem}.form-input:focus,.form-multiselect:focus,.form-select:focus,.form-textarea:focus{--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);border-color:#2563eb;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder{color:#6b7280;opacity:1}.form-input::placeholder,.form-textarea::placeholder{color:#6b7280;opacity:1}.form-input::-webkit-datetime-edit-fields-wrapper{padding:0}.form-input::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}.form-input::-webkit-datetime-edit{display:inline-flex}.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-meridiem-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-year-field{padding-bottom:0;padding-top:0}.form-checkbox,.form-radio{--tw-shadow:0 0 #0000;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-origin:border-box;border-color:#6b7280;border-width:1px;color:#2563eb;display:inline-block;flex-shrink:0;height:1rem;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:1rem}.form-checkbox{border-radius:0}.form-radio{border-radius:100%}.form-checkbox:focus,.form-radio:focus{--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}.form-checkbox:checked,.form-radio:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}.form-checkbox:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")}.form-radio:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}.form-checkbox:checked:focus,.form-checkbox:checked:hover,.form-radio:checked:focus,.form-radio:checked:hover{background-color:currentColor;border-color:transparent}.form-checkbox:indeterminate{background-color:currentColor;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}.form-checkbox:indeterminate:focus,.form-checkbox:indeterminate:hover{background-color:currentColor;border-color:transparent}.btn{align-items:center;border-radius:9999px;border-width:1px;cursor:pointer;display:inline-flex;font-size:1.0625rem;font-weight:700;justify-content:center;letter-spacing:.025em;line-height:1.5;overflow-wrap:break-word;padding:.875rem 18px;text-align:center;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.btn:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.btn:disabled,.btn:hover:disabled{background-color:rgb(230 231 231/var(--tw-bg-opacity));border-color:rgb(173 176 179/var(--tw-border-opacity))}.btn:hover:disabled{--tw-border-opacity:1;--tw-bg-opacity:1}.btn a,.btn a:hover{text-decoration-line:none}.btn--primary{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(41 38 64/var(--tw-bg-opacity));border-color:rgb(41 38 64/var(--tw-border-opacity));color:rgb(247 247 255/var(--tw-text-opacity))}.btn--primary:hover{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(78 75 132/var(--tw-bg-opacity));border-color:rgb(78 75 132/var(--tw-border-opacity))}.btn--primary:focus-visible{outline-offset:2px}.btn--primary--inverted{--tw-border-opacity:1;--tw-text-opacity:1;border-color:rgb(41 38 64/var(--tw-border-opacity));border-width:1px;color:rgb(41 38 64/var(--tw-text-opacity))}.btn--primary--inverted:hover{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(78 75 132/var(--tw-bg-opacity));border-color:rgb(247 247 255/var(--tw-border-opacity));color:rgb(247 247 255/var(--tw-text-opacity))}.btn--primary--inverted:focus-visible{outline-offset:2px}.btn--secondary{--tw-border-opacity:1;--tw-text-opacity:1;border-color:rgb(41 38 64/var(--tw-border-opacity));border-width:1px;color:rgb(41 38 64/var(--tw-text-opacity))}.btn--secondary:hover{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(41 38 64/var(--tw-bg-opacity));border-color:rgb(255 255 255/var(--tw-border-opacity));color:rgb(247 247 255/var(--tw-text-opacity))}.btn--secondary:focus-visible{outline-offset:2px}.btn--light{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(247 247 255/var(--tw-bg-opacity));border-color:rgb(247 247 255/var(--tw-border-opacity));color:rgb(17 24 39/var(--tw-text-opacity))}.btn--light:hover{--tw-text-opacity:1;background-color:transparent;color:rgb(247 247 255/var(--tw-text-opacity))}.btn--light:focus-visible{--tw-text-opacity:1;background-color:transparent;color:rgb(247 247 255/var(--tw-text-opacity))}.anchor-btn--primary a,a.anchor-btn--primary{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(41 38 64/var(--tw-bg-opacity));border-color:rgb(41 38 64/var(--tw-border-opacity));color:rgb(247 247 255/var(--tw-text-opacity))}.anchor-btn--primary a:hover,a.anchor-btn--primary:hover{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(78 75 132/var(--tw-bg-opacity));border-color:rgb(78 75 132/var(--tw-border-opacity))}.anchor-btn--primary a:focus-visible,a.anchor-btn--primary:focus-visible{outline-offset:2px}.anchor-btn--primary a,a.anchor-btn--primary{align-items:center;border-radius:9999px;border-width:1px;cursor:pointer;display:inline-flex;font-size:1.0625rem;font-weight:700;justify-content:center;letter-spacing:.025em;line-height:1.5;overflow-wrap:break-word;padding:.875rem 18px;text-align:center;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.anchor-btn--primary a:disabled,a.anchor-btn--primary:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(230 231 231/var(--tw-bg-opacity));border-color:rgb(173 176 179/var(--tw-border-opacity));color:rgb(76 79 82/var(--tw-text-opacity))}.anchor-btn--primary a:hover:disabled,a.anchor-btn--primary:hover:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(230 231 231/var(--tw-bg-opacity));border-color:rgb(173 176 179/var(--tw-border-opacity))}.anchor-btn--primary a,.anchor-btn--primary a a,.anchor-btn--primary a a:hover,.anchor-btn--primary a:hover,a.anchor-btn--primary,a.anchor-btn--primary a,a.anchor-btn--primary a:hover,a.anchor-btn--primary:hover{text-decoration-line:none}.anchor-btn--primary--inverted a,a.anchor-btn--primary--inverted{--tw-border-opacity:1;--tw-text-opacity:1;border-color:rgb(41 38 64/var(--tw-border-opacity));color:rgb(41 38 64/var(--tw-text-opacity))}.anchor-btn--primary--inverted a:hover,a.anchor-btn--primary--inverted:hover{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(78 75 132/var(--tw-bg-opacity));border-color:rgb(247 247 255/var(--tw-border-opacity));color:rgb(247 247 255/var(--tw-text-opacity))}.anchor-btn--primary--inverted a:focus-visible,a.anchor-btn--primary--inverted:focus-visible{outline-offset:2px}.anchor-btn--primary--inverted a,a.anchor-btn--primary--inverted{align-items:center;border-radius:9999px;border-width:1px;cursor:pointer;display:inline-flex;font-size:1.0625rem;font-weight:700;justify-content:center;letter-spacing:.025em;line-height:1.5;overflow-wrap:break-word;padding:.875rem 18px;text-align:center;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.anchor-btn--primary--inverted a:disabled,a.anchor-btn--primary--inverted:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(230 231 231/var(--tw-bg-opacity));border-color:rgb(173 176 179/var(--tw-border-opacity));color:rgb(76 79 82/var(--tw-text-opacity))}.anchor-btn--primary--inverted a:hover:disabled,a.anchor-btn--primary--inverted:hover:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(230 231 231/var(--tw-bg-opacity));border-color:rgb(173 176 179/var(--tw-border-opacity))}.anchor-btn--primary--inverted a,.anchor-btn--primary--inverted a a,.anchor-btn--primary--inverted a a:hover,.anchor-btn--primary--inverted a:hover,a.anchor-btn--primary--inverted,a.anchor-btn--primary--inverted a,a.anchor-btn--primary--inverted a:hover,a.anchor-btn--primary--inverted:hover{text-decoration-line:none}.anchor-btn--light a,a.anchor-btn--light{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(247 247 255/var(--tw-bg-opacity));border-color:rgb(247 247 255/var(--tw-border-opacity));color:rgb(17 24 39/var(--tw-text-opacity))}.anchor-btn--light a:hover,a.anchor-btn--light:hover{--tw-text-opacity:1;background-color:transparent;color:rgb(247 247 255/var(--tw-text-opacity))}.anchor-btn--light a:focus-visible,a.anchor-btn--light:focus-visible{--tw-text-opacity:1;background-color:transparent;color:rgb(247 247 255/var(--tw-text-opacity))}.anchor-btn--light a,a.anchor-btn--light{align-items:center;border-radius:9999px;border-width:1px;cursor:pointer;display:inline-flex;font-size:1.0625rem;font-weight:700;justify-content:center;letter-spacing:.025em;line-height:1.5;overflow-wrap:break-word;padding:.875rem 18px;text-align:center;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.anchor-btn--light a:disabled,a.anchor-btn--light:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(230 231 231/var(--tw-bg-opacity));border-color:rgb(173 176 179/var(--tw-border-opacity));color:rgb(76 79 82/var(--tw-text-opacity))}.anchor-btn--light a:hover:disabled,a.anchor-btn--light:hover:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(230 231 231/var(--tw-bg-opacity));border-color:rgb(173 176 179/var(--tw-border-opacity))}.anchor-btn--light a,.anchor-btn--light a a,.anchor-btn--light a a:hover,.anchor-btn--light a:hover,a.anchor-btn--light,a.anchor-btn--light a,a.anchor-btn--light a:hover,a.anchor-btn--light:hover{text-decoration-line:none}.anchor-btn--dark a,a.anchor-btn--dark{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity));border-color:rgb(17 24 39/var(--tw-border-opacity));color:rgb(247 247 255/var(--tw-text-opacity))}.anchor-btn--dark a:hover,a.anchor-btn--dark:hover{--tw-text-opacity:1;background-color:transparent;color:rgb(17 24 39/var(--tw-text-opacity))}.anchor-btn--dark a:focus-visible,a.anchor-btn--dark:focus-visible{--tw-text-opacity:1;background-color:transparent;color:rgb(17 24 39/var(--tw-text-opacity))}.anchor-btn--dark a,a.anchor-btn--dark{align-items:center;border-radius:9999px;border-width:1px;cursor:pointer;display:inline-flex;font-size:1.0625rem;font-weight:700;justify-content:center;letter-spacing:.025em;line-height:1.5;overflow-wrap:break-word;padding:.875rem 18px;text-align:center;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.anchor-btn--dark a:disabled,a.anchor-btn--dark:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(230 231 231/var(--tw-bg-opacity));border-color:rgb(173 176 179/var(--tw-border-opacity));color:rgb(76 79 82/var(--tw-text-opacity))}.anchor-btn--dark a:hover:disabled,a.anchor-btn--dark:hover:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(230 231 231/var(--tw-bg-opacity));border-color:rgb(173 176 179/var(--tw-border-opacity))}.anchor-btn--dark a,.anchor-btn--dark a a,.anchor-btn--dark a a:hover,.anchor-btn--dark a:hover,a.anchor-btn--dark,a.anchor-btn--dark a,a.anchor-btn--dark a:hover,a.anchor-btn--dark:hover{text-decoration-line:none}.btn--tile{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);--tw-shadow-color:rgba(0,0,0,.05);--tw-shadow:var(--tw-shadow-colored);align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(230 231 231/var(--tw-border-opacity));border-radius:.5rem;border-width:2px;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);color:rgb(17 24 39/var(--tw-text-opacity));cursor:pointer;display:inline-flex;justify-content:space-between;padding:1rem;transition-duration:75ms;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.btn--tile:hover{--tw-border-opacity:1;border-color:rgb(78 75 132/var(--tw-border-opacity))}.btn--tile:active{--tw-bg-opacity:1;background-color:rgb(247 247 255/var(--tw-bg-opacity))}.btn--tile:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.btn--tile:disabled,.btn--tile:hover:disabled{background-color:rgb(230 231 231/var(--tw-bg-opacity));border-color:rgb(173 176 179/var(--tw-border-opacity))}.btn--tile:hover:disabled{--tw-border-opacity:1;--tw-bg-opacity:1}@media (min-width:768px){.btn--tile{border-radius:.75rem}}@media (min-width:1024px){.btn--tile{--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);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}}.btn--tile:hover>i{--tw-text-opacity:1;color:rgb(78 75 132/var(--tw-text-opacity))}.btn--tile>i{--tw-text-opacity:1;color:rgb(112 116 121/var(--tw-text-opacity))}a.btn--tile:hover{text-decoration-line:none}.btn--tile--rounded{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);--tw-shadow-color:rgba(0,0,0,.05);--tw-shadow:var(--tw-shadow-colored);align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(230 231 231/var(--tw-border-opacity));border-radius:.5rem;border-width:2px;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);color:rgb(17 24 39/var(--tw-text-opacity));cursor:pointer;display:inline-flex;justify-content:space-between;padding:1rem;transition-duration:75ms;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.btn--tile--rounded:hover{--tw-border-opacity:1;border-color:rgb(78 75 132/var(--tw-border-opacity))}.btn--tile--rounded:active{--tw-bg-opacity:1;background-color:rgb(247 247 255/var(--tw-bg-opacity))}.btn--tile--rounded:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.btn--tile--rounded:disabled,.btn--tile--rounded:hover:disabled{background-color:rgb(230 231 231/var(--tw-bg-opacity));border-color:rgb(173 176 179/var(--tw-border-opacity))}.btn--tile--rounded:hover:disabled{--tw-border-opacity:1;--tw-bg-opacity:1}@media (min-width:768px){.btn--tile--rounded{border-radius:.75rem}}@media (min-width:1024px){.btn--tile--rounded{--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);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}}.btn--tile--rounded:hover>i{--tw-text-opacity:1;color:rgb(78 75 132/var(--tw-text-opacity))}.btn--tile--rounded>i{--tw-text-opacity:1;color:rgb(112 116 121/var(--tw-text-opacity))}a.btn--tile--rounded:hover{text-decoration-line:none}.btn--tile--rounded{border-radius:9999px;padding-left:1.25rem;padding-right:1.25rem}.menu-btn:after{--tw-translate-y:34px;--tw-scale-y:0;--tw-scale-x:0;--tw-content:"";bottom:-.25rem;content:var(--tw-content);height:.125rem;left:0;position:absolute;right:0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform-origin:top;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.menu-btn[data-active-section=true]{--tw-text-opacity:1;color:rgb(78 75 132/var(--tw-text-opacity))}.menu-btn[data-active-section=true]:after{--tw-scale-y:1;--tw-scale-x:1;--tw-bg-opacity:1;background-color:rgb(78 75 132/var(--tw-bg-opacity));content:var(--tw-content);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.anchor-btn--secondary a,a.anchor-btn--secondary{align-items:center;border-radius:9999px;cursor:pointer;display:inline-flex;font-size:1.0625rem;font-weight:700;justify-content:center;letter-spacing:.025em;line-height:1.5;overflow-wrap:break-word;padding:.875rem 18px;text-align:center;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.anchor-btn--secondary a:disabled,a.anchor-btn--secondary:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(230 231 231/var(--tw-bg-opacity));border-color:rgb(173 176 179/var(--tw-border-opacity));color:rgb(76 79 82/var(--tw-text-opacity))}.anchor-btn--secondary a:hover:disabled,a.anchor-btn--secondary:hover:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(230 231 231/var(--tw-bg-opacity));border-color:rgb(173 176 179/var(--tw-border-opacity))}.anchor-btn--secondary a a,.anchor-btn--secondary a a:hover,a.anchor-btn--secondary a,a.anchor-btn--secondary a:hover{text-decoration-line:none}.anchor-btn--secondary a,a.anchor-btn--secondary{--tw-border-opacity:1;--tw-text-opacity:1;border-color:rgb(41 38 64/var(--tw-border-opacity));border-width:1px;color:rgb(41 38 64/var(--tw-text-opacity))}.anchor-btn--secondary a:hover,a.anchor-btn--secondary:hover{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(41 38 64/var(--tw-bg-opacity));border-color:rgb(255 255 255/var(--tw-border-opacity));color:rgb(247 247 255/var(--tw-text-opacity))}.anchor-btn--secondary a:focus-visible,a.anchor-btn--secondary:focus-visible{outline-offset:2px}.anchor-btn--secondary a,.anchor-btn--secondary a:hover,a.anchor-btn--secondary,a.anchor-btn--secondary:hover{text-decoration-line:none}.anchor-btn-icon{--tw-text-opacity:1;align-items:center;border-radius:.375rem;border-width:1px;color:rgb(78 75 132/var(--tw-text-opacity));display:flex;height:2rem;justify-content:center;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,1,1);width:2rem}.anchor-btn-icon:hover{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(78 75 132/var(--tw-bg-opacity));color:rgb(247 247 255/var(--tw-text-opacity));text-decoration-line:none!important}.anchor-btn-icon:active{--tw-bg-opacity:1;background-color:rgb(69 65 110/var(--tw-bg-opacity))}.anchor-btn-icon svg{height:1.25rem;width:1.25rem}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.diagonal-section--purple{--tw-bg-opacity:1;background-color:rgb(69 65 110/var(--tw-bg-opacity));container-type:inline-size;top:0;right:0;bottom:0;left:0;overflow:hidden;position:absolute}.diagonal-section--purple:after{--tw-translate-x:30%;--tw-rotate:20deg;--tw-content:"";bottom:-100%;content:var(--tw-content);min-height:256px;position:absolute;right:0;top:0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform-origin:top right;width:8rem}@container (min-width: 768px){.diagonal-section--purple:after{--tw-rotate:30deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:11rem}}@container (min-width: 1024px){.diagonal-section--purple:after{width:16rem}}.diagonal-section--purple-inverted,.diagonal-section--purple:after{--tw-bg-opacity:1;background-color:rgb(78 75 132/var(--tw-bg-opacity))}.diagonal-section--purple-inverted{container-type:inline-size;top:0;right:0;bottom:0;left:0;overflow:hidden;position:absolute}.diagonal-section--purple-inverted:after{--tw-translate-x:30%;--tw-rotate:20deg;--tw-content:"";bottom:-100%;content:var(--tw-content);min-height:256px;position:absolute;right:0;top:0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform-origin:top right;width:8rem}@container (min-width: 768px){.diagonal-section--purple-inverted:after{--tw-rotate:30deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:11rem}}@container (min-width: 1024px){.diagonal-section--purple-inverted:after{width:16rem}}.diagonal-section--purple-inverted:after{--tw-bg-opacity:1;background-color:rgb(69 65 110/var(--tw-bg-opacity))}:focus-visible{outline-color:#4e4b84;outline-offset:-1px;outline-style:solid}:focus-visible[aria-invalid=true]{outline-color:#cb0000}.input,label{font-size:1.0625rem;letter-spacing:.025em;line-height:1.5}.input{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:#4e4b8400;border-color:rgb(230 231 231/var(--tw-border-opacity));border-radius:.375rem;border-width:2px;padding:.75rem;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}.input::-moz-placeholder{--tw-text-opacity:1;color:rgb(112 116 121/var(--tw-text-opacity))}.input::placeholder{--tw-text-opacity:1;color:rgb(112 116 121/var(--tw-text-opacity))}.input:disabled{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(230 231 231/var(--tw-bg-opacity));color:rgb(112 116 121/var(--tw-text-opacity))}.input[aria-invalid=true]{--tw-border-opacity:1;border-color:rgb(203 0 0/var(--tw-border-opacity))}.input:focus{--tw-border-opacity:1;border-color:rgb(78 75 132/var(--tw-border-opacity))}.input:focus[aria-invalid=true]{--tw-border-opacity:1;border-color:rgb(203 0 0/var(--tw-border-opacity))}.input--hasicon:-moz-placeholder-shown{padding-left:2.5rem}.input--hasicon:placeholder-shown{padding-left:2.5rem}.input--icon{--tw-text-opacity:1;color:rgb(112 116 121/var(--tw-text-opacity));display:none;font-size:1.0625rem;left:1rem;letter-spacing:.025em;line-height:1.5;margin-top:14px;position:absolute;top:0}@media (min-width:768px){.input--icon{font-size:1.25rem;line-height:1.6;margin-top:10px}}.eid-pill--filled--gray{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(247 247 255/var(--tw-bg-opacity));border-radius:1rem;color:rgb(76 79 82/var(--tw-text-opacity));font-size:.875rem;letter-spacing:.025em;line-height:1.5;padding:.5rem 1rem}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-color:rgb(76 79 82/var(--tw-border-opacity));border-radius:.25rem;border-width:1px;cursor:pointer;display:grid;height:1rem;margin-left:0;margin-right:0;overflow:hidden;place-content:center;width:1rem}input[type=checkbox],input[type=checkbox]:checked{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}input[type=checkbox]:checked{animation:shrink-bounce .12s cubic-bezier(.4,0,.23,1);border-color:rgb(78 75 132/var(--tw-border-opacity))}input[type=checkbox]:checked:before{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}input[type=checkbox]:before{--tw-scale-x:0;--tw-scale-y:0;--tw-bg-opacity:1;--tw-content:"";background-color:rgb(78 75 132/var(--tw-bg-opacity));clip-path:polygon(8% 44%,0 56%,50% 91%,100% 19%,87% 11%,47% 67%);content:var(--tw-content);height:.625rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform-origin:center;transition-duration:.1s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:.625rem}input[type=checkbox]:disabled{--tw-text-opacity:1;color:rgb(173 176 179/var(--tw-text-opacity));cursor:not-allowed}input[type=radio]{--tw-bg-opacity:1;--tw-text-opacity:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-radius:9999px;border-width:1px;color:rgb(17 24 39/var(--tw-text-opacity));cursor:pointer;display:grid;height:1rem;margin:0;place-content:center;transform-origin:center;width:1rem}input[type=radio]:checked{--tw-border-opacity:1;border-color:rgb(78 75 132/var(--tw-border-opacity))}@keyframes shrink-bounce{0%{transform:scale(1)}33%{transform:scale(.85)}to{transform:scale(1)}}input[type=radio]:checked{animation:shrink-bounce .12s cubic-bezier(.4,0,.23,1)}input[type=radio]:before{--tw-scale-x:0;--tw-scale-y:0;--tw-bg-opacity:1;--tw-content:"";background-color:rgb(78 75 132/var(--tw-bg-opacity));border-radius:9999px;content:var(--tw-content);height:.5rem;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:.5rem}input[type=radio]:before,input[type=radio]:checked:before{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}input[type=radio]:checked:before{--tw-scale-x:1;--tw-scale-y:1;--tw-border-opacity:1;border-color:rgb(78 75 132/var(--tw-border-opacity))}input[type=search]::-webkit-search-cancel-button{--tw-bg-opacity:1;--tw-text-opacity:1;--tw-content:"X";-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:rgb(173 176 179/var(--tw-bg-opacity));border-radius:9999px;color:rgb(247 247 255/var(--tw-text-opacity));content:var(--tw-content);height:1rem;position:relative;right:1.25rem;width:1rem}@supports (-webkit-touch-callout:none){input[type=date][value=""]:before{content:attr(placeholder)}input[type=date],select{-webkit-appearance:none}input::-webkit-date-and-time-value{text-align:left}}body{text-wrap:pretty;--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity));font-size:1.0625rem;letter-spacing:.025em;line-height:1.5;overflow-wrap:break-word}@media (min-width:768px){body{font-size:1.25rem;line-height:1.6}}h1,h2,h3,h4,h5{text-wrap:balance;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}.wysiwyg--base{color:var(--tw-prose-body);max-width:65ch}.wysiwyg--base :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.wysiwyg--base :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}.wysiwyg--base :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.wysiwyg--base :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.wysiwyg--base :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.wysiwyg--base :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.wysiwyg--base :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.wysiwyg--base :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-bottom:1.25em;margin-top:1.25em;padding-left:1.625em}.wysiwyg--base :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.wysiwyg--base :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.wysiwyg--base :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.wysiwyg--base :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.wysiwyg--base :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.wysiwyg--base :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.wysiwyg--base :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.wysiwyg--base :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.wysiwyg--base :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.wysiwyg--base :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-bottom:1.25em;margin-top:1.25em;padding-left:1.625em}.wysiwyg--base :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.wysiwyg--base :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.wysiwyg--base :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.wysiwyg--base :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-bottom:3em;margin-top:3em}.wysiwyg--base :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){border-left-color:var(--tw-prose-quote-borders);border-left-width:.25rem;color:var(--tw-prose-quotes);font-style:italic;font-weight:500;margin-bottom:1.6em;margin-top:1.6em;padding-left:1em;quotes:"“""”""‘""’"}.wysiwyg--base :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.wysiwyg--base :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.wysiwyg--base :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:2.25em;font-weight:800;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}.wysiwyg--base :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.wysiwyg--base :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.5em;font-weight:700;line-height:1.3333333;margin-bottom:1em;margin-top:2em}.wysiwyg--base :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.wysiwyg--base :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.25em;font-weight:600;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}.wysiwyg--base :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.wysiwyg--base :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;line-height:1.5;margin-bottom:.5em;margin-top:1.5em}.wysiwyg--base :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.wysiwyg--base :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.wysiwyg--base :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-bottom:2em;margin-top:2em}.wysiwyg--base :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.3125rem;box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px rgb(var(--tw-prose-kbd-shadows)/10%);color:var(--tw-prose-kbd);font-family:inherit;font-size:.875em;font-weight:500;padding:.1875em .375em}.wysiwyg--base :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.wysiwyg--base :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.wysiwyg--base :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.wysiwyg--base :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.wysiwyg--base :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.wysiwyg--base :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.wysiwyg--base :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.wysiwyg--base :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.wysiwyg--base :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.wysiwyg--base :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.wysiwyg--base :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:var(--tw-prose-pre-bg);border-radius:.375rem;color:var(--tw-prose-pre-code);font-size:.875em;font-weight:400;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding:.8571429em 1.1428571em}.wysiwyg--base :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:0}.wysiwyg--base :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.wysiwyg--base :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.wysiwyg--base :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;text-align:left;width:100%}.wysiwyg--base :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--tw-prose-th-borders);border-bottom-width:1px}.wysiwyg--base :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;padding-bottom:.5714286em;padding-left:.5714286em;padding-right:.5714286em;vertical-align:bottom}.wysiwyg--base :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--tw-prose-td-borders);border-bottom-width:1px}.wysiwyg--base :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.wysiwyg--base :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.wysiwyg--base :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-color:var(--tw-prose-th-borders);border-top-width:1px}.wysiwyg--base :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.wysiwyg--base :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.wysiwyg--base :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.wysiwyg--base{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.wysiwyg--base :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.wysiwyg--base :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.wysiwyg--base :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}.wysiwyg--base :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.wysiwyg--base :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.wysiwyg--base :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.wysiwyg--base :where(.prose>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.wysiwyg--base :where(.prose>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.wysiwyg--base :where(.prose>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.wysiwyg--base :where(.prose>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.wysiwyg--base :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.wysiwyg--base :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.wysiwyg--base :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-left:1.625em}.wysiwyg--base :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.wysiwyg--base :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.wysiwyg--base :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.wysiwyg--base :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.wysiwyg--base :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.wysiwyg--base :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.wysiwyg--base :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.5714286em}.wysiwyg--base :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.wysiwyg--base :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.wysiwyg--base :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.wysiwyg--base :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.wysiwyg--base :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.wysiwyg--base{margin-left:auto;margin-right:auto;max-width:48rem}.wysiwyg--base :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){text-decoration-thickness:1px;text-underline-offset:6px}.wysiwyg--base :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))):hover{text-decoration-line:underline;text-decoration-thickness:2px}.wysiwyg--base :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *)))[active-page=true]{text-decoration-line:underline;text-underline-offset:4px}.wysiwyg--base :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *)))[href*="//"]:not([data-blocklink]):after{--tw-content:"↗";content:var(--tw-content);font-weight:100;line-height:.1rem;text-decoration-line:none}.wysiwyg--base :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *)))[href*="//"] i{display:none}.wysiwyg--base :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:400;line-height:1.25}.wysiwyg--base :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:2.375rem;line-height:1.5;margin-bottom:3rem}@media (min-width:768px){.wysiwyg--base :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:3.5625rem;line-height:1.5}}.wysiwyg--base :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.875rem;line-height:1.5;margin-bottom:2rem;margin-top:3rem}@media (min-width:768px){.wysiwyg--base :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:2.125rem;line-height:1.5}}.wysiwyg--base :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.75rem;line-height:1.5;margin-bottom:1.5rem;margin-top:3rem}@media (min-width:768px){.wysiwyg--base :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.875rem;line-height:1.5}}.wysiwyg--base :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.625rem;line-height:1.5;margin-bottom:1rem;margin-top:3rem}@media (min-width:768px){.wysiwyg--base :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.75rem;line-height:1.5}}.wysiwyg--base :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.5rem;line-height:1.5;margin-top:3rem}@media (min-width:768px){.wysiwyg--base :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.625rem;line-height:1.5}}.wysiwyg--base :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.3125rem;line-height:1.5;margin-top:3rem}@media (min-width:768px){.wysiwyg--base :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.5rem;line-height:1.5}}.wysiwyg--base :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.0625rem;letter-spacing:.025em;line-height:1.5}@media (min-width:768px){.wysiwyg--base :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.25rem;line-height:1.6}}.wysiwyg--base :is(:where(figure):not(:where([class~=not-prose],[class~=not-prose] *))){margin-bottom:3rem;margin-top:3rem;width:-moz-fit-content;width:fit-content}.wysiwyg--base :is(:where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:.5rem;text-align:center}.wysiwyg--base :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.0625rem;letter-spacing:.025em;line-height:1.5}@media (min-width:768px){.wysiwyg--base :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.25rem;line-height:1.6}}.wysiwyg--base :is(:where(img):not(:where([class~=not-prose],[class~=not-prose] *))):not(figure>img){margin-bottom:3rem;margin-top:3rem}.wysiwyg--lg{color:var(--tw-prose-body);max-width:65ch}.wysiwyg--lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.wysiwyg--lg :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}.wysiwyg--lg :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.wysiwyg--lg :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.wysiwyg--lg :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.wysiwyg--lg :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.wysiwyg--lg :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.wysiwyg--lg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-bottom:1.25em;margin-top:1.25em;padding-left:1.625em}.wysiwyg--lg :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.wysiwyg--lg :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.wysiwyg--lg :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.wysiwyg--lg :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.wysiwyg--lg :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.wysiwyg--lg :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.wysiwyg--lg :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.wysiwyg--lg :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.wysiwyg--lg :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.wysiwyg--lg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-bottom:1.25em;margin-top:1.25em;padding-left:1.625em}.wysiwyg--lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.wysiwyg--lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.wysiwyg--lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.wysiwyg--lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-bottom:3em;margin-top:3em}.wysiwyg--lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){border-left-color:var(--tw-prose-quote-borders);border-left-width:.25rem;color:var(--tw-prose-quotes);font-style:italic;font-weight:500;margin-bottom:1.6em;margin-top:1.6em;padding-left:1em;quotes:"“""”""‘""’"}.wysiwyg--lg :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.wysiwyg--lg :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.wysiwyg--lg :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:2.25em;font-weight:800;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}.wysiwyg--lg :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.wysiwyg--lg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.5em;font-weight:700;line-height:1.3333333;margin-bottom:1em;margin-top:2em}.wysiwyg--lg :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.wysiwyg--lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.25em;font-weight:600;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}.wysiwyg--lg :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.wysiwyg--lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;line-height:1.5;margin-bottom:.5em;margin-top:1.5em}.wysiwyg--lg :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.wysiwyg--lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.wysiwyg--lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-bottom:2em;margin-top:2em}.wysiwyg--lg :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.3125rem;box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px rgb(var(--tw-prose-kbd-shadows)/10%);color:var(--tw-prose-kbd);font-family:inherit;font-size:.875em;font-weight:500;padding:.1875em .375em}.wysiwyg--lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.wysiwyg--lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.wysiwyg--lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.wysiwyg--lg :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.wysiwyg--lg :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.wysiwyg--lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.wysiwyg--lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.wysiwyg--lg :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.wysiwyg--lg :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.wysiwyg--lg :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.wysiwyg--lg :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:var(--tw-prose-pre-bg);border-radius:.375rem;color:var(--tw-prose-pre-code);font-size:.875em;font-weight:400;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding:.8571429em 1.1428571em}.wysiwyg--lg :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:0}.wysiwyg--lg :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.wysiwyg--lg :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.wysiwyg--lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;text-align:left;width:100%}.wysiwyg--lg :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--tw-prose-th-borders);border-bottom-width:1px}.wysiwyg--lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;padding-bottom:.5714286em;padding-left:.5714286em;padding-right:.5714286em;vertical-align:bottom}.wysiwyg--lg :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--tw-prose-td-borders);border-bottom-width:1px}.wysiwyg--lg :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.wysiwyg--lg :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.wysiwyg--lg :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-color:var(--tw-prose-th-borders);border-top-width:1px}.wysiwyg--lg :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.wysiwyg--lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.wysiwyg--lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.wysiwyg--lg{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.wysiwyg--lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.wysiwyg--lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.wysiwyg--lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}.wysiwyg--lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.wysiwyg--lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.wysiwyg--lg :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.wysiwyg--lg :where(.prose>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.wysiwyg--lg :where(.prose>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.wysiwyg--lg :where(.prose>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.wysiwyg--lg :where(.prose>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.wysiwyg--lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.wysiwyg--lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.wysiwyg--lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-left:1.625em}.wysiwyg--lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.wysiwyg--lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.wysiwyg--lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.wysiwyg--lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.wysiwyg--lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.wysiwyg--lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.wysiwyg--lg :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.5714286em}.wysiwyg--lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.wysiwyg--lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.wysiwyg--lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.wysiwyg--lg :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.wysiwyg--lg :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.wysiwyg--lg{margin-left:auto;margin-right:auto;max-width:48rem}.wysiwyg--lg :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){text-decoration-thickness:1px;text-underline-offset:6px}.wysiwyg--lg :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))):hover{text-decoration-line:underline;text-decoration-thickness:2px}.wysiwyg--lg :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *)))[active-page=true]{text-decoration-line:underline;text-underline-offset:4px}.wysiwyg--lg :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *)))[href*="//"]:not([data-blocklink]):after{--tw-content:"↗";content:var(--tw-content);font-weight:100;line-height:.1rem;text-decoration-line:none}.wysiwyg--lg :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *)))[href*="//"] i{display:none}.wysiwyg--lg :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:400;line-height:1.25}.wysiwyg--lg :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:2.375rem;line-height:1.5;margin-bottom:3rem}@media (min-width:768px){.wysiwyg--lg :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:3.5625rem;line-height:1.5}}.wysiwyg--lg :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.875rem;line-height:1.5;margin-bottom:2rem;margin-top:3rem}@media (min-width:768px){.wysiwyg--lg :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:2.125rem;line-height:1.5}}.wysiwyg--lg :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.75rem;line-height:1.5;margin-bottom:1.5rem;margin-top:3rem}@media (min-width:768px){.wysiwyg--lg :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.875rem;line-height:1.5}}.wysiwyg--lg :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.625rem;line-height:1.5;margin-bottom:1rem;margin-top:3rem}@media (min-width:768px){.wysiwyg--lg :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.75rem;line-height:1.5}}.wysiwyg--lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.5rem;line-height:1.5;margin-top:3rem}@media (min-width:768px){.wysiwyg--lg :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.625rem;line-height:1.5}}.wysiwyg--lg :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.3125rem;line-height:1.5;margin-top:3rem}@media (min-width:768px){.wysiwyg--lg :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.5rem;line-height:1.5}}.wysiwyg--lg :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.25rem;letter-spacing:.025em;line-height:1.6}@media (min-width:768px){.wysiwyg--lg :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.3125rem;line-height:1.5}}.wysiwyg--lg :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.25rem;letter-spacing:.025em;line-height:1.6}@media (min-width:768px){.wysiwyg--lg :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.3125rem;line-height:1.5}}.wysiwyg--lg :is(:where(figure):not(:where([class~=not-prose],[class~=not-prose] *))){margin-bottom:3rem;margin-top:3rem;width:-moz-fit-content;width:fit-content}.wysiwyg--lg :is(:where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:.5rem;text-align:center}.wysiwyg--lg :is(:where(ul):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.25rem;letter-spacing:.025em;line-height:1.6}@media (min-width:768px){.wysiwyg--lg :is(:where(ul):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.3125rem;line-height:1.5}}.wysiwyg--lg :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.25rem;letter-spacing:.025em;line-height:1.6}@media (min-width:768px){.wysiwyg--lg :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.3125rem;line-height:1.5}}.wysiwyg--lg :is(:where(img):not(:where([class~=not-prose],[class~=not-prose] *))):not(figure>img){margin-bottom:3rem;margin-top:3rem}.wysiwyg--dark :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.wysiwyg--dark :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))):hover{--tw-text-opacity:1;color:rgb(78 75 132/var(--tw-text-opacity))}.wysiwyg--dark :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){border-style:none;font-style:normal;margin-bottom:0;margin-top:0;padding-bottom:3.5rem;padding-left:0;padding-top:3.5rem;position:relative;quotes:"“""”""‘""’";text-align:center}.wysiwyg--dark :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))):before{--tw-content:open-quote;display:block;font-size:3.5625rem;line-height:1;margin-bottom:-1.5rem}@media (min-width:768px){.wysiwyg--dark :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){padding-bottom:1.5rem;padding-top:1.5rem}}.wysiwyg--dark :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)))>p{font-size:1.3125rem;line-height:1.5;margin-bottom:0;margin-top:0;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.wysiwyg--dark :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)))>p{font-size:1.5rem;line-height:1.5}}.wysiwyg--dark :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)))>p:before{--tw-content:none;content:var(--tw-content)}.wysiwyg--dark :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)))>p:after{--tw-content:none;content:var(--tw-content)}@media (min-width:768px){.wysiwyg--dark :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)))>p{padding-left:3.5rem;padding-right:3.5rem}}.wysiwyg--dark :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))) cite,.wysiwyg--dark :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))) footer{font-size:1.0625rem;font-style:normal;letter-spacing:.025em;line-height:1.5;margin-top:.5rem;text-align:center;text-decoration-line:none}@media (min-width:768px){.wysiwyg--dark :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))) cite,.wysiwyg--dark :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))) footer{font-size:1.25rem;line-height:1.6}}.wysiwyg--dark :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.wysiwyg--dark :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))):before{--tw-text-opacity:1;color:rgb(78 75 132/var(--tw-text-opacity));content:var(--tw-content)}.wysiwyg--dark :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))):after{--tw-text-opacity:1;color:rgb(78 75 132/var(--tw-text-opacity));content:var(--tw-content)}.wysiwyg--dark :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)))>cite{--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.wysiwyg--dark :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)))>footer{--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.wysiwyg--dark :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)))>p{text-decoration-color:#635aa8}.wysiwyg--dark :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.wysiwyg--dark :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.wysiwyg--dark :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.wysiwyg--dark :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.wysiwyg--dark :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.wysiwyg--dark :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.wysiwyg--dark :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.wysiwyg--dark :is(:where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.wysiwyg--dark :is(:where(strong):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.wysiwyg--dark :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.wysiwyg--dark * :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *)))::marker{color:#4c4f52}.wysiwyg--dark :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *)))::marker{color:#4c4f52}.wysiwyg--light :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(247 247 255/var(--tw-text-opacity));outline-color:#fff}.wysiwyg--light :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))):hover{--tw-text-opacity:1;color:rgb(78 75 132/var(--tw-text-opacity))}.wysiwyg--light :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){border-style:none;font-style:normal;margin-bottom:0;margin-top:0;padding-bottom:3.5rem;padding-left:0;padding-top:3.5rem;position:relative;quotes:"“""”""‘""’";text-align:center}.wysiwyg--light :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))):before{--tw-content:open-quote;display:block;font-size:3.5625rem;line-height:1;margin-bottom:-1.5rem}@media (min-width:768px){.wysiwyg--light :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){padding-bottom:1.5rem;padding-top:1.5rem}}.wysiwyg--light :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)))>p{font-size:1.3125rem;line-height:1.5;margin-bottom:0;margin-top:0;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.wysiwyg--light :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)))>p{font-size:1.5rem;line-height:1.5}}.wysiwyg--light :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)))>p:before{--tw-content:none;content:var(--tw-content)}.wysiwyg--light :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)))>p:after{--tw-content:none;content:var(--tw-content)}@media (min-width:768px){.wysiwyg--light :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)))>p{padding-left:3.5rem;padding-right:3.5rem}}.wysiwyg--light :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))) cite,.wysiwyg--light :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))) footer{font-size:1.0625rem;font-style:normal;letter-spacing:.025em;line-height:1.5;margin-top:.5rem;text-align:center;text-decoration-line:none}@media (min-width:768px){.wysiwyg--light :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))) cite,.wysiwyg--light :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))) footer{font-size:1.25rem;line-height:1.6}}.wysiwyg--light :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(247 247 255/var(--tw-text-opacity))}.wysiwyg--light :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))):before{--tw-text-opacity:1;color:rgb(99 90 168/var(--tw-text-opacity));content:var(--tw-content)}.wysiwyg--light :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))):after{--tw-text-opacity:1;color:rgb(99 90 168/var(--tw-text-opacity));content:var(--tw-content)}.wysiwyg--light :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)))>cite{--tw-text-opacity:1;color:rgb(230 231 231/var(--tw-text-opacity))}.wysiwyg--light :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)))>footer{--tw-text-opacity:1;color:rgb(230 231 231/var(--tw-text-opacity))}.wysiwyg--light :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)))>p{text-decoration-color:#635aa8}.wysiwyg--light :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(247 247 255/var(--tw-text-opacity))}.wysiwyg--light :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(247 247 255/var(--tw-text-opacity))}.wysiwyg--light :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(247 247 255/var(--tw-text-opacity))}.wysiwyg--light :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(247 247 255/var(--tw-text-opacity))}.wysiwyg--light :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(247 247 255/var(--tw-text-opacity))}.wysiwyg--light :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(247 247 255/var(--tw-text-opacity))}.wysiwyg--light :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(247 247 255/var(--tw-text-opacity))}.wysiwyg--light :is(:where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.wysiwyg--light :is(:where(strong):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(247 247 255/var(--tw-text-opacity))}.wysiwyg--light :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(247 247 255/var(--tw-text-opacity))}.wysiwyg--light * :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *)))::marker{color:#4c4f52}.wysiwyg--light :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *)))::marker{color:#4c4f52}.wysiwyg--gray :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){color:rgb(17 24 39/var(--tw-text-opacity))}.wysiwyg--gray :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))):hover{--tw-text-opacity:1;color:rgb(78 75 132/var(--tw-text-opacity))}.wysiwyg--gray :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){border-style:none;font-style:normal;margin-bottom:0;margin-top:0;padding-bottom:3.5rem;padding-left:0;padding-top:3.5rem;position:relative;quotes:"“""”""‘""’";text-align:center}.wysiwyg--gray :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))):before{--tw-content:open-quote;display:block;font-size:3.5625rem;line-height:1;margin-bottom:-1.5rem}@media (min-width:768px){.wysiwyg--gray :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){padding-bottom:1.5rem;padding-top:1.5rem}}.wysiwyg--gray :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)))>p{font-size:1.3125rem;line-height:1.5;margin-bottom:0;margin-top:0;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.wysiwyg--gray :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)))>p{font-size:1.5rem;line-height:1.5}}.wysiwyg--gray :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)))>p:before{--tw-content:none;content:var(--tw-content)}.wysiwyg--gray :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)))>p:after{--tw-content:none;content:var(--tw-content)}@media (min-width:768px){.wysiwyg--gray :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)))>p{padding-left:3.5rem;padding-right:3.5rem}}.wysiwyg--gray :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))) cite,.wysiwyg--gray :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))) footer{font-size:1.0625rem;font-style:normal;letter-spacing:.025em;line-height:1.5;margin-top:.5rem;text-align:center;text-decoration-line:none}@media (min-width:768px){.wysiwyg--gray :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))) cite,.wysiwyg--gray :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))) footer{font-size:1.25rem;line-height:1.6}}.wysiwyg--gray :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.wysiwyg--gray :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))):before{--tw-text-opacity:1;color:rgb(78 75 132/var(--tw-text-opacity));content:var(--tw-content)}.wysiwyg--gray :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))):after{--tw-text-opacity:1;color:rgb(78 75 132/var(--tw-text-opacity));content:var(--tw-content)}.wysiwyg--gray :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)))>cite{--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.wysiwyg--gray :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)))>footer{--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.wysiwyg--gray :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)))>p{text-decoration-color:#635aa8}.wysiwyg--gray :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.wysiwyg--gray :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.wysiwyg--gray :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.wysiwyg--gray :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.wysiwyg--gray :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.wysiwyg--gray :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.wysiwyg--gray :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.wysiwyg--gray :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-border-opacity:1;--tw-text-opacity:1;border-color:rgb(76 79 82/var(--tw-border-opacity));color:rgb(76 79 82/var(--tw-text-opacity))}.wysiwyg--gray :is(:where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.wysiwyg--gray :is(:where(strong):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.wysiwyg--gray :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.wysiwyg--gray * :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *)))::marker{color:#4c4f52}.wysiwyg--gray :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *)))::marker{color:#4c4f52}[class*=wysiwyg--]>:first-child{margin-top:0}[class*=wysiwyg--]>:last-child{margin-bottom:0}.glossary-word,.wysiwyg--dark>.glossary-word{--tw-border-opacity:1;--tw-text-opacity:1;border-bottom-width:2px;border-color:rgb(17 24 39/var(--tw-border-opacity));border-style:dotted;color:rgb(17 24 39/var(--tw-text-opacity))}.glossary-word:hover,.wysiwyg--dark>.glossary-word:hover{--tw-bg-opacity:1;background-color:rgb(247 247 255/var(--tw-bg-opacity))}.wysiwyg--light .glossary-word{--tw-border-opacity:1;--tw-text-opacity:1;border-bottom-width:2px;border-color:rgb(247 247 255/var(--tw-border-opacity));border-style:dotted;color:rgb(247 247 255/var(--tw-text-opacity))}.wysiwyg--light .glossary-word:hover{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.mce-content-body{padding:1.5rem}.quoteblock{border-style:none;font-style:normal;margin-bottom:0;margin-top:0;padding-bottom:3.5rem;padding-left:0;padding-top:3.5rem;position:relative;quotes:"“""”""‘""’";text-align:center}.quoteblock:before{--tw-content:open-quote;content:var(--tw-content);display:block;font-size:3.5625rem;line-height:1;margin-bottom:-1.5rem}@media (min-width:768px){.quoteblock{padding-bottom:1.5rem;padding-top:1.5rem}}.quoteblock>p{font-size:1.3125rem;line-height:1.5;margin-bottom:0;margin-top:0;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.quoteblock>p{font-size:1.5rem;line-height:1.5}}.quoteblock>p:after,.quoteblock>p:before{--tw-content:none;content:var(--tw-content)}@media (min-width:768px){.quoteblock>p{padding-left:3.5rem;padding-right:3.5rem}}.quoteblock cite,.quoteblock footer{font-size:1.0625rem;font-style:normal;letter-spacing:.025em;line-height:1.5;margin-top:.5rem;text-align:center;text-decoration-line:none}@media (min-width:768px){.quoteblock cite,.quoteblock footer{font-size:1.25rem;line-height:1.6}}.quoteblock--dark{border-style:none;font-style:normal;margin-bottom:0;margin-top:0;padding-bottom:3.5rem;padding-left:0;padding-top:3.5rem;position:relative;quotes:"“""”""‘""’";text-align:center}.quoteblock--dark:before{--tw-content:open-quote;display:block;font-size:3.5625rem;line-height:1;margin-bottom:-1.5rem}@media (min-width:768px){.quoteblock--dark{padding-bottom:1.5rem;padding-top:1.5rem}}.quoteblock--dark>p{font-size:1.3125rem;line-height:1.5;margin-bottom:0;margin-top:0;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.quoteblock--dark>p{font-size:1.5rem;line-height:1.5}}.quoteblock--dark>p:after,.quoteblock--dark>p:before{--tw-content:none;content:var(--tw-content)}@media (min-width:768px){.quoteblock--dark>p{padding-left:3.5rem;padding-right:3.5rem}}.quoteblock--dark cite,.quoteblock--dark footer{font-size:1.0625rem;font-style:normal;letter-spacing:.025em;line-height:1.5;margin-top:.5rem;text-align:center;text-decoration-line:none}@media (min-width:768px){.quoteblock--dark cite,.quoteblock--dark footer{font-size:1.25rem;line-height:1.6}}.quoteblock--dark{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.quoteblock--dark:after,.quoteblock--dark:before{--tw-text-opacity:1;color:rgb(78 75 132/var(--tw-text-opacity));content:var(--tw-content)}.quoteblock--dark>cite,.quoteblock--dark>footer{--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.quoteblock--dark>p{text-decoration-color:#635aa8}.quoteblock--light{border-style:none;font-style:normal;margin-bottom:0;margin-top:0;padding-bottom:3.5rem;padding-left:0;padding-top:3.5rem;position:relative;quotes:"“""”""‘""’";text-align:center}.quoteblock--light:before{--tw-content:open-quote;display:block;font-size:3.5625rem;line-height:1;margin-bottom:-1.5rem}@media (min-width:768px){.quoteblock--light{padding-bottom:1.5rem;padding-top:1.5rem}}.quoteblock--light>p{font-size:1.3125rem;line-height:1.5;margin-bottom:0;margin-top:0;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.quoteblock--light>p{font-size:1.5rem;line-height:1.5}}.quoteblock--light>p:after,.quoteblock--light>p:before{--tw-content:none;content:var(--tw-content)}@media (min-width:768px){.quoteblock--light>p{padding-left:3.5rem;padding-right:3.5rem}}.quoteblock--light cite,.quoteblock--light footer{font-size:1.0625rem;font-style:normal;letter-spacing:.025em;line-height:1.5;margin-top:.5rem;text-align:center;text-decoration-line:none}@media (min-width:768px){.quoteblock--light cite,.quoteblock--light footer{font-size:1.25rem;line-height:1.6}}.quoteblock--light{--tw-text-opacity:1;color:rgb(247 247 255/var(--tw-text-opacity))}.quoteblock--light:after,.quoteblock--light:before{--tw-text-opacity:1;color:rgb(99 90 168/var(--tw-text-opacity));content:var(--tw-content)}.quoteblock--light>cite,.quoteblock--light>footer{--tw-text-opacity:1;color:rgb(230 231 231/var(--tw-text-opacity))}.quoteblock--light>p{text-decoration-color:#635aa8}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.not-sr-only{clip:auto;height:auto;margin:0;overflow:visible;padding:0;position:static;white-space:normal;width:auto}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-y-0{bottom:0;top:0}.-bottom-3{bottom:-.75rem}.-bottom-4{bottom:-1rem}.-top-1\/2{top:-50%}.bottom-0{bottom:0}.bottom-4{bottom:1rem}.bottom-full{bottom:100%}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-4{left:1rem}.left-5{left:1.25rem}.right-0{right:0}.right-1{right:.25rem}.right-16{right:4rem}.right-2{right:.5rem}.right-5{right:1.25rem}.top-0{top:0}.top-1\/2{top:50%}.top-5{top:1.25rem}.top-6{top:1.5rem}.top-\[3px\]{top:3px}.top-full{top:100%}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[5\]{z-index:5}.order-1{order:1}.order-2{order:2}.order-3{order:3}.col-span-1{grid-column:span 1/span 1}.col-span-10{grid-column:span 10/span 10}.col-span-11{grid-column:span 11/span 11}.col-span-12{grid-column:span 12/span 12}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.col-span-5{grid-column:span 5/span 5}.col-span-6{grid-column:span 6/span 6}.col-span-7{grid-column:span 7/span 7}.col-span-8{grid-column:span 8/span 8}.col-span-9{grid-column:span 9/span 9}.col-span-full{grid-column:1/-1}.col-start-1{grid-column-start:1}.col-start-2{grid-column-start:2}.row-span-full{grid-row:1/-1}.row-start-1{grid-row-start:1}.row-start-2{grid-row-start:2}.m-0{margin:0}.m-auto{margin:auto}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-\[11px\]{margin-left:11px;margin-right:11px}.mx-auto{margin-left:auto;margin-right:auto}.my-10{margin-bottom:2.5rem;margin-top:2.5rem}.my-12{margin-bottom:3rem;margin-top:3rem}.my-2{margin-bottom:.5rem;margin-top:.5rem}.my-4{margin-bottom:1rem;margin-top:1rem}.my-auto{margin-bottom:auto;margin-top:auto}.-ml-0{margin-left:0}.-ml-0\.5{margin-left:-.125rem}.-ml-4{margin-left:-1rem}.-mr-0{margin-right:0}.-mr-0\.5{margin-right:-.125rem}.-mt-\[2px\]{margin-top:-2px}.-mt-\[6px\]{margin-top:-6px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mb-9{margin-bottom:2.25rem}.ml-0{margin-left:0}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-2\.5{margin-left:.625rem}.ml-5{margin-left:1.25rem}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-auto{margin-right:auto}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-14{margin-top:3.5rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-9{margin-top:2.25rem}.mt-auto{margin-top:auto}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-4{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-4{-webkit-line-clamp:4}.block{display:block}.inline-block{display:inline-block}.\!inline{display:inline!important}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-14\/9{aspect-ratio:14/9}.aspect-3\/2{aspect-ratio:3/2}.aspect-square{aspect-ratio:1/1}.aspect-video{aspect-ratio:16/9}.h-0{height:0}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\/2{height:50%}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-36{height:9rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-\[--header-height-mobile\]{height:var(--header-height-mobile)}.h-\[100px\]{height:100px}.h-\[calc\(100vh-var\(--header-height-mobile\)\)\]{height:calc(100vh - var(--header-height-mobile))}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.max-h-0{max-height:0}.max-h-60{max-height:15rem}.max-h-\[500px\]{max-height:500px}.max-h-\[90vh\]{max-height:90vh}.max-h-full{max-height:100%}.min-h-\[240px\]{min-height:240px}.min-h-\[277px\]{min-height:277px}.min-h-\[32px\]{min-height:32px}.min-h-\[48px\]{min-height:48px}.min-h-\[50px\]{min-height:50px}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-0{width:0}.w-0\.5{width:.125rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-1\/6{width:16.666667%}.w-12{width:3rem}.w-14{width:3.5rem}.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-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-\[100px\]{width:100px}.w-\[18px\]{width:18px}.w-\[2px\]{width:2px}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0}.min-w-64{min-width:16rem}.min-w-\[100px\]{min-width:100px}.min-w-\[120px\]{min-width:120px}.min-w-\[150px\]{min-width:150px}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-\[10rem\]{max-width:10rem}.max-w-\[18rem\]{max-width:18rem}.max-w-\[400px\]{max-width:400px}.max-w-\[90vw\]{max-width:90vw}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.max-w-screen-2xl{max-width:1536px}.max-w-screen-3xl{max-width:2020px}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-4{flex:4 4 0%}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.flex-grow-0{flex-grow:0}.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-1\/2{flex-basis:50%}.basis-1\/3{flex-basis:33.333333%}.basis-2\/3{flex-basis:66.666667%}.basis-full{flex-basis:100%}.border-collapse{border-collapse:collapse}.origin-center{transform-origin:center}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-full{--tw-translate-y:-100%}.-translate-y-full,.translate-x-1\/3{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\/3{--tw-translate-x:33.333333%}.translate-y-0{--tw-translate-y:0px}.translate-y-0,.translate-y-0\.5{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0\.5{--tw-translate-y:.125rem}.rotate-180{--tw-rotate:180deg}.rotate-180,.scale-100{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-75{--tw-scale-x:.75;--tw-scale-y:.75}.scale-75,.scale-95{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.-scale-y-100{--tw-scale-y:-1}.-scale-y-100,.scale-x-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-x-0{--tw-scale-x:0}.scale-y-100{--tw-scale-y:1}.scale-y-100,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes content-down{0%{opacity:0;transform:translateY(-20px)}to{opacity:100%;transform:translateY(0)}}.animate-contentDown{animation:content-down .25s cubic-bezier(.4,0,.23,1) forwards}@keyframes content-in-left{0%{opacity:0;transform:translate(10px)}to{opacity:100%;transform:translate(0)}}.animate-contentInLeft{animation:content-in-left .15s cubic-bezier(.4,0,.23,1) forwards}@keyframes content-up{0%{opacity:0;transform:translateY(10px)}to{opacity:100%;transform:translateY(0)}}.animate-contentUp{animation:content-up .25s cubic-bezier(.4,0,.23,1) forwards}@keyframes expand-width{0%{width:0}to{width:100%}}.animate-expandWidth{animation:expand-width .2s ease-in-out forwards}@keyframes opacity-in{0%{opacity:0}to{opacity:100%}}.animate-opacityIn{animation:opacity-in .1s ease-in-out forwards}@keyframes shake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(1px)}30%,50%,70%{transform:translate(-2px)}40%,60%{transform:translate(2px)}}.animate-shake{animation:shake .4s cubic-bezier(.36,.07,.19,.97) both}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.snap-mandatory{--tw-scroll-snap-strictness:mandatory}.list-decimal{list-style-type:decimal}.list-none{list-style-type:none}.auto-cols-\[90\%\]{grid-auto-columns:90%}.grid-flow-col{grid-auto-flow:column}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-nowrap{flex-wrap:nowrap}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-0{gap:0}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-9{gap:2.25rem}.gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-1{row-gap:.25rem}.gap-y-16{row-gap:4rem}.gap-y-2{row-gap:.5rem}.gap-y-2\.5{row-gap:.625rem}.gap-y-4{row-gap:1rem}.gap-y-5{row-gap:1.25rem}.gap-y-8{row-gap:2rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.25rem*var(--tw-space-x-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.25rem*var(--tw-space-y-reverse));margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(3rem*var(--tw-space-y-reverse));margin-top:calc(3rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.25rem*var(--tw-space-y-reverse));margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2rem*var(--tw-space-y-reverse));margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)))}.space-y-9>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2.25rem*var(--tw-space-y-reverse));margin-top:calc(2.25rem*(1 - var(--tw-space-y-reverse)))}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.justify-self-end{justify-self:end}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-x-visible{overflow-x:visible}.overflow-x-scroll{overflow-x:scroll}.overscroll-contain{overscroll-behavior:contain}.truncate{overflow:hidden;white-space:nowrap}.overflow-ellipsis,.text-ellipsis,.truncate{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b-2xl{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-x-8{border-left-width:8px;border-right-width:8px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-\[12px\]{border-bottom-width:12px}.border-b-\[8px\]{border-bottom-width:8px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-\[7px\]{border-left-width:7px}.border-r-\[7px\]{border-right-width:7px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-t-\[8px\]{border-top-width:8px}.border-hidden{border-style:hidden}.border-none{border-style:none}.border-accent1-80{--tw-border-opacity:1;border-color:rgb(227 31 98/var(--tw-border-opacity))}.border-accent2-60{--tw-border-opacity:1;border-color:rgb(126 236 191/var(--tw-border-opacity))}.border-danger-60{--tw-border-opacity:1;border-color:rgb(203 0 0/var(--tw-border-opacity))}.border-grayscale-20{--tw-border-opacity:1;border-color:rgb(230 231 231/var(--tw-border-opacity))}.border-grayscale-60{--tw-border-opacity:1;border-color:rgb(112 116 121/var(--tw-border-opacity))}.border-primary-100{--tw-border-opacity:1;border-color:rgb(41 38 64/var(--tw-border-opacity))}.border-primary-60{--tw-border-opacity:1;border-color:rgb(78 75 132/var(--tw-border-opacity))}.border-surface,.border-text-light{--tw-border-opacity:1;border-color:rgb(247 247 255/var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-x-transparent{border-left-color:transparent;border-right-color:transparent}.border-b-accent2-10{--tw-border-opacity:1;border-bottom-color:rgb(236 253 245/var(--tw-border-opacity))}.border-b-accent2-60{--tw-border-opacity:1;border-bottom-color:rgb(126 236 191/var(--tw-border-opacity))}.border-b-grayscale-20{--tw-border-opacity:1;border-bottom-color:rgb(230 231 231/var(--tw-border-opacity))}.border-b-grayscale-80{--tw-border-opacity:1;border-bottom-color:rgb(76 79 82/var(--tw-border-opacity))}.border-l-transparent{border-left-color:transparent}.border-r-transparent{border-right-color:transparent}.border-t-grayscale-20{--tw-border-opacity:1;border-top-color:rgb(230 231 231/var(--tw-border-opacity))}.border-t-white{--tw-border-opacity:1;border-top-color:rgb(255 255 255/var(--tw-border-opacity))}.border-opacity-0{--tw-border-opacity:0}.bg-accent1-80{--tw-bg-opacity:1;background-color:rgb(227 31 98/var(--tw-bg-opacity))}.bg-accent2-20{--tw-bg-opacity:1;background-color:rgb(208 251 228/var(--tw-bg-opacity))}.bg-accent2-60{--tw-bg-opacity:1;background-color:rgb(126 236 191/var(--tw-bg-opacity))}.bg-background{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-background-c{--tw-bg-opacity:1;background-color:rgb(69 65 110/var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-black\/30{background-color:#0000004d}.bg-grayscale-100{--tw-bg-opacity:1;background-color:rgb(59 60 62/var(--tw-bg-opacity))}.bg-grayscale-20{--tw-bg-opacity:1;background-color:rgb(230 231 231/var(--tw-bg-opacity))}.bg-grayscale-40{--tw-bg-opacity:1;background-color:rgb(173 176 179/var(--tw-bg-opacity))}.bg-grayscale-60{--tw-bg-opacity:1;background-color:rgb(112 116 121/var(--tw-bg-opacity))}.bg-grayscale-80{--tw-bg-opacity:1;background-color:rgb(76 79 82/var(--tw-bg-opacity))}.bg-primary-100{--tw-bg-opacity:1;background-color:rgb(41 38 64/var(--tw-bg-opacity))}.bg-primary-20{--tw-bg-opacity:1;background-color:rgb(114 107 192/var(--tw-bg-opacity))}.bg-primary-40{--tw-bg-opacity:1;background-color:rgb(99 90 168/var(--tw-bg-opacity))}.bg-primary-60{--tw-bg-opacity:1;background-color:rgb(78 75 132/var(--tw-bg-opacity))}.bg-secondary-60{--tw-bg-opacity:1;background-color:rgb(255 0 0/var(--tw-bg-opacity))}.bg-surface{--tw-bg-opacity:1;background-color:rgb(247 247 255/var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-opacity-80{--tw-bg-opacity:.8}.fill-white{fill:#fff}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-12{padding-left:3rem;padding-right:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-20{padding-left:5rem;padding-right:5rem}.px-28{padding-left:7rem;padding-right:7rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-14{padding-bottom:3.5rem;padding-top:3.5rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-24{padding-bottom:6rem;padding-top:6rem}.py-28{padding-bottom:7rem;padding-top:7rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-7{padding-bottom:1.75rem;padding-top:1.75rem}.py-8{padding-bottom:2rem;padding-top:2rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-1\.5{padding-bottom:.375rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-14{padding-bottom:3.5rem}.pb-2{padding-bottom:.5rem}.pb-24{padding-bottom:6rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-9{padding-bottom:2.25rem}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-14{padding-left:3.5rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-16{padding-top:4rem}.pt-20{padding-top:5rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-7{padding-top:1.75rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.align-middle{vertical-align:middle}.text-2xl{font-size:1.625rem;line-height:1.5}.text-3xl{font-size:1.75rem;line-height:1.5}.text-5xl{font-size:2rem;line-height:1.5}.text-\[0\.8rem\]{font-size:.8rem}.text-base{font-size:1.25rem;line-height:1.6}.text-lg{font-size:1.3125rem;line-height:1.5}.text-sm{font-size:1.0625rem;line-height:1.5}.text-xl{font-size:1.5rem;line-height:1.5}.text-xs{font-size:.875rem;line-height:1.5}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.not-italic{font-style:normal}.text-accent1-80{--tw-text-opacity:1;color:rgb(227 31 98/var(--tw-text-opacity))}.text-danger-60{--tw-text-opacity:1;color:rgb(203 0 0/var(--tw-text-opacity))}.text-grayscale-20{--tw-text-opacity:1;color:rgb(230 231 231/var(--tw-text-opacity))}.text-grayscale-40{--tw-text-opacity:1;color:rgb(173 176 179/var(--tw-text-opacity))}.text-grayscale-60{--tw-text-opacity:1;color:rgb(112 116 121/var(--tw-text-opacity))}.text-grayscale-80{--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.text-primary-100{--tw-text-opacity:1;color:rgb(41 38 64/var(--tw-text-opacity))}.text-primary-60{--tw-text-opacity:1;color:rgb(78 75 132/var(--tw-text-opacity))}.text-secondary-60{--tw-text-opacity:1;color:rgb(255 0 0/var(--tw-text-opacity))}.text-text-dark{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-text-light{--tw-text-opacity:1;color:rgb(247 247 255/var(--tw-text-opacity))}.text-text-light\/0{color:#f7f7ff00}.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!important}.underline-offset-4{text-underline-offset:4px}.accent-accent1-80{accent-color:#e31f62}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.mix-blend-lighten{mix-blend-mode:lighten}.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-\[0px_5px_10px_rgba\(0\,0\,0\,0\.04\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_5px_10px_rgba\(0\,0\,0\,0\.04\)\]{--tw-shadow:0px 5px 10px rgba(0,0,0,.04);--tw-shadow-colored:0px 5px 10px var(--tw-shadow-color)}.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)}.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 rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--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)}.shadow-black\/5{--tw-shadow-color:rgba(0,0,0,.05);--tw-shadow:var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-black{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity))}.ring-opacity-5{--tw-ring-opacity:.05}.ring-offset-background{--tw-ring-offset-color:#fff}.blur{--tw-blur:blur(8px)}.blur,.drop-shadow-md{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)}.drop-shadow-md{--tw-drop-shadow:drop-shadow(0 4px 3px rgba(0,0,0,.07)) drop-shadow(0 2px 2px rgba(0,0,0,.06))}.drop-shadow-sm{--tw-drop-shadow:drop-shadow(0 1px 1px rgba(0,0,0,.05))}.drop-shadow-sm,.invert{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)}.invert{--tw-invert:invert(100%)}.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-duration:.15s;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-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-grid-template-rows{transition-duration:.15s;transition-property:grid-template-rows;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\@container{container-type:inline-size}.fs-9xl{font-size:2.375rem;line-height:1.5}@media (min-width:768px){.fs-9xl{font-size:3.5625rem;line-height:1.5}}.fs-4xl{font-size:1.75rem;line-height:1.5}@media (min-width:768px){.fs-4xl{font-size:1.875rem;line-height:1.5}}.fs-3xl{font-size:1.625rem;line-height:1.5}@media (min-width:768px){.fs-3xl{font-size:1.75rem;line-height:1.5}}.fs-2xl{font-size:1.5rem;line-height:1.5}@media (min-width:768px){.fs-2xl{font-size:1.625rem;line-height:1.5}}.fs-xl{font-size:1.3125rem;line-height:1.5}@media (min-width:768px){.fs-xl{font-size:1.5rem;line-height:1.5}}.fs-lg{font-size:1.25rem;letter-spacing:.025em;line-height:1.6}@media (min-width:768px){.fs-lg{font-size:1.3125rem;line-height:1.5}}.fs-base{font-size:1.0625rem;letter-spacing:.025em;line-height:1.5}@media (min-width:768px){.fs-base{font-size:1.25rem;line-height:1.6}}.fs-sm{font-size:1.0625rem}.fs-sm,.fs-xs{letter-spacing:.025em;line-height:1.5}.fs-xs{font-size:.875rem}:root{--header-height-desktop:100px;--header-height-mobile:80px;--scrollbar-width:0px}@media (min-width:1024px){.lg\:eid-grid-gutters{gap:.625rem}@media (min-width:640px){.lg\:eid-grid-gutters{gap:14px}}@media (min-width:768px){.lg\:eid-grid-gutters{gap:1rem}}.lg\:eid-grid-gutters{gap:1.5rem}.lg\:eid-container{margin-left:auto;margin-right:auto;max-width:1280px;padding-left:24px;padding-right:24px;transition-duration:75ms;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}}@media (min-width:320px){.mobile_small\:quoteblock{border-style:none;font-style:normal;margin-bottom:0;margin-top:0;padding-bottom:3.5rem;padding-left:0;padding-top:3.5rem;position:relative;quotes:"“""”""‘""’";text-align:center}.mobile_small\:quoteblock:before{--tw-content:open-quote;content:var(--tw-content);display:block;font-size:3.5625rem;line-height:1;margin-bottom:-1.5rem}@media (min-width:768px){.mobile_small\:quoteblock{padding-bottom:1.5rem;padding-top:1.5rem}}.mobile_small\:quoteblock>p{font-size:1.3125rem;line-height:1.5;margin-bottom:0;margin-top:0;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.mobile_small\:quoteblock>p{font-size:1.5rem;line-height:1.5}}.mobile_small\:quoteblock>p:after,.mobile_small\:quoteblock>p:before{--tw-content:none;content:var(--tw-content)}@media (min-width:768px){.mobile_small\:quoteblock>p{padding-left:3.5rem;padding-right:3.5rem}}.mobile_small\:quoteblock cite,.mobile_small\:quoteblock footer{font-size:1.0625rem;font-style:normal;letter-spacing:.025em;line-height:1.5;margin-top:.5rem;text-align:center;text-decoration-line:none}@media (min-width:768px){.mobile_small\:quoteblock cite,.mobile_small\:quoteblock footer{font-size:1.25rem;line-height:1.6}}.mobile_small\:quoteblock--dark{border-style:none;font-style:normal;margin-bottom:0;margin-top:0;padding-bottom:3.5rem;padding-left:0;padding-top:3.5rem;position:relative;quotes:"“""”""‘""’";text-align:center}.mobile_small\:quoteblock--dark:before{--tw-content:open-quote;display:block;font-size:3.5625rem;line-height:1;margin-bottom:-1.5rem}@media (min-width:768px){.mobile_small\:quoteblock--dark{padding-bottom:1.5rem;padding-top:1.5rem}}.mobile_small\:quoteblock--dark>p{font-size:1.3125rem;line-height:1.5;margin-bottom:0;margin-top:0;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.mobile_small\:quoteblock--dark>p{font-size:1.5rem;line-height:1.5}}.mobile_small\:quoteblock--dark>p:after,.mobile_small\:quoteblock--dark>p:before{--tw-content:none;content:var(--tw-content)}@media (min-width:768px){.mobile_small\:quoteblock--dark>p{padding-left:3.5rem;padding-right:3.5rem}}.mobile_small\:quoteblock--dark cite,.mobile_small\:quoteblock--dark footer{font-size:1.0625rem;font-style:normal;letter-spacing:.025em;line-height:1.5;margin-top:.5rem;text-align:center;text-decoration-line:none}@media (min-width:768px){.mobile_small\:quoteblock--dark cite,.mobile_small\:quoteblock--dark footer{font-size:1.25rem;line-height:1.6}}.mobile_small\:quoteblock--dark{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.mobile_small\:quoteblock--dark:after,.mobile_small\:quoteblock--dark:before{--tw-text-opacity:1;color:rgb(78 75 132/var(--tw-text-opacity));content:var(--tw-content)}.mobile_small\:quoteblock--dark>cite,.mobile_small\:quoteblock--dark>footer{--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.mobile_small\:quoteblock--dark>p{text-decoration-color:#635aa8}.mobile_small\:quoteblock--light{border-style:none;font-style:normal;margin-bottom:0;margin-top:0;padding-bottom:3.5rem;padding-left:0;padding-top:3.5rem;position:relative;quotes:"“""”""‘""’";text-align:center}.mobile_small\:quoteblock--light:before{--tw-content:open-quote;display:block;font-size:3.5625rem;line-height:1;margin-bottom:-1.5rem}@media (min-width:768px){.mobile_small\:quoteblock--light{padding-bottom:1.5rem;padding-top:1.5rem}}.mobile_small\:quoteblock--light>p{font-size:1.3125rem;line-height:1.5;margin-bottom:0;margin-top:0;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.mobile_small\:quoteblock--light>p{font-size:1.5rem;line-height:1.5}}.mobile_small\:quoteblock--light>p:after,.mobile_small\:quoteblock--light>p:before{--tw-content:none;content:var(--tw-content)}@media (min-width:768px){.mobile_small\:quoteblock--light>p{padding-left:3.5rem;padding-right:3.5rem}}.mobile_small\:quoteblock--light cite,.mobile_small\:quoteblock--light footer{font-size:1.0625rem;font-style:normal;letter-spacing:.025em;line-height:1.5;margin-top:.5rem;text-align:center;text-decoration-line:none}@media (min-width:768px){.mobile_small\:quoteblock--light cite,.mobile_small\:quoteblock--light footer{font-size:1.25rem;line-height:1.6}}.mobile_small\:quoteblock--light{--tw-text-opacity:1;color:rgb(247 247 255/var(--tw-text-opacity))}.mobile_small\:quoteblock--light:after,.mobile_small\:quoteblock--light:before{--tw-text-opacity:1;color:rgb(99 90 168/var(--tw-text-opacity));content:var(--tw-content)}.mobile_small\:quoteblock--light>cite,.mobile_small\:quoteblock--light>footer{--tw-text-opacity:1;color:rgb(230 231 231/var(--tw-text-opacity))}.mobile_small\:quoteblock--light>p{text-decoration-color:#635aa8}}@media (min-width:430px){.mobile_large\:quoteblock{border-style:none;font-style:normal;margin-bottom:0;margin-top:0;padding-bottom:3.5rem;padding-left:0;padding-top:3.5rem;position:relative;quotes:"“""”""‘""’";text-align:center}.mobile_large\:quoteblock:before{--tw-content:open-quote;content:var(--tw-content);display:block;font-size:3.5625rem;line-height:1;margin-bottom:-1.5rem}@media (min-width:768px){.mobile_large\:quoteblock{padding-bottom:1.5rem;padding-top:1.5rem}}.mobile_large\:quoteblock>p{font-size:1.3125rem;line-height:1.5;margin-bottom:0;margin-top:0;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.mobile_large\:quoteblock>p{font-size:1.5rem;line-height:1.5}}.mobile_large\:quoteblock>p:after,.mobile_large\:quoteblock>p:before{--tw-content:none;content:var(--tw-content)}@media (min-width:768px){.mobile_large\:quoteblock>p{padding-left:3.5rem;padding-right:3.5rem}}.mobile_large\:quoteblock cite,.mobile_large\:quoteblock footer{font-size:1.0625rem;font-style:normal;letter-spacing:.025em;line-height:1.5;margin-top:.5rem;text-align:center;text-decoration-line:none}@media (min-width:768px){.mobile_large\:quoteblock cite,.mobile_large\:quoteblock footer{font-size:1.25rem;line-height:1.6}}.mobile_large\:quoteblock--dark{border-style:none;font-style:normal;margin-bottom:0;margin-top:0;padding-bottom:3.5rem;padding-left:0;padding-top:3.5rem;position:relative;quotes:"“""”""‘""’";text-align:center}.mobile_large\:quoteblock--dark:before{--tw-content:open-quote;display:block;font-size:3.5625rem;line-height:1;margin-bottom:-1.5rem}@media (min-width:768px){.mobile_large\:quoteblock--dark{padding-bottom:1.5rem;padding-top:1.5rem}}.mobile_large\:quoteblock--dark>p{font-size:1.3125rem;line-height:1.5;margin-bottom:0;margin-top:0;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.mobile_large\:quoteblock--dark>p{font-size:1.5rem;line-height:1.5}}.mobile_large\:quoteblock--dark>p:after,.mobile_large\:quoteblock--dark>p:before{--tw-content:none;content:var(--tw-content)}@media (min-width:768px){.mobile_large\:quoteblock--dark>p{padding-left:3.5rem;padding-right:3.5rem}}.mobile_large\:quoteblock--dark cite,.mobile_large\:quoteblock--dark footer{font-size:1.0625rem;font-style:normal;letter-spacing:.025em;line-height:1.5;margin-top:.5rem;text-align:center;text-decoration-line:none}@media (min-width:768px){.mobile_large\:quoteblock--dark cite,.mobile_large\:quoteblock--dark footer{font-size:1.25rem;line-height:1.6}}.mobile_large\:quoteblock--dark{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.mobile_large\:quoteblock--dark:after,.mobile_large\:quoteblock--dark:before{--tw-text-opacity:1;color:rgb(78 75 132/var(--tw-text-opacity));content:var(--tw-content)}.mobile_large\:quoteblock--dark>cite,.mobile_large\:quoteblock--dark>footer{--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.mobile_large\:quoteblock--dark>p{text-decoration-color:#635aa8}.mobile_large\:quoteblock--light{border-style:none;font-style:normal;margin-bottom:0;margin-top:0;padding-bottom:3.5rem;padding-left:0;padding-top:3.5rem;position:relative;quotes:"“""”""‘""’";text-align:center}.mobile_large\:quoteblock--light:before{--tw-content:open-quote;display:block;font-size:3.5625rem;line-height:1;margin-bottom:-1.5rem}@media (min-width:768px){.mobile_large\:quoteblock--light{padding-bottom:1.5rem;padding-top:1.5rem}}.mobile_large\:quoteblock--light>p{font-size:1.3125rem;line-height:1.5;margin-bottom:0;margin-top:0;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.mobile_large\:quoteblock--light>p{font-size:1.5rem;line-height:1.5}}.mobile_large\:quoteblock--light>p:after,.mobile_large\:quoteblock--light>p:before{--tw-content:none;content:var(--tw-content)}@media (min-width:768px){.mobile_large\:quoteblock--light>p{padding-left:3.5rem;padding-right:3.5rem}}.mobile_large\:quoteblock--light cite,.mobile_large\:quoteblock--light footer{font-size:1.0625rem;font-style:normal;letter-spacing:.025em;line-height:1.5;margin-top:.5rem;text-align:center;text-decoration-line:none}@media (min-width:768px){.mobile_large\:quoteblock--light cite,.mobile_large\:quoteblock--light footer{font-size:1.25rem;line-height:1.6}}.mobile_large\:quoteblock--light{--tw-text-opacity:1;color:rgb(247 247 255/var(--tw-text-opacity))}.mobile_large\:quoteblock--light:after,.mobile_large\:quoteblock--light:before{--tw-text-opacity:1;color:rgb(99 90 168/var(--tw-text-opacity));content:var(--tw-content)}.mobile_large\:quoteblock--light>cite,.mobile_large\:quoteblock--light>footer{--tw-text-opacity:1;color:rgb(230 231 231/var(--tw-text-opacity))}.mobile_large\:quoteblock--light>p{text-decoration-color:#635aa8}}@media (min-width:640px){.sm\:quoteblock{border-style:none;font-style:normal;margin-bottom:0;margin-top:0;padding-bottom:3.5rem;padding-left:0;padding-top:3.5rem;position:relative;quotes:"“""”""‘""’";text-align:center}.sm\:quoteblock:before{--tw-content:open-quote;content:var(--tw-content);display:block;font-size:3.5625rem;line-height:1;margin-bottom:-1.5rem}@media (min-width:768px){.sm\:quoteblock{padding-bottom:1.5rem;padding-top:1.5rem}}.sm\:quoteblock>p{font-size:1.3125rem;line-height:1.5;margin-bottom:0;margin-top:0;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.sm\:quoteblock>p{font-size:1.5rem;line-height:1.5}}.sm\:quoteblock>p:after,.sm\:quoteblock>p:before{--tw-content:none;content:var(--tw-content)}@media (min-width:768px){.sm\:quoteblock>p{padding-left:3.5rem;padding-right:3.5rem}}.sm\:quoteblock cite,.sm\:quoteblock footer{font-size:1.0625rem;font-style:normal;letter-spacing:.025em;line-height:1.5;margin-top:.5rem;text-align:center;text-decoration-line:none}@media (min-width:768px){.sm\:quoteblock cite,.sm\:quoteblock footer{font-size:1.25rem;line-height:1.6}}.sm\:quoteblock--dark{border-style:none;font-style:normal;margin-bottom:0;margin-top:0;padding-bottom:3.5rem;padding-left:0;padding-top:3.5rem;position:relative;quotes:"“""”""‘""’";text-align:center}.sm\:quoteblock--dark:before{--tw-content:open-quote;display:block;font-size:3.5625rem;line-height:1;margin-bottom:-1.5rem}@media (min-width:768px){.sm\:quoteblock--dark{padding-bottom:1.5rem;padding-top:1.5rem}}.sm\:quoteblock--dark>p{font-size:1.3125rem;line-height:1.5;margin-bottom:0;margin-top:0;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.sm\:quoteblock--dark>p{font-size:1.5rem;line-height:1.5}}.sm\:quoteblock--dark>p:after,.sm\:quoteblock--dark>p:before{--tw-content:none;content:var(--tw-content)}@media (min-width:768px){.sm\:quoteblock--dark>p{padding-left:3.5rem;padding-right:3.5rem}}.sm\:quoteblock--dark cite,.sm\:quoteblock--dark footer{font-size:1.0625rem;font-style:normal;letter-spacing:.025em;line-height:1.5;margin-top:.5rem;text-align:center;text-decoration-line:none}@media (min-width:768px){.sm\:quoteblock--dark cite,.sm\:quoteblock--dark footer{font-size:1.25rem;line-height:1.6}}.sm\:quoteblock--dark{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.sm\:quoteblock--dark:after,.sm\:quoteblock--dark:before{--tw-text-opacity:1;color:rgb(78 75 132/var(--tw-text-opacity));content:var(--tw-content)}.sm\:quoteblock--dark>cite,.sm\:quoteblock--dark>footer{--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.sm\:quoteblock--dark>p{text-decoration-color:#635aa8}.sm\:quoteblock--light{border-style:none;font-style:normal;margin-bottom:0;margin-top:0;padding-bottom:3.5rem;padding-left:0;padding-top:3.5rem;position:relative;quotes:"“""”""‘""’";text-align:center}.sm\:quoteblock--light:before{--tw-content:open-quote;display:block;font-size:3.5625rem;line-height:1;margin-bottom:-1.5rem}@media (min-width:768px){.sm\:quoteblock--light{padding-bottom:1.5rem;padding-top:1.5rem}}.sm\:quoteblock--light>p{font-size:1.3125rem;line-height:1.5;margin-bottom:0;margin-top:0;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.sm\:quoteblock--light>p{font-size:1.5rem;line-height:1.5}}.sm\:quoteblock--light>p:after,.sm\:quoteblock--light>p:before{--tw-content:none;content:var(--tw-content)}@media (min-width:768px){.sm\:quoteblock--light>p{padding-left:3.5rem;padding-right:3.5rem}}.sm\:quoteblock--light cite,.sm\:quoteblock--light footer{font-size:1.0625rem;font-style:normal;letter-spacing:.025em;line-height:1.5;margin-top:.5rem;text-align:center;text-decoration-line:none}@media (min-width:768px){.sm\:quoteblock--light cite,.sm\:quoteblock--light footer{font-size:1.25rem;line-height:1.6}}.sm\:quoteblock--light{--tw-text-opacity:1;color:rgb(247 247 255/var(--tw-text-opacity))}.sm\:quoteblock--light:after,.sm\:quoteblock--light:before{--tw-text-opacity:1;color:rgb(99 90 168/var(--tw-text-opacity));content:var(--tw-content)}.sm\:quoteblock--light>cite,.sm\:quoteblock--light>footer{--tw-text-opacity:1;color:rgb(230 231 231/var(--tw-text-opacity))}.sm\:quoteblock--light>p{text-decoration-color:#635aa8}}@media (min-width:768px){.md\:quoteblock{border-style:none;font-style:normal;margin-bottom:0;margin-top:0;padding-bottom:3.5rem;padding-left:0;padding-top:3.5rem;position:relative;quotes:"“""”""‘""’";text-align:center}.md\:quoteblock:before{--tw-content:open-quote;content:var(--tw-content);display:block;font-size:3.5625rem;line-height:1;margin-bottom:-1.5rem}.md\:quoteblock{padding-bottom:1.5rem;padding-top:1.5rem}.md\:quoteblock>p{font-size:1.3125rem;line-height:1.5;margin-bottom:0;margin-top:0;padding-left:1rem;padding-right:1rem}.md\:quoteblock>p{font-size:1.5rem;line-height:1.5}.md\:quoteblock>p:after,.md\:quoteblock>p:before{--tw-content:none;content:var(--tw-content)}.md\:quoteblock>p{padding-left:3.5rem;padding-right:3.5rem}.md\:quoteblock cite,.md\:quoteblock footer{font-size:1.0625rem;font-style:normal;letter-spacing:.025em;line-height:1.5;margin-top:.5rem;text-align:center;text-decoration-line:none}.md\:quoteblock cite,.md\:quoteblock footer{font-size:1.25rem;line-height:1.6}.md\:quoteblock--dark{border-style:none;font-style:normal;margin-bottom:0;margin-top:0;padding-bottom:3.5rem;padding-left:0;padding-top:3.5rem;position:relative;quotes:"“""”""‘""’";text-align:center}.md\:quoteblock--dark:before{--tw-content:open-quote;display:block;font-size:3.5625rem;line-height:1;margin-bottom:-1.5rem}.md\:quoteblock--dark{padding-bottom:1.5rem;padding-top:1.5rem}.md\:quoteblock--dark>p{font-size:1.3125rem;line-height:1.5;margin-bottom:0;margin-top:0;padding-left:1rem;padding-right:1rem}.md\:quoteblock--dark>p{font-size:1.5rem;line-height:1.5}.md\:quoteblock--dark>p:after,.md\:quoteblock--dark>p:before{--tw-content:none;content:var(--tw-content)}.md\:quoteblock--dark>p{padding-left:3.5rem;padding-right:3.5rem}.md\:quoteblock--dark cite,.md\:quoteblock--dark footer{font-size:1.0625rem;font-style:normal;letter-spacing:.025em;line-height:1.5;margin-top:.5rem;text-align:center;text-decoration-line:none}.md\:quoteblock--dark cite,.md\:quoteblock--dark footer{font-size:1.25rem;line-height:1.6}.md\:quoteblock--dark{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.md\:quoteblock--dark:after,.md\:quoteblock--dark:before{--tw-text-opacity:1;color:rgb(78 75 132/var(--tw-text-opacity));content:var(--tw-content)}.md\:quoteblock--dark>cite,.md\:quoteblock--dark>footer{--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.md\:quoteblock--dark>p{text-decoration-color:#635aa8}.md\:quoteblock--light{border-style:none;font-style:normal;margin-bottom:0;margin-top:0;padding-bottom:3.5rem;padding-left:0;padding-top:3.5rem;position:relative;quotes:"“""”""‘""’";text-align:center}.md\:quoteblock--light:before{--tw-content:open-quote;display:block;font-size:3.5625rem;line-height:1;margin-bottom:-1.5rem}.md\:quoteblock--light{padding-bottom:1.5rem;padding-top:1.5rem}.md\:quoteblock--light>p{font-size:1.3125rem;line-height:1.5;margin-bottom:0;margin-top:0;padding-left:1rem;padding-right:1rem}.md\:quoteblock--light>p{font-size:1.5rem;line-height:1.5}.md\:quoteblock--light>p:after,.md\:quoteblock--light>p:before{--tw-content:none;content:var(--tw-content)}.md\:quoteblock--light>p{padding-left:3.5rem;padding-right:3.5rem}.md\:quoteblock--light cite,.md\:quoteblock--light footer{font-size:1.0625rem;font-style:normal;letter-spacing:.025em;line-height:1.5;margin-top:.5rem;text-align:center;text-decoration-line:none}.md\:quoteblock--light cite,.md\:quoteblock--light footer{font-size:1.25rem;line-height:1.6}.md\:quoteblock--light{--tw-text-opacity:1;color:rgb(247 247 255/var(--tw-text-opacity))}.md\:quoteblock--light:after,.md\:quoteblock--light:before{--tw-text-opacity:1;color:rgb(99 90 168/var(--tw-text-opacity));content:var(--tw-content)}.md\:quoteblock--light>cite,.md\:quoteblock--light>footer{--tw-text-opacity:1;color:rgb(230 231 231/var(--tw-text-opacity))}.md\:quoteblock--light>p{text-decoration-color:#635aa8}}@media (min-width:1024px){.lg\:quoteblock{border-style:none;font-style:normal;margin-bottom:0;margin-top:0;padding-bottom:3.5rem;padding-left:0;padding-top:3.5rem;position:relative;quotes:"“""”""‘""’";text-align:center}.lg\:quoteblock:before{--tw-content:open-quote;content:var(--tw-content);display:block;font-size:3.5625rem;line-height:1;margin-bottom:-1.5rem}@media (min-width:768px){.lg\:quoteblock{padding-bottom:1.5rem;padding-top:1.5rem}}.lg\:quoteblock>p{font-size:1.3125rem;line-height:1.5;margin-bottom:0;margin-top:0;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.lg\:quoteblock>p{font-size:1.5rem;line-height:1.5}}.lg\:quoteblock>p:after,.lg\:quoteblock>p:before{--tw-content:none;content:var(--tw-content)}@media (min-width:768px){.lg\:quoteblock>p{padding-left:3.5rem;padding-right:3.5rem}}.lg\:quoteblock cite,.lg\:quoteblock footer{font-size:1.0625rem;font-style:normal;letter-spacing:.025em;line-height:1.5;margin-top:.5rem;text-align:center;text-decoration-line:none}@media (min-width:768px){.lg\:quoteblock cite,.lg\:quoteblock footer{font-size:1.25rem;line-height:1.6}}.lg\:quoteblock--dark{border-style:none;font-style:normal;margin-bottom:0;margin-top:0;padding-bottom:3.5rem;padding-left:0;padding-top:3.5rem;position:relative;quotes:"“""”""‘""’";text-align:center}.lg\:quoteblock--dark:before{--tw-content:open-quote;display:block;font-size:3.5625rem;line-height:1;margin-bottom:-1.5rem}@media (min-width:768px){.lg\:quoteblock--dark{padding-bottom:1.5rem;padding-top:1.5rem}}.lg\:quoteblock--dark>p{font-size:1.3125rem;line-height:1.5;margin-bottom:0;margin-top:0;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.lg\:quoteblock--dark>p{font-size:1.5rem;line-height:1.5}}.lg\:quoteblock--dark>p:after,.lg\:quoteblock--dark>p:before{--tw-content:none;content:var(--tw-content)}@media (min-width:768px){.lg\:quoteblock--dark>p{padding-left:3.5rem;padding-right:3.5rem}}.lg\:quoteblock--dark cite,.lg\:quoteblock--dark footer{font-size:1.0625rem;font-style:normal;letter-spacing:.025em;line-height:1.5;margin-top:.5rem;text-align:center;text-decoration-line:none}@media (min-width:768px){.lg\:quoteblock--dark cite,.lg\:quoteblock--dark footer{font-size:1.25rem;line-height:1.6}}.lg\:quoteblock--dark{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.lg\:quoteblock--dark:after,.lg\:quoteblock--dark:before{--tw-text-opacity:1;color:rgb(78 75 132/var(--tw-text-opacity));content:var(--tw-content)}.lg\:quoteblock--dark>cite,.lg\:quoteblock--dark>footer{--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.lg\:quoteblock--dark>p{text-decoration-color:#635aa8}.lg\:quoteblock--light{border-style:none;font-style:normal;margin-bottom:0;margin-top:0;padding-bottom:3.5rem;padding-left:0;padding-top:3.5rem;position:relative;quotes:"“""”""‘""’";text-align:center}.lg\:quoteblock--light:before{--tw-content:open-quote;display:block;font-size:3.5625rem;line-height:1;margin-bottom:-1.5rem}@media (min-width:768px){.lg\:quoteblock--light{padding-bottom:1.5rem;padding-top:1.5rem}}.lg\:quoteblock--light>p{font-size:1.3125rem;line-height:1.5;margin-bottom:0;margin-top:0;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.lg\:quoteblock--light>p{font-size:1.5rem;line-height:1.5}}.lg\:quoteblock--light>p:after,.lg\:quoteblock--light>p:before{--tw-content:none;content:var(--tw-content)}@media (min-width:768px){.lg\:quoteblock--light>p{padding-left:3.5rem;padding-right:3.5rem}}.lg\:quoteblock--light cite,.lg\:quoteblock--light footer{font-size:1.0625rem;font-style:normal;letter-spacing:.025em;line-height:1.5;margin-top:.5rem;text-align:center;text-decoration-line:none}@media (min-width:768px){.lg\:quoteblock--light cite,.lg\:quoteblock--light footer{font-size:1.25rem;line-height:1.6}}.lg\:quoteblock--light{--tw-text-opacity:1;color:rgb(247 247 255/var(--tw-text-opacity))}.lg\:quoteblock--light:after,.lg\:quoteblock--light:before{--tw-text-opacity:1;color:rgb(99 90 168/var(--tw-text-opacity));content:var(--tw-content)}.lg\:quoteblock--light>cite,.lg\:quoteblock--light>footer{--tw-text-opacity:1;color:rgb(230 231 231/var(--tw-text-opacity))}.lg\:quoteblock--light>p{text-decoration-color:#635aa8}}@media (min-width:1280px){.xl\:quoteblock{border-style:none;font-style:normal;margin-bottom:0;margin-top:0;padding-bottom:3.5rem;padding-left:0;padding-top:3.5rem;position:relative;quotes:"“""”""‘""’";text-align:center}.xl\:quoteblock:before{--tw-content:open-quote;content:var(--tw-content);display:block;font-size:3.5625rem;line-height:1;margin-bottom:-1.5rem}@media (min-width:768px){.xl\:quoteblock{padding-bottom:1.5rem;padding-top:1.5rem}}.xl\:quoteblock>p{font-size:1.3125rem;line-height:1.5;margin-bottom:0;margin-top:0;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.xl\:quoteblock>p{font-size:1.5rem;line-height:1.5}}.xl\:quoteblock>p:after,.xl\:quoteblock>p:before{--tw-content:none;content:var(--tw-content)}@media (min-width:768px){.xl\:quoteblock>p{padding-left:3.5rem;padding-right:3.5rem}}.xl\:quoteblock cite,.xl\:quoteblock footer{font-size:1.0625rem;font-style:normal;letter-spacing:.025em;line-height:1.5;margin-top:.5rem;text-align:center;text-decoration-line:none}@media (min-width:768px){.xl\:quoteblock cite,.xl\:quoteblock footer{font-size:1.25rem;line-height:1.6}}.xl\:quoteblock--dark{border-style:none;font-style:normal;margin-bottom:0;margin-top:0;padding-bottom:3.5rem;padding-left:0;padding-top:3.5rem;position:relative;quotes:"“""”""‘""’";text-align:center}.xl\:quoteblock--dark:before{--tw-content:open-quote;display:block;font-size:3.5625rem;line-height:1;margin-bottom:-1.5rem}@media (min-width:768px){.xl\:quoteblock--dark{padding-bottom:1.5rem;padding-top:1.5rem}}.xl\:quoteblock--dark>p{font-size:1.3125rem;line-height:1.5;margin-bottom:0;margin-top:0;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.xl\:quoteblock--dark>p{font-size:1.5rem;line-height:1.5}}.xl\:quoteblock--dark>p:after,.xl\:quoteblock--dark>p:before{--tw-content:none;content:var(--tw-content)}@media (min-width:768px){.xl\:quoteblock--dark>p{padding-left:3.5rem;padding-right:3.5rem}}.xl\:quoteblock--dark cite,.xl\:quoteblock--dark footer{font-size:1.0625rem;font-style:normal;letter-spacing:.025em;line-height:1.5;margin-top:.5rem;text-align:center;text-decoration-line:none}@media (min-width:768px){.xl\:quoteblock--dark cite,.xl\:quoteblock--dark footer{font-size:1.25rem;line-height:1.6}}.xl\:quoteblock--dark{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.xl\:quoteblock--dark:after,.xl\:quoteblock--dark:before{--tw-text-opacity:1;color:rgb(78 75 132/var(--tw-text-opacity));content:var(--tw-content)}.xl\:quoteblock--dark>cite,.xl\:quoteblock--dark>footer{--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.xl\:quoteblock--dark>p{text-decoration-color:#635aa8}.xl\:quoteblock--light{border-style:none;font-style:normal;margin-bottom:0;margin-top:0;padding-bottom:3.5rem;padding-left:0;padding-top:3.5rem;position:relative;quotes:"“""”""‘""’";text-align:center}.xl\:quoteblock--light:before{--tw-content:open-quote;display:block;font-size:3.5625rem;line-height:1;margin-bottom:-1.5rem}@media (min-width:768px){.xl\:quoteblock--light{padding-bottom:1.5rem;padding-top:1.5rem}}.xl\:quoteblock--light>p{font-size:1.3125rem;line-height:1.5;margin-bottom:0;margin-top:0;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.xl\:quoteblock--light>p{font-size:1.5rem;line-height:1.5}}.xl\:quoteblock--light>p:after,.xl\:quoteblock--light>p:before{--tw-content:none;content:var(--tw-content)}@media (min-width:768px){.xl\:quoteblock--light>p{padding-left:3.5rem;padding-right:3.5rem}}.xl\:quoteblock--light cite,.xl\:quoteblock--light footer{font-size:1.0625rem;font-style:normal;letter-spacing:.025em;line-height:1.5;margin-top:.5rem;text-align:center;text-decoration-line:none}@media (min-width:768px){.xl\:quoteblock--light cite,.xl\:quoteblock--light footer{font-size:1.25rem;line-height:1.6}}.xl\:quoteblock--light{--tw-text-opacity:1;color:rgb(247 247 255/var(--tw-text-opacity))}.xl\:quoteblock--light:after,.xl\:quoteblock--light:before{--tw-text-opacity:1;color:rgb(99 90 168/var(--tw-text-opacity));content:var(--tw-content)}.xl\:quoteblock--light>cite,.xl\:quoteblock--light>footer{--tw-text-opacity:1;color:rgb(230 231 231/var(--tw-text-opacity))}.xl\:quoteblock--light>p{text-decoration-color:#635aa8}}@media (min-width:1536px){.\32xl\:quoteblock{border-style:none;font-style:normal;margin-bottom:0;margin-top:0;padding-bottom:3.5rem;padding-left:0;padding-top:3.5rem;position:relative;quotes:"“""”""‘""’";text-align:center}.\32xl\:quoteblock:before{--tw-content:open-quote;content:var(--tw-content);display:block;font-size:3.5625rem;line-height:1;margin-bottom:-1.5rem}@media (min-width:768px){.\32xl\:quoteblock{padding-bottom:1.5rem;padding-top:1.5rem}}.\32xl\:quoteblock>p{font-size:1.3125rem;line-height:1.5;margin-bottom:0;margin-top:0;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.\32xl\:quoteblock>p{font-size:1.5rem;line-height:1.5}}.\32xl\:quoteblock>p:after,.\32xl\:quoteblock>p:before{--tw-content:none;content:var(--tw-content)}@media (min-width:768px){.\32xl\:quoteblock>p{padding-left:3.5rem;padding-right:3.5rem}}.\32xl\:quoteblock cite,.\32xl\:quoteblock footer{font-size:1.0625rem;font-style:normal;letter-spacing:.025em;line-height:1.5;margin-top:.5rem;text-align:center;text-decoration-line:none}@media (min-width:768px){.\32xl\:quoteblock cite,.\32xl\:quoteblock footer{font-size:1.25rem;line-height:1.6}}.\32xl\:quoteblock--dark{border-style:none;font-style:normal;margin-bottom:0;margin-top:0;padding-bottom:3.5rem;padding-left:0;padding-top:3.5rem;position:relative;quotes:"“""”""‘""’";text-align:center}.\32xl\:quoteblock--dark:before{--tw-content:open-quote;display:block;font-size:3.5625rem;line-height:1;margin-bottom:-1.5rem}@media (min-width:768px){.\32xl\:quoteblock--dark{padding-bottom:1.5rem;padding-top:1.5rem}}.\32xl\:quoteblock--dark>p{font-size:1.3125rem;line-height:1.5;margin-bottom:0;margin-top:0;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.\32xl\:quoteblock--dark>p{font-size:1.5rem;line-height:1.5}}.\32xl\:quoteblock--dark>p:after,.\32xl\:quoteblock--dark>p:before{--tw-content:none;content:var(--tw-content)}@media (min-width:768px){.\32xl\:quoteblock--dark>p{padding-left:3.5rem;padding-right:3.5rem}}.\32xl\:quoteblock--dark cite,.\32xl\:quoteblock--dark footer{font-size:1.0625rem;font-style:normal;letter-spacing:.025em;line-height:1.5;margin-top:.5rem;text-align:center;text-decoration-line:none}@media (min-width:768px){.\32xl\:quoteblock--dark cite,.\32xl\:quoteblock--dark footer{font-size:1.25rem;line-height:1.6}}.\32xl\:quoteblock--dark{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.\32xl\:quoteblock--dark:after,.\32xl\:quoteblock--dark:before{--tw-text-opacity:1;color:rgb(78 75 132/var(--tw-text-opacity));content:var(--tw-content)}.\32xl\:quoteblock--dark>cite,.\32xl\:quoteblock--dark>footer{--tw-text-opacity:1;color:rgb(76 79 82/var(--tw-text-opacity))}.\32xl\:quoteblock--dark>p{text-decoration-color:#635aa8}.\32xl\:quoteblock--light{border-style:none;font-style:normal;margin-bottom:0;margin-top:0;padding-bottom:3.5rem;padding-left:0;padding-top:3.5rem;position:relative;quotes:"“""”""‘""’";text-align:center}.\32xl\:quoteblock--light:before{--tw-content:open-quote;display:block;font-size:3.5625rem;line-height:1;margin-bottom:-1.5rem}@media (min-width:768px){.\32xl\:quoteblock--light{padding-bottom:1.5rem;padding-top:1.5rem}}.\32xl\:quoteblock--light>p{font-size:1.3125rem;line-height:1.5;margin-bottom:0;margin-top:0;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.\32xl\:quoteblock--light>p{font-size:1.5rem;line-height:1.5}}.\32xl\:quoteblock--light>p:after,.\32xl\:quoteblock--light>p:before{--tw-content:none;content:var(--tw-content)}@media (min-width:768px){.\32xl\:quoteblock--light>p{padding-left:3.5rem;padding-right:3.5rem}}.\32xl\:quoteblock--light cite,.\32xl\:quoteblock--light footer{font-size:1.0625rem;font-style:normal;letter-spacing:.025em;line-height:1.5;margin-top:.5rem;text-align:center;text-decoration-line:none}@media (min-width:768px){.\32xl\:quoteblock--light cite,.\32xl\:quoteblock--light footer{font-size:1.25rem;line-height:1.6}}.\32xl\:quoteblock--light{--tw-text-opacity:1;color:rgb(247 247 255/var(--tw-text-opacity))}.\32xl\:quoteblock--light:after,.\32xl\:quoteblock--light:before{--tw-text-opacity:1;color:rgb(99 90 168/var(--tw-text-opacity));content:var(--tw-content)}.\32xl\:quoteblock--light>cite,.\32xl\:quoteblock--light>footer{--tw-text-opacity:1;color:rgb(230 231 231/var(--tw-text-opacity))}.\32xl\:quoteblock--light>p{text-decoration-color:#635aa8}}.placeholder\:text-grayscale-60::-moz-placeholder{--tw-text-opacity:1;color:rgb(112 116 121/var(--tw-text-opacity))}.placeholder\:text-grayscale-60::placeholder{--tw-text-opacity:1;color:rgb(112 116 121/var(--tw-text-opacity))}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:bottom-0:after{bottom:0;content:var(--tw-content)}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:size-1:after{content:var(--tw-content);height:.25rem;width:.25rem}.after\:-translate-x-1\/2:after{--tw-translate-x:-50%;content:var(--tw-content);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.after\:rounded-full:after{border-radius:9999px;content:var(--tw-content)}.after\:bg-primary-60:after{--tw-bg-opacity:1;background-color:rgb(78 75 132/var(--tw-bg-opacity));content:var(--tw-content)}.after\:content-\[\"\"\]:after{--tw-content:"";content:var(--tw-content)}.first\:mt-0:first-child{margin-top:0}.last\:mb-0:last-child{margin-bottom:0}.last\:border-b-0:last-child{border-bottom-width:0}.focus-within\:static:focus-within{position:static}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.focus-within\:my-0:focus-within{margin-bottom:0;margin-top:0}.focus-within\:my-0\.5:focus-within{margin-bottom:.125rem;margin-top:.125rem}.focus-within\:h-fit:focus-within{height:-moz-fit-content;height:fit-content}.focus-within\:w-full:focus-within{width:100%}.focus-within\:scale-x-100:focus-within{--tw-scale-x:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.focus-within\:border-primary-100:focus-within{--tw-border-opacity:1;border-color:rgb(41 38 64/var(--tw-border-opacity))}.focus-within\:border-primary-60:focus-within{--tw-border-opacity:1;border-color:rgb(78 75 132/var(--tw-border-opacity))}.focus-within\:p-0:focus-within{padding:0}.focus-within\:p-0\.5:focus-within{padding:.125rem}.focus-within\:opacity-100:focus-within{opacity:1}.focus-within\:outline:focus-within{outline-style:solid}.focus-within\:outline-1:focus-within{outline-width:1px}.focus-within\:outline-primary-60:focus-within{outline-color:#4e4b84}.focus-within\:ring:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-within\:ring-1:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-within\:ring-primary-60:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(78 75 132/var(--tw-ring-opacity))}.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-primary-60:hover{--tw-border-opacity:1;border-color:rgb(78 75 132/var(--tw-border-opacity))}.hover\:border-opacity-100:hover{--tw-border-opacity:1}.hover\:bg-surface:hover{--tw-bg-opacity:1;background-color:rgb(247 247 255/var(--tw-bg-opacity))}.hover\:text-primary-60:hover{--tw-text-opacity:1;color:rgb(78 75 132/var(--tw-text-opacity))}.hover\:text-text-light:hover{--tw-text-opacity:1;color:rgb(247 247 255/var(--tw-text-opacity))}.hover\:\!no-underline:hover{text-decoration-line:none!important}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:not-sr-only:focus{clip:auto;height:auto;margin:0;overflow:visible;padding:0;position:static;white-space:normal;width:auto}.focus\:absolute:focus{position:absolute}.focus\:left-0:focus{left:0}.focus\:right-0:focus{right:0}.focus\:border-primary-60:focus{--tw-border-opacity:1;border-color:rgb(78 75 132/var(--tw-border-opacity))}.focus\:p-4:focus{padding:1rem}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline:focus{outline-style:solid}.focus\:outline-primary-60:focus{outline-color:#4e4b84}.focus\:ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-accent1-80:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(227 31 98/var(--tw-ring-opacity))}.focus\:ring-primary-60:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(78 75 132/var(--tw-ring-opacity))}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.active\:bg-primary-60:active{--tw-bg-opacity:1;background-color:rgb(78 75 132/var(--tw-bg-opacity))}.active\:text-text-light:active{--tw-text-opacity:1;color:rgb(247 247 255/var(--tw-text-opacity))}.enabled\:hover\:border-primary-60:hover:enabled{--tw-border-opacity:1;border-color:rgb(78 75 132/var(--tw-border-opacity))}.enabled\:hover\:bg-primary-60:hover:enabled{--tw-bg-opacity:1;background-color:rgb(78 75 132/var(--tw-bg-opacity))}.enabled\:hover\:text-primary-60:hover:enabled{--tw-text-opacity:1;color:rgb(78 75 132/var(--tw-text-opacity))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:border-grayscale-20:disabled{--tw-border-opacity:1;border-color:rgb(230 231 231/var(--tw-border-opacity))}.disabled\:bg-grayscale-20:disabled{--tw-bg-opacity:1;background-color:rgb(230 231 231/var(--tw-bg-opacity))}.disabled\:text-grayscale-40:disabled{--tw-text-opacity:1;color:rgb(173 176 179/var(--tw-text-opacity))}.disabled\:opacity-0:disabled{opacity:0}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.group:first-child .group-first\:rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.group:first-child .group-first\:pt-2{padding-top:.5rem}.group:last-child .group-last\:rounded-b-md{border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem}.group:last-child .group-last\:pb-2{padding-bottom:.5rem}.group:hover .group-hover\:translate-x-full{--tw-translate-x:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-background{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.group:hover .group-hover\:opacity-100{opacity:1}.group:enabled:hover .group-enabled\:group-hover\:text-text-light{--tw-text-opacity:1;color:rgb(247 247 255/var(--tw-text-opacity))}.group:disabled .group-disabled\:hidden{display:none}.peer:-moz-placeholder-shown~.peer-placeholder-shown\:inline-block{display:inline-block}.peer:placeholder-shown~.peer-placeholder-shown\:inline-block{display:inline-block}.aria-selected\:bg-grayscale-20[aria-selected=true]{--tw-bg-opacity:1;background-color:rgb(230 231 231/var(--tw-bg-opacity))}.aria-selected\:text-grayscale-60[aria-selected=true]{--tw-text-opacity:1;color:rgb(112 116 121/var(--tw-text-opacity))}.aria-selected\:text-text-dark[aria-selected=true]{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.aria-selected\:opacity-100[aria-selected=true]{opacity:1}.peer[aria-expanded=true]~.peer-aria-expanded\:max-h-\[100vh\]{max-height:100vh}.peer[aria-expanded=true]~.peer-aria-expanded\:pb-4{padding-bottom:1rem}.prose-p\:text-center :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){text-align:center}@container (min-width: 430px){.\@mobile_large\:mx-0{margin-left:0;margin-right:0}.\@mobile_large\:flex-row{flex-direction:row}.\@mobile_large\:items-center{align-items:center}}@container (min-width: 512px){.\@xs\:my-auto{margin-bottom:auto;margin-top:auto}.\@xs\:h-fit{height:-moz-fit-content;height:fit-content}.\@xs\:h-full{height:100%}.\@xs\:w-1\/3{width:33.333333%}.\@xs\:w-\[33\%\]{width:33%}.\@xs\:flex-row{flex-direction:row}.\@xs\:justify-center{justify-content:center}}@container (min-width: 640px){.\@sm\:mx-0{margin-left:0;margin-right:0}.\@sm\:mt-0{margin-top:0}.\@sm\:inline-block{display:inline-block}.\@sm\:hidden{display:none}.\@sm\:aspect-4\/3{aspect-ratio:4/3}.\@sm\:w-fit{width:-moz-fit-content;width:fit-content}.\@sm\:min-w-\[300px\]{min-width:300px}.\@sm\:shrink{flex-shrink:1}.\@sm\:grow{flex-grow:1}.\@sm\:basis-5\/12{flex-basis:41.666667%}.\@sm\:basis-7\/12{flex-basis:58.333333%}.\@sm\:basis-auto{flex-basis:auto}.\@sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.\@sm\:flex-row{flex-direction:row}.\@sm\:flex-row-reverse{flex-direction:row-reverse}.\@sm\:items-start{align-items:flex-start}.\@sm\:justify-normal{justify-content:normal}.\@sm\:text-left{text-align:left}}@container (min-width: 768px){.\@md\:mt-7{margin-top:1.75rem}.\@md\:basis-auto{flex-basis:auto}.\@md\:flex-row{flex-direction:row}.\@md\:items-center{align-items:center}.\@md\:justify-between{justify-content:space-between}.\@md\:gap-6{gap:1.5rem}}@container (min-width: 1024px){.\@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}}@container (min-width: 1280px){.\@xl\:basis-2\/5{flex-basis:40%}.\@xl\:basis-3\/5{flex-basis:60%}}.hocus\:border-accent1-60:hover{--tw-border-opacity:1;border-color:rgb(243 52 127/var(--tw-border-opacity))}.hocus\:border-primary-60:hover{--tw-border-opacity:1;border-color:rgb(78 75 132/var(--tw-border-opacity))}.hocus\:bg-accent1-60:hover{--tw-bg-opacity:1;background-color:rgb(243 52 127/var(--tw-bg-opacity))}.hocus\:bg-grayscale-20:hover{--tw-bg-opacity:1;background-color:rgb(230 231 231/var(--tw-bg-opacity))}.hocus\:bg-primary-60:hover{--tw-bg-opacity:1;background-color:rgb(78 75 132/var(--tw-bg-opacity))}.hocus\:text-primary-60:hover{--tw-text-opacity:1;color:rgb(78 75 132/var(--tw-text-opacity))}.hocus\:text-text-light:hover{--tw-text-opacity:1;color:rgb(247 247 255/var(--tw-text-opacity))}.hocus\:underline:hover{text-decoration-line:underline}.hocus\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--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)}.hocus\:border-accent1-60:focus{--tw-border-opacity:1;border-color:rgb(243 52 127/var(--tw-border-opacity))}.hocus\:border-primary-60:focus{--tw-border-opacity:1;border-color:rgb(78 75 132/var(--tw-border-opacity))}.hocus\:bg-accent1-60:focus{--tw-bg-opacity:1;background-color:rgb(243 52 127/var(--tw-bg-opacity))}.hocus\:bg-grayscale-20:focus{--tw-bg-opacity:1;background-color:rgb(230 231 231/var(--tw-bg-opacity))}.hocus\:bg-primary-60:focus{--tw-bg-opacity:1;background-color:rgb(78 75 132/var(--tw-bg-opacity))}.hocus\:text-primary-60:focus{--tw-text-opacity:1;color:rgb(78 75 132/var(--tw-text-opacity))}.hocus\:text-text-light:focus{--tw-text-opacity:1;color:rgb(247 247 255/var(--tw-text-opacity))}.hocus\:underline:focus{text-decoration-line:underline}.hocus\:shadow-sm:focus{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--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)}.group:hover .group-hocus-within\:bg-primary-60{--tw-bg-opacity:1;background-color:rgb(78 75 132/var(--tw-bg-opacity))}.group:hover .group-hocus-within\:text-grayscale-20{--tw-text-opacity:1;color:rgb(230 231 231/var(--tw-text-opacity))}.group:hover .group-hocus-within\:text-text-light{--tw-text-opacity:1;color:rgb(247 247 255/var(--tw-text-opacity))}.group:hover .group-hocus-within\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.group:focus-within .group-hocus-within\:bg-primary-60{--tw-bg-opacity:1;background-color:rgb(78 75 132/var(--tw-bg-opacity))}.group:focus-within .group-hocus-within\:text-grayscale-20{--tw-text-opacity:1;color:rgb(230 231 231/var(--tw-text-opacity))}.group:focus-within .group-hocus-within\:text-text-light{--tw-text-opacity:1;color:rgb(247 247 255/var(--tw-text-opacity))}.group:focus-within .group-hocus-within\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}@media (min-width:320px){.mobile_small\:col-span-1{grid-column:span 1/span 1}.mobile_small\:col-span-10{grid-column:span 10/span 10}.mobile_small\:col-span-11{grid-column:span 11/span 11}.mobile_small\:col-span-12{grid-column:span 12/span 12}.mobile_small\:col-span-2{grid-column:span 2/span 2}.mobile_small\:col-span-3{grid-column:span 3/span 3}.mobile_small\:col-span-4{grid-column:span 4/span 4}.mobile_small\:col-span-5{grid-column:span 5/span 5}.mobile_small\:col-span-6{grid-column:span 6/span 6}.mobile_small\:col-span-7{grid-column:span 7/span 7}.mobile_small\:col-span-8{grid-column:span 8/span 8}.mobile_small\:col-span-9{grid-column:span 9/span 9}.mobile_small\:col-span-full{grid-column:1/-1}.mobile_small\:block{display:block}.mobile_small\:inline-block{display:inline-block}.mobile_small\:flex{display:flex}.mobile_small\:inline-flex{display:inline-flex}.mobile_small\:hidden{display:none}.mobile_small\:flex-1{flex:1 1 0%}.mobile_small\:flex-4{flex:4 4 0%}.mobile_small\:flex-shrink{flex-shrink:1}.mobile_small\:flex-shrink-0{flex-shrink:0}.mobile_small\:flex-grow{flex-grow:1}.mobile_small\:flex-grow-0{flex-grow:0}.mobile_small\:flex-row{flex-direction:row}.mobile_small\:flex-row-reverse{flex-direction:row-reverse}.mobile_small\:flex-col{flex-direction:column}.mobile_small\:flex-col-reverse{flex-direction:column-reverse}.mobile_small\:flex-wrap{flex-wrap:wrap}.mobile_small\:flex-wrap-reverse{flex-wrap:wrap-reverse}.mobile_small\:flex-nowrap{flex-wrap:nowrap}.mobile_small\:overflow-hidden{overflow:hidden}.mobile_small\:overflow-x-hidden{overflow-x:hidden}.mobile_small\:overflow-y-hidden{overflow-y:hidden}.mobile_small\:border-hidden{border-style:hidden}}@media (min-width:430px){.mobile_large\:bottom-auto{bottom:auto}.mobile_large\:col-span-1{grid-column:span 1/span 1}.mobile_large\:col-span-10{grid-column:span 10/span 10}.mobile_large\:col-span-11{grid-column:span 11/span 11}.mobile_large\:col-span-12{grid-column:span 12/span 12}.mobile_large\:col-span-2{grid-column:span 2/span 2}.mobile_large\:col-span-3{grid-column:span 3/span 3}.mobile_large\:col-span-4{grid-column:span 4/span 4}.mobile_large\:col-span-5{grid-column:span 5/span 5}.mobile_large\:col-span-6{grid-column:span 6/span 6}.mobile_large\:col-span-7{grid-column:span 7/span 7}.mobile_large\:col-span-8{grid-column:span 8/span 8}.mobile_large\:col-span-9{grid-column:span 9/span 9}.mobile_large\:col-span-full{grid-column:1/-1}.mobile_large\:mt-14{margin-top:3.5rem}.mobile_large\:mt-8{margin-top:2rem}.mobile_large\:block{display:block}.mobile_large\:inline-block{display:inline-block}.mobile_large\:flex{display:flex}.mobile_large\:inline-flex{display:inline-flex}.mobile_large\:hidden{display:none}.mobile_large\:aspect-4\/3{aspect-ratio:4/3}.mobile_large\:h-24{height:6rem}.mobile_large\:w-24{width:6rem}.mobile_large\:w-fit{width:-moz-fit-content;width:fit-content}.mobile_large\:min-w-\[290px\]{min-width:290px}.mobile_large\:flex-1{flex:1 1 0%}.mobile_large\:flex-4{flex:4 4 0%}.mobile_large\:flex-shrink{flex-shrink:1}.mobile_large\:flex-shrink-0{flex-shrink:0}.mobile_large\:flex-grow{flex-grow:1}.mobile_large\:flex-grow-0{flex-grow:0}.mobile_large\:flex-row{flex-direction:row}.mobile_large\:flex-row-reverse{flex-direction:row-reverse}.mobile_large\:flex-col{flex-direction:column}.mobile_large\:flex-col-reverse{flex-direction:column-reverse}.mobile_large\:flex-wrap{flex-wrap:wrap}.mobile_large\:flex-wrap-reverse{flex-wrap:wrap-reverse}.mobile_large\:flex-nowrap{flex-wrap:nowrap}.mobile_large\:gap-4{gap:1rem}.mobile_large\:gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.mobile_large\:overflow-hidden{overflow:hidden}.mobile_large\:overflow-x-hidden{overflow-x:hidden}.mobile_large\:overflow-y-hidden{overflow-y:hidden}.mobile_large\:border-hidden{border-style:hidden}.mobile_large\:px-5{padding-left:1.25rem;padding-right:1.25rem}.mobile_large\:py-1{padding-bottom:.25rem;padding-top:.25rem}.mobile_large\:py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.mobile_large\:pb-12{padding-bottom:3rem}.mobile_large\:pl-10{padding-left:2.5rem}.mobile_large\:text-right{text-align:right}.mobile_large\:\@container{container-type:inline-size}}@media (min-width:640px){.sm\:col-span-1{grid-column:span 1/span 1}.sm\:col-span-10{grid-column:span 10/span 10}.sm\:col-span-11{grid-column:span 11/span 11}.sm\:col-span-12{grid-column:span 12/span 12}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:col-span-3{grid-column:span 3/span 3}.sm\:col-span-4{grid-column:span 4/span 4}.sm\:col-span-5{grid-column:span 5/span 5}.sm\:col-span-6{grid-column:span 6/span 6}.sm\:col-span-7{grid-column:span 7/span 7}.sm\:col-span-8{grid-column:span 8/span 8}.sm\:col-span-9{grid-column:span 9/span 9}.sm\:col-span-full{grid-column:1/-1}.sm\:mt-1{margin-top:.25rem}.sm\:line-clamp-2{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden}.sm\:block{display:block}.sm\:inline-block{display:inline-block}.sm\:flex{display:flex}.sm\:inline-flex{display:inline-flex}.sm\:grid{display:grid}.sm\:hidden{display:none}.sm\:aspect-7\/6{aspect-ratio:7/6}.sm\:h-\[100px\]{height:100px}.sm\:h-\[128px\]{height:128px}.sm\:h-\[80px\]{height:80px}.sm\:w-\[100px\]{width:100px}.sm\:w-\[128px\]{width:128px}.sm\:w-\[33\%\]{width:33%}.sm\:w-\[80px\]{width:80px}.sm\:flex-1{flex:1 1 0%}.sm\:flex-4{flex:4 4 0%}.sm\:flex-shrink{flex-shrink:1}.sm\:flex-shrink-0{flex-shrink:0}.sm\:flex-grow{flex-grow:1}.sm\:flex-grow-0{flex-grow:0}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-row-reverse{flex-direction:row-reverse}.sm\:flex-col{flex-direction:column}.sm\:flex-col-reverse{flex-direction:column-reverse}.sm\:flex-wrap{flex-wrap:wrap}.sm\:flex-wrap-reverse{flex-wrap:wrap-reverse}.sm\:flex-nowrap{flex-wrap:nowrap}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-2{gap:.5rem}.sm\:gap-3{gap:.75rem}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.sm\:overflow-hidden{overflow:hidden}.sm\:overflow-x-hidden{overflow-x:hidden}.sm\:overflow-y-hidden{overflow-y:hidden}.sm\:border-hidden{border-style:hidden}.sm\:p-12{padding:3rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:pb-0{padding-bottom:0}.sm\:text-lg{font-size:1.3125rem;line-height:1.5}}@media (min-width:768px){.md\:absolute{position:absolute}.md\:relative{position:relative}.md\:bottom-0{bottom:0}.md\:left-5{left:1.25rem}.md\:left-7{left:1.75rem}.md\:right-5{right:1.25rem}.md\:top-0{top:0}.md\:top-10{top:2.5rem}.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-10{grid-column:span 10/span 10}.md\:col-span-11{grid-column:span 11/span 11}.md\:col-span-12{grid-column:span 12/span 12}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-4{grid-column:span 4/span 4}.md\:col-span-5{grid-column:span 5/span 5}.md\:col-span-6{grid-column:span 6/span 6}.md\:col-span-7{grid-column:span 7/span 7}.md\:col-span-8{grid-column:span 8/span 8}.md\:col-span-9{grid-column:span 9/span 9}.md\:col-span-full{grid-column:1/-1}.md\:mb-2{margin-bottom:.5rem}.md\:mb-20{margin-bottom:5rem}.md\:mt-7{margin-top:1.75rem}.md\:block{display:block}.md\:inline-block{display:inline-block}.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:max-w-full{max-width:100%}.md\:flex-1{flex:1 1 0%}.md\:flex-4{flex:4 4 0%}.md\:flex-shrink{flex-shrink:1}.md\:flex-shrink-0{flex-shrink:0}.md\:flex-grow{flex-grow:1}.md\:flex-grow-0{flex-grow:0}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:flex-col{flex-direction:column}.md\:flex-col-reverse{flex-direction:column-reverse}.md\:flex-wrap{flex-wrap:wrap}.md\:flex-wrap-reverse{flex-wrap:wrap-reverse}.md\:flex-nowrap{flex-wrap:nowrap}.md\:justify-start{justify-content:flex-start}.md\:justify-center{justify-content:center}.md\:gap-10{gap:2.5rem}.md\:gap-12{gap:3rem}.md\:gap-5{gap:1.25rem}.md\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.md\:space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(3rem*var(--tw-space-y-reverse));margin-top:calc(3rem*(1 - var(--tw-space-y-reverse)))}.md\:space-y-9>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2.25rem*var(--tw-space-y-reverse));margin-top:calc(2.25rem*(1 - var(--tw-space-y-reverse)))}.md\:overflow-hidden{overflow:hidden}.md\:overflow-x-hidden{overflow-x:hidden}.md\:overflow-y-hidden{overflow-y:hidden}.md\:rounded-3xl{border-radius:1.5rem}.md\:border-hidden{border-style:hidden}.md\:px-14{padding-left:3.5rem;padding-right:3.5rem}.md\:px-3{padding-left:.75rem;padding-right:.75rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-10{padding-bottom:2.5rem;padding-top:2.5rem}.md\:py-12{padding-bottom:3rem;padding-top:3rem}.md\:py-14{padding-bottom:3.5rem;padding-top:3.5rem}.md\:py-36{padding-bottom:9rem;padding-top:9rem}.md\:py-4{padding-bottom:1rem;padding-top:1rem}.md\:py-6{padding-bottom:1.5rem;padding-top:1.5rem}.md\:pb-5{padding-bottom:1.25rem}.md\:pl-16{padding-left:4rem}.md\:pl-28{padding-left:7rem}.md\:pl-8{padding-left:2rem}.md\:pr-48{padding-right:12rem}.md\:pr-6{padding-right:1.5rem}.md\:pr-8{padding-right:2rem}.md\:pt-10{padding-top:2.5rem}.md\:text-left{text-align:left}.md\:text-start{text-align:start}.md\:text-3xl{font-size:1.75rem;line-height:1.5}.md\:text-4xl{font-size:1.875rem;line-height:1.5}.md\:text-xl{font-size:1.5rem;line-height:1.5}.md\:prose-p\:text-left :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){text-align:left}}@media (min-width:1024px){.lg\:static{position:static}.lg\:col-span-1{grid-column:span 1/span 1}.lg\:col-span-10{grid-column:span 10/span 10}.lg\:col-span-11{grid-column:span 11/span 11}.lg\:col-span-12{grid-column:span 12/span 12}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:col-span-4{grid-column:span 4/span 4}.lg\:col-span-5{grid-column:span 5/span 5}.lg\:col-span-6{grid-column:span 6/span 6}.lg\:col-span-7{grid-column:span 7/span 7}.lg\:col-span-8{grid-column:span 8/span 8}.lg\:col-span-9{grid-column:span 9/span 9}.lg\:col-span-full{grid-column:1/-1}.lg\:m-0{margin:0}.lg\:mb-12{margin-bottom:3rem}.lg\:mb-14{margin-bottom:3.5rem}.lg\:mt-14{margin-top:3.5rem}.lg\:block{display:block}.lg\:inline-block{display:inline-block}.lg\:flex{display:flex}.lg\:inline-flex{display:inline-flex}.lg\:hidden{display:none}.lg\:h-\[--header-height-desktop\]{height:var(--header-height-desktop)}.lg\:h-fit{height:-moz-fit-content;height:fit-content}.lg\:max-h-fit{max-height:-moz-fit-content;max-height:fit-content}.lg\:flex-1{flex:1 1 0%}.lg\:flex-4{flex:4 4 0%}.lg\:flex-shrink{flex-shrink:1}.lg\:flex-shrink-0{flex-shrink:0}.lg\:flex-grow{flex-grow:1}.lg\:flex-grow-0{flex-grow:0}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:flex-row-reverse{flex-direction:row-reverse}.lg\:flex-col{flex-direction:column}.lg\:flex-col-reverse{flex-direction:column-reverse}.lg\:flex-wrap{flex-wrap:wrap}.lg\:flex-wrap-reverse{flex-wrap:wrap-reverse}.lg\:flex-nowrap{flex-wrap:nowrap}.lg\:justify-center{justify-content:center}.lg\:space-y-9>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2.25rem*var(--tw-space-y-reverse));margin-top:calc(2.25rem*(1 - var(--tw-space-y-reverse)))}.lg\:overflow-hidden{overflow:hidden}.lg\:overflow-x-hidden{overflow-x:hidden}.lg\:overflow-y-hidden{overflow-y:hidden}.lg\:rounded-b-2xl{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.lg\:border-hidden{border-style:hidden}.lg\:px-14{padding-left:3.5rem;padding-right:3.5rem}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:px-9{padding-left:2.25rem;padding-right:2.25rem}.lg\:py-12{padding-bottom:3rem;padding-top:3rem}.lg\:py-14{padding-bottom:3.5rem;padding-top:3.5rem}.lg\:pb-10{padding-bottom:2.5rem}.lg\:pb-14{padding-bottom:3.5rem}.lg\:pt-20{padding-top:5rem}.lg\:text-center{text-align:center}.lg\:text-2xl{font-size:1.625rem;line-height:1.5}.lg\:text-xl{font-size:1.5rem;line-height:1.5}.group:hover .lg\:group-hover\:opacity-100,.group\/langselecter:hover .lg\:group-hover\/langselecter\:opacity-100{opacity:1}}@media (min-width:1280px){.xl\:col-span-1{grid-column:span 1/span 1}.xl\:col-span-10{grid-column:span 10/span 10}.xl\:col-span-11{grid-column:span 11/span 11}.xl\:col-span-12{grid-column:span 12/span 12}.xl\:col-span-2{grid-column:span 2/span 2}.xl\:col-span-3{grid-column:span 3/span 3}.xl\:col-span-4{grid-column:span 4/span 4}.xl\:col-span-5{grid-column:span 5/span 5}.xl\:col-span-6{grid-column:span 6/span 6}.xl\:col-span-7{grid-column:span 7/span 7}.xl\:col-span-8{grid-column:span 8/span 8}.xl\:col-span-9{grid-column:span 9/span 9}.xl\:col-span-full{grid-column:1/-1}.xl\:block{display:block}.xl\:inline-block{display:inline-block}.xl\:flex{display:flex}.xl\:inline-flex{display:inline-flex}.xl\:hidden{display:none}.xl\:flex-1{flex:1 1 0%}.xl\:flex-4{flex:4 4 0%}.xl\:flex-shrink{flex-shrink:1}.xl\:flex-shrink-0{flex-shrink:0}.xl\:flex-grow{flex-grow:1}.xl\:flex-grow-0{flex-grow:0}.xl\:flex-row{flex-direction:row}.xl\:flex-row-reverse{flex-direction:row-reverse}.xl\:flex-col{flex-direction:column}.xl\:flex-col-reverse{flex-direction:column-reverse}.xl\:flex-wrap{flex-wrap:wrap}.xl\:flex-wrap-reverse{flex-wrap:wrap-reverse}.xl\:flex-nowrap{flex-wrap:nowrap}.xl\:gap-9{gap:2.25rem}.xl\:overflow-hidden{overflow:hidden}.xl\:overflow-x-hidden{overflow-x:hidden}.xl\:overflow-y-hidden{overflow-y:hidden}.xl\:border-hidden{border-style:hidden}}@media (min-width:1536px){.\32xl\:col-span-1{grid-column:span 1/span 1}.\32xl\:col-span-10{grid-column:span 10/span 10}.\32xl\:col-span-11{grid-column:span 11/span 11}.\32xl\:col-span-12{grid-column:span 12/span 12}.\32xl\:col-span-2{grid-column:span 2/span 2}.\32xl\:col-span-3{grid-column:span 3/span 3}.\32xl\:col-span-4{grid-column:span 4/span 4}.\32xl\:col-span-5{grid-column:span 5/span 5}.\32xl\:col-span-6{grid-column:span 6/span 6}.\32xl\:col-span-7{grid-column:span 7/span 7}.\32xl\:col-span-8{grid-column:span 8/span 8}.\32xl\:col-span-9{grid-column:span 9/span 9}.\32xl\:col-span-full{grid-column:1/-1}.\32xl\:block{display:block}.\32xl\:inline-block{display:inline-block}.\32xl\:flex{display:flex}.\32xl\:inline-flex{display:inline-flex}.\32xl\:hidden{display:none}.\32xl\:flex-1{flex:1 1 0%}.\32xl\:flex-4{flex:4 4 0%}.\32xl\:flex-shrink{flex-shrink:1}.\32xl\:flex-shrink-0{flex-shrink:0}.\32xl\:flex-grow{flex-grow:1}.\32xl\:flex-grow-0{flex-grow:0}.\32xl\:flex-row{flex-direction:row}.\32xl\:flex-row-reverse{flex-direction:row-reverse}.\32xl\:flex-col{flex-direction:column}.\32xl\:flex-col-reverse{flex-direction:column-reverse}.\32xl\:flex-wrap{flex-wrap:wrap}.\32xl\:flex-wrap-reverse{flex-wrap:wrap-reverse}.\32xl\:flex-nowrap{flex-wrap:nowrap}.\32xl\:overflow-hidden{overflow:hidden}.\32xl\:overflow-x-hidden{overflow-x:hidden}.\32xl\:overflow-y-hidden{overflow-y:hidden}.\32xl\:border-hidden{border-style:hidden}}.\[\&\:has\(\>\.day-range-end\)\]\:rounded-r-md:has(>.day-range-end){border-bottom-right-radius:.375rem;border-top-right-radius:.375rem}.\[\&\:has\(\>\.day-range-start\)\]\:rounded-l-md:has(>.day-range-start){border-bottom-left-radius:.375rem;border-top-left-radius:.375rem}.\[\&\:has\(\[aria-selected\]\)\]\:rounded-full:has([aria-selected]){border-radius:9999px}.\[\&\:has\(\[aria-selected\]\)\]\:bg-background:has([aria-selected]){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.\[\&\:has\(\[aria-selected\]\)\]\:bg-grayscale-20:has([aria-selected]){--tw-bg-opacity:1;background-color:rgb(230 231 231/var(--tw-bg-opacity))}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-bottom-left-radius:.375rem;border-top-left-radius:.375rem}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-bottom-right-radius:.375rem;border-top-right-radius:.375rem}.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-bottom-right-radius:.375rem;border-top-right-radius:.375rem}.\[\&\>\*\]\:h-full>*{height:100%}.\[\&\>\*\]\:snap-center>*{scroll-snap-align:center}.\[\&\>\*\]\:snap-normal>*{scroll-snap-stop:normal}.\[\&\>svg\]\:h-full>svg{height:100%}.\[\&\>svg\]\:w-full>svg{width:100%}
