/* purgecss start ignore */

.PresetDateRangePicker_panel{
  padding:0 22px 11px
}

.PresetDateRangePicker_button{
  position:relative;
  height:100%;
  text-align:center;
  background:0 0;
  border:2px solid #00a699;
  color:#00a699;
  padding:4px 12px;
  margin-right:8px;
  font:inherit;
  font-weight:700;
  line-height:normal;
  overflow:visible;
  box-sizing:border-box;
  cursor:pointer
}

.PresetDateRangePicker_button:active{
  outline:0
}

.PresetDateRangePicker_button__selected{
  color:#fff;
  background:#00a699
}

.SingleDatePickerInput{
  display:inline-block;
  background-color:#fff
}

.SingleDatePickerInput__withBorder{
  border-radius:2px;
  border:1px solid #dbdbdb
}

.SingleDatePickerInput__rtl{
  direction:rtl
}

.SingleDatePickerInput__disabled{
  background-color:#f2f2f2
}

.SingleDatePickerInput__block{
  display:block
}

.SingleDatePickerInput__showClearDate{
  padding-right:30px
}

.SingleDatePickerInput_clearDate{
  background:0 0;
  border:0;
  color:inherit;
  font:inherit;
  line-height:normal;
  overflow:visible;
  cursor:pointer;
  padding:10px;
  margin:0 10px 0 5px;
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%)
}

.SingleDatePickerInput_clearDate__default:focus,.SingleDatePickerInput_clearDate__default:hover{
  background:#dbdbdb;
  border-radius:50%
}

.SingleDatePickerInput_clearDate__small{
  padding:6px
}

.SingleDatePickerInput_clearDate__hide{
  visibility:hidden
}

.SingleDatePickerInput_clearDate_svg{
  fill:#82888a;
  height:12px;
  width:15px;
  vertical-align:middle
}

.SingleDatePickerInput_clearDate_svg__small{
  height:9px
}

.SingleDatePickerInput_calendarIcon{
  background:0 0;
  border:0;
  color:inherit;
  font:inherit;
  line-height:normal;
  overflow:visible;
  cursor:pointer;
  display:inline-block;
  vertical-align:middle;
  padding:10px;
  margin:0 5px 0 10px
}

.SingleDatePickerInput_calendarIcon_svg{
  fill:#82888a;
  height:15px;
  width:14px;
  vertical-align:middle
}

.SingleDatePicker{
  position:relative;
  display:inline-block
}

.SingleDatePicker__block{
  display:block
}

.SingleDatePicker_picker{
  z-index:1;
  background-color:#fff;
  position:absolute
}

.SingleDatePicker_picker__rtl{
  direction:rtl
}

.SingleDatePicker_picker__directionLeft{
  left:0
}

.SingleDatePicker_picker__directionRight{
  right:0
}

.SingleDatePicker_picker__portal{
  background-color:rgba(0,0,0,.3);
  position:fixed;
  top:0;
  left:0;
  height:100%;
  width:100%
}

.SingleDatePicker_picker__fullScreenPortal{
  background-color:#fff
}

.SingleDatePicker_closeButton{
  background:0 0;
  border:0;
  color:inherit;
  font:inherit;
  line-height:normal;
  overflow:visible;
  cursor:pointer;
  position:absolute;
  top:0;
  right:0;
  padding:15px;
  z-index:2
}

.SingleDatePicker_closeButton:focus,.SingleDatePicker_closeButton:hover{
  color:#b0b3b4;
  text-decoration:none
}

.SingleDatePicker_closeButton_svg{
  height:15px;
  width:15px;
  fill:#cacccd
}

.DayPickerKeyboardShortcuts_buttonReset{
  background:0 0;
  border:0;
  border-radius:0;
  color:inherit;
  font:inherit;
  line-height:normal;
  overflow:visible;
  padding:0;
  cursor:pointer;
  font-size:14px
}

.DayPickerKeyboardShortcuts_buttonReset:active{
  outline:0
}

.DayPickerKeyboardShortcuts_show{
  width:33px;
  height:26px;
  position:absolute;
  z-index:2
}

.DayPickerKeyboardShortcuts_show::before{
  content:"";
  display:block;
  position:absolute
}

.DayPickerKeyboardShortcuts_show__bottomRight{
  bottom:0;
  right:0
}

.DayPickerKeyboardShortcuts_show__bottomRight::before{
  border-top:26px solid transparent;
  border-right:33px solid #00a699;
  bottom:0;
  right:0
}

.DayPickerKeyboardShortcuts_show__bottomRight:hover::before{
  border-right:33px solid #008489
}

.DayPickerKeyboardShortcuts_show__topRight{
  top:0;
  right:0
}

.DayPickerKeyboardShortcuts_show__topRight::before{
  border-bottom:26px solid transparent;
  border-right:33px solid #00a699;
  top:0;
  right:0
}

.DayPickerKeyboardShortcuts_show__topRight:hover::before{
  border-right:33px solid #008489
}

.DayPickerKeyboardShortcuts_show__topLeft{
  top:0;
  left:0
}

.DayPickerKeyboardShortcuts_show__topLeft::before{
  border-bottom:26px solid transparent;
  border-left:33px solid #00a699;
  top:0;
  left:0
}

.DayPickerKeyboardShortcuts_show__topLeft:hover::before{
  border-left:33px solid #008489
}

.DayPickerKeyboardShortcuts_showSpan{
  color:#fff;
  position:absolute
}

.DayPickerKeyboardShortcuts_showSpan__bottomRight{
  bottom:0;
  right:5px
}

.DayPickerKeyboardShortcuts_showSpan__topRight{
  top:1px;
  right:5px
}

.DayPickerKeyboardShortcuts_showSpan__topLeft{
  top:1px;
  left:5px
}

.DayPickerKeyboardShortcuts_panel{
  overflow:auto;
  background:#fff;
  border:1px solid #dbdbdb;
  border-radius:2px;
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  z-index:2;
  padding:22px;
  margin:33px;
  text-align:left
}

.DayPickerKeyboardShortcuts_title{
  font-size:16px;
  font-weight:700;
  margin:0
}

.DayPickerKeyboardShortcuts_list{
  list-style:none;
  padding:0;
  font-size:14px
}

.DayPickerKeyboardShortcuts_close{
  position:absolute;
  right:22px;
  top:22px;
  z-index:2
}

.DayPickerKeyboardShortcuts_close:active{
  outline:0
}

.DayPickerKeyboardShortcuts_closeSvg{
  height:15px;
  width:15px;
  fill:#cacccd
}

.DayPickerKeyboardShortcuts_closeSvg:focus,.DayPickerKeyboardShortcuts_closeSvg:hover{
  fill:#82888a
}

.CalendarDay{
  box-sizing:border-box;
  cursor:pointer;
  font-size:14px;
  text-align:center
}

.CalendarDay:active{
  outline:0
}

.CalendarDay__defaultCursor{
  cursor:default
}

.CalendarDay__default{
  border:1px solid #e4e7e7;
  color:#484848;
  background:#fff
}

