@font-face{font-family:"SchmalfetteCP";src:url("/fonts/SchmalfetteCP.otf")}
.rdrCalendarWrapper {
  box-sizing: border-box;
  background: #ffffff;
  display: inline-flex;
  flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.rdrDateDisplay{
  display: flex;
  justify-content: space-between;
}

.rdrDateDisplayItem{
  flex: 1 1;
  width: 0;
  text-align: center;
  color: inherit;
}

.rdrDateDisplayItem + .rdrDateDisplayItem{
    margin-left: 0.833em;
  }

.rdrDateDisplayItem input{
    text-align: inherit
  }

.rdrDateDisplayItem input:disabled{
      cursor: default;
    }

.rdrDateDisplayItemActive{}

.rdrMonthAndYearWrapper {
  box-sizing: inherit;
  display: flex;
  justify-content: space-between;
}

.rdrMonthAndYearPickers{
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rdrMonthPicker{}

.rdrYearPicker{}

.rdrNextPrevButton {
  box-sizing: inherit;
  cursor: pointer;
  outline: none;
}

.rdrPprevButton {}

.rdrNextButton {}

.rdrMonths{
  display: flex;
}

.rdrMonthsVertical{
  flex-direction: column;
}

.rdrMonthsHorizontal > div > div > div{
  display: flex;
  flex-direction: row;
}

.rdrMonth{
  width: 27.667em;
}

.rdrWeekDays{
  display: flex;
}

.rdrWeekDay {
  flex-basis: calc(100% / 7);
  box-sizing: inherit;
  text-align: center;
}

.rdrDays{
  display: flex;
  flex-wrap: wrap;
}

.rdrDateDisplayWrapper{}

.rdrMonthName{}

.rdrInfiniteMonths{
  overflow: auto;
}

.rdrDateRangeWrapper{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.rdrDateInput {
  position: relative;
}

.rdrDateInput input {
    outline: none;
  }

.rdrDateInput .rdrWarning {
    position: absolute;
    font-size: 1.6em;
    line-height: 1.6em;
    top: 0;
    right: .25em;
    color: #FF0000;
  }

.rdrDay {
  box-sizing: inherit;
  width: calc(100% / 7);
  position: relative;
  font: inherit;
  cursor: pointer;
}

.rdrDayNumber {
  display: block;
  position: relative;
}

.rdrDayNumber span{
    color: #1d2429;
  }

.rdrDayDisabled {
  cursor: not-allowed;
}

@supports (-ms-ime-align: auto) {
  .rdrDay {
    flex-basis: 14.285% !important;
  }
}

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge{
  pointer-events: none;
}

.rdrInRange{}

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview{
  pointer-events: none;
}

.rdrDayHovered{}

.rdrDayActive{}

.rdrDateRangePickerWrapper{
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.rdrDefinedRangesWrapper{}

.rdrStaticRanges{
  display: flex;
  flex-direction: column;
}

.rdrStaticRange{
  font-size: inherit;
}

.rdrStaticRangeLabel{}

.rdrInputRanges{}

.rdrInputRange{
  display: flex;
}

.rdrInputRangeInput{}

.rdrCalendarWrapper{
  color: #000000;
  font-size: 12px;
}

.rdrDateDisplayWrapper{
  background-color: rgb(239, 242, 247);
}

.rdrDateDisplay{
  margin: 0.833em;
}

.rdrDateDisplayItem{
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 1px 2px 0 rgba(35, 57, 66, 0.21);
  border: 1px solid transparent;
}

.rdrDateDisplayItem input{
    cursor: pointer;
    height: 2.5em;
    line-height: 2.5em;
    border: 0px;
    background: transparent;
    width: 100%;
    color: #849095;
  }

.rdrDateDisplayItemActive{
  border-color: currentColor;
}

.rdrDateDisplayItemActive input{
    color: #7d888d
  }

.rdrMonthAndYearWrapper {
  align-items: center;
  height: 60px;
  padding-top: 10px;
}

.rdrMonthAndYearPickers{
  font-weight: 600;
}

.rdrMonthAndYearPickers select{
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    padding: 10px 30px 10px 10px;
    border-radius: 4px;
    outline: 0;
    color: #3e484f;
    background: url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;
    background-position: right 8px center;
    cursor: pointer;
    text-align: center
  }

.rdrMonthAndYearPickers select:hover{
      background-color: rgba(0,0,0,0.07);
    }

.rdrMonthPicker, .rdrYearPicker{
  margin: 0 5px
}

.rdrNextPrevButton {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 0.833em;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #EFF2F7
}

.rdrNextPrevButton:hover{
    background: #E1E7F0;
  }

.rdrNextPrevButton i {
    display: block;
    width: 0;
    height: 0;
    padding: 0;
    text-align: center;
    border-style: solid;
    margin: auto;
    transform: translate(-3px, 0px);
  }

.rdrPprevButton i {
    border-width: 4px 6px 4px 4px;
    border-color: transparent rgb(52, 73, 94) transparent transparent;
    transform: translate(-3px, 0px);
  }

.rdrNextButton i {
    margin: 0 0 0 7px;
    border-width: 4px 4px 4px 6px;
    border-color: transparent transparent transparent rgb(52, 73, 94);
    transform: translate(3px, 0px);
  }

.rdrWeekDays {
  padding: 0 0.833em;
}

.rdrMonth{
  padding: 0 0.833em 1.666em 0.833em;
}

.rdrMonth .rdrWeekDays {
    padding: 0;
  }

.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{
  display: none;
}

.rdrWeekDay {
  font-weight: 400;
  line-height: 2.667em;
  color: rgb(132, 144, 149);
}

.rdrDay {
  background: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 0;
  padding: 0;
  line-height: 3.000em;
  height: 3.000em;
  text-align: center;
  color: #1d2429
}

.rdrDay:focus {
    outline: 0;
  }

.rdrDayNumber {
  outline: 0;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  top: 5px;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rdrDayToday .rdrDayNumber span{
  font-weight: 500
}

.rdrDayToday .rdrDayNumber span:after{
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #3d91ff;
  }

.rdrDayToday:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span:after{
      background: #fff;
    }

.rdrDay:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span{
          color: rgba(255, 255, 255, 0.85);
        }

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge{
  background: currentColor;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 5px;
}

.rdrSelected{
  left: 2px;
  right: 2px;
}

.rdrInRange{}

.rdrStartEdge{
  border-top-left-radius: 1.042em;
  border-bottom-left-radius: 1.042em;
  left: 2px;
}

.rdrEndEdge{
  border-top-right-radius: 1.042em;
  border-bottom-right-radius: 1.042em;
  right: 2px;
}

.rdrSelected{
  border-radius: 1.042em;
}

.rdrDayStartOfMonth .rdrInRange, .rdrDayStartOfMonth .rdrEndEdge, .rdrDayStartOfWeek .rdrInRange, .rdrDayStartOfWeek .rdrEndEdge{
    border-top-left-radius: 1.042em;
    border-bottom-left-radius: 1.042em;
    left: 2px;
  }

.rdrDayEndOfMonth .rdrInRange,  .rdrDayEndOfMonth .rdrStartEdge,  .rdrDayEndOfWeek .rdrInRange,  .rdrDayEndOfWeek .rdrStartEdge{
    border-top-right-radius: 1.042em;
    border-bottom-right-radius: 1.042em;
    right: 2px;
  }

.rdrDayStartOfMonth .rdrDayInPreview, .rdrDayStartOfMonth .rdrDayEndPreview, .rdrDayStartOfWeek .rdrDayInPreview, .rdrDayStartOfWeek .rdrDayEndPreview{
    border-top-left-radius: 1.333em;
    border-bottom-left-radius: 1.333em;
    border-left-width: 1px;
    left: 0px;
  }

.rdrDayEndOfMonth .rdrDayInPreview, .rdrDayEndOfMonth .rdrDayStartPreview, .rdrDayEndOfWeek .rdrDayInPreview, .rdrDayEndOfWeek .rdrDayStartPreview{
   border-top-right-radius: 1.333em;
   border-bottom-right-radius: 1.333em;
   border-right-width: 1px;
   right: 0px;
 }

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview{
  background: rgba(255, 255, 255, 0.09);
  position: absolute;
  top: 3px;
  left: 0px;
  right: 0px;
  bottom: 3px;
  pointer-events: none;
  border: 0px solid currentColor;
  z-index: 1;
}

.rdrDayStartPreview{
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 1.333em;
  border-bottom-left-radius: 1.333em;
  left: 0px;
}

.rdrDayInPreview{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.rdrDayEndPreview{
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-right-radius: 1.333em;
  border-bottom-right-radius: 1.333em;
  right: 0px;
}

.rdrDefinedRangesWrapper{
  font-size: 12px;
  width: 226px;
  border-right: solid 1px #eff2f7;
  background: #fff;
}

.rdrDefinedRangesWrapper .rdrStaticRangeSelected{
    color: currentColor;
    font-weight: 600;
  }

.rdrStaticRange{
  border: 0;
  cursor: pointer;
  display: block;
  outline: 0;
  border-bottom: 1px solid #eff2f7;
  padding: 0;
  background: #fff
}

.rdrStaticRange:hover .rdrStaticRangeLabel,.rdrStaticRange:focus .rdrStaticRangeLabel{
      background: #eff2f7;
    }

.rdrStaticRangeLabel{
  display: block;
  outline: 0;
  line-height: 18px;
  padding: 10px 20px;
  text-align: left;
}

.rdrInputRanges{
  padding: 10px 0;
}

.rdrInputRange{
  align-items: center;
  padding: 5px 20px;
}

.rdrInputRangeInput{
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  border: solid 1px rgb(222, 231, 235);
  margin-right: 10px;
  color: rgb(108, 118, 122)
}

.rdrInputRangeInput:focus, .rdrInputRangeInput:hover{
    border-color: rgb(180, 191, 196);
    outline: 0;
    color: #333;
  }

.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{
  content: '';
  border: 1px solid currentColor;
  border-radius: 1.333em;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0px;
  right: 0px;
  background: transparent;
}

.rdrDayPassive{
  pointer-events: none;
}

.rdrDayPassive .rdrDayNumber span{
    color: #d5dce0;
  }

.rdrDayPassive .rdrInRange, .rdrDayPassive .rdrStartEdge, .rdrDayPassive .rdrEndEdge, .rdrDayPassive .rdrSelected, .rdrDayPassive .rdrDayStartPreview, .rdrDayPassive .rdrDayInPreview, .rdrDayPassive .rdrDayEndPreview{
    display: none;
  }

.rdrDayDisabled {
  background-color: rgb(248, 248, 248);
}

.rdrDayDisabled .rdrDayNumber span{
    color: #aeb9bf;
  }

.rdrDayDisabled .rdrInRange, .rdrDayDisabled .rdrStartEdge, .rdrDayDisabled .rdrEndEdge, .rdrDayDisabled .rdrSelected, .rdrDayDisabled .rdrDayStartPreview, .rdrDayDisabled .rdrDayInPreview, .rdrDayDisabled .rdrDayEndPreview{
    filter: grayscale(100%) opacity(60%);
  }

.rdrMonthName{
  text-align: left;
  font-weight: 600;
  color: #849095;
  padding: 0.833em;
}

*, ::before, ::after {
  --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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: var(--font-sans); /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

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;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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;
}

/*
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)
3. Remove gaps between table borders by default.
*/

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
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.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}.container {
  width: 100%;
}@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}.visible {
  visibility: visible;
}.collapse {
  visibility: collapse;
}.static {
  position: static;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.order-1 {
  order: 1;
}.order-2 {
  order: 2;
}.order-3 {
  order: 3;
}.order-4 {
  order: 4;
}.order-6 {
  order: 6;
}.col-span-2 {
  grid-column: span 2 / span 2;
}.row-span-3 {
  grid-row: span 3 / span 3;
}.m-0 {
  margin: 0px;
}.m-auto {
  margin: auto;
}.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}.mx-\[-20px\] {
  margin-left: -20px;
  margin-right: -20px;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}.mb-0 {
  margin-bottom: 0px;
}.mb-10 {
  margin-bottom: 2.5rem;
}.mb-12 {
  margin-bottom: 3rem;
}.mb-16 {
  margin-bottom: 4rem;
}.mb-2 {
  margin-bottom: 0.5rem;
}.mb-20 {
  margin-bottom: 5rem;
}.mb-24 {
  margin-bottom: 6rem;
}.mb-3 {
  margin-bottom: 0.75rem;
}.mb-32 {
  margin-bottom: 8rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-5 {
  margin-bottom: 1.25rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mb-8 {
  margin-bottom: 2rem;
}.mb-\[-20px\] {
  margin-bottom: -20px;
}.mb-\[25px\] {
  margin-bottom: 25px;
}.mb-\[50px\] {
  margin-bottom: 50px;
}.mr-4 {
  margin-right: 1rem;
}.mt-1 {
  margin-top: 0.25rem;
}.mt-10 {
  margin-top: 2.5rem;
}.mt-16 {
  margin-top: 4rem;
}.mt-2 {
  margin-top: 0.5rem;
}.mt-20 {
  margin-top: 5rem;
}.mt-28 {
  margin-top: 7rem;
}.mt-3 {
  margin-top: 0.75rem;
}.mt-5 {
  margin-top: 1.25rem;
}.mt-6 {
  margin-top: 1.5rem;
}.mt-8 {
  margin-top: 2rem;
}.mt-\[10px\] {
  margin-top: 10px;
}.mt-\[20px\] {
  margin-top: 20px;
}.mt-\[30px\] {
  margin-top: 30px;
}.block {
  display: block;
}.inline-block {
  display: inline-block;
}.inline {
  display: inline;
}.flex {
  display: flex;
}.inline-flex {
  display: inline-flex;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.h-12 {
  height: 3rem;
}.h-2 {
  height: 0.5rem;
}.h-6 {
  height: 1.5rem;
}.h-\[13px\] {
  height: 13px;
}.h-\[140px\] {
  height: 140px;
}.h-\[198px\] {
  height: 198px;
}.h-\[1px\] {
  height: 1px;
}.h-\[200px\] {
  height: 200px;
}.h-\[24px\] {
  height: 24px;
}.h-\[252px\] {
  height: 252px;
}.h-\[300px\] {
  height: 300px;
}.h-\[32px\] {
  height: 32px;
}.h-\[48px\] {
  height: 48px;
}.h-auto {
  height: auto;
}.h-full {
  height: 100%;
}.h-screen {
  height: 100vh;
}.min-h-\[300px\] {
  min-height: 300px;
}.min-h-screen {
  min-height: 100vh;
}.w-12 {
  width: 3rem;
}.w-2 {
  width: 0.5rem;
}.w-6 {
  width: 1.5rem;
}.w-\[140px\] {
  width: 140px;
}.w-\[17px\] {
  width: 17px;
}.w-\[1px\] {
  width: 1px;
}.w-\[228px\] {
  width: 228px;
}.w-\[24px\] {
  width: 24px;
}.w-\[32px\] {
  width: 32px;
}.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}.w-full {
  width: 100%;
}.min-w-0 {
  min-width: 0px;
}.min-w-14 {
  min-width: 3.5rem;
}.max-w-2xl {
  max-width: 42rem;
}.max-w-3xl {
  max-width: 48rem;
}.max-w-\[1080px\] {
  max-width: 1080px;
}.max-w-\[108px\] {
  max-width: 108px;
}.max-w-\[110px\] {
  max-width: 110px;
}.max-w-\[1140px\] {
  max-width: 1140px;
}.max-w-\[1160px\] {
  max-width: 1160px;
}.max-w-\[1166px\] {
  max-width: 1166px;
}.max-w-\[1180px\] {
  max-width: 1180px;
}.max-w-\[140px\] {
  max-width: 140px;
}.max-w-\[1440px\] {
  max-width: 1440px;
}.max-w-\[150px\] {
  max-width: 150px;
}.max-w-\[300px\] {
  max-width: 300px;
}.max-w-\[338px\] {
  max-width: 338px;
}.max-w-\[350px\] {
  max-width: 350px;
}.max-w-md {
  max-width: 28rem;
}.max-w-screen-2xl {
  max-width: 1536px;
}.flex-1 {
  flex: 1 1 0%;
}.flex-shrink-0 {
  flex-shrink: 0;
}.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@keyframes crossfade {

  0% {
    opacity: 0;
    visibility: visible;
    z-index: 10;
  }

  100% {
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }
}.animate-crossfade {
  animation: crossfade 1s ease-in-out forwards;
}.cursor-grab {
  cursor: grab;
}.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}.resize {
  resize: both;
}.grid-flow-row {
  grid-auto-flow: row;
}.grid-flow-col {
  grid-auto-flow: column;
}.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}.flex-row {
  flex-direction: row;
}.flex-col {
  flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}.place-content-start {
  place-content: start;
}.items-center {
  align-items: center;
}.justify-start {
  justify-content: flex-start;
}.justify-end {
  justify-content: flex-end;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.gap-0 {
  gap: 0px;
}.gap-1 {
  gap: 0.25rem;
}.gap-10 {
  gap: 2.5rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-3 {
  gap: 0.75rem;
}.gap-4 {
  gap: 1rem;
}.gap-5 {
  gap: 1.25rem;
}.gap-6 {
  gap: 1.5rem;
}.gap-\[10px\] {
  gap: 10px;
}.gap-\[30px\] {
  gap: 30px;
}.gap-\[40px\] {
  gap: 40px;
}.gap-\[50px\] {
  gap: 50px;
}.gap-x-\[80px\] {
  -moz-column-gap: 80px;
       column-gap: 80px;
}.gap-y-20 {
  row-gap: 5rem;
}.gap-y-5 {
  row-gap: 1.25rem;
}.gap-y-\[32px\] {
  row-gap: 32px;
}.gap-y-\[60px\] {
  row-gap: 60px;
}.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}.self-start {
  align-self: flex-start;
}.self-center {
  align-self: center;
}.overflow-auto {
  overflow: auto;
}.overflow-hidden {
  overflow: hidden;
}.overflow-x-auto {
  overflow-x: auto;
}.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.whitespace-pre-wrap {
  white-space: pre-wrap;
}.break-words {
  overflow-wrap: break-word;
}.rounded {
  border-radius: 0.25rem;
}.rounded-\[1px\] {
  border-radius: 1px;
}.rounded-\[32px\] {
  border-radius: 32px;
}.rounded-\[80px\] {
  border-radius: 80px;
}.rounded-full {
  border-radius: 9999px;
}.rounded-lg {
  border-radius: 0.5rem;
}.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}.border {
  border-width: 1px;
}.border-b {
  border-bottom-width: 1px;
}.border-none {
  border-style: none;
}.border-accent-2 {
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
}.border-accent-7 {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity, 1));
}.border-fai-light-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(234 237 240 / var(--tw-border-opacity, 1));
}.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}.bg-accent-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}.bg-accent-7 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 118 252 / var(--tw-bg-opacity, 1));
}.bg-fai-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}.bg-fai-light-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}.bg-fai-light-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 237 240 / var(--tw-bg-opacity, 1));
}.bg-fai-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 79 0 / var(--tw-bg-opacity, 1));
}.bg-fai-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 163 0 / var(--tw-bg-opacity, 1));
}.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 247 218 / var(--tw-bg-opacity, 1));
}.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.p-0 {
  padding: 0px;
}.p-3 {
  padding: 0.75rem;
}.p-4 {
  padding: 1rem;
}.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}.px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-\[0px\] {
  padding-top: 0px;
  padding-bottom: 0px;
}.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}.py-\[17px\] {
  padding-top: 17px;
  padding-bottom: 17px;
}.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}.pb-2 {
  padding-bottom: 0.5rem;
}.pb-4 {
  padding-bottom: 1rem;
}.pb-6 {
  padding-bottom: 1.5rem;
}.pb-\[100px\] {
  padding-bottom: 100px;
}.pb-\[50px\] {
  padding-bottom: 50px;
}.pb-\[60px\] {
  padding-bottom: 60px;
}.pl-\[10px\] {
  padding-left: 10px;
}.pl-\[20px\] {
  padding-left: 20px;
}.pl-\[24px\] {
  padding-left: 24px;
}.pl-\[25px\] {
  padding-left: 25px;
}.pr-\[20px\] {
  padding-right: 20px;
}.pr-\[5px\] {
  padding-right: 5px;
}.pt-0 {
  padding-top: 0px;
}.pt-2 {
  padding-top: 0.5rem;
}.pt-\[20px\] {
  padding-top: 20px;
}.pt-\[30px\] {
  padding-top: 30px;
}.pt-\[50px\] {
  padding-top: 50px;
}.text-center {
  text-align: center;
}.font-\[\'SchmalfetteCP\'\] {
  font-family: 'SchmalfetteCP';
}.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}.font-sans {
  font-family: var(--font-sans);
}.font-serif {
  font-family: var(--font-serif);
}.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}.text-6xl {
  font-size: 2.75rem;
}.text-\[0\.5rem\] {
  font-size: 0.5rem;
}.text-\[0\.67rem\] {
  font-size: 0.67rem;
}.text-\[0\.7rem\] {
  font-size: 0.7rem;
}.text-\[1\.5rem\] {
  font-size: 1.5rem;
}.text-\[11px\] {
  font-size: 11px;
}.text-\[12px\] {
  font-size: 12px;
}.text-\[13px\] {
  font-size: 13px;
}.text-\[14px\] {
  font-size: 14px;
}.text-\[16px\] {
  font-size: 16px;
}.text-\[18px\] {
  font-size: 18px;
}.text-\[20px\] {
  font-size: 20px;
}.text-\[21px\] {
  font-size: 21px;
}.text-\[24px\] {
  font-size: 24px;
}.text-\[2rem\] {
  font-size: 2rem;
}.text-\[32px\] {
  font-size: 32px;
}.text-\[40px\] {
  font-size: 40px;
}.text-\[82px\] {
  font-size: 82px;
}.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}.font-bold {
  font-weight: 700;
}.font-medium {
  font-weight: 500;
}.font-normal {
  font-weight: 400;
}.font-semibold {
  font-weight: 600;
}.uppercase {
  text-transform: uppercase;
}.italic {
  font-style: italic;
}.not-italic {
  font-style: normal;
}.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}.leading-6 {
  line-height: 1.5rem;
}.leading-\[100\%\] {
  line-height: 100%;
}.leading-\[150\%\] {
  line-height: 150%;
}.leading-relaxed {
  line-height: 1.625;
}.leading-snug {
  line-height: 1.375;
}.leading-tight {
  line-height: 1.2;
}.tracking-normal {
  letter-spacing: 0em;
}.tracking-tighter {
  letter-spacing: -.04em;
}.tracking-wide {
  letter-spacing: 0.025em;
}.tracking-wider {
  letter-spacing: 0.05em;
}.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(34 118 252 / var(--tw-text-opacity, 1));
}.text-fai-blue {
  --tw-text-opacity: 1;
  color: rgb(72 160 204 / var(--tw-text-opacity, 1));
}.text-fai-dark {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}.text-fai-gray {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}.text-fai-light-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(249 249 249 / var(--tw-text-opacity, 1));
}.text-fai-light-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}.text-fai-orange {
  --tw-text-opacity: 1;
  color: rgb(255 79 0 / var(--tw-text-opacity, 1));
}.text-fai-url-blue {
  --tw-text-opacity: 1;
  color: rgb(0 129 255 / var(--tw-text-opacity, 1));
}.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}.underline {
  text-decoration-line: underline;
}.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 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);
}.shadow-medium {
  --tw-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0 8px 30px 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-small {
  --tw-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0 5px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.outline {
  outline-style: solid;
}.blur {
  --tw-blur: blur(8px);
  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: 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);
}.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-1000 {
  transition-duration: 1000ms;
}.duration-200 {
  transition-duration: 200ms;
}.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}*,*::before,*::after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}.searchContainer{max-width:1140px;width:100%;margin:0 auto;padding:0 16px}.ais-Panel{margin:0 auto;background-color:rgba(0,0,0,0);justify-self:start;position:relative}.ais-Panel .ais-Panel-header{display:flex;height:56px;align-items:center;padding:0px 30px;gap:15px;color:#111;background:#fff;border-radius:50px;text-align:center;width:-moz-max-content;width:max-content;max-width:100%;border:1px solid rgba(0,0,0,0);box-shadow:0px 0px 10px rgba(0,0,0,.03);transition:.225s ease-in all;font-family:var(--font-sans);font-weight:600;font-size:12px;line-height:150%;letter-spacing:1px;text-transform:uppercase}@media(max-width: 650px){.ais-Panel .ais-Panel-header{padding:0px 20px;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.ais-Panel .ais-Panel-header:hover{border:1px solid #4997d0}.ais-Panel .ais-Panel-header:first-child{margin-left:0}.ais-Panel .ais-Panel-header.active{background:#4997d0;color:#fff;border:1px solid #4997d0}.ais-Panel .ais-Panel-header.active:hover{background:rgb(52.7336244541,139.4192139738,202.7663755459)}.searchPagination{display:flex;justify-content:center;padding:48px 0 0 0;gap:16px}.searchPagination .ais-Pagination-item{padding:0;background:rgba(0,0,0,0);margin:0 8px}.searchPagination .ais-Pagination-item a{display:flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:8px 12px;background:#fff;border:1px solid #6b7280;color:#333;font-family:var(--font-sans),sans-serif;font-weight:500;font-size:14px;text-decoration:none;border-radius:16px;transition:all .25s ease;box-sizing:border-box}.searchPagination .ais-Pagination-item a:hover{background:#fff !important;border-color:#6b7280 !important;color:#333 !important;box-shadow:0 2px 4px rgba(0,0,0,.04) !important;transform:translateY(-3px)}.searchPagination .ais-Pagination-item .ais-Pagination-link{height:auto;width:auto;padding:8px 12px;border-radius:16px;min-width:44px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.searchPagination .ais-Pagination-item.ais-Pagination-item--selected a{background-color:#4997d0;color:#fff;border:2px solid #4997d0}.searchPagination .ais-Pagination-item.ais-Pagination-item--selected a:hover{background-color:#4997d0 !important;color:#fff !important;border:2px solid #4997d0 !important;transform:translateY(-3px)}.searchPagination .ais-Pagination-item.ais-Pagination-item--disabled a{background:#f5f5f5;color:#ccc;border:2px solid #d1d5db;cursor:not-allowed}.searchPagination .ais-Pagination-item.ais-Pagination-item--disabled a:hover{background:#f5f5f5 !important;color:#ccc !important;border:2px solid #d1d5db !important;cursor:not-allowed !important;transform:none}.searchPagination .ais-Pagination-item.ais-Pagination-item--firstPage a,.searchPagination .ais-Pagination-item.ais-Pagination-item--previousPage a,.searchPagination .ais-Pagination-item.ais-Pagination-item--nextPage a,.searchPagination .ais-Pagination-item.ais-Pagination-item--lastPage a{font-weight:600}.searchPagination .ais-ClearRefinements-button:disabled[disabled],.searchPagination .ais-InfiniteHits-loadMore:disabled[disabled],.searchPagination .ais-InfiniteHits-loadPrevious:disabled[disabled],.searchPagination .ais-Pagination-item--disabled .ais-Pagination-link,.searchPagination .ais-GeoSearch-redo--disabled,.searchPagination .ais-GeoSearch-reset--disabled,.searchPagination .ais-VoiceSearch-button:disabled{background-image:none;color:#ccc;cursor:not-allowed}.ais-Hits-item.searchResultsItem{width:100%;display:flex;flex-direction:column;height:100%;padding:0;border:none;border-radius:3px;box-shadow:none;margin-bottom:20px}.ais-Hits-item.searchResultsItem a{width:100%}.searchResultsList{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.ais-Panel-body{position:absolute;top:56px;background:#fff;border:1px solid #f9f9f9;box-shadow:0px 0px 10px rgba(0,0,0,.03);border-radius:28px;z-index:10000}.ais-Panel-body.hidden{display:none}.ais-RefinementList{border:1px solid #f9f9f9;box-shadow:0px 0px 10px rgba(0,0,0,.03);border-radius:28px;padding:24px;top:16px;border:24px;background:#fff;left:0}.ais-RefinementList .ais-RefinementList-list{overflow-y:auto;max-height:300px;height:auto;width:280px}.ais-RefinementList .ais-RefinementList-item{padding:8px 0}.ais-RefinementList .ais-RefinementList-item .ais-RefinementList-label{font-family:var(--font-serif);font-style:normal;font-weight:400;font-size:14px;line-height:150%;display:flex;align-items:center;color:#111}.ais-RefinementList .ais-RefinementList-item:hover .ais-RefinementList-checkbox{color:#fff;border:1px solid #4997d0}.ais-RefinementList .ais-RefinementList-item .ais-RefinementList-checkbox{color:#4997d0;border:1px solid #ccc9c4}.ais-RefinementList .ais-RefinementList-item--selected .ais-RefinementList-checkbox{background-image:url("/images/white-checkmark.svg");background-repeat:no-repeat;background-color:#4997d0;color:#fff}.ais-SearchBox .ais-SearchBox-form::before{background-repeat:no-repeat}.ais-SearchBox .ais-SearchBox-form{background:rgba(0,0,0,0);height:unset;margin-bottom:20px;z-index:unset}.ais-SearchBox .ais-SearchBox-form .ais-SearchBox-input{background:#fff;border:1px solid #f9f9f9;box-shadow:0px 0px 10px rgba(0,0,0,.03);border-radius:80px;padding:24px 52px}@media screen and (max-width: 960px){.searchResultsList{grid-template-columns:1fr 1fr}.ais-Hits-item.searchResultsItem{max-width:unset}}@media screen and (max-width: 650px){.searchResultsList{grid-template-columns:1fr}.ais-Hits-item.searchResultsItem{max-width:100%}.searchPagination{padding:32px 0 24px 0;gap:12px}.searchPagination .ais-Pagination-item{margin:0 6px}.searchPagination .ais-Pagination-item a{min-width:40px;height:40px;padding:6px 10px;font-size:13px}.searchPagination .ais-Pagination-item a:hover{background:#fff !important;border-color:#6b7280 !important;color:#333 !important;box-shadow:0 2px 4px rgba(0,0,0,.04) !important;transform:translateY(-3px)}.searchPagination .ais-Pagination-item.ais-Pagination-item--selected a:hover{background-color:#4997d0 !important;color:#fff !important;border:2px solid #4997d0 !important;transform:translateY(-3px)}.searchPagination .ais-Pagination-item.ais-Pagination-item--disabled a:hover{background:#f5f5f5 !important;color:#ccc !important;border:2px solid #d1d5db !important;cursor:not-allowed !important;transform:none}.ais-Panel{width:100%}.ais-Panel .ais-Panel-header{width:100%;justify-content:center}.ais-Panel .ais-Panel-body{width:100%;max-width:calc(100vw - 40px);left:0;right:0}.ais-Panel .ais-Panel-body .ais-RefinementList{width:100%}.ais-Panel .ais-Panel-body .ais-RefinementList .ais-RefinementList-list{width:100%}}html{font-size:20px}body{font-family:var(--font-serif);font-weight:400;font-size:1rem;margin:0;overflow-x:hidden;color:#111}a{text-decoration:none;color:inherit}footer a:hover{color:#ff4f00 !important}footer a.bg-fai-orange:hover{color:inherit !important}input{outline:none}article a{color:#4997d0;text-decoration:underline}article a.sanity-button,article a.sanity-button:hover,article a.sanity-button:focus,article a.sanity-button:active,article a.sanity-button:visited,div article a.sanity-button,div article a.sanity-button:hover,div article a.sanity-button:focus,div article a.sanity-button:active,div article a.sanity-button:visited,main article a.sanity-button,main article a.sanity-button:hover,main article a.sanity-button:focus,main article a.sanity-button:active,main article a.sanity-button:visited{color:inherit !important;text-decoration:none !important;text-decoration-line:none !important;text-decoration-style:none !important;text-decoration-color:rgba(0,0,0,0) !important;border-bottom:none !important;text-underline-offset:unset !important;-webkit-text-decoration:none !important;-moz-text-decoration:none !important}article a.sanity-button.sanity-button-override,article a.sanity-button.sanity-button-override:hover,article a.sanity-button.sanity-button-override:focus,article a.sanity-button.sanity-button-override:active,article a.sanity-button.sanity-button-override:visited,a.sanity-button.sanity-button-override[data-no-underline=true],a.sanity-button.sanity-button-override[data-no-underline=true]:hover,a.sanity-button.sanity-button-override[data-no-underline=true]:focus,a.sanity-button.sanity-button-override[data-no-underline=true]:active,a.sanity-button.sanity-button-override[data-no-underline=true]:visited{text-decoration:none !important;text-decoration-line:none !important;text-decoration-style:none !important;text-decoration-color:rgba(0,0,0,0) !important;border-bottom:none !important;text-underline-offset:unset !important;-webkit-text-decoration:none !important;-moz-text-decoration:none !important}.header{padding:20px 24px}h2.section-title{font-family:"SchmalfetteCP"}.events{background-image:linear-gradient(180deg, #1c2628 18.4%, #111111 88.6%),url(/_next/static/media/events-bg.868cc73b.jpeg);background-position:bottom;background-repeat:no-repeat;background-size:cover}.events .display{padding:203px 60px 139px 60px}.events .display .content-w .pill{background-color:#ffa300;height:26px;padding:4px 10px;border-radius:16px;width:100%;max-width:109px;margin:0 0 24px 0}.events .display .content-w .pill h3{font-size:.6rem;color:#111;font-family:var(--font-serif);font-weight:400;line-height:150%;display:flex;align-items:center;justify-content:center;margin:0 auto;text-align:center;letter-spacing:1px;text-transform:uppercase;width:100%}.events .display .content-w h1{font-family:var(--font-serif);font-style:normal;font-weight:700;font-size:4.6rem;line-height:120%;color:#f9f9f9;margin-bottom:20px}.events .display .content-w h2{font-family:"SchmalfetteCP";font-weight:700;font-size:1.6rem;line-height:150%;color:#4997d0;margin:0 auto 20px auto}.events .display .content-w p{font-family:var(--font-serif);font-weight:400;font-size:24px;line-height:150%;color:#fff;margin:0 auto 20px auto}.events .display .content-w .btnBox{display:flex;width:100%;max-width:571px;justify-content:space-between}.box-list-contain{padding:0px 54px}.box-list-contain.margin-none{margin-bottom:0}.box-list-contain.margin-small{margin-bottom:30px}.box-list-contain.margin-medium{margin-bottom:60px}.box-list-contain.margin-large{margin-bottom:90px}.box-list-contain.margin-xl{margin-bottom:120px}.box-list-contain .box-list{margin:0 auto;max-width:1140px}.box-list-contain .box-list .box{display:flex;flex-wrap:none;align-items:stretch;justify-content:space-between;background-color:#111;margin:0px auto 20px auto;height:100%}.box-list-contain .box-list .box .box-text{padding:58px 96px 58px 60px;width:100%;height:100%}.box-list-contain .box-list .box .box-text h2{font-size:3rem;color:#fff;font-family:"SchmalfetteCP";font-style:normal;font-weight:400;font-size:52px;line-height:120%;margin:0 auto 20px 0}.box-list-contain .box-list .box .box-text p{color:#eaedf0;font-family:var(--font-serif);font-style:normal;font-weight:400;font-size:24px;line-height:150%}.box-list-contain .box-list .box .box-image-contain{max-width:289px;width:100%;justify-self:end}.box-list-contain .box-list .box .box-image-contain .box-image{-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.speakerGrid{display:flex}@media(max-width: 600px){.speakerGrid{display:grid}}.box-row-contain{padding:150px 0px 200px 50px;background-color:#eaedf0}.box-row-contain .head-row{display:flex;align-items:baseline;justify-content:space-between;max-width:1140px;margin:0 auto 60px auto;padding-right:20px}.box-row-contain .head-row h2{font-weight:300;font-size:3rem;color:#111;width:auto;font-family:"SchmalfetteCP";line-height:150%}.box-row-contain .head-row #head-row-cta{display:flex}.box-row-contain .box-row{margin:0 auto;max-width:1140px;width:100%;display:flex;gap:21px;overflow-x:hidden;align-items:stretch}.box-row-contain .box-row .box{width:366px}.box-row-contain .box-row .box .box-text{padding:30px;width:100%;background-color:#fff}.box-row-contain .box-row .box .box-text h2{font-size:1.2rem;color:#111;font-family:"SchmalfetteCP";line-height:150%;margin:0 auto 5px 0;font-weight:700}.box-row-contain .box-row .box .box-text h3{font-size:12px;color:#f3724b;font-family:var(--font-sans),sans-serif;line-height:150%;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.box-row-contain .box-row .box .box-text p{font-size:14px;font-weight:400;color:#111;font-family:var(--font-sans),sans-serif;letter-spacing:1.5px;line-height:150%}.box-row-contain .box-row .box .box-image{width:100%;height:auto;margin:0 auto;display:block}.box-row-contain #head-row-cta-mobile{display:none}.publications{padding:0 16px}.publications.margin-none{margin-bottom:0}.publications.margin-small{margin-bottom:30px}.publications.margin-medium{margin-bottom:60px}.publications.margin-large{margin-bottom:90px}.publications.margin-xl{margin-bottom:120px}.publications .container{padding:0px 54px 0px 54px;background-color:#fff;overflow-x:hidden}.publications .container .section-title{font-weight:300;font-size:3rem;color:#111;width:100%;font-family:"SchmalfetteCP";text-align:center;padding-bottom:20px}.publications [data-reach-tab-list],.publications [data-reach-tab]{background:none}.publications .imageContainer{position:relative;width:260px;height:150px}.publications .imageContainer img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.publications [data-reach-tab-panel]{display:none;margin:0 auto;padding:0 0 20px 0;flex-wrap:wrap;justify-content:space-between}.publications [data-reach-tab-panel][tabindex="0"]{display:flex}.publications [data-reach-tab-panel] .article{width:261px;margin-bottom:32px}.publications [data-reach-tab-panel] .article .text-container{padding:16px 0px;width:100%;background-color:#fff}.publications [data-reach-tab-panel] .article .text-container .policy-area{background-color:#ffa300;height:26px;padding:4px 10px;border-radius:16px;width:-moz-max-content;width:max-content;margin:0 0 10px 0}.publications [data-reach-tab-panel] .article .text-container .policy-area h3{font-size:12px;color:#111;font-family:var(--font-sans),sans-serif;font-weight:500;line-height:150%;display:flex;align-items:center;justify-content:center;margin:0 auto;text-align:center;letter-spacing:1px;text-transform:uppercase;width:100%}.publications [data-reach-tab-panel] .article .text-container h2{font-size:1rem;color:#111;font-family:"SchmalfetteCP";line-height:150%;margin:0 auto 10px 0;font-weight:700;text-align:left;width:100%}.publications [data-reach-tab-panel] .article .text-container .article-details{display:grid;justify-items:center;align-items:center;grid-template-columns:auto 1px auto;-moz-column-gap:12px;column-gap:12px;margin:0 auto 0 0;width:-moz-max-content;width:max-content}.publications [data-reach-tab-panel] .article .text-container .article-details p{font-size:12px;color:#111;font-family:var(--font-sans),sans-serif;line-height:150%;font-weight:400;text-transform:uppercase;letter-spacing:1px}.publications [data-reach-tab-panel] .article .text-container .article-details .divider{background:#111;width:1px;height:4px}.publications [data-reach-tab-panel] .article .article-image{width:100%;height:auto;margin:0 auto;display:block}[class*=column-layout_leftColumn] .publications,[class*=column-layout_rightColumn] .publications{padding-left:0;padding-right:0}[class*=column-layout_leftColumn] .publications .container,[class*=column-layout_rightColumn] .publications .container{padding-left:0;padding-right:0}[class*=column-layout_leftColumn] [class*=hero-3_container],[class*=column-layout_rightColumn] [class*=hero-3_container]{padding-left:0 !important;padding-right:0 !important}@media(max-width: 768px){[class*=page-builder_textBlock]{padding-left:0 !important;padding-right:0 !important}}.filter{padding:0px 30px;gap:15px;position:absolute;width:174.69px;height:56px;left:236px;top:0px;background:#fff;box-shadow:0px 0px 10px #111;border-radius:50px}[data-reach-tab-list]{display:flex;grid-template-columns:1fr 1fr 1fr 1fr 1fr;margin:0 auto;width:auto;max-width:873px;padding-bottom:15px;align-content:center;gap:12px}[data-reach-tab-list] [data-reach-tab]{padding:8px;margin:0px auto;border:2px solid rgba(0,0,0,0);text-align:center;font-style:normal;font-weight:400;font-size:20px;line-height:150%;font-family:var(--font-sans),sans-serif;color:#111;cursor:pointer;transition:200ms ease-in all}[data-reach-tab-list] [data-reach-tab]:hover,[data-reach-tab-list] [data-reach-tab]:active,[data-reach-tab-list] [data-reach-tab].active,[data-reach-tab-list] [data-reach-tab][aria-selected=true]{border-bottom:solid 2px;color:#000;font-weight:700}.home-form-contain{padding:150px 54px 150px 54px}.home-form-contain .home-form{background-image:url(/_next/static/media/home-form-bg.c0350141.jpg);background-size:cover;background-position:center;padding:77px 41px 83px 41px;max-width:1140px;margin:0 auto}.home-form-contain .home-form h2{color:#fff;font-size:3rem;line-height:120%;font-family:"SchmalfetteCP";font-weight:400;margin-bottom:60px}.home-form-contain .home-form form .home-subscribe{background:#fff;border-radius:80px;max-width:350px;width:100%;height:58px;display:flex;justify-content:space-between;align-items:center;padding:5px 5px 5px 29px}.home-form-contain .home-form form .home-subscribe input{font-family:var(--font-serif),sans-serif;font-weight:400;font-size:.7rem;line-height:150%;border:none;color:#888;height:48px;width:100%;border-radius:80px}.home-form-contain .home-form form .home-subscribe .blue-sub-btn{border-radius:32px;padding:12px 32px;background-color:#4997d0;font-family:var(--font-serif),sans-serif;font-size:.7rem;line-height:1.71;font-weight:700;border:none}.home-form-contain .home-form form .blue-sub-btn-mobile{display:none;width:100%;border-radius:32px;padding:12px 32px;background-color:#4997d0;font-family:var(--font-serif),sans-serif;font-size:.7rem;line-height:1.71;font-weight:700;border:none}.container{max-width:1440px;width:100%;margin:0 auto}.content{max-width:1040px;padding:0 0px;margin:0 auto}.content-w{max-width:1180px;margin:0 auto}.display-flex{display:flex;justify-content:center;align-items:center;background-color:#1c2628;color:#f9f9f9;padding:214px 60px}.meat{padding:150px 60px 0 60px;background-color:#f9f9f9;color:#1c2628}nav{font-family:var(--font-serif),sans-serif}.nav-tab{font-family:var(--font-serif),sans-serif;font-weight:700;font-size:.6rem;line-height:150%;letter-spacing:1px;text-transform:uppercase;color:#fff}.nav-button{background-color:#4997d0;font-family:var(--font-serif);font-style:normal;font-weight:700;font-size:.7rem;line-height:171%;display:flex;align-items:center;text-align:center;text-transform:capitalize;padding:8px 20px;border-radius:32px;border:none;color:#111}.w-100{width:100%}.w-50{width:50%}.w-33{width:33.33%}.w-25{width:25%}.flex{display:flex}.items-center{align-items:center}.content-center{justify-content:center}.content-between{justify-content:space-between}.bg-dark{background-color:#1c2628}.bg-white{background-color:#fff}.text-light{color:#f9f9f9}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.display-flex h1,.display h1{font-family:var(--font-serif),sans-serif;font-style:normal;font-weight:400;font-size:5.5rem;line-height:120%;color:#f9f9f9;flex:none;order:0;flex-grow:0;margin:0 0 70px 0}.display-flex h2,.display h2{font-family:"SchmalfetteCP";font-style:normal;font-weight:400;font-size:1.6rem;line-height:150%;color:#f9f9f9;flex:none;order:1;align-self:stretch;flex-grow:0}.display-flex p,.display p{font-family:var(--font-serif),sans-serif;font-style:normal;font-weight:400;font-size:1rem;line-height:150%;color:#f9f9f9;flex:none;order:1;align-self:stretch;flex-grow:0}.meat h2{font-family:"SchmalfetteCP";font-style:normal;font-weight:700;font-size:1rem;line-height:150%;color:#111;flex:none;order:0;flex-grow:0;margin:0 auto 20px auto}.meat p{font-family:var(--font-serif),sans-serif;font-style:normal;font-weight:400;font-size:.7rem;line-height:150%;color:#111;flex:none;order:0;flex-grow:0}.btn-grn-out{padding:16px 40px;max-width:200px;border:solid 2px #4997d0;border-radius:32px;text-align:center;font-family:var(--font-serif),sans-serif;font-size:.9rem;line-height:1.34;font-weight:700;color:#fff}.meat ul{list-style-type:disc;padding:0 0 0 14px}.meat ul li{font-family:var(--font-serif),sans-serif;font-style:normal;font-weight:400;font-size:.7rem;line-height:150%;color:#111;flex:none;order:0;flex-grow:0}main ul{list-style-type:disc;margin-left:25px}.piece{margin:0 auto 50px auto}.py-10{padding-top:10rem;padding-bottom:10rem}.p-5{padding:5rem}.pb-5{padding-bottom:5rem}.pt-1{padding-top:1rem}.pt-2{padding-top:2rem}.pt-3{padding-top:3rem}.pt-4{padding-top:4rem}.pt-5{padding-top:5rem}.pt-6{padding-top:6rem}.m-0{margin:0}@media screen and (max-width: 1200px){.box-row-contain .box-row{overflow-x:scroll}}@media screen and (max-width: 1080px){.footer .footer-contain{padding:120px 10px 67px 10px}.footer .footer-contain .footer-grid{display:grid;grid-template-columns:124px 145px 110px 124px;grid-template-rows:auto auto;-moz-column-gap:48px;column-gap:48px;row-gap:60px;max-width:648px;margin:0 auto}.footer .footer-contain .footer-grid .col-1{display:grid;grid-template-columns:1fr;grid-template-rows:min-content min-content;row-gap:60px}.footer .footer-contain .footer-grid .col-1 .logo-box{background-color:#4997d0;width:100px;height:100px;display:flex;align-items:center}.footer .footer-contain .footer-grid .col-1 .logo-box .logo{margin:0 auto}.footer .footer-contain .footer-grid .col-1 .address p{color:#f9f9f9;font-size:.7rem;font-family:var(--font-serif),sans-serif;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-1px}.footer .footer-contain .footer-grid .col-2{display:grid;grid-template-columns:180px 461px;grid-template-rows:min-content min-content min-content;grid-column-start:1;grid-column-end:5;row-gap:30px}.footer .footer-contain .footer-grid .col-2 h3{display:block}.footer .footer-contain .footer-grid .col-2 .bio{grid-column-start:2;grid-column-end:3}.footer .footer-contain .footer-grid .col-2 .bio p{max-width:453px}.footer .footer-contain .footer-grid .col-2 form{grid-column-start:2;grid-column-end:3}.footer .footer-contain .footer-grid .col-2 form .home-subscribe{background:#fff;border-radius:80px;max-width:453px;width:100%;height:58px;display:flex;justify-content:space-between;align-items:center;padding:5px 5px 5px 29px}.footer .footer-contain .footer-grid .col-2 form .home-subscribe input{font-family:var(--font-serif),sans-serif;font-weight:400;font-size:.7rem;line-height:150%;border:none;color:#888;height:48px;width:100%;border-radius:80px}.footer .footer-contain .footer-grid .col-2 form .home-subscribe .blue-sub-btn{border-radius:32px;padding:12px 32px;background-color:#4997d0;font-family:var(--font-serif),sans-serif;font-size:.7rem;line-height:1.71;font-weight:700;border:none}.footer .footer-contain .footer-grid .col-2 form .home-subscribe .blue-sub-btn:hover{cursor:pointer}.footer .footer-contain .footer-grid .col-2 form .blue-sub-btn-mobile{display:none;width:100%;border-radius:32px;padding:12px 32px;background-color:#4997d0;font-family:var(--font-serif),sans-serif;font-size:.7rem;line-height:1.71;font-weight:700;border:none}.footer .footer-contain .footer-grid .col-2 .social-row{display:flex;grid-column-start:1;grid-column-end:2;grid-row-start:3;grid-row-end:4;align-self:end;width:100%;max-width:124px;gap:20px;justify-content:space-between;align-items:center}.footer .footer-contain .footer-grid .col-2 .social-row .social{width:16px}.footer .footer-contain .footer-grid .col-2 .social-row .social .social-image{width:100%}.footer .footer-contain .footer-grid .text-list{grid-template-columns:1fr;grid-template-rows:repeat(auto-fill, 21px);row-gap:30px;margin-inline-start:32px}.footer .footer-contain .footer-grid .text-list li{color:#fff;font-weight:700;font-size:.7rem;font-family:var(--font-serif),sans-serif;line-height:150%;list-style-type:none;letter-spacing:-1px}.footer .footer-contain .copyright{grid-column-start:1;grid-column-end:3}.footer .footer-contain .disclaimer-nav{grid-column-start:3;grid-column-end:5;display:grid;grid-template-columns:119px 1px 104px;width:100%;max-width:253px;justify-content:space-between;justify-self:end;align-items:center;gap:20px}.footer .footer-contain .disclaimer-nav .divider{width:1px;height:13px;background:#f9f9f9;border-radius:1px}}@media screen and (max-width: 768px){.display-flex h1,.display h1{font-size:4.6rem}.display-flex,.display{padding:150px 60px}.meat{padding:150px 60px 0 60px}.events{background-image:linear-gradient(180deg, #1c2628 18.4%, #111111 88.6%),url(/_next/static/media/events-bg.868cc73b.jpeg);background-position:bottom;background-repeat:no-repeat;background-size:cover}.events .display{padding:203px 60px 139px 60px}.events .display .content-w .pill{background-color:#ffa300;height:26px;padding:4px 10px;border-radius:16px;width:100%;max-width:109px;margin:0 0 24px 0}.events .display .content-w .pill h3{font-size:.6rem;color:#111;font-family:var(--font-serif);font-weight:400;line-height:150%;display:flex;align-items:center;justify-content:center;margin:0 auto;text-align:center;letter-spacing:1px;text-transform:uppercase;width:100%}.events .display .content-w h1{font-family:var(--font-serif);font-style:normal;font-weight:700;font-size:4.6rem;line-height:120%;color:#f9f9f9;margin-bottom:20px}.events .display .content-w h2{font-family:"SchmalfetteCP";font-weight:700;font-size:1.6rem;line-height:150%;color:#4997d0;margin:0 auto 20px auto}.events .display .content-w p{font-family:var(--font-serif);font-weight:400;font-size:24px;line-height:150%;color:#fff;margin:0 auto 20px auto}.events .display .content-w .btnBox{display:flex;width:100%;max-width:454px;justify-content:space-between}.box-list-contain{padding:0px 20px}.box-list-contain .box-list .box{display:flex;flex-wrap:nowrap;align-items:stretch;background-color:#111;margin:0px auto 20px auto}.box-list-contain .box-list .box .box-text{padding:131px 60px 60px 60px}.box-list-contain .box-list .box .box-text h2{font-size:2.4rem;margin:0 auto 10px 0;line-height:120%;font-weight:400}.box-list-contain .box-list .box .box-text p{font-size:.8rem}.box-list-contain .box-list .box .box-image-contain{max-width:273px;width:100%}.box-list-contain .box-list .box .box-image-contain .box-image{-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.home .display{padding:136px 60px 216px 60px}.home .display .content-w h1{font-size:4.6rem;margin-bottom:50px}.home .display .content-w h2{font-size:1.2rem;margin-bottom:50px}.box-row-contain{padding:100px 0px 108px 50px;background-color:#eaedf0}.box-row-contain .head-row #head-row-cta{display:none}.box-row-contain #head-row-cta-mobile{display:flex}.box-row-contain .box-row{margin:0 auto 30px auto}.home-form-contain{padding:100px 54px}.home-form-contain .home-form{padding:87px 41px}.home-form-contain .home-form h2{font-size:2.4rem}}@media screen and (max-width: 750px){.display-flex,.display{padding:150px 20px}.meat{padding:150px 20px 0 20px}}@media screen and (max-width: 700px){.box-list-contain{padding:0px 20px}.box-list-contain .box-list .box .box-text h2{font-size:2rem}.footer .footer-contain{padding:60px 20px 18px 20px}.footer .footer-contain .footer-grid{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto auto auto auto;row-gap:60px;max-width:648px;margin:0 auto}.footer .footer-contain .footer-grid .col-1{display:grid;grid-template-columns:1fr 3fr;grid-template-rows:min-content min-content;row-gap:60px;grid-row-start:6;grid-row-end:7}.footer .footer-contain .footer-grid .col-1 .logo-box{background-color:#4997d0;width:100%;max-width:100px;height:auto;display:flex;align-items:center}.footer .footer-contain .footer-grid .col-1 .logo-box .logo{margin:0 auto}.footer .footer-contain .footer-grid .col-1 .address{display:flex;align-items:center;justify-content:center;align-content:center;flex-wrap:wrap;padding:14px 0px;width:100%;max-width:195px;justify-self:end}.footer .footer-contain .footer-grid .col-1 .address p{color:#f9f9f9;font-size:.7rem;font-family:var(--font-serif),sans-serif;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-1px;width:100%}.footer .footer-contain .footer-grid .col-2{display:grid;grid-template-columns:1fr;grid-template-rows:min-content min-content min-content;grid-column-start:1;grid-column-end:2;row-gap:30px}.footer .footer-contain .footer-grid .col-2 h3{display:block;grid-column-start:1;grid-column-end:2;letter-spacing:1px;padding:0px 0px 0px 0px}.footer .footer-contain .footer-grid .col-2 .bio{grid-column-start:1;grid-column-end:2}.footer .footer-contain .footer-grid .col-2 .bio p{max-width:453px}.footer .footer-contain .footer-grid .col-2 form{grid-column-start:1;grid-column-end:2}.footer .footer-contain .footer-grid .col-2 form .home-subscribe{background:#fff;border-radius:80px;max-width:none;width:100%;height:58px;display:flex;justify-content:space-between;align-items:center;padding:5px 5px 5px 29px;margin-bottom:10px}.footer .footer-contain .footer-grid .col-2 form .home-subscribe input{font-family:var(--font-serif),sans-serif;font-weight:400;font-size:.7rem;line-height:150%;border:none;color:#888;height:48px;width:100%}.footer .footer-contain .footer-grid .col-2 form .home-subscribe .blue-sub-btn{display:none}.footer .footer-contain .footer-grid .col-2 form .blue-sub-btn-mobile{display:block}.footer .footer-contain .footer-grid .col-2 .social-row{display:flex;grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:2;align-self:start;width:100%;max-width:180px;gap:34px;justify-content:space-between;align-items:center;padding:0 0 30px 0px}.footer .footer-contain .footer-grid .col-2 .social-row .social{width:16px}.footer .footer-contain .footer-grid .col-2 .social-row .social .social-image{width:100%}.footer .footer-contain .footer-grid .text-list{grid-template-columns:1fr;grid-template-rows:repeat(auto-fill, 21px);row-gap:20px;margin-inline-start:0px}.footer .footer-contain .footer-grid .text-list li{letter-spacing:0px}.footer .footer-contain .copyright{display:none}.footer .footer-contain .disclaimer-nav{display:none}.footer .footer-contain .disclaimer-nav .divider{width:1px;height:13px;background:#f9f9f9;border-radius:1px}}@media screen and (max-width: 600px){[data-reach-tab-panel]{justify-content:center !important}.publications{padding-top:20px !important}.publications .container{padding-top:0;padding:0px 20px 20px}.publications .container .section-title{font-size:32px;margin-bottom:10px}[data-reach-tab-list]{overflow-x:scroll}.nav-tab{display:none}.display-flex h1,.display h1{font-size:2.4rem}.display-flex p,.display p{font-weight:400;font-size:.7rem}.display{padding:62px 20px}.meat{padding:62px 20px 0 20px}.meat h2{font-size:.8rem}.meat p{font-size:.65rem}.btn-grn-out{padding:12px 32px;max-width:160px;border:solid 2px #4997d0;border-radius:32px;text-align:center;font-family:var(--font-serif),sans-serif;font-size:.7rem;line-height:1.34;font-weight:700;color:#fff}.box-list-contain{padding:0px 10px}.box-list-contain .box-list .box{flex-wrap:wrap-reverse;width:100%}.box-list-contain .box-list .box .box-text{padding:30px 20px}.box-list-contain .box-list .box .box-text h2{font-size:2rem}.box-list-contain .box-list .box .box-text p{font-size:.7rem}.box-list-contain .box-list .box .box-image-contain{width:100%;max-width:none;height:182px}.box-list-contain .box-list .box .box-image-contain .box-image{-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.box-row-contain{padding:46px 0px 60px 20px;background-color:#eaedf0}.box-row-contain .head-row{margin:0 auto 20px auto}.box-row-contain .head-row h2{font-size:1.6rem}.box-row-contain .head-row #head-row-cta{display:none}.box-row-contain .box-row{margin:0 auto 30px auto}.box-row-contain .box-row .box{width:260px}.box-row-contain .box-row .box .box-text{padding:20px}.box-row-contain .box-row .box .box-text h2{font-size:1rem}.box-row-contain .box-row .box .box-text h3{font-size:.6rem}.box-row-contain .box-row .box .box-text p{font-size:.65rem}.box-row-contain .box-row .box .box-image{width:100%;height:auto;margin:0 auto;display:block}.home-form-contain{padding:80px 20px}.home-form-contain .home-form{padding:74px 10px}.home-form-contain .home-form h2{font-size:2rem;margin-bottom:73px;padding:0px 10px}.home-form-contain .home-form form .home-subscribe{background:#fff;border-radius:80px;max-width:none;width:100%;height:58px;display:flex;justify-content:space-between;align-items:center;padding:5px 5px 5px 29px;margin-bottom:10px}.home-form-contain .home-form form .home-subscribe input{font-family:var(--font-serif),sans-serif;font-weight:400;font-size:.7rem;line-height:150%;border:none;color:#888;height:48px;width:100%}.home-form-contain .home-form form .home-subscribe .blue-sub-btn{display:none}.home-form-contain .home-form form .blue-sub-btn-mobile{display:block}}@media screen and (max-width: 320px){.nav-button{font-size:.6rem;line-height:200%;padding:4px 20px}.nav-tab{display:none}.header{padding:10px 20px}.home .display{padding:64px 20px 117px 20px}.home .display .content-w h1{font-size:2rem;margin-bottom:30px}.home .display .content-w h2{font-size:.7rem;margin-bottom:30px;max-width:247px}}.signup-form-container.margin-none{margin-bottom:0}.signup-form-container.margin-small{margin-bottom:30px}.signup-form-container.margin-medium{margin-bottom:60px}.signup-form-container.margin-large{margin-bottom:90px}.signup-form-container.margin-xl{margin-bottom:120px}#media.margin-none{margin-bottom:0}#media.margin-small{margin-bottom:30px}#media.margin-medium{margin-bottom:60px}#media.margin-large{margin-bottom:90px}#media.margin-xl{margin-bottom:120px}#books.margin-none{margin-bottom:0}#books.margin-small{margin-bottom:30px}#books.margin-medium{margin-bottom:60px}#books.margin-large{margin-bottom:90px}#books.margin-xl{margin-bottom:120px}@media(max-width: 500px){.footer-logo-address-stack{flex-direction:column !important;gap:20px !important;align-items:flex-start !important}}.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}.hover\:bg-fai-light-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}.hover\:bg-fai-yellow-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 130 0 / var(--tw-bg-opacity, 1));
}.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}.hover\:text-cyan:hover {
  --tw-text-opacity: 1;
  color: rgb(121 255 225 / var(--tw-text-opacity, 1));
}.hover\:text-fai-gray:hover {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}.hover\:text-success:hover {
  --tw-text-opacity: 1;
  color: rgb(0 112 243 / var(--tw-text-opacity, 1));
}.hover\:underline:hover {
  text-decoration-line: underline;
}.hover\:shadow-medium:hover {
  --tw-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0 8px 30px 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\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus\: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);
}.focus\:ring-fai-blue:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(72 160 204 / var(--tw-ring-opacity, 1));
}.active\:cursor-grabbing:active {
  cursor: grabbing;
}.disabled\:opacity-50:disabled {
  opacity: 0.5;
}@media (max-width: 1200px) {

  .max-\[1200px\]\:mx-\[30px\] {
    margin-left: 30px;
    margin-right: 30px;
  }
}@media (max-width: 400px) {

  .max-\[400px\]\:max-w-\[100\%\] {
    max-width: 100%;
  }
}@media (min-width: 600px) {

  .min-\[600px\]\:mt-\[60px\] {
    margin-top: 60px;
  }

  .min-\[600px\]\:flex-row {
    flex-direction: row;
  }
}@media (min-width: 640px) {

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .sm\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-\[198px\] {
    height: 198px;
  }

  .sm\:w-\[116px\] {
    width: 116px;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:max-w-\[140px\] {
    max-width: 140px;
  }

  .sm\:max-w-\[160px\] {
    max-width: 160px;
  }

  .sm\:max-w-\[350px\] {
    max-width: 350px;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:gap-\[54px\] {
    gap: 54px;
  }

  .sm\:gap-\[90px\] {
    gap: 90px;
  }

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .sm\:whitespace-nowrap {
    white-space: nowrap;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

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

  .sm\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

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

  .sm\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

  .sm\:pt-\[90px\] {
    padding-top: 90px;
  }

  .sm\:text-\[60px\] {
    font-size: 60px;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 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);
  }
}@media (min-width: 768px) {

  .md\:invisible {
    visibility: hidden;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

  .md\:order-5 {
    order: 5;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

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

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

  .md\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .md\:mb-\[80px\] {
    margin-bottom: 80px;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mt-\[20px\] {
    margin-top: 20px;
  }

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[376px\] {
    height: 376px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-\[160px\] {
    max-width: 160px;
  }

  .md\:max-w-\[200px\] {
    max-width: 200px;
  }

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

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

  .md\:justify-normal {
    justify-content: normal;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-\[30px\] {
    gap: 30px;
  }

  .md\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:gap-y-32 {
    row-gap: 8rem;
  }

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

  .md\:px-\[54px\] {
    padding-left: 54px;
    padding-right: 54px;
  }

  .md\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-5xl {
    font-size: 2.5rem;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
  }

  .md\:text-8xl {
    font-size: 6.25rem;
  }

  .md\:text-\[130px\] {
    font-size: 130px;
  }

  .md\:text-\[14px\] {
    font-size: 14px;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[21px\] {
    font-size: 21px;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

  .md\:text-\[2rem\] {
    font-size: 2rem;
  }

  .md\:text-\[3rem\] {
    font-size: 3rem;
  }

  .md\:text-\[40px\] {
    font-size: 40px;
  }

  .md\:text-\[60px\] {
    font-size: 60px;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .min-\[768px\]\:max-w-\[250px\] {
    max-width: 250px;
  }

  .min-\[768px\]\:gap-8 {
    gap: 2rem;
  }
}@media (min-width: 1000px) {

  .min-\[1000px\]\:max-w-\[300px\] {
    max-width: 300px;
  }
}@media (min-width: 1024px) {

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:h-\[140px\] {
    height: 140px;
  }

  .lg\:h-\[205px\] {
    height: 205px;
  }

  .lg\:h-\[501px\] {
    height: 501px;
  }

  .lg\:w-\[140px\] {
    width: 140px;
  }

  .lg\:w-\[205px\] {
    width: 205px;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:p-\[150px\] {
    padding: 150px;
  }

  .lg\:px-\[70px\] {
    padding-left: 70px;
    padding-right: 70px;
  }

  .lg\:pb-\[150px\] {
    padding-bottom: 150px;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-6xl {
    font-size: 2.75rem;
  }

  .lg\:text-8xl {
    font-size: 6.25rem;
  }

  .lg\:text-\[200px\] {
    font-size: 200px;
  }

  .lg\:text-\[24px\] {
    font-size: 24px;
  }
}
.ais-Breadcrumb-list,.ais-CurrentRefinements-list,.ais-HierarchicalMenu-list,.ais-Hits-list,.ais-Results-list,.ais-InfiniteHits-list,.ais-InfiniteResults-list,.ais-Menu-list,.ais-NumericMenu-list,.ais-Pagination-list,.ais-RatingMenu-list,.ais-RefinementList-list,.ais-ToggleRefinement-list{margin:0;padding:0;list-style:none}.ais-ClearRefinements-button,.ais-CurrentRefinements-delete,.ais-CurrentRefinements-reset,.ais-GeoSearch-redo,.ais-GeoSearch-reset,.ais-HierarchicalMenu-showMore,.ais-InfiniteHits-loadPrevious,.ais-InfiniteHits-loadMore,.ais-InfiniteResults-loadMore,.ais-Menu-showMore,.ais-RangeInput-submit,.ais-RefinementList-showMore,.ais-SearchBox-submit,.ais-SearchBox-reset,.ais-VoiceSearch-button{padding:0;overflow:visible;font:inherit;line-height:normal;color:inherit;background:none;border:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ais-ClearRefinements-button::-moz-focus-inner,.ais-CurrentRefinements-delete::-moz-focus-inner,.ais-CurrentRefinements-reset::-moz-focus-inner,.ais-GeoSearch-redo::-moz-focus-inner,.ais-GeoSearch-reset::-moz-focus-inner,.ais-HierarchicalMenu-showMore::-moz-focus-inner,.ais-InfiniteHits-loadPrevious::-moz-focus-inner,.ais-InfiniteHits-loadMore::-moz-focus-inner,.ais-InfiniteResults-loadMore::-moz-focus-inner,.ais-Menu-showMore::-moz-focus-inner,.ais-RangeInput-submit::-moz-focus-inner,.ais-RefinementList-showMore::-moz-focus-inner,.ais-SearchBox-submit::-moz-focus-inner,.ais-SearchBox-reset::-moz-focus-inner,.ais-VoiceSearch-button::-moz-focus-inner{padding:0;border:0}.ais-ClearRefinements-button[disabled],.ais-CurrentRefinements-delete[disabled],.ais-CurrentRefinements-reset[disabled],.ais-GeoSearch-redo[disabled],.ais-GeoSearch-reset[disabled],.ais-HierarchicalMenu-showMore[disabled],.ais-InfiniteHits-loadPrevious[disabled],.ais-InfiniteHits-loadMore[disabled],.ais-InfiniteResults-loadMore[disabled],.ais-Menu-showMore[disabled],.ais-RangeInput-submit[disabled],.ais-RefinementList-showMore[disabled],.ais-SearchBox-submit[disabled],.ais-SearchBox-reset[disabled],.ais-VoiceSearch-button[disabled]{cursor:default}.ais-InfiniteHits-loadPrevious,.ais-InfiniteHits-loadMore,.ais-HierarchicalMenu-showMore,.ais-Menu-showMore,.ais-RefinementList-showMore{overflow-anchor:none}.ais-Breadcrumb-list,.ais-Breadcrumb-item,.ais-Pagination-list,.ais-RangeInput-form,.ais-RatingMenu-link,.ais-PoweredBy{display:flex;align-items:center}.ais-GeoSearch,.ais-GeoSearch-map{height:100%}.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list{margin-left:1em}.ais-PoweredBy-logo{display:block;height:1.2em;width:auto}.ais-PoweredBy-text{margin-right:.3rem}.ais-RatingMenu-starIcon{display:block;width:20px;height:20px}.ais-SearchBox-input::-ms-clear,.ais-SearchBox-input::-ms-reveal{display:none;width:0;height:0}.ais-SearchBox-input::-webkit-search-decoration,.ais-SearchBox-input::-webkit-search-cancel-button,.ais-SearchBox-input::-webkit-search-results-button,.ais-SearchBox-input::-webkit-search-results-decoration{display:none}.ais-RangeSlider .rheostat{overflow:visible;margin-top:40px;margin-bottom:40px}.ais-RangeSlider .rheostat-background{height:6px;top:0px;width:100%}.ais-RangeSlider .rheostat-handle{margin-left:-12px;top:-7px}.ais-RangeSlider .rheostat-background{position:relative;background-color:#fff;border:1px solid #aaa}.ais-RangeSlider .rheostat-progress{position:absolute;top:1px;height:4px;background-color:#333}.rheostat-handle{position:relative;z-index:1;width:20px;height:20px;background-color:#fff;border:1px solid #333;border-radius:50%;cursor:grab}.rheostat-marker{margin-left:-1px;position:absolute;width:1px;height:5px;background-color:#aaa}.rheostat-marker--large{height:9px}.rheostat-value{margin-left:50%;padding-top:15px;position:absolute;text-align:center;transform:translateX(-50%)}.rheostat-tooltip{margin-left:50%;position:absolute;top:-22px;text-align:center;transform:translateX(-50%)}[class^=ais-]{box-sizing:border-box}[class^=ais-][class$="--disabled"],[class^=ais-][class$="--disabled"] *,.ais-VoiceSearch-button:disabled{cursor:not-allowed}.ais-HierarchicalMenu-showMore,.ais-Menu-showMore,.ais-RefinementList-showMore,.ais-ClearRefinements-button,.ais-InfiniteHits-loadMore,.ais-RangeInput-submit,.ais-InfiniteHits-loadPrevious,.ais-Pagination-link,.ais-GeoSearch-redo,.ais-GeoSearch-reset,.ais-VoiceSearch-button,.ais-RelevantSort-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-image:linear-gradient(-180deg, #fff, #fcfcfd);border:1px solid #d6d6e7;border-radius:3px;box-shadow:0 1px 0 0 rgba(35,38,59,.05);color:#23263b;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:400;height:2rem;justify-content:center;line-height:1.25rem;padding:0 1rem;place-items:center;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ais-HierarchicalMenu-showMore,.ais-Menu-showMore,.ais-RefinementList-showMore,.ais-GeoSearch-redo,.ais-GeoSearch-reset{height:1.5rem}.ais-HierarchicalMenu-showMore,.ais-Menu-showMore,.ais-RefinementList-showMore{margin-top:1rem}.ais-HierarchicalMenu-showMore:hover,.ais-Menu-showMore:hover,.ais-RefinementList-showMore:hover,.ais-ClearRefinements-button:hover,.ais-InfiniteHits-loadMore:hover,.ais-RangeInput-submit:hover,.ais-InfiniteHits-loadPrevious:hover,.ais-Pagination-item:not(.ais-Pagination-item--selected):not(.ais-Pagination-item--disabled) .ais-Pagination-link:hover,.ais-GeoSearch-redo:hover,.ais-GeoSearch-reset:hover,.ais-VoiceSearch-button:hover{background-image:linear-gradient(-180deg, #fff, #f5f5fa);border-color:#d6d6e7}.ais-HierarchicalMenu-showMore:focus,.ais-Menu-showMore:focus,.ais-RefinementList-showMore:focus,.ais-ClearRefinements-button:focus,.ais-InfiniteHits-loadMore:focus,.ais-RangeInput-submit:focus,.ais-InfiniteHits-loadPrevious:focus,.ais-GeoSearch-redo:focus,.ais-GeoSearch-reset:focus,.ais-VoiceSearch-button:focus{background-image:linear-gradient(-180deg, #fff, #f5f5fa);border-color:#3c4fe0;box-shadow:#3c4fe0 0 0 0 1px,rgba(35,38,59,.05) 0 2px 0 1px;outline:currentcolor none medium}.ais-HierarchicalMenu-showMore:active,.ais-Menu-showMore:active,.ais-RefinementList-showMore:active,.ais-ClearRefinements-button:active,.ais-InfiniteHits-loadMore:active,.ais-InfiniteHits-loadPrevious:active,.ais-Pagination-item--selected .ais-Pagination-link,.ais-Pagination-link:active,.ais-GeoSearch-redo:active,.ais-GeoSearch-reset:active,.ais-VoiceSearch-button:active{border-color:#d6d6e7;box-shadow:rgba(119,122,175,.4) 0 1px 4px 0 inset,rgba(119,122,175,.4) 0 1px 1px 0 inset,rgba(35,38,59,.05) 0 1px 0 0}.ais-ClearRefinements-button:disabled[disabled],.ais-InfiniteHits-loadMore:disabled[disabled],.ais-InfiniteHits-loadPrevious:disabled[disabled],.ais-Pagination-item--disabled .ais-Pagination-link,.ais-GeoSearch-redo--disabled,.ais-GeoSearch-reset--disabled,.ais-VoiceSearch-button:disabled{background-image:linear-gradient(-180deg, #fff, #f5f5fa);border-color:#efeff5;box-shadow:none;color:#b6b7d5}.ais-HierarchicalMenu-showMore--disabled[disabled],.ais-Menu-showMore--disabled[disabled],.ais-RefinementList-showMore--disabled[disabled]{display:none}.ais-NumericMenu-label,.ais-ToggleRefinement-label,.ais-HierarchicalMenu-item,.ais-Menu-item,.ais-RatingMenu-item,.ais-RefinementList-item{display:block;font-size:.875rem;line-height:1.75rem}.ais-HierarchicalMenu-link,.ais-Menu-link,.ais-RatingMenu-link,.ais-RefinementList-label{align-items:center;cursor:pointer;display:flex;flex-wrap:nowrap}.ais-Breadcrumb-link,.ais-HierarchicalMenu-link,.ais-Menu-link,.ais-RatingMenu-link{color:inherit;text-decoration:none}.ais-Breadcrumb-link:hover{text-decoration:underline}.ais-HierarchicalMenu-label,.ais-Menu-label,.ais-RefinementList-labelText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ais-HierarchicalMenu-item--selected>.ais-HierarchicalMenu-link>.ais-HierarchicalMenu-label,.ais-Menu-item--selected .ais-Menu-label,.ais-RefinementList-item--selected,.ais-RatingMenu-item--selected{font-weight:600}.ais-ToggleRefinement-count,.ais-HierarchicalMenu-count,.ais-Menu-count,.ais-RatingMenu-count,.ais-RefinementList-count{background:#f5f5fa none repeat scroll 0% 0%;border:1px solid #b6b7d5;border-radius:99999px;color:#23263b;display:inline-flex;flex-shrink:0;font-size:.75rem;font-weight:400;line-height:1rem;margin-left:.5rem;overflow:hidden;padding:0 .25rem}.ais-Menu-noResults,.ais-HierarchicalMenu-noResults,.ais-RefinementList-noResults{color:#5a5e9a;font-size:.875rem;line-height:1.25rem;margin-top:1rem}.ais-MenuSelect-select,.ais-HitsPerPage-select,.ais-SortBy-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-image:url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23777aaf" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'),linear-gradient(-180deg, #fff, #fcfcfd);background-position:right 1rem center,0 0;background-repeat:no-repeat;background-size:10px,auto;border:1px solid #d6d6e7;border-radius:3px;box-shadow:rgba(35,38,59,.05) 0 1px 0 0;color:#23263b;cursor:pointer;font:inherit;height:2.5rem;outline:currentcolor none medium;padding:0 2.5rem 0 1rem;position:relative;width:100%}.ais-HitsPerPage-select:-moz-focusring,.ais-HitsPerPage-select::-moz-focus-inner,.ais-SortBy-select:-moz-focusring,.ais-SortBy-select::-moz-focus-inner{color:rgba(0,0,0,0);outline:currentcolor none medium}.ais-HitsPerPage-select>option:not(:checked),.ais-SortBy-select>option:not(:checked){color:#23263b}.ais-HitsPerPage-select>option:disabled,.ais-SortBy-select>option:disabled{color:#b6b7d5}.ais-HitsPerPage-select:hover,.ais-SortBy-select:hover{background-image:url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23777aaf" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'),linear-gradient(-180deg, #fcfcfd, #f5f5fa);border-color:#d6d6e7}.ais-HitsPerPage-select:focus,.ais-SortBy-select:focus{background-image:url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23777aaf" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'),linear-gradient(-180deg, #fff, #f5f5fa);border-color:#3c4fe0;box-shadow:#3c4fe0 0 0 0 1px,rgba(35,38,59,.05) 0 2px 0 0}.ais-HitsPerPage-select:disabled,.ais-SortBy-select:disabled{background-image:url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23b6b7d5" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'),linear-gradient(-180deg, #fff, #f5f5fa);border-color:#efeff5;box-shadow:none;color:#b6b7d5;cursor:not-allowed}.ais-Panel{margin-bottom:2rem}.ais-Panel-header{color:#5a5e9a;font-size:.75rem;font-weight:600;line-height:1rem;margin-bottom:1rem;text-transform:uppercase}.ais-Panel-footer{color:#5a5e9a;font-size:.75rem;font-weight:600;line-height:1rem;margin-top:1rem}.ais-Panel--collapsible{position:relative}.ais-Panel--collapsible .ais-Panel-collapseButton{background:none;border:none;padding:0;position:absolute;right:0;top:0}.ais-Panel--collapsed .ais-Panel-body,.ais-Panel--collapsed .ais-Panel-footer{display:none}.ais-SearchBox-form{background-color:#fff;display:flex;font-size:.875rem;height:2.5rem;line-height:1.25rem;position:relative;width:100%}.ais-SearchBox-form::before{background:rgba(0,0,0,0) url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%235a5e9a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%228%22%3E%3C%2Fcircle%3E%3Cline%20x1%3D%2221%22%20y1%3D%2221%22%20x2%3D%2216.65%22%20y2%3D%2216.65%22%3E%3C%2Fline%3E%3C%2Fsvg%3E") repeat scroll 0% 0%;content:"";height:1rem;left:1rem;margin-top:-0.5rem;position:absolute;top:50%;width:1rem}.ais-SearchBox-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #d6d6e7;border-radius:3px;box-shadow:rgba(119,122,175,.3) 0 1px 4px 0 inset;caret-color:#5a5e9a;color:#23263b;flex:1 1 0%;font:inherit;max-width:100%;padding-left:2.5rem}.ais-SearchBox-input::-moz-placeholder{color:#5a5e9a}.ais-SearchBox-input::placeholder{color:#5a5e9a}.ais-SearchBox-input:focus{border-color:#3c4fe0;box-shadow:rgba(35,38,59,.05) 0 1px 0 0;outline:currentcolor none medium}.ais-SearchBox-input:disabled{background:rgba(0,0,0,0) linear-gradient(-180deg, #fff, #f5f5fa) repeat scroll 0% 0%;border-color:#efeff5;box-shadow:none;cursor:not-allowed}.ais-SearchBox-input:disabled::-moz-placeholder{color:#b6b7d5;pointer-events:none}.ais-SearchBox-input:disabled::placeholder{color:#b6b7d5;pointer-events:none}.ais-SearchBox-input::-webkit-search-cancel-button,.ais-SearchBox-input::-webkit-search-decoration,.ais-SearchBox-input::-webkit-search-results-button,.ais-SearchBox-input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none}.ais-SearchBox-loadingIndicator,.ais-SearchBox-reset{align-items:center;border-radius:50%;display:flex;fill:#484c7a;height:20px;justify-content:center;position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:20px}.ais-SearchBox-reset:focus{background:#b6b7d5;fill:#fff;outline:0}.ais-RefinementList-searchBox .ais-SearchBox-loadingIndicator,.ais-RefinementList-searchBox .ais-SearchBox-reset{right:.5rem}.ais-SearchBox-loadingIndicator[hidden],.ais-SearchBox-reset[hidden]{display:none}.ais-SearchBox-submit{display:none}.ais-Menu-searchBox,.ais-RefinementList-searchBox{margin-bottom:.5rem}.ais-Menu-searchBox .ais-SearchBox-form,.ais-RefinementList-searchBox .ais-SearchBox-form{height:2rem}.ais-Menu-searchBox .ais-SearchBox-form::before,.ais-RefinementList-searchBox .ais-SearchBox-form::before{left:.5rem}.ais-Menu-searchBox .ais-SearchBox-input,.ais-RefinementList-searchBox .ais-SearchBox-input{padding-left:2rem}.ais-VoiceSearch-button{color:#5a5e9a;height:48px;width:48px}.ais-VoiceSearch-button svg{color:currentcolor}.ais-Highlight-highlighted,.ais-Snippet-highlighted{background-color:rgba(84,104,255,.1);color:#5468ff;font-style:normal}.ais-ReverseHighlight-highlighted,.ais-ReverseSnippet-highlighted{font-weight:bold;font-style:normal;background:none}.ais-Hits-item,.ais-InfiniteHits-item{align-items:center;background:#fff;box-shadow:0 0 0 1px rgba(35,38,59,.05),0 1px 3px 0 rgba(35,38,59,.15);display:flex;font-size:.875rem;font-weight:400;line-height:1.25rem;padding:1.5rem}.ais-Hits-item:first-of-type,.ais-InfiniteHits-item:first-of-type{border-radius:3px 3px 0 0}.ais-Hits-item:last-of-type,.ais-InfiniteHits-item:last-of-type{border-radius:0 0 3px 3px}.ais-Hits-item:only-of-type,.ais-InfiniteHits-item:only-of-type{border-radius:3px}.ais-InfiniteHits-loadMore,.ais-InfiniteHits-loadPrevious{display:flex;margin:1rem auto}.ais-GeoSearch{position:relative}.ais-GeoSearch-control{left:3.75rem;position:absolute;top:1rem}.ais-GeoSearch-label{align-items:center;background-color:#f5f5fa;border:1px solid #b6b7d5;border-radius:3px;cursor:pointer;display:inline-flex;font-size:.875rem;line-height:1.5;min-height:1.5rem;padding:.25rem .5rem}.ais-GeoSearch-label,.ais-GeoSearch-redo,.ais-GeoSearch-reset{white-space:nowrap}.ais-GeoSearch-reset{bottom:1.25rem;left:50%;position:absolute;transform:translateX(-50%)}.ais-RefinementList-checkbox,.ais-GeoSearch-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-position:50%;background-size:180%;border:1px solid currentcolor;border-radius:3px;box-shadow:inset 0 1px 4px 0 rgba(119,122,175,.4);color:#d6d6e7;cursor:inherit;height:1rem;margin:0 .5rem 0 0;min-width:1rem}.ais-RefinementList-item--selected .ais-RefinementList-checkbox,.ais-GeoSearch-input:checked{background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%235468ff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%2220%206%209%2017%204%2012%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");background-size:14px;border-color:currentcolor;box-shadow:rgba(35,38,59,.05) 0 1px 0 0 inset;color:#3c4fe0}.ais-RefinementList-checkbox:focus,.ais-GeoSearch-input:focus{outline:currentcolor none medium}.ais-RefinementList-item--selected .ais-RefinementList-checkbox:focus,.ais-GeoSearch-input:checked:focus{box-shadow:rgba(35,38,59,.05) 0 1px 0 0 inset,currentcolor 0 0 0 1px}.ais-NumericMenu-label{align-items:center;cursor:pointer;display:flex}.ais-NumericMenu-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #d6d6e7;border-radius:50%;box-shadow:inset 0 1px 4px 0 rgba(119,122,175,.3);height:16px;margin:0 .5rem 0 0;outline:0;position:relative;width:16px}.ais-NumericMenu-radio:checked,.ais-NumericMenu-radio:focus{border-color:#3c4fe0;box-shadow:0 1px 0 0 rgba(35,38,59,.05)}.ais-NumericMenu-radio:focus{box-shadow:0 0 0 1px #3c4fe0,0 1px 0 0 rgba(35,38,59,.05)}.ais-NumericMenu-radio:checked:after{background:#3c4fe0;border-radius:50%;bottom:4px;content:"";left:4px;position:absolute;right:4px;top:4px}.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list{margin-left:1.5rem}.ais-HierarchicalMenu-link::before{background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23b6b7d5%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%2218%2015%2012%209%206%2015%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");background-repeat:no-repeat;content:"";display:inline-block;height:1rem;margin-right:.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:1rem}.ais-HierarchicalMenu-item--selected>.ais-HierarchicalMenu-link::before{background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%235468ff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E")}.ais-RatingMenu-starIcon{margin-right:.25rem;fill:#5a5e9a;position:relative;width:16px}.ais-RatingMenu-item--disabled .ais-RatingMenu-starIcon{fill:#b6b7d5}.ais-RatingMenu-item--disabled .ais-RatingMenu-count,.ais-RatingMenu-item--disabled .ais-RatingMenu-label{color:#b6b7d5}.ais-ClearRefinements-button{width:100%}.ais-CurrentRefinements-list{display:inline-grid;gap:1rem;grid-auto-flow:column}.ais-CurrentRefinements-item{align-items:center;background-color:#f5f5fa;border:1px solid #b6b7d5;border-radius:3px;display:flex;display:inline-flex;font-size:.875rem;line-height:1.5;min-height:1.5rem;padding:.05rem .5rem}.ais-CurrentRefinements-category{display:flex;margin-left:.5rem}.ais-CurrentRefinements-delete{color:#9698c3;height:100%;margin-left:.25rem;outline-width:0}.ais-ToggleRefinement-label{align-items:center;cursor:pointer;display:flex;flex-direction:row-reverse;justify-content:space-between}.ais-ToggleRefinement-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(65,66,71,.08);background:#f5f5fa;border-radius:9999px;box-shadow:inset 0 1px 4px 0 rgba(119,122,175,.4);height:18px;pointer-events:none;position:relative;width:32px}.ais-ToggleRefinement-checkbox:checked{background:#3c4fe0;box-shadow:inset 0 1px 4px 0 rgba(35,38,59,.1)}.ais-ToggleRefinement-checkbox:focus{outline:0}.ais-ToggleRefinement-checkbox::after{background:linear-gradient(-180deg, #fff, #f5f5fa);border-radius:9999px;box-shadow:1px 1px 1px 0 rgba(35,38,59,.05);content:"";height:16px;left:1px;position:absolute;top:1px;transition:all 100ms ease-in-out;width:16px}.ais-ToggleRefinement-checkbox:checked::after{transform:translateX(14px)}.ais-RangeInput-input{align-items:center;background-color:#fff;border:1px solid #d6d6e7;border-radius:3px;box-shadow:inset 0 1px 4px 0 rgba(119,122,175,.3);caret-color:#5a5e9a;color:#23263b;cursor:text;display:flex;flex:1;font-size:.875rem;height:2rem;line-height:1.25rem;min-width:0;overflow:hidden;padding:0 1rem;position:relative}.ais-RangeInput-input:focus{border-color:#3c4fe0;box-shadow:0 1px 0 0 rgba(35,38,59,.05);outline:0}.ais-RangeInput-separator{margin:0 .5rem}.ais-RangeInput-submit{margin-left:.5rem}.ais-RangeSlider .rheostat{margin:40px 6px}.ais-RangeSlider .rheostat-horizontal{cursor:pointer;width:calc(100% - 15px)}.ais-RangeSlider .rheostat-background{background-color:rgba(0,0,0,0);border:none;border-radius:3px;box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.1),0 .5px 0 0 rgba(255,255,255,.05);height:4px}.ais-RangeSlider .rheostat-progress{background-color:#3c4fe0;border-radius:3px;height:4px;max-width:100%;top:0}.ais-RangeSlider .rheostat-tooltip{font-weight:bold;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ais-RangeSlider .rheostat-handle{background-color:#fff;background-image:linear-gradient(-180deg, #fff, #fcfcfd);border:1px solid #d6d6e7;border-radius:2px;box-shadow:0 1px 0 0 rgba(35,38,59,.05);height:24px;margin-left:-6px;top:-11px;width:12px}.ais-RangeSlider .rheostat-handle::before,.ais-RangeSlider .rheostat-handle::after{background-color:#d6d6e7;content:"";height:12px;position:absolute;top:6px;width:1px}.ais-RangeSlider .rheostat-handle::before{left:4px}.ais-RangeSlider .rheostat-handle::after{right:4px}.ais-RangeSlider .rheostat-marker{background-color:#d6d6e7}.ais-Pagination-item:first-child>.ais-Pagination-link{border-radius:3px 0 0 3px}.ais-Pagination-item+.ais-Pagination-item>.ais-Pagination-link{border-radius:0;margin-left:-1px}.ais-Pagination-item:last-child>.ais-Pagination-link{border-radius:0 3px 3px 0}.ais-Pagination-item{display:inline-block}.ais-Pagination-item--selected .ais-Pagination-link{font-weight:bold}.ais-Breadcrumb-link,.ais-Breadcrumb-separator{color:#5a5e9a}.ais-Breadcrumb-separator{display:flex;margin:0 .5rem}.ais-Breadcrumb-item--selected{font-weight:600}.ais-Breadcrumb-item--selected .ais-Breadcrumb-separator{font-weight:normal}@media(max-width: 767px){.ais-SearchBox-input,.ais-RangeInput-input{font-size:1rem}}

/* cyrillic-ext */
@font-face {
  font-family: '__IBM_Plex_Serif_695779';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/20e0020ee8139d83-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__IBM_Plex_Serif_695779';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/edb28a29ae7322ab-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: '__IBM_Plex_Serif_695779';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/7cf559c0944e2cb1-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__IBM_Plex_Serif_695779';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/9494009688f961ad-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__IBM_Plex_Serif_695779';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/38fafc502cd9d610-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__IBM_Plex_Serif_695779';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/1831d554f4a6c72e-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__IBM_Plex_Serif_695779';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/4bb7c4805b03088f-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: '__IBM_Plex_Serif_695779';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/0bf2851e5c3c33fd-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__IBM_Plex_Serif_695779';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/0a68262bca23ef37-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__IBM_Plex_Serif_695779';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/4a55e3a359b42768-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__IBM_Plex_Serif_695779';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/6222c70ac70e330d-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__IBM_Plex_Serif_695779';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/7179dc0a1e7f6876-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: '__IBM_Plex_Serif_695779';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/bcd7ed7b8307a5f1-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__IBM_Plex_Serif_695779';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/f259b773f7602f5c-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__IBM_Plex_Serif_695779';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/301c9070498588dc-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__IBM_Plex_Serif_695779';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/28de53b5c7bc7c3a-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__IBM_Plex_Serif_695779';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/3074e30f980f2641-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: '__IBM_Plex_Serif_695779';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/e14a6f640cd3427a-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__IBM_Plex_Serif_695779';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/58d8a8eecfe77d2c-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__IBM_Plex_Serif_695779';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/d253d336c1ac3662-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__IBM_Plex_Serif_695779';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/412dd43c0b8d0102-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__IBM_Plex_Serif_695779';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/d0ae519964ce1eb9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: '__IBM_Plex_Serif_695779';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/0a5e1f922de155b5-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__IBM_Plex_Serif_695779';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/78bcd4db008a6130-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__IBM_Plex_Serif_695779';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/5a38c412fa3989d0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__IBM_Plex_Serif_Fallback_695779';src: local("Times New Roman");ascent-override: 87.59%;descent-override: 23.50%;line-gap-override: 0.00%;size-adjust: 117.03%
}.__className_695779 {font-family: '__IBM_Plex_Serif_695779', '__IBM_Plex_Serif_Fallback_695779';font-style: normal
}.__variable_695779 {--font-serif: '__IBM_Plex_Serif_695779', '__IBM_Plex_Serif_Fallback_695779'
}

/* cyrillic-ext */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/7b19b489dc6743ba-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/28793f5c5e3d822d-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/c9c3823090ec8b55-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/b3bf17a9041d9433-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/2801417b65625cf5-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/26d4368bf94c0ec4-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/7b19b489dc6743ba-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/28793f5c5e3d822d-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/c9c3823090ec8b55-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/b3bf17a9041d9433-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/2801417b65625cf5-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/26d4368bf94c0ec4-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/7b19b489dc6743ba-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/28793f5c5e3d822d-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/c9c3823090ec8b55-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/b3bf17a9041d9433-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/2801417b65625cf5-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/26d4368bf94c0ec4-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/7b19b489dc6743ba-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/28793f5c5e3d822d-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/c9c3823090ec8b55-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/b3bf17a9041d9433-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/2801417b65625cf5-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/26d4368bf94c0ec4-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/7b19b489dc6743ba-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/28793f5c5e3d822d-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/c9c3823090ec8b55-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/b3bf17a9041d9433-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/2801417b65625cf5-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__IBM_Plex_Sans_6d343d';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/26d4368bf94c0ec4-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__IBM_Plex_Sans_Fallback_6d343d';src: local("Arial");ascent-override: 101.44%;descent-override: 27.22%;line-gap-override: 0.00%;size-adjust: 101.04%
}.__className_6d343d {font-family: '__IBM_Plex_Sans_6d343d', '__IBM_Plex_Sans_Fallback_6d343d';font-style: normal
}.__variable_6d343d {--font-sans: '__IBM_Plex_Sans_6d343d', '__IBM_Plex_Sans_Fallback_6d343d'
}

@font-face {
font-family: '__schmalfetteCP_11d10e';
src: url(/_next/static/media/02f26fa7ca22af86-s.p.otf) format('opentype');
font-display: swap;
}@font-face {font-family: '__schmalfetteCP_Fallback_11d10e';src: local("Arial");ascent-override: 140.22%;descent-override: 38.95%;line-gap-override: 0.00%;size-adjust: 64.19%
}.__className_11d10e {font-family: '__schmalfetteCP_11d10e', '__schmalfetteCP_Fallback_11d10e'
}.__variable_11d10e {--font-schmalfette: '__schmalfetteCP_11d10e', '__schmalfetteCP_Fallback_11d10e'
}

