@import url(https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);/*
! tailwindcss v3.0.18 | 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.
*/
html {
  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: Inter, sans-serif; /* 4 */
}
/*
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. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
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-size: 100%; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}
/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
*, ::before, ::after{
  --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-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:  ;
}
.container{
  width: 100%;
}
@media (min-width: 240px){
  .container{
    max-width: 240px;
  }
}
@media (min-width: 475px){
  .container{
    max-width: 475px;
  }
}
@media (min-width: 520px){
  .container{
    max-width: 520px;
  }
}
@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: 1080px){
  .container{
    max-width: 1080px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1400px){
  .container{
    max-width: 1400px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
:root{
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
.btn-check[disabled] + .btn{
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.btn-check:disabled + .btn{
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.input-group .btn{
  position: relative;
  z-index: 2;
}
.input-group .btn:focus{
  z-index: 3;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-check:focus + .btn{
  outline: 0;
  box-shadow: none;
}
.btn:focus{
  outline: 0;
  box-shadow: none;
}
.btn-check:checked + .btn{
  box-shadow: none;
}
.btn-check:active + .btn{
  box-shadow: none;
}
.btn:active{
  box-shadow: none;
}
.btn.active{
  box-shadow: none;
}
.btn-check:checked + .btn:focus{
  box-shadow: none;
}
.btn-check:active + .btn:focus{
  box-shadow: none;
}
.btn:active:focus{
  box-shadow: none;
}
.btn.active:focus{
  box-shadow: none;
}
.fade:not(.show){
  opacity: 0;
}
.collapse:not(.show){
  display: none;
}
.dropdown-menu{
  z-index: 1000;
}
.dropdown-item.active{
  color: #1f2937;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-menu.show{
  display: block;
}
.dropdown-menu-dark .dropdown-item.active{
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled{
  color: #adb5bd;
}
.nav-tabs .nav-link{
  color: #4b5563;
}
.nav-tabs .nav-link:hover{
  isolation: isolate;
}
.nav-tabs .nav-link:focus{
  isolation: isolate;
}
.nav-tabs .nav-link.disabled{
  color: #9ca3af;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active{
  color: #2563eb;
  border-color: #2563eb;
}
.nav-tabs .nav-item.show .nav-link{
  color: #2563eb;
  border-color: #2563eb;
}
.nav-tabs .dropdown-menu{
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link{
  background: #f3f4f6;
  color: #4b5563;
  box-shadow: none;
}
.nav-pills .nav-link.active{
  background: #2563eb;
  color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.nav-pills .show > .nav-link{
  background: #2563eb;
  color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.nav-pills .disabled{
  color: #9ca3af;
  background-color: rgba(243, 244, 246, 0.5);
}
.nav-pills.menu-sidebar .nav-link{
  background-color: transparent;
  box-shadow: none;
  padding: 0 5px;
  border-radius: 0;
}
.nav-pills.menu-sidebar .nav-link.active{
  color: #1266f1;
  font-weight: 600;
  border-left: 0.125rem solid #1266f1;
}
.nav-justified > .nav-link{
  -ms-flex-basis: 0;
  flex-basis: 0;
}
.tab-content > .active{
  display: block;
}
.navbar-expand .navbar-nav .dropdown-menu{
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link{
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-light .navbar-nav .nav-link.disabled{
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link{
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link.active{
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-nav .nav-link.disabled{
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link{
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link.active{
  color: #fff;
}
.btn-close.disabled{
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.modal.show .modal-dialog{
  transform: none;
}
.modal-backdrop.show{
  opacity: 0.5;
}
.tooltip.show{
  opacity: 1;
}
.carousel.pointer-event{
  touch-action: pan-y;
}
.carousel-inner::after{
  display: block;
  clear: both;
  content: "";
}
.carousel-item{
  display: none;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
.carousel-item.active{
  display: block;
}
.active.carousel-item-end{
  transform: translateX(100%);
}
.active.carousel-item-start{
  transform: translateX(-100%);
}
.carousel-fade .carousel-item{
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active{
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start{
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
.carousel-fade .active.carousel-item-end{
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
.carousel-indicators .active{
  opacity: 1;
}
.offcanvas-backdrop.show{
  opacity: 0.5;
}
.offcanvas.show{
  transform: none;
}
.animation{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  padding: auto;
}
.animation.infinite{
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animation.delay-1s{
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animation.delay-2s{
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animation.delay-3s{
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animation.delay-4s{
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animation.delay-5s{
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animation.fast{
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animation.faster{
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animation.slow{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animation.slower{
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.zoom-in{
  -webkit-animation-name: _zoom-in;
  animation-name: _zoom-in;
}
.zoom-out{
  -webkit-animation-name: _zoom-out;
  animation-name: _zoom-out;
}
.pulse{
  -webkit-animation-name: _pulse;
  animation-name: _pulse;
}
.ripple-wave.active{
  transform: scale(1);
  opacity: 0;
}
.btn .ripple-wave{
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.datepicker-cell.disabled{
  color: #ccc;
  cursor: default;
  pointer-events: none;
}
.datepicker-cell.disabled:hover{
  cursor: default;
}
.datepicker-cell:not(.disabled):not(.selected):hover .datepicker-cell-content{
  background-color: #d3d3d3;
}
.datepicker-cell.selected .datepicker-cell-content{
  background-color: #2979ff;
  color: #fff;
}
.datepicker-cell:not(.selected).focused .datepicker-cell-content{
  background-color: #eee;
}
.datepicker-cell.focused .datepicker-cell-content.selected{
  background-color: #2979ff;
}
.datepicker-cell.current .datepicker-cell-content{
  border: 1px solid #000;
}
.timepicker-current.active{
  opacity: 1;
}
.timepicker-mode-wrapper.active{
  opacity: 1;
}
.timepicker-time-tips-minutes.active{
  color: #fff;
  background-color: #2979ff;
  font-weight: 400;
}
.timepicker-time-tips-inner.active{
  color: #fff;
  background-color: #2979ff;
  font-weight: 400;
}
.timepicker-time-tips-hours.active{
  color: #fff;
  background-color: #2979ff;
  font-weight: 400;
}
.timepicker-time-tips-minutes.disabled{
  color: #b3afaf;
  pointer-events: none;
  background-color: transparent;
}
.timepicker-time-tips-inner.disabled{
  color: #b3afaf;
  pointer-events: none;
  background-color: transparent;
}
.timepicker-time-tips-hours.disabled{
  color: #b3afaf;
  pointer-events: none;
  background-color: transparent;
}
.timepicker-time-tips.active{
  color: #fff;
}
.timepicker-hour-mode.active{
  color: #fff;
  opacity: 1;
}
.timepicker-hour.active{
  color: #fff;
  opacity: 1;
}
.timepicker-minute.active{
  color: #fff;
  opacity: 1;
}
.timepicker-icon-up.active{
  opacity: 1;
}
.timepicker-icon-down.active{
  opacity: 1;
}
.timepicker-modal .fade.show{
  opacity: 1;
}
@media (prefers-reduced-motion: reduce){
  .form-control::file-selector-button{
    transition: none;
  }
  .form-control::-webkit-file-upload-button{
    -webkit-transition: none;
    transition: none;
  }
  .form-switch .form-check-input{
    transition: none;
  }
  .form-range::-webkit-slider-thumb{
    -webkit-transition: none;
    transition: none;
  }
  .form-range::-moz-range-thumb{
    -moz-transition: none;
    transition: none;
  }
  .form-floating > label{
    transition: none;
  }
  .fade{
    transition: none;
  }
  .collapsing{
    transition: none;
  }
  .collapsing.collapse-horizontal{
    transition: none;
  }
  .accordion-button::after{
    transition: none;
  }
  .modal.fade .modal-dialog{
    transition: none;
  }
  .carousel-item{
    transition: none;
  }
  .carousel-fade .active.carousel-item-start{
    transition: none;
  }
  .carousel-fade .active.carousel-item-end{
    transition: none;
  }
  .carousel-control-prev{
    transition: none;
  }
  .carousel-control-next{
    transition: none;
  }
  .carousel-indicators [data-bs-target]{
    transition: none;
  }
  .spinner-border{
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
  .spinner-grow{
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
@media (min-width: 576px){
  .navbar-expand-sm{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav{
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll{
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler{
    display: none;
  }
  .navbar-expand-sm .offcanvas-header{
    display: none;
  }
  .navbar-expand-sm .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .modal-dialog{
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable{
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered{
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm{
    max-width: 300px;
  }
  .sticky-sm-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px){
  .navbar-expand-md{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav{
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll{
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler{
    display: none;
  }
  .navbar-expand-md .offcanvas-header{
    display: none;
  }
  .navbar-expand-md .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .sticky-md-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px){
  .navbar-expand-lg{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav{
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll{
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler{
    display: none;
  }
  .navbar-expand-lg .offcanvas-header{
    display: none;
  }
  .navbar-expand-lg .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .modal-lg{
    max-width: 800px;
  }
  .modal-xl{
    max-width: 800px;
  }
  .sticky-lg-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px){
  .navbar-expand-xl{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav{
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll{
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler{
    display: none;
  }
  .navbar-expand-xl .offcanvas-header{
    display: none;
  }
  .navbar-expand-xl .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .modal-xl{
    max-width: 1140px;
  }
  .sticky-xl-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px){
  .navbar-expand-xxl{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav{
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll{
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler{
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header{
    display: none;
  }
  .navbar-expand-xxl .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .sticky-xxl-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (prefers-reduced-motion){
  .animation{
    transition: none !important;
    -webkit-animation: unset !important;
    animation: unset !important;
  }
}
@-webkit-keyframes _spinner-grow{
  0%{
    transform: scale(0);
  }
  50%{
    opacity: 1;
    transform: none;
  }
}
@keyframes _spinner-grow{
  0%{
    transform: scale(0);
  }
  50%{
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes _fade-in{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
@keyframes _fade-in{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
@-webkit-keyframes _fade-out{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
  }
}
@keyframes _fade-out{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
  }
}
@-webkit-keyframes _fade-in-down{
  from{
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _fade-in-down{
  from{
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _fade-in-left{
  from{
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _fade-in-left{
  from{
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _fade-in-right{
  from{
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _fade-in-right{
  from{
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _fade-in-up{
  from{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _fade-in-up{
  from{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _fade-out-down{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes _fade-out-down{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes _fade-out-left{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes _fade-out-left{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes _fade-out-right{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes _fade-out-right{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes _fade-out-up{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes _fade-out-up{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes _slide-in-down{
  from{
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _slide-in-down{
  from{
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _slide-in-left{
  from{
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _slide-in-left{
  from{
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _slide-in-right{
  from{
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _slide-in-right{
  from{
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _slide-in-up{
  from{
    visibility: visible;
    transform: translate3d(0, 100%, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _slide-in-up{
  from{
    visibility: visible;
    transform: translate3d(0, 100%, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _slide-out-down{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes _slide-out-down{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes _slide-out-left{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes _slide-out-left{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes _slide-out-right{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes _slide-out-right{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes _slide-out-up{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes _slide-out-up{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes _slide-down{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes _slide-down{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes _slide-left{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes _slide-left{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes _slide-right{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes _slide-right{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes _slide-up{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes _slide-up{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes _zoom-in{
  from{
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%{
    opacity: 1;
  }
}
@keyframes _zoom-in{
  from{
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%{
    opacity: 1;
  }
}
@-webkit-keyframes _zoom-out{
  from{
    opacity: 1;
  }
  50%{
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to{
    opacity: 0;
  }
}
@keyframes _zoom-out{
  from{
    opacity: 1;
  }
  50%{
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to{
    opacity: 0;
  }
}
@-webkit-keyframes _tada{
  from{
    transform: scale3d(1, 1, 1);
  }
  10%{
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  20%{
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  50%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  70%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  90%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  60%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  80%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to{
    transform: scale3d(1, 1, 1);
  }
}
@keyframes _tada{
  from{
    transform: scale3d(1, 1, 1);
  }
  10%{
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  20%{
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  50%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  70%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  90%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  60%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  80%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to{
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes _pulse{
  from{
    transform: scale3d(1, 1, 1);
  }
  50%{
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to{
    transform: scale3d(1, 1, 1);
  }
}
@keyframes _pulse{
  from{
    transform: scale3d(1, 1, 1);
  }
  50%{
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to{
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes _show-up-clock{
  0%{
    opacity: 0;
    transform: scale(0.7);
  }
  to{
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _show-up-clock{
  0%{
    opacity: 0;
    transform: scale(0.7);
  }
  to{
    opacity: 1;
    transform: scale(1);
  }
}
.pointer-events-none{
  pointer-events: none;
}
.static{
  position: static;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-37{
  top: 9.5rem;
}
.left-6{
  left: 1.5rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-4{
  bottom: 1rem;
}
.left-4{
  left: 1rem;
}
.left-1{
  left: 0.25rem;
}
.bottom-8{
  bottom: 2rem;
}
.left-5\.3{
  left: 1.29rem;
}
.left-5{
  left: 1.25rem;
}
.left-0{
  left: 0px;
}
.bottom-2{
  bottom: 0.5rem;
}
.left-2{
  left: 0.5rem;
}
.bottom-22\.5{
  bottom: 5.625rem;
}
.bottom-22{
  bottom: 5.5rem;
}
.bottom-5{
  bottom: 1.25rem;
}
.bottom-32{
  bottom: 8rem;
}
.-right-\[18px\]{
  right: -18px;
}
.z-10{
  z-index: 10;
}
.z-0{
  z-index: 0;
}
.z-30{
  z-index: 30;
}
.z-20{
  z-index: 20;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.row-span-1{
  grid-row: span 1 / span 1;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1\.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mt-12{
  margin-top: 3rem;
}
.mb-28{
  margin-bottom: 7rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-15{
  margin-top: 3.8rem;
}
.ml-0\.5{
  margin-left: 0.125rem;
}
.ml-0{
  margin-left: 0px;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-23{
  margin-top: 5.8rem;
}
.mt-32{
  margin-top: 8rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mb-9{
  margin-bottom: 2.1rem;
}
.mt-8{
  margin-top: 2rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-9{
  margin-top: 2.1rem;
}
.mt-28{
  margin-top: 7rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-4\.5{
  margin-top: 1.15rem;
}
.mt-5\.3{
  margin-top: 1.29rem;
}
.mt-px{
  margin-top: 1px;
}
.ml-4{
  margin-left: 1rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-25{
  margin-top: 6.2rem;
}
.mt-6\.2{
  margin-top: 1.6rem;
}
.mb-23{
  margin-bottom: 5.8rem;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mt-17{
  margin-top: 4.32rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mt-\[8px\]{
  margin-top: 8px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-12{
  height: 3rem;
}
.h-screen{
  height: 100vh;
}
.h-8{
  height: 2rem;
}
.h-6{
  height: 1.5rem;
}
.h-16{
  height: 4rem;
}
.h-fit{
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-125{
  height: 31.25rem;
}
.h-80{
  height: 20rem;
}
.h-72{
  height: 18rem;
}
.h-64{
  height: 16.5rem;
}
.h-84{
  height: 23rem;
}
.h-79{
  height: 19.47rem;
}
.h-52{
  height: 13rem;
}
.h-22{
  height: 5.5rem;
}
.h-auto{
  height: auto;
}
.h-10{
  height: 2.5rem;
}
.h-140{
  height: 45rem;
}
.h-17{
  height: 4.32rem;
}
.h-11{
  height: 2.75rem;
}
.h-1{
  height: 0.25rem;
}
.h-99{
  height: 26.6rem;
}
.h-37{
  height: 9.5rem;
}
.h-98{
  height: 26rem;
}
.h-9\.5{
  height: 2.3rem;
}
.h-9{
  height: 2.1rem;
}
.h-24{
  height: 6rem;
}
.h-7{
  height: 1.75rem;
}
.h-104{
  height: 28.406rem;
}
.h-62{
  height: 15.79rem;
}
.h-127{
  height: 33rem;
}
.h-43{
  height: 10.688rem;
}
.h-133\.5{
  height: 38.625rem;
}
.h-133{
  height: 38rem;
}
.h-96\.5{
  height: 24.688rem;
}
.h-96{
  height: 24rem;
}
.h-25{
  height: 6.2rem;
}
.h-110\.5{
  height: 30.563rem;
}
.h-110{
  height: 30rem;
}
.h-134\.2{
  height: 39.284rem;
}
.h-134{
  height: 39rem;
}
.h-\[17rem\]{
  height: 17rem;
}
.h-60{
  height: 15rem;
}
.max-h-\[192px\]{
  max-height: 192px;
}
.min-h-\[250px\]{
  min-height: 250px;
}
.w-37{
  width: 9.5rem;
}
.w-0{
  width: 0px;
}
.w-full{
  width: 100%;
}
.w-6{
  width: 1.5rem;
}
.w-16{
  width: 4rem;
}
.w-fit{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-60{
  width: 15rem;
}
.w-7{
  width: 1.75rem;
}
.w-72{
  width: 18rem;
}
.w-64{
  width: 16.5rem;
}
.w-auto{
  width: auto;
}
.w-39{
  width: 9.88rem;
}
.w-10{
  width: 2.5rem;
}
.w-36{
  width: 9rem;
}
.w-25{
  width: 6.2rem;
}
.w-8{
  width: 2rem;
}
.w-83{
  width: 22.5rem;
}
.w-2\/5{
  width: 40%;
}
.w-3\/5{
  width: 60%;
}
.w-1\/2{
  width: 50%;
}
.w-165\.5{
  width: 71.25rem;
}
.w-165{
  width: 70rem;
}
.w-141{
  width: 46.749rem;
}
.w-143{
  width: 47.833rem;
}
.w-167\.5{
  width: 83.75rem;
}
.shrink{
  flex-shrink: 1;
}
.border-collapse{
  border-collapse: collapse;
}
.origin-right{
  transform-origin: right;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-5{
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid-rows-none{
  grid-template-rows: none;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.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-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-6{
  gap: 1.5rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-normal{
  white-space: normal;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-normal{
  overflow-wrap: normal;
  word-break: normal;
}
.break-words{
  overflow-wrap: break-word;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-l-sm{
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.border{
  border-width: 1px;
}
.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.bg-brand-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 0 / var(--tw-bg-opacity));
}
.bg-sky-700{
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-sky-600{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.bg-blue-900{
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}
.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-brand-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.bg-gradient-top{
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 186 / var(--tw-bg-opacity));
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-sky-600{
  --tw-gradient-from: #0284c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(2 132 199 / 0));
}
.from-gradient-top{
  --tw-gradient-from: #0072ba;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 114 186 / 0));
}
.to-cyan-800{
  --tw-gradient-to: #155e75;
}
.to-gradient-bottom{
  --tw-gradient-to: #004671;
}
.fill-current{
  fill: currentColor;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-fill{
  -o-object-fit: fill;
     object-fit: fill;
}
.p-0\.5{
  padding: 0.125rem;
}
.p-0{
  padding: 0px;
}
.p-4{
  padding: 1rem;
}
.p-8{
  padding: 2rem;
}
.p-5{
  padding: 1.25rem;
}
.p-10{
  padding: 2.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.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-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-5\.3{
  padding-left: 1.29rem;
  padding-right: 1.29rem;
}
.py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-17{
  padding-top: 4.32rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pt-18{
  padding-top: 4.7rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pt-13{
  padding-top: 3.2rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pl-25{
  padding-left: 6.2rem;
}
.pt-3\.5{
  padding-top: 0.875rem;
}
.pl-1{
  padding-left: 0.25rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4\.5{
  padding-top: 1.15rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pr-4\.5{
  padding-right: 1.15rem;
}
.pr-4{
  padding-right: 1rem;
}
.pb-11{
  padding-bottom: 2.75rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-1\.5{
  padding-left: 0.375rem;
}
.pt-5\.5{
  padding-top: 1.31rem;
}
.pb-17{
  padding-bottom: 4.32rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-px{
  padding-top: 1px;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pl-0\.5{
  padding-left: 0.125rem;
}
.pl-0{
  padding-left: 0px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pt-\[10px\]{
  padding-top: 10px;
}
.pb-32{
  padding-bottom: 8rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-sans{
  font-family: Inter, sans-serif;
}
.font-body{
  font-family: Inter, sans-serif;
}
.font-karla{
  font-family: Karla, sans-serif;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-4\.5{
  font-size: 2.6875rem;
  line-height: 2.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[13px\]{
  font-size: 13px;
}
.font-bold{
  font-weight: 700;
}
.font-semibold{
  font-weight: 600;
}
.font-medium{
  font-weight: 500;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.not-italic{
  font-style: normal;
}
.leading-normal{
  line-height: 1.5;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-tight{
  line-height: 1.25;
}
.leading-loose{
  line-height: 2;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-\[1\.7rem\]{
  line-height: 1.7rem;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-tighter{
  letter-spacing: -0.05em;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-normal{
  letter-spacing: 0em;
}
.text-brand-sky-600{
  --tw-text-opacity: 1;
  color: rgb(0 114 184 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-sky-600{
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-sky-900{
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}
.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.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{
  --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-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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);
}
.grayscale{
  --tw-grayscale: grayscale(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);
}
.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);
}
.sepia{
  --tw-sepia: sepia(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);
}
.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@font-face {
  font-family: "KarlaBold";
  src: local("KarlaBold"), url(./fonts/KarlaBold.ttf) format("ttf");
}
body {
  font-family: "Karla";
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.sidenav {
  overflow-x: hidden;
  display: block;
  transition: 0.5s;
}

.opensearch {
  overflow-x: hidden;
  display: block;
  transition: 0.5s;
}

.mce-content-body p {
  line-height: inherit !important;
}

.showonexedit {
  display: none;
}

.exedit-on .showonexedit {
  display: inherit;
}

.page-text ul {
  margin-left: 25px;
}
.page-text p{
  margin-top: 1.5rem;
  line-height: 1.5;
}
.page-text a{
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(0 114 184 / var(--tw-text-opacity));
}
div.bg-brand-yellow-300.page-text a{
  position: relative;
}
div.bg-brand-yellow-300.page-text a a{
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  letter-spacing: 0em;
}
.page-text a:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.page-text img{
  display: inline-block;
}

.ff-exo-form [data-aire-component=label]:not([data-aire-validation-key=checkbox_label]) {
  display: none;
}
.ff-exo-form#form_1003{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.ff-exo-form#form_1003 div[data-aire-for=name]{
  margin-bottom: 1rem;
  width: 40%;
}
.ff-exo-form#form_1003 div[data-aire-for=email]{
  margin-bottom: 1rem;
  width: 60%;
  padding-left: 0.5rem;
}
.ff-exo-form#form_1003 div[data-aire-for=message]{
  margin-bottom: 1rem;
  width: 100%;
}
.ff-exo-form#form_1003 input[type=text], .ff-exo-form#form_1003 input[type=email], .ff-exo-form#form_1003 textarea{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.ff-exo-form#form_1003 button[type=Submit]{
  height: 3rem;
  width: 9.88rem;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 0 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 114 184 / var(--tw-text-opacity));
}
div.ff-exo-form#form_1003 button[type=Submit].text-brand-sky-600{
  position: relative;
}
div.bg-brand-yellow-300.ff-exo-form#form_1003 button[type=Submit]{
  position: relative;
}
div.ff-exo-form#form_1003 button[type=Submit].text-brand-sky-600 a{
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  letter-spacing: 0em;
}
div.bg-brand-yellow-300.ff-exo-form#form_1003 button[type=Submit] a{
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  letter-spacing: 0em;
}
.ff-exo-form#form_1003 button[type=Submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ff-exo-form#form_1005{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ff-exo-form#form_1005 div[data-aire-for=name]{
  margin-bottom: 1rem;
  width: 40%;
}
.ff-exo-form#form_1005 div[data-aire-for=email]{
  margin-bottom: 1rem;
  width: 60%;
  padding-left: 0.5rem;
}
.ff-exo-form#form_1005 div[data-aire-for=subject]{
  margin-bottom: 1rem;
  width: 100%;
}
.ff-exo-form#form_1005 div[data-aire-for=privacy]{
  margin-bottom: 1rem;
  width: 100%;
}
.ff-exo-form#form_1005 div[data-aire-for=message]{
  margin-bottom: 1rem;
  width: 100%;
}
.ff-exo-form#form_1005 input[type=text], .ff-exo-form#form_1005 input[type=email], .ff-exo-form#form_1005 textarea{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.ff-exo-form#form_1005 button[type=Submit]{
  height: 3rem;
  width: 9.88rem;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 0 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 114 184 / var(--tw-text-opacity));
}
div.ff-exo-form#form_1005 button[type=Submit].text-brand-sky-600{
  position: relative;
}
div.bg-brand-yellow-300.ff-exo-form#form_1005 button[type=Submit]{
  position: relative;
}
div.ff-exo-form#form_1005 button[type=Submit].text-brand-sky-600 a{
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  letter-spacing: 0em;
}
div.bg-brand-yellow-300.ff-exo-form#form_1005 button[type=Submit] a{
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  letter-spacing: 0em;
}
.ff-exo-form#form_1005 button[type=Submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ff-exo-form#form_1006{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ff-exo-form#form_1006 [data-aire-component=group]{
  padding-right: 1rem;
}
.ff-exo-form#form_1006 div[data-aire-for=menu_title] label[data-aire-component=label], .ff-exo-form#form_1006 div[data-aire-for=name] label[data-aire-component=label], .ff-exo-form#form_1006 div[data-aire-for=surname] label[data-aire-component=label]{
  display: block;
  height: 2.5rem;
  padding: 0.125rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 114 184 / var(--tw-text-opacity));
}
div.bg-brand-yellow-300.ff-exo-form#form_1006 div[data-aire-for=menu_title] label[data-aire-component=label], div.bg-brand-yellow-300.ff-exo-form#form_1006 div[data-aire-for=name] label[data-aire-component=label], div.bg-brand-yellow-300.ff-exo-form#form_1006 div[data-aire-for=surname] label[data-aire-component=label]{
  position: relative;
}
div.bg-brand-yellow-300.ff-exo-form#form_1006 div[data-aire-for=menu_title] label[data-aire-component=label] a, div.bg-brand-yellow-300.ff-exo-form#form_1006 div[data-aire-for=name] label[data-aire-component=label] a, div.bg-brand-yellow-300.ff-exo-form#form_1006 div[data-aire-for=surname] label[data-aire-component=label] a{
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  letter-spacing: 0em;
}
.ff-exo-form#form_1006 div[data-aire-for=menu_title], .ff-exo-form#form_1006 div[data-aire-for=project_place], .ff-exo-form#form_1006 div[data-aire-for=description], .ff-exo-form#form_1006 div[data-aire-for=address], .ff-exo-form#form_1006 div[data-aire-for=privacy]{
  margin-bottom: 1rem;
  width: 100%;
}
.ff-exo-form#form_1006 div[data-aire-for=name], .ff-exo-form#form_1006 div[data-aire-for=surname], .ff-exo-form#form_1006 div[data-aire-for=city], .ff-exo-form#form_1006 div[data-aire-for=phone], .ff-exo-form#form_1006 div[data-aire-for=zip], .ff-exo-form#form_1006 div[data-aire-for=useremail]{
  margin-bottom: 1rem;
  width: 50%;
}
.ff-exo-form#form_1006 input[type=text], .ff-exo-form#form_1006 input[type=email], .ff-exo-form#form_1006 textarea{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.ff-exo-form#form_1006 textarea{
  height: 8rem;
}
.ff-exo-form#form_1006 button[type=Submit]{
  height: 3rem;
  width: 9.88rem;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 0 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 114 184 / var(--tw-text-opacity));
}
div.ff-exo-form#form_1006 button[type=Submit].text-brand-sky-600{
  position: relative;
}
div.bg-brand-yellow-300.ff-exo-form#form_1006 button[type=Submit]{
  position: relative;
}
div.ff-exo-form#form_1006 button[type=Submit].text-brand-sky-600 a{
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  letter-spacing: 0em;
}
div.bg-brand-yellow-300.ff-exo-form#form_1006 button[type=Submit] a{
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  letter-spacing: 0em;
}
.ff-exo-form#form_1006 button[type=Submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.mail_link {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAYAAADafVyIAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDMvMTYvMTgg/jLiAAABGUlEQVRIibWU0VHDMBBEHwz/mAoIHaSElJAOSAekg5gKgAoIHbgDQgWhA9wB6eDxgTwxwnYuJuyMPnySdk+3Oz5T+QcUwBJYoJ5yTdS1e6wvTtTxDFgAt1l989eOZ+rGfhRjiRdqPUCsWqkcM6K9cXAdOF8BRI0r1d2Bjn+NRx0UyBNxDLYNT59x1UjiBssugbnDiTgGk7ZAJBFtNM8/tI/KeUrEZSAVO+AeuAGG/i8vP76SUqGu1M+BrubGkjRtvyA3uEvoIV2KkH9kfL0xLdS71HWUXPUxKtBeZZBcs/GYTD4VauA9L0YE6qDAW1dxjMATcAWUfEe3QdV5O+DBrDXj544wrNTXvvsRgWki3wbOjhIgdVmMEfgC8nLk4NcoFGsAAAAASUVORK5CYII=") no-repeat;
  padding: 2px 0 2px 30px;
}

div.bg-brand-yellow-300.text-brand-sky-600{
  position: relative;
}
div.bg-brand-yellow-300.text-brand-sky-600 a{
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  letter-spacing: 0em;
}

.news-item-menu-text {
  top: calc(26rem - 231px);
}

.hover\:border-gray-600:hover{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.hover\:bg-brand-sky-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 184 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-sky-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

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

.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.hover\:text-yellow-400:hover{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:\!no-underline:hover{
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.focus\:border-gray-400:focus{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

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

@media (min-width: 240px){
  .\32xs\:static{
    position: static;
  }
  .\32xs\:right-0{
    right: 0px;
  }
  .\32xs\:left-5{
    left: 1.25rem;
  }
  .\32xs\:left-0{
    left: 0px;
  }
  .\32xs\:top-64{
    top: 16.5rem;
  }
  .\32xs\:order-first{
    order: -9999;
  }
  .\32xs\:order-last{
    order: 9999;
  }
  .\32xs\:order-1{
    order: 1;
  }
  .\32xs\:order-2{
    order: 2;
  }
  .\32xs\:order-3{
    order: 3;
  }
  .\32xs\:flex{
    display: flex;
  }
  .\32xs\:hidden{
    display: none;
  }
  .\32xs\:h-0{
    height: 0px;
  }
  .\32xs\:h-20{
    height: 5rem;
  }
  .\32xs\:h-auto{
    height: auto;
  }
  .\32xs\:h-135{
    height: 40rem;
  }
  .\32xs\:h-130{
    height: 35rem;
  }
  .\32xs\:h-52{
    height: 13rem;
  }
  .\32xs\:h-24{
    height: 6rem;
  }
  .\32xs\:w-20{
    width: 5rem;
  }
  .\32xs\:w-full{
    width: 100%;
  }
  .\32xs\:w-24{
    width: 6rem;
  }
  .\32xs\:w-auto{
    width: auto;
  }
  .\32xs\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .\32xs\:flex-wrap{
    flex-wrap: wrap;
  }
  .\32xs\:justify-center{
    justify-content: center;
  }
  .\32xs\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .\32xs\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 475px){
  .xs\:top-0{
    top: 0px;
  }
  .xs\:left-16{
    left: 4rem;
  }
  .xs\:h-24{
    height: 6rem;
  }
  .xs\:h-66{
    height: 17rem;
  }
  .xs\:h-67{
    height: 17.2rem;
  }
  .xs\:w-24{
    width: 6rem;
  }
  .xs\:w-83{
    width: 22.5rem;
  }
  .xs\:w-full{
    width: 100%;
  }
  .xs\:justify-self-start{
    justify-self: start;
  }
  .xs\:pr-10{
    padding-right: 2.5rem;
  }
  .xs\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 520px){
  .\32sm\:left-20{
    left: 5rem;
  }
  .\32sm\:bottom-4\.4{
    bottom: 1.12rem;
  }
  .\32sm\:left-5\.3{
    left: 1.29rem;
  }
  .\32sm\:bottom-4{
    bottom: 1rem;
  }
  .\32sm\:left-5{
    left: 1.25rem;
  }
  .\32sm\:ml-8{
    margin-left: 2rem;
  }
  .\32sm\:h-32{
    height: 8rem;
  }
  .\32sm\:h-24{
    height: 6rem;
  }
  .\32sm\:w-32{
    width: 8rem;
  }
  .\32sm\:w-83\.5{
    width: 22.491rem;
  }
  .\32sm\:w-83{
    width: 22.5rem;
  }
  .\32sm\:w-80{
    width: 20rem;
  }
  .\32sm\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .\32sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .\32sm\:pl-48{
    padding-left: 12rem;
  }
  .\32sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 640px){
  .sm\:static{
    position: static;
  }
  .sm\:absolute{
    position: absolute;
  }
  .sm\:left-20{
    left: 5rem;
  }
  .sm\:bottom-8{
    bottom: 2rem;
  }
  .sm\:mb-5{
    margin-bottom: 1.25rem;
  }
  .sm\:mt-10{
    margin-top: 2.5rem;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:relative{
    position: relative;
  }
  .md\:left-32{
    left: 8rem;
  }
  .md\:top-48{
    top: 12rem;
  }
  .md\:top-10{
    top: 2.5rem;
  }
  .md\:left-5{
    left: 1.25rem;
  }
  .md\:bottom-24{
    bottom: 6rem;
  }
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .md\:m-0{
    margin: 0px;
  }
  .md\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .md\:ml-0{
    margin-left: 0px;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:ml-2{
    margin-left: 0.5rem;
  }
  .md\:ml-3\.5{
    margin-left: 0.875rem;
  }
  .md\:ml-3{
    margin-left: 0.75rem;
  }
  .md\:mr-8{
    margin-right: 2rem;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-fit{
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:h-65{
    height: 16.7rem;
  }
  .md\:h-80{
    height: 20rem;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:h-64{
    height: 16.5rem;
  }
  .md\:h-16{
    height: 4rem;
  }
  .md\:h-130{
    height: 35rem;
  }
  .md\:h-24{
    height: 6rem;
  }
  .md\:h-126{
    height: 32rem;
  }
  .md\:h-134\.2{
    height: 39.284rem;
  }
  .md\:h-134{
    height: 39rem;
  }
  .md\:h-67{
    height: 17.2rem;
  }
  .md\:h-81{
    height: 21rem;
  }
  .md\:w-fit{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .md\:w-134{
    width: 39rem;
  }
  .md\:w-110{
    width: 30rem;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:w-69{
    width: 17.6rem;
  }
  .md\:w-142{
    width: 46.981rem;
  }
  .md\:w-50{
    width: 12.288rem;
  }
  .md\:w-136{
    width: 41rem;
  }
  .md\:w-25{
    width: 6.2rem;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:pl-5{
    padding-left: 1.25rem;
  }
  .md\:pt-10{
    padding-top: 2.5rem;
  }
  .md\:pl-10{
    padding-left: 2.5rem;
  }
  .md\:pl-9{
    padding-left: 2.1rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\: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: 1024px){
  .lg\:top-48{
    top: 12rem;
  }
  .lg\:left-97{
    left: 25rem;
  }
  .lg\:top-10{
    top: 2.5rem;
  }
  .lg\:mt-1\.5{
    margin-top: 0.375rem;
  }
  .lg\:mt-1{
    margin-top: 0.25rem;
  }
  .lg\:mr-10{
    margin-right: 2.5rem;
  }
  .lg\:mt-23{
    margin-top: 5.8rem;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:h-96{
    height: 24rem;
  }
  .lg\:h-81{
    height: 21rem;
  }
  .lg\:h-66{
    height: 17rem;
  }
  .lg\:h-84{
    height: 23rem;
  }
  .lg\:h-68{
    height: 17.5rem;
  }
  .lg\:w-132{
    width: 37rem;
  }
  .lg\:w-165\.5{
    width: 71.25rem;
  }
  .lg\:w-165{
    width: 70rem;
  }
  .lg\:w-141{
    width: 46.749rem;
  }
  .lg\:w-154{
    width: 59rem;
  }
  .lg\:w-fit{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:gap-5{
    gap: 1.25rem;
  }
  .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-15{
    padding-left: 3.8rem;
    padding-right: 3.8rem;
  }
  .lg\:pl-29{
    padding-left: 7.25rem;
  }
  .lg\:pt-16{
    padding-top: 4rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pr-10{
    padding-right: 2.5rem;
  }
  .lg\:text-4\.5{
    font-size: 2.6875rem;
    line-height: 2.5rem;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1080px){
  .hd\:w-83{
    width: 22.5rem;
  }
  .hd\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .hd\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .hd\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .hd\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1280px){
  .xl\:ml-8{
    margin-left: 2rem;
  }
  .xl\:mt-0{
    margin-top: 0px;
  }
  .xl\:mt-12{
    margin-top: 3rem;
  }
  .xl\:mb-32{
    margin-bottom: 8rem;
  }
  .xl\:h-full{
    height: 100%;
  }
  .xl\:h-134\.2{
    height: 39.284rem;
  }
  .xl\:h-134{
    height: 39rem;
  }
  .xl\:w-135{
    width: 40rem;
  }
  .xl\:w-127{
    width: 33rem;
  }
  .xl\:w-165\.5{
    width: 71.25rem;
  }
  .xl\:w-165{
    width: 70rem;
  }
  .xl\:w-141{
    width: 46.749rem;
  }
  .xl\:w-fit{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .xl\:w-83{
    width: 22.5rem;
  }
  .xl\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .xl\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }
  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:pl-57{
    padding-left: 14.25rem;
  }
  .xl\:pl-12{
    padding-left: 3rem;
  }
  .xl\:pt-0{
    padding-top: 0px;
  }
  .xl\:pl-48{
    padding-left: 12rem;
  }
  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .xl\:leading-loose{
    line-height: 2;
  }
}

@media (min-width: 1400px){
  .\32xl\:top-39{
    top: 9.88rem;
  }
  .\32xl\:left-137{
    left: 42.9rem;
  }
  .\32xl\:order-last{
    order: 9999;
  }
  .\32xl\:order-first{
    order: -9999;
  }
  .\32xl\:mr-10{
    margin-right: 2.5rem;
  }
  .\32xl\:flex{
    display: flex;
  }
  .\32xl\:h-125{
    height: 31.25rem;
  }
  .\32xl\:h-65{
    height: 16.7rem;
  }
  .\32xl\:w-134\.5{
    width: 39.668rem;
  }
  .\32xl\:w-134{
    width: 39rem;
  }
  .\32xl\:w-143{
    width: 47.833rem;
  }
  .\32xl\:w-166{
    width: 71.5rem;
  }
  .\32xl\:w-full{
    width: 100%;
  }
  .\32xl\:w-4\/5{
    width: 80%;
  }
  .\32xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .\32xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .\32xl\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .\32xl\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .\32xl\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .\32xl\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .\32xl\:justify-start{
    justify-content: flex-start;
  }
  .\32xl\:justify-end{
    justify-content: flex-end;
  }
}