.CalendarDay__default:hover{
  background:#e4e7e7;
  border:1px solid #e4e7e7;
  color:inherit
}

.CalendarDay__hovered_offset{
  background:#f4f5f5;
  border:1px double #e4e7e7;
  color:inherit
}

.CalendarDay__outside{
  border:0;
  background:#fff;
  color:#484848
}

.CalendarDay__outside:hover{
  border:0
}

.CalendarDay__blocked_minimum_nights{
  background:#fff;
  border:1px solid #eceeee;
  color:#cacccd
}

.CalendarDay__blocked_minimum_nights:active,.CalendarDay__blocked_minimum_nights:hover{
  background:#fff;
  color:#cacccd
}

.CalendarDay__highlighted_calendar{
  background:#ffe8bc;
  color:#484848
}

.CalendarDay__highlighted_calendar:active,.CalendarDay__highlighted_calendar:hover{
  background:#ffce71;
  color:#484848
}

.CalendarDay__selected_span{
  background:#66e2da;
  border:1px double #33dacd;
  color:#fff
}

.CalendarDay__selected_span:active,.CalendarDay__selected_span:hover{
  background:#33dacd;
  border:1px double #33dacd;
  color:#fff
}

.CalendarDay__selected,.CalendarDay__selected:active,.CalendarDay__selected:hover{
  background:#00a699;
  border:1px double #00a699;
  color:#fff
}

.CalendarDay__hovered_span,.CalendarDay__hovered_span:hover{
  background:#b2f1ec;
  border:1px double #80e8e0;
  color:#007a87
}

.CalendarDay__hovered_span:active{
  background:#80e8e0;
  border:1px double #80e8e0;
  color:#007a87
}

.CalendarDay__blocked_calendar,.CalendarDay__blocked_calendar:active,.CalendarDay__blocked_calendar:hover{
  background:#cacccd;
  border:1px solid #cacccd;
  color:#82888a
}

.CalendarDay__blocked_out_of_range,.CalendarDay__blocked_out_of_range:active,.CalendarDay__blocked_out_of_range:hover{
  background:#fff;
  border:1px solid #e4e7e7;
  color:#cacccd
}

.CalendarDay__hovered_start_first_possible_end{
  background:#eceeee;
  border:1px double #eceeee
}

.CalendarDay__hovered_start_blocked_min_nights{
  background:#eceeee;
  border:1px double #e4e7e7
}

.CalendarMonth{
  background:#fff;
  text-align:center;
  vertical-align:top;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}

.CalendarMonth_table{
  border-collapse:collapse;
  border-spacing:0
}

.CalendarMonth_verticalSpacing{
  border-collapse:separate
}

.CalendarMonth_caption{
  color:#484848;
  font-size:18px;
  text-align:center;
  padding-top:22px;
  padding-bottom:37px;
  caption-side:initial
}

.CalendarMonth_caption__verticalScrollable{
  padding-top:12px;
  padding-bottom:7px
}

.CalendarMonthGrid{
  background:#fff;
  text-align:left;
  z-index:0
}

.CalendarMonthGrid__animating{
  z-index:1
}

.CalendarMonthGrid__horizontal{
  position:absolute;
  left:9px
}

.CalendarMonthGrid__vertical,.CalendarMonthGrid__vertical_scrollable{
  margin:0 auto
}

.CalendarMonthGrid_month__horizontal{
  display:inline-block;
  vertical-align:top;
  min-height:100%
}

.CalendarMonthGrid_month__hideForAnimation{
  position:absolute;
  z-index:-1;
  opacity:0;
  pointer-events:none
}

.CalendarMonthGrid_month__hidden{
  visibility:hidden
}

.DayPickerNavigation{
  position:relative;
  z-index:2
}

.DayPickerNavigation__horizontal{
  height:0
}

.DayPickerNavigation__verticalScrollable_prevNav{
  z-index:1
}

.DayPickerNavigation__verticalDefault{
  position:absolute;
  width:100%;
  height:52px;
  bottom:0;
  left:0
}

.DayPickerNavigation__verticalScrollableDefault{
  position:relative
}

.DayPickerNavigation__bottom{
  height:auto
}

.DayPickerNavigation__bottomDefault{
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  display:flex;
  justify-content:space-between
}

.DayPickerNavigation_button{
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  border:0;
  padding:0;
  margin:0
}

.DayPickerNavigation_button__default{
  border:1px solid #e4e7e7;
  background-color:#fff;
  color:#757575
}

.DayPickerNavigation_button__default:focus,.DayPickerNavigation_button__default:hover{
  border:1px solid #c4c4c4
}

.DayPickerNavigation_button__default:active{
  background:#f2f2f2
}

.DayPickerNavigation_button__disabled{
  cursor:default;
  border:1px solid #f2f2f2
}

.DayPickerNavigation_button__disabled:focus,.DayPickerNavigation_button__disabled:hover{
  border:1px solid #f2f2f2
}

.DayPickerNavigation_button__disabled:active{
  background:0 0
}

.DayPickerNavigation_button__horizontalDefault{
  position:absolute;
  top:18px;
  line-height:.78;
  border-radius:3px;
  padding:6px 9px
}

.DayPickerNavigation_bottomButton__horizontalDefault{
  position:static;
  margin:-10px 22px 30px
}

.DayPickerNavigation_leftButton__horizontalDefault{
  left:22px
}

.DayPickerNavigation_rightButton__horizontalDefault{
  right:22px
}

.DayPickerNavigation_button__verticalDefault{
  padding:5px;
  background:#fff;
  box-shadow:0 0 5px 2px rgba(0,0,0,.1);
  position:relative;
  display:inline-block;
  text-align:center;
  height:100%;
  width:50%
}

.DayPickerNavigation_nextButton__verticalDefault{
  border-left:0
}

.DayPickerNavigation_nextButton__verticalScrollableDefault,.DayPickerNavigation_prevButton__verticalScrollableDefault{
  width:100%
}

.DayPickerNavigation_svg__horizontal{
  height:19px;
  width:19px;
  fill:#82888a;
  display:block
}

.DayPickerNavigation_svg__vertical{
  height:42px;
  width:42px;
  fill:#484848
}

.DayPickerNavigation_svg__disabled{
  fill:#f2f2f2
}

.DayPicker{
  background:#fff;
  position:relative;
  text-align:left
}

.DayPicker__horizontal{
  background:#fff
}

.DayPicker__verticalScrollable{
  height:100%
}

.DayPicker__hidden{
  visibility:hidden
}

.DayPicker__withBorder{
  box-shadow:0 2px 6px rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.07);
  border-radius:3px
}

.DayPicker_portal__horizontal{
  box-shadow:none;
  position:absolute;
  left:50%;
  top:50%
}

.DayPicker_portal__vertical{
  position:initial
}

.DayPicker_focusRegion{
  outline:0
}

.DayPicker_calendarInfo__horizontal,.DayPicker_wrapper__horizontal{
  display:inline-block;
  vertical-align:top
}

.DayPicker_weekHeaders{
  position:relative
}

.DayPicker_weekHeaders__horizontal{
  margin-left:9px
}

.DayPicker_weekHeader{
  color:#757575;
  position:absolute;
  top:62px;
  z-index:2;
  text-align:left
}

.DayPicker_weekHeader__vertical{
  left:50%
}

.DayPicker_weekHeader__verticalScrollable{
  top:0;
  display:table-row;
  border-bottom:1px solid #dbdbdb;
  background:#fff;
  margin-left:0;
  left:0;
  width:100%;
  text-align:center
}

.DayPicker_weekHeader_ul{
  list-style:none;
  margin:1px 0;
  padding-left:0;
  padding-right:0;
  font-size:14px
}

.DayPicker_weekHeader_li{
  display:inline-block;
  text-align:center
}

.DayPicker_transitionContainer{
  position:relative;
  overflow:hidden;
  border-radius:3px
}

.DayPicker_transitionContainer__horizontal{
  transition:height .2s ease-in-out
}

.DayPicker_transitionContainer__vertical{
  width:100%
}

.DayPicker_transitionContainer__verticalScrollable{
  padding-top:20px;
  height:100%;
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  overflow-y:scroll
}

.DateInput{
  margin:0;
  padding:0;
  background:#fff;
  position:relative;
  display:inline-block;
  width:130px;
  vertical-align:middle
}

.DateInput__small{
  width:97px
}

.DateInput__block{
  width:100%
}

.DateInput__disabled{
  background:#f2f2f2;
  color:#dbdbdb
}

.DateInput_input{
  font-weight:200;
  font-size:19px;
  line-height:24px;
  color:#484848;
  background-color:#fff;
  width:100%;
  padding:11px 11px 9px;
  border:0;
  border-top:0;
  border-right:0;
  border-bottom:2px solid transparent;
  border-left:0;
  border-radius:0
}

.DateInput_input__small{
  font-size:15px;
  line-height:18px;
  letter-spacing:.2px;
  padding:7px 7px 5px
}

.DateInput_input__regular{
  font-weight:auto
}

.DateInput_input__readOnly{
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}

.DateInput_input__focused{
  outline:0;
  background:#fff;
  border:0;
  border-top:0;
  border-right:0;
  border-bottom:2px solid #008489;
  border-left:0
}

.DateInput_input__disabled{
  background:#f2f2f2;
  font-style:italic
}

.DateInput_screenReaderMessage{
  border:0;
  clip:rect(0, 0, 0, 0);
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px
}

.DateInput_fang{
  position:absolute;
  width:20px;
  height:10px;
  left:22px;
  z-index:2
}

.DateInput_fangShape{
  fill:#fff
}

.DateInput_fangStroke{
  stroke:#dbdbdb;
  fill:transparent
}

.DateRangePickerInput{
  background-color:#fff;
  display:inline-block
}

.DateRangePickerInput__disabled{
  background:#f2f2f2
}

.DateRangePickerInput__withBorder{
  border-radius:2px;
  border:1px solid #dbdbdb
}

.DateRangePickerInput__rtl{
  direction:rtl
}

.DateRangePickerInput__block{
  display:block
}

.DateRangePickerInput__showClearDates{
  padding-right:30px
}

.DateRangePickerInput_arrow{
  display:inline-block;
  vertical-align:middle;
  color:#484848
}

.DateRangePickerInput_arrow_svg{
  vertical-align:middle;
  fill:#484848;
  height:24px;
  width:24px
}

.DateRangePickerInput_clearDates{
  background:0 0;
  border:0;
  color:inherit;
  font:inherit;
  line-height:normal;
  overflow:visible;
  cursor:pointer;
  padding:10px;
  margin:0 10px 0 5px;
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%)
}

.DateRangePickerInput_clearDates__small{
  padding:6px
}

.DateRangePickerInput_clearDates_default:focus,.DateRangePickerInput_clearDates_default:hover{
  background:#dbdbdb;
  border-radius:50%
}

.DateRangePickerInput_clearDates__hide{
  visibility:hidden
}

.DateRangePickerInput_clearDates_svg{
  fill:#82888a;
  height:12px;
  width:15px;
  vertical-align:middle
}

.DateRangePickerInput_clearDates_svg__small{
  height:9px
}

.DateRangePickerInput_calendarIcon{
  background:0 0;
  border:0;
  color:inherit;
  font:inherit;
  line-height:normal;
  overflow:visible;
  cursor:pointer;
  display:inline-block;
  vertical-align:middle;
  padding:10px;
  margin:0 5px 0 10px
}

.DateRangePickerInput_calendarIcon_svg{
  fill:#82888a;
  height:15px;
  width:14px;
  vertical-align:middle
}

.DateRangePicker{
  position:relative;
  display:inline-block
}

.DateRangePicker__block{
  display:block
}

.DateRangePicker_picker{
  z-index:1;
  background-color:#fff;
  position:absolute
}

.DateRangePicker_picker__rtl{
  direction:rtl
}

.DateRangePicker_picker__directionLeft{
  left:0
}

.DateRangePicker_picker__directionRight{
  right:0
}

.DateRangePicker_picker__portal{
  background-color:rgba(0,0,0,.3);
  position:fixed;
  top:0;
  left:0;
  height:100%;
  width:100%
}

.DateRangePicker_picker__fullScreenPortal{
  background-color:#fff
}

.DateRangePicker_closeButton{
  background:0 0;
  border:0;
  color:inherit;
  font:inherit;
  line-height:normal;
  overflow:visible;
  cursor:pointer;
  position:absolute;
  top:0;
  right:0;
  padding:15px;
  z-index:2
}

.DateRangePicker_closeButton:focus,.DateRangePicker_closeButton:hover{
  color:#b0b3b4;
  text-decoration:none
}

.DateRangePicker_closeButton_svg{
  height:15px;
  width:15px;
  fill:#cacccd
}

/* purgecss end ignore */
/* purgecss start ignore */

.calendar{
  margin-left:-1.25rem;
  margin-right:-1.25rem
}

@media(pointer: coarse){
  .calendar .calendar__prev, .calendar .calendar__next{
    top:0.5rem;
    height:3rem;
    width:3rem
  }

  .calendar .calendar__prev>svg, .calendar .calendar__next>svg{
    display:inline-block
  }

  .calendar .calendar__prev{
    right:3rem
  }

  .calendar .calendar__next{
    right:0px
  }
}

@media screen and (max-width: 380px){
  .calendar{
    overflow:hidden
  }

  .calendar .CalendarMonth,.calendar .DayPicker_weekHeader{
    padding:0 !important
  }

  .calendar .calendar__prev,.calendar .calendar__next{
    transform:translateX(-2rem)
  }
}

.calendar__prev, .calendar__next{
  position:absolute
}

.calendar__prev,.calendar__next{
  top:1.5rem
}

.calendar__prev:focus{
  outline:2px dotted #003D9D;
  outline-offset:2px
}

.calendar__prev{
  right:3rem
}

.calendar__next{
  right:1rem
}

.calendar__next:focus{
  outline:2px dotted #003D9D;
  outline-offset:2px
}

.calendar__day{
  --tw-bg-opacity:1;
  background-color:rgba(211, 232, 242, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgba(0, 61, 157, var(--tw-text-opacity))
}

.calendar__day,.calendar__day--prefers-color-scheme-dark{
  forced-color-adjust:none
}

.calendar__day, .calendar__day--prefers-color-scheme-dark{
  margin-left:auto;
  margin-right:auto;
  display:block;
  height:2.5rem;
  width:2.5rem;
  border-radius:9999px;
  border-style:none;
  padding-top:0.5rem;
  text-align:center;
  line-height:1.5rem
}

.calendar__day--prefers-color-scheme-dark{
  forced-color-adjust:none;
  border-width:1px;
  border-style:solid;
  --tw-border-opacity:1;
  border-color:rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgba(255, 255, 255, var(--tw-text-opacity))
}

.calendar__day--today{
  forced-color-adjust:none;
  --tw-border-opacity:1 !important;
  border-color:rgba(159, 210, 235, var(--tw-border-opacity)) !important
}

.calendar__day--today, .calendar__day--today-prefers-color-scheme-dark{
  border-width:1px;
  border-style:solid
}

.calendar__day--today-prefers-color-scheme-dark{
  forced-color-adjust:none;
  --tw-border-opacity:1 !important;
  border-color:rgba(255, 255, 255, var(--tw-border-opacity)) !important
}

.CalendarDay:focus{
  outline:2px dotted #003D9D;
  outline-offset:2px
}

.DayPicker{
  margin-left:auto;
  margin-right:auto
}

.DayPicker_transitionContainer{
  min-height:360px
}

.DayPicker_weekHeader_li small{
  font-size:14px;
  line-height:20px;
  --tw-text-opacity:1;
  color:rgba(57, 57, 57, var(--tw-text-opacity))
}

.DayPicker, .CalendarMonthGrid, .CalendarMonth{
  background-color:transparent !important
}

.CalendarMonth_table{
  border-collapse:collapse;
  border-spacing:0
}

.CalendarMonth_caption{
  text-align:left;
  font-size:16px;
  line-height:24px;
  --tw-text-opacity:1;
  color:rgba(57, 57, 57, var(--tw-text-opacity))
}

.CalendarDay__default{
  border-style:none;
  background-color:transparent
}

.CalendarDay__default:hover{
  border-style:none;
  background-color:transparent
}

.CalendarDay__default:hover .calendar__day{
  forced-color-adjust:none;
  --tw-bg-opacity:1;
  background-color:rgba(159, 210, 235, var(--tw-bg-opacity))
}

.CalendarDay__default:hover .calendar__day--prefers-color-scheme-dark{
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgba(0, 0, 0, var(--tw-text-opacity))
}

.CalendarDay__blocked_out_of_range,.CalendarDay__blocked_out_of_range:active,.CalendarDay__blocked_out_of_range:hover{
  forced-color-adjust:none
}

.CalendarDay__blocked_out_of_range, .CalendarDay__blocked_out_of_range:active, .CalendarDay__blocked_out_of_range:hover{
  border-style:none;
  background-color:transparent;
  --tw-text-opacity:1;
  color:rgba(85, 85, 85, var(--tw-text-opacity))
}

.CalendarDay__blocked_out_of_range .calendar__day, .CalendarDay__blocked_out_of_range .calendar__day--prefers-color-scheme-dark, .CalendarDay__blocked_out_of_range:active .calendar__day, .CalendarDay__blocked_out_of_range:active .calendar__day--prefers-color-scheme-dark, .CalendarDay__blocked_out_of_range:hover .calendar__day, .CalendarDay__blocked_out_of_range:hover .calendar__day--prefers-color-scheme-dark{
  border-style:none;
  background-color:transparent;
  --tw-text-opacity:1;
  color:rgba(85, 85, 85, var(--tw-text-opacity))
}

.CalendarDay__selected, .CalendarDay__selected:active, .CalendarDay__selected:hover{
  background-color:transparent
}

.CalendarDay__selected .calendar__day, .CalendarDay__selected:active .calendar__day, .CalendarDay__selected:hover .calendar__day{
  border-style:none;
  border-style:none;
  --tw-bg-opacity:1;
  background-color:rgba(0, 61, 157, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgba(255, 255, 255, var(--tw-text-opacity))
}

.CalendarDay__selected .calendar__day--prefers-color-scheme-dark,.CalendarDay__selected:active .calendar__day--prefers-color-scheme-dark,.CalendarDay__selected:hover .calendar__day--prefers-color-scheme-dark{
  forced-color-adjust:none
}

.CalendarDay__selected .calendar__day--prefers-color-scheme-dark, .CalendarDay__selected:active .calendar__day--prefers-color-scheme-dark, .CalendarDay__selected:hover .calendar__day--prefers-color-scheme-dark{
  --tw-bg-opacity:1 !important;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  --tw-text-opacity:1 !important;
  color:rgba(0, 0, 0, var(--tw-text-opacity)) !important
}

/* purgecss end ignore */
/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Inter, Roboto, Helvetica Neue, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}


      [type='text'],
      [type='email'],
      [type='url'],
      [type='number'],
      [type='date'],
      [type='month'],
      [type='search'],
      [type='time'],
      [multiple],
      textarea,
      select
     {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='number']:focus, [type='date']:focus, [type='month']:focus, [type='search']:focus, [type='time']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder, textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}


      [type='checkbox'],
      [type='radio']
     {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}


      [type='checkbox']:focus,
      [type='radio']:focus
     {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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, 0 0 #0000);
}


      [type='checkbox']:checked,
      [type='radio']:checked
     {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e");
}


      [type='checkbox']:checked:hover,
      [type='checkbox']:checked:focus,
      [type='radio']:checked:hover,
      [type='radio']:checked:focus
     {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}


      [type='checkbox']:indeterminate:hover,
      [type='checkbox']:indeterminate:focus
     {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

.tw-prose {
  color: #555555;
  max-width: 65ch;
}

.tw-prose [class~="lead"] {
  color: #4b5563;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.tw-prose a {
  color: #003D9D;
  text-decoration: underline;
  font-weight: 500;
}

.tw-prose strong {
  color: #111827;
  font-weight: 600;
}

.tw-prose ol {
  counter-reset: list-counter;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.tw-prose ol > li {
  position: relative;
  counter-increment: list-counter;
  padding-left: 1.75em;
}

.tw-prose ol > li::before {
  content: counter(list-counter) ".";
  position: absolute;
  font-weight: 400;
  color: #6b7280;
  left: 0;
}

.tw-prose ul > li {
  position: relative;
  padding-left: 1.75em;
}

.tw-prose ul > li::before {
  content: "";
  position: absolute;
  background-color: #d1d5db;
  border-radius: 50%;
  width: 0.375em;
  height: 0.375em;
  top: calc(0.875em - 0.1875em);
  left: 0.25em;
}

.tw-prose hr {
  border-color: #e5e7eb;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.tw-prose blockquote {
  font-weight: 500;
  font-style: italic;
  color: #111827;
  border-left-width: 0.25rem;
  border-left-color: #e5e7eb;
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.tw-prose blockquote p:first-of-type::before {
  content: open-quote;
}

.tw-prose blockquote p:last-of-type::after {
  content: close-quote;
}

.tw-prose h1 {
  color: #393939;
  font-weight: 800;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 0.3em;
  line-height: 44px;
}

.tw-prose h2 {
  color: #393939;
  font-weight: 700;
  font-size: 24px;
  margin-top: 2em;
  margin-bottom: 0.3em;
  line-height: 32px;
}

.tw-prose h3 {
  color: #393939;
  font-weight: 600;
  font-size: 18px;
  margin-top: 1.6em;
  margin-bottom: 0.3em;
  line-height: 28px;
}

.tw-prose h4 {
  color: #393939;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.3em;
  line-height: 24px;
  font-size: 16px;
}

.tw-prose figure figcaption {
  color: #6b7280;
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.tw-prose code {
  color: #111827;
  font-weight: 600;
  font-size: 0.875em;
}

.tw-prose code::before {
  content: "`";
}

.tw-prose code::after {
  content: "`";
}

.tw-prose a code {
  color: #111827;
}

.tw-prose pre {
  color: #e5e7eb;
  background-color: #1f2937;
  overflow-x: auto;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.tw-prose pre code {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.tw-prose pre code::before {
  content: "";
}

.tw-prose pre code::after {
  content: "";
}

.tw-prose table {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.tw-prose thead {
  color: #111827;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #d1d5db;
}

.tw-prose thead th {
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.tw-prose tbody tr {
  border-bottom-width: 1px;
  border-bottom-color: #e5e7eb;
}

.tw-prose tbody tr:last-child {
  border-bottom-width: 0;
}

.tw-prose tbody td {
  vertical-align: top;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.tw-prose {
  font-size: 1rem;
  line-height: 24px;
}

.tw-prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.tw-prose img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.tw-prose video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.tw-prose figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.tw-prose figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.tw-prose h2 code {
  font-size: 0.875em;
}

.tw-prose h3 code {
  font-size: 0.9em;
}

.tw-prose ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.tw-prose ul li::before {
  background-color: #555555;
}

.tw-prose li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.tw-prose > ul > li p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.tw-prose > ul > li > *:first-child {
  margin-top: 1.25em;
}

.tw-prose > ul > li > *:last-child {
  margin-bottom: 1.25em;
}

.tw-prose > ol > li > *:first-child {
  margin-top: 1.25em;
}

.tw-prose > ol > li > *:last-child {
  margin-bottom: 1.25em;
}

.tw-prose ul ul, .tw-prose ul ol, .tw-prose ol ul, .tw-prose ol ol {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.tw-prose hr + * {
  margin-top: 0;
}

.tw-prose h2 + * {
  margin-top: 0;
}

.tw-prose h3 + * {
  margin-top: 0;
}

.tw-prose h4 + * {
  margin-top: 0;
}

.tw-prose thead th:first-child {
  padding-left: 0;
}

.tw-prose thead th:last-child {
  padding-right: 0;
}

.tw-prose tbody td:first-child {
  padding-left: 0;
}

.tw-prose tbody td:last-child {
  padding-right: 0;
}

.tw-prose > :first-child {
  margin-top: 0;
}

.tw-prose > :last-child {
  margin-bottom: 0;
}

.tw-prose h5 {
  font-size: 14px;
  line-height: 20px;
  color: #393939;
  font-weight: 800;
  margin-bottom: 0.3em;
}

.tw-prose h6 {
  font-size: 12px;
  line-height: 16px;
  color: #393939;
  margin-bottom: 0.3em;
}

.tw-prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}

.tw-prose-sm p {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.tw-prose-sm [class~="lead"] {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.tw-prose-sm blockquote {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}

.tw-prose-sm h1 {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

.tw-prose-sm h2 {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.tw-prose-sm h3 {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.tw-prose-sm h4 {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}

.tw-prose-sm img {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.tw-prose-sm video {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.tw-prose-sm figure {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.tw-prose-sm figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.tw-prose-sm figure figcaption {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}

.tw-prose-sm code {
  font-size: 0.8571429em;
}

.tw-prose-sm h2 code {
  font-size: 0.9em;
}

.tw-prose-sm h3 code {
  font-size: 0.8888889em;
}

.tw-prose-sm pre {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.tw-prose-sm ol {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.tw-prose-sm ul {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.tw-prose-sm li {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}

.tw-prose-sm ol > li {
  padding-left: 1.5714286em;
}

.tw-prose-sm ol > li::before {
  left: 0;
}

.tw-prose-sm ul > li {
  padding-left: 1.5714286em;
}

.tw-prose-sm ul > li::before {
  height: 0.3571429em;
  width: 0.3571429em;
  top: calc(0.8571429em - 0.1785714em);
  left: 0.2142857em;
}

.tw-prose-sm > ul > li p {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.tw-prose-sm > ul > li > *:first-child {
  margin-top: 1.1428571em;
}

.tw-prose-sm > ul > li > *:last-child {
  margin-bottom: 1.1428571em;
}

.tw-prose-sm > ol > li > *:first-child {
  margin-top: 1.1428571em;
}

.tw-prose-sm > ol > li > *:last-child {
  margin-bottom: 1.1428571em;
}

.tw-prose-sm ul ul, .tw-prose-sm ul ol, .tw-prose-sm ol ul, .tw-prose-sm ol ol {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.tw-prose-sm hr {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}

.tw-prose-sm hr + * {
  margin-top: 0;
}

.tw-prose-sm h2 + * {
  margin-top: 0;
}

.tw-prose-sm h3 + * {
  margin-top: 0;
}

.tw-prose-sm h4 + * {
  margin-top: 0;
}

.tw-prose-sm table {
  font-size: 0.8571429em;
  line-height: 1.5;
}

.tw-prose-sm thead th {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.tw-prose-sm thead th:first-child {
  padding-left: 0;
}

.tw-prose-sm thead th:last-child {
  padding-right: 0;
}

.tw-prose-sm tbody td {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.tw-prose-sm tbody td:first-child {
  padding-left: 0;
}

.tw-prose-sm tbody td:last-child {
  padding-right: 0;
}

.tw-prose-sm > :first-child {
  margin-top: 0;
}

.tw-prose-sm > :last-child {
  margin-bottom: 0;
}

.tw-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.tw-pointer-events-none {
  pointer-events: none;
}

.tw-absolute {
  position: absolute;
}

.tw-relative {
  position: relative;
}

.tw-inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.tw-bottom-0 {
  bottom: 0px;
}

.tw-z-10 {
  z-index: 10;
}

.tw-m-auto {
  margin: auto;
}

.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.tw--mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.tw-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.tw-my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.tw-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.tw-my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.tw-my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.tw-my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.tw-my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.tw-mt-0 {
  margin-top: 0px;
}

.tw-mt-1 {
  margin-top: 0.25rem;
}

.tw-mt-2 {
  margin-top: 0.5rem;
}

.tw-mt-4 {
  margin-top: 1rem;
}

.tw-mt-6 {
  margin-top: 1.5rem;
}

.tw-mt-8 {
  margin-top: 2rem;
}

.tw-mt-10 {
  margin-top: 2.5rem;
}

.tw-mt-0\.5 {
  margin-top: 0.125rem;
}

.tw--mt-1 {
  margin-top: -0.25rem;
}

.tw-mr-1 {
  margin-right: 0.25rem;
}

.tw-mr-2 {
  margin-right: 0.5rem;
}

.tw-mr-4 {
  margin-right: 1rem;
}

.tw-mb-1 {
  margin-bottom: 0.25rem;
}

.tw-mb-2 {
  margin-bottom: 0.5rem;
}

.tw-mb-3 {
  margin-bottom: 0.75rem;
}

.tw-mb-4 {
  margin-bottom: 1rem;
}

.tw-mb-5 {
  margin-bottom: 1.25rem;
}

.tw-mb-8 {
  margin-bottom: 2rem;
}

.tw-mb-9 {
  margin-bottom: 2.25rem;
}

.tw-mb-auto {
  margin-bottom: auto;
}

.tw-ml-1 {
  margin-left: 0.25rem;
}

.tw-ml-6 {
  margin-left: 1.5rem;
}

.tw-ml-8 {
  margin-left: 2rem;
}

[dir='ltr'] .ltr\:tw-mr-2,[dir='ltr'].ltr\:tw-mr-2 {
  margin-right: 0.5rem;
}

[dir='ltr'] .ltr\:tw-mr-5,[dir='ltr'].ltr\:tw-mr-5 {
  margin-right: 1.25rem;
}

[dir='rtl'] .rtl\:tw-mr-0,[dir='rtl'].rtl\:tw-mr-0 {
  margin-right: 0px;
}

[dir='rtl'] .rtl\:tw-ml-2,[dir='rtl'].rtl\:tw-ml-2 {
  margin-left: 0.5rem;
}

[dir='rtl'] .rtl\:tw-ml-4,[dir='rtl'].rtl\:tw-ml-4 {
  margin-left: 1rem;
}

[dir='rtl'] .rtl\:tw-ml-5,[dir='rtl'].rtl\:tw-ml-5 {
  margin-left: 1.25rem;
}

.tw-box-border {
  box-sizing: border-box;
}

.tw-block {
  display: block;
}

.tw-inline-block {
  display: inline-block;
}

.tw-inline {
  display: inline;
}

.tw-flex {
  display: flex;
}

.tw-inline-flex {
  display: inline-flex;
}

.tw-grid {
  display: grid;
}

.tw-hidden {
  display: none;
}

.tw-h-2 {
  height: 0.5rem;
}

.tw-h-5 {
  height: 1.25rem;
}

.tw-h-6 {
  height: 1.5rem;
}

.tw-h-8 {
  height: 2rem;
}

.tw-h-10 {
  height: 2.5rem;
}

.tw-h-52 {
  height: 13rem;
}

.tw-h-60 {
  height: 15rem;
}

.tw-h-2\.5 {
  height: 0.625rem;
}

.tw-h-full {
  height: 100%;
}

.tw-h-screen {
  height: 100vh;
}

.tw-max-h-10 {
  max-height: 2.5rem;
}

.tw-min-h-18 {
  min-height: 4.5rem;
}

.tw-w-5 {
  width: 1.25rem;
}

.tw-w-6 {
  width: 1.5rem;
}

.tw-w-8 {
  width: 2rem;
}

.tw-w-10 {
  width: 2.5rem;
}

.tw-w-16 {
  width: 4rem;
}

.tw-w-24 {
  width: 6rem;
}

.tw-w-44 {
  width: 11rem;
}

.tw-w-52 {
  width: 13rem;
}

.tw-w-auto {
  width: auto;
}

.tw-w-1\/3 {
  width: 33.333333%;
}

.tw-w-2\/5 {
  width: 40%;
}

.tw-w-full {
  width: 100%;
}

.tw-max-w-full {
  max-width: 100%;
}

.tw-max-w-screen-sm {
  max-width: 37.5rem;
}

.tw-max-w-screen-xl {
  max-width: 75rem;
}

.tw-flex-1 {
  flex: 1 1 0%;
}

.tw-flex-grow {
  flex-grow: 1;
}

@-webkit-keyframes tw-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes tw-spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes tw-ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes tw-ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes tw-pulse {
  50% {
    opacity: .5;
  }
}

@keyframes tw-pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes tw-bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes tw-bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.tw-animate-spin {
  -webkit-animation: tw-spin 1s linear infinite;
          animation: tw-spin 1s linear infinite;
}

.tw-cursor-pointer {
  cursor: pointer;
}

.disabled\:tw-cursor-pointer:disabled {
  cursor: pointer;
}

.tw-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tw-list-inside {
  list-style-position: inside;
}

.tw-list-disc {
  list-style-type: disc;
}

.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tw-flex-row {
  flex-direction: row;
}

.tw-flex-col {
  flex-direction: column;
}

.tw-items-center {
  align-items: center;
}

.tw-justify-center {
  justify-content: center;
}

.tw-justify-between {
  justify-content: space-between;
}

.tw-gap-2 {
  gap: 0.5rem;
}

.tw-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.tw-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.tw-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.tw-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.tw-overflow-hidden {
  overflow: hidden;
}

.tw-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tw-break-words {
  overflow-wrap: break-word;
}

.tw-rounded-sm {
  border-radius: 0.125rem;
}

.tw-rounded {
  border-radius: 0.25rem;
}

.tw-rounded-md {
  border-radius: 0.375rem;
}

.tw-rounded-full {
  border-radius: 9999px;
}

.tw-rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.tw-rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.first\:tw-rounded-t:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.last\:tw-rounded-b:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.tw-border-3 {
  border-width: 3px;
}

.tw-border-4 {
  border-width: 4px;
}

.tw-border {
  border-width: 1px;
}

.tw-border-t-0 {
  border-top-width: 0px;
}

.tw-border-t {
  border-top-width: 1px;
}

.tw-border-r {
  border-right-width: 1px;
}

.tw-border-b {
  border-bottom-width: 1px;
}

.tw-border-l {
  border-left-width: 1px;
}

.last\:tw-border-b:last-child {
  border-bottom-width: 1px;
}

.tw-border-solid {
  border-style: solid;
}

.tw-border-none {
  border-style: none;
}

.tw-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.tw-border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.tw-border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.tw-border-n100 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.tw-border-n200 {
  --tw-border-opacity: 1;
  border-color: rgba(227, 227, 227, var(--tw-border-opacity));
}

.tw-border-n300 {
  --tw-border-opacity: 1;
  border-color: rgba(198, 198, 198, var(--tw-border-opacity));
}

.tw-border-accent1 {
  --tw-border-opacity: 1;
  border-color: rgba(0, 61, 157, var(--tw-border-opacity));
}

.tw-border-accent2 {
  --tw-border-opacity: 1;
  border-color: rgba(0, 61, 157, var(--tw-border-opacity));
}

.tw-border-accent2-lighter {
  --tw-border-opacity: 1;
  border-color: rgba(179, 215, 243, var(--tw-border-opacity));
}

.tw-border-error {
  --tw-border-opacity: 1;
  border-color: rgba(204, 40, 40, var(--tw-border-opacity));
}

.focus\:tw-border-accent1:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 61, 157, var(--tw-border-opacity));
}

.disabled\:tw-border-accent2-lighter:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(179, 215, 243, var(--tw-border-opacity));
}

.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.tw-bg-n100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.tw-bg-n150 {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
}

.tw-bg-n400 {
  --tw-bg-opacity: 1;
  background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
}

.tw-bg-n800 {
  --tw-bg-opacity: 1;
  background-color: rgba(57, 57, 57, var(--tw-bg-opacity));
}

.tw-bg-accent1 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 61, 157, var(--tw-bg-opacity));
}

.tw-bg-accent1-lighter {
  --tw-bg-opacity: 1;
  background-color: rgba(211, 232, 242, var(--tw-bg-opacity));
}

.tw-bg-accent1-lightest {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 243, 248, var(--tw-bg-opacity));
}

.tw-bg-accent2 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 61, 157, var(--tw-bg-opacity));
}

.tw-bg-accent2-lightest {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 242, 251, var(--tw-bg-opacity));
}

.tw-bg-error-lighter {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 246, 246, var(--tw-bg-opacity));
}

.hover\:tw-bg-n150:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
}

.hover\:tw-bg-accent1:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 61, 157, var(--tw-bg-opacity));
}

.hover\:tw-bg-accent2-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 46, 117, var(--tw-bg-opacity));
}

.hover\:tw-bg-accent2-lightest:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 242, 251, var(--tw-bg-opacity));
}

.hover\:tw-bg-error-lighter:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 246, 246, var(--tw-bg-opacity));
}

.active\:tw-bg-accent1:active {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 61, 157, var(--tw-bg-opacity));
}

.active\:tw-bg-accent2-lightest:active {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 242, 251, var(--tw-bg-opacity));
}

.active\:tw-bg-error-lighter:active {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 246, 246, var(--tw-bg-opacity));
}

.disabled\:tw-bg-accent2-lighter:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(179, 215, 243, var(--tw-bg-opacity));
}

.tw-bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.tw-bg-hero-pattern {
  background-image: ;
}

.tw-bg-repeat {
  background-repeat: repeat;
}

.tw-p-1 {
  padding: 0.25rem;
}

.tw-p-2 {
  padding: 0.5rem;
}

.tw-p-3 {
  padding: 0.75rem;
}

.tw-p-4 {
  padding: 1rem;
}

.tw-p-5 {
  padding: 1.25rem;
}

.tw-p-6 {
  padding: 1.5rem;
}

.tw-p-2\.5 {
  padding: 0.625rem;
}

.tw-px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.tw-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.tw-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.tw-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.tw-py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.tw-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.tw-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.tw-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.tw-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.tw-py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.tw-pt-1 {
  padding-top: 0.25rem;
}

.tw-pt-3 {
  padding-top: 0.75rem;
}

.tw-pt-4 {
  padding-top: 1rem;
}

.tw-pt-5 {
  padding-top: 1.25rem;
}

.tw-pt-6 {
  padding-top: 1.5rem;
}

.tw-pt-8 {
  padding-top: 2rem;
}

.tw-pt-9 {
  padding-top: 2.25rem;
}

.tw-pt-12 {
  padding-top: 3rem;
}

.tw-pr-2 {
  padding-right: 0.5rem;
}

.tw-pr-4 {
  padding-right: 1rem;
}

.tw-pr-6 {
  padding-right: 1.5rem;
}

.tw-pb-0 {
  padding-bottom: 0px;
}

.tw-pb-2 {
  padding-bottom: 0.5rem;
}

.tw-pb-3 {
  padding-bottom: 0.75rem;
}

.tw-pb-4 {
  padding-bottom: 1rem;
}

.tw-pb-5 {
  padding-bottom: 1.25rem;
}

.tw-pb-6 {
  padding-bottom: 1.5rem;
}

.tw-pb-8 {
  padding-bottom: 2rem;
}

.tw-pl-6 {
  padding-left: 1.5rem;
}

.tw-text-center {
  text-align: center;
}

[dir='ltr'] .ltr\:tw-text-left,[dir='ltr'].ltr\:tw-text-left {
  text-align: left;
}

[dir='rtl'] .rtl\:tw-text-right,[dir='rtl'].rtl\:tw-text-right {
  text-align: right;
}

.tw-font-sans {
  font-family: Inter, Roboto, Helvetica Neue, sans-serif;
}

.tw-text-sm {
  font-size: 12px;
  line-height: 16px;
}

.tw-text-base {
  font-size: 14px;
  line-height: 20px;
}

.tw-text-lg {
  font-size: 16px;
  line-height: 24px;
}

.tw-text-xl {
  font-size: 18px;
  line-height: 28px;
}

.tw-text-2xl {
  font-size: 24px;
  line-height: 32px;
}

.tw-text-3xl {
  font-size: 32px;
  line-height: 44px;
}

.tw-font-normal {
  font-weight: 400;
}

.tw-font-semibold {
  font-weight: 600;
}

.tw-font-bold {
  font-weight: 700;
}

.tw-leading-6 {
  line-height: 1.5rem;
}

.tw-leading-8 {
  line-height: 2rem;
}

.tw-leading-normal {
  line-height: 1.5;
}

.tw-tracking-normal {
  letter-spacing: 0em;
}

.tw-text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.tw-text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.tw-text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.tw-text-n100 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.tw-text-n400 {
  --tw-text-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-text-opacity));
}

.tw-text-n500 {
  --tw-text-opacity: 1;
  color: rgba(142, 142, 142, var(--tw-text-opacity));
}

.tw-text-n600 {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-text-opacity));
}

.tw-text-n700 {
  --tw-text-opacity: 1;
  color: rgba(85, 85, 85, var(--tw-text-opacity));
}

.tw-text-n800 {
  --tw-text-opacity: 1;
  color: rgba(57, 57, 57, var(--tw-text-opacity));
}

.tw-text-accent1 {
  --tw-text-opacity: 1;
  color: rgba(0, 61, 157, var(--tw-text-opacity));
}

.tw-text-accent2 {
  --tw-text-opacity: 1;
  color: rgba(0, 61, 157, var(--tw-text-opacity));
}

.tw-text-error {
  --tw-text-opacity: 1;
  color: rgba(204, 40, 40, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:tw-text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.active\:tw-text-white:active {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.tw-underline {
  text-decoration: underline;
}

.tw-no-underline {
  text-decoration: none;
}

.tw-opacity-30 {
  opacity: 0.3;
}

.disabled\:tw-opacity-30:disabled {
  opacity: 0.3;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.tw-shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-md {
  --tw-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-lg {
  --tw-shadow: 1px 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px 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);
}

.tw-outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:tw-outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:tw-outline-accent1:focus {
  outline: 2px dotted #003D9D;
  outline-offset: 2px;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.tw-ring-0 {
  --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(0px + 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);
}

.tw-ring-2 {
  --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\:tw-ring-2: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(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);
}

.tw-ring-accent1 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 61, 157, var(--tw-ring-opacity));
}

.focus\:tw-ring-accent1:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 61, 157, var(--tw-ring-opacity));
}

.tw-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-duration-500 {
  transition-duration: 500ms;
}

.tw-duration-1000 {
  transition-duration: 1000ms;
}

.tw-ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 37.5rem) {
}

@media (min-width: 768px) {
  .md\:tw-col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:tw-float-left {
    float: left;
  }

  .md\:tw--mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:tw-mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:tw-mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:tw-grid {
    display: grid;
  }

  .md\:tw-h-6 {
    height: 1.5rem;
  }

  .md\:tw-min-h-hero {
    min-height: 320px;
  }

  .md\:tw-w-6 {
    width: 1.5rem;
  }

  .md\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:tw-flex-row {
    flex-direction: row;
  }

  .md\:tw-gap-x-15 {
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .md\:tw-p-8 {
    padding: 2rem;
  }

  .md\:tw-px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:tw-px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:tw-pt-4 {
    padding-top: 1rem;
  }

  .md\:tw-pb-8 {
    padding-bottom: 2rem;
  }

  .md\:tw-pb-10 {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
}

@media (min-width: 75rem) {
}

@media (min-width: 1536px) {
}

@media (pointer: coarse) {
  .touch\:tw-inline-block {
    display: inline-block;
  }

  .touch\:tw-inline {
    display: inline;
  }

  .touch\:tw-hidden {
    display: none;
  }

  .touch\:tw-h-12 {
    height: 3rem;
  }

  .touch\:tw-w-12 {
    width: 3rem;
  }

  .touch\:tw-flex-shrink-0 {
    flex-shrink: 0;
  }

  .touch\:tw-pb-3 {
    padding-bottom: 0.75rem;
  }

  .touch\:tw-leading-12 {
    line-height: 3rem;
  }
}
/* purgecss start ignore */

a{
  --tw-text-opacity:1;
  color:rgba(0, 61, 157, var(--tw-text-opacity));
  text-decoration:underline
}

.loader-background{
  position:fixed;
  top:0px;
  right:0px;
  bottom:0px;
  left:0px;
  z-index:50;
  background:rgba(34,48,73,.2)
}

.loader-holder{
  position:fixed;
  padding:1.25rem;
  top:50%;
  left:50%;
  margin:-50px 0 0 -60px
}

.loader{
  height:5rem;
  width:5rem;
  border-radius:9999px;
  border-width:8px;
  border-style:solid;
  --tw-border-opacity:1;
  border-color:rgba(0, 61, 157, var(--tw-border-opacity));
  border-right-color:rgba(255,255,255,.3);
  border-bottom-color:rgba(255,255,255,.3);
  border-left-color:rgba(255,255,255,.3);
  -webkit-animation:spin 2s linear infinite;
          animation:spin 2s linear infinite
}

.loader-white{
  border-color:rgba(255,255,255,.1);
  border-top-color:#fff
}

@-webkit-keyframes spin{
  0%{
    transform:rotate(0deg)
  }

  100%{
    transform:rotate(360deg)
  }
}

@keyframes spin{
  0%{
    transform:rotate(0deg)
  }

  100%{
    transform:rotate(360deg)
  }
}

[type=radio]:checked,[type=checkbox]:checked{
  background-image:url("data:image/svg+xml;utf8,<svg class=\"w-6 h-6\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"></path></svg>")
}

[type=radio]:checked:disabled,[type=checkbox]:checked:disabled{
  --tw-opacity: 1;
  background-color:rgba(241, 241, 241, var(--tw-opacity));
  border-color:rgba(227, 227, 227, var(--tw-opacity));
  background-image:url("data:image/svg+xml;utf8,<svg fill=\"none\" stroke=\"rgba%28170, 170, 170, 1%29\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"></path></svg>")
}

@media(forced-colors: active){
  [type=radio]:checked,[type=checkbox]:checked,[type=radio]:checked:disabled,[type=checkbox]:checked:disabled{
    -webkit-appearance:auto;
       -moz-appearance:auto;
            appearance:auto
  }
}

.dropdown-icon{
  background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
  background-position:right .5rem center;
  background-repeat:no-repeat;
  background-size:1.5em 1.5em
}

.dropdown-icon-disabled{
  background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 20 20\"><path stroke=\"rgba%28170, 170, 170, 1%29\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M6 8l4 4 4-4\"/></svg>")
}

.third-party-location-common-description a{
  --tw-text-opacity:1;
  color:rgba(0, 61, 157, var(--tw-text-opacity))
}

.tw-prose blockquote p:first-of-type:before,.tw-prose blockquote p:last-of-type:after{
  content:none
}

.disabled\:tw-text-n400:disabled, .disabled\:tw-text-n600:disabled{
  opacity:1
}

.disabled\:tw-text-n400:disabled,.disabled\:tw-text-n600:disabled{
  -webkit-text-fill-color:#717171
}

.question-field-error-blurb *, .question-field-error-blurb * ::after, .question-field-error-blurb * ::before{
  --tw-text-opacity:1 !important;
  color:rgba(204, 40, 40, var(--tw-text-opacity)) !important
}

/* purgecss end ignore */
/* purgecss start ignore */

[dir=rtl] .tw-prose ol>li, [dir=rtl] .tw-prose ul>li{
  padding-right:1.75rem;
  padding-left:0px
}

[dir=rtl] .tw-prose ol>li:before, [dir=rtl] .tw-prose ul>li:before{
  right:0px;
  left:auto
}

[dir=rtl] .tw-prose blockquote{
  border-right-width:3px;
  border-left-width:0px;
  --tw-border-opacity:1;
  border-color:rgba(229, 231, 235, var(--tw-border-opacity));
  padding-right:1rem;
  padding-left:0px
}

[dir=rtl] select,[dir=rtl] .dropdown-icon,[dir=rtl] .dropdown-icon-disabled{
  background-position:left .5rem center !important
}

[dir=rtl] .CalendarMonth_caption{
  text-align:right
}

[dir=rtl] .calendar__prev{
  right:auto;
  left:3rem
}

[dir=rtl] .calendar__next{
  right:auto;
  left:1rem
}

[dir=rtl] .rtl-rotate-180{
  transform:rotate(180deg)
}

/* purgecss end ignore */